.tox {
  box-shadow: none;
  box-sizing: content-box;
  color: #222f3e;
  cursor: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: initial;
  white-space: normal;
}
.tox *:not(svg):not(rect) {
  box-sizing: inherit;
  color: inherit;
  cursor: inherit;
  direction: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  vertical-align: inherit;
  white-space: inherit;
}
.tox *:not(svg):not(rect) {
  /* stylelint-disable-line no-duplicate-selectors */
  background: transparent;
  border: 0;
  box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  max-width: none;
  outline: 0;
  padding: 0;
  position: static;
  width: auto;
}
.tox:not([dir=rtl]) {
  direction: ltr;
  text-align: left;
}
.tox[dir=rtl] {
  direction: rtl;
  text-align: right;
}
.tox-tinymce {
  border: 2px solid #eeeeee;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow: hidden;
  position: relative;
  visibility: inherit !important;
}
.tox.tox-tinymce-inline {
  border: none;
  box-shadow: none;
  overflow: initial;
}
.tox.tox-tinymce-inline .tox-editor-container {
  overflow: initial;
}
.tox.tox-tinymce-inline .tox-editor-header {
  background-color: #fff;
  border: 2px solid #eeeeee;
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
}
.tox-tinymce-aux {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  z-index: 1300;
}
.tox-tinymce *:focus,
.tox-tinymce-aux *:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.tox[dir=rtl] .tox-icon--flip svg {
  transform: rotateY(180deg);
}
@keyframes tox-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tox .accessibility-issue__header {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}
.tox #accessibility-issue__subheader {
  font-size: 16px;
  color: #222f3e;
}
.tox .accessbility-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.tox .accessibility-issue__description {
  align-items: stretch;
  border-radius: 6px;
  justify-content: space-between;
}
.tox .accessibility-issue__description > div {
  padding-bottom: 16px;
}
.tox .accessibility-issue__description > div > div {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}
.tox .accessibility-issue__description > div > div .tox-icon svg {
  display: block;
}
.tox #accessibility-issue__contentID {
  margin-top: 16px;
  margin-bottom: 16px;
}
.tox #accessibility-issue__contentID span:first-child {
  font-weight: bold;
}
.tox #accessibility-issue__document {
  padding-bottom: 8px;
}
.tox .accessibility-issue__repair {
  margin-top: 8px;
}
.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
  background-color: #e6f0fd;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
  font-size: 14px;
  color: #006ce7;
}
.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon.accessibility-issue__icon svg {
  fill: #006ce7;
}
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon {
  background-color: #006ce7;
  color: #fff;
}
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover,
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus {
  background-color: #0060ce;
}
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active {
  background-color: #0054b4;
}
.tox .tox-dialog__body-content .accessibility-issue--warn {
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
  background-color: #fffae6;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
  font-size: 14px;
  color: #7a6e25;
}
.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon.accessibility-issue__icon svg {
  fill: #7a6e25;
}
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon {
  background-color: #FFE89D;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover,
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus {
  background-color: #F2D574;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active {
  background-color: #E8C657;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--error {
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
  background-color: #fae6e6;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
  font-size: 14px;
  color: #c00;
}
.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon.accessibility-issue__icon svg {
  fill: #c00;
}
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon {
  background-color: #F2BFBF;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover,
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus {
  background-color: #E9A4A4;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active {
  background-color: #EE9494;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
  background-color: rgba(120, 171, 70, 0.1);
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > *:last-child {
  display: none;
}
.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
  color: #527530;
}
.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon.accessibility-issue__icon svg {
  fill: #527530;
}
.tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1,
.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
  margin-top: 0;
}
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-left: 4px;
}
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-left: auto;
}
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
  padding: 8px;
}
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-right: 4px;
}
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-right: auto;
}
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 8px 4px 4px;
}
.tox .mce-codemirror {
  background: #fff;
  bottom: 0;
  font-size: 13px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.tox .mce-codemirror.tox-inline-codemirror {
  margin: 8px;
  position: absolute;
}
.tox .tox-advtemplate .tox-form__grid {
  flex: 1;
}
.tox .tox-advtemplate .tox-form__grid > div:first-child {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.tox .tox-advtemplate .tox-form__grid > div:first-child > div:nth-child(2) {
  flex-basis: 0;
  flex-grow: 1;
  overflow: auto;
}
@media only screen and (max-width: 767px ) {
  body:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid > div:first-child {
    width: 100%;
  }
}
.tox .tox-advtemplate iframe {
  border-color: #eeeeee;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  margin: 0 10px;
}
.tox .tox-anchorbar {
  display: flex;
  flex: 0 0 auto;
}
.tox .tox-bottom-anchorbar {
  display: flex;
  flex: 0 0 auto;
}
.tox .tox-bar {
  display: flex;
  flex: 0 0 auto;
}
.tox .tox-button {
  background-color: #006ce7;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #006ce7;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0;
  outline: none;
  padding: 4px 16px;
  position: relative;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}
.tox .tox-button::before {
  border-radius: 6px;
  bottom: -1px;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
  content: '';
  left: -1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
}
.tox .tox-button[disabled] {
  background-color: #006ce7;
  background-image: none;
  border-color: #006ce7;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.tox .tox-button:focus:not(:disabled) {
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button:focus:not(:disabled)::before {
  opacity: 1;
}
.tox .tox-button:hover:not(:disabled) {
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button:active:not(:disabled) {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button.tox-button--enabled {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button.tox-button--enabled[disabled] {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.tox .tox-button.tox-button--enabled:focus:not(:disabled) {
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button.tox-button--enabled:hover:not(:disabled) {
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button.tox-button--enabled:active:not(:disabled) {
  background-color: #003c81;
  background-image: none;
  border-color: #003c81;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button--icon-and-text,
.tox .tox-button.tox-button--icon-and-text,
.tox .tox-button.tox-button--secondary.tox-button--icon-and-text {
  display: flex;
  padding: 5px 4px;
}
.tox .tox-button--icon-and-text .tox-icon svg,
.tox .tox-button.tox-button--icon-and-text .tox-icon svg,
.tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg {
  display: block;
  fill: currentColor;
}
.tox .tox-button--secondary {
  background-color: #f0f0f0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #f0f0f0;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  outline: none;
  padding: 4px 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}
.tox .tox-button--secondary[disabled] {
  background-color: #f0f0f0;
  background-image: none;
  border-color: #f0f0f0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}
.tox .tox-button--secondary:focus:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary:hover:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary:active:not(:disabled) {
  background-color: #d6d6d6;
  background-image: none;
  border-color: #d6d6d6;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary.tox-button--enabled {
  background-color: #a8c8ed;
  background-image: none;
  border-color: #a8c8ed;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary.tox-button--enabled[disabled] {
  background-color: #a8c8ed;
  background-image: none;
  border-color: #a8c8ed;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}
.tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled) {
  background-color: #93bbe9;
  background-image: none;
  border-color: #93bbe9;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled) {
  background-color: #93bbe9;
  background-image: none;
  border-color: #93bbe9;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary.tox-button--enabled:active:not(:disabled) {
  background-color: #7daee4;
  background-image: none;
  border-color: #7daee4;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--icon,
.tox .tox-button.tox-button--icon,
.tox .tox-button.tox-button--secondary.tox-button--icon {
  padding: 4px;
}
.tox .tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
  display: block;
  fill: currentColor;
}
.tox-context-form__group .tox-button--icon,
.tox-context-form__group .tox-button.tox-button--icon {
  margin: 6px 1px 5px 0;
  padding: 0;
}
.tox .tox-button-link {
  background: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.tox .tox-button-link--sm {
  font-size: 14px;
}
.tox .tox-button--naked {
  background-color: transparent;
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
.tox .tox-button--naked[disabled] {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: rgba(34, 47, 62, 0.5);
}
.tox .tox-button--naked:hover:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
.tox .tox-button--naked:focus:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
.tox .tox-button--naked:active:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.18);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
.tox .tox-button--naked .tox-icon svg {
  fill: currentColor;
}
.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
  color: #222f3e;
}
.tox .tox-checkbox {
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  height: 36px;
  min-width: 36px;
}
.tox .tox-checkbox__input {
  /* Hide from view but visible to screen readers */
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.tox .tox-checkbox__icons {
  align-items: center;
  border-radius: 6px;
  box-shadow: 0 0 0 2px transparent;
  box-sizing: content-box;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: calc(4px - 1px);
  width: 24px;
}
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: block;
  fill: rgba(34, 47, 62, 0.3);
}
@media (forced-colors: active) {
  .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    fill: currentColor !important;
  }
}
.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: none;
  fill: #006ce7;
}
.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: none;
  fill: #006ce7;
}
.tox .tox-checkbox--disabled {
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}
.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: block;
}
.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}
.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: block;
}
.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #006ce7;
  padding: calc(4px - 1px);
}
.tox:not([dir=rtl]) .tox-checkbox__label {
  margin-left: 4px;
}
.tox:not([dir=rtl]) .tox-checkbox__input {
  left: -10000px;
}
.tox:not([dir=rtl]) .tox-bar .tox-checkbox {
  margin-left: 4px;
}
.tox[dir=rtl] .tox-checkbox__label {
  margin-right: 4px;
}
.tox[dir=rtl] .tox-checkbox__input {
  right: -10000px;
}
.tox[dir=rtl] .tox-bar .tox-checkbox {
  margin-right: 4px;
}
.tox {
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox .tox-collection--toolbar .tox-collection__group {
  display: flex;
  padding: 0;
}
.tox .tox-collection--grid .tox-collection__group {
  display: flex;
  flex-wrap: wrap;
  max-height: 208px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}
.tox .tox-collection--list .tox-collection__group {
  border-bottom-width: 0;
  border-color: #e3e3e3;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-top-width: 1px;
  padding: 4px 0;
}
.tox .tox-collection--list .tox-collection__group:first-child {
  border-top-width: 0;
}
.tox .tox-collection__group-heading {
  background-color: #fcfcfc;
  color: rgba(34, 47, 62, 0.7);
  cursor: default;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: -4px;
  padding: 4px 8px;
  text-transform: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
}
.tox .tox-collection__item {
  align-items: center;
  border-radius: 3px;
  color: #222f3e;
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
}
.tox .tox-collection--list .tox-collection__item {
  padding: 4px 8px;
}
.tox .tox-collection--toolbar .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}
.tox .tox-collection--grid .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}
.tox .tox-collection--list .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
  background-color: #fff;
  color: #222f3e;
}
.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  background-color: #006ce7;
  color: #fff;
}
@media (forced-colors: active) {
  .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
    border: solid 1px;
  }
}
.tox .tox-collection--grid .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
  background-color: #a6ccf7;
  color: #222f3e;
}
.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  background-color: #f0f0f0;
  color: #222f3e;
  position: relative;
  z-index: 1;
}
.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 inset;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
  background-color: #a6ccf7;
  color: #222f3e;
}
@media (forced-colors: active) {
  .tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
    border-radius: 3px;
    outline: solid 1px;
  }
}
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #222f3e;
  background-color: #fff;
  position: relative;
}
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover {
  background-color: #f0f0f0;
  color: #222f3e;
}
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus {
  background-color: #f0f0f0;
  color: #222f3e;
}
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 ;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
    border: 2px solid highlight;
  }
}
@media (forced-colors: active) {
  .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover {
    border-radius: 3px;
    outline: solid 1px;
  }
}
.tox .tox-collection__item-icon,
.tox .tox-collection__item-checkmark {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.tox .tox-collection__item-icon svg,
.tox .tox-collection__item-checkmark svg {
  fill: currentColor;
}
.tox .tox-collection--toolbar-lg .tox-collection__item-icon {
  height: 48px;
  width: 48px;
}
.tox .tox-collection__item-label {
  color: currentColor;
  display: inline-block;
  flex: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  max-width: 100%;
  text-transform: none;
  word-break: break-all;
}
.tox .tox-collection__item-accessory {
  color: currentColor;
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-transform: none;
}
.tox .tox-collection__item-caret {
  align-items: center;
  display: flex;
  min-height: 24px;
}
.tox .tox-collection__item-caret::after {
  content: '';
  font-size: 0;
  min-height: inherit;
}
.tox .tox-collection__item-caret svg {
  fill: currentColor;
}
.tox .tox-collection__item--state-disabled {
  background-color: transparent;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
  display: none;
}
.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory + .tox-collection__item-checkmark {
  display: none;
}
.tox .tox-collection--horizontal {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow-x: auto;
  padding: 0;
}
.tox .tox-collection--horizontal .tox-collection__group {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 4px;
}
.tox .tox-collection--horizontal .tox-collection__item {
  height: 28px;
  margin: 6px 1px 5px 0;
  padding: 0 4px;
}
.tox .tox-collection--horizontal .tox-collection__item-label {
  white-space: nowrap;
}
.tox .tox-collection--horizontal .tox-collection__item-caret {
  margin-left: 4px;
}
.tox .tox-collection__item-container {
  display: flex;
}
.tox .tox-collection__item-container--row {
  align-items: center;
  flex: 1 1 auto;
  flex-direction: row;
}
.tox .tox-collection__item-container--row.tox-collection__item-container--align-left {
  margin-right: auto;
}
.tox .tox-collection__item-container--row.tox-collection__item-container--align-right {
  justify-content: flex-end;
  margin-left: auto;
}
.tox .tox-collection__item-container--row.tox-collection__item-container--valign-top {
  align-items: flex-start;
  margin-bottom: auto;
}
.tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle {
  align-items: center;
}
.tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
  align-items: flex-end;
  margin-top: auto;
}
.tox .tox-collection__item-container--column {
  align-self: center;
  flex: 1 1 auto;
  flex-direction: column;
}
.tox .tox-collection__item-container--column.tox-collection__item-container--align-left {
  align-items: flex-start;
}
.tox .tox-collection__item-container--column.tox-collection__item-container--align-right {
  align-items: flex-end;
}
.tox .tox-collection__item-container--column.tox-collection__item-container--valign-top {
  align-self: flex-start;
}
.tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
  align-self: center;
}
.tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
  align-self: flex-end;
}
.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-right: 1px solid transparent;
}
.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-left: 8px;
}
.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-left: 4px;
}
.tox:not([dir=rtl]) .tox-collection__item-accessory {
  margin-left: 16px;
  text-align: right;
}
.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
  margin-left: 16px;
}
.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-left: 1px solid transparent;
}
.tox[dir=rtl] .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-right: 8px;
}
.tox[dir=rtl] .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-right: 4px;
}
.tox[dir=rtl] .tox-collection__item-accessory {
  margin-right: 16px;
  text-align: left;
}
.tox[dir=rtl] .tox-collection .tox-collection__item-caret {
  margin-right: 16px;
  transform: rotateY(180deg);
}
.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
  margin-right: 4px;
}
@media (forced-colors: active) {
  .tox .tox-hue-slider,
  .tox .tox-rgb-form .tox-rgba-preview {
    background-color: currentColor !important;
    border: 1px solid highlight !important;
    forced-color-adjust: none;
  }
}
.tox .tox-color-picker-container {
  display: flex;
  flex-direction: row;
  height: 225px;
  margin: 0;
}
.tox .tox-sv-palette {
  box-sizing: border-box;
  display: flex;
  height: 100%;
}
.tox .tox-sv-palette-spectrum {
  height: 100%;
}
.tox .tox-sv-palette,
.tox .tox-sv-palette-spectrum {
  width: 225px;
}
.tox .tox-sv-palette-thumb {
  background: none;
  border: 1px solid black;
  border-radius: 50%;
  box-sizing: content-box;
  height: 12px;
  position: absolute;
  width: 12px;
}
.tox .tox-sv-palette-inner-thumb {
  border: 1px solid white;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}
.tox .tox-hue-slider {
  box-sizing: border-box;
  height: 100%;
  width: 25px;
}
.tox .tox-hue-slider-spectrum {
  background: linear-gradient(to bottom, #f00, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, #f00);
  height: 100%;
  width: 100%;
}
.tox .tox-hue-slider,
.tox .tox-hue-slider-spectrum {
  width: 20px;
}
.tox .tox-hue-slider-spectrum:focus,
.tox .tox-sv-palette-spectrum:focus {
  outline: #08f solid;
}
.tox .tox-hue-slider-thumb {
  background: white;
  border: 1px solid black;
  box-sizing: content-box;
  height: 4px;
  width: 100%;
}
.tox .tox-rgb-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tox .tox-rgb-form div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: inherit;
}
.tox .tox-rgb-form input {
  min-width: 6em;
}
.tox .tox-rgb-form input.tox-invalid {
  /* Need !important to override Chrome's focus styling unfortunately */
  border: 1px solid #f00 !important;
  box-shadow: 0 0 0 1px #f00;
}
.tox .tox-rgb-container {
  position: relative;
}
.tox .tox-rgb-form .tox-invalid-icon {
  align-content: center;
  align-items: center;
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.tox .tox-rgb-form .tox-invalid-icon .tox-control-wrap__status-icon-invalid {
  margin: 0;
}
.tox .tox-rgb-warning-note {
  background-color: #f5cccc;
  border: 1px solid #f0b3b3;
  border-radius: 3px;
  color: #77181f;
  padding: 3px;
}
.tox input.tox-invalid + .tox-invalid-icon {
  display: flex;
}
.tox .tox-rgb-form .tox-rgba-preview {
  border: 1px solid black;
  flex-grow: 2;
  margin-bottom: 0;
}
.tox:not([dir=rtl]) .tox-sv-palette {
  margin-right: 15px;
}
.tox:not([dir=rtl]) .tox-hue-slider {
  margin-right: 15px;
}
.tox:not([dir=rtl]) .tox-hue-slider-thumb {
  margin-left: -1px;
}
.tox:not([dir=rtl]) .tox-rgb-form label {
  margin-right: 0.5em;
}
.tox[dir=rtl] .tox-sv-palette {
  margin-left: 15px;
}
.tox[dir=rtl] .tox-hue-slider {
  margin-left: 15px;
}
.tox[dir=rtl] .tox-hue-slider-thumb {
  margin-right: -1px;
}
.tox[dir=rtl] .tox-rgb-form label {
  margin-left: 0.5em;
}
.tox .tox-toolbar .tox-swatches,
.tox .tox-toolbar__primary .tox-swatches,
.tox .tox-toolbar__overflow .tox-swatches {
  margin: 5px 0 6px 11px;
}
.tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
  border: 0;
  margin: -4px -4px;
}
.tox .tox-swatches__row {
  display: flex;
}
@media (forced-colors: active) {
  .tox .tox-swatches__row {
    forced-color-adjust: none;
  }
}
.tox .tox-swatch {
  height: 30px;
  transition: transform 0.15s, box-shadow 0.15s;
  width: 30px;
}
.tox .tox-swatch:hover,
.tox .tox-swatch:focus {
  box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
  transform: scale(0.8);
}
.tox .tox-swatch--remove {
  align-items: center;
  display: flex;
  justify-content: center;
}
.tox .tox-swatch--remove svg path {
  stroke: #e74c3c;
}
.tox .tox-swatches__picker-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  outline: none;
  padding: 0;
  width: 30px;
}
.tox .tox-swatches__picker-btn svg {
  fill: #222f3e;
  height: 24px;
  width: 24px;
}
.tox .tox-swatches__picker-btn:hover {
  background: #f0f0f0;
}
.tox div.tox-swatch:not(.tox-swatch--remove) svg {
  display: none;
  fill: #222f3e;
  height: 24px;
  margin: calc((30px - 24px) / 2) calc((30px - 24px) / 2);
  width: 24px;
}
.tox div.tox-swatch:not(.tox-swatch--remove) svg path {
  fill: #fff;
  paint-order: stroke;
  stroke: #222f3e;
  stroke-width: 2px;
}
.tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg {
  display: block;
}
.tox:not([dir=rtl]) .tox-swatches__picker-btn {
  margin-left: auto;
}
.tox[dir=rtl] .tox-swatches__picker-btn {
  margin-right: auto;
}
.tox {
  /* Animation for deleting a comment */
  /* A comment fades to 0 when it is being deleted, then is removed */
}
.tox .tox-conversations {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  /* This is to give the sidebar a consistent width. Need a solution for this */
  min-width: 300px;
  max-width: 300px;
  width: 300px;
}
.tox .tox-conversations__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 4px 8px 0px rgba(34, 47, 62, 0.1);
  padding: 8px 12px;
  background: #fff;
}
.tox .tox-conversations__title {
  font-size: 20px;
  font-weight: 400;
  padding: 8px 0 8px 0;
  color: #222f3e;
  line-height: 28px;
}
.tox .tox-comment {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 8px 8px 16px 8px;
  position: relative;
}
.tox .tox-comment:hover {
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
}
.tox .tox-comment.tox-comment--selected {
  background-color: #fff2c9;
  border: 1px solid #ffcf30;
  box-shadow: 0px 4px 8px 0px rgba(34, 47, 62, 0.1);
}
.tox .tox-comment.tox-comment--selected:focus {
  border: 2px solid #006ce7;
  margin: -1px;
}
.tox .tox-comment.tox-comment--selected:focus:not(:first-child) {
  margin-top: 7px;
}
.tox .tox-comment.tox-comment--selected .tox-comment__single {
  margin-bottom: 12px;
}
.tox .tox-comment.tox-comment--selected .tox-comment__single:focus {
  position: relative;
}
.tox .tox-comment.tox-comment--selected .tox-comment__single:focus::after {
  top: -9px;
  pointer-events: none;
  position: absolute;
  content: "";
  display: block;
  bottom: -9px;
  left: -9px;
  right: -9px;
  border-radius: 6px;
  border: 2px solid #006ce7;
}
.tox .tox-comment__header {
  align-items: center;
  color: #222f3e;
  display: flex;
  justify-content: space-between;
}
.tox .tox-comment__date {
  color: #222f3e;
  font-size: 12px;
  line-height: 18px;
}
.tox .tox-comment__body {
  color: #222f3e;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 8px;
  position: relative;
  text-transform: initial;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  white-space: pre-wrap;
  /* We remove the transitions when wanting to measure and jump straight to collapsed or expanded */
}
.tox .tox-comment__body.tox-comment__body--expanded {
  max-height: 100em;
  transition: max-height 1s ease-in-out;
}
.tox .tox-comment__body.tox-comment__body--pending {
  transition: max-height 0s;
}
.tox .tox-comment__body p {
  margin: 0;
}
.tox .tox-comment__body textarea {
  resize: none;
  white-space: normal;
  width: 100%;
  font-size: 16px;
}
.tox .tox-comment__loading-text {
  align-items: center;
  color: #222f3e;
  display: flex;
  flex-direction: column;
  position: relative;
}
.tox .tox-comment__loading-text > div {
  padding-bottom: 16px;
}
.tox .tox-comment__overlaytext {
  bottom: 0;
  flex-direction: column;
  font-size: 14px;
  left: 0;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.tox .tox-comment__overlaytext p {
  background-color: #fff;
  box-shadow: 0 0 8px 8px #fff;
  color: #222f3e;
  text-align: center;
}
.tox .tox-comment__overlaytext div:nth-of-type(2) {
  font-size: 0.8em;
}
.tox .tox-comment__expander {
  padding-top: 8px;
}
.tox .tox-comment__expander p {
  color: rgba(34, 47, 62, 0.7);
  font-size: 14px;
  font-style: normal;
  /* Need a focus highlight on the show more/less button */
}
.tox .tox-comment__expander p:focus {
  font-weight: bold;
}
.tox .tox-comment__buttonspacing {
  padding-top: 16px;
  text-align: center;
}
.tox .tox-tbtn.tox-comment__mention-btn {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: transparent;
}
.tox .tox-comment-thread {
  background: #fff;
  position: relative;
  border-radius: 6px;
  background-color: transparent;
}
.tox .tox-comment-thread > *:not(:first-child) {
  margin-top: 8px;
}
.tox .tox-comment-thread__overlay::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: flex;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.tox .tox-comment__reply {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 8px;
}
.tox .tox-comment__reply > *:first-child {
  margin-bottom: 8px;
  width: 100%;
}
.tox .tox-comment__edit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 8px;
}
.tox .tox-comment__gradient::after {
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: "";
  display: block;
  height: 5em;
  margin-top: -40px;
  position: absolute;
  width: 100%;
}
.tox .tox-comment__overlay {
  background: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 5;
}
.tox .tox-comment__busy-spinner {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.tox .tox-comment__scroll {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  overflow: auto;
  padding: 12px;
  scroll-behavior: smooth;
}
.tox .tox-comment--disappearing {
  transition: opacity 0.5s ease;
}
.tox .tox-comment[data-transitioning-destination="deleting"] {
  opacity: 0;
}
.tox .tox-skeleton .tox-skeleton__line {
  height: 16px;
  width: 100%;
  background: linear-gradient(to right, rgba(240, 240, 240, 0.5) 8%, rgba(240, 240, 240, 0.7) 18%, rgba(240, 240, 240, 0.5) 33%);
  animation: wave 2s infinite ease-out;
}
.tox .tox-skeleton .tox-skeleton__circle {
  height: 36px;
  width: 36px;
  margin-right: 8px;
  border-radius: 100%;
  background: linear-gradient(to right, rgba(240, 240, 240, 0.5) 8%, rgba(240, 240, 240, 0.7) 18%, rgba(240, 240, 240, 0.5) 33%);
  animation: wave 2s infinite ease-out;
}
@keyframes wave {
  0% {
    background-position: -268px 0;
  }
  100% {
    background-position: 268px 0;
  }
}
.tox .tox-ring-loader {
  width: 10px;
  height: 10px;
  border: 1px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: tox-rotation 1s linear infinite;
}
.tox:not([dir=rtl]) .tox-comment__edit {
  margin-left: 8px;
}
.tox:not([dir=rtl]) .tox-comment__buttonspacing > *:last-child,
.tox:not([dir=rtl]) .tox-comment__edit > *:last-child,
.tox:not([dir=rtl]) .tox-comment__reply > *:last-child {
  margin-left: 8px;
}
.tox[dir=rtl] .tox-comment__edit {
  margin-right: 8px;
}
.tox[dir=rtl] .tox-comment__buttonspacing > *:last-child,
.tox[dir=rtl] .tox-comment__edit > *:last-child,
.tox[dir=rtl] .tox-comment__reply > *:last-child {
  margin-right: 8px;
}
.tox .tox-user {
  align-items: center;
  display: flex;
}
.tox .tox-user__avatar svg {
  fill: rgba(34, 47, 62, 0.7);
}
.tox .tox-user__avatar img {
  border-radius: 50%;
  height: 36px;
  object-fit: cover;
  vertical-align: middle;
  width: 36px;
}
.tox .tox-user__name {
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  text-transform: none;
}
.tox:not([dir=rtl]) .tox-user__avatar svg,
.tox:not([dir=rtl]) .tox-user__avatar img {
  margin-right: 8px;
}
.tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
  margin-left: 8px;
}
.tox[dir=rtl] .tox-user__avatar svg,
.tox[dir=rtl] .tox-user__avatar img {
  margin-left: 8px;
}
.tox[dir=rtl] .tox-user__avatar + .tox-user__name {
  margin-right: 8px;
}
.tox {
  /* .tox-dialog-blocker-wrap {
    //
  } */
}
.tox .tox-dialog-wrap {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1100;
}
.tox .tox-dialog-wrap__backdrop {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.tox .tox-dialog-wrap__backdrop--opaque {
  background-color: #fff;
}
.tox .tox-dialog {
  background-color: #fff;
  border-color: #eeeeee;
  border-radius: 10px;
  border-style: solid;
  border-width: 0;
  box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 480px;
  overflow: hidden;
  position: relative;
  width: 95vw;
  z-index: 2;
}
@media only screen and (max-width: 767px ) {
  body:not(.tox-force-desktop) .tox .tox-dialog {
    align-self: flex-start;
    margin: 8px auto;
    max-height: calc(100vh - 8px * 2);
    width: calc(100vw - 16px);
  }
}
.tox .tox-dialog-inline {
  z-index: 1100;
}
.tox .tox-dialog__header {
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  color: #222f3e;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 8px 16px 0 16px;
  position: relative;
}
.tox .tox-dialog__header .tox-button {
  z-index: 1;
}
.tox .tox-dialog__draghandle {
  cursor: grab;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tox .tox-dialog__draghandle:active {
  cursor: grabbing;
}
.tox .tox-dialog__dismiss {
  margin-left: auto;
}
.tox .tox-dialog__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
}
.tox .tox-dialog__body {
  color: #222f3e;
  display: flex;
  flex: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  min-width: 0;
  text-align: left;
  text-transform: none;
}
@media only screen and (max-width: 767px ) {
  body:not(.tox-force-desktop) .tox .tox-dialog__body {
    flex-direction: column;
  }
}
.tox .tox-dialog__body-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 16px 16px;
}
@media only screen and (min-width: 768px ) {
  .tox .tox-dialog__body-nav {
    max-width: 11em;
  }
}
@media only screen and (max-width: 767px ) {
  body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0;
  }
}
.tox .tox-dialog__body-nav-item {
  border-bottom: 2px solid transparent;
  color: rgba(34, 47, 62, 0.7);
  display: inline-block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
  max-width: 13em;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.tox .tox-dialog__body-nav-item:focus {
  background-color: rgba(0, 108, 231, 0.1);
}
.tox .tox-dialog__body-nav-item--active {
  border-bottom: 2px solid #144782;
  color: #144782;
}
@media (forced-colors: active) {
  .tox .tox-dialog__body-nav-item--active {
    border-bottom: 2px solid highlight;
    color: highlight;
  }
}
.tox .tox-dialog__body-content {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  max-height: min(650px, calc(100vh - 110px));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 16px;
}
.tox .tox-dialog__body-content > * {
  margin-bottom: 0;
  margin-top: 16px;
}
.tox .tox-dialog__body-content > *:first-child {
  margin-top: 0;
}
.tox .tox-dialog__body-content > *:last-child {
  margin-bottom: 0;
}
.tox .tox-dialog__body-content > *:only-child {
  margin-bottom: 0;
  margin-top: 0;
}
.tox .tox-dialog__body-content a {
  color: #144782;
  cursor: pointer;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-dialog__body-content a:hover,
.tox .tox-dialog__body-content a:focus {
  color: #071729;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-dialog__body-content a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #144782;
  outline-offset: 2px;
}
.tox .tox-dialog__body-content a:active {
  color: #000000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-dialog__body-content svg {
  fill: #222f3e;
}
.tox .tox-dialog__body-content strong {
  font-weight: bold;
}
.tox .tox-dialog__body-content ul {
  list-style-type: disc;
}
.tox .tox-dialog__body-content ul,
.tox .tox-dialog__body-content ol,
.tox .tox-dialog__body-content dd {
  padding-inline-start: 2.5rem;
}
.tox .tox-dialog__body-content ul,
.tox .tox-dialog__body-content ol,
.tox .tox-dialog__body-content dl {
  margin-bottom: 16px;
}
.tox .tox-dialog__body-content ul,
.tox .tox-dialog__body-content ol,
.tox .tox-dialog__body-content dl,
.tox .tox-dialog__body-content dd,
.tox .tox-dialog__body-content dt {
  display: block;
  margin-inline-end: 0;
  margin-inline-start: 0;
}
.tox .tox-dialog__body-content .tox-form__group h1 {
  color: #222f3e;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}
.tox .tox-dialog__body-content .tox-form__group h2 {
  color: #222f3e;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}
.tox .tox-dialog__body-content .tox-form__group p {
  margin-bottom: 16px;
}
.tox .tox-dialog__body-content .tox-form__group h1:first-child,
.tox .tox-dialog__body-content .tox-form__group h2:first-child,
.tox .tox-dialog__body-content .tox-form__group p:first-child {
  margin-top: 0;
}
.tox .tox-dialog__body-content .tox-form__group h1:last-child,
.tox .tox-dialog__body-content .tox-form__group h2:last-child,
.tox .tox-dialog__body-content .tox-form__group p:last-child {
  margin-bottom: 0;
}
.tox .tox-dialog__body-content .tox-form__group h1:only-child,
.tox .tox-dialog__body-content .tox-form__group h2:only-child,
.tox .tox-dialog__body-content .tox-form__group p:only-child {
  margin-bottom: 0;
  margin-top: 0;
}
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
  text-align: center;
}
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
  text-align: end;
}
.tox .tox-dialog--width-lg {
  height: 650px;
  max-width: 1200px;
}
.tox .tox-dialog--fullscreen {
  height: 100%;
  max-width: 100%;
}
.tox .tox-dialog--fullscreen .tox-dialog__body-content {
  max-height: 100%;
}
.tox .tox-dialog--width-md {
  max-width: 800px;
}
.tox .tox-dialog--width-md .tox-dialog__body-content {
  overflow: auto;
}
.tox .tox-dialog__body-content--centered {
  text-align: center;
}
.tox .tox-dialog__footer {
  align-items: center;
  background-color: #fff;
  border-top: none;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}
.tox .tox-dialog__footer-start,
.tox .tox-dialog__footer-end {
  display: flex;
}
.tox .tox-dialog__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.tox .tox-dialog__table {
  border-collapse: collapse;
  width: 100%;
}
.tox .tox-dialog__table thead th {
  font-weight: bold;
  padding-bottom: 8px;
}
.tox .tox-dialog__table thead th:first-child {
  padding-right: 8px;
}
.tox .tox-dialog__table tbody tr {
  border-bottom: 1px solid #626262;
}
.tox .tox-dialog__table tbody tr:last-child {
  border-bottom: none;
}
.tox .tox-dialog__table td {
  padding-bottom: 8px;
  padding-top: 8px;
}
.tox .tox-dialog__table td:first-child {
  padding-right: 8px;
}
.tox .tox-dialog__iframe {
  min-height: 200px;
}
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
  background: #fff;
}
.tox .tox-navobj-bordered {
  position: relative;
}
.tox .tox-navobj-bordered::before {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  content: '';
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.tox .tox-navobj-bordered iframe {
  border-radius: 6px;
}
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
  outline: none;
}
.tox .tox-dialog__popups {
  position: absolute;
  width: 100%;
  z-index: 1100;
}
.tox .tox-dialog__body-iframe {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.tox .tox-dialog__body-iframe .tox-navobj {
  display: flex;
  flex: 1;
}
.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
  flex: 1;
  height: 100%;
}
.tox .tox-dialog-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}
.tox .tox-dialog-dock-fadein {
  opacity: 1;
  visibility: visible;
}
.tox .tox-dialog-dock-transition {
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
  transition-delay: 0s;
}
@media only screen and (max-width: 767px ) {
  body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px ) {
  body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
    margin-left: 8px;
  }
}
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start > *,
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-left: 8px;
}
.tox[dir=rtl] .tox-dialog__body {
  text-align: right;
}
@media only screen and (max-width: 767px ) {
  body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px ) {
  body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
    margin-right: 8px;
  }
}
.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start > *,
.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-right: 8px;
}
body.tox-dialog__disable-scroll {
  overflow: hidden;
}
.tox .tox-dropzone-container {
  display: flex;
  flex: 1;
}
.tox .tox-dropzone {
  align-items: center;
  background: #fff;
  border: 2px dashed #eeeeee;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  min-height: 100px;
  padding: 10px;
}
.tox .tox-dropzone p {
  color: rgba(34, 47, 62, 0.7);
  margin: 0 0 16px 0;
}
.tox .tox-edit-area {
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}
.tox .tox-edit-area::before {
  border: 2px solid #006ce7;
  border-radius: 4px;
  content: '';
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.15s;
  z-index: 1;
}
@media (forced-colors: active) {
  .tox .tox-edit-area::before {
    border: 2px solid highlight;
  }
}
.tox .tox-edit-area__iframe {
  background-color: #fff;
  border: 0;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
  position: absolute;
  width: 100%;
}
.tox.tox-edit-focus .tox-edit-area::before {
  opacity: 1;
}
.tox.tox-inline-edit-area {
  border: 1px dotted #eeeeee;
}
.tox .tox-editor-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}
.tox .tox-editor-header {
  display: grid;
  grid-template-columns: 1fr min-content;
  z-index: 2;
}
.tox:not(.tox-tinymce-inline) .tox-editor-header {
  background-color: #fff;
  border-bottom: none;
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.1), 0 8px 8px -4px rgba(34, 47, 62, 0.07);
  padding: 4px 0;
}
.tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition) {
  transition: box-shadow 0.5s;
}
.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header {
  border-top: 1px solid #e3e3e3;
  box-shadow: none;
}
.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header {
  background-color: #fff;
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
  padding: 4px 0;
}
.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header {
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
}
.tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.tox-editor-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}
.tox-editor-dock-fadein {
  opacity: 1;
  visibility: visible;
}
.tox-editor-dock-transition {
  transition: visibility 0s linear 0.25s, opacity 0.25s ease;
}
.tox-editor-dock-transition.tox-editor-dock-fadein {
  transition-delay: 0s;
}
.tox .tox-control-wrap {
  flex: 1;
  position: relative;
}
.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,
.tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,
.tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
  display: none;
}
.tox .tox-control-wrap svg {
  display: block;
}
.tox .tox-control-wrap__status-icon-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tox .tox-control-wrap__status-icon-invalid svg {
  fill: #c00;
}
.tox .tox-control-wrap__status-icon-unknown svg {
  fill: orange;
}
.tox .tox-control-wrap__status-icon-valid svg {
  fill: green;
}
.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
  padding-right: 32px;
}
.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
  right: 4px;
}
.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
  padding-left: 32px;
}
.tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
  left: 4px;
}
.tox .tox-custom-preview {
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  flex: 1;
  padding: 8px;
}
.tox .tox-autocompleter {
  max-width: 25em;
}
.tox .tox-autocompleter .tox-menu {
  box-sizing: border-box;
  max-width: 25em;
}
.tox .tox-autocompleter .tox-autocompleter-highlight {
  font-weight: bold;
}
.tox .tox-color-input {
  display: flex;
  position: relative;
  z-index: 1;
}
.tox .tox-color-input .tox-textfield {
  z-index: -1;
}
.tox .tox-color-input span {
  border-color: rgba(34 47 3.1%);
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  height: 24px;
  position: absolute;
  top: 6px;
  width: 24px;
}
@media (forced-colors: active) {
  .tox .tox-color-input span {
    border-color: currentColor;
    border-width: 2px !important;
    forced-color-adjust: none;
  }
}
.tox .tox-color-input span:hover:not([aria-disabled=true]),
.tox .tox-color-input span:focus:not([aria-disabled=true]) {
  border-color: #006ce7;
  cursor: pointer;
}
.tox .tox-color-input span::before {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%);
  background-position: 0 0, 0 6px, 6px -6px, -6px 0;
  background-size: 12px 12px;
  border: 1px solid #fff;
  border-radius: 6px;
  box-sizing: border-box;
  content: '';
  height: 24px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 24px;
  z-index: -1;
}
@media (forced-colors: active) {
  .tox .tox-color-input span::before {
    border: none;
  }
}
.tox .tox-color-input span[aria-disabled=true] {
  cursor: not-allowed;
}
.tox:not([dir=rtl]) .tox-color-input {
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox:not([dir=rtl]) .tox-color-input .tox-textfield {
  padding-left: 36px;
}
.tox:not([dir=rtl]) .tox-color-input span {
  left: 6px;
}
.tox[dir="rtl"] .tox-color-input {
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox[dir="rtl"] .tox-color-input .tox-textfield {
  padding-right: 36px;
}
.tox[dir="rtl"] .tox-color-input span {
  right: 6px;
}
.tox .tox-label,
.tox .tox-toolbar-label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 8px 0 0;
  text-transform: none;
  white-space: nowrap;
}
.tox .tox-toolbar-label {
  padding: 0 8px;
}
.tox[dir=rtl] .tox-label {
  padding: 0 0 0 8px;
}
.tox .tox-form {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.tox .tox-form__group {
  box-sizing: border-box;
  margin-bottom: 4px;
}
.tox .tox-form-group--maximize {
  flex: 1;
}
.tox .tox-form__group--error {
  color: #c00;
}
.tox .tox-form__group--collection {
  display: flex;
}
.tox .tox-form__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tox .tox-form__grid--2col > .tox-form__group {
  width: calc(50% - (8px / 2));
}
.tox .tox-form__grid--3col > .tox-form__group {
  width: calc(100% / 3 - (8px / 2));
}
.tox .tox-form__grid--4col > .tox-form__group {
  width: calc(25% - (8px / 2));
}
.tox .tox-form__controls-h-stack {
  align-items: center;
  display: flex;
}
.tox .tox-form__group--inline {
  align-items: center;
  display: flex;
}
.tox .tox-form__group--stretched {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.tox .tox-form__group--stretched .tox-textarea {
  flex: 1;
}
.tox .tox-form__group--stretched .tox-navobj {
  display: flex;
  flex: 1;
}
.tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
  flex: 1;
  height: 100%;
}
.tox:not([dir=rtl]) .tox-form__controls-h-stack > *:not(:first-child) {
  margin-left: 4px;
}
.tox[dir=rtl] .tox-form__controls-h-stack > *:not(:first-child) {
  margin-right: 4px;
}
.tox .tox-lock.tox-locked .tox-lock-icon__unlock,
.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
  display: none;
}
.tox .tox-textfield,
.tox .tox-toolbar-textfield,
.tox .tox-listboxfield .tox-listbox--select,
.tox .tox-textarea,
.tox .tox-textarea-wrap .tox-textarea:focus {
  appearance: none;
  background-color: #fff;
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 5.5px;
  resize: none;
  width: 100%;
}
.tox .tox-textfield[disabled],
.tox .tox-textarea[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}
.tox .tox-textfield:focus,
.tox .tox-listboxfield .tox-listbox--select:focus,
.tox .tox-textarea-wrap:focus-within,
.tox .tox-textarea:focus,
.tox .tox-custom-editor:focus-within {
  background-color: #fff;
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
  outline: none;
}
.tox .tox-toolbar-textfield {
  margin-bottom: 3px;
  margin-top: 2px;
  max-width: 250px;
  min-height: unset;
  height: 28px;
}
.tox .tox-toolbar-textfield[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}
.tox .tox-naked-btn {
  background-color: transparent;
  border: 0;
  border-color: transparent;
  box-shadow: unset;
  color: #006ce7;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
}
.tox .tox-naked-btn svg {
  display: block;
  fill: #222f3e;
}
.tox .tox-textfield-size {
  width: 80px;
}
.tox:not([dir=rtl]) .tox-toolbar-textfield + * {
  margin-left: 4px;
}
.tox[dir=rtl] .tox-toolbar-textfield + * {
  margin-right: 4px;
}
.tox .tox-listboxfield {
  cursor: pointer;
  position: relative;
}
.tox .tox-listboxfield .tox-listbox--select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}
.tox .tox-listbox__select-label {
  cursor: default;
  flex: 1;
  margin: 0 4px;
}
.tox .tox-listbox__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}
.tox .tox-listbox__select-chevron svg {
  fill: #222f3e;
}
@media (forced-colors: active) {
  .tox .tox-listbox__select-chevron svg {
    fill: currentColor !important;
  }
}
.tox .tox-listboxfield .tox-listbox--select {
  align-items: center;
  display: flex;
}
.tox:not([dir=rtl]) .tox-listboxfield svg {
  right: 8px;
}
.tox[dir=rtl] .tox-listboxfield svg {
  left: 8px;
}
.tox .tox-selectfield {
  cursor: pointer;
  position: relative;
}
.tox .tox-selectfield select {
  appearance: none;
  background-color: #fff;
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 5.5px;
  resize: none;
  width: 100%;
}
.tox .tox-selectfield select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}
.tox .tox-selectfield select::-ms-expand {
  display: none;
}
.tox .tox-selectfield select:focus {
  background-color: #fff;
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
  outline: none;
}
.tox .tox-selectfield svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tox:not([dir=rtl]) .tox-selectfield select[size="0"],
.tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
  padding-right: 24px;
}
.tox:not([dir=rtl]) .tox-selectfield svg {
  right: 8px;
}
.tox[dir=rtl] .tox-selectfield select[size="0"],
.tox[dir=rtl] .tox-selectfield select[size="1"] {
  padding-left: 24px;
}
.tox[dir=rtl] .tox-selectfield svg {
  left: 8px;
}
.tox .tox-textarea-wrap {
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  flex: 1;
  overflow: hidden;
}
.tox .tox-textarea {
  appearance: textarea;
  white-space: pre-wrap;
}
.tox .tox-textarea-wrap .tox-textarea {
  border: none;
}
.tox .tox-textarea-wrap .tox-textarea:focus {
  border: none;
}
.tox-fullscreen {
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
  padding: 0;
  touch-action: pinch-zoom;
  width: 100%;
}
.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
  display: none;
}
.tox.tox-tinymce.tox-fullscreen,
.tox-shadowhost.tox-fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1200;
}
.tox.tox-tinymce.tox-fullscreen {
  background-color: transparent;
}
.tox-fullscreen .tox.tox-tinymce-aux,
.tox-fullscreen ~ .tox.tox-tinymce-aux {
  z-index: 1201;
}
.tox .tox-help__more-link {
  list-style: none;
  margin-top: 1em;
}
.tox .tox-imagepreview {
  background-color: #666;
  height: 380px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tox .tox-imagepreview.tox-imagepreview__loaded {
  overflow: auto;
}
.tox .tox-imagepreview__container {
  display: flex;
  left: 100vw;
  position: absolute;
  top: 100vw;
}
.tox .tox-imagepreview__image {
  background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
}
.tox .tox-image-tools .tox-spacer {
  flex: 1;
}
.tox .tox-image-tools .tox-bar {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
}
.tox .tox-image-tools .tox-imagepreview,
.tox .tox-image-tools .tox-imagepreview + .tox-bar {
  margin-top: 8px;
}
.tox .tox-image-tools .tox-croprect-block {
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  zoom: 1;
}
.tox .tox-image-tools .tox-croprect-handle {
  border: 2px solid white;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.tox .tox-image-tools .tox-croprect-handle-move {
  border: 0;
  cursor: move;
  position: absolute;
}
.tox .tox-image-tools .tox-croprect-handle-nw {
  border-width: 2px 0 0 2px;
  cursor: nw-resize;
  left: 100px;
  margin: -2px 0 0 -2px;
  top: 100px;
}
.tox .tox-image-tools .tox-croprect-handle-ne {
  border-width: 2px 2px 0 0;
  cursor: ne-resize;
  left: 200px;
  margin: -2px 0 0 -20px;
  top: 100px;
}
.tox .tox-image-tools .tox-croprect-handle-sw {
  border-width: 0 0 2px 2px;
  cursor: sw-resize;
  left: 100px;
  margin: -20px 2px 0 -2px;
  top: 200px;
}
.tox .tox-image-tools .tox-croprect-handle-se {
  border-width: 0 2px 2px 0;
  cursor: se-resize;
  left: 200px;
  margin: -20px 0 0 -20px;
  top: 200px;
}
.tox .tox-insert-table-picker {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 170px;
}
.tox .tox-insert-table-picker > div {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
  height: 17px;
  width: 17px;
}
.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
  margin: -4px -4px;
}
.tox .tox-insert-table-picker .tox-insert-table-picker__selected {
  background-color: #006ce7;
  border-color: #eeeeee;
}
@media (forced-colors: active) {
  .tox .tox-insert-table-picker .tox-insert-table-picker__selected {
    border-color: Highlight;
    filter: contrast(50%);
  }
}
.tox .tox-insert-table-picker__label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  width: 100%;
}
.tox:not([dir=rtl]) {
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
  border-right: 0;
}
.tox[dir=rtl] {
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
  border-right: 0;
}
.tox {
  /* stylelint-disable */
  /* stylelint-enable */
}
.tox .tox-menu {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  z-index: 1150;
}
.tox .tox-menu.tox-collection.tox-collection--list {
  padding: 0 4px;
}
.tox .tox-menu.tox-collection.tox-collection--toolbar {
  padding: 8px;
}
.tox .tox-menu.tox-collection.tox-collection--grid {
  padding: 8px;
}
@media only screen and (min-width: 768px ) {
  .tox .tox-menu .tox-collection__item-label {
    overflow-wrap: break-word;
    word-break: normal;
  }
  .tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
    word-break: break-all;
  }
}
.tox .tox-menu__label h1,
.tox .tox-menu__label h2,
.tox .tox-menu__label h3,
.tox .tox-menu__label h4,
.tox .tox-menu__label h5,
.tox .tox-menu__label h6,
.tox .tox-menu__label p,
.tox .tox-menu__label blockquote,
.tox .tox-menu__label code {
  margin: 0;
}
.tox .tox-menubar {
  background: repeating-linear-gradient(transparent 0 1px, transparent 1px 39px) center top 39px / 100% calc(100% - 39px) no-repeat;
  background-color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  grid-row: 1;
  padding: 0 11px 0 12px;
}
.tox .tox-promotion + .tox-menubar {
  grid-column: 1;
}
.tox .tox-promotion {
  background: repeating-linear-gradient(transparent 0 1px, transparent 1px 39px) center top 39px / 100% calc(100% - 39px) no-repeat;
  background-color: #fff;
  grid-column: 2;
  grid-row: 1;
  padding-inline-end: 8px;
  padding-inline-start: 4px;
  padding-top: 5px;
}
.tox .tox-promotion-link {
  align-items: unsafe center;
  background-color: #E8F1F8;
  border-radius: 5px;
  color: #086BE6;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 26.6px;
  padding: 4px 8px;
  white-space: nowrap;
}
.tox .tox-promotion-link:hover {
  background-color: #B4D7FF;
}
.tox .tox-promotion-link:focus {
  background-color: #D9EDF7;
}
/* Deprecated. Remove in next major release */
.tox .tox-mbtn {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  justify-content: center;
  margin: 5px 1px 6px 0;
  outline: none;
  padding: 0 4px;
  text-transform: none;
  width: auto;
}
.tox .tox-mbtn[disabled] {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-mbtn:focus:not(:disabled) {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: #222f3e;
  position: relative;
  z-index: 1;
}
.tox .tox-mbtn:focus:not(:disabled)::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 ;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-mbtn:focus:not(:disabled)::after {
    border: 2px solid highlight;
  }
}
.tox .tox-mbtn--active,
.tox .tox-mbtn:not(:disabled).tox-mbtn--active:focus {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-mbtn__select-label {
  cursor: default;
  font-weight: normal;
  margin: 0 4px;
}
.tox .tox-mbtn[disabled] .tox-mbtn__select-label {
  cursor: not-allowed;
}
.tox .tox-mbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  display: none;
}
.tox .tox-notification {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  display: grid;
  font-size: 14px;
  font-weight: normal;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  opacity: 0;
  padding: 4px;
  transition: transform 100ms ease-in, opacity 150ms ease-in;
  width: max-content;
}
.tox .tox-notification a {
  cursor: pointer;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification p {
  font-size: 14px;
  font-weight: normal;
}
.tox .tox-notification:focus {
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
}
.tox .tox-notification--in {
  opacity: 1;
}
.tox .tox-notification--success {
  background-color: #e4eeda;
  border-color: #d7e6c8;
  color: #222f3e;
}
.tox .tox-notification--success p {
  color: #222f3e;
}
.tox .tox-notification--success a {
  color: #517342;
}
.tox .tox-notification--success a:hover,
.tox .tox-notification--success a:focus {
  color: #24321d;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification--success a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #517342;
  outline-offset: 2px;
}
.tox .tox-notification--success a:active {
  color: #0d120a;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification--success svg {
  fill: #222f3e;
}
.tox .tox-notification--error {
  background-color: #f5cccc;
  border-color: #f0b3b3;
  color: #222f3e;
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox .tox-notification--error p {
  color: #222f3e;
}
.tox .tox-notification--error a {
  color: #77181f;
}
.tox .tox-notification--error a:hover,
.tox .tox-notification--error a:focus {
  color: #220709;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification--error a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #77181f;
  outline-offset: 2px;
}
.tox .tox-notification--error a:active {
  color: #000000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification--error svg {
  fill: #222f3e;
}
.tox .tox-notification--warn,
.tox .tox-notification--warning {
  background-color: #fff5cc;
  border-color: #fff0b3;
  color: #222f3e;
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox .tox-notification--warn p,
.tox .tox-notification--warning p {
  color: #222f3e;
}
.tox .tox-notification--warn a,
.tox .tox-notification--warning a {
  color: #7a6e25;
}
.tox .tox-notification--warn a:hover,
.tox .tox-notification--warning a:hover,
.tox .tox-notification--warn a:focus,
.tox .tox-notification--warning a:focus {
  color: #2c280d;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification--warn a:focus-visible,
.tox .tox-notification--warning a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #7a6e25;
  outline-offset: 2px;
}
.tox .tox-notification--warn a:active,
.tox .tox-notification--warning a:active {
  color: #050502;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification--warn svg,
.tox .tox-notification--warning svg {
  fill: #222f3e;
}
.tox .tox-notification--info {
  background-color: #d6e7fb;
  border-color: #c1dbf9;
  color: #222f3e;
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox .tox-notification--info p {
  color: #222f3e;
}
.tox .tox-notification--info a {
  color: #2a64a6;
}
.tox .tox-notification--info a:hover,
.tox .tox-notification--info a:focus {
  color: #163355;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification--info a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #2a64a6;
  outline-offset: 2px;
}
.tox .tox-notification--info a:active {
  color: #0b1a2c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.tox .tox-notification--info svg {
  fill: #222f3e;
}
.tox .tox-notification__body {
  align-self: center;
  color: #222f3e;
  font-size: 14px;
  grid-column-end: 3;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-row-start: 1;
  text-align: center;
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
}
.tox .tox-notification__body > * {
  margin: 0;
}
.tox .tox-notification__body > * + * {
  margin-top: 1rem;
}
.tox .tox-notification__icon {
  align-self: center;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}
.tox .tox-notification__icon svg {
  display: block;
}
.tox .tox-notification__dismiss {
  align-self: start;
  grid-column-end: 4;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}
.tox .tox-notification .tox-progress-bar {
  grid-column-end: 4;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-row-start: 2;
  justify-self: center;
}
.tox .tox-notification-container-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}
.tox .tox-notification-container-dock-fadein {
  opacity: 1;
  visibility: visible;
}
.tox .tox-notification-container-dock-transition {
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
.tox .tox-notification-container-dock-transition.tox-notification-container-dock-fadein {
  transition-delay: 0s;
}
.tox .tox-pop {
  display: inline-block;
  position: relative;
}
.tox .tox-pop--resizing {
  transition: width 0.1s ease;
}
.tox .tox-pop--resizing .tox-toolbar,
.tox .tox-pop--resizing .tox-toolbar__group {
  flex-wrap: nowrap;
}
.tox .tox-pop--transition {
  transition: 0.15s ease;
  transition-property: left, right, top, bottom;
}
.tox .tox-pop--transition::before,
.tox .tox-pop--transition::after {
  transition: all 0.15s, visibility 0s, opacity 0.075s ease 0.075s;
}
.tox .tox-pop__dialog {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  min-width: 0;
  overflow: hidden;
}
.tox .tox-pop__dialog > *:not(.tox-toolbar) {
  margin: 4px 4px 4px 8px;
}
.tox .tox-pop__dialog .tox-toolbar {
  background-color: transparent;
  margin-bottom: -1px;
}
.tox .tox-pop::before,
.tox .tox-pop::after {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  opacity: 1;
  position: absolute;
  width: 0;
}
@media (forced-colors: active) {
  .tox .tox-pop::before,
  .tox .tox-pop::after {
    content: none;
  }
}
.tox .tox-pop.tox-pop--inset::before,
.tox .tox-pop.tox-pop--inset::after {
  opacity: 0;
  transition: all 0s 0.15s, visibility 0s, opacity 0.075s ease;
}
.tox .tox-pop.tox-pop--bottom::before,
.tox .tox-pop.tox-pop--bottom::after {
  left: 50%;
  top: 100%;
}
.tox .tox-pop.tox-pop--bottom::after {
  border-color: #fff transparent transparent transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: -1px;
}
.tox .tox-pop.tox-pop--bottom::before {
  border-color: #eeeeee transparent transparent transparent;
  border-width: 9px;
  margin-left: -9px;
}
.tox .tox-pop.tox-pop--top::before,
.tox .tox-pop.tox-pop--top::after {
  left: 50%;
  top: 0;
  transform: translateY(-100%);
}
.tox .tox-pop.tox-pop--top::after {
  border-color: transparent transparent #fff transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: 1px;
}
.tox .tox-pop.tox-pop--top::before {
  border-color: transparent transparent #eeeeee transparent;
  border-width: 9px;
  margin-left: -9px;
}
.tox .tox-pop.tox-pop--left::before,
.tox .tox-pop.tox-pop--left::after {
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
.tox .tox-pop.tox-pop--left::after {
  border-color: transparent #fff transparent transparent;
  border-width: 8px;
  margin-left: -15px;
}
.tox .tox-pop.tox-pop--left::before {
  border-color: transparent #eeeeee transparent transparent;
  border-width: 10px;
  margin-left: -19px;
}
.tox .tox-pop.tox-pop--right::before,
.tox .tox-pop.tox-pop--right::after {
  left: 100%;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
.tox .tox-pop.tox-pop--right::after {
  border-color: transparent transparent transparent #fff;
  border-width: 8px;
  margin-left: -1px;
}
.tox .tox-pop.tox-pop--right::before {
  border-color: transparent transparent transparent #eeeeee;
  border-width: 10px;
  margin-left: -1px;
}
.tox .tox-pop.tox-pop--align-left::before,
.tox .tox-pop.tox-pop--align-left::after {
  left: 20px;
}
.tox .tox-pop.tox-pop--align-right::before,
.tox .tox-pop.tox-pop--align-right::after {
  left: calc(100% - 20px);
}
.tox .tox-sidebar-wrap {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  min-height: 0;
}
.tox .tox-sidebar {
  background-color: #f0f0f0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.tox .tox-sidebar__slider {
  display: flex;
  overflow: hidden;
}
.tox .tox-sidebar__pane-container {
  display: flex;
}
.tox .tox-sidebar__pane {
  display: flex;
}
.tox .tox-sidebar--sliding-closed {
  opacity: 0;
}
.tox .tox-sidebar--sliding-open {
  opacity: 1;
}
.tox .tox-sidebar--sliding-growing,
.tox .tox-sidebar--sliding-shrinking {
  transition: width 0.5s ease, opacity 0.5s ease;
}
.tox .tox-selector {
  background-color: #4099ff;
  border-color: #4099ff;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 10px;
}
.tox.tox-platform-touch .tox-selector {
  height: 12px;
  width: 12px;
}
.tox .tox-slider {
  align-items: center;
  display: flex;
  flex: 1;
  height: 24px;
  justify-content: center;
  position: relative;
}
.tox .tox-slider__rail {
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  height: 10px;
  min-width: 120px;
  width: 100%;
}
.tox .tox-slider__handle {
  background-color: #006ce7;
  border: 2px solid #0054b4;
  border-radius: 6px;
  box-shadow: none;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
}
.tox .tox-form__controls-h-stack > .tox-slider:not(:first-of-type) {
  margin-inline-start: 8px;
}
.tox .tox-form__controls-h-stack > .tox-form__group + .tox-slider {
  margin-inline-start: 32px;
}
.tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group {
  margin-inline-start: 32px;
}
.tox .tox-toolbar-slider {
  align-items: center;
  display: inline-flex;
  height: 16px;
}
.tox .tox-toolbar-slider__input {
  appearance: none;
  background: #eeeeee;
  border-radius: 16px;
  width: 130px;
  height: 2px;
}
.tox .tox-toolbar-slider__input::-webkit-slider-runnable-track {
  background-color: transparent;
  height: 16px;
}
.tox .tox-toolbar-slider__input::-moz-range-track {
  background-color: transparent;
  height: 16px;
}
.tox .tox-toolbar-slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #006ce7;
  border-radius: 16px;
  border: none;
  height: 16px;
  width: 16px;
}
.tox .tox-toolbar-slider__input::-moz-range-thumb {
  appearance: none;
  background-color: #006ce7;
  border-radius: 16px;
  border: none;
  height: 16px;
  width: 16px;
}
.tox .tox-toolbar-slider__input:focus-visible {
  outline: none;
}
.tox .tox-toolbar-slider__input:focus::-webkit-slider-thumb {
  background-color: #0060ce;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
}
.tox .tox-toolbar-slider__input:focus::-moz-range-thumb {
  background-color: #0060ce;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
}
.tox .tox-toolbar-slider__input:hover::-webkit-slider-thumb {
  background-color: #0060ce;
}
.tox .tox-toolbar-slider__input:hover::-moz-range-thumb {
  background-color: #0060ce;
}
.tox .tox-toolbar-slider__input:active::-webkit-slider-thumb {
  background-color: #0054b4;
}
.tox .tox-toolbar-slider__input:active::-moz-range-thumb {
  background-color: #0054b4;
}
.tox .tox-toolbar-slider__input[disabled]::-webkit-slider-thumb {
  background-color: rgba(255, 255, 255, 0.5);
}
.tox .tox-toolbar-slider__input[disabled]::-moz-range-thumb {
  background-color: rgba(255, 255, 255, 0.5);
}
.tox .tox-source-code {
  overflow: auto;
}
.tox .tox-spinner {
  display: flex;
}
.tox .tox-spinner > div {
  animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
  background-color: rgba(34, 47, 62, 0.7);
  border-radius: 100%;
  height: 8px;
  width: 8px;
}
.tox .tox-spinner > div:nth-child(1) {
  animation-delay: -0.32s;
}
.tox .tox-spinner > div:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes tam-bouncing-dots {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.tox:not([dir=rtl]) .tox-spinner > div:not(:first-child) {
  margin-left: 4px;
}
.tox[dir=rtl] .tox-spinner > div:not(:first-child) {
  margin-right: 4px;
}
.tox .tox-statusbar {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
  color: rgba(34, 47, 62, 0.7);
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: normal;
  height: 25px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-transform: none;
}
.tox .tox-statusbar__path {
  display: flex;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tox .tox-statusbar__right-container {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}
.tox .tox-statusbar__help-text {
  text-align: center;
}
.tox .tox-statusbar__text-container {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  height: 16px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px ) {
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
    flex: 0 0 calc(100% / 3);
  }
}
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
  justify-content: flex-end;
}
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
  justify-content: flex-start;
}
.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
  justify-content: space-around;
}
.tox .tox-statusbar__path > * {
  display: inline;
  white-space: nowrap;
}
.tox .tox-statusbar__wordcount {
  flex: 0 0 auto;
  margin-left: 1ch;
}
@media only screen and (max-width: 767px ) {
  .tox .tox-statusbar__text-container .tox-statusbar__help-text {
    display: none;
  }
  .tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
    display: block;
  }
}
.tox .tox-statusbar a,
.tox .tox-statusbar__path-item,
.tox .tox-statusbar__wordcount {
  color: rgba(34, 47, 62, 0.7);
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]) {
  color: #222f3e;
  cursor: pointer;
}
.tox .tox-statusbar a:focus-visible::after,
.tox .tox-statusbar__path-item:focus-visible::after,
.tox .tox-statusbar__wordcount:focus-visible::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 ;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-statusbar a:focus-visible::after,
  .tox .tox-statusbar__path-item:focus-visible::after,
  .tox .tox-statusbar__wordcount:focus-visible::after {
    border: 2px solid highlight;
  }
}
.tox .tox-statusbar__branding svg {
  fill: rgba(34, 47, 62, 0.8);
  height: 1em;
  margin-left: 0.3em;
  width: auto;
}
@media (forced-colors: active) {
  .tox .tox-statusbar__branding svg {
    fill: currentColor;
  }
}
.tox .tox-statusbar__branding a {
  /* stylelint-disable-line no-descending-specificity */
  align-items: center;
  display: inline-flex;
}
.tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg,
.tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg {
  fill: #222f3e;
}
.tox .tox-statusbar__resize-handle {
  align-items: flex-end;
  align-self: stretch;
  cursor: nwse-resize;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-bottom: 3px;
  margin-left: 4px;
  margin-right: calc(3px - 8px);
  margin-top: 3px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.tox .tox-statusbar__resize-handle svg {
  display: block;
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-statusbar__resize-handle:hover svg,
.tox .tox-statusbar__resize-handle:focus svg {
  fill: #222f3e;
}
.tox .tox-statusbar__resize-handle:focus-visible {
  background-color: transparent;
  border-radius: 1px 1px 5px 1px;
  box-shadow: 0 0 0 2px transparent;
}
.tox .tox-statusbar__resize-handle:focus-visible::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 ;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-statusbar__resize-handle:focus-visible::after {
    border: 2px solid highlight;
  }
}
.tox .tox-statusbar__resize-handle:only-child {
  margin-left: auto;
}
.tox:not([dir=rtl]) .tox-statusbar__path > * {
  margin-right: 4px;
}
.tox:not([dir=rtl]) .tox-statusbar__branding {
  margin-left: 2ch;
}
.tox[dir=rtl] .tox-statusbar {
  flex-direction: row-reverse;
}
.tox[dir=rtl] .tox-statusbar__path > * {
  margin-left: 4px;
}
.tox[dir=rtl] .tox-statusbar__branding svg {
  margin-left: 0;
  margin-right: 0.3em;
}
.tox .tox-throbber {
  z-index: 1299;
}
.tox .tox-throbber__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tox .tox-tbtn {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  justify-content: center;
  margin: 6px 1px 5px 0;
  outline: none;
  padding: 0;
  text-transform: none;
  width: 34px;
}
@media (forced-colors: active) {
  .tox .tox-tbtn:hover,
  .tox .tox-tbtn.tox-tbtn:hover {
    outline: 1px dashed currentColor;
  }
  .tox .tox-tbtn.tox-tbtn--active,
  .tox .tox-tbtn.tox-tbtn--enabled,
  .tox .tox-tbtn.tox-tbtn--enabled:hover,
  .tox .tox-tbtn.tox-tbtn--enabled:focus,
  .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
    outline: 1px solid currentColor;
    position: relative;
  }
}
.tox .tox-tbtn svg {
  display: block;
  fill: #222f3e;
}
@media (forced-colors: active) {
  .tox .tox-tbtn svg {
    fill: currentColor !important;
  }
  .tox .tox-tbtn svg.tox-tbtn--enabled,
  .tox .tox-tbtn svg:focus:not(.tox-tbtn--disabled) {
    fill: currentColor !important;
  }
  .tox .tox-tbtn svg.tox-tbtn--disabled,
  .tox .tox-tbtn svg.tox-tbtn--disabled:hover,
  .tox .tox-tbtn svg .tox-tbtn:disabled,
  .tox .tox-tbtn svg .tox-tbtn:disabled:hover {
    filter: contrast(0%);
  }
}
.tox .tox-tbtn.tox-tbtn-more {
  padding-left: 5px;
  padding-right: 5px;
  width: inherit;
}
.tox .tox-tbtn:focus {
  background: #fff;
  border: 0;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.tox .tox-tbtn:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 ;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-tbtn:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-tbtn:hover {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-tbtn:hover svg {
  fill: #222f3e;
}
.tox .tox-tbtn:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-tbtn:active svg {
  fill: #222f3e;
}
.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-tbtn--disabled,
.tox .tox-tbtn--disabled:hover,
.tox .tox-tbtn:disabled,
.tox .tox-tbtn:disabled:hover {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-tbtn--disabled svg,
.tox .tox-tbtn--disabled:hover svg,
.tox .tox-tbtn:disabled svg,
.tox .tox-tbtn:disabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-tbtn--active,
.tox .tox-tbtn--enabled,
.tox .tox-tbtn--enabled:hover,
.tox .tox-tbtn--enabled:focus {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
  position: relative;
}
.tox .tox-tbtn--active > *,
.tox .tox-tbtn--enabled > *,
.tox .tox-tbtn--enabled:hover > *,
.tox .tox-tbtn--enabled:focus > * {
  transform: none;
}
.tox .tox-tbtn--active svg,
.tox .tox-tbtn--enabled svg,
.tox .tox-tbtn--enabled:hover svg,
.tox .tox-tbtn--enabled:focus svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: #222f3e;
}
.tox .tox-tbtn--active.tox-tbtn--disabled svg,
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg,
.tox .tox-tbtn--enabled:focus.tox-tbtn--disabled svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-tbtn--enabled:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 ;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-tbtn--enabled:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
  color: #222f3e;
}
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
  fill: #222f3e;
}
.tox .tox-tbtn:active > * {
  transform: none;
}
.tox .tox-tbtn--md {
  height: 42px;
  width: 51px;
}
.tox .tox-tbtn--lg {
  flex-direction: column;
  height: 56px;
  width: 68px;
}
.tox .tox-tbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}
.tox .tox-tbtn--labeled {
  padding: 0 4px;
  width: unset;
}
.tox .tox-tbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}
.tox .tox-label--context-toolbar {
  margin: 6px 1px 5px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.tox .tox-number-input {
  background: #f7f7f7;
  border-radius: 3px;
  display: flex;
  margin: 6px 1px 5px 0;
  position: relative;
  width: auto;
}
.tox .tox-number-input:focus {
  background: #f7f7f7;
}
.tox .tox-number-input:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 ;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-number-input:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-number-input .tox-input-wrapper {
  display: flex;
  pointer-events: none;
  position: relative;
  text-align: center;
}
.tox .tox-number-input .tox-input-wrapper:focus {
  background-color: #f7f7f7;
  z-index: 1;
}
.tox .tox-number-input .tox-input-wrapper:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 ;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-number-input .tox-input-wrapper:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 ;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
    border: 2px solid highlight;
  }
}
.tox .tox-number-input input {
  border-radius: 3px;
  color: #222f3e;
  font-size: 14px;
  margin: 2px 0;
  pointer-events: all;
  position: relative;
  width: 60px;
}
.tox .tox-number-input input:hover {
  background: #f0f0f0;
  color: #222f3e;
}
.tox .tox-number-input input:focus {
  background-color: #f7f7f7;
}
.tox .tox-number-input input:disabled {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-number-input button {
  color: #222f3e;
  height: 28px;
  position: relative;
  text-align: center;
  width: 24px;
}
@media (forced-colors: active) {
  .tox .tox-number-input button:hover,
  .tox .tox-number-input button:focus,
  .tox .tox-number-input button:active {
    outline: 1px solid currentColor !important;
  }
}
.tox .tox-number-input button svg {
  display: block;
  fill: #222f3e;
  margin: 0 auto;
  transform: scale(0.67);
}
@media (forced-colors: active) {
  .tox .tox-number-input button svg,
  .tox .tox-number-input button svg:active,
  .tox .tox-number-input button svg:hover {
    fill: currentColor !important;
  }
  .tox .tox-number-input button svg:disabled {
    filter: contrast(0);
  }
}
.tox .tox-number-input button:focus {
  background: #f7f7f7;
  z-index: 1;
}
.tox .tox-number-input button:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 ;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-number-input button:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-number-input button:hover {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-number-input button:hover svg {
  fill: #222f3e;
}
.tox .tox-number-input button:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-number-input button:active svg {
  fill: #222f3e;
}
.tox .tox-number-input button:disabled {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-number-input button:disabled svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-number-input button.minus {
  border-radius: 3px 0 0 3px;
}
.tox .tox-number-input button.plus {
  border-radius: 0 3px 3px 0;
}
.tox .tox-number-input:focus:not(:active) > button,
.tox .tox-number-input:focus:not(:active) > .tox-input-wrapper {
  background: #f7f7f7;
}
.tox .tox-tbtn--select {
  margin: 6px 1px 5px 0;
  padding: 0 4px;
  width: auto;
}
.tox .tox-tbtn__select-label {
  cursor: default;
  font-weight: normal;
  height: initial;
  margin: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tox .tox-tbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}
.tox .tox-tbtn__select-chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}
@media (forced-colors: active) {
  .tox .tox-tbtn__select-chevron svg {
    fill: currentColor;
  }
}
.tox .tox-tbtn--bespoke {
  background: #f7f7f7;
}
.tox .tox-tbtn--bespoke:focus {
  background: #f7f7f7;
}
.tox .tox-tbtn--bespoke + .tox-tbtn--bespoke {
  margin-inline-start: 4px;
}
.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 7em;
}
.tox .tox-tbtn--disabled .tox-tbtn__select-label,
.tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
  cursor: not-allowed;
}
.tox .tox-split-button {
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  margin: 6px 1px 5px 0;
}
.tox .tox-split-button:hover {
  box-shadow: 0 0 0 1px #f0f0f0 inset;
}
.tox .tox-split-button:focus {
  background: #fff;
  box-shadow: none;
  color: #222f3e;
  position: relative;
  z-index: 1;
}
.tox .tox-split-button:focus::after {
  pointer-events: none;
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 ;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (forced-colors: active) {
  .tox .tox-split-button:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-split-button > * {
  border-radius: 0;
}
.tox .tox-split-button > *:nth-child(1) {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tox .tox-split-button > *:nth-child(2) {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tox .tox-split-button__chevron {
  width: 16px;
}
.tox .tox-split-button__chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}
@media (forced-colors: active) {
  .tox .tox-split-button__chevron svg {
    fill: currentColor;
  }
}
.tox .tox-split-button .tox-tbtn {
  margin: 0;
}
.tox .tox-split-button:focus .tox-tbtn {
  background-color: transparent;
}
.tox .tox-split-button.tox-tbtn--disabled:hover,
.tox .tox-split-button.tox-tbtn--disabled:focus,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
  background: #fff;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}
.tox.tox-platform-touch .tox-split-button .tox-tbtn--select {
  padding: 0 0px;
}
.tox.tox-platform-touch .tox-split-button .tox-tbtn:not(.tox-tbtn--select):first-child {
  width: 30px;
}
.tox.tox-platform-touch .tox-split-button__chevron {
  width: 20px;
}
.tox .tox-split-button.tox-tbtn--disabled svg .tox-icon-text-color__color,
.tox .tox-split-button.tox-tbtn--disabled svg .tox-icon-highlight-bg-color__color {
  opacity: 0.3;
}
.tox .tox-toolbar-overlord {
  background-color: #fff;
}
.tox .tox-toolbar,
.tox .tox-toolbar__primary,
.tox .tox-toolbar__overflow {
  background-attachment: local;
  background-color: #fff;
  background-image: repeating-linear-gradient(#e3e3e3 0 1px, transparent 1px 39px);
  background-position: center top 40px;
  background-repeat: no-repeat;
  background-size: calc(100% - 11px * 2) calc(100% - 41px);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 0 0px;
  transform: perspective(1px);
}
.tox .tox-toolbar-overlord > .tox-toolbar,
.tox .tox-toolbar-overlord > .tox-toolbar__primary,
.tox .tox-toolbar-overlord > .tox-toolbar__overflow {
  background-position: center top 0px;
  background-size: calc(100% - 11px * 2) calc(100% - 0px);
}
.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  visibility: hidden;
}
.tox .tox-toolbar__overflow--growing {
  transition: height 0.3s ease, opacity 0.2s linear 0.1s;
}
.tox .tox-toolbar__overflow--shrinking {
  transition: opacity 0.3s ease, height 0.2s linear 0.1s, visibility 0s linear 0.3s;
}
.tox .tox-toolbar-overlord,
.tox .tox-anchorbar {
  grid-column: 1 / -1;
}
.tox .tox-menubar + .tox-toolbar,
.tox .tox-menubar + .tox-toolbar-overlord {
  border-top: 1px solid transparent;
  margin-top: -1px;
  padding-bottom: 1px;
  padding-top: 1px;
}
@media (forced-colors: active) {
  .tox .tox-menubar + .tox-toolbar,
  .tox .tox-menubar + .tox-toolbar-overlord {
    outline: 1px solid currentColor;
  }
}
.tox .tox-toolbar--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.tox .tox-pop .tox-toolbar {
  border-width: 0;
}
.tox .tox-toolbar--no-divider {
  background-image: none;
}
.tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child,
.tox .tox-toolbar-overlord .tox-toolbar__primary {
  background-position: center top 39px;
}
.tox .tox-editor-header > .tox-toolbar--scrolling,
.tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
  background-image: none;
}
.tox.tox-tinymce-aux .tox-toolbar__overflow {
  background-color: #fff;
  background-position: center top 43px;
  background-size: calc(100% - 8px * 2) calc(100% - 51px);
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  overscroll-behavior: none;
  padding: 4px 0;
}
@media (forced-colors: active) {
  .tox.tox-tinymce-aux .tox-toolbar__overflow {
    border: solid;
  }
}
.tox-pop .tox-pop__dialog {
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox-pop .tox-pop__dialog .tox-toolbar {
  background-position: center top 43px;
  background-size: calc(100% - 11px * 2) calc(100% - 51px);
  padding: 4px 0;
}
.tox-context-form__group {
  display: flex;
  align-items: center;
}
.tox .tox-toolbar__group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  padding: 0 11px 0 12px;
}
.tox .tox-toolbar__group--pull-right {
  margin-left: auto;
}
.tox .tox-toolbar--scrolling .tox-toolbar__group {
  flex-shrink: 0;
  flex-wrap: nowrap;
}
.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
  border-right: 1px solid transparent;
}
.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
  border-left: 1px solid transparent;
}
.tox .tox-tooltip {
  display: inline-block;
  max-width: 15em;
  padding: 8px;
  /*
     * The pointer-events: none is designed to make mouse events bleed through the tooltip
     * to the underlying items. For example, a mouse hovering over a tooltip that hovers over
     * another item should trigger the hover of the item obscured by the tooltip, even though
     * the tooltip is on top
     */
  pointer-events: none;
  position: relative;
  width: max-content;
  z-index: 1150;
}
.tox .tox-tooltip__body {
  background-color: #222f3e;
  border-radius: 6px;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  overflow-wrap: break-word;
  padding: 4px 6px;
  text-transform: none;
}
@media (forced-colors: active) {
  .tox .tox-tooltip__body {
    outline: outset 1px;
  }
}
.tox .tox-tooltip__arrow {
  position: absolute;
}
.tox .tox-tooltip--down .tox-tooltip__arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #222f3e;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.tox .tox-tooltip--up .tox-tooltip__arrow {
  border-bottom: 8px solid #222f3e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.tox .tox-tooltip--right .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222f3e;
  border-top: 8px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tox .tox-tooltip--left .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222f3e;
  border-top: 8px solid transparent;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tox .tox-tree {
  display: flex;
  flex-direction: column;
}
.tox .tox-tree .tox-trbtn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  margin-bottom: 4px;
  margin-top: 4px;
  outline: none;
  overflow: hidden;
  padding: 0;
  padding-left: 8px;
  text-transform: none;
}
.tox .tox-tree .tox-trbtn .tox-tree__label {
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tox .tox-tree .tox-trbtn svg {
  display: block;
  fill: #222f3e;
}
.tox .tox-tree .tox-trbtn:focus {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
}
.tox .tox-tree .tox-trbtn:hover {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-tree .tox-trbtn:hover svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-trbtn:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-tree .tox-trbtn:active svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-trbtn--disabled,
.tox .tox-tree .tox-trbtn--disabled:hover,
.tox .tox-tree .tox-trbtn:disabled,
.tox .tox-tree .tox-trbtn:disabled:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-tree .tox-trbtn--disabled svg,
.tox .tox-tree .tox-trbtn--disabled:hover svg,
.tox .tox-tree .tox-trbtn:disabled svg,
.tox .tox-tree .tox-trbtn:disabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-tree .tox-trbtn--enabled,
.tox .tox-tree .tox-trbtn--enabled:hover {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-tree .tox-trbtn--enabled > *,
.tox .tox-tree .tox-trbtn--enabled:hover > * {
  transform: none;
}
.tox .tox-tree .tox-trbtn--enabled svg,
.tox .tox-tree .tox-trbtn--enabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: #222f3e;
}
.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
  color: #222f3e;
}
.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-trbtn:active > * {
  transform: none;
}
.tox .tox-tree .tox-trbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}
.tox .tox-tree .tox-trbtn--labeled {
  padding: 0 4px;
  width: unset;
}
.tox .tox-tree .tox-trbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}
.tox .tox-tree .tox-tree--directory {
  display: flex;
  flex-direction: column;
  /* stylelint-disable no-descending-specificity */
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
  font-weight: bold;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn {
  margin-left: auto;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg {
  fill: transparent;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) {
  background-color: transparent;
  color: #222f3e;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
  margin-right: 6px;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
  transition: transform 0.5s ease-in-out;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
  transform: rotate(90deg);
}
.tox .tox-tree .tox-tree--leaf__label {
  font-weight: normal;
}
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn {
  margin-left: auto;
}
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg {
  fill: transparent;
}
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg,
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) {
  background-color: transparent;
  color: #222f3e;
}
.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-icon-custom-state {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.tox .tox-tree .tox-tree--directory__children {
  overflow: hidden;
  padding-left: 16px;
}
.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing,
.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking {
  transition: height 0.5s ease-in-out;
}
.tox .tox-tree .tox-trbtn.tox-tree--leaf__label {
  display: flex;
  justify-content: space-between;
}
.tox .tox-revisionhistory__pane {
  padding: 0 !important;
  /* Override the default padding of tox-view__pane */
}
.tox .tox-revisionhistory__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tox .tox-revisionhistory {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  display: flex;
  flex: 1;
  height: 100%;
  margin-top: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
.tox .tox-revisionhistory--align-right {
  margin-left: auto;
}
.tox .tox-revisionhistory__iframe {
  flex: 1;
}
.tox .tox-revisionhistory__sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 248px;
  width: 316px;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__sidebar-title {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  color: #222f3e;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding: 12px;
  z-index: 1;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions {
  background-color: #f0f0f0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding: 10px 12px;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus {
  height: 100%;
  position: relative;
  z-index: 1;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 ;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 6px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  top: 1px;
}
@media (forced-colors: active) {
  .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  color: #222f3e;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 12px;
  padding: 12px;
  width: 100%;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:hover {
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus {
  position: relative;
  z-index: 1;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 #006ce7;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #006ce7;
  box-shadow: 0 0 0 2px #006ce7 !important;
}
@media (forced-colors: active) {
  .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected {
  background-color: #fff5cc;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  position: relative;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 #e3b82a;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #e3b82a;
}
@media (forced-colors: active) {
  .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected::after {
    border: 2px solid highlight;
  }
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date-label {
  font-size: 16px;
  line-height: 24px;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author {
  align-items: center;
  display: flex;
  flex: 1 0 0;
  gap: 8px;
  height: 36px;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__avatar {
  border-radius: 50%;
  height: 36px;
  object-fit: cover;
  vertical-align: middle;
  width: 36px;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__norevision {
  color: rgba(34, 47, 62, 0.7);
  font-size: 16px;
  line-height: 24px;
  padding: 5px 5.5px;
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-check-icon {
  color: #222f3e;
  height: 24px;
}
.tox .tox-view-wrap,
.tox .tox-view-wrap__slot-container {
  background-color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}
.tox .tox-view {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}
.tox .tox-view__header {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 10px 10px 2px 10px;
  position: relative;
}
.tox .tox-view__label {
  color: #222f3e;
  font-weight: bold;
  line-height: 24px;
  padding: 4px 16px;
  text-align: center;
  white-space: nowrap;
}
.tox .tox-view__label--normal {
  font-size: 16px;
}
.tox .tox-view__label--large {
  font-size: 20px;
}
.tox .tox-view--mobile.tox-view__header,
.tox .tox-view--mobile.tox-view__toolbar {
  padding: 8px;
}
.tox .tox-view--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.tox .tox-view__toolbar {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  overflow-x: auto;
  padding: 10px 10px 2px 10px;
}
.tox .tox-view__toolbar__group {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.tox .tox-view__header-start,
.tox .tox-view__header-end {
  display: flex;
}
.tox .tox-view__pane {
  height: 100%;
  padding: 8px;
  position: relative;
  width: 100%;
}
.tox .tox-view__pane_panel {
  border: 1px solid #eeeeee;
  border-radius: 6px;
}
.tox:not([dir=rtl]) .tox-view__header .tox-view__header-start > *,
.tox:not([dir=rtl]) .tox-view__header .tox-view__header-end > * {
  margin-left: 8px;
}
.tox[dir=rtl] .tox-view__header .tox-view__header-start > *,
.tox[dir=rtl] .tox-view__header .tox-view__header-end > * {
  margin-right: 8px;
}
.tox .tox-well {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  padding: 8px;
  width: 100%;
}
.tox .tox-well > *:first-child {
  margin-top: 0;
}
.tox .tox-well > *:last-child {
  margin-bottom: 0;
}
.tox .tox-well > *:only-child {
  margin: 0;
}
.tox .tox-custom-editor {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}
/* stylelint-disable */
.tox {
  /* stylelint-enable */
}
.tox .tox-dialog-loading::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.tox .tox-tab {
  cursor: pointer;
}
.tox .tox-dialog__content-js {
  display: flex;
  flex: 1;
}
.tox .tox-dialog__body-content .tox-collection {
  display: flex;
  flex: 1;
}

.rds-portal-sdk-Layout-module-nopadding{padding:0 !important}.rds-portal-sdk-Layout-module-px-0{padding-left:0 !important;padding-right:0 !important}.rds-portal-sdk-Layout-module-py-0{padding-top:0 !important;padding-bottom:0 !important}#rds-portal-sdk-Layout-module-bayer-mobile-menu{display:none}#rds-portal-sdk-Layout-module-bayer-mobile-menu ul{margin:0;padding:0;list-style-type:none}#rds-portal-sdk-Layout-module-bayer-mobile-menu ul li{float:left;position:relative}#rds-portal-sdk-Layout-module-bayer-mobile-menu ul li a{text-indent:-900em;overflow:hidden;background-repeat:no-repeat;background-position:center;display:block;width:45px;height:26px;background-size:30px 30px}#rds-portal-sdk-Layout-module-bayer-mobile-menu .rds-portal-sdk-Layout-module-mobilenavigation{float:right;margin:-47px 11px 0 0;position:relative;z-index:10;display:block}#rds-portal-sdk-Layout-module-bayer-mobile-menu .rds-portal-sdk-Layout-module-toggle-nav{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3E%3Cpath d=%27M2,22v-2h28v2H2z M4,15h26v-2H4V15z M6,8V6h24v2H6z%27 style=%27fill:%230d2a40;%27/%3E%3C/svg%3E")}#rds-portal-sdk-Layout-module-bayer-mobile-menu .rds-portal-sdk-Layout-module-toggle-nav.rds-portal-sdk-Layout-module-active{background:rgba(0,0,0,0) url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 26 26%27%3E%3Cpath d=%27M1,1l24,24 M25,1L1,25%27 style=%27stroke:%230d2a40;fill:none;stroke-width:2;%27/%3E%3C/svg%3E") no-repeat center center}.rds-portal-sdk-Layout-module-navbar-toggler{display:none;color:#624963}.rds-portal-sdk-Layout-module-navbar-toggler .rds-portal-sdk-Layout-module-show{color:#fff}.rds-portal-sdk-Layout-module-navbar-toggler .rds-portal-sdk-Layout-module-show:hover{color:#ff3162}#rds-portal-sdk-Layout-module-bayer-corporate-nav{font-size:13px;letter-spacing:.34px;padding:0 calc((100% - 1180px)/2) 0 0;z-index:100;position:absolute;top:0;max-width:1180px;color:#fff;right:0;background-color:#624963}#rds-portal-sdk-Layout-module-bayer-corporate-nav:before{content:"";position:absolute;top:0;width:14px;height:100%;background-color:#624963;left:-7px;transform:skewX(-14deg)}#rds-portal-sdk-Layout-module-bayer-corporate-nav .rds-portal-sdk-Layout-module-tagline{position:absolute;display:flex;align-items:center;white-space:nowrap;top:0;bottom:0;right:calc(100% + 24px);gap:.5em}#rds-portal-sdk-Layout-module-bayer-corporate-nav .rds-portal-sdk-Layout-module-slogan{color:#10384f;font-size:13px;font-style:italic;font-weight:600;letter-spacing:0}#rds-portal-sdk-Layout-module-bayer-corporate-nav #rds-portal-sdk-Layout-module-bcn-container{display:block;max-height:40px}#rds-portal-sdk-Layout-module-bayer-corporate-nav #rds-portal-sdk-Layout-module-bcn-container nav.rds-portal-sdk-Layout-module-navbar{padding:0}#rds-portal-sdk-Layout-module-bayer-corporate-nav #rds-portal-sdk-Layout-module-bcn-container ul{list-style-type:none;margin:0;padding:0}#rds-portal-sdk-Layout-module-bayer-corporate-nav #rds-portal-sdk-Layout-module-bcn-container ul li{margin-left:0;float:left;cursor:pointer}#rds-portal-sdk-Layout-module-bayer-corporate-nav #rds-portal-sdk-Layout-module-bcn-container ul li a{line-height:25px;padding:8px 21px 7px 13px;display:inline-block;color:#fff;text-decoration:none;font-size:12px}#rds-portal-sdk-Layout-module-bayer-corporate-nav #rds-portal-sdk-Layout-module-bcn-container ul li a:hover{color:#ff3162}#rds-portal-sdk-Layout-module-bayer-main-menu #rds-portal-sdk-Layout-module-mobile-page-overlay{display:none;position:absolute;top:100px;left:0;width:100vw;height:100vh;background-color:#fff;z-index:1}.rds-portal-sdk-Layout-module-navigation{position:relative;font-size:17px;line-height:1;color:#0d2a40;letter-spacing:.5px;font-weight:300}@media only screen and (min-width: 90.063em){.rds-portal-sdk-Layout-module-navigation{font-size:19px}}.rds-portal-sdk-Layout-module-navigation ul{margin:0;padding:0;list-style-type:none}.rds-portal-sdk-Layout-module-navigation ul li{font-size:inherit;float:left;font-size:16px;font-weight:400;font-style:normal;color:#0d2a40;letter-spacing:.5px;line-height:1.75;position:static;display:inline-flex;align-items:center;cursor:pointer;padding:10px 0}.rds-portal-sdk-Layout-module-navigation ul li:after{content:" ";position:relative;top:0;right:0;display:flex;width:1px;height:20px;background:#6a8391;transform:rotate(12deg)}.rds-portal-sdk-Layout-module-navigation ul li a{padding:0 15px;white-space:nowrap;font-weight:400;font-style:normal;font-size:18px;position:relative;cursor:pointer;color:#10384f;display:flex}.rds-portal-sdk-Layout-module-navigation ul li a:hover,.rds-portal-sdk-Layout-module-navigation ul li a:focus{color:#ff3162;text-decoration:none}.rds-portal-sdk-Layout-module-navigation ul li:first-child a{padding-left:3px}.rds-portal-sdk-Layout-module-navigation ul li.rds-portal-sdk-Layout-module-hightlight,.rds-portal-sdk-Layout-module-navigation ul li.rds-portal-sdk-Layout-module-highlight a{color:#0075a6}@media(max-width: 90em){#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-bayer-main-menu li{padding:0;margin-top:-5px}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-bayer-main-menu li a{padding:7px 11px 7px 9px}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-bayer-main-menu li:first-child a{padding-left:4px}#rds-portal-sdk-Layout-module-bayer-corporate-nav #rds-portal-sdk-Layout-module-bcn-container ul li a{padding:6px 13px 5px 5px}}@media(max-width: 63em){#rds-portal-sdk-Layout-module-bayer-mobile-menu{display:block}.rds-portal-sdk-Layout-module-mobilenavigation{margin-top:-57px}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-bayer-main-menu{display:none;margin-top:10px;overflow-y:auto;max-height:calc(100vh - 200px)}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-bayer-main-menu.rds-portal-sdk-Layout-module-opened{display:block}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-bayer-main-menu.rds-portal-sdk-Layout-module-opened #rds-portal-sdk-Layout-module-mobile-page-overlay{display:block}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-bayer-main-menu .rds-portal-sdk-Layout-module-navigation{z-index:2}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-bayer-main-menu .rds-portal-sdk-Layout-module-navigation ul{background-color:#624963;padding:40px 30px}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-bayer-main-menu .rds-portal-sdk-Layout-module-navigation ul li{float:none;display:block;margin-top:0}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-bayer-main-menu .rds-portal-sdk-Layout-module-navigation ul li::after{display:none}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-bayer-main-menu .rds-portal-sdk-Layout-module-navigation ul li a{color:#fff;border-top:1px solid rgba(191,215,223,.25);padding:15px 10px 14px;font-size:18px;font-weight:300;letter-spacing:.5px;line-height:26px}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-bayer-main-menu .rds-portal-sdk-Layout-module-navigation ul li:first-child a{border-top-width:0}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-bayer-main-menu .rds-portal-sdk-Layout-module-navigation ul li:hover a,#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-bayer-main-menu .rds-portal-sdk-Layout-module-navigation ul li:focus a{color:#00bcff}#rds-portal-sdk-Layout-module-bayer-corporate-nav{background-color:rgba(0,0,0,0)}#rds-portal-sdk-Layout-module-bayer-corporate-nav.rds-portal-sdk-Layout-module-opened{background-color:#624963}#rds-portal-sdk-Layout-module-bayer-corporate-nav.rds-portal-sdk-Layout-module-opened .rds-portal-sdk-Layout-module-navbar-toggler{color:#fff}#rds-portal-sdk-Layout-module-bayer-corporate-nav .rds-portal-sdk-Layout-module-tagline{right:18px;min-height:40px}#rds-portal-sdk-Layout-module-bayer-corporate-nav .rds-portal-sdk-Layout-module-tagline .rds-portal-sdk-Layout-module-slogan{font-size:11px}#rds-portal-sdk-Layout-module-bayer-corporate-nav:before{display:none}#rds-portal-sdk-Layout-module-bayer-corporate-nav #rds-portal-sdk-Layout-module-bcn-container{max-height:initial}#rds-portal-sdk-Layout-module-bayer-corporate-nav #rds-portal-sdk-Layout-module-bcn-container li.rds-portal-sdk-Layout-module-nav-item{float:none;display:block;padding-left:8px;text-align:center}#rds-portal-sdk-Layout-module-bayer-corporate-nav .rds-portal-sdk-Layout-module-navbar-toggler{text-align:center;width:100%;min-width:120px}#rds-portal-sdk-Layout-module-bayer-corporate-nav .rds-portal-sdk-Layout-module-navbar-collapse.rds-portal-sdk-Layout-module-show{width:110px;position:absolute;z-index:5;top:0;right:0;background-color:#624963}}@keyframes rds-portal-sdk-Layout-module-slideIn{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}@media only screen and (min-width: 64em){nav.rds-portal-sdk-Layout-module-lefthand{display:block;margin-top:1px;z-index:2}}nav.rds-portal-sdk-Layout-module-lefthand{animation:1.2s ease rds-portal-sdk-Layout-module-slideIn}nav.rds-portal-sdk-Layout-module-lefthand ul{margin:0;padding:0;list-style:none}nav.rds-portal-sdk-Layout-module-lefthand ul li{cursor:pointer}nav.rds-portal-sdk-Layout-module-lefthand ul li a,nav.rds-portal-sdk-Layout-module-lefthand ul li div.rds-portal-sdk-Layout-module-nav-link{display:block;padding:11px 16px 9px 10px;border-bottom:1px solid #dfebf0;border-top:1px solid #dfebf0;margin-top:-1px;color:#0d2a40;font-size:15px;font-weight:300;letter-spacing:.47px;line-height:1.13334;transition:color .2s ease-out}nav.rds-portal-sdk-Layout-module-lefthand ul li a:not(div.rds-portal-sdk-Layout-module-nav-link):hover:not(.rds-portal-sdk-Layout-module-selected),nav.rds-portal-sdk-Layout-module-lefthand ul li a:not(div.rds-portal-sdk-Layout-module-nav-link):focus:not(.rds-portal-sdk-Layout-module-selected),nav.rds-portal-sdk-Layout-module-lefthand ul li div.rds-portal-sdk-Layout-module-nav-link:not(div.rds-portal-sdk-Layout-module-nav-link):hover:not(.rds-portal-sdk-Layout-module-selected),nav.rds-portal-sdk-Layout-module-lefthand ul li div.rds-portal-sdk-Layout-module-nav-link:not(div.rds-portal-sdk-Layout-module-nav-link):focus:not(.rds-portal-sdk-Layout-module-selected){color:#ff3162}nav.rds-portal-sdk-Layout-module-lefthand ul li a:not(div.rds-portal-sdk-Layout-module-nav-link):hover,nav.rds-portal-sdk-Layout-module-lefthand ul li a:not(div.rds-portal-sdk-Layout-module-nav-link):focus,nav.rds-portal-sdk-Layout-module-lefthand ul li div.rds-portal-sdk-Layout-module-nav-link:not(div.rds-portal-sdk-Layout-module-nav-link):hover,nav.rds-portal-sdk-Layout-module-lefthand ul li div.rds-portal-sdk-Layout-module-nav-link:not(div.rds-portal-sdk-Layout-module-nav-link):focus{text-decoration:none}nav.rds-portal-sdk-Layout-module-lefthand ul li:hover>a:not(.rds-portal-sdk-Layout-module-selected),nav.rds-portal-sdk-Layout-module-lefthand ul li:focus>a:not(.rds-portal-sdk-Layout-module-selected){color:#ff3162}nav.rds-portal-sdk-Layout-module-lefthand ul li:hover>a,nav.rds-portal-sdk-Layout-module-lefthand ul li:focus>a{text-decoration:none}nav.rds-portal-sdk-Layout-module-lefthand ul li.rds-portal-sdk-Layout-module-selected>a{color:#00bcff;font-weight:500}nav.rds-portal-sdk-Layout-module-lefthand ul li.rds-portal-sdk-Layout-module-has-children.rds-portal-sdk-Layout-module-selected>.rds-portal-sdk-Layout-module-nav-link{color:#10384f;font-weight:500}nav.rds-portal-sdk-Layout-module-lefthand ul li ul.rds-portal-sdk-Layout-module-sub-nav li a{padding-left:28px}@media(max-width: 768px){nav.rds-portal-sdk-Layout-module-lefthand ul:not(.rds-portal-sdk-Layout-module-sub-nav){padding:12px 0 14px 40px;clear:both;margin:0;list-style:none;font-weight:300;font-size:13px;letter-spacing:.23px;line-height:25px}nav.rds-portal-sdk-Layout-module-lefthand ul:not(.rds-portal-sdk-Layout-module-sub-nav) .rds-portal-sdk-Layout-module-sub-nav{display:none}nav.rds-portal-sdk-Layout-module-lefthand ul:not(.rds-portal-sdk-Layout-module-sub-nav) li{display:inline-block}nav.rds-portal-sdk-Layout-module-lefthand ul:not(.rds-portal-sdk-Layout-module-sub-nav) li .rds-portal-sdk-Layout-module-nav-link{cursor:pointer;border:none;border-right:1px solid #dfebf0;padding:10px}nav.rds-portal-sdk-Layout-module-lefthand ul:not(.rds-portal-sdk-Layout-module-sub-nav) li:last-child .rds-portal-sdk-Layout-module-nav-link{border-right:none}nav.rds-portal-sdk-Layout-module-lefthand ul:not(.rds-portal-sdk-Layout-module-sub-nav) li.rds-portal-sdk-Layout-module-selected.rds-portal-sdk-Layout-module-has-children{vertical-align:top}nav.rds-portal-sdk-Layout-module-lefthand ul:not(.rds-portal-sdk-Layout-module-sub-nav) li.rds-portal-sdk-Layout-module-selected.rds-portal-sdk-Layout-module-has-children .rds-portal-sdk-Layout-module-sub-nav{display:block}}.rds-portal-sdk-Layout-module-nav-pills .rds-portal-sdk-Layout-module-nav-link.rds-portal-sdk-Layout-module-active{background-color:#0091df}ul.rds-portal-sdk-Layout-module-tab-list{margin:0;padding:0;position:relative;z-index:1}ul.rds-portal-sdk-Layout-module-tab-list:before,ul.rds-portal-sdk-Layout-module-tab-list:after{content:"";display:table}ul.rds-portal-sdk-Layout-module-tab-list:after{clear:both}ul.rds-portal-sdk-Layout-module-tab-list li{position:relative;float:left;border:0;border-left:0;display:inline-block;margin:0 3px 0 0;list-style:none}ul.rds-portal-sdk-Layout-module-tab-list li a{padding:11px 20px 12px;text-decoration:none;font-weight:400;background-color:#00617f;text-align:center;display:block;color:#fff;font-size:16px;letter-spacing:.5px;line-height:1.563;border:1px solid #00617f;border-bottom-width:0;transition:background-color .2s ease-out,color .2s ease-out}ul.rds-portal-sdk-Layout-module-tab-list.rds-portal-sdk-Layout-module-scheme-green a{border-color:#66b512;background-color:#66b512;color:#fff}ul.rds-portal-sdk-Layout-module-tab-list.rds-portal-sdk-Layout-module-scheme-green a.rds-portal-sdk-Layout-module-active{color:#66b512;background-color:#fff}ul.rds-portal-sdk-Layout-module-tab-list.rds-portal-sdk-Layout-module-scheme-pink a{border-color:#c3204f;background-color:#c3204f;color:#fff}ul.rds-portal-sdk-Layout-module-tab-list.rds-portal-sdk-Layout-module-scheme-pink a.rds-portal-sdk-Layout-module-active{color:#c3204f;background-color:#fff}body #rds-portal-sdk-Layout-module-root{display:flex;flex-direction:column;min-height:100vh}body #rds-portal-sdk-Layout-module-root .rds-portal-sdk-Layout-module-bayer-content{padding:50px 5px 40px 5px;flex:1;display:flex;flex-direction:column}body #rds-portal-sdk-Layout-module-root .rds-portal-sdk-Layout-module-bayer-content.rds-portal-sdk-Layout-module-container-xxl{padding:10px 0}body #rds-portal-sdk-Layout-module-root .rds-portal-sdk-Layout-module-container-xxl{max-width:1390px}.rds-portal-sdk-Layout-module-navbar-toggler{margin-right:-10px}body.rds-portal-sdk-Layout-module-hide-content{overflow:hidden}body.rds-portal-sdk-Layout-module-hide-content .rds-portal-sdk-Layout-module-upper-header{margin-right:17px}body.rds-portal-sdk-Layout-module-hide-content .rds-portal-sdk-Layout-module-navbar-toggler{margin-right:14px}body.rds-portal-sdk-Layout-module-hide-content #rds-portal-sdk-Layout-module-mainmenu-toggle{margin-right:17px}p.rds-portal-sdk-Layout-module-module-info,h1+p,.rds-portal-sdk-Layout-module-form-header p{font-size:16px;letter-spacing:.5px;color:#0d2a40;line-height:24px;font-weight:500;margin-bottom:26px}@media only screen and (min-width: 64em){p.rds-portal-sdk-Layout-module-module-info,h1+p,.rds-portal-sdk-Layout-module-form-header p{font-size:18px;color:#0d2a40;line-height:26px;letter-spacing:.56px;margin-bottom:40px}}.rds-portal-sdk-Layout-module-bayer-form{margin-left:120px}.rds-portal-sdk-Layout-module-form-header{margin-bottom:50px}.rds-portal-sdk-Layout-module-main-content{padding-left:50px}a,a:hover,a:active,a:focus{text-decoration:none !important}a[role=link]:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),.rds-portal-sdk-Layout-module-as-link,#rds-portal-sdk-Layout-module-root.rds-portal-sdk-Layout-module-public-page .rds-portal-sdk-Layout-module-bayer-content a[href^="https://www.bayer.com/"],.rds-portal-sdk-Layout-module-bayer-content>div:not(.rds-portal-sdk-Layout-module-bayer-module) a[href^=tel]:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),.rds-portal-sdk-Layout-module-bayer-content>div:not(.rds-portal-sdk-Layout-module-bayer-module) a[href^=mailto]:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),.rds-portal-sdk-Layout-module-bayer-content>div:not(.rds-portal-sdk-Layout-module-bayer-module) a[href^=http]:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),.rds-portal-sdk-Layout-module-bayer-content>div:not(.rds-portal-sdk-Layout-module-bayer-module) a[href^="/"]:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),main.rds-portal-sdk-Layout-module-account a[href^=tel]:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),main.rds-portal-sdk-Layout-module-account a[href^=mailto]:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),main.rds-portal-sdk-Layout-module-account a[href^=http]:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),main.rds-portal-sdk-Layout-module-account a[href^="/"]:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles){font-weight:500}a[role=link]:hover:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),.rds-portal-sdk-Layout-module-as-link:hover,#rds-portal-sdk-Layout-module-root.rds-portal-sdk-Layout-module-public-page .rds-portal-sdk-Layout-module-bayer-content a[href^="https://www.bayer.com/"]:hover,.rds-portal-sdk-Layout-module-bayer-content>div:not(.rds-portal-sdk-Layout-module-bayer-module) a[href^=tel]:hover:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),.rds-portal-sdk-Layout-module-bayer-content>div:not(.rds-portal-sdk-Layout-module-bayer-module) a[href^=mailto]:hover:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),.rds-portal-sdk-Layout-module-bayer-content>div:not(.rds-portal-sdk-Layout-module-bayer-module) a[href^=http]:hover:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),.rds-portal-sdk-Layout-module-bayer-content>div:not(.rds-portal-sdk-Layout-module-bayer-module) a[href^="/"]:hover:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),main.rds-portal-sdk-Layout-module-account a[href^=tel]:hover:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),main.rds-portal-sdk-Layout-module-account a[href^=mailto]:hover:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),main.rds-portal-sdk-Layout-module-account a[href^=http]:hover:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),main.rds-portal-sdk-Layout-module-account a[href^="/"]:hover:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),a[role=link]:focus:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),.rds-portal-sdk-Layout-module-as-link:focus,#rds-portal-sdk-Layout-module-root.rds-portal-sdk-Layout-module-public-page .rds-portal-sdk-Layout-module-bayer-content a[href^="https://www.bayer.com/"]:focus,.rds-portal-sdk-Layout-module-bayer-content>div:not(.rds-portal-sdk-Layout-module-bayer-module) a[href^=tel]:focus:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),.rds-portal-sdk-Layout-module-bayer-content>div:not(.rds-portal-sdk-Layout-module-bayer-module) a[href^=mailto]:focus:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),.rds-portal-sdk-Layout-module-bayer-content>div:not(.rds-portal-sdk-Layout-module-bayer-module) a[href^=http]:focus:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),.rds-portal-sdk-Layout-module-bayer-content>div:not(.rds-portal-sdk-Layout-module-bayer-module) a[href^="/"]:focus:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),main.rds-portal-sdk-Layout-module-account a[href^=tel]:focus:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),main.rds-portal-sdk-Layout-module-account a[href^=mailto]:focus:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),main.rds-portal-sdk-Layout-module-account a[href^=http]:focus:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),main.rds-portal-sdk-Layout-module-account a[href^="/"]:focus:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles){text-decoration:underline !important}a[role=link]:not(.rds-portal-sdk-Layout-module-btn):not(.rds-portal-sdk-Layout-module-no-styles),.rds-portal-sdk-Layout-module-as-link{color:#0091df}h1{letter-spacing:.6px;line-height:52px;font-size:52px;font-weight:100;color:#00354f;margin-bottom:37px}h1.rds-portal-sdk-Layout-module-bayer-heading{margin-top:25px}h1.rds-portal-sdk-Layout-module-smaller{font-size:40px;line-height:1.1;color:#10384f;letter-spacing:.5px}h2{font-size:38px;letter-spacing:.93px;line-height:34px;font-weight:300;color:#00354f;margin-bottom:16px;padding-bottom:8px}h2.rds-portal-sdk-Layout-module-bayer-heading{margin-top:20px}h2.rds-portal-sdk-Layout-module-smaller{font-size:26px;line-height:1.154;letter-spacing:.5px;margin-bottom:.5em;padding-bottom:4px}h2.rds-portal-sdk-Layout-module-smaller.rds-portal-sdk-Layout-module-bayer-heading{margin-top:18px}h3{font-size:35px;letter-spacing:1px;line-height:40px;margin-bottom:8px;font-weight:300;color:#c3204f}h3.rds-portal-sdk-Layout-module-bayer-heading{margin-top:16px;margin-bottom:14px}h3.rds-portal-sdk-Layout-module-smaller{font-size:21px;line-height:1.238;letter-spacing:.5px}h3.rds-portal-sdk-Layout-module-smaller.rds-portal-sdk-Layout-module-bayer-heading{margin-top:14px}@media only screen and (min-width: 48em){.rds-portal-sdk-Layout-module-h3{font-size:30px;line-height:1;letter-spacing:1px}}@media only screen and (min-width: 90.063em){.rds-portal-sdk-Layout-module-h3{font-size:35px;letter-spacing:1px;line-height:40px}}h4{font-size:18px;font-weight:500;letter-spacing:.56px;line-height:28px;color:#66b512;margin-bottom:8px}h4.rds-portal-sdk-Layout-module-bayer-heading{margin-top:12px;margin-bottom:12px}h5{font-size:16px;font-weight:700}h5.rds-portal-sdk-Layout-module-bayer-heading{margin-top:10px}h6{font-size:16px;font-weight:500}h6.rds-portal-sdk-Layout-module-bayer-heading{margin-top:8px}.rds-portal-sdk-Layout-module-container.rds-portal-sdk-Layout-module-bayer-content>.rds-portal-sdk-Layout-module-bayer-heading:first-child,.rds-portal-sdk-Layout-module-container.rds-portal-sdk-Layout-module-bayer-content .rds-portal-sdk-Layout-module-bayer-content-col>.rds-portal-sdk-Layout-module-bayer-heading:first-child{margin-top:0px}.rds-portal-sdk-Layout-module-font-normal{font-style:normal !important;text-transform:initial !important}.rds-portal-sdk-Layout-module-topline{font-size:18px;color:#66b512;letter-spacing:.56px;line-height:26px;font-weight:500;margin-bottom:4px;width:100%}.rds-portal-sdk-Layout-module-topline.rds-portal-sdk-Layout-module-pink{color:#ff3162}.rds-portal-sdk-Layout-module-topline.rds-portal-sdk-Layout-module-purple{color:#624963}.rds-portal-sdk-Layout-module-topline.rds-portal-sdk-Layout-module-blue{color:#0075a6}.rds-portal-sdk-Layout-module-topline.rds-portal-sdk-Layout-module-short{width:75%;display:inline-block}.rds-portal-sdk-Layout-module-topline-right{display:inline-block;width:25%;text-align:right;color:#443247}.rds-portal-sdk-Layout-module-border-bottom{border-bottom:1px solid #cfd7dc}.rds-portal-sdk-Layout-module-control-label{display:block;margin:0;font-size:16px;line-height:inherit;color:#10384f;padding:5px 0;font-weight:500;letter-spacing:.5px}.rds-portal-sdk-Layout-module-show-sm{display:none !important}.rds-portal-sdk-Layout-module-show-md{display:none !important}.rds-portal-sdk-Layout-module-end-0{right:0}.rds-portal-sdk-Layout-module-top-0{top:0}.rds-portal-sdk-Layout-module-clickable{cursor:pointer}@media(min-width: 992px){.rds-portal-sdk-Layout-module-bw-lg-50{width:50% !important}}@media(max-width: 991.98px){.rds-portal-sdk-Layout-module-bw-md-80{width:80% !important}.rds-portal-sdk-Layout-module-bw-md-70{width:70% !important}.rds-portal-sdk-Layout-module-bw-md-50{width:50% !important}.rds-portal-sdk-Layout-module-show-md{display:block !important}}@media(max-width: 767.98px){.rds-portal-sdk-Layout-module-bw-sm-100{width:100% !important}.rds-portal-sdk-Layout-module-bw-sm-90{width:90% !important}.rds-portal-sdk-Layout-module-show-sm,.rds-portal-sdk-Layout-module-show-md{display:block !important}}.rds-portal-sdk-Layout-module-bayer-heading.rds-portal-sdk-Layout-module-scheme-green{color:#66b512}.rds-portal-sdk-Layout-module-bayer-heading.rds-portal-sdk-Layout-module-scheme-pink{color:#c3204f}.rds-portal-sdk-Layout-module-bayer-heading.rds-portal-sdk-Layout-module-scheme-blue{color:#0091df}.rds-portal-sdk-Layout-module-bayer-heading.rds-portal-sdk-Layout-module-scheme-purple{color:#624963}.rds-portal-sdk-Layout-module-bayer-heading.rds-portal-sdk-Layout-module-scheme-darkgreen{color:#042}.rds-portal-sdk-Layout-module-bayer-heading.rds-portal-sdk-Layout-module-scheme-darkblue{color:#10384f}.rds-portal-sdk-Layout-module-bayer-heading.rds-portal-sdk-Layout-module-scheme-lightblue{color:#00bcff}#rds-portal-sdk-Layout-module-bayer-header{min-height:162px;border-bottom:1px solid rgba(13,42,64,.2)}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-header{margin:0 auto;color:#000;position:relative;max-width:1180px;min-height:97px}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-header .rds-portal-sdk-Layout-module-logo{min-height:97px;width:90px;margin:48px 26px 22px 0;display:block;float:left;position:relative;z-index:2}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-header img{width:90px;border:0;display:inline-block;height:auto}#rds-portal-sdk-Layout-module-bayer-header .rds-portal-sdk-Layout-module-site-identifier{font-size:50px;font-weight:100;padding-top:53px;letter-spacing:.82px;line-height:1;max-width:calc(100% - 90px)}#rds-portal-sdk-Layout-module-bayer-header .rds-portal-sdk-Layout-module-site-identifier a{color:#00354f;z-index:10;position:relative}@media(max-width: 90em){#rds-portal-sdk-Layout-module-bayer-header{min-height:135px}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-header{max-width:968px;box-shadow:none;min-height:85px}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-header .rds-portal-sdk-Layout-module-logo{min-height:85px}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-header .rds-portal-sdk-Layout-module-logo,#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-header .rds-portal-sdk-Layout-module-logo img{width:74px !important}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-header .rds-portal-sdk-Layout-module-logo{margin:40px 21px 15px 0}#rds-portal-sdk-Layout-module-bayer-header .rds-portal-sdk-Layout-module-site-identifier{padding-top:39px;margin-bottom:-1px}#rds-portal-sdk-Layout-module-bayer-header .rds-portal-sdk-Layout-module-site-identifier a{letter-spacing:.67px}.rds-portal-sdk-Layout-module-body #rds-portal-sdk-Layout-module-root .rds-portal-sdk-Layout-module-bayer-content{max-width:968px;box-shadow:none;min-height:85px}}@media(max-width: 63em){#rds-portal-sdk-Layout-module-bayer-header{min-height:auto;padding-bottom:10px;box-shadow:0 1px 4px rgba(0,0,0,.2)}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-header .rds-portal-sdk-Layout-module-logo{min-height:auto}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-header .rds-portal-sdk-Layout-module-logo,#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-header .rds-portal-sdk-Layout-module-logo img{width:50px !important}#rds-portal-sdk-Layout-module-bayer-header #rds-portal-sdk-Layout-module-header .rds-portal-sdk-Layout-module-logo{margin:27px 20px 15px}#rds-portal-sdk-Layout-module-bayer-header .rds-portal-sdk-Layout-module-site-identifier{padding-top:20px}#rds-portal-sdk-Layout-module-bayer-header .rds-portal-sdk-Layout-module-site-identifier a{font-size:30px;letter-spacing:.48px}body #rds-portal-sdk-Layout-module-root .rds-portal-sdk-Layout-module-bayer-content{max-width:100%;border-top-width:0}body #rds-portal-sdk-Layout-module-root .rds-portal-sdk-Layout-module-bayer-content>div{max-width:640px;margin:0 auto}}#rds-portal-sdk-Layout-module-page-footer{background-color:#443247;padding:0 0 32px;min-width:inherit;color:#fff;margin-top:auto}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-content-footer-container{max-width:1960px}#rds-portal-sdk-Layout-module-page-footer ul li.rds-portal-sdk-Layout-module-hightlight,#rds-portal-sdk-Layout-module-page-footer ul li.rds-portal-sdk-Layout-module-highlight a{color:#de0043}#rds-portal-sdk-Layout-module-page-footer ul li a:hover,#rds-portal-sdk-Layout-module-page-footer ul li a:focus{color:#c3204f;text-decoration:none}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-content-footer{padding:0 20px;font-size:12px;line-height:1.167;margin:-3px auto 0;letter-spacing:.5px;font-weight:300;display:flex;flex-direction:column-reverse;max-width:360px}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-content-footer:before,#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-content-footer:after{content:"";display:table}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-content-footer:after{clear:both}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-content-footer a{color:#fff}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-cright-item{padding-top:3px}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-sitemap-link{padding-bottom:40px}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-legaladvice{list-style:none;margin:0;padding-top:30px}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-legaladvice a{display:block;position:relative;letter-spacing:1px}@media only screen and (min-width: 48em){#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-content-footer{padding:0;max-width:640px}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-legaladvice,#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-sitemap-link{padding-left:34%}}@media only screen and (min-width: 64em){#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-content-footer{padding:0;display:block;max-width:968px;padding-top:25px}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-cright-item{float:left}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-legaladvice,#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-sitemap-link{border:0;padding:0}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-sitemap-link{float:right;padding-top:3px}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-legaladvice{padding-left:30px;padding-right:30px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-legaladvice a{padding:3px 9px 3px 11px}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-legaladvice a::before{content:" ";width:1px;height:100%;top:0;left:0;border-left:1px solid rgba(255,255,255,.2);transform:rotate(11deg);position:absolute}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-legaladvice li:first-child a::before{content:normal}}@media only screen and (max-width: 63.938em){#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-cright-item{font-weight:400;line-height:1;padding-top:30px;text-align:center;opacity:.9}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-legaladvice,#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-sitemap-link a{font-weight:300;font-size:15px;letter-spacing:.43px;line-height:30px}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-legaladvice a,#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-sitemap-link a{text-decoration:none;display:inline-block;position:relative;padding-left:18px;opacity:.9}#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-legaladvice a::before,#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-sitemap-link a::before{content:" ";background:rgba(0,0,0,0) url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2715%27 viewBox=%270 0 8 15%27%3E%3Cpolyline points=%271,1 6.9,7.5 1,14%27 style=%27stroke:%23fff;stroke-width:1;fill:none;%27/%3E%3C/svg%3E") no-repeat left 6px;width:8px;height:100%;position:absolute;left:0;top:23%}}@media only screen and (min-width: 90.063em){#rds-portal-sdk-Layout-module-page-footer .rds-portal-sdk-Layout-module-content-footer{max-width:1180px}}ul.rds-portal-sdk-Layout-module-lnk,ul.rds-portal-sdk-Layout-module-mlnk{margin:0;padding:0;list-style-type:none}ul.rds-portal-sdk-Layout-module-lnk a,ul.rds-portal-sdk-Layout-module-mlnk a{line-height:16px;padding-left:17px;margin-top:11px;display:block;position:relative;color:#0d2a40;font-weight:400;font-size:14px;letter-spacing:.44px;word-wrap:break-word;word-break:break-word}ul.rds-portal-sdk-Layout-module-lnk a::before,ul.rds-portal-sdk-Layout-module-mlnk a::before{content:"";position:absolute;left:0;top:-2px;width:20px;height:20px;background:rgba(0,0,0,0) no-repeat 0 4px}ul.rds-portal-sdk-Layout-module-lnk a:hover,ul.rds-portal-sdk-Layout-module-lnk a:focus,ul.rds-portal-sdk-Layout-module-mlnk a:hover,ul.rds-portal-sdk-Layout-module-mlnk a:focus{text-decoration:underline}.rds-portal-sdk-Layout-module-top-right{top:0;right:0;position:absolute}
.rds-spinner.whole-page{position:absolute;top:50%;left:50%;transform:translate(-50%);z-index:500}.spinner-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.9);z-index:1}small.spinner-text{display:block}
.toggle-details .toggle-details-header{display:grid;padding:5px 10px;grid-template-columns:1fr min-content;align-content:center !important;column-gap:5px;text-align:left}.toggle-details .toggle-details-header .toggle-header-icon{grid-column:2;align-self:center;transition:rotate .4s linear;transform-origin:center}.toggle-details.open .toggle-header-icon{rotate:180deg}.toggle-details.toggle-text .toggle-details-header{max-width:max-content;padding:5px 0}
.rds-icon{width:20px;height:20px;margin-right:10px;align-items:center;display:inline-flex;justify-content:center}.rds-icon>svg{width:100%;max-width:20px;max-height:20px}.rds-button:focus,.rds-button:focus .rds-icon>svg{color:#fff !important}
.rds-clear-wrapper{flex-grow:1;position:relative}.rds-clear-wrapper .rds-clear{top:0;right:0;border:none;display:none;padding:0 13px;position:absolute;font-size:initial;background-color:rgba(0,0,0,0)}.rds-clear-wrapper:focus-within .rds-clear{display:block}.rds-clear-wrapper input+.rds-clear{height:100%;font-size:16px}.rds-clear-wrapper input.form-control.form-control-sm+.rds-clear{font-size:14px}.rds-clear-wrapper input.form-control.form-control-lg+.rds-clear{font-size:20px}.rds-clear-wrapper textarea+.rds-clear{right:0px;height:38px}.rds-clear-wrapper textarea.has-vertical-scrollbar+.rds-clear{right:16px}.rds-clear-wrapper textarea.has-vertical-scrollbar.is-valid,.rds-clear-wrapper textarea.has-vertical-scrollbar.is-invalid{background-position:var(--textarea-validation-icon-background-position, top 0.5625rem right calc(0.5625rem + 16px))}.rds-clear-wrapper textarea.has-vertical-scrollbar.is-valid+.rds-clear,.rds-clear-wrapper textarea.has-vertical-scrollbar.is-invalid+.rds-clear{right:48px}.rds-clear-wrapper .is-empty+.rds-clear{display:none}.rds-clear-wrapper .is-valid+.rds-clear,.rds-clear-wrapper .is-invalid+.rds-clear{right:32px}
.input-group .input-group-text label.custom-control{margin-bottom:0}
.rds-picker.react-colorful{top:100%;z-index:4;position:absolute}.rds-picker.react-colorful.prepend{left:0}.rds-picker.react-colorful.append{right:0}.rds-addon.input-group-text{width:38px;cursor:pointer}.input-group-sm .rds-addon.input-group-text{width:31px}.input-group-lg .rds-addon.input-group-text{width:48px}
.rds-overlay{--date-selector-font-size: 16px;--date-selector-cell-size: 32px;--date-selector-cell-spacing: 8px;--date-selector-cell-today-scale: 0.3;--date-selector-cell-today-color: var(--primary);--date-selector-cell-start-end-color: var(--blue);--date-selector-cell-in-range-color: var(--secondary);--date-selector-cell-active-text-color: #fff;--date-selector-cell-active-color: var(--primary);--time-selector-row-width: calc(7 * var(--date-selector-cell-size) + var(--date-selector-cell-spacing));--date-selector-row-width: calc(8 * var(--date-selector-cell-size) + 7 * var(--date-selector-cell-spacing));--date-selector-button-border-radius: 3px;--date-selector-preset-button-spacing: var(--date-selector-cell-spacing);--date-selector-preset-button-padding: 0 calc(var(--date-selector-cell-spacing) * 2);--date-selector-overlay-z-index: 1100;left:0;top:100%;display:flex;position:absolute;flex-direction:row;background-color:#fff;font-size:var(--date-selector-font-size);box-shadow:0 1px 3px rgba(0,0,0,.16);z-index:var(--date-selector-overlay-z-index)}.rds-overlay .rds-selector-body{flex:0 0 auto}.rds-overlay.rds-range .rds-presets+.rds-selector-body,.rds-overlay.rds-range .rds-selector-body+.rds-selector-body{margin-left:calc(var(--date-selector-cell-spacing)*2)}.rds-overlay:not(.rds-range){padding-left:var(--date-selector-cell-spacing)}.rds-input-group-toggle{cursor:pointer}.rds-presets{display:flex;flex-direction:column;margin-left:var(--date-selector-cell-spacing);min-width:calc(var(--date-selector-cell-size)*5);padding-top:calc(var(--date-selector-cell-size) + var(--date-selector-cell-spacing))}.rds-presets .rds-preset{border:none;flex:0 0 auto;display:block;text-align:center;height:var(--date-selector-cell-size);padding:var(--date-selector-preset-button-padding);margin-bottom:var(--date-selector-preset-button-spacing);border-radius:var(--date-selector-button-border-radius)}.rds-selector{display:inline-flex;flex-direction:column;width:var(--date-selector-row-width);padding-top:var(--date-selector-cell-spacing);padding-right:var(--date-selector-cell-spacing);padding-bottom:var(--date-selector-cell-spacing)}.rds-selector.rds-time-selector{width:var(--time-selector-row-width)}.rds-selector.rds-time-selector .rds-body{display:flex;flex-direction:row}.rds-selector button{border:none;display:block;text-align:center;height:var(--date-selector-cell-size);border-radius:var(--date-selector-button-border-radius)}.rds-selector .rds-cell,.rds-selector .rds-header-buttons .rds-move-scope-button{margin:0;padding:0;position:relative;text-align:center;width:var(--date-selector-cell-size);height:var(--date-selector-cell-size);line-height:var(--date-selector-cell-size)}.rds-selector .rds-cell:not(:last-child),.rds-selector .rds-header-buttons .rds-move-scope-button:not(:last-child){margin-right:var(--date-selector-cell-spacing)}.rds-selector .rds-cell.rds-large-cell,.rds-selector .rds-header-buttons .rds-large-cell.rds-move-scope-button{width:calc(var(--date-selector-cell-size)*2 + var(--date-selector-cell-spacing));height:calc(var(--date-selector-cell-size)*2 + var(--date-selector-cell-spacing))}.rds-selector .rds-cell.rds-time-cell,.rds-selector .rds-header-buttons .rds-time-cell.rds-move-scope-button{width:calc(var(--date-selector-cell-size)*3)}.rds-selector .rds-cell.rds-time-cell:not(:last-child),.rds-selector .rds-header-buttons .rds-time-cell.rds-move-scope-button:not(:last-child){margin-right:0;margin-bottom:var(--date-selector-cell-spacing)}.rds-selector .rds-cell.rds-time-cell button,.rds-selector .rds-header-buttons .rds-time-cell.rds-move-scope-button button{width:100%}.rds-selector .rds-cell.is-today::after,.rds-selector .rds-header-buttons .rds-move-scope-button.is-today::after{top:1px;right:1px;width:0;height:0;content:"";display:block;position:absolute;border-style:solid;border-radius:var(--date-selector-button-border-radius);border-color:rgba(0,0,0,0) var(--date-selector-cell-today-color) rgba(0,0,0,0) rgba(0,0,0,0);border-width:0 calc(var(--date-selector-cell-size)*var(--date-selector-cell-today-scale)) calc(var(--date-selector-cell-size)*var(--date-selector-cell-today-scale)) 0}.rds-selector .rds-cell.in-range,.rds-selector .rds-header-buttons .rds-move-scope-button.in-range{color:var(--date-selector-cell-active-text-color);background-color:var(--date-selector-cell-in-range-color)}.rds-selector .rds-cell.is-end,.rds-selector .rds-header-buttons .rds-move-scope-button.is-end,.rds-selector .rds-cell.is-start,.rds-selector .rds-header-buttons .rds-move-scope-button.is-start{color:var(--date-selector-cell-active-text-color);background-color:var(--date-selector-cell-start-end-color)}.rds-selector .rds-cell.is-active,.rds-selector .rds-header-buttons .rds-move-scope-button.is-active{background-color:var(--date-selector-cell-active-color)}.rds-selector .rds-cell.is-end.is-today,.rds-selector .rds-header-buttons .rds-move-scope-button.is-end.is-today,.rds-selector .rds-cell.is-start.is-today,.rds-selector .rds-header-buttons .rds-move-scope-button.is-start.is-today,.rds-selector .rds-cell.is-active.is-today,.rds-selector .rds-header-buttons .rds-move-scope-button.is-active.is-today,.rds-selector .rds-cell.in-range.is-today,.rds-selector .rds-header-buttons .rds-move-scope-button.in-range.is-today{color:var(--date-selector-cell-active-text-color)}.rds-selector .rds-cell.is-end.is-today::after,.rds-selector .rds-header-buttons .rds-move-scope-button.is-end.is-today::after,.rds-selector .rds-cell.is-start.is-today::after,.rds-selector .rds-header-buttons .rds-move-scope-button.is-start.is-today::after,.rds-selector .rds-cell.is-active.is-today::after,.rds-selector .rds-header-buttons .rds-move-scope-button.is-active.is-today::after,.rds-selector .rds-cell.in-range.is-today::after,.rds-selector .rds-header-buttons .rds-move-scope-button.in-range.is-today::after{border-color:rgba(0,0,0,0) var(--date-selector-cell-active-text-color) rgba(0,0,0,0) rgba(0,0,0,0)}.rds-selector .rds-cell.day:not(.in-scope),.rds-selector .rds-header-buttons .rds-move-scope-button.day:not(.in-scope),.rds-selector .rds-cell.month:not(.in-scope),.rds-selector .rds-header-buttons .rds-move-scope-button.month:not(.in-scope),.rds-selector .rds-cell.year:not(.in-scope),.rds-selector .rds-header-buttons .rds-move-scope-button.year:not(.in-scope),.rds-selector .rds-cell.decade:not(.in-scope),.rds-selector .rds-header-buttons .rds-move-scope-button.decade:not(.in-scope),.rds-selector .rds-cell.century:not(.in-scope),.rds-selector .rds-header-buttons .rds-move-scope-button.century:not(.in-scope){opacity:.8}.rds-selector .rds-cell.day:not(.in-scope):not(.in-range),.rds-selector .rds-header-buttons .rds-move-scope-button.day:not(.in-scope):not(.in-range),.rds-selector .rds-cell.month:not(.in-scope):not(.in-range),.rds-selector .rds-header-buttons .rds-move-scope-button.month:not(.in-scope):not(.in-range),.rds-selector .rds-cell.year:not(.in-scope):not(.in-range),.rds-selector .rds-header-buttons .rds-move-scope-button.year:not(.in-scope):not(.in-range),.rds-selector .rds-cell.decade:not(.in-scope):not(.in-range),.rds-selector .rds-header-buttons .rds-move-scope-button.decade:not(.in-scope):not(.in-range),.rds-selector .rds-cell.century:not(.in-scope):not(.in-range),.rds-selector .rds-header-buttons .rds-move-scope-button.century:not(.in-scope):not(.in-range){opacity:.5}.rds-selector .rds-header-buttons{display:flex;flex:1 0 auto;flex-direction:row;margin-bottom:var(--date-selector-cell-spacing)}.rds-selector .rds-header-buttons .rds-move-scope-button{flex:0 0 auto}.rds-selector .rds-header-buttons .rds-change-tab-button{flex:1 0 auto;text-align:center;line-height:var(--date-selector-cell-size);margin-right:var(--date-selector-cell-spacing)}.rds-selector .rds-header-buttons .rds-change-tab-buttonbutton{border:0}.rds-selector .rds-header-labels{display:flex;flex:0 0 auto;margin-bottom:var(--date-selector-cell-spacing)}.rds-selector .rds-body{margin-bottom:var(--date-selector-cell-spacing)}.rds-selector .rds-body .rds-body-row{display:flex}.rds-selector .rds-body .rds-body-row:not(:last-child){margin-bottom:var(--date-selector-cell-spacing)}.rds-selector .rds-time-column{width:calc(3*var(--date-selector-cell-size))}.rds-selector .rds-time-column.rds-separator{display:flex;align-items:center;flex-direction:column;justify-content:center;width:var(--date-selector-cell-size)}.rds-selector .rds-footer{display:flex;align-items:end;flex-direction:column}.rds-selector .rds-footer .rds-footer-button{width:calc(var(--date-selector-cell-size)*4 + var(--date-selector-cell-spacing)*3)}.rds-selector .rds-footer .rds-footer-button-large{width:calc(var(--date-selector-cell-size)*6 + var(--date-selector-cell-spacing)*5)}.rds-selector .rds-footer .rds-footer-button-time{width:calc(var(--date-selector-cell-size)*4)}.rds-selector-body+.rds-selector-body .rds-selector.rds-time-selector{margin-left:var(--date-selector-cell-size);margin-top:calc(var(--date-selector-cell-size) + var(--date-selector-cell-spacing))}
:root{--file-input-file-list-spacing: 8px;--file-input-file-list-grid-cell-padding: 8px 12px;--file-input-file-list-grid-file-cell-padding: 2px;--file-input-file-list-grid-cell-border: 1px solid #dee2e6;--file-input-file-list-grid-even-cell-background: rgba(0,0,0,.05);--file-input-file-list-disabled-text-color: #6c757d;--file-input-overlay-background-color: #a6d1ff;--file-input-overlay-background-color-hover: #73b6ff;--file-input-overlay-border-color: 1px dashed #409cff}.rds-file-input{position:relative}.rds-file-input .rds-label{display:block;margin-bottom:0}.rds-file-input .rds-input{display:none}.rds-file-input .rds-file-list{display:grid;align-items:stretch;grid-template-columns:auto min-content min-content}.rds-file-input .rds-file-list.rds-multiple{margin-bottom:var(--file-input-file-list-spacing)}.rds-file-input .rds-file-list .rds-file{display:contents}.rds-file-input .rds-file-list .rds-file .even-row{background-color:var(--file-input-file-list-grid-even-cell-background)}.rds-file-input .rds-file-list .rds-file .rds-name>div,.rds-file-input .rds-file-list .rds-file .rds-size{padding:var(--file-input-file-list-grid-cell-padding);border-bottom:var(--file-input-file-list-grid-cell-border)}.rds-file-input .rds-file-list .rds-file .rds-name{grid-column:1;display:flex;flex-wrap:wrap}.rds-file-input .rds-file-list .rds-file .rds-size{grid-column:2;text-align:right;white-space:nowrap}.rds-file-input .rds-file-list .rds-file .rds-remove{grid-column:3;border-bottom:var(--file-input-file-list-grid-cell-border);padding-top:var(--file-input-file-list-grid-file-cell-padding)}.rds-file-input .rds-overlay{top:0;left:0;width:100%;height:100%;display:flex;position:absolute;align-items:center;justify-content:center;border:var(--file-input-overlay-border);transition:background-color 300ms ease-out;background-color:var(--file-input-overlay-background-color)}.rds-file-input .rds-overlay:hover{background-color:var(--file-input-overlay-background-color-hover)}.rds-file-input.rds-disabled .rds-name,.rds-file-input.rds-disabled .rds-size{color:var(--file-input-file-list-disabled-text-color)}
.rds-addon{width:20px;text-align:center}::-ms-reveal{display:none}
:root{--select-input-color: #495057;--select-input-disabled-color: #495057;--select-input-disabled-border-color: #ced4da;--select-input-disabled-background-color: #e9ecef;--select-input-disabled-multi-value-background-color: #fefefe;--select-form-control-lg-padding-y: 8px;--select-form-control-lg-padding-x: 16px;--select-form-control-lg-height: calc(1.5em + 1rem + 2px);--select-form-control-sm-padding-y: 4px;--select-form-control-sm-padding-x: 8px;--select-form-control-sm-height: calc(1.5em + .5rem + 2px)}.rds-select .rds__single-value{color:var(--select-input-color)}.rds-select .rds__control{height:initial;padding:initial !important;display:flex !important}.rds-select .rds__control.form-control.is-invalid{padding-right:initial !important}.rds-select .rds__control+.rds__menu .rds__option{padding-left:13px;padding-right:13px}.rds-select .rds__control.form-control-lg{line-height:1.5;font-size:1.25rem;min-height:var(--select-form-control-lg-height)}.rds-select .rds__control.form-control-lg .rds__value-container{padding:var(--select-form-control-lg-padding-y) calc(var(--select-form-control-lg-padding-x) - 2px)}.rds-select .rds__control.form-control-lg .rds__value-container.rds__value-container--is-multi{padding:calc(var(--select-form-control-lg-padding-y) - 4px) calc(var(--select-form-control-lg-padding-x) - 1px)}.rds-select .rds__control.form-control-lg+.rds__menu .rds__option{padding-left:calc(var(--select-form-control-lg-padding-x) + 1px);padding-right:calc(var(--select-form-control-lg-padding-x) + 1px)}.rds-select .rds__control.form-control-sm{line-height:1.5;font-size:.875rem;min-height:var(--select-form-control-sm-height)}.rds-select .rds__control.form-control-sm .rds__value-container{padding:var(--select-form-control-sm-padding-y) calc(var(--select-form-control-sm-padding-x) - 2px)}.rds-select .rds__control.form-control-sm .rds__value-container.rds__value-container--is-multi{padding:0 calc(var(--select-form-control-sm-padding-x) - 1px)}.rds-select .rds__control.form-control-sm .rds__indicators .rds__clear-indicator{padding-top:var(--select-form-control-sm-padding-y);padding-bottom:var(--select-form-control-sm-padding-y)}.rds-select .rds__control.form-control-sm .rds__indicators .rds__dropdown-indicator{padding:var(--select-form-control-sm-padding-y) var(--select-form-control-sm-padding-x)}.rds-select .rds__control.form-control-sm+.rds__menu .rds__option{padding:var(--select-form-control-sm-padding-y) calc(var(--select-form-control-sm-padding-x) + 1px)}.rds-select .rds__indicator-separator{display:none}.rds-select .rds__dropdown-indicator{color:initial}.rds-select .rds__menu{margin-top:3px;z-index:5}.rds-select.checkbox-option-box .rds__option--is-selected{background-color:initial;color:initial}.rds-select .is-valid .rds__indicators,.rds-select .is-invalid .rds__indicators{padding-right:32px}.rds-select .rds__value-container{padding:2px 10px}.rds-select .rds__value-container.rds__value-container--is-multi{padding:2px 11px}.rds-select.rds--is-disabled .form-control{border-color:var(--select-input-disabled-border-color);background-color:var(--select-input-disabled-background-color)}.rds-select.rds--is-disabled .form-control .rds__value-container .rds__single-value{color:var(--select-input-disabled-color)}.rds-select.rds--is-disabled .form-control .rds__value-container .rds__multi-value{background-color:var(--select-input-disabled-multi-value-background-color)}.rds-select.rds--is-disabled .form-control .rds__value-container .rds__multi-value .rds__multi-value__remove{color:var(--select-input-disabled-border-color)}.rds-select.rds--is-disabled .form-control .rds__indicator{color:var(--select-input-disabled-border-color)}
.rds-tags-input.form-control{height:fit-content;display:flex;flex-wrap:wrap;justify-content:flex-start;padding:1px}.rds-tags-input:focus-within{border-color:#80bdff;outline:0;box-shadow:0 0 0 3px rgba(0,123,255,.25)}.rds-tags-input>input{border:none;outline:none;flex-grow:1;padding:6px 12px}.rds-tags-input>input::placeholder{color:#ccc;opacity:1}.rds-tags-input>input:-ms-input-placeholder{color:#ccc}.rds-tags-input>input::-ms-input-placeholder{color:#ccc}.rds-tags-input .rds-selected-tag{border:1px solid #ced4da;background:#fafafa;padding:2px 8px;margin:3px;border-radius:4px;box-shadow:rgba(99,99,99,.15) 0px 1px 4px 0px}.rds-tags-input .rds-selected-tag-remove{padding:3px;padding-left:8px;color:#333;fill:#333;font-size:small;cursor:pointer}
.toggle-box{--input-color: #005979;--input-height-base: 38px;--toggle-bg-default: #e4e4e4;--toggle-bg-disabled-default: rgba(228, 228, 228, 0.5);--toggle-bg-primary: #005979;--toggle-bg-disabled-primary: rgba(0, 89, 121, 0.5);--toggle-bg-success: #5cb85c;--toggle-bg-disabled-success: rgba(92, 184, 92, 0.5);--toggle-bg-info: #5bc0de;--toggle-bg-disabled-info: rgba(91, 192, 222, 0.5);--toggle-bg-warning: #f0ad4e;--toggle-bg-disabled-warning: rgba(240, 173, 78, 0.5);--toggle-bg-danger: #d9534f;--toggle-bg-disabled-danger: rgba(217, 83, 79, 0.5);--toggle-label-spacing: 15px;cursor:pointer;padding-left:0;max-width:100%;font-size:16px;min-height:22px;font-weight:400;margin-bottom:0;position:relative;display:inline-flex}.toggle-box .toggle-box-bg-default{color:#333;background:var(--toggle-bg-default)}.toggle-box.disabled .toggle-box-bg-default{background:var(--toggle-bg-disabled-default)}.toggle-box .toggle-box-bg-primary{color:#fff;background:var(--toggle-bg-primary)}.toggle-box.disabled .toggle-box-bg-primary{background:var(--toggle-bg-disabled-primary)}.toggle-box .toggle-box-bg-success{color:#fff;background:var(--toggle-bg-success)}.toggle-box.disabled .toggle-box-bg-success{background:var(--toggle-bg-disabled-success)}.toggle-box .toggle-box-bg-info{color:#333;background:var(--toggle-bg-info)}.toggle-box.disabled .toggle-box-bg-info{background:var(--toggle-bg-disabled-info)}.toggle-box .toggle-box-bg-warning{color:#333;background:var(--toggle-bg-warning)}.toggle-box.disabled .toggle-box-bg-warning{background:var(--toggle-bg-disabled-warning)}.toggle-box .toggle-box-bg-danger{color:#fff;background:var(--toggle-bg-danger)}.toggle-box.disabled .toggle-box-bg-danger{background:var(--toggle-bg-disabled-danger)}.toggle-box>input[type=checkbox]{display:none}.toggle-box.disabled{opacity:.8;cursor:default;pointer-events:none}.toggle-box.form-control-lg{--input-height-base: 48px;padding:0;font-size:20px;height:--input-height-base}.toggle-box.form-control-lg .toggle-box-switch{line-height:1.5}.toggle-box.form-control-lg .toggle-box-on,.toggle-box.form-control-lg .toggle-box-off{padding-top:8px;padding-bottom:8px}.toggle-box.form-control-sm{--input-height-base: 31px;padding:0;font-size:14px;height:--input-height-base}.toggle-box.form-control-sm .toggle-box-switch{line-height:1.5}.toggle-box.form-control-sm .toggle-box-on,.toggle-box.form-control-sm .toggle-box-off{padding-top:4px;padding-bottom:4px}.toggle-box .toggle-box-switch{float:left;flex:1 1 auto;border-radius:0;overflow:hidden;position:relative;line-height:1.42857143;color:var(--input-color);height:var(--input-height-base);display:grid;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.toggle-box .toggle-box-on,.toggle-box .toggle-box-off{left:0;display:block;grid-area:1/1;padding:6px 12px;position:relative;text-align:center;white-space:nowrap;height:var(--input-height-base);transition:transform 117ms ease-out}.toggle-box .toggle-box-on.active,.toggle-box .toggle-box-off.active{transform:translate(0, 0)}.toggle-box .toggle-box-on:after,.toggle-box .toggle-box-off:after{top:1px;width:15px;content:"";height:calc(100% - 2px);display:block;position:absolute;background:#eee}.toggle-box .toggle-box-on{padding-right:28px;transform:translate(-100%, 0)}.toggle-box .toggle-box-on:after{right:1px}.toggle-box .toggle-box-off{padding-left:28px;transform:translate(100%, 0)}.toggle-box .toggle-box-off:after{left:1px}.toggle-box-label{flex:0 1 auto;line-height:var(--input-height-base)}.toggle-box-label+.toggle-box-switch{margin-left:var(--toggle-label-spacing)}.toggle-box-switch+.toggle-box-label{margin-left:var(--toggle-label-spacing)}
.grid{display:grid;--grid-border-color: currentColor;--grid-border: 1px solid var(--grid-border-color)}.grid .column-header{display:flex}.grid .column-header-label{flex:1 0 auto}.grid Form[id^=filter-form]{display:contents}.grid-row{display:contents}.grid-head{display:flex;padding:.5rem;border-bottom:2px solid var(--grid-border-color)}.grid-head:not(.grid-last-column){border-right:var(--grid-border)}.grid-cell{padding:0 .5rem}.grid-cell:not(.grid-last-column){border-right:var(--grid-border)}.grid-cell:not(.grid-last-row){border-bottom:var(--grid-border)}.grid-cell.grid-odd-row{background:rgba(0,0,0,.062745098)}.hasClearIcon .filter-input+.icon-button{border:none;display:inline-block;text-align:center;cursor:pointer;padding:0px 4px;border-radius:2px;height:100%;color:#605e5c;line-height:30px}
.modal:not(.show,.exiting),.modal-backdrop:not(.show,.exiting){display:none}.modal.exiting,.modal.exiting.show,.modal-backdrop.exiting,.modal-backdrop.exiting.show{opacity:0}.modal.show{display:block;opacity:1}.modal-backdrop{opacity:.5}
.rds-tree{--font-size: 16px;--line-height: 24px;--icon-size: 24px;--indent-size: var(--icon-size);--open-transition-duration: 320ms;--open-transition-timing-function: ease-out;--loading-animation-duration: 2.4s;--dropzone-overlay-item-active-color: rgba(0, 123, 255, 0);--dropzone-overlay-item-hovering-color: rgba(0, 123, 255, 0.75);--dropzone-overlay-sort-active-color: rgba(0, 123, 255, 0);--dropzone-overlay-sort-hovering-color: rgba(0, 123, 255, 0.95);display:block;font-size:var(--font-size);line-height:var(--line-height)}.rds-tree .tree-node .tree-node-item{display:flex;flex-direction:row}.rds-tree .tree-node .tree-node-item .tree-node-toggle-controls{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:var(--icon-size);height:var(--icon-size)}.rds-tree .tree-node .tree-node-item .tree-node-toggle-controls>svg{width:100%;display:block;max-width:100%;max-height:100%}.rds-tree .tree-node .tree-node-item .tree-node-toggle-controls .tree-node-toggle{cursor:pointer}.rds-tree .tree-node .tree-node-item .tree-node-label{flex:1 1 auto;position:relative}.rds-tree .tree-node .tree-node-item.is-loading .tree-node-toggle-controls>svg{animation:1s tree-item-loading var(--loading-animation-duration) linear infinite}@keyframes tree-item-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.rds-tree .tree-node .tree-node-children-viewport{padding-left:var(--indent-size);transition:height var(--open-transition-duration) var(--open-transition-timing-function)}.rds-tree .tree-node .tree-node-children-viewport .tree-node-children{display:block}.rds-tree .tree-node .rds-dropzone{position:relative}.rds-tree .tree-node .rds-dropzone:before{top:0;left:0;width:100%;content:"";z-index:50;height:100%;display:none;position:absolute;pointer-events:none;transition:background-color ease-out 210ms}.rds-tree .tree-node .rds-dropzone.is-dragging.is-allowed:before{display:block}.rds-tree .tree-node .rds-dropzone:not(.tree-node-sort-dropzone).is-dragging.is-allowed:before{background-color:var(--dropzone-overlay-item-active-color)}.rds-tree .tree-node .rds-dropzone:not(.tree-node-sort-dropzone).is-dragging.is-allowed.is-hovering:before{background-color:var(--dropzone-overlay-item-hovering-color)}.rds-tree .tree-node .rds-dropzone.tree-node-sort-dropzone{right:0;height:6px;position:absolute;left:calc(var(--icon-size)*-1)}.rds-tree .tree-node .rds-dropzone.tree-node-sort-dropzone.tree-node-sort-dropzone-above{top:-3px;z-index:52}.rds-tree .tree-node .rds-dropzone.tree-node-sort-dropzone.tree-node-sort-dropzone-below{z-index:53;bottom:-3px}.rds-tree .tree-node .rds-dropzone.tree-node-sort-dropzone.is-dragging.is-allowed:before{background-color:var(--dropzone-overlay-sort-active-color)}.rds-tree .tree-node .rds-dropzone.tree-node-sort-dropzone.is-dragging.is-allowed.is-hovering:before{background-color:var(--dropzone-overlay-sort-hovering-color)}.rds-tree .tree-node .rds-dropzone .rds-dropzone-content{z-index:51;position:relative}
.rds-ui-request-overlay-container{display:block;position:relative}.rds-ui-request-overlay-container .rds-ui-request-overlay{top:0;left:0;width:100%;height:100%;display:flex;z-index:1000;position:absolute;align-items:center;justify-content:center;background-color:rgba(96,96,96,.25)}.rds-ui-request-overlay-container .rds-ui-request-overlay .rds-ui-request-overlay-banner{display:flex;flex:0 1 auto;height:42px;flex-direction:row;align-items:center;min-width:42px;transition:width 345ms ease-out}.rds-ui-request-overlay-container .rds-ui-request-overlay .rds-ui-request-overlay-banner .rds-ui-request-overlay-text{display:flex;flex:1 1 auto;padding:0 15px;font-size:16px;height:42px;white-space:nowrap;align-items:center;background-color:#fff}.rds-ui-request-overlay-container .rds-ui-request-overlay .rds-ui-request-overlay-banner .rds-ui-request-overlay-progress{flex:0 0 auto;overflow:hidden;width:42px;position:relative;height:42px;background-color:#606060}.rds-ui-request-overlay-container .rds-ui-request-overlay .rds-ui-request-overlay-banner .rds-ui-request-overlay-progress .rds-ui-request-overlay-icon-container{left:0;position:absolute;top:-42px;transition:top 345ms ease-out}.rds-ui-request-overlay-container .rds-ui-request-overlay .rds-ui-request-overlay-banner .rds-ui-request-overlay-progress .rds-ui-request-overlay-icon{display:flex;width:42px;height:42px;align-items:center;justify-content:center}.rds-ui-request-overlay-container .rds-ui-request-overlay .rds-ui-request-overlay-banner .rds-ui-request-overlay-progress .rds-ui-request-overlay-icon>svg{width:100%;height:100%;color:#fff;max-width:24px;max-height:24px}.rds-ui-request-overlay-container .rds-ui-request-overlay .rds-ui-request-overlay-banner .rds-ui-request-overlay-progress .rds-ui-request-overlay-progress-indicator{left:0;bottom:0;height:0;width:42px;position:absolute;background-color:#f39200;transition:height 123ms ease-out,background-color 234ms ease-out}.rds-ui-request-overlay-container .rds-ui-request-overlay .rds-ui-request-overlay-banner.rds-ui-request-overlay-success .rds-ui-request-overlay-progress .rds-ui-request-overlay-icon-container{top:0}.rds-ui-request-overlay-container .rds-ui-request-overlay .rds-ui-request-overlay-banner.rds-ui-request-overlay-success .rds-ui-request-overlay-progress .rds-ui-request-overlay-progress-indicator{height:100%;background-color:#0bb13d}.rds-ui-request-overlay-container .rds-ui-request-overlay .rds-ui-request-overlay-banner.rds-ui-request-overlay-error .rds-ui-request-overlay-progress .rds-ui-request-overlay-icon-container{top:-84px}.rds-ui-request-overlay-container .rds-ui-request-overlay .rds-ui-request-overlay-banner.rds-ui-request-overlay-error .rds-ui-request-overlay-progress .rds-ui-request-overlay-progress-indicator{height:100%;background-color:#db1c06}
.nopadding{padding:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue: #0091df;--indigo: #6610f2;--purple: #624963;--pink: #e83e8c;--red: #d30f4b;--orange: #fd7e14;--yellow: #ffc107;--green: #66b512;--teal: #20c997;--cyan: #17a2b8;--white: #ffffff;--gray: #6c757d;--gray-dark: #343a40;--primary: #0091df;--secondary: #66b512;--success: #66b512;--info: #00BCFF;--warning: #89D329;--danger: #d30f4b;--light: #f8f9fa;--dark: #10384F;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{box-sizing:border-box}html{height:100%;height:100vh;font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(13,42,64,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{width:auto;height:auto;margin:0;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial;font-size:1rem;font-weight:400;line-height:1.5;color:#0d2a40;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#0091df;text-decoration:none;background-color:rgba(0,0,0,0)}a:hover{color:#0091df;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:2.5rem}h2,.h2{font-size:1.875rem}h3,.h3{font-size:1.4375rem}h4,.h4{font-size:1.125rem}h5,.h5{font-size:1rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(13,42,64,.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"âÂ "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6}.img-thumbnail{border-radius:.25rem}.img-thumbnail{max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529}kbd{border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}.row,.article-feed{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table{width:100%;margin-bottom:1rem;color:#0d2a40}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm th,.table-sm td{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered th,.table-bordered td{border:1px solid #dee2e6}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(13,42,64,.05)}.table-hover tbody tr:hover{color:#0d2a40;background-color:rgba(13,42,64,.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#b8e0f6}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#7ac6ee}.table-hover .table-primary:hover{background-color:#a1d6f3}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#a1d6f3}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#d4eabd}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#afd984}.table-hover .table-secondary:hover{background-color:#c7e4aa}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c7e4aa}.table-success,.table-success>th,.table-success>td{background-color:#d4eabd}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#afd984}.table-hover .table-success:hover{background-color:#c7e4aa}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#c7e4aa}.table-info,.table-info>th,.table-info>td{background-color:#b8ecff}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#7adcff}.table-hover .table-info:hover{background-color:#9fe5ff}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#9fe5ff}.table-warning,.table-warning>th,.table-warning>td{background-color:#def3c3}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#c2e890}.table-hover .table-warning:hover{background-color:#d2efae}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#d2efae}.table-danger,.table-danger>th,.table-danger>td{background-color:#f3bccd}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#e882a1}.table-hover .table-danger:hover{background-color:#efa6bd}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#efa6bd}.table-light,.table-light>th,.table-light>td{background-color:#fdfdfe}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>th,.table-dark>td{background-color:#bcc7ce}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#8398a3}.table-hover .table-dark:hover{background-color:#adbbc3}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#adbbc3}.table-active,.table-active>th,.table-active>td{background-color:rgba(13,42,64,.075)}.table-hover .table-active:hover{background-color:rgba(9,28,43,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(9,28,43,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark th,.table-dark td,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media(max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:50px;padding:1rem 1.5rem;font-size:1rem;font-weight:400;line-height:1.5;color:#0d2a40;background-color:#fff;background-clip:padding-box;border:1px solid #834283}.form-control{border-radius:0}.form-control{transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:rgba(0,0,0,0);border:0}.form-control:focus{color:#0d2a40;background-color:#fff;border-color:#834283;outline:0;box-shadow:none}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{appearance:none}select.form-control:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #0d2a40}select.form-control:focus::-ms-value{color:#0d2a40;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(1rem + 1px);padding-bottom:calc(1rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:1rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#0d2a40;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.875rem;line-height:1.5}.form-control-sm{border-radius:0}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5}.form-control-lg{border-radius:0}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#66b512}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(102,181,18,.9)}.valid-tooltip{border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#66b512;padding-right:calc(1.5em + 2rem) !important;background-image:none;background-repeat:no-repeat;background-position:right calc(0.375em + 0.5rem) center;background-size:calc(0.75em + 1rem) calc(0.75em + 1rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#66b512;box-shadow:0 0 0 .2rem rgba(102,181,18,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:6rem !important;background-position:right 3rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 2rem);background-position:top calc(0.375em + 0.5rem) right calc(0.375em + 0.5rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#66b512;padding-right:calc(0.75em + 4rem) !important;background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 1.5rem center/8px 10px no-repeat,#fff none center right 2.5rem/calc(0.75em + 1rem) calc(0.75em + 1rem) no-repeat}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#66b512;box-shadow:0 0 0 .2rem rgba(102,181,18,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#66b512}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#66b512}.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{border-color:#66b512}.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{border-color:#80e317;background-color:#80e317}.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(102,181,18,.25)}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#66b512}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#66b512}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#66b512;box-shadow:0 0 0 .2rem rgba(102,181,18,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#d30f4b}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(211,15,75,.9)}.invalid-tooltip{border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#d30f4b;padding-right:calc(1.5em + 2rem) !important;background-image:none;background-repeat:no-repeat;background-position:right calc(0.375em + 0.5rem) center;background-size:calc(0.75em + 1rem) calc(0.75em + 1rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#d30f4b;box-shadow:0 0 0 .2rem rgba(211,15,75,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:6rem !important;background-position:right 3rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 2rem);background-position:top calc(0.375em + 0.5rem) right calc(0.375em + 0.5rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#d30f4b;padding-right:calc(0.75em + 4rem) !important;background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 1.5rem center/8px 10px no-repeat,#fff none center right 2.5rem/calc(0.75em + 1rem) calc(0.75em + 1rem) no-repeat}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#d30f4b;box-shadow:0 0 0 .2rem rgba(211,15,75,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#d30f4b}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#d30f4b}.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{border-color:#d30f4b}.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{border-color:#f02563;background-color:#f02563}.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(211,15,75,.25)}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{border-color:#d30f4b}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#d30f4b}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#d30f4b;box-shadow:0 0 0 .2rem rgba(211,15,75,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-family:Arial;font-weight:700;color:#0d2a40;text-align:center;vertical-align:middle;user-select:none;background-color:rgba(0,0,0,0);border:0 solid rgba(0,0,0,0);padding:18px 22px;font-size:0.875rem;line-height:1.5}.btn{border-radius:0}.btn{transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out,right .2s ease-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#0d2a40;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:none}.btn.disabled,.btn:disabled{opacity:.35}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#0091df;border-color:#0091df}.btn-primary:hover{color:#fff;background-color:#0078b9;border-color:#0070ac}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#0078b9;border-color:#0070ac;box-shadow:0 0 0 .2rem rgba(38,162,228,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0091df;border-color:#0091df}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0070ac;border-color:#00689f}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,162,228,.5)}.btn-secondary{color:#fff;background-color:#66b512;border-color:#66b512}.btn-secondary:hover{color:#fff;background-color:#52920f;border-color:#4c870d}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#52920f;border-color:#4c870d;box-shadow:0 0 0 .2rem rgba(125,192,54,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#66b512;border-color:#66b512}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#4c870d;border-color:#457b0c}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(125,192,54,.5)}.btn-success{color:#fff;background-color:#66b512;border-color:#66b512}.btn-success:hover{color:#fff;background-color:#52920f;border-color:#4c870d}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#52920f;border-color:#4c870d;box-shadow:0 0 0 .2rem rgba(125,192,54,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#66b512;border-color:#66b512}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#4c870d;border-color:#457b0c}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(125,192,54,.5)}.btn-info{color:#fff;background-color:#00bcff;border-color:#00bcff}.btn-info:hover{color:#fff;background-color:#00a0d9;border-color:#0096cc}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#00a0d9;border-color:#0096cc;box-shadow:0 0 0 .2rem rgba(38,198,255,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#00bcff;border-color:#00bcff}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#0096cc;border-color:#008dbf}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,198,255,.5)}.btn-warning{color:#212529;background-color:#89d329;border-color:#89d329}.btn-warning:hover{color:#fff;background-color:#74b323;border-color:#6da821}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#74b323;border-color:#6da821;box-shadow:0 0 0 .2rem rgba(121,185,41,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#89d329;border-color:#89d329}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#fff;background-color:#6da821;border-color:#669e1f}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(121,185,41,.5)}.btn-danger{color:#fff;background-color:#d30f4b;border-color:#d30f4b}.btn-danger:hover{color:#fff;background-color:#af0c3e;border-color:#a30c3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#af0c3e;border-color:#a30c3a;box-shadow:0 0 0 .2rem rgba(218,51,102,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#d30f4b;border-color:#d30f4b}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#a30c3a;border-color:#970b36}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(218,51,102,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light:focus,.btn-light.focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#10384f;border-color:#10384f}.btn-dark:hover{color:#fff;background-color:#0a212f;border-color:#071a25}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#0a212f;border-color:#071a25;box-shadow:0 0 0 .2rem rgba(52,86,105,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#10384f;border-color:#10384f}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#071a25;border-color:#05121a}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,86,105,.5)}.btn-outline-primary{color:#0091df;border-color:#0091df}.btn-outline-primary:hover{color:#fff;background-color:#0091df;border-color:#0091df}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(0,145,223,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0091df;background-color:rgba(0,0,0,0)}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#0091df;border-color:#0091df}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,145,223,.5)}.btn-outline-secondary{color:#66b512;border-color:#66b512}.btn-outline-secondary:hover{color:#fff;background-color:#66b512;border-color:#66b512}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(102,181,18,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#66b512;background-color:rgba(0,0,0,0)}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#66b512;border-color:#66b512}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(102,181,18,.5)}.btn-outline-success{color:#66b512;border-color:#66b512}.btn-outline-success:hover{color:#fff;background-color:#66b512;border-color:#66b512}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(102,181,18,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#66b512;background-color:rgba(0,0,0,0)}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#66b512;border-color:#66b512}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(102,181,18,.5)}.btn-outline-info{color:#00bcff;border-color:#00bcff}.btn-outline-info:hover{color:#fff;background-color:#00bcff;border-color:#00bcff}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(0,188,255,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#00bcff;background-color:rgba(0,0,0,0)}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#00bcff;border-color:#00bcff}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,188,255,.5)}.btn-outline-warning{color:#89d329;border-color:#89d329}.btn-outline-warning:hover{color:#212529;background-color:#89d329;border-color:#89d329}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(137,211,41,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#89d329;background-color:rgba(0,0,0,0)}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#89d329;border-color:#89d329}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(137,211,41,.5)}.btn-outline-danger{color:#d30f4b;border-color:#d30f4b}.btn-outline-danger:hover{color:#fff;background-color:#d30f4b;border-color:#d30f4b}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(211,15,75,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#d30f4b;background-color:rgba(0,0,0,0)}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#d30f4b;border-color:#d30f4b}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(211,15,75,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:rgba(0,0,0,0)}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#10384f;border-color:#10384f}.btn-outline-dark:hover{color:#fff;background-color:#10384f;border-color:#10384f}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(16,56,79,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#10384f;background-color:rgba(0,0,0,0)}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#10384f;border-color:#10384f}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(16,56,79,.5)}.btn-link{font-weight:400;color:#0091df;text-decoration:none}.btn-link:hover{color:#0091df;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5}.btn-lg,.btn-group-lg>.btn{border-radius:.3rem}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5}.btn-sm,.btn-group-sm>.btn{border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden}.collapsing{transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#0d2a40;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(13,42,64,.15)}.dropdown-menu{border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width: 576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width: 992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width: 1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:rgba(0,0,0,0);border:0}.dropdown-item:hover,.dropdown-item:focus{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0091df}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:0}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:16.5px;padding-left:16.5px}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:0}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-prepend,.input-group-append{display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:1rem 1.5rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#c3204f;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da}.input-group-text{border-radius:0}.input-group-text input[type=radio],.input-group-text input[type=checkbox]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{border-radius:0}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1.5em + 0.5rem + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{border-radius:0}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:2.5rem}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#0091df;background-color:#0091df}.custom-control-input:focus~.custom-control-label::before{box-shadow:none}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#834283}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#93d9ff;border-color:#93d9ff}.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input[disabled]~.custom-control-label::before,.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23ffffff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#0091df;background-color:#0091df}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23ffffff%27 d=%27M0 2h4%27/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,145,223,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,145,223,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23ffffff%27/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,145,223,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(0.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem}.custom-switch .custom-control-label::after{transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;transform:translateX(0.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,145,223,.5)}.custom-select{display:inline-block;width:100%;height:50px;padding:1rem 2.5rem 1rem 1.5rem;font-size:1rem}.custom-select{font-weight:400;line-height:1.5;color:#0d2a40;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 1.5rem center/8px 10px no-repeat;border:1px solid #834283}.custom-select{border-radius:.25rem}.custom-select{appearance:none}.custom-select:focus{border-color:#834283;outline:0;box-shadow:0 0 0 .2rem rgba(0,145,223,.25)}.custom-select:focus::-ms-value{color:#0d2a40;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:1.5rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #0d2a40}.custom-select-sm{height:calc(1.5em + 0.5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:50px;margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:50px;margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#834283;box-shadow:none}.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:50px;padding:1rem 1.5rem;overflow:hidden;font-weight:400;line-height:1.5;color:#0d2a40;background-color:#fff;border:1px solid #834283}.custom-file-label{border-radius:0}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + 2rem);padding:1rem 1.5rem;line-height:1.5;color:#0d2a40;content:"Browse";background-color:#e9ecef}.custom-file-label::after{border-left:inherit}.custom-file-label::after{border-radius:0 0 0 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:rgba(0,0,0,0);appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,none}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,none}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,none}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#0091df}.custom-range::-webkit-slider-thumb{border:0}.custom-range::-webkit-slider-thumb{border-radius:1rem}.custom-range::-webkit-slider-thumb{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb{appearance:none}.custom-range::-webkit-slider-thumb:active{background-color:#93d9ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0)}.custom-range::-webkit-slider-runnable-track{border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0091df}.custom-range::-moz-range-thumb{border:0}.custom-range::-moz-range-thumb{border-radius:1rem}.custom-range::-moz-range-thumb{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb{appearance:none}.custom-range::-moz-range-thumb:active{background-color:#93d9ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0)}.custom-range::-moz-range-track{border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#0091df}.custom-range::-ms-thumb{border:0}.custom-range::-ms-thumb{border-radius:1rem}.custom-range::-ms-thumb{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb{appearance:none}.custom-range::-ms-thumb:active{background-color:#93d9ff}.custom-range::-ms-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6}.custom-range::-ms-fill-lower{border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6}.custom-range::-ms-fill-upper{border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;border:1px solid rgba(0,0,0,0);border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0091df}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0)}.navbar-toggler{border-radius:0}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(13,42,64,.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(13,42,64,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(13,42,64,.5)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(13,42,64,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(13,42,64,.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:rgba(13,42,64,.9)}.navbar-light .navbar-toggler{color:rgba(13,42,64,.5);border-color:rgba(13,42,64,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2813, 42, 64, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(13,42,64,.5)}.navbar-light .navbar-text a{color:rgba(13,42,64,.9)}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(13,42,64,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(13,42,64,.125)}.card{border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(13,42,64,.03);border-bottom:1px solid rgba(13,42,64,.125)}.card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(13,42,64,.03);border-top:1px solid rgba(13,42,64,.125)}.card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img-overlay{border-radius:calc(0.25rem - 1px)}.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media(min-width: 576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media(min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media(min-width: 576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0}.accordion>.card>.card-header{margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef}.breadcrumb{border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.pagination{border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#0091df;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0091df;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:none}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0091df;border-color:#0091df}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline}.badge{border-radius:.25rem}.badge{transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out,right .2s ease-out}@media(prefers-reduced-motion: reduce){.badge{transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em}.badge-pill{border-radius:10rem}.badge-primary{color:#fff;background-color:#0091df}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:#0070ac}a.badge-primary:focus,a.badge-primary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,145,223,.5)}.badge-secondary{color:#fff;background-color:#66b512}a.badge-secondary:hover,a.badge-secondary:focus{color:#fff;background-color:#4c870d}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(102,181,18,.5)}.badge-success{color:#fff;background-color:#66b512}a.badge-success:hover,a.badge-success:focus{color:#fff;background-color:#4c870d}a.badge-success:focus,a.badge-success.focus{outline:0;box-shadow:0 0 0 .2rem rgba(102,181,18,.5)}.badge-info{color:#fff;background-color:#00bcff}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#0096cc}a.badge-info:focus,a.badge-info.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,188,255,.5)}.badge-warning{color:#212529;background-color:#89d329}a.badge-warning:hover,a.badge-warning:focus{color:#212529;background-color:#6da821}a.badge-warning:focus,a.badge-warning.focus{outline:0;box-shadow:0 0 0 .2rem rgba(137,211,41,.5)}.badge-danger{color:#fff;background-color:#d30f4b}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#a30c3a}a.badge-danger:focus,a.badge-danger.focus{outline:0;box-shadow:0 0 0 .2rem rgba(211,15,75,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:hover,a.badge-light:focus{color:#212529;background-color:#dae0e5}a.badge-light:focus,a.badge-light.focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#10384f}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#071a25}a.badge-dark:focus,a.badge-dark.focus{outline:0;box-shadow:0 0 0 .2rem rgba(16,56,79,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef}.jumbotron{border-radius:.3rem}@media(min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0}.jumbotron-fluid{border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,0)}.alert{border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#066093;background-color:#cce9f9;border-color:#b8e0f6}.alert-primary hr{border-top-color:#a1d6f3}.alert-primary .alert-link{color:#044062}.alert-secondary{color:#3b7228;background-color:#e0f0d0;border-color:#d4eabd}.alert-secondary hr{border-top-color:#c7e4aa}.alert-secondary .alert-link{color:#274c1b}.alert-success{color:#3b7228;background-color:#e0f0d0;border-color:#d4eabd}.alert-success hr{border-top-color:#c7e4aa}.alert-success .alert-link{color:#274c1b}.alert-info{color:#0676a3;background-color:#ccf2ff;border-color:#b8ecff}.alert-info hr{border-top-color:#9fe5ff}.alert-info .alert-link{color:#045272}.alert-warning{color:#4d8234;background-color:#e7f6d4;border-color:#def3c3}.alert-warning hr{border-top-color:#d2efae}.alert-warning .alert-link{color:#375e25}.alert-danger{color:#741c46;background-color:#f6cfdb;border-color:#f3bccd}.alert-danger hr{border-top-color:#efa6bd}.alert-danger .alert-link{color:#4b122d}.alert-light{color:#8796a1;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#6c7d89}.alert-dark{color:#0f3148;background-color:#cfd7dc;border-color:#bcc7ce}.alert-dark hr{border-top-color:#adbbc3}.alert-dark .alert-link{color:#06141e}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:0.75rem;background-color:#e9ecef}.progress{border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0091df}.progress-bar{transition:width .6s ease}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group{border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#0d2a40;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(13,42,64,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0091df;border-color:#0091df}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#066093;background-color:#b8e0f6}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#066093;background-color:#a1d6f3}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#066093;border-color:#066093}.list-group-item-secondary{color:#3b7228;background-color:#d4eabd}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#3b7228;background-color:#c7e4aa}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#3b7228;border-color:#3b7228}.list-group-item-success{color:#3b7228;background-color:#d4eabd}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#3b7228;background-color:#c7e4aa}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#3b7228;border-color:#3b7228}.list-group-item-info{color:#0676a3;background-color:#b8ecff}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0676a3;background-color:#9fe5ff}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0676a3;border-color:#0676a3}.list-group-item-warning{color:#4d8234;background-color:#def3c3}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#4d8234;background-color:#d2efae}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#4d8234;border-color:#4d8234}.list-group-item-danger{color:#741c46;background-color:#f3bccd}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#741c46;background-color:#efa6bd}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#741c46;border-color:#741c46}.list-group-item-light{color:#8796a1;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#8796a1;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#8796a1;border-color:#8796a1}.list-group-item-dark{color:#0f3148;background-color:#bcc7ce}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#0f3148;background-color:#adbbc3}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#0f3148;border-color:#0f3148}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#0d2a40;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#0d2a40;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:rgba(0,0,0,0);border:0}a.close.disabled{pointer-events:none}.toast{flex-basis:350px;max-width:350px;font-size:0.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(13,42,64,.1);opacity:0}.toast{border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.fade .modal-dialog{transform:translate(0, -50px)}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(13,42,64,.2)}.modal-content{border-radius:.3rem}.modal-content{outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#0d2a40}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:min-content}.modal-sm{max-width:300px}}@media(min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^=top] .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#0d2a40}.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^=right] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#0d2a40}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^=bottom] .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#0d2a40}.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^=left] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#0d2a40}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#0d2a40}.tooltip-inner{border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(13,42,64,.2)}.popover{border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^=top]>.arrow{bottom:calc(-0.5rem - 1px)}.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^=top]>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(13,42,64,.25)}.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^=top]>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^=right]{margin-left:.5rem}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^=right]>.arrow{left:calc(-0.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^=right]>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(13,42,64,.25)}.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^=right]>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^=bottom]>.arrow{top:calc(-0.5rem - 1px)}.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^=bottom]>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(13,42,64,.25)}.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^=bottom]>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^=left]>.arrow{right:calc(-0.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^=left]>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(13,42,64,.25)}.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^=left]>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#0d2a40}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden}.carousel-item{transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5}.carousel-control-prev,.carousel-control-next{transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23ffffff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23ffffff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5}.carousel-indicators li{transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;border:.25em solid currentColor;border-right-color:rgba(0,0,0,0);border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;background-color:currentColor;border-radius:50%;opacity:0;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#0091df !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#0070ac !important}.bg-secondary{background-color:#66b512 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#4c870d !important}.bg-success{background-color:#66b512 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#4c870d !important}.bg-info{background-color:#00bcff !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#0096cc !important}.bg-warning{background-color:#89d329 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#6da821 !important}.bg-danger{background-color:#d30f4b !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#a30c3a !important}.bg-light{background-color:#f8f9fa !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#dae0e5 !important}.bg-dark{background-color:#10384f !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#071a25 !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:rgba(0,0,0,0) !important}.border{border:1px solid #dee2e6 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-right{border-right:1px solid #dee2e6 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-left{border-left:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#0091df !important}.border-secondary{border-color:#66b512 !important}.border-success{border-color:#66b512 !important}.border-info{border-color:#00bcff !important}.border-warning{border-color:#89d329 !important}.border-danger{border-color:#d30f4b !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#10384f !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:.2rem !important}.rounded{border-radius:.25rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-right{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-left{border-top-left-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-lg{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media(min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media(min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714286%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media(min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media(min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media(min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media(min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media(min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media(min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports(position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(13,42,64,.075) !important}.shadow{box-shadow:0 .5rem 1rem rgba(13,42,64,.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(13,42,64,.175) !important}.shadow-none{box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media(min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media(min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media(min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#0091df !important}a.text-primary:hover,a.text-primary:focus{color:#005f93 !important}.text-secondary{color:#66b512 !important}a.text-secondary:hover,a.text-secondary:focus{color:#3f6f0b !important}.text-success{color:#66b512 !important}a.text-success:hover,a.text-success:focus{color:#3f6f0b !important}.text-info{color:#00bcff !important}a.text-info:hover,a.text-info:focus{color:#0084b3 !important}.text-warning{color:#89d329 !important}a.text-warning:hover,a.text-warning:focus{color:#5f931d !important}.text-danger{color:#d30f4b !important}a.text-danger:hover,a.text-danger:focus{color:#8c0a32 !important}.text-light{color:#f8f9fa !important}a.text-light:hover,a.text-light:focus{color:#cbd3da !important}.text-dark{color:#10384f !important}a.text-dark:hover,a.text-dark:focus{color:#030b0f !important}.text-body{color:#0d2a40 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(13,42,64,.5) !important}.text-white-50{color:rgba(255,255,255,.5) !important}.text-hide{font:0/0 a;color:rgba(0,0,0,0);text-shadow:none;background-color:rgba(0,0,0,0);border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;word-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #adb5bd;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:1px solid #0d2a40}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6 !important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}body{--route-transition-duration: 1000ms;--route-transition-transform-idle: translateX(0);--route-transition-transform-exiting: translateX(-24px);--route-transition-transform-entering: translateX(24px);--route-page-transform-idle: translateX(0) translateY(0);--route-page-duration: 800ms;--route-page-transform-exiting: translateY(-40px);--route-page-transform-entering: translateY(-40px)}body.page-loading,body.route-changing{overflow-x:hidden}.route-container,.page-container,.routed-page{flex:1;display:flex;flex-direction:column}.route-container.route-change-enter{opacity:0;transform:var(--route-transition-transform-idle)}.route-container.route-change-exit,.route-container.route-change-enter-active{opacity:1;transform:var(--route-transition-transform-idle)}.route-container.route-change-exit-active{opacity:0;transform:var(--route-transition-transform-exiting)}.route-container.route-change-exit,.route-container.route-change-exit-active,.route-container.route-change-enter{overflow:hidden}.route-container.route-change-enter-active .page-container{overflow:visible}.route-container.route-change-exit-active,.route-container.route-change-enter-active{transition:opacity var(--route-transition-duration) ease-in-out,transform var(--route-transition-duration) ease-in-out}.route-container .routed-page{position:relative}.route-container .routed-page-enter,.route-container .routed-page-exiting{opacity:0;transform:var(--route-page-transform-entering)}.route-container .routed-page-exit,.route-container .routed-page-exit-active{opacity:0;transform:var(--route-page-transform-exiting)}.route-container .routed-page-enter-active{opacity:1;transform:var(--route-page-transform-idle)}.route-container .routed-page-exit-active,.route-container .routed-page-enter-active{transition:opacity var(--route-page-duration) ease-in-out,transform var(--route-page-duration) ease-in-out}.nopadding{padding:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.sticky-notifications{max-width:100%;position:fixed;overflow:hidden;top:0px;z-index:500}@keyframes notif{0%{transform:translateX(-100%)}100%{transform:translateX(0px)}}@keyframes open{0%{transform:translateX(-245px)}100%{transform:translateX(0)}}@keyframes collapse{0%{transform:translateX(0)}100%{transform:translateX(-245px)}}.notification-item{display:block;transition:transform .3s ease-out !important;left:0;background-color:#0d3650;color:#fff;margin:0 5px 0 0;min-height:inherit;max-width:100%;z-index:1;position:relative;min-height:55px;width:340px;animation:notif .5s forwards;overflow:visible;border-right:20px solid rgba(0,0,0,0);background-clip:content-box}.notification-item.collapsed{animation:collapse .5s forwards}.notification-item.open{animation:open .5s forwards}.notification-item .container-fluid,.notification-item .container-sm,.notification-item .container-md,.notification-item .container-lg,.notification-item .container-xl{padding-right:5px}.notification-item .container-fluid,.notification-item .container-sm,.notification-item .container-md,.notification-item .container-lg,.notification-item .container-xl,.notification-item .container-fluid>div,.notification-item .container-sm>div,.notification-item .container-md>div,.notification-item .container-lg>div,.notification-item .container-xl>div{min-height:55px;min-height:55px}.notification-item .notification-text{flex:1;display:flex;padding:5px 0;flex-direction:column;justify-content:center}.notification-item .notification-text .notification-title{transition:transform .2s ease-out;max-width:260px}.notification-item .notification-text .notification-description{font-size:.8em;line-height:15px;max-height:0px;opacity:0;margin:-5px 25px 0 30px;padding-bottom:5px;overflow:hidden;transition:max-height .2s ease-out,opacity .2s ease-out}.notification-item .notification-text .notification-text-container{display:inline-flex;flex-wrap:wrap;cursor:pointer;position:relative;color:#fff;margin-right:25px;min-height:45px}.notification-item .notification-text .close{position:absolute;top:50%;transform:translateY(-50%);right:55px;font-size:1em;opacity:.8}.notification-item .notification-text .close:hover{opacity:1;transform:scale(1.1) translateY(-50%)}.notification-item.open .notification-text-container:hover .notification-title{transform:scale(1.1) translateX(10px)}.notification-item.open .notification-text-container:hover~.notification-description{max-height:50px;opacity:1;overflow:visible}.notification-item .notification-end{width:40px}.notification-item .notification-logo{max-width:36px;width:36px;height:36px;position:relative;z-index:2;border:2px solid #fff;border-radius:50%;text-align:center;position:relative}.notification-item .notification-logo .notification-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.notification-item .notification-type{padding-top:0;color:#fff;padding-right:40px;overflow:hidden;max-width:136px;vertical-align:middle;font-weight:300;font-size:17px;height:100%;line-height:55px;letter-spacing:.4px;white-space:nowrap}.notification-item::after{content:" ";position:absolute;top:0;height:100%;right:-11px;width:25px;transform:skewX(-14deg);background-color:rgba(0,0,0,0)}.notification-item.scheme-info,.notification-item.scheme-info::after{background-color:#0d3650}.notification-item.scheme-info .info-icon-text{background-color:#0d3650}.notification-item.scheme-danger,.notification-item.scheme-danger::after{background-color:#e83d5c}.notification-item.scheme-danger .info-icon-text{background-color:#e83d5c}.notification-item.scheme-primary,.notification-item.scheme-primary::after{background-color:#5b4d66}.notification-item.scheme-primary .info-icon-text{background-color:#5b4d66}.notification-item.scheme-success,.notification-item.scheme-success::after{background-color:#13aa1e}.notification-item.scheme-success .info-icon-text{background-color:#13aa1e}.notification-item.scheme-warning,.notification-item.scheme-warning::after{background-color:#0a77c1}.notification-item.scheme-warning .info-icon-text{background-color:#0a77c1}.nopadding{padding:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.toggle-details.toggle-text .toggle-text-header{width:100%}.toggle-details.toggle-text .toggle-text-header .btn{padding:11px 54px 12px 0;text-decoration:none;font-weight:400;color:#00617f;font-size:18px;display:block;background-color:#fff;text-align:left;letter-spacing:.5px;line-height:1.563;position:relative;width:100%;font-style:normal;padding-left:20px}.toggle-details.toggle-text .toggle-text-header .btn,.toggle-details.toggle-text .toggle-text-header .btn:focus{box-shadow:none !important}.toggle-details.toggle-text .toggle-text-header .toggle-header-icon{width:19px;right:20px;height:100%;color:#00617f;transition:transform .3s ease-out,right .2s ease-out}.toggle-details.toggle-text .toggle-text-header.show .btn{border-bottom:none}.toggle-details.toggle-text .toggle-text-header:hover .toggle-header-icon{right:30px}.toggle-details.toggle-text .toggle-text-header.show+.toggle-details-content{background-color:#fff}.toggle-details.toggle-text .toggle-text-body{background-color:#fff;padding:20px 20px 22px 20px;position:relative}.toggle-details.toggle-text{border-bottom:1px solid #00617f}.toggle-details.toggle-text.scheme-green{border-bottom-color:#56aa10}.toggle-details.toggle-text.scheme-green .toggle-text-header .btn{border-bottom-color:#56aa10;color:#56aa10}.toggle-details.toggle-text.scheme-green .toggle-text-header .toggle-header-icon{color:#56aa10}.toggle-details.toggle-text.scheme-pink{border-bottom-color:#c3204f}.toggle-details.toggle-text.scheme-pink .toggle-text-header .btn{border-bottom-color:#c3204f;color:#c3204f}.toggle-details.toggle-text.scheme-pink .toggle-text-header .toggle-header-icon{color:#c3204f}.toggle-details.toggle-text.scheme-blue{border-bottom-color:#0091df}.toggle-details.toggle-text.scheme-blue .toggle-text-header .btn{border-bottom-color:#0091df;color:#0091df}.toggle-details.toggle-text.scheme-blue .toggle-text-header .toggle-header-icon{color:#0091df}.toggle-details.toggle-text.scheme-purple{border-bottom-color:#624963}.toggle-details.toggle-text.scheme-purple .toggle-text-header .btn{border-bottom-color:#624963;color:#624963}.toggle-details.toggle-text.scheme-purple .toggle-text-header .toggle-header-icon{color:#624963}.toggle-details.toggle-text.scheme-darkgreen{border-bottom-color:#042}.toggle-details.toggle-text.scheme-darkgreen .toggle-text-header .btn{border-bottom-color:#042;color:#042}.toggle-details.toggle-text.scheme-darkgreen .toggle-text-header .toggle-header-icon{color:#042}.toggle-details.toggle-text.scheme-darkblue{border-bottom-color:#10384f}.toggle-details.toggle-text.scheme-darkblue .toggle-text-header .btn{border-bottom-color:#10384f;color:#10384f}.toggle-details.toggle-text.scheme-darkblue .toggle-text-header .toggle-header-icon{color:#10384f}.toggle-details.toggle-text.scheme-lightblue{border-bottom-color:#00bcff}.toggle-details.toggle-text.scheme-lightblue .toggle-text-header .btn{border-bottom-color:#00bcff;color:#00bcff}.toggle-details.toggle-text.scheme-lightblue .toggle-text-header .toggle-header-icon{color:#00bcff}.faq-accordion~.bayer-heading{margin-top:55px}.dropdown .btn.dropdown-toggle:after{margin-left:.5em}.bayer-info-box{background-color:#f2f7f9;padding:25px 20px 30px}.readmore{text-transform:uppercase;text-decoration:none;color:inherit;font-size:12px;position:relative;padding:4px 3px 4px 14px;margin-top:9px;display:inline-block;line-height:1;font-style:italic;font-weight:700;letter-spacing:.5px;align-self:flex-start;transition:padding .2s ease-out;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial}.readmore::before{content:" ";width:1px;height:100%;top:0;left:2px;border-left:1px solid #fff;border-color:inherit;transform:rotate(11deg);position:absolute}.readmore:hover{padding-left:24px}blockquote.quote::before{content:"â";font-size:82px;line-height:1;max-height:30px;vertical-align:bottom;position:absolute;text-indent:0;left:0;font-weight:500;top:-7px}blockquote.quote .quote-text{font-size:35px;letter-spacing:1px;line-height:40px;position:relative;text-indent:40px;color:#10384f;font-weight:100}blockquote.quote .quote-footer{font-weight:300;font-size:16px;letter-spacing:.5px;line-height:22px;font-style:normal;margin-top:15px}blockquote.quote.scheme-green::before,blockquote.quote.scheme-green .quote-footer{color:#66b512}.bayer-info-container{position:relative;display:inline-block}.bayer-info-container .info-icon-text-container{position:absolute;right:100%;top:0;z-index:500;width:max-content;max-width:300px}.bayer-info-container .info-icon-text{z-index:500;background-color:#fff}.bayer-info-container .info-icon-text .info-text-inner{padding:25px 20px 30px;background-color:rgba(191,215,223,.2)}.bayer-info-container .info-icon-text a{color:#0091df;font-weight:500}.icon-hover-btn{width:130px;background-color:#10384f;color:#fff;text-indent:-4px;padding:10px 20px 0 45px;font-size:14px;font-weight:400;height:40px;border:0;text-align:left;margin:10px;display:block;position:relative;overflow:hidden;transition:text-indent .3s ease;cursor:pointer}.icon-hover-btn .icon-hover-btn-icon{position:absolute;left:15px;top:14px;height:14px;z-index:2}.icon-hover-btn::after{content:"";position:absolute;top:0;width:0;height:40px;transition:width .3s ease;transform:skewX(-11deg);left:-4px;background-color:#00617f}.icon-hover-btn:hover,.icon-hover-btn:focus,.icon-hover-btn.hover{text-indent:0;text-decoration:none;color:#fff}.icon-hover-btn:hover::after,.icon-hover-btn:focus::after,.icon-hover-btn.hover::after{width:40px;transition:width .3s ease}.bayer-text-block{background-color:rgba(0,0,0,0);padding:20px 19px 20px;margin-bottom:20px;border:1px solid #0d2a40}.bayer-text-block .bayer-text-block-title{color:#0d2a40;font-size:18px;font-weight:500;letter-spacing:.56px;line-height:25px;margin-bottom:15px}@media only screen and (min-width: 64em){.bayer-text-block{padding:15px 14px 20px}.bayer-text-block .bayer-text-block-title{font-size:16px;letter-spacing:.5px;line-height:18px}}@media only screen and (min-width: 90.063em){.bayer-text-block{padding:20px 19px 20px}.bayer-text-block .bayer-text-block-title{font-size:18px;letter-spacing:.56px;line-height:25px}}.bayer-text-block.scheme-green{border-color:#66b512}.bayer-text-block.scheme-green .bayer-text-block-title{color:#66b512}.bayer-text-block.scheme-pink{border-color:#c3204f}.bayer-text-block.scheme-pink .bayer-text-block-title{color:#c3204f}.bayer-text-block.scheme-blue{border-color:#0091df}.bayer-text-block.scheme-blue .bayer-text-block-title{color:#0091df}.bayer-text-block.scheme-purple{border-color:#624963}.bayer-text-block.scheme-purple .bayer-text-block-title{color:#624963}.bayer-text-block.scheme-darkgreen{border-color:#042}.bayer-text-block.scheme-darkgreen .bayer-text-block-title{color:#042}.bayer-text-block.scheme-darkblue{border-color:#10384f}.bayer-text-block.scheme-darkblue .bayer-text-block-title{color:#10384f}.bayer-text-block.scheme-lightblue{border-color:#00bcff}.bayer-text-block.scheme-lightblue .bayer-text-block-title{color:#00bcff}.link-list{width:230px;margin:20px 0 20px 0;border:1px solid #ff3162;color:#ff3162;padding:20px 19px 20px;margin-bottom:20px;background:inherit}.link-list h4{color:#ff3162}.link-list ul.mlnk a::before{top:-3px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2714%27 viewBox=%270 0 8 14%27%3E%3Cpolyline points=%270.5,13.5 7,7 0.5,0.5%27 style=%27stroke:%23ff3162;stroke-width:1.5;fill:none;%27/%3E%3C/svg%3E")}.link-list li>a.link-level-2{margin-left:10px}.link-list li>a.link-level-3{margin-left:20px}.link-list li>a.link-level-4{margin-left:30px}.link-list li>a.link-level-5{margin-left:40px}.link-list.scheme-green{border-color:#66b512;color:#66b512}.link-list.scheme-green h4{color:#66b512}.link-list.scheme-green ul.mlnk a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2714%27 viewBox=%270 0 8 14%27%3E%3Cpolyline points=%270.5,13.5 7,7 0.5,0.5%27 style=%27stroke:%2366B512;stroke-width:1.5;fill:none;%27/%3E%3C/svg%3E")}.link-list.scheme-pink{border-color:#c3204f;color:#c3204f}.link-list.scheme-pink h4{color:#c3204f}.link-list.scheme-pink ul.mlnk a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2714%27 viewBox=%270 0 8 14%27%3E%3Cpolyline points=%270.5,13.5 7,7 0.5,0.5%27 style=%27stroke:%23C3204F;stroke-width:1.5;fill:none;%27/%3E%3C/svg%3E")}.link-list.scheme-blue{border-color:#0091df;color:#0091df}.link-list.scheme-blue h4{color:#0091df}.link-list.scheme-blue ul.mlnk a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2714%27 viewBox=%270 0 8 14%27%3E%3Cpolyline points=%270.5,13.5 7,7 0.5,0.5%27 style=%27stroke:%230091DF;stroke-width:1.5;fill:none;%27/%3E%3C/svg%3E")}.link-list.scheme-purple{border-color:#624963;color:#624963}.link-list.scheme-purple h4{color:#624963}.link-list.scheme-purple ul.mlnk a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2714%27 viewBox=%270 0 8 14%27%3E%3Cpolyline points=%270.5,13.5 7,7 0.5,0.5%27 style=%27stroke:%23624963;stroke-width:1.5;fill:none;%27/%3E%3C/svg%3E")}.link-list.scheme-darkgreen{border-color:#042;color:#042}.link-list.scheme-darkgreen h4{color:#042}.link-list.scheme-darkgreen ul.mlnk a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2714%27 viewBox=%270 0 8 14%27%3E%3Cpolyline points=%270.5,13.5 7,7 0.5,0.5%27 style=%27stroke:%23004422;stroke-width:1.5;fill:none;%27/%3E%3C/svg%3E")}.link-list.scheme-darkblue{border-color:#10384f;color:#10384f}.link-list.scheme-darkblue h4{color:#10384f}.link-list.scheme-darkblue ul.mlnk a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2714%27 viewBox=%270 0 8 14%27%3E%3Cpolyline points=%270.5,13.5 7,7 0.5,0.5%27 style=%27stroke:%2310384F;stroke-width:1.5;fill:none;%27/%3E%3C/svg%3E")}.link-list.scheme-lightblue{border-color:#00bcff;color:#00bcff}.link-list.scheme-lightblue h4{color:#00bcff}.link-list.scheme-lightblue ul.mlnk a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2714%27 viewBox=%270 0 8 14%27%3E%3Cpolyline points=%270.5,13.5 7,7 0.5,0.5%27 style=%27stroke:%2300BCFF;stroke-width:1.5;fill:none;%27/%3E%3C/svg%3E")}.nopadding{padding:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.btn-primary{color:#fff;background-color:#0091df;border-color:#0078b9}.btn-primary:hover{color:#fff;background-color:#0070ac;border-color:#00a2f9}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#0070ac;border-color:#00a2f9;box-shadow:0 0 0 .2rem rgba(38,140,196,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0091df;border-color:#0078b9}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#13acff;border-color:#002e46}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,140,196,.5)}.btn-outline-primary{color:#0091df;border-color:#0091df}.btn-outline-primary:hover{color:#222;background-color:#00a2f9;border-color:#0091df}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(0,145,223,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0091df;background-color:rgba(0,0,0,0)}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#00a2f9;border-color:#0091df}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,145,223,.5)}.btn-secondary{color:#fff;background-color:#66b512;border-color:#52920f}.btn-secondary:hover{color:#fff;background-color:#4c870d;border-color:#73cc14}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#4c870d;border-color:#73cc14;box-shadow:0 0 0 .2rem rgba(108,162,51,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#66b512;border-color:#52920f}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#212529;background-color:#80e317;border-color:#182a04}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,162,51,.5)}.btn-outline-secondary{color:#66b512;border-color:#66b512}.btn-outline-secondary:hover{color:#222;background-color:#73cc14;border-color:#66b512}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(102,181,18,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#66b512;background-color:rgba(0,0,0,0)}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#212529;background-color:#73cc14;border-color:#66b512}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(102,181,18,.5)}.btn:not(.dropdown-toggle){text-transform:uppercase;letter-spacing:.58px;font-style:italic;font-family:Arial}.icon-button,.icon-button:focus,.icon-button:focus-visible,button.icon-button,button.icon-button:focus,button.icon-button:focus-visible{border:0px;outline:none}@media(max-width: 1010px)and (min-width: 768px){.icon-button.btn-lg.action-inline-button,.btn-group-lg>.icon-button.action-inline-button.btn,button.icon-button.btn-lg.action-inline-button{padding-left:.5em}}button[type=button].icon-button.btn-info:not(.no-text):not(.exclude-btn)::before,button.ok-close-btn:not(.no-text)::before,button[type=button].icon-button.btn-success:not(.no-text):not(.exclude-btn)::before,button.ok-close-btn.btn-success:not(.no-text):not(:disabled):active::before,button.info-btn:not(.no-text)::before,button.info-btn.btn-secondary:not(.no-text):not(:disabled):active::before,button.delete-btn:not(.no-text)::before,button.delete-btn.btn-danger:not(.no-text):not(:disabled):active::before,button[type=button].icon-button.btn-danger:not(.no-text):not(.exclude-btn)::before,button.cancel-btn:not(.no-text)::before,button.cancel-btn.btn-secondary:not(.no-text):not(:disabled):active::before,button.decline-btn:not(.no-text)::before,button.decline-btn.btn-danger:not(.no-text):not(:disabled):active::before,button[type=reset]:not(.no-text)::before,button[type=reset].btn-secondary:not(.no-text):not(:disabled):active::before,button.reset-btn:not(.no-text)::before,button.reset-btn.btn-secondary:not(.no-text):not(:disabled):active::before,button[type=button].icon-button.btn-secondary:not(.no-text):not(.exclude-btn)::before,button.btn[type=button].icon-button:not(.no-text):not(.exclude-btn)::before,a.btn.btn-primary:not(.no-text)::before,button.accept-btn:not(.no-text)::before,button[type=submit]:not(.no-text):not(.decline-btn):not(.exclude-btn)::before,button.btn-primary[type=submit]:not(.no-text)::before,button.btn-primary[type=submit]:not(.no-text):not(:disabled):active::before,button[type=button].icon-button.btn-info:not(.no-text):not(.exclude-btn)::after,button.ok-close-btn:not(.no-text)::after,button[type=button].icon-button.btn-success:not(.no-text):not(.exclude-btn)::after,button.ok-close-btn.btn-success:not(.no-text):not(:disabled):active::after,button.info-btn:not(.no-text)::after,button.info-btn.btn-secondary:not(.no-text):not(:disabled):active::after,button.delete-btn:not(.no-text)::after,button.delete-btn.btn-danger:not(.no-text):not(:disabled):active::after,button[type=button].icon-button.btn-danger:not(.no-text):not(.exclude-btn)::after,button.cancel-btn:not(.no-text)::after,button.cancel-btn.btn-secondary:not(.no-text):not(:disabled):active::after,button.decline-btn:not(.no-text)::after,button.decline-btn.btn-danger:not(.no-text):not(:disabled):active::after,button[type=reset]:not(.no-text)::after,button[type=reset].btn-secondary:not(.no-text):not(:disabled):active::after,button.reset-btn:not(.no-text)::after,button.reset-btn.btn-secondary:not(.no-text):not(:disabled):active::after,button[type=button].icon-button.btn-secondary:not(.no-text):not(.exclude-btn)::after,button.btn[type=button].icon-button:not(.no-text):not(.exclude-btn)::after,a.btn.btn-primary:not(.no-text)::after,button.accept-btn:not(.no-text)::after,button[type=submit]:not(.no-text):not(.decline-btn):not(.exclude-btn)::after,button.btn-primary[type=submit]:not(.no-text)::after,button.btn-primary[type=submit]:not(.no-text):not(:disabled):active::after{content:"";display:block;height:100%;position:absolute;right:0;top:0;width:59px}button.icon-button[type=button].btn-info:not(.exclude-btn) .icon-button-icon,button.icon-button.ok-close-btn .icon-button-icon,button.icon-button[type=button].btn-success:not(.exclude-btn) .icon-button-icon,button.icon-button.ok-close-btn.btn-success:not(:disabled):active .icon-button-icon,button.icon-button.info-btn .icon-button-icon,button.icon-button.info-btn.btn-secondary:not(:disabled):active .icon-button-icon,button.icon-button.delete-btn .icon-button-icon,button.icon-button.delete-btn.btn-danger:not(:disabled):active .icon-button-icon,button.icon-button[type=button].btn-danger:not(.exclude-btn) .icon-button-icon,button.icon-button.cancel-btn .icon-button-icon,button.icon-button.cancel-btn.btn-secondary:not(:disabled):active .icon-button-icon,button.icon-button.decline-btn .icon-button-icon,button.icon-button.decline-btn.btn-danger:not(:disabled):active .icon-button-icon,button.icon-button[type=reset] .icon-button-icon,button.icon-button[type=reset].btn-secondary:not(:disabled):active .icon-button-icon,button.icon-button.reset-btn .icon-button-icon,button.icon-button.reset-btn.btn-secondary:not(:disabled):active .icon-button-icon,button.icon-button[type=button].btn-secondary:not(.exclude-btn) .icon-button-icon,button.icon-button.btn[type=button]:not(.exclude-btn) .icon-button-icon,a.icon-button.btn.btn-primary .icon-button-icon,button.icon-button.accept-btn .icon-button-icon,button.icon-button[type=submit]:not(.decline-btn):not(.exclude-btn) .icon-button-icon,button.icon-button.btn-primary[type=submit] .icon-button-icon{position:absolute;top:11px;right:7px;font-size:1.5rem;transition:right .2s ease-out}button.icon-button[type=button].btn-info:hover:not(.exclude-btn) .icon-button-icon,button.icon-button.ok-close-btn:hover .icon-button-icon,button.icon-button[type=button].btn-success:hover:not(.exclude-btn) .icon-button-icon,button.icon-button.info-btn:hover .icon-button-icon,button.icon-button.delete-btn:hover .icon-button-icon,button.icon-button[type=button].btn-danger:hover:not(.exclude-btn) .icon-button-icon,button.icon-button.cancel-btn:hover .icon-button-icon,button.icon-button.decline-btn:hover .icon-button-icon,button.icon-button[type=reset]:hover .icon-button-icon,button.icon-button.reset-btn:hover .icon-button-icon,button.icon-button[type=button].btn-secondary:hover:not(.exclude-btn) .icon-button-icon,button.icon-button.btn[type=button]:hover:not(.exclude-btn) .icon-button-icon,a.icon-button.btn.btn-primary:hover .icon-button-icon,button.icon-button.accept-btn:hover .icon-button-icon,button.icon-button[type=submit]:hover:not(.decline-btn):not(.exclude-btn) .icon-button-icon,button.icon-button.btn-primary[type=submit]:hover .icon-button-icon{right:17px}button.smaller[type=button].icon-button.btn-info:not(.no-text):not(.exclude-btn):before,button.smaller.ok-close-btn:not(.no-text):before,button.smaller[type=button].icon-button.btn-success:not(.no-text):not(.exclude-btn):before,button.smaller.ok-close-btn.btn-success:not(.no-text):not(:disabled):active:before,button.smaller.info-btn:not(.no-text):before,button.smaller.info-btn.btn-secondary:not(.no-text):not(:disabled):active:before,button.smaller.delete-btn:not(.no-text):before,button.smaller.delete-btn.btn-danger:not(.no-text):not(:disabled):active:before,button.smaller[type=button].icon-button.btn-danger:not(.no-text):not(.exclude-btn):before,button.smaller.cancel-btn:not(.no-text):before,button.smaller.cancel-btn.btn-secondary:not(.no-text):not(:disabled):active:before,button.smaller.decline-btn:not(.no-text):before,button.smaller.decline-btn.btn-danger:not(.no-text):not(:disabled):active:before,button.smaller[type=reset]:not(.no-text):before,button.smaller[type=reset].btn-secondary:not(.no-text):not(:disabled):active:before,button.smaller.reset-btn:not(.no-text):before,button.smaller.reset-btn.btn-secondary:not(.no-text):not(:disabled):active:before,button.smaller[type=button].icon-button.btn-secondary:not(.no-text):not(.exclude-btn):before,button.smaller.btn[type=button].icon-button:not(.no-text):not(.exclude-btn):before,a.smaller.btn.btn-primary:not(.no-text):before,button.smaller.accept-btn:not(.no-text):before,button.smaller[type=submit]:not(.no-text):not(.decline-btn):not(.exclude-btn):before,button.smaller.btn-primary[type=submit]:not(.no-text):before{left:calc(100% - 43px);width:100px}button.smaller[type=button].icon-button.btn-info:not(.no-text):not(.exclude-btn):after,button.smaller.ok-close-btn:not(.no-text):after,button.smaller[type=button].icon-button.btn-success:not(.no-text):not(.exclude-btn):after,button.smaller.ok-close-btn.btn-success:not(.no-text):not(:disabled):active:after,button.smaller.info-btn:not(.no-text):after,button.smaller.info-btn.btn-secondary:not(.no-text):not(:disabled):active:after,button.smaller.delete-btn:not(.no-text):after,button.smaller.delete-btn.btn-danger:not(.no-text):not(:disabled):active:after,button.smaller[type=button].icon-button.btn-danger:not(.no-text):not(.exclude-btn):after,button.smaller.cancel-btn:not(.no-text):after,button.smaller.cancel-btn.btn-secondary:not(.no-text):not(:disabled):active:after,button.smaller.decline-btn:not(.no-text):after,button.smaller.decline-btn.btn-danger:not(.no-text):not(:disabled):active:after,button.smaller[type=reset]:not(.no-text):after,button.smaller[type=reset].btn-secondary:not(.no-text):not(:disabled):active:after,button.smaller.reset-btn:not(.no-text):after,button.smaller.reset-btn.btn-secondary:not(.no-text):not(:disabled):active:after,button.smaller[type=button].icon-button.btn-secondary:not(.no-text):not(.exclude-btn):after,button.smaller.btn[type=button].icon-button:not(.no-text):not(.exclude-btn):after,a.smaller.btn.btn-primary:not(.no-text):after,button.smaller.accept-btn:not(.no-text):after,button.smaller[type=submit]:not(.no-text):not(.decline-btn):not(.exclude-btn):after,button.smaller.btn-primary[type=submit]:not(.no-text):after{width:39px;background-size:20px 26px}button.smaller[type=button].icon-button.btn-info:hover:not(.no-text):not(.exclude-btn),button.smaller.ok-close-btn:hover:not(.no-text),button.smaller[type=button].icon-button.btn-success:hover:not(.no-text):not(.exclude-btn),button.smaller.info-btn:hover:not(.no-text),button.smaller.delete-btn:hover:not(.no-text),button.smaller[type=button].icon-button.btn-danger:hover:not(.no-text):not(.exclude-btn),button.smaller.cancel-btn:hover:not(.no-text),button.smaller.decline-btn:hover:not(.no-text),button.smaller[type=reset]:hover:not(.no-text),button.smaller.reset-btn:hover:not(.no-text),button.smaller[type=button].icon-button.btn-secondary:hover:not(.no-text):not(.exclude-btn),button.smaller.btn[type=button].icon-button:hover:not(.no-text):not(.exclude-btn),a.smaller.btn.btn-primary:hover:not(.no-text),button.smaller.accept-btn:hover:not(.no-text),button.smaller[type=submit]:hover:not(.no-text):not(.decline-btn):not(.exclude-btn),button.smaller.btn-primary[type=submit]:hover:not(.no-text){padding-left:24px;padding-right:52px;background-position:top right -80px}button.smaller[type=button].icon-button.btn-info:hover:not(.no-text):not(.exclude-btn):before,button.smaller.ok-close-btn:hover:not(.no-text):before,button.smaller[type=button].icon-button.btn-success:hover:not(.no-text):not(.exclude-btn):before,button.smaller.info-btn:hover:not(.no-text):before,button.smaller.delete-btn:hover:not(.no-text):before,button.smaller[type=button].icon-button.btn-danger:hover:not(.no-text):not(.exclude-btn):before,button.smaller.cancel-btn:hover:not(.no-text):before,button.smaller.decline-btn:hover:not(.no-text):before,button.smaller[type=reset]:hover:not(.no-text):before,button.smaller.reset-btn:hover:not(.no-text):before,button.smaller[type=button].icon-button.btn-secondary:hover:not(.no-text):not(.exclude-btn):before,button.smaller.btn[type=button].icon-button:hover:not(.no-text):not(.exclude-btn):before,a.smaller.btn.btn-primary:hover:not(.no-text):before,button.smaller.accept-btn:hover:not(.no-text):before,button.smaller[type=submit]:hover:not(.no-text):not(.decline-btn):not(.exclude-btn):before,button.smaller.btn-primary[type=submit]:hover:not(.no-text):before{left:110%}button.smaller[type=button].icon-button.btn-info:hover:not(.no-text):not(.exclude-btn):after,button.smaller.ok-close-btn:hover:not(.no-text):after,button.smaller[type=button].icon-button.btn-success:hover:not(.no-text):not(.exclude-btn):after,button.smaller.info-btn:hover:not(.no-text):after,button.smaller.delete-btn:hover:not(.no-text):after,button.smaller[type=button].icon-button.btn-danger:hover:not(.no-text):not(.exclude-btn):after,button.smaller.cancel-btn:hover:not(.no-text):after,button.smaller.decline-btn:hover:not(.no-text):after,button.smaller[type=reset]:hover:not(.no-text):after,button.smaller.reset-btn:hover:not(.no-text):after,button.smaller[type=button].icon-button.btn-secondary:hover:not(.no-text):not(.exclude-btn):after,button.smaller.btn[type=button].icon-button:hover:not(.no-text):not(.exclude-btn):after,a.smaller.btn.btn-primary:hover:not(.no-text):after,button.smaller.accept-btn:hover:not(.no-text):after,button.smaller[type=submit]:hover:not(.no-text):not(.decline-btn):not(.exclude-btn):after,button.smaller.btn-primary[type=submit]:hover:not(.no-text):after{right:10px}button.smaller[type=button].icon-button.btn-info:not(.exclude-btn),button.smaller.ok-close-btn,button.smaller[type=button].icon-button.btn-success:not(.exclude-btn),button.smaller.ok-close-btn.btn-success:not(:disabled):active,button.smaller.info-btn,button.smaller.info-btn.btn-secondary:not(:disabled):active,button.smaller.delete-btn,button.smaller.delete-btn.btn-danger:not(:disabled):active,button.smaller[type=button].icon-button.btn-danger:not(.exclude-btn),button.smaller.cancel-btn,button.smaller.cancel-btn.btn-secondary:not(:disabled):active,button.smaller.decline-btn,button.smaller.decline-btn.btn-danger:not(:disabled):active,button.smaller[type=reset],button.smaller[type=reset].btn-secondary:not(:disabled):active,button.smaller.reset-btn,button.smaller.reset-btn.btn-secondary:not(:disabled):active,button.smaller[type=button].icon-button.btn-secondary:not(.exclude-btn),button.smaller.btn[type=button].icon-button:not(.exclude-btn),a.smaller.btn.btn-primary,button.smaller.accept-btn,button.smaller[type=submit]:not(.decline-btn):not(.exclude-btn),button.smaller.btn-primary[type=submit],button.smaller.btn-primary[type=submit]:not(:disabled):active{padding:14px 58px 14px 18px;font-size:12px;line-height:1}button[type=button].icon-button.btn-info:not(.no-text):not(.exclude-btn):before,button.ok-close-btn:not(.no-text):before,button[type=button].icon-button.btn-success:not(.no-text):not(.exclude-btn):before,button.ok-close-btn.btn-success:not(.no-text):not(:disabled):active:before,button.info-btn:not(.no-text):before,button.info-btn.btn-secondary:not(.no-text):not(:disabled):active:before,button.delete-btn:not(.no-text):before,button.delete-btn.btn-danger:not(.no-text):not(:disabled):active:before,button[type=button].icon-button.btn-danger:not(.no-text):not(.exclude-btn):before,button.cancel-btn:not(.no-text):before,button.cancel-btn.btn-secondary:not(.no-text):not(:disabled):active:before,button.decline-btn:not(.no-text):before,button.decline-btn.btn-danger:not(.no-text):not(:disabled):active:before,button[type=reset]:not(.no-text):before,button[type=reset].btn-secondary:not(.no-text):not(:disabled):active:before,button.reset-btn:not(.no-text):before,button.reset-btn.btn-secondary:not(.no-text):not(:disabled):active:before,button[type=button].icon-button.btn-secondary:not(.no-text):not(.exclude-btn):before,button.btn[type=button].icon-button:not(.no-text):not(.exclude-btn):before,a.btn.btn-primary:not(.no-text):before,button.accept-btn:not(.no-text):before,button[type=submit]:not(.no-text):not(.decline-btn):not(.exclude-btn):before,button.btn-primary[type=submit]:not(.no-text):before,button.btn-primary[type=submit]:not(.no-text):not(:disabled):active:before{left:calc(100% - 54px);transform:skewX(-12deg);transition:left .3s cubic-bezier(0.25, 0.1, 0.25, 1)}button[type=button].icon-button.btn-info:not(.no-text):not(.exclude-btn)::after,button.ok-close-btn:not(.no-text)::after,button[type=button].icon-button.btn-success:not(.no-text):not(.exclude-btn)::after,button.ok-close-btn.btn-success:not(.no-text):not(:disabled):active::after,button.info-btn:not(.no-text)::after,button.info-btn.btn-secondary:not(.no-text):not(:disabled):active::after,button.delete-btn:not(.no-text)::after,button.delete-btn.btn-danger:not(.no-text):not(:disabled):active::after,button[type=button].icon-button.btn-danger:not(.no-text):not(.exclude-btn)::after,button.cancel-btn:not(.no-text)::after,button.cancel-btn.btn-secondary:not(.no-text):not(:disabled):active::after,button.decline-btn:not(.no-text)::after,button.decline-btn.btn-danger:not(.no-text):not(:disabled):active::after,button[type=reset]:not(.no-text)::after,button[type=reset].btn-secondary:not(.no-text):not(:disabled):active::after,button.reset-btn:not(.no-text)::after,button.reset-btn.btn-secondary:not(.no-text):not(:disabled):active::after,button[type=button].icon-button.btn-secondary:not(.no-text):not(.exclude-btn)::after,button.btn[type=button].icon-button:not(.no-text):not(.exclude-btn)::after,a.btn.btn-primary:not(.no-text)::after,button.accept-btn:not(.no-text)::after,button[type=submit]:not(.no-text):not(.decline-btn):not(.exclude-btn)::after,button.btn-primary[type=submit]:not(.no-text)::after,button.btn-primary[type=submit]:not(.no-text):not(:disabled):active::after{background:rgba(0,0,0,0) no-repeat center center;transition:right .3s cubic-bezier(0.25, 0.1, 0.25, 1);background-size:26px 32px}button[type=button].icon-button.btn-info:hover:not(.no-text):not(.exclude-btn),button.ok-close-btn:hover:not(.no-text),button[type=button].icon-button.btn-success:hover:not(.no-text):not(.exclude-btn),button.ok-close-btn.btn-success:hover:not(.no-text):not(:disabled):active,button.info-btn:hover:not(.no-text),button.info-btn.btn-secondary:hover:not(.no-text):not(:disabled):active,button.delete-btn:hover:not(.no-text),button.delete-btn.btn-danger:hover:not(.no-text):not(:disabled):active,button[type=button].icon-button.btn-danger:hover:not(.no-text):not(.exclude-btn),button.cancel-btn:hover:not(.no-text),button.cancel-btn.btn-secondary:hover:not(.no-text):not(:disabled):active,button.decline-btn:hover:not(.no-text),button.decline-btn.btn-danger:hover:not(.no-text):not(:disabled):active,button[type=reset]:hover:not(.no-text),button[type=reset].btn-secondary:hover:not(.no-text):not(:disabled):active,button.reset-btn:hover:not(.no-text),button.reset-btn.btn-secondary:hover:not(.no-text):not(:disabled):active,button[type=button].icon-button.btn-secondary:hover:not(.no-text):not(.exclude-btn),button.btn[type=button].icon-button:hover:not(.no-text):not(.exclude-btn),a.btn.btn-primary:hover:not(.no-text),button.accept-btn:hover:not(.no-text),button[type=submit]:hover:not(.no-text):not(.decline-btn):not(.exclude-btn),button.btn-primary[type=submit]:hover:not(.no-text){background-position:top right -80px;padding-right:62px;padding-left:30px;text-decoration:none;box-shadow:none}button[type=button].icon-button.btn-info:hover:not(.no-text):not(.exclude-btn):before,button.ok-close-btn:hover:not(.no-text):before,button[type=button].icon-button.btn-success:hover:not(.no-text):not(.exclude-btn):before,button.ok-close-btn.btn-success:hover:not(.no-text):not(:disabled):active:before,button.info-btn:hover:not(.no-text):before,button.info-btn.btn-secondary:hover:not(.no-text):not(:disabled):active:before,button.delete-btn:hover:not(.no-text):before,button.delete-btn.btn-danger:hover:not(.no-text):not(:disabled):active:before,button[type=button].icon-button.btn-danger:hover:not(.no-text):not(.exclude-btn):before,button.cancel-btn:hover:not(.no-text):before,button.cancel-btn.btn-secondary:hover:not(.no-text):not(:disabled):active:before,button.decline-btn:hover:not(.no-text):before,button.decline-btn.btn-danger:hover:not(.no-text):not(:disabled):active:before,button[type=reset]:hover:not(.no-text):before,button[type=reset].btn-secondary:hover:not(.no-text):not(:disabled):active:before,button.reset-btn:hover:not(.no-text):before,button.reset-btn.btn-secondary:hover:not(.no-text):not(:disabled):active:before,button[type=button].icon-button.btn-secondary:hover:not(.no-text):not(.exclude-btn):before,button.btn[type=button].icon-button:hover:not(.no-text):not(.exclude-btn):before,a.btn.btn-primary:hover:not(.no-text):before,button.accept-btn:hover:not(.no-text):before,button[type=submit]:hover:not(.no-text):not(.decline-btn):not(.exclude-btn):before,button.btn-primary[type=submit]:hover:not(.no-text):before{left:110%}button[type=button].icon-button.btn-info:hover:not(.no-text):not(.exclude-btn):after,button.ok-close-btn:hover:not(.no-text):after,button[type=button].icon-button.btn-success:hover:not(.no-text):not(.exclude-btn):after,button.ok-close-btn.btn-success:hover:not(.no-text):not(:disabled):active:after,button.info-btn:hover:not(.no-text):after,button.info-btn.btn-secondary:hover:not(.no-text):not(:disabled):active:after,button.delete-btn:hover:not(.no-text):after,button.delete-btn.btn-danger:hover:not(.no-text):not(:disabled):active:after,button[type=button].icon-button.btn-danger:hover:not(.no-text):not(.exclude-btn):after,button.cancel-btn:hover:not(.no-text):after,button.cancel-btn.btn-secondary:hover:not(.no-text):not(:disabled):active:after,button.decline-btn:hover:not(.no-text):after,button.decline-btn.btn-danger:hover:not(.no-text):not(:disabled):active:after,button[type=reset]:hover:not(.no-text):after,button[type=reset].btn-secondary:hover:not(.no-text):not(:disabled):active:after,button.reset-btn:hover:not(.no-text):after,button.reset-btn.btn-secondary:hover:not(.no-text):not(:disabled):active:after,button[type=button].icon-button.btn-secondary:hover:not(.no-text):not(.exclude-btn):after,button.btn[type=button].icon-button:hover:not(.no-text):not(.exclude-btn):after,a.btn.btn-primary:hover:not(.no-text):after,button.accept-btn:hover:not(.no-text):after,button[type=submit]:hover:not(.no-text):not(.decline-btn):not(.exclude-btn):after,button.btn-primary[type=submit]:hover:not(.no-text):after{right:10px}button[type=button].icon-button.btn-info:not(.exclude-btn),button.ok-close-btn,button[type=submit].ok-close-btn,button[type=button].icon-button.btn-success:not(.exclude-btn),button.ok-close-btn.btn-success:not(:disabled):active,button.info-btn,button.info-btn.btn-secondary:not(:disabled):active,button.delete-btn,button.delete-btn.btn-danger:not(:disabled):active,button[type=button].icon-button.btn-danger:not(.exclude-btn),button.cancel-btn,button.cancel-btn.btn-secondary:not(:disabled):active,button.decline-btn,button.decline-btn.btn-danger:not(:disabled):active,button[type=reset],button[type=reset].btn-secondary:not(:disabled):active,button.reset-btn,button.reset-btn.btn-secondary:not(:disabled):active,button[type=button].icon-button.btn-secondary:not(.exclude-btn),button.btn[type=button].icon-button:not(.exclude-btn),a.btn.btn-primary,button.accept-btn,button[type=submit]:not(.decline-btn):not(.exclude-btn),button.btn-primary[type=submit],button.btn-primary:not(:disabled):active[type=submit]{text-transform:uppercase;padding:18px 70px 18px 22px;font-size:14px;letter-spacing:.58px;font-weight:700;font-style:italic;font-family:Arial;position:relative;border:none;overflow:hidden;transition:padding .3s cubic-bezier(0.25, 0.1, 0.25, 1);color:#fff}@media(max-width: 63em){button[type=button].icon-button.btn-info:not(.no-text).responsive-btn:not(.exclude-btn):before,button.ok-close-btn:not(.no-text).responsive-btn:before,button[type=button].icon-button.btn-success:not(.no-text).responsive-btn:not(.exclude-btn):before,button.ok-close-btn.btn-success:not(.no-text).responsive-btn:not(:disabled):active:before,button.info-btn:not(.no-text).responsive-btn:before,button.info-btn.btn-secondary:not(.no-text).responsive-btn:not(:disabled):active:before,button.delete-btn:not(.no-text).responsive-btn:before,button.delete-btn.btn-danger:not(.no-text).responsive-btn:not(:disabled):active:before,button[type=button].icon-button.btn-danger:not(.no-text).responsive-btn:not(.exclude-btn):before,button.cancel-btn:not(.no-text).responsive-btn:before,button.cancel-btn.btn-secondary:not(.no-text).responsive-btn:not(:disabled):active:before,button.decline-btn:not(.no-text).responsive-btn:before,button.decline-btn.btn-danger:not(.no-text).responsive-btn:not(:disabled):active:before,button[type=reset]:not(.no-text).responsive-btn:before,button[type=reset].btn-secondary:not(.no-text).responsive-btn:not(:disabled):active:before,button.reset-btn:not(.no-text).responsive-btn:before,button.reset-btn.btn-secondary:not(.no-text).responsive-btn:not(:disabled):active:before,button[type=button].icon-button.btn-secondary:not(.no-text).responsive-btn:not(.exclude-btn):before,button.btn[type=button].icon-button:not(.no-text).responsive-btn:not(.exclude-btn):before,a.btn.btn-primary:not(.no-text).responsive-btn:before,button.accept-btn:not(.no-text).responsive-btn:before,button[type=submit]:not(.no-text).responsive-btn:not(.decline-btn):not(.exclude-btn):before,button.btn-primary[type=submit]:not(.no-text).responsive-btn:before{left:calc(100% - 43px);width:100px}button[type=button].icon-button.btn-info:not(.no-text).responsive-btn:not(.exclude-btn):after,button.ok-close-btn:not(.no-text).responsive-btn:after,button[type=button].icon-button.btn-success:not(.no-text).responsive-btn:not(.exclude-btn):after,button.ok-close-btn.btn-success:not(.no-text).responsive-btn:not(:disabled):active:after,button.info-btn:not(.no-text).responsive-btn:after,button.info-btn.btn-secondary:not(.no-text).responsive-btn:not(:disabled):active:after,button.delete-btn:not(.no-text).responsive-btn:after,button.delete-btn.btn-danger:not(.no-text).responsive-btn:not(:disabled):active:after,button[type=button].icon-button.btn-danger:not(.no-text).responsive-btn:not(.exclude-btn):after,button.cancel-btn:not(.no-text).responsive-btn:after,button.cancel-btn.btn-secondary:not(.no-text).responsive-btn:not(:disabled):active:after,button.decline-btn:not(.no-text).responsive-btn:after,button.decline-btn.btn-danger:not(.no-text).responsive-btn:not(:disabled):active:after,button[type=reset]:not(.no-text).responsive-btn:after,button[type=reset].btn-secondary:not(.no-text).responsive-btn:not(:disabled):active:after,button.reset-btn:not(.no-text).responsive-btn:after,button.reset-btn.btn-secondary:not(.no-text).responsive-btn:not(:disabled):active:after,button[type=button].icon-button.btn-secondary:not(.no-text).responsive-btn:not(.exclude-btn):after,button.btn[type=button].icon-button:not(.no-text).responsive-btn:not(.exclude-btn):after,a.btn.btn-primary:not(.no-text).responsive-btn:after,button.accept-btn:not(.no-text).responsive-btn:after,button[type=submit]:not(.no-text).responsive-btn:not(.decline-btn):not(.exclude-btn):after,button.btn-primary[type=submit]:not(.no-text).responsive-btn:after{width:39px;background-size:20px 26px}button[type=button].icon-button.btn-info:not(.no-text).responsive-btn:hover:not(.exclude-btn),button.ok-close-btn:not(.no-text).responsive-btn:hover,button[type=button].icon-button.btn-success:not(.no-text).responsive-btn:hover:not(.exclude-btn),button.info-btn:not(.no-text).responsive-btn:hover,button.delete-btn:not(.no-text).responsive-btn:hover,button[type=button].icon-button.btn-danger:not(.no-text).responsive-btn:hover:not(.exclude-btn),button.cancel-btn:not(.no-text).responsive-btn:hover,button.decline-btn:not(.no-text).responsive-btn:hover,button[type=reset]:not(.no-text).responsive-btn:hover,button.reset-btn:not(.no-text).responsive-btn:hover,button[type=button].icon-button.btn-secondary:not(.no-text).responsive-btn:hover:not(.exclude-btn),button.btn[type=button].icon-button:not(.no-text).responsive-btn:hover:not(.exclude-btn),a.btn.btn-primary:not(.no-text).responsive-btn:hover,button.accept-btn:not(.no-text).responsive-btn:hover,button[type=submit]:not(.no-text).responsive-btn:hover:not(.decline-btn):not(.exclude-btn),button.btn-primary[type=submit]:not(.no-text).responsive-btn:hover{padding-left:24px;padding-right:52px;background-position:top right -80px}button[type=button].icon-button.btn-info:not(.no-text).responsive-btn:hover:not(.exclude-btn):before,button.ok-close-btn:not(.no-text).responsive-btn:hover:before,button[type=button].icon-button.btn-success:not(.no-text).responsive-btn:hover:not(.exclude-btn):before,button.info-btn:not(.no-text).responsive-btn:hover:before,button.delete-btn:not(.no-text).responsive-btn:hover:before,button[type=button].icon-button.btn-danger:not(.no-text).responsive-btn:hover:not(.exclude-btn):before,button.cancel-btn:not(.no-text).responsive-btn:hover:before,button.decline-btn:not(.no-text).responsive-btn:hover:before,button[type=reset]:not(.no-text).responsive-btn:hover:before,button.reset-btn:not(.no-text).responsive-btn:hover:before,button[type=button].icon-button.btn-secondary:not(.no-text).responsive-btn:hover:not(.exclude-btn):before,button.btn[type=button].icon-button:not(.no-text).responsive-btn:hover:not(.exclude-btn):before,a.btn.btn-primary:not(.no-text).responsive-btn:hover:before,button.accept-btn:not(.no-text).responsive-btn:hover:before,button[type=submit]:not(.no-text).responsive-btn:hover:not(.decline-btn):not(.exclude-btn):before,button.btn-primary[type=submit]:not(.no-text).responsive-btn:hover:before{left:110%}button[type=button].icon-button.btn-info:not(.no-text).responsive-btn:hover:not(.exclude-btn):after,button.ok-close-btn:not(.no-text).responsive-btn:hover:after,button[type=button].icon-button.btn-success:not(.no-text).responsive-btn:hover:not(.exclude-btn):after,button.info-btn:not(.no-text).responsive-btn:hover:after,button.delete-btn:not(.no-text).responsive-btn:hover:after,button[type=button].icon-button.btn-danger:not(.no-text).responsive-btn:hover:not(.exclude-btn):after,button.cancel-btn:not(.no-text).responsive-btn:hover:after,button.decline-btn:not(.no-text).responsive-btn:hover:after,button[type=reset]:not(.no-text).responsive-btn:hover:after,button.reset-btn:not(.no-text).responsive-btn:hover:after,button[type=button].icon-button.btn-secondary:not(.no-text).responsive-btn:hover:not(.exclude-btn):after,button.btn[type=button].icon-button:not(.no-text).responsive-btn:hover:not(.exclude-btn):after,a.btn.btn-primary:not(.no-text).responsive-btn:hover:after,button.accept-btn:not(.no-text).responsive-btn:hover:after,button[type=submit]:not(.no-text).responsive-btn:hover:not(.decline-btn):not(.exclude-btn):after,button.btn-primary[type=submit]:not(.no-text).responsive-btn:hover:after{right:10px}}@media(max-width: 63em){button.icon-button.responsive-btn[type=button].btn-info:not(.exclude-btn) .icon-button-icon,button.icon-button.responsive-btn.ok-close-btn .icon-button-icon,button.icon-button.responsive-btn[type=button].btn-success:not(.exclude-btn) .icon-button-icon,button.icon-button.responsive-btn.info-btn .icon-button-icon,button.icon-button.responsive-btn.delete-btn .icon-button-icon,button.icon-button.responsive-btn[type=button].btn-danger:not(.exclude-btn) .icon-button-icon,button.icon-button.responsive-btn.cancel-btn .icon-button-icon,button.icon-button.responsive-btn.decline-btn .icon-button-icon,button.icon-button.responsive-btn[type=reset] .icon-button-icon,button.icon-button.responsive-btn.reset-btn .icon-button-icon,button.icon-button.responsive-btn[type=button].btn-secondary:not(.exclude-btn) .icon-button-icon,button.icon-button.responsive-btn.btn[type=button]:not(.exclude-btn) .icon-button-icon,a.icon-button.responsive-btn.btn.btn-primary .icon-button-icon,button.icon-button.responsive-btn.accept-btn .icon-button-icon,button.icon-button.responsive-btn[type=submit]:not(.decline-btn):not(.exclude-btn) .icon-button-icon,button.icon-button.responsive-btn.btn-primary[type=submit] .icon-button-icon{top:8px;right:2px}button.icon-button.responsive-btn[type=button].btn-info:hover:not(.exclude-btn) .icon-button-icon,button.icon-button.responsive-btn.ok-close-btn:hover .icon-button-icon,button.icon-button.responsive-btn[type=button].btn-success:hover:not(.exclude-btn) .icon-button-icon,button.icon-button.responsive-btn.info-btn:hover .icon-button-icon,button.icon-button.responsive-btn.delete-btn:hover .icon-button-icon,button.icon-button.responsive-btn[type=button].btn-danger:hover:not(.exclude-btn) .icon-button-icon,button.icon-button.responsive-btn.cancel-btn:hover .icon-button-icon,button.icon-button.responsive-btn.decline-btn:hover .icon-button-icon,button.icon-button.responsive-btn[type=reset]:hover .icon-button-icon,button.icon-button.responsive-btn.reset-btn:hover .icon-button-icon,button.icon-button.responsive-btn[type=button].btn-secondary:hover:not(.exclude-btn) .icon-button-icon,button.icon-button.responsive-btn.btn[type=button]:hover:not(.exclude-btn) .icon-button-icon,a.icon-button.responsive-btn.btn.btn-primary:hover .icon-button-icon,button.icon-button.responsive-btn.accept-btn:hover .icon-button-icon,button.icon-button.responsive-btn[type=submit]:hover:not(.decline-btn):not(.exclude-btn) .icon-button-icon,button.icon-button.responsive-btn.btn-primary[type=submit]:hover .icon-button-icon{right:10px}}button.no-text[type=button].icon-button.btn-info:not(.exclude-btn),button.no-text.ok-close-btn,button.no-text[type=button].icon-button.btn-success:not(.exclude-btn),button.no-text.ok-close-btn.btn-success:not(:disabled):active,button.no-text.info-btn,button.no-text.info-btn.btn-secondary:not(:disabled):active,button.no-text.delete-btn,button.no-text.delete-btn.btn-danger:not(:disabled):active,button.no-text[type=button].icon-button.btn-danger:not(.exclude-btn),button.no-text.cancel-btn,button.no-text.cancel-btn.btn-secondary:not(:disabled):active,button.no-text.decline-btn,button.no-text.decline-btn.btn-danger:not(:disabled):active,button.no-text[type=reset],button.no-text[type=reset].btn-secondary:not(:disabled):active,button.no-text.reset-btn,button.no-text.reset-btn.btn-secondary:not(:disabled):active,button.no-text[type=button].icon-button.btn-secondary:not(.exclude-btn),button.no-text.btn[type=button].icon-button:not(.exclude-btn),a.no-text.btn.btn-primary,button.no-text.accept-btn,button.no-text[type=submit]:not(.decline-btn):not(.exclude-btn),button.no-text.btn-primary[type=submit],button.no-text.btn-primary[type=submit]:not(:disabled):active{padding:18px 22px 18px 28px}button.no-text[type=button].icon-button.btn-info:hover:not(.exclude-btn) .icon-button-icon,button.no-text.ok-close-btn:hover .icon-button-icon,button.no-text[type=button].icon-button.btn-success:hover:not(.exclude-btn) .icon-button-icon,button.no-text.info-btn:hover .icon-button-icon,button.no-text.delete-btn:hover .icon-button-icon,button.no-text[type=button].icon-button.btn-danger:hover:not(.exclude-btn) .icon-button-icon,button.no-text.cancel-btn:hover .icon-button-icon,button.no-text.decline-btn:hover .icon-button-icon,button.no-text[type=reset]:hover .icon-button-icon,button.no-text.reset-btn:hover .icon-button-icon,button.no-text[type=button].icon-button.btn-secondary:hover:not(.exclude-btn) .icon-button-icon,button.no-text.btn[type=button].icon-button:hover:not(.exclude-btn) .icon-button-icon,a.no-text.btn.btn-primary:hover .icon-button-icon,button.no-text.accept-btn:hover .icon-button-icon,button.no-text[type=submit]:hover:not(.decline-btn):not(.exclude-btn) .icon-button-icon,button.no-text.btn-primary[type=submit]:hover .icon-button-icon{right:18px}@media(max-width: 63em){button.responsive-btn[type=button].icon-button.btn-info:not(.exclude-btn),button.responsive-btn.ok-close-btn,button.responsive-btn[type=button].icon-button.btn-success:not(.exclude-btn),button.responsive-btn.ok-close-btn.btn-success:not(:disabled):active,button.responsive-btn.info-btn,button.responsive-btn.info-btn.btn-secondary:not(:disabled):active,button.responsive-btn.delete-btn,button.responsive-btn.delete-btn.btn-danger:not(:disabled):active,button.responsive-btn[type=button].icon-button.btn-danger:not(.exclude-btn),button.responsive-btn.cancel-btn,button.responsive-btn.cancel-btn.btn-secondary:not(:disabled):active,button.responsive-btn.decline-btn,button.responsive-btn.decline-btn.btn-danger:not(:disabled):active,button.responsive-btn[type=reset],button.responsive-btn[type=reset].btn-secondary:not(:disabled):active,button.responsive-btn.reset-btn,button.responsive-btn.reset-btn.btn-secondary:not(:disabled):active,button.responsive-btn[type=button].icon-button.btn-secondary:not(.exclude-btn),button.responsive-btn.btn[type=button].icon-button:not(.exclude-btn),a.responsive-btn.btn.btn-primary,button.responsive-btn.accept-btn,button.responsive-btn[type=submit]:not(.decline-btn):not(.exclude-btn),button.responsive-btn.btn-primary[type=submit],button.responsive-btn.btn-primary[type=submit]:not(:disabled):active{padding:14px 58px 14px 18px;font-size:12px;line-height:1}}a.btn.btn-primary,button.accept-btn,button[type=submit]:not(.decline-btn):not(.exclude-btn),button.btn-primary[type=submit],button.btn-primary:not(:disabled):active[type=submit]{background-color:#624963}a.btn.btn-primary:before,button.accept-btn:before,button[type=submit]:not(.decline-btn):not(.exclude-btn):before,button.btn-primary[type=submit]:before,button.btn-primary:not(:disabled):active[type=submit]:before{background-color:#443247}a.btn.btn-primary:hover,button.accept-btn:hover,button[type=submit]:not(.decline-btn):not(.exclude-btn):hover,button.btn-primary[type=submit]:hover,button.btn-primary:not(:disabled):active[type=submit]:hover{background-color:#624963}a.btn.btn-primary:active,a.btn.btn-primary:focus,button.accept-btn:active,button.accept-btn:focus,button[type=submit]:not(.decline-btn):not(.exclude-btn):active,button[type=submit]:not(.decline-btn):not(.exclude-btn):focus,button.btn-primary[type=submit]:active,button.btn-primary[type=submit]:focus,button.btn-primary:not(:disabled):active[type=submit]:active,button.btn-primary:not(:disabled):active[type=submit]:focus{background-color:#443247;box-shadow:none !important}a.btn.btn-primary:not(.icon-button):after,button.accept-btn:not(.icon-button):after,button[type=submit]:not(.decline-btn):not(.exclude-btn):not(.icon-button):after,button.btn-primary[type=submit]:not(.icon-button):after,button.btn-primary:not(:disabled):active[type=submit]:not(.icon-button):after{background-size:20px 26px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 15%27%3E%3Cpolyline points=%271,1 6.9,7.5 1,14%27 style=%27stroke:%23fff;stroke-width:1.5;fill:none;%27/%3E%3C/svg%3E")}.btn.btn-primary:not(:disabled){background-color:#624963}.btn.btn-primary:not(:disabled):before{background-color:#443247}.btn.btn-primary:not(:disabled):hover{background-color:#624963}.btn.btn-primary:not(:disabled):active,.btn.btn-primary:not(:disabled):focus{background-color:#443247;box-shadow:none !important}.btn.btn-secondary:not(:disabled){background-color:#6c757d}.btn.btn-secondary:not(:disabled):before{background-color:#343a40}.btn.btn-secondary:not(:disabled):hover{background-color:#6c757d}.btn.btn-secondary:not(:disabled):active,.btn.btn-secondary:not(:disabled):focus{background-color:#343a40;box-shadow:none !important}.btn.btn-danger:not(:disabled){background-color:#c3204f}.btn.btn-danger:not(:disabled):before{background-color:#d30f4b}.btn.btn-danger:not(:disabled):hover{background-color:#c3204f}.btn.btn-danger:not(:disabled):active,.btn.btn-danger:not(:disabled):focus{background-color:#d30f4b;box-shadow:none !important}button[type=reset],button[type=reset].btn-secondary:not(:disabled):active,button.reset-btn,button.reset-btn.btn-secondary:not(:disabled):active,button[type=button].icon-button.btn-secondary:not(.exclude-btn){background-color:#6c757d}button[type=reset]:before,button[type=reset].btn-secondary:not(:disabled):active:before,button.reset-btn:before,button.reset-btn.btn-secondary:not(:disabled):active:before,button[type=button].icon-button.btn-secondary:not(.exclude-btn):before{background-color:#343a40}button[type=reset]:hover,button[type=reset].btn-secondary:not(:disabled):active:hover,button.reset-btn:hover,button.reset-btn.btn-secondary:not(:disabled):active:hover,button[type=button].icon-button.btn-secondary:not(.exclude-btn):hover{background-color:#6c757d}button[type=reset]:active,button[type=reset]:focus,button[type=reset].btn-secondary:not(:disabled):active:active,button[type=reset].btn-secondary:not(:disabled):active:focus,button.reset-btn:active,button.reset-btn:focus,button.reset-btn.btn-secondary:not(:disabled):active:active,button.reset-btn.btn-secondary:not(:disabled):active:focus,button[type=button].icon-button.btn-secondary:not(.exclude-btn):active,button[type=button].icon-button.btn-secondary:not(.exclude-btn):focus{background-color:#343a40;box-shadow:none !important}button[type=reset].icon-button .icon-button-icon,button[type=reset].btn-secondary:not(:disabled):active.icon-button .icon-button-icon,button.reset-btn.icon-button .icon-button-icon,button.reset-btn.btn-secondary:not(:disabled):active.icon-button .icon-button-icon,button[type=button].icon-button.btn-secondary:not(.exclude-btn).icon-button .icon-button-icon{top:12px;max-height:25px}button[type=reset]:not(.icon-button):after,button[type=reset].btn-secondary:not(:disabled):active:not(.icon-button):after,button.reset-btn:not(.icon-button):after,button.reset-btn.btn-secondary:not(:disabled):active:not(.icon-button):after,button[type=button].icon-button.btn-secondary:not(.exclude-btn):not(.icon-button):after{background-size:20px 26px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 423.642 423.642%27 %3E%3Cpath fill=%27white%27 d=%27M407.517,123.262l-27.717,11.48c18.585,44.869,18.585,94.29,0,139.159c-18.585,44.869-53.531,79.815-98.4,98.4c-92.627,38.368-199.194-5.776-237.559-98.4C8.46,188.486,43.246,91.212,121.514,46.501v74.992h30V7.498H37.519v30h43.755c-73,57.164-102.323,158.139-65.15,247.885c33.754,81.49,112.806,130.768,195.972,130.762c26.96-0.002,54.367-5.184,80.784-16.125C400.788,355.322,452.213,231.169,407.517,123.262z%27/%3E%3C/svg%3E")}button.decline-btn,button.decline-btn.btn-danger:not(:disabled):active{background-color:#c3204f}button.decline-btn:before,button.decline-btn.btn-danger:not(:disabled):active:before{background-color:#d30f4b}button.decline-btn:hover,button.decline-btn.btn-danger:not(:disabled):active:hover{background-color:#c3204f}button.decline-btn:active,button.decline-btn:focus,button.decline-btn.btn-danger:not(:disabled):active:active,button.decline-btn.btn-danger:not(:disabled):active:focus{background-color:#d30f4b;box-shadow:none !important}button.decline-btn:not(.icon-button):after,button.decline-btn.btn-danger:not(:disabled):active:not(.icon-button):after{background-size:20px 26px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27  viewBox=%270 0 26 26%27%3E%3Cpath d=%27M1,1l24,24 M25,1L1,25%27 style=%27stroke:%23fff;fill:none;stroke-width:2;%27/%3E%3C/svg%3E")}button.cancel-btn,button.cancel-btn.btn-secondary:not(:disabled):active{background-color:#6c757d}button.cancel-btn:before,button.cancel-btn.btn-secondary:not(:disabled):active:before{background-color:#343a40}button.cancel-btn:hover,button.cancel-btn.btn-secondary:not(:disabled):active:hover{background-color:#6c757d}button.cancel-btn:active,button.cancel-btn:focus,button.cancel-btn.btn-secondary:not(:disabled):active:active,button.cancel-btn.btn-secondary:not(:disabled):active:focus{background-color:#343a40;box-shadow:none !important}button.cancel-btn:not(.icon-button):after,button.cancel-btn.btn-secondary:not(:disabled):active:not(.icon-button):after{background-size:20px 26px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27  viewBox=%270 0 26 26%27%3E%3Cpath d=%27M1,1l24,24 M25,1L1,25%27 style=%27stroke:%23fff;fill:none;stroke-width:2;%27/%3E%3C/svg%3E")}button.delete-btn,button.delete-btn.btn-danger:not(:disabled):active,button[type=button].icon-button.btn-danger:not(.exclude-btn){background-color:#c3204f}button.delete-btn:before,button.delete-btn.btn-danger:not(:disabled):active:before,button[type=button].icon-button.btn-danger:not(.exclude-btn):before{background-color:#d30f4b}button.delete-btn:hover,button.delete-btn.btn-danger:not(:disabled):active:hover,button[type=button].icon-button.btn-danger:not(.exclude-btn):hover{background-color:#c3204f}button.delete-btn:active,button.delete-btn:focus,button.delete-btn.btn-danger:not(:disabled):active:active,button.delete-btn.btn-danger:not(:disabled):active:focus,button[type=button].icon-button.btn-danger:not(.exclude-btn):active,button[type=button].icon-button.btn-danger:not(.exclude-btn):focus{background-color:#d30f4b;box-shadow:none !important}button.delete-btn:not(.icon-button):after,button.delete-btn.btn-danger:not(:disabled):active:not(.icon-button):after,button[type=button].icon-button.btn-danger:not(.exclude-btn):not(.icon-button):after{background-size:20px 26px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 15%27%3E%3Cpolyline points=%271,1 6.9,7.5 1,14%27 style=%27stroke:%23fff;stroke-width:1.5;fill:none;%27/%3E%3C/svg%3E")}button.info-btn,button.info-btn.btn-secondary:not(:disabled):active{background-color:#6c757d}button.info-btn:before,button.info-btn.btn-secondary:not(:disabled):active:before{background-color:#343a40}button.info-btn:hover,button.info-btn.btn-secondary:not(:disabled):active:hover{background-color:#6c757d}button.info-btn:active,button.info-btn:focus,button.info-btn.btn-secondary:not(:disabled):active:active,button.info-btn.btn-secondary:not(:disabled):active:focus{background-color:#343a40;box-shadow:none !important}button.info-btn:not(.icon-button):after,button.info-btn.btn-secondary:not(:disabled):active:not(.icon-button):after{background-size:30px 30px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 stroke-width=%271.5%27 stroke=%27%23fff%27 fill=%27none%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath stroke=%27none%27 d=%27M0 0h24v24H0z%27 fill=%27none%27%3E%3C/path%3E%3Cpath d=%27M8 8a3.5 3 0 0 1 3.5 -3h1a3.5 3 0 0 1 3.5 3a3 3 0 0 1 -2 3a3 4 0 0 0 -2 4%27%3E%3C/path%3E%3Cpath d=%27M12 19l0 .01%27%3E%3C/path%3E%3C/svg%3E")}button.info-btn.smaller:not(.icon-button):after,button.info-btn.btn-secondary:not(:disabled):active.smaller:not(.icon-button):after{background-size:26px}button.ok-close-btn,button[type=submit].ok-close-btn,button[type=button].icon-button.btn-success:not(.exclude-btn),button.ok-close-btn.btn-success:not(:disabled):active{background-color:#66b512}button.ok-close-btn:before,button[type=submit].ok-close-btn:before,button[type=button].icon-button.btn-success:not(.exclude-btn):before,button.ok-close-btn.btn-success:not(:disabled):active:before{background-color:#042}button.ok-close-btn:hover,button[type=submit].ok-close-btn:hover,button[type=button].icon-button.btn-success:not(.exclude-btn):hover,button.ok-close-btn.btn-success:not(:disabled):active:hover{background-color:#66b512}button.ok-close-btn:active,button.ok-close-btn:focus,button[type=submit].ok-close-btn:active,button[type=submit].ok-close-btn:focus,button[type=button].icon-button.btn-success:not(.exclude-btn):active,button[type=button].icon-button.btn-success:not(.exclude-btn):focus,button.ok-close-btn.btn-success:not(:disabled):active:active,button.ok-close-btn.btn-success:not(:disabled):active:focus{background-color:#042;box-shadow:none !important}button.ok-close-btn:not(.icon-button):after,button[type=submit].ok-close-btn:not(.icon-button):after,button[type=button].icon-button.btn-success:not(.exclude-btn):not(.icon-button):after,button.ok-close-btn.btn-success:not(:disabled):active:not(.icon-button):after{background-size:30px 30px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 stroke=%27%23fff%27 fill=%27none%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath stroke=%27none%27 d=%27M0 0h24v24H0z%27 fill=%27none%27%3E%3C/path%3E%3Cpath d=%27M5 12l5 5l10 -10%27%3E%3C/path%3E%3C/svg%3E")}button.ok-close-btn:before,button[type=submit].ok-close-btn:before,button[type=button].icon-button.btn-success:not(.exclude-btn):before,button.ok-close-btn.btn-success:not(:disabled):active:before{opacity:.4}button.ok-close-btn.smaller:not(.icon-button):after,button[type=submit].ok-close-btn.smaller:not(.icon-button):after,button[type=button].icon-button.btn-success:not(.exclude-btn).smaller:not(.icon-button):after,button.ok-close-btn.btn-success:not(:disabled):active.smaller:not(.icon-button):after{background-size:26px}button[type=button].icon-button.btn-info:not(.exclude-btn){background-color:#00bcff}button[type=button].icon-button.btn-info:not(.exclude-btn):before{background-color:#0091df}button[type=button].icon-button.btn-info:not(.exclude-btn):hover{background-color:#00bcff}button[type=button].icon-button.btn-info:not(.exclude-btn):active,button[type=button].icon-button.btn-info:not(.exclude-btn):focus{background-color:#0091df;box-shadow:none !important}button.share-btn,button.share-btn:not(:disabled):active{background-color:#10384f;width:40px;overflow:hidden;padding:0;height:40px;text-indent:-99em;border:0;background-size:40px;font-size:14px;font-weight:400;color:#fff;position:relative}button.share-btn:after,button.share-btn:not(:disabled):active:after{content:"";position:absolute;top:0;transition:width .3s ease;height:40px;width:40px;background-color:#10384f}button.share-btn:before,button.share-btn:not(:disabled):active:before{content:"";position:absolute;top:0;left:0;height:40px;width:40px;z-index:1;background-size:37px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27%3E%3Cpath id=%27share-more-master-symbol%27 d=%27M24.8 16.8h-8.2V25H15v-8.2H6.8v-1.6H15V7h1.6v8.2h8.2%27 style=%27fill:%23fff%27/%3E%3C/svg%3E");background-position:center;transform:scale(1);transition:transform .3s cubic-bezier(0.25, 0.1, 0.25, 1)}button.share-btn:hover:before,button.share-btn:not(:disabled):active:hover:before{transform:scale(1.2)}.dropdown .dropdown-toggle:not(.dropdown-item){font-size:16px;font-weight:500;font-style:normal;text-transform:none;text-align:left;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial;padding:0 55px 0 23px;height:50px;line-height:50px;letter-spacing:.5;background-repeat:no-repeat;background-position:right center;color:#fff;box-shadow:none}.dropdown .dropdown-toggle:not(.dropdown-item)::before,.dropdown .dropdown-toggle:not(.dropdown-item)::after{display:none}.dropdown .dropdown-toggle:not(.dropdown-item):active,.dropdown .dropdown-toggle:not(.dropdown-item):focus,.dropdown .dropdown-toggle:not(.dropdown-item):not(:disabled):active:focus{color:#fff;box-shadow:none}.dropdown .dropdown-toggle:not(.dropdown-item).btn-primary,.dropdown .dropdown-toggle:not(.dropdown-item).btn-primary:active{background-color:#ff3162;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2756%27 height=%2750%27 viewBox=%270 0 56 50%27%3E%3Cpolygon points=%2756,50 0,50 11,0 56,0%27 style=%27opacity:0.4;fill:%23d30f4b;%27/%3E%3Cpath d=%27M39.8,20.9l-8.5,8.5l-8.5-8.5%27 style=%27stroke:%23fff;stroke-width:2;fill:none;%27/%3E%3C/svg%3E")}.dropdown .dropdown-toggle:not(.dropdown-item).btn-secondary,.dropdown .dropdown-toggle:not(.dropdown-item).btn-secondary:active{background-color:#66b512;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2756%27 height=%2750%27 viewBox=%270 0 56 50%27%3E%3Cpolygon points=%2756,50 0,50 11,0 56,0%27 style=%27opacity:0.4;fill:%23042;%27/%3E%3Cpath  d=%27M39.8,20.9l-8.5,8.5l-8.5-8.5%27 style=%27stroke:%23fff;stroke-width:2;fill:none;%27/%3E%3C/svg%3E")}#bayer-mobile-menu{display:none}#bayer-mobile-menu ul{margin:0;padding:0;list-style-type:none}#bayer-mobile-menu ul li{float:left;position:relative}#bayer-mobile-menu ul li a{text-indent:-900em;overflow:hidden;background-repeat:no-repeat;background-position:center;display:block;width:45px;height:26px;background-size:30px 30px}#bayer-mobile-menu .mobilenavigation{float:right;margin:-47px 11px 0 0;position:relative;z-index:10;display:block}#bayer-mobile-menu .toggle-nav{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3E%3Cpath d=%27M2,22v-2h28v2H2z M4,15h26v-2H4V15z M6,8V6h24v2H6z%27 style=%27fill:%230d2a40;%27/%3E%3C/svg%3E")}#bayer-mobile-menu .toggle-nav.active{background:rgba(0,0,0,0) url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 26 26%27%3E%3Cpath d=%27M1,1l24,24 M25,1L1,25%27 style=%27stroke:%230d2a40;fill:none;stroke-width:2;%27/%3E%3C/svg%3E") no-repeat center center}.navbar-toggler{display:none;color:#624963}.navbar-toggler .show{color:#fff}.navbar-toggler .show:hover{color:#ff3162}#bayer-corporate-nav{font-size:13px;letter-spacing:.34px;padding:0 calc((100% - 1180px)/2) 0 0;z-index:100;position:absolute;top:0;max-width:1180px;color:#fff;right:0;background-color:#624963}#bayer-corporate-nav:before{content:"";position:absolute;top:0;width:14px;height:100%;background-color:#624963;left:-7px;transform:skewX(-14deg)}#bayer-corporate-nav .tagline{position:absolute;display:flex;align-items:center;white-space:nowrap;top:0;bottom:0;right:calc(100% + 24px);gap:.5em}#bayer-corporate-nav .slogan{color:#10384f;font-size:13px;font-style:italic;font-weight:600;letter-spacing:0}#bayer-corporate-nav #bcn-container{display:block;max-height:40px}#bayer-corporate-nav #bcn-container nav.navbar{padding:0}#bayer-corporate-nav #bcn-container ul{list-style-type:none;margin:0;padding:0}#bayer-corporate-nav #bcn-container ul li{margin-left:0;float:left;cursor:pointer}#bayer-corporate-nav #bcn-container ul li a{line-height:25px;padding:8px 21px 7px 13px;display:inline-block;color:#fff;text-decoration:none;font-size:12px}#bayer-corporate-nav #bcn-container ul li a:hover{color:#ff3162}#bayer-main-menu #mobile-page-overlay{display:none;position:absolute;top:100px;left:0;width:100vw;height:100vh;background-color:#fff;z-index:1}.navigation{position:relative;font-size:17px;line-height:1;color:#0d2a40;letter-spacing:.5px;font-weight:300}@media only screen and (min-width: 90.063em){.navigation{font-size:19px}}.navigation ul{margin:0;padding:0;list-style-type:none}.navigation ul li{font-size:inherit;float:left;font-size:16px;font-weight:400;font-style:normal;color:#0d2a40;letter-spacing:.5px;line-height:1.75;position:static;display:inline-flex;align-items:center;cursor:pointer;padding:10px 0}.navigation ul li:after{content:" ";position:relative;top:0;right:0;display:flex;width:1px;height:20px;background:#6a8391;transform:rotate(12deg)}.navigation ul li a{padding:0 15px;white-space:nowrap;font-weight:400;font-style:normal;font-size:18px;position:relative;cursor:pointer;color:#10384f;display:flex}.navigation ul li a:hover,.navigation ul li a:focus{color:#ff3162;text-decoration:none}.navigation ul li:first-child a{padding-left:3px}.navigation ul li.hightlight,.navigation ul li.highlight a{color:#0075a6}@media(max-width: 90em){#bayer-header #bayer-main-menu li{padding:0;margin-top:-5px}#bayer-header #bayer-main-menu li a{padding:7px 11px 7px 9px}#bayer-header #bayer-main-menu li:first-child a{padding-left:4px}#bayer-corporate-nav #bcn-container ul li a{padding:6px 13px 5px 5px}}@media(max-width: 63em){#bayer-mobile-menu{display:block}.mobilenavigation{margin-top:-57px}#bayer-header #bayer-main-menu{display:none;margin-top:10px;overflow-y:auto;max-height:calc(100vh - 200px)}#bayer-header #bayer-main-menu.opened{display:block}#bayer-header #bayer-main-menu.opened #mobile-page-overlay{display:block}#bayer-header #bayer-main-menu .navigation{z-index:2}#bayer-header #bayer-main-menu .navigation ul{background-color:#624963;padding:40px 30px}#bayer-header #bayer-main-menu .navigation ul li{float:none;display:block;margin-top:0}#bayer-header #bayer-main-menu .navigation ul li::after{display:none}#bayer-header #bayer-main-menu .navigation ul li a{color:#fff;border-top:1px solid rgba(191,215,223,.25);padding:15px 10px 14px;font-size:18px;font-weight:300;letter-spacing:.5px;line-height:26px}#bayer-header #bayer-main-menu .navigation ul li:first-child a{border-top-width:0}#bayer-header #bayer-main-menu .navigation ul li:hover a,#bayer-header #bayer-main-menu .navigation ul li:focus a{color:#00bcff}#bayer-corporate-nav{background-color:rgba(0,0,0,0)}#bayer-corporate-nav.opened{background-color:#624963}#bayer-corporate-nav.opened .navbar-toggler{color:#fff}#bayer-corporate-nav .tagline{right:18px;min-height:40px}#bayer-corporate-nav .tagline .slogan{font-size:11px}#bayer-corporate-nav:before{display:none}#bayer-corporate-nav #bcn-container{max-height:initial}#bayer-corporate-nav #bcn-container li.nav-item{float:none;display:block;padding-left:8px;text-align:center}#bayer-corporate-nav .navbar-toggler{text-align:center;width:100%;min-width:120px}#bayer-corporate-nav .navbar-collapse.show{width:110px;position:absolute;z-index:5;top:0;right:0;background-color:#624963}}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}@media only screen and (min-width: 64em){nav.lefthand{display:block;margin-top:1px;z-index:2}}nav.lefthand{animation:1.2s ease slideIn}nav.lefthand ul{margin:0;padding:0;list-style:none}nav.lefthand ul li{cursor:pointer}nav.lefthand ul li a,nav.lefthand ul li div.nav-link{display:block;padding:11px 16px 9px 10px;border-bottom:1px solid #dfebf0;border-top:1px solid #dfebf0;margin-top:-1px;color:#0d2a40;font-size:15px;font-weight:300;letter-spacing:.47px;line-height:1.13334;transition:color .2s ease-out}nav.lefthand ul li a:not(div.nav-link):hover:not(.selected),nav.lefthand ul li a:not(div.nav-link):focus:not(.selected),nav.lefthand ul li div.nav-link:not(div.nav-link):hover:not(.selected),nav.lefthand ul li div.nav-link:not(div.nav-link):focus:not(.selected){color:#ff3162}nav.lefthand ul li a:not(div.nav-link):hover,nav.lefthand ul li a:not(div.nav-link):focus,nav.lefthand ul li div.nav-link:not(div.nav-link):hover,nav.lefthand ul li div.nav-link:not(div.nav-link):focus{text-decoration:none}nav.lefthand ul li:hover>a:not(.selected),nav.lefthand ul li:focus>a:not(.selected){color:#ff3162}nav.lefthand ul li:hover>a,nav.lefthand ul li:focus>a{text-decoration:none}nav.lefthand ul li.selected>a{color:#00bcff;font-weight:500}nav.lefthand ul li.has-children.selected>.nav-link{color:#10384f;font-weight:500}nav.lefthand ul li ul.sub-nav li a{padding-left:28px}@media(max-width: 768px){nav.lefthand ul:not(.sub-nav){padding:12px 0 14px 40px;clear:both;margin:0;list-style:none;font-weight:300;font-size:13px;letter-spacing:.23px;line-height:25px}nav.lefthand ul:not(.sub-nav) .sub-nav{display:none}nav.lefthand ul:not(.sub-nav) li{display:inline-block}nav.lefthand ul:not(.sub-nav) li .nav-link{cursor:pointer;border:none;border-right:1px solid #dfebf0;padding:10px}nav.lefthand ul:not(.sub-nav) li:last-child .nav-link{border-right:none}nav.lefthand ul:not(.sub-nav) li.selected.has-children{vertical-align:top}nav.lefthand ul:not(.sub-nav) li.selected.has-children .sub-nav{display:block}}.nav-pills .nav-link.active{background-color:#0091df}ul.tab-list{margin:0;padding:0;position:relative;z-index:1}ul.tab-list:before,ul.tab-list:after{content:"";display:table}ul.tab-list:after{clear:both}ul.tab-list li{position:relative;float:left;border:0;border-left:0;display:inline-block;margin:0 3px 0 0;list-style:none}ul.tab-list li a{padding:11px 20px 12px;text-decoration:none;font-weight:400;background-color:#00617f;text-align:center;display:block;color:#fff;font-size:16px;letter-spacing:.5px;line-height:1.563;border:1px solid #00617f;border-bottom-width:0;transition:background-color .2s ease-out,color .2s ease-out}ul.tab-list.scheme-green a{border-color:#66b512;background-color:#66b512;color:#fff}ul.tab-list.scheme-green a.active{color:#66b512;background-color:#fff}ul.tab-list.scheme-pink a{border-color:#c3204f;background-color:#c3204f;color:#fff}ul.tab-list.scheme-pink a.active{color:#c3204f;background-color:#fff}body #root{display:flex;flex-direction:column;min-height:100vh}body #root .bayer-content{padding:50px 5px 40px 5px;flex:1;display:flex;flex-direction:column}body #root .bayer-content.container-xxl{padding:10px 0}body #root .container-xxl{max-width:1390px}.navbar-toggler{margin-right:-10px}body.hide-content{overflow:hidden}body.hide-content .upper-header{margin-right:17px}body.hide-content .navbar-toggler{margin-right:14px}body.hide-content #mainmenu-toggle{margin-right:17px}p.module-info,h1+p,.form-header p{font-size:16px;letter-spacing:.5px;color:#0d2a40;line-height:24px;font-weight:500;margin-bottom:26px}@media only screen and (min-width: 64em){p.module-info,h1+p,.form-header p{font-size:18px;color:#0d2a40;line-height:26px;letter-spacing:.56px;margin-bottom:40px}}.bayer-form{margin-left:120px}.form-header{margin-bottom:50px}.main-content{padding-left:50px}a,a:hover,a:active,a:focus{text-decoration:none !important}a[role=link]:not(.btn):not(.no-styles),.as-link,#root.public-page .bayer-content a[href^="https://www.bayer.com/"],.bayer-content>div:not(.bayer-module) a[href^=tel]:not(.btn):not(.no-styles),.bayer-content>div:not(.bayer-module) a[href^=mailto]:not(.btn):not(.no-styles),.bayer-content>div:not(.bayer-module) a[href^=http]:not(.btn):not(.no-styles),.bayer-content>div:not(.bayer-module) a[href^="/"]:not(.btn):not(.no-styles),main.account a[href^=tel]:not(.btn):not(.no-styles),main.account a[href^=mailto]:not(.btn):not(.no-styles),main.account a[href^=http]:not(.btn):not(.no-styles),main.account a[href^="/"]:not(.btn):not(.no-styles){font-weight:500}a[role=link]:hover:not(.btn):not(.no-styles),.as-link:hover,#root.public-page .bayer-content a[href^="https://www.bayer.com/"]:hover,.bayer-content>div:not(.bayer-module) a[href^=tel]:hover:not(.btn):not(.no-styles),.bayer-content>div:not(.bayer-module) a[href^=mailto]:hover:not(.btn):not(.no-styles),.bayer-content>div:not(.bayer-module) a[href^=http]:hover:not(.btn):not(.no-styles),.bayer-content>div:not(.bayer-module) a[href^="/"]:hover:not(.btn):not(.no-styles),main.account a[href^=tel]:hover:not(.btn):not(.no-styles),main.account a[href^=mailto]:hover:not(.btn):not(.no-styles),main.account a[href^=http]:hover:not(.btn):not(.no-styles),main.account a[href^="/"]:hover:not(.btn):not(.no-styles),a[role=link]:focus:not(.btn):not(.no-styles),.as-link:focus,#root.public-page .bayer-content a[href^="https://www.bayer.com/"]:focus,.bayer-content>div:not(.bayer-module) a[href^=tel]:focus:not(.btn):not(.no-styles),.bayer-content>div:not(.bayer-module) a[href^=mailto]:focus:not(.btn):not(.no-styles),.bayer-content>div:not(.bayer-module) a[href^=http]:focus:not(.btn):not(.no-styles),.bayer-content>div:not(.bayer-module) a[href^="/"]:focus:not(.btn):not(.no-styles),main.account a[href^=tel]:focus:not(.btn):not(.no-styles),main.account a[href^=mailto]:focus:not(.btn):not(.no-styles),main.account a[href^=http]:focus:not(.btn):not(.no-styles),main.account a[href^="/"]:focus:not(.btn):not(.no-styles){text-decoration:underline !important}a[role=link]:not(.btn):not(.no-styles),.as-link{color:#0091df}h1{letter-spacing:.6px;line-height:52px;font-size:52px;font-weight:100;color:#00354f;margin-bottom:37px}h1.bayer-heading{margin-top:25px}h1.smaller{font-size:40px;line-height:1.1;color:#10384f;letter-spacing:.5px}h2{font-size:38px;letter-spacing:.93px;line-height:34px;font-weight:300;color:#00354f;margin-bottom:16px;padding-bottom:8px}h2.bayer-heading{margin-top:20px}h2.smaller{font-size:26px;line-height:1.154;letter-spacing:.5px;margin-bottom:.5em;padding-bottom:4px}h2.smaller.bayer-heading{margin-top:18px}h3{font-size:35px;letter-spacing:1px;line-height:40px;margin-bottom:8px;font-weight:300;color:#c3204f}h3.bayer-heading{margin-top:16px;margin-bottom:14px}h3.smaller{font-size:21px;line-height:1.238;letter-spacing:.5px}h3.smaller.bayer-heading{margin-top:14px}@media only screen and (min-width: 48em){.h3{font-size:30px;line-height:1;letter-spacing:1px}}@media only screen and (min-width: 90.063em){.h3{font-size:35px;letter-spacing:1px;line-height:40px}}h4{font-size:18px;font-weight:500;letter-spacing:.56px;line-height:28px;color:#66b512;margin-bottom:8px}h4.bayer-heading{margin-top:12px;margin-bottom:12px}h5{font-size:16px;font-weight:700}h5.bayer-heading{margin-top:10px}h6{font-size:16px;font-weight:500}h6.bayer-heading{margin-top:8px}.container.bayer-content>.bayer-heading:first-child,.container.bayer-content .bayer-content-col>.bayer-heading:first-child{margin-top:0px}.font-normal{font-style:normal !important;text-transform:initial !important}.topline{font-size:18px;color:#66b512;letter-spacing:.56px;line-height:26px;font-weight:500;margin-bottom:4px;width:100%}.topline.pink{color:#ff3162}.topline.purple{color:#624963}.topline.blue{color:#0075a6}.topline.short{width:75%;display:inline-block}.topline-right{display:inline-block;width:25%;text-align:right;color:#443247}.border-bottom{border-bottom:1px solid #cfd7dc}.control-label{display:block;margin:0;font-size:16px;line-height:inherit;color:#10384f;padding:5px 0;font-weight:500;letter-spacing:.5px}.show-sm{display:none !important}.show-md{display:none !important}.end-0{right:0}.top-0{top:0}.clickable{cursor:pointer}@media(min-width: 992px){.bw-lg-50{width:50% !important}}@media(max-width: 991.98px){.bw-md-80{width:80% !important}.bw-md-70{width:70% !important}.bw-md-50{width:50% !important}.show-md{display:block !important}}@media(max-width: 767.98px){.bw-sm-100{width:100% !important}.bw-sm-90{width:90% !important}.show-sm,.show-md{display:block !important}}.bayer-heading.scheme-green{color:#66b512}.bayer-heading.scheme-pink{color:#c3204f}.bayer-heading.scheme-blue{color:#0091df}.bayer-heading.scheme-purple{color:#624963}.bayer-heading.scheme-darkgreen{color:#042}.bayer-heading.scheme-darkblue{color:#10384f}.bayer-heading.scheme-lightblue{color:#00bcff}#bayer-header{min-height:162px;border-bottom:1px solid rgba(13,42,64,.2)}#bayer-header #header{margin:0 auto;color:#000;position:relative;max-width:1180px;min-height:97px}#bayer-header #header .logo{min-height:97px;width:90px;margin:48px 26px 22px 0;display:block;float:left;position:relative;z-index:2}#bayer-header #header img{width:90px;border:0;display:inline-block;height:auto}#bayer-header .site-identifier{font-size:50px;font-weight:100;padding-top:53px;letter-spacing:.82px;line-height:1;max-width:calc(100% - 90px)}#bayer-header .site-identifier a{color:#00354f;z-index:10;position:relative}@media(max-width: 90em){#bayer-header{min-height:135px}#bayer-header #header{max-width:968px;box-shadow:none;min-height:85px}#bayer-header #header .logo{min-height:85px}#bayer-header #header .logo,#bayer-header #header .logo img{width:74px !important}#bayer-header #header .logo{margin:40px 21px 15px 0}#bayer-header .site-identifier{padding-top:39px;margin-bottom:-1px}#bayer-header .site-identifier a{letter-spacing:.67px}.body #root .bayer-content{max-width:968px;box-shadow:none;min-height:85px}}@media(max-width: 63em){#bayer-header{min-height:auto;padding-bottom:10px;box-shadow:0 1px 4px rgba(0,0,0,.2)}#bayer-header #header .logo{min-height:auto}#bayer-header #header .logo,#bayer-header #header .logo img{width:50px !important}#bayer-header #header .logo{margin:27px 20px 15px}#bayer-header .site-identifier{padding-top:20px}#bayer-header .site-identifier a{font-size:30px;letter-spacing:.48px}body #root .bayer-content{max-width:100%;border-top-width:0}body #root .bayer-content>div{max-width:640px;margin:0 auto}}#page-footer{background-color:#443247;padding:0 0 32px;min-width:inherit;color:#fff;margin-top:auto}#page-footer .content-footer-container{max-width:1960px}#page-footer ul li.hightlight,#page-footer ul li.highlight a{color:#de0043}#page-footer ul li a:hover,#page-footer ul li a:focus{color:#c3204f;text-decoration:none}#page-footer .content-footer{padding:0 20px;font-size:12px;line-height:1.167;margin:-3px auto 0;letter-spacing:.5px;font-weight:300;display:flex;flex-direction:column-reverse;max-width:360px}#page-footer .content-footer:before,#page-footer .content-footer:after{content:"";display:table}#page-footer .content-footer:after{clear:both}#page-footer .content-footer a{color:#fff}#page-footer .cright-item{padding-top:3px}#page-footer .sitemap-link{padding-bottom:40px}#page-footer .legaladvice{list-style:none;margin:0;padding-top:30px}#page-footer .legaladvice a{display:block;position:relative;letter-spacing:1px}@media only screen and (min-width: 48em){#page-footer .content-footer{padding:0;max-width:640px}#page-footer .legaladvice,#page-footer .sitemap-link{padding-left:34%}}@media only screen and (min-width: 64em){#page-footer .content-footer{padding:0;display:block;max-width:968px;padding-top:25px}#page-footer .cright-item{float:left}#page-footer .legaladvice,#page-footer .sitemap-link{border:0;padding:0}#page-footer .sitemap-link{float:right;padding-top:3px}#page-footer .legaladvice{padding-left:30px;padding-right:30px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center}#page-footer .legaladvice a{padding:3px 9px 3px 11px}#page-footer .legaladvice a::before{content:" ";width:1px;height:100%;top:0;left:0;border-left:1px solid rgba(255,255,255,.2);transform:rotate(11deg);position:absolute}#page-footer .legaladvice li:first-child a::before{content:normal}}@media only screen and (max-width: 63.938em){#page-footer .cright-item{font-weight:400;line-height:1;padding-top:30px;text-align:center;opacity:.9}#page-footer .legaladvice,#page-footer .sitemap-link a{font-weight:300;font-size:15px;letter-spacing:.43px;line-height:30px}#page-footer .legaladvice a,#page-footer .sitemap-link a{text-decoration:none;display:inline-block;position:relative;padding-left:18px;opacity:.9}#page-footer .legaladvice a::before,#page-footer .sitemap-link a::before{content:" ";background:rgba(0,0,0,0) url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2715%27 viewBox=%270 0 8 15%27%3E%3Cpolyline points=%271,1 6.9,7.5 1,14%27 style=%27stroke:%23fff;stroke-width:1;fill:none;%27/%3E%3C/svg%3E") no-repeat left 6px;width:8px;height:100%;position:absolute;left:0;top:23%}}@media only screen and (min-width: 90.063em){#page-footer .content-footer{max-width:1180px}}ul.lnk,ul.mlnk{margin:0;padding:0;list-style-type:none}ul.lnk a,ul.mlnk a{line-height:16px;padding-left:17px;margin-top:11px;display:block;position:relative;color:#0d2a40;font-weight:400;font-size:14px;letter-spacing:.44px;word-wrap:break-word;word-break:break-word}ul.lnk a::before,ul.mlnk a::before{content:"";position:absolute;left:0;top:-2px;width:20px;height:20px;background:rgba(0,0,0,0) no-repeat 0 4px}ul.lnk a:hover,ul.lnk a:focus,ul.mlnk a:hover,ul.mlnk a:focus{text-decoration:underline}.top-right{top:0;right:0;position:absolute}.nopadding{padding:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.form-control.is-valid{padding-right:initial !important}.form-control{height:50px}.rds-date-input .rds-selector-body .rds-header-buttons button{border:none;background-color:rgba(0,0,0,0)}.rds-date-input .rds-selector-body .rds-body-row{margin-bottom:0}.rds-date-input .rds-selector-body .rds-body-row .rds-cell:first-child{border-right:1px solid #dfebf0}.rds-date-input .rds-selector-body button.day{border:none;background-color:rgba(0,0,0,0)}.rds-date-input .rds-selector-body button.day.is-active.is-start,.rds-date-input .rds-selector-body button.day.is-active.is-end{background-color:#c3204f;color:#fff;border-radius:40%;font-weight:600}.rds-date-input .rds-selector-body button.day.is-active.is-start.is-today,.rds-date-input .rds-selector-body button.day.is-active.is-end.is-today{background-color:#ff3162}.rds-date-input .rds-selector-body .rds-cell{color:#000;padding-bottom:8px;box-sizing:content-box}.rds-date-input .rds-selector-body .rds-cell.is-disabled{color:#dfebf0}.rds-date-input .rds-selector-body .rds-cell.is-today:not(.is-active){font-weight:600;color:#ff3162;text-decoration:none}.rds-date-input .rds-selector-body .rds-cell.is-today:not(.is-active)::after{display:none}.rds-date-input .rds-selector-body .rds-cell:not(.is-disabled):not(.is-active):hover{color:#de0043}.input-group{flex-wrap:nowrap}.rds-toggle-box{display:block;padding:0 12px}.dropdown-menu,.rds__menu{box-shadow:none;border-color:1px solid #834283}.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item:focus,.rds-select .rds__option--is-focused{background-color:#fff;color:#ff3162;box-shadow:none}.dropdown-menu .dropdown-item:active,.rds-select .rds__option--is-selected{background-color:#fff;color:#c3204f;box-shadow:none}.rds-select{outline:none !important}.rds-select .form-control{border-radius:0px}.rds-select .rds__control{height:50px;background-color:#fff;padding:1rem 1.5rem}.rds-select .rds__control,.rds-select .rds__control:hover,.rds-select .rds__control:focus,.rds-select .rds__control:focus-visible{border:1px solid #834283}.rds-select .rds__control.is-valid{border-color:#66b512}.rds-select .rds__menu{min-width:360px}.rds-select .rds__control--is-focused{border:1px solid #834283;box-shadow:none !important}.rds-select .rds__control--is-focused.is-valid{border-color:#66b512}.rds-select .rds__indicators{padding-right:0 !important}.invalid-feedback:not(.field-validation-valid){display:block;margin:5px 0 0 -13px;background-color:#d30f4b;border:0;border-radius:0 !important;color:#fff !important;font-size:11px;line-height:14px;padding:10px 14px;width:auto;position:absolute;min-width:120px;max-height:200px;cursor:help;z-index:1}.invalid-feedback:not(.field-validation-valid) :before{content:"";border-bottom:11px solid #d30f4b;border-left:16px solid rgba(0,0,0,0);border-right:0 solid rgba(0,0,0,0);left:10px;margin-top:-10px;top:0;height:0;position:absolute;width:0}.profile-form-action-buttons{position:absolute;right:5px;z-index:5}.action-inline-button{background-color:rgba(0,0,0,0);font-size:1em;line-height:1em}.form-control.filter-input{padding:14px 23px 16px 23px;border:1px solid #624963}.rds-select .form-control.filter-input{background:#624963 url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2756%27 height=%2750%27 viewBox=%270 0 56 50%27%3E%3Cpolygon points=%2756,50 0,50 11,0 56,0%27 style=%27opacity:0.4;fill:%23443247;%27/%3E%3Cpath d=%27M39.8,20.9l-8.5,8.5l-8.5-8.5%27 style=%27stroke:%23fff;stroke-width:2;fill:none;%27/%3E%3C/svg%3E") no-repeat right top;color:#fff;cursor:pointer}.rds-select .form-control.filter-input .rds__value-container{padding:2px 55px 2px 23px}.rds-select .form-control.filter-input .rds__single-value{color:#fff}.rds-select .form-control.filter-input .rds__indicators{visibility:hidden;width:50px}.dateRangePicker .choiceButtonColumn .choiceButton{padding:5px}.dateRangePicker .dateSelector .btn.uiButton{padding:6px 15px}.rds-file-input .rds-file-list button.btn{padding:1px 6px;font-size:20px;margin-top:5px}.rds-file-input .rds-label .btn.btn-light{display:contents}.rds-clear-wrapper button.rds-clear{right:5px !important}.input-group.no-icon .input-group-append,.input-group.no-icon .input-group-prepend{display:none}.input-group.no-icon div.form-control{line-height:17px}.form-control+.rds-clear{height:100%;font-size:16px}.rds-tree .tree-node .rds-dropzone .rds-dropzone-content{z-index:inherit !important}
.rds-portal-sdk-EditableDropzone-module-dropzone{display:block;position:relative}.rds-portal-sdk-EditableDropzone-module-dropzone .rds-dropzone-content{z-index:40;transition:transform ease-out 320ms}.rds-portal-sdk-EditableDropzone-module-dropzone .rds-dropzone-content:after{content:" ";display:table}.rds-portal-sdk-EditableDropzone-module-dropzone:before{top:0;left:0;width:100%;content:"";z-index:50;height:100%;display:none;position:absolute;transition:background-color ease-out 320ms,border-style ease-out 320ms,border-color ease-out 320ms}.rds-portal-sdk-EditableDropzone-module-dropzone.is-dragging:before{display:block;border-width:2px;border-style:dashed}.rds-portal-sdk-EditableDropzone-module-dropzone.is-allowed:before{background-color:rgba(0,123,255,.35)}.rds-portal-sdk-EditableDropzone-module-dropzone.is-allowed.is-dragging:before{border-color:#007bff}.rds-portal-sdk-EditableDropzone-module-dropzone.is-allowed.is-dragging .rds-dropzone-content{transform:scale(0.96)}.rds-portal-sdk-EditableDropzone-module-dropzone.is-allowed.is-hovering:before{border-style:solid;background-color:rgba(0,123,255,.65)}.rds-portal-sdk-EditableDropzone-module-dropzone.is-allowed.is-hovering .rds-dropzone-content{transform:scale(0.98)}.rds-portal-sdk-EditableDropzone-module-dropzone.not-allowed:before{background-color:rgba(255,193,7,.25)}.rds-portal-sdk-EditableDropzone-module-dropzone.not-allowed.is-dragging:before{border-color:#ffc107}.rds-portal-sdk-EditableDropzone-module-dropzone.not-allowed.is-dragging .rds-dropzone-content{transform:scale(0.97)}.rds-portal-sdk-EditableDropzone-module-dropzone.not-allowed.is-hovering:before{border-style:dotted;border-color:#dc3545;background-color:rgba(220,53,69,.25)}.rds-portal-sdk-EditableDropzone-module-dropzone.not-allowed.is-hovering .rds-dropzone-content{transform:scale(0.98)}
.rds-portal-sdk-TagPopover-module-popoverButton{border-color:#5fdafc !important}.rds-portal-sdk-TagPopover-module-popoverButton .rds-portal-sdk-TagPopover-module-popoverButtonIcon{color:#5fdafc}.rds-portal-sdk-TagPopover-module-popoverContainer{z-index:1000}.rds-portal-sdk-TagPopover-module-popoverContainer .rds-portal-sdk-TagPopover-module-popover{width:320px;background-color:#fff;z-index:1000;padding:.75rem;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.rds-portal-sdk-TagPopover-module-popoverContainer .rds-portal-sdk-TagPopover-module-popover .rds-portal-sdk-TagPopover-module-heading{font-size:larger}
.rds-portal-sdk-EditableSelector-module-dropdown .dropdown-toggle:after{margin-left:8px}.rds-portal-sdk-EditableSelector-module-dropdown .dropdown-menu-visible > .dropdown-toggle{background-color:#f39200}.dropright .dropdown-item.rds-portal-sdk-EditableSelector-module-subMenu{display:flex;align-items:center;justify-content:space-between}.dropright .dropdown-item.rds-portal-sdk-EditableSelector-module-subMenu:after{margin-left:8px}
.rds-portal-sdk-EditableContent-module-editable+.rds-portal-sdk-EditableContent-module-editable{margin-top:15px}.rds-portal-sdk-EditableContent-module-header{display:flex;padding-bottom:15px}.rds-portal-sdk-EditableContent-module-header>button{margin-left:5px}

window.__portalLoaded = true;
window.__portalLoaded = true;