/* display */
/* breakpoint */
/* breakpoint : content */
.CodeMirror.CodeMirror-wrap {
  pointer-events: none;
}

.w-hide {
  display: none !important;
}

html.content-modal-opened {
  overflow-y: hidden;
}
html.content-modal-opened #top_layout {
  z-index: 99;
}
html.content-modal-opened #body_layout {
  z-index: 100;
}

@media (max-width: 768px) {
  html.content-modal-opened-m {
    overflow-y: hidden;
  }
  html.content-modal-opened-m #top_layout {
    z-index: 99;
  }
  html.content-modal-opened-m #body_layout {
    z-index: 100;
  }
}

.pe-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 8px;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .pe-pagination {
    flex-wrap: wrap;
    margin-top: 24px;
  }
}
.pe-pagination .page-navi,
.pe-pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-radius: 6px;
  background: #fff;
}
.pe-pagination .page-navi {
  height: 40px;
}
.pe-pagination .page-navi.prev {
  order: 1;
  padding: 0 8px 0 4px;
}
.pe-pagination .page-navi.prev::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9954 16.4458C12.749 16.7195 12.3275 16.7417 12.0538 16.4954L5.38718 10.4952C5.24671 10.3688 5.1665 10.1887 5.1665 9.99968C5.1665 9.81069 5.24671 9.63058 5.38719 9.50415L12.0539 3.50415C12.3275 3.25784 12.7491 3.28003 12.9954 3.5537C13.2417 3.82738 13.2195 4.2489 12.9458 4.49521L6.82972 9.99969L12.9458 15.5043C13.2195 15.7506 13.2417 16.1722 12.9954 16.4458Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.pe-pagination .page-navi.next {
  order: 3;
  padding: 0 4px 0 8px;
}
@media (max-width: 768px) {
  .pe-pagination .page-navi.next {
    order: 1;
  }
}
.pe-pagination .page-navi.next::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.00414 16.4458C7.25044 16.7195 7.67197 16.7417 7.94565 16.4954L14.6123 10.4956C14.7528 10.3692 14.833 10.1891 14.833 10.0001C14.833 9.81112 14.7528 9.631 14.6123 9.50457L7.94567 3.50417C7.67201 3.25785 7.25048 3.28002 7.00417 3.55369C6.75785 3.82735 6.78002 4.24888 7.05369 4.49519L13.1698 10.0001L7.05371 15.5043C6.78004 15.7506 6.75784 16.1721 7.00414 16.4458Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.pe-pagination .page-navi:hover {
  color: #fff;
  background-color: #222222;
}
.pe-pagination .page-navi:hover.prev::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9954 16.4458C12.749 16.7195 12.3275 16.7417 12.0538 16.4954L5.38718 10.4952C5.24671 10.3688 5.1665 10.1887 5.1665 9.99968C5.1665 9.81069 5.24671 9.63058 5.38719 9.50415L12.0539 3.50415C12.3275 3.25784 12.7491 3.28003 12.9954 3.5537C13.2417 3.82738 13.2195 4.2489 12.9458 4.49521L6.82972 9.99969L12.9458 15.5043C13.2195 15.7506 13.2417 16.1722 12.9954 16.4458Z' fill='white'/%3E%3C/svg%3E%0A");
}
.pe-pagination .page-navi:hover.next::after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.00414 16.4458C7.25044 16.7195 7.67197 16.7417 7.94565 16.4954L14.6123 10.4956C14.7528 10.3692 14.833 10.1891 14.833 10.0001C14.833 9.81112 14.7528 9.631 14.6123 9.50457L7.94567 3.50417C7.67201 3.25785 7.25048 3.28002 7.00417 3.55369C6.75785 3.82735 6.78002 4.24888 7.05369 4.49519L13.1698 10.0001L7.05371 15.5043C6.78004 15.7506 6.75784 16.1721 7.00414 16.4458Z' fill='white'/%3E%3C/svg%3E%0A");
}
.pe-pagination .page-navi.disabled {
  color: #8a949e !important;
  background-color: #fff !important;
}
.pe-pagination .page-navi.disabled.prev::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9954 16.4458C12.749 16.7195 12.3275 16.7417 12.0538 16.4954L5.38718 10.4952C5.24671 10.3688 5.1665 10.1887 5.1665 9.99968C5.1665 9.81069 5.24671 9.63058 5.38719 9.50415L12.0539 3.50415C12.3275 3.25784 12.7491 3.28003 12.9954 3.5537C13.2417 3.82738 13.2195 4.2489 12.9458 4.49521L6.82972 9.99969L12.9458 15.5043C13.2195 15.7506 13.2417 16.1722 12.9954 16.4458Z' fill='%238A949E'/%3E%3C/svg%3E%0A");
}
.pe-pagination .page-navi.disabled.next::after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.00463 16.4458C7.25093 16.7195 7.67246 16.7417 7.94614 16.4954L14.6128 10.4956C14.7533 10.3692 14.8335 10.1891 14.8335 10.0001C14.8335 9.81112 14.7533 9.631 14.6128 9.50457L7.94616 3.50417C7.6725 3.25785 7.25097 3.28002 7.00465 3.55369C6.75834 3.82735 6.78051 4.24888 7.05418 4.49519L13.1703 10.0001L7.0542 15.5043C6.78052 15.7506 6.75833 16.1721 7.00463 16.4458Z' fill='%238A949E'/%3E%3C/svg%3E%0A");
}
.pe-pagination .page-links {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 8px;
}
@media (max-width: 768px) {
  .pe-pagination .page-links {
    width: 100%;
  }
}
.pe-pagination .page-links .page-link {
  width: 40px;
  height: 40px;
}
.pe-pagination .page-links .page-link.link-dot {
  display: inline-flex;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 20.0001C12 19.2269 12.6268 18.6001 13.4 18.6001C14.1732 18.6001 14.8 19.2269 14.8 20.0001C14.8 20.7733 14.1732 21.4001 13.4 21.4001C12.6268 21.4001 12 20.7733 12 20.0001ZM18.6016 20.0001C18.6016 19.2269 19.2284 18.6001 20.0016 18.6001C20.7748 18.6001 21.4016 19.2269 21.4016 20.0001C21.4016 20.7733 20.7748 21.4001 20.0016 21.4001C19.2284 21.4001 18.6016 20.7733 18.6016 20.0001ZM26.5992 18.6001C25.826 18.6001 25.1992 19.2269 25.1992 20.0001C25.1992 20.7733 25.826 21.4001 26.5992 21.4001C27.3724 21.4001 27.9992 20.7733 27.9992 20.0001C27.9992 19.2269 27.3724 18.6001 26.5992 18.6001Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.pe-pagination .page-links .page-link.link-dot:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 20.0001C12 19.2269 12.6268 18.6001 13.4 18.6001C14.1732 18.6001 14.8 19.2269 14.8 20.0001C14.8 20.7733 14.1732 21.4001 13.4 21.4001C12.6268 21.4001 12 20.7733 12 20.0001ZM18.6016 20.0001C18.6016 19.2269 19.2284 18.6001 20.0016 18.6001C20.7748 18.6001 21.4016 19.2269 21.4016 20.0001C21.4016 20.7733 20.7748 21.4001 20.0016 21.4001C19.2284 21.4001 18.6016 20.7733 18.6016 20.0001ZM26.5992 18.6001C25.826 18.6001 25.1992 19.2269 25.1992 20.0001C25.1992 20.7733 25.826 21.4001 26.5992 21.4001C27.3724 21.4001 27.9992 20.7733 27.9992 20.0001C27.9992 19.2269 27.3724 18.6001 26.5992 18.6001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.pe-pagination .page-links .page-link:hover {
  color: #fff;
  background-color: #222222;
}
.pe-pagination .page-links .page-link:active, .pe-pagination .page-links .page-link:focus {
  background-color: #D6E0EB;
}
.pe-pagination .page-links .page-link.active {
  background-color: #222222;
  color: #fff;
}

.pe-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
}
.pe-modal.shown {
  display: block;
}
.pe-modal.in {
  opacity: 1;
}
.pe-modal .modal-back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7490196078);
}
.pe-modal .modal-back.in {
  display: block;
  z-index: 1000;
  visibility: visible;
}
.pe-modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  position: relative;
  z-index: 1020;
  width: 760px;
  height: 100%;
  min-height: 264px;
  margin: 0 auto;
}
.pe-modal .modal-dialog.modal-md {
  max-width: 560px;
}
.pe-modal .modal-dialog.modal-sm {
  max-width: 400px;
}
.pe-modal .modal-dialog .modal-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-height: 80%;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #B1B8BE;
}
@media (max-width: 768px) {
  .pe-modal .modal-dialog .modal-content {
    max-height: 100%;
  }
}
.pe-modal .modal-dialog .modal-content > *:not(.btn-close) {
  width: 100%;
}
.pe-modal .modal-dialog .modal-content .modal-header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  min-height: auto;
  background: inherit;
  border: none;
  padding: 52px 40px 6px;
}
@media (max-width: 768px) {
  .pe-modal .modal-dialog .modal-content .modal-header {
    padding: 52px 24px 6px;
  }
}
.pe-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 24px;
  font-weight: bold;
  color: #1E2124;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 1.3;
  display: inline-block;
  white-space: nowrap;
}
.pe-modal .modal-dialog .modal-content .modal-conts {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  overflow-y: auto;
  padding: 10px 40px 8px;
}
@media (max-width: 768px) {
  .pe-modal .modal-dialog .modal-content .modal-conts {
    padding: 10px 24px 0;
  }
}
.pe-modal .modal-dialog .modal-content .modal-conts::-webkit-scrollbar {
  width: 8px;
}
.pe-modal .modal-dialog .modal-content .modal-conts::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #d6e0eb;
}
.pe-modal .modal-dialog .modal-content .modal-conts .conts-area {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
}
.pe-modal .modal-dialog .modal-content .modal-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 8px;
  padding: 16px 40px 40px;
}
@media (max-width: 768px) {
  .pe-modal .modal-dialog .modal-content .modal-btn {
    padding: 16px 24px 24px;
  }
}
.pe-modal .modal-dialog .modal-content .modal-btn .btn {
  min-width: 78px;
}
.pe-modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 90;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6304 4.23482C18.9428 3.92239 19.4493 3.92238 19.7618 4.23479C20.0742 4.5472 20.0742 5.05373 19.7618 5.36616L13.1294 11.999L19.7657 18.6357C20.0781 18.9481 20.0781 19.4546 19.7657 19.767C19.4532 20.0795 18.9467 20.0794 18.6343 19.767L11.998 13.1304L5.3618 19.767C5.04939 20.0794 4.54285 20.0795 4.23043 19.767C3.918 19.4546 3.91798 18.9481 4.23039 18.6357L10.8667 11.999L4.2343 5.36616C3.92189 5.05373 3.9219 4.5472 4.23433 4.23479C4.54676 3.92238 5.05329 3.92239 5.3657 4.23482L11.998 10.8676L18.6304 4.23482Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .pe-modal:not([data-type=bottom-sheet]) .modal-dialog {
    width: calc(100% - 24px);
    height: calc(100% - 48px);
    min-height: calc(100% - 48px);
    margin: 24px auto;
  }
}
.pe-modal[data-type=full] {
  background-color: #eef2f7;
}
.pe-modal[data-type=full] .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.pe-modal[data-type=full] .modal-content {
  height: 100%;
  max-height: 100%;
  background: none;
  margin: 0 auto;
  border: none;
  border-radius: 0;
}
.pe-modal[data-type=full] .modal-content .modal-header,
.pe-modal[data-type=full] .modal-content .modal-conts {
  padding: 0;
}
.pe-modal[data-type=full] .modal-back.in {
  display: none;
}
.pe-modal[data-type=bottom-sheet] .modal-content {
  position: fixed;
  left: 0;
  bottom: -100%;
  border-radius: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  max-height: 90%;
  transition: 0.4s ease-in-out;
}
.pe-modal[data-type=bottom-sheet] .modal-content .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 16px;
  flex-shrink: 0;
}
.pe-modal[data-type=bottom-sheet] .modal-content .modal-header .modal-title {
  font-size: 19px;
}
.pe-modal[data-type=bottom-sheet] .modal-content .modal-conts {
  display: block;
  padding: 0 16px;
}
.pe-modal[data-type=bottom-sheet] .modal-content .modal-conts::-webkit-scrollbar {
  width: 8px;
}
.pe-modal[data-type=bottom-sheet] .modal-content .modal-conts::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #cdd1d5;
}
.pe-modal[data-type=bottom-sheet] .modal-content .btn-close {
  top: 20px;
  right: 16px;
}
.pe-modal[data-type=bottom-sheet] .modal-content .pop-filter-top {
  width: auto;
}
.pe-modal[data-type=bottom-sheet] .modal-content .modal-btn.btn-wrap {
  padding: 40px 16px 16px;
}
.pe-modal[data-type=bottom-sheet] .modal-content .modal-btn.btn-wrap .btn {
  flex: 1;
}
.pe-modal[data-type=bottom-sheet].in .modal-content {
  bottom: 0;
}

.pe-badge {
  display: inline-block;
  font-size: 15px;
  margin: 2px;
  padding: 3px 8px;
  line-height: 1.2;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  color: #FFF;
}
@media (max-width: 768px) {
  .pe-badge {
    font-size: 15px;
  }
}
.pe-badge.primary {
  border-color: #CD1F13;
  background: #CD1F13;
}
.pe-badge.secondary {
  border-color: #227B14;
  background: #227B14;
}
.pe-badge.gray {
  border-color: #666666;
  background: #666666;
}
.pe-badge.point {
  border-color: #DB2721;
  background: #DB2721;
}
.pe-badge.danger {
  border-color: #0c0a0b;
  background: #0c0a0b;
}
.pe-badge.warning {
  border-color: #FDB913;
  background: #FDB913;
}
.pe-badge.success {
  border-color: #019E75;
  background: #019E75;
}
.pe-badge.information {
  border-color: #2768FF;
  background: #2768FF;
}
.pe-badge.disabled {
  border-color: #6D7882;
  background: #6D7882;
}
.pe-badge.outline {
  background: #fff !important;
}
.pe-badge.outline.primary {
  color: #CD1F13;
}
.pe-badge.outline.secondary {
  color: #227B14;
}
.pe-badge.outline.gray {
  color: #666666;
}
.pe-badge.outline.point {
  color: #DB2721;
}
.pe-badge.outline.danger {
  color: #0c0a0b;
}
.pe-badge.outline.warning {
  color: #FDB913;
}
.pe-badge.outline.success {
  color: #019E75;
}
.pe-badge.outline.information {
  color: #2768FF;
}
.pe-badge.outline.disabled {
  color: #6D7882;
}
.pe-badge.bg {
  color: #fff !important;
}
.pe-badge.bg-light {
  border-color: transparent !important;
}
.pe-badge.bg-light.primary {
  background: #ECF2FE;
}
.pe-badge.bg-light.secondary {
  background: #EEF2F7;
}
.pe-badge.bg-light.gray {
  background: #E6E8EA;
}
.pe-badge.bg-light.point {
  background: #FBEFF0;
}
.pe-badge.bg-light.danger {
  background: #FDEFEC;
}
.pe-badge.bg-light.warning {
  background: #FFF3DB;
}
.pe-badge.bg-light.success {
  background: #EAF6EC;
}
.pe-badge.bg-light.information {
  background: #E7F4FE;
}
.pe-badge.bg-light.disabled {
  background: #CDD1D5;
}
.pe-badge.large {
  padding: 6px 10px;
}
.pe-badge.number {
  padding: 0 7px;
  border-radius: 1000px;
}

.pe-check-area {
  display: flex;
  gap: 20px;
}
.pe-check-area.etc-custom {
  align-items: center;
  flex-wrap: wrap;
}
.pe-check-area.etc-custom .etcArea {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pe-form-check input[type=radio],
.pe-form-check input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pe-form-check input[type=radio] ~ label,
.pe-form-check input[type=checkbox] ~ label {
  position: relative;
  display: inline-flex;
  gap: 8px;
  font-size: 17px;
  font-weight: normal;
  color: #1E2124;
  margin: 0;
}
@media (max-width: 380px) {
  .pe-form-check input[type=radio] ~ label,
  .pe-form-check input[type=checkbox] ~ label {
    font-size: 15px;
  }
}
.pe-form-check input[type=radio] ~ label::before,
.pe-form-check input[type=checkbox] ~ label::before {
  display: flex;
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  z-index: 3;
  background-color: #fff;
  border: 1px solid #58616a;
}
.pe-form-check input[type=radio] ~ label::after,
.pe-form-check input[type=checkbox] ~ label::after {
  display: none;
  position: absolute;
  z-index: 4;
  content: "";
}
.pe-form-check input[type=radio]:disabled ~ label,
.pe-form-check input[type=checkbox]:disabled ~ label {
  color: #8a949e;
  cursor: default;
}
.pe-form-check input[type=radio]:disabled ~ label::before,
.pe-form-check input[type=checkbox]:disabled ~ label::before {
  background-color: #cdd1d5 !important;
  border-color: #8a949e !important;
}
.pe-form-check input[type=radio] ~ label::before {
  border-radius: 50%;
}
.pe-form-check input[type=radio] ~ label::after {
  top: 8px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.pe-form-check input[type=radio]:checked ~ label::after {
  display: flex;
  background-color: #2257B4;
}
.pe-form-check input[type=radio]:checked:disabled ~ label::after {
  background-color: #8a949e;
}
.pe-form-check input[type=checkbox] ~ label::before {
  border-radius: 4px;
}
.pe-form-check input[type=checkbox] ~ label::after {
  top: 7px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.66797 7.99984L7.51007 12.6665L14.0013 2.6665' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.pe-form-check input[type=checkbox]:checked ~ label::before {
  background-color: #2257B4;
  border-color: #2257B4;
}
.pe-form-check input[type=checkbox]:checked ~ label::after {
  display: inline-flex;
}
.pe-form-check input[type=checkbox]:checked:disabled ~ label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.66797 7.99984L7.51007 12.6665L14.0013 2.6665' stroke='%238A949E' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.pe-form-check.medium input[type=radio] ~ label,
.pe-form-check.medium input[type=checkbox] ~ label {
  font-size: 17px;
}
.pe-form-check.medium input[type=radio] ~ label::before,
.pe-form-check.medium input[type=checkbox] ~ label::before {
  width: 20px;
  height: 20px;
}
.pe-form-check.medium input[type=radio] ~ label::after {
  top: 8px;
  left: 5px;
  width: 10px;
  height: 10px;
}
.pe-form-check.medium input[type=checkbox] ~ label::after {
  top: 7px;
  left: 4px;
  width: 12px;
  height: 12px;
}
.pe-form-check.large input[type=radio] ~ label,
.pe-form-check.large input[type=checkbox] ~ label {
  font-size: 19px;
}
.pe-form-check.large input[type=radio] ~ label::before,
.pe-form-check.large input[type=checkbox] ~ label::before {
  width: 24px;
  height: 24px;
}
.pe-form-check.large input[type=radio] ~ label::after {
  top: 9px;
  left: 6px;
  width: 12px;
  height: 12px;
}
.pe-form-check.large input[type=checkbox] ~ label::after {
  top: 7px;
  left: 4px;
  width: 16px;
  height: 16px;
}
.pe-form-check .pe-form-check-cnt {
  margin-top: 4px;
}
.pe-form-check .pe-form-check-cnt .pe-form-check-p {
  color: #464c53;
  margin: 0;
}
.pe-form-check input[type=radio]:disabled ~ .pe-form-check-cnt .pe-form-check-p,
.pe-form-check input[type=checkbox]:disabled ~ .pe-form-check-cnt .pe-form-check-p {
  color: #8a949e;
}

.pe-form-sorting input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pe-form-sorting input[type=radio] ~ label {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  position: relative;
  min-height: 26px;
  padding: 0 5px;
  background: #fff;
  border-radius: 4px;
  font-size: 17px;
  color: #1E2124;
  font-weight: normal;
  line-height: 1.5;
}
.pe-form-sorting input[type=radio]:checked ~ label {
  background-color: #EEF2F7;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pe-form-sorting input[type=radio]:hover ~ label {
  background-color: #EEF2F7;
}
.pe-form-sorting input[type=radio]:focus ~ label,
.pe-form-sorting input[type=radio]:active ~ label {
  background-color: #D6E0EB;
}
.pe-form-sorting.medium input[type=radio] ~ label {
  min-height: 26px;
  padding: 0 5px;
  font-size: 17px;
}
.pe-form-sorting.small input[type=radio] ~ label {
  min-height: 23px;
  padding: 0 3px;
  font-size: 15px;
}

.pe-form-select {
  position: relative;
  width: 100%;
  height: 56px;
  padding: 0 48px 0 16px;
  background-color: #fff;
  border: 1px solid #58616a;
  border-radius: 6px;
  color: #6d7882;
  font-size: 19px;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.pe-form-select:active, .pe-form-select:focus {
  color: #1E2124;
  border-color: #256ef4;
  border-width: 2px;
  outline: none;
  transition: none;
}
.pe-form-select:disabled {
  color: #6d7882;
  background-color: #cdd1d5;
  border-color: #b1b8be;
}
.pe-form-select.completed {
  color: #464c53;
}
.pe-form-select.is-error {
  color: #464c53;
  border-color: #DE3412;
  border-width: 2px;
}
.pe-form-select option {
  font-weight: 400;
}
.pe-form-select.large {
  height: 56px;
  padding: 0 48px 0 16px;
  font-size: 19px;
  background-size: 24px;
  border-radius: 6px;
}
.pe-form-select.medium {
  height: 48px;
  padding: 0 44px 0 16px;
  font-size: 17px;
  background-size: 20px;
  border-radius: 6px;
}
.pe-form-select.small {
  height: 40px;
  padding: 0 40px 0 16px;
  font-size: 15px;
  background-size: 16px;
  border-radius: 8px;
}

.pe-form-select-sort {
  height: 26px;
  padding: 0 26px 0 4px;
  background-position: center right 4px;
  background-size: 20px;
  font-size: 17px;
  border: none;
  color: #1E2124;
  background-repeat: no-repeat;
  background-position: center right 4px;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.pe-form-select-sort:hover {
  background-color: #EEF2F7;
}
.pe-form-select-sort:active, .pe-form-select-sort:focus {
  background-color: #D6E0EB;
}
.pe-form-select-sort:checked {
  background-color: #EEF2F7;
}
.pe-form-select-sort.large {
  height: 36px;
  padding: 0 30px 0 4px;
  background-size: 24px;
  font-size: 19px;
  font-weight: bold;
}
.pe-form-select-sort.medium {
  height: 26px;
  padding: 0 26px 0 4px;
  background-size: 20px;
  font-size: 17px;
}
.pe-form-select-sort.small {
  height: 23px;
  padding: 0 22px 0 4px;
  background-size: 16px;
  font-size: 15px;
}

.pe-form-select-group {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.pe-form-select-group .pe-form-lable {
  width: 100%;
}
.pe-form-select-group .pe-form-lable label {
  color: #1E2124;
  font-weight: normal;
  font-size: 15px;
}
.pe-form-select-group .pe-form-info {
  margin: 0;
  color: #464c53;
  font-size: 15px;
}
.pe-form-select-group .pe-form-message {
  display: flex;
  gap: 6px;
  width: 100%;
  margin: 0;
  font-size: 13px;
  color: #096AB3;
}
.pe-form-select-group .pe-form-message::before {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='13.3333' height='13.3333' rx='6.66667' transform='matrix(1 0 0 -1 1.33301 16.6667)' fill='%230B78CB'/%3E%3Cpath d='M7.93314 8.29403C8.37497 8.29403 8.73314 7.93586 8.73314 7.49403C8.73314 7.0522 8.37497 6.69403 7.93314 6.69403C7.49131 6.69403 7.13314 7.0522 7.13314 7.49403C7.13314 7.93586 7.49131 8.29403 7.93314 8.29403Z' fill='white'/%3E%3Cpath d='M6.9998 8.95412C6.88935 8.95412 6.7998 9.04366 6.7998 9.15412V9.55412C6.7998 9.66458 6.88935 9.75412 6.9998 9.75412H7.33418C7.44464 9.75412 7.53418 9.84366 7.53418 9.95412V12.3959H6.86699C6.75654 12.3959 6.66699 12.4854 6.66699 12.5959V12.9959C6.66699 13.1063 6.75654 13.1959 6.86699 13.1959H9.13366C9.24412 13.1959 9.33366 13.1063 9.33366 12.9959V12.5959C9.33366 12.4854 9.24412 12.3959 9.13366 12.3959H8.73418V9.15412C8.73418 9.04366 8.64464 8.95412 8.53418 8.95412H6.9998Z' fill='white'/%3E%3C/svg%3E%0A");
}

.pe-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pe-tag-wrap .btn-tag {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 2px;
  position: relative;
  background: #fff;
  border: 1px solid #cdd1d5;
  transition: 0.4s ease-in-out;
  line-height: 1;
}
.pe-tag-wrap .btn-tag:hover {
  background-color: #eef2f7;
}
.pe-tag-wrap .btn-tag:active, .pe-tag-wrap .btn-tag:focus {
  background-color: #d6e0eb;
}
.pe-tag-wrap .btn-tag .btn-delete {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='14.668' y='1.33325' width='13.3333' height='13.3333' rx='6.66667' transform='rotate(90 14.668 1.33325)' fill='%23CDD1D5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.37725 4.62301C5.16897 4.41473 4.83129 4.41473 4.62301 4.62301C4.41473 4.83129 4.41473 5.16897 4.62301 5.37725L7.2464 8.00065L4.62405 10.623C4.41577 10.8313 4.41577 11.169 4.62405 11.3773C4.83233 11.5855 5.17002 11.5855 5.3783 11.3773L8.00065 8.7549L10.623 11.3773C10.8313 11.5855 11.169 11.5855 11.3773 11.3773C11.5855 11.169 11.5855 10.8313 11.3773 10.623L8.7549 8.00065L11.3783 5.37725C11.5866 5.16897 11.5866 4.83129 11.3783 4.62301C11.17 4.41473 10.8323 4.41473 10.624 4.62301L8.00065 7.2464L5.37725 4.62301Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.pe-tag-wrap .btn-tag.link:hover, .pe-tag-wrap .btn-tag.link:active, .pe-tag-wrap .btn-tag.link:focus {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pe-tag-wrap.large {
  gap: 12px 8px;
}
.pe-tag-wrap.large .btn-tag {
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 40px;
  font-size: 17px;
}
.pe-tag-wrap.large .btn-tag.link {
  text-underline-offset: 3px;
}
.pe-tag-wrap.medium {
  gap: 8px;
}
.pe-tag-wrap.medium .btn-tag {
  min-height: 32px;
  padding: 8px 10px;
  border-radius: 32px;
  font-size: 15px;
}
.pe-tag-wrap.medium .btn-tag.link {
  text-underline-offset: 2px;
}
.pe-tag-wrap.small {
  gap: 8px 4px;
}
.pe-tag-wrap.small .btn-tag {
  min-height: 24px;
  padding: 8px;
  border-radius: 24px;
  font-size: 13px;
}
.pe-tag-wrap.small .btn-tag.link {
  text-underline-offset: 1px;
}

.pe-tooltip-popover {
  display: none;
  position: fixed;
  z-index: 100;
  white-space: nowrap;
  font-size: 15px;
  border-radius: 4px;
  padding: 4px 12px;
  color: #fff;
  background-color: #1e2124;
}
.pe-tooltip-popover::before {
  --tooltip-arrow-size:8px;
  --tooltip-arrow-gap:calc((var(--tooltip-arrow-size)/2)*-1);
  content: "";
  position: absolute;
  left: var(--tooltip-arrow-gap);
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: var(--tooltip-arrow-size);
  height: var(--tooltip-arrow-size);
  background-color: #1e2124;
}
.pe-tooltip-popover.tooltip-box {
  white-space: normal;
  max-width: 360px;
  border: 1px solid #b1b8be;
  border-radius: 12px;
  padding: 24px;
  color: #1E2124;
  background-color: #fff;
}
.pe-tooltip-popover.tooltip-box::before {
  --tooltip-arrow-size:12px;
  width: var(--tooltip-arrow-size);
  height: var(--tooltip-arrow-size);
  border: 1px solid #b1b8be;
  border-top-color: transparent;
  border-left-color: transparent;
  background-color: #fff;
}
.pe-tooltip-popover.tooltip-box.bottom::before {
  transform: translateX(-50%) rotate(-135deg);
}
.pe-tooltip-popover.right::before {
  left: calc(100% + var(--tooltip-arrow-gap));
}
.pe-tooltip-popover.top::before, .pe-tooltip-popover.bottom::before {
  left: 50%;
  top: calc(100% + var(--tooltip-arrow-gap));
  transform: translateX(-50%) rotate(45deg);
}
.pe-tooltip-popover.bottom::before {
  top: var(--tooltip-arrow-gap);
}
.pe-tooltip-popover.top.left::before, .pe-tooltip-popover.bottom.left::before {
  left: 24px;
}
.pe-tooltip-popover.top.right::before, .pe-tooltip-popover.bottom.right::before {
  left: calc(100% - 24px);
}
.pe-tooltip-popover.active {
  display: block;
}

.table.mobile[data-responsive=layout] tbody tr th {
  border-left: none;
  border-right: none;
}
.table.table.mobile[data-responsive=drop] tbody tr.nodata__tr td .td-title {
  display: none;
}
.table tr.nodata__tr td {
  justify-content: center;
}

.table .light-text {
  color: #8A949E;
  font-size: 15px;
}
.table .status {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 3px 5px;
  width: 75px;
  min-height: 32px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.5;
}
.table .status.status1 {
  color: #096AB3;
  background-color: #E7F4FE;
}
.table .status.status2 {
  color: #267337;
  background-color: #EAF6EC;
}
.table .status.status3 {
  color: #BD2C0F;
  background-color: #FDEFEC;
}
.table .status.status4 {
  color: #464C53;
  background-color: #E6E8EA;
}
.table .btn-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.table .btn-column .btn {
  min-width: 75px !important;
}

.pe-structured-list {
  --pe-structured-list--wrap-gap:24px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--pe-structured-list--wrap-gap);
}
.pe-structured-list + .pe-structured-list {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .pe-structured-list {
    --pe-structured-list--wrap-gap:16px;
  }
}
.pe-structured-list .in {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}
.pe-structured-list.allLinktype .structured-item {
  display: block;
  padding: 0;
}
.pe-structured-list.allLinktype .structured-item .structured-item-link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding: 32px;
}
@media (max-width: 490px) {
  .pe-structured-list.allLinktype .structured-item .structured-item-link {
    padding: 20px;
  }
}
.pe-structured-list.allLinktype .structured-item .structured-item-link .card-img {
  width: 100%;
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F5F7;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pe-structured-list.allLinktype .structured-item .structured-item-link .card-img {
    height: auto;
  }
}
.pe-structured-list.allLinktype .structured-item .structured-item-link .card-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  max-width: none;
  max-height: none;
}
.pe-structured-list.allLinktype.type-full .structured-item {
  display: block;
  padding: 0;
}
.pe-structured-list.allLinktype.type-full .structured-item .structured-item-link {
  flex-direction: row;
  padding: 24px;
}
.pe-structured-list.allLinktype.type-full .structured-item .structured-item-link .card-img {
  height: auto;
}
.pe-structured-list .structured-item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc(33.33% - 16px);
  gap: 16px 24px;
  padding: 32px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #b1b8be;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .pe-structured-list .structured-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .pe-structured-list .structured-item {
    --pe-structured-list--list-gap:12px;
    width: 100%;
  }
}
.pe-structured-list .structured-item .card-img {
  width: 100%;
}
.pe-structured-list .structured-item .card-img img {
  width: 100%;
}
.pe-structured-list .structured-item .card-top {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 4px);
  margin: -2px;
}
@media (max-width: 768px) {
  .pe-structured-list .structured-item .card-top {
    order: -1;
    flex: 1;
    flex-wrap: nowrap;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin: 0;
  }
}
.pe-structured-list .structured-item .card-body {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .pe-structured-list .structured-item .card-body {
    width: 100%;
  }
}
.pe-structured-list .structured-item .card-body .c-text .c-tit {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-weight: bold;
  margin: 10px 0 20px 0;
  font-size: 24px;
}
@media (max-width: 768px) {
  .pe-structured-list .structured-item .card-body .c-text .c-tit {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .pe-structured-list .structured-item .card-body .c-text .c-tit {
    font-size: 18px;
  }
}
.pe-structured-list .structured-item .card-body .c-text .c-tit span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 63px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .pe-structured-list .structured-item .card-body .c-text .c-tit span {
    min-height: 52px;
  }
}
@media (max-width: 420px) {
  .pe-structured-list .structured-item .card-body .c-text .c-tit span {
    min-height: 47px;
  }
}
.pe-structured-list .structured-item .card-body .c-text .c-txt {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #464C53;
}
.pe-structured-list .structured-item .card-body .c-text .c-date {
  position: relative;
  display: block;
  min-height: 26px;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .pe-structured-list .structured-item .card-body .c-text .c-date {
    flex-wrap: wrap;
  }
}
.pe-structured-list .structured-item .card-body .c-text .c-date .key {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 90px;
  font-weight: bold;
}
.pe-structured-list .structured-item .card-body .c-text .c-date .value {
  line-height: 1.5;
}
.pe-structured-list .structured-item .card-body .c-text .c-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 17px;
  margin-top: 16px;
}
.pe-structured-list .structured-item .card-body .c-text .c-meta > li {
  position: relative;
  color: #464C53;
  font-size: 17px;
  line-height: 1.5;
}
.pe-structured-list .structured-item .card-body .c-text .c-meta > li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #CDD1D5;
}
.pe-structured-list .structured-item .card-body a.c-text .c-tit::after {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40531 19.7351C8.70087 20.0635 9.2067 20.0902 9.53512 19.7946L17.5351 12.5949C17.7037 12.4432 17.8 12.2271 17.8 12.0003C17.8 11.7735 17.7037 11.5574 17.5351 11.4056L9.53515 4.20515C9.20675 3.90957 8.70092 3.93617 8.40534 4.26457C8.10976 4.59297 8.13637 5.0988 8.46477 5.39438L15.8041 12.0002L8.4648 18.6053C8.13638 18.9009 8.10975 19.4067 8.40531 19.7351Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.pe-structured-list .structured-item .card-body a.c-text:hover .c-tit, .pe-structured-list .structured-item .card-body a.c-text:focus .c-tit {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.pe-structured-list .structured-item .card-body .c-btn {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 1240px) {
  .pe-structured-list .structured-item .card-body .c-btn {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .pe-structured-list .structured-item .card-body .c-btn {
    width: 100%;
  }
}
.pe-structured-list .structured-item .card-btm {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  padding-top: 16px;
  margin-top: 8px;
  border-top: 1px solid #cdd1d5;
}
@media (max-width: 768px) {
  .pe-structured-list .structured-item .card-btm {
    width: 100%;
  }
}
.pe-structured-list .structured-item .card-btm .tag {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  background: #fff;
  min-height: 32px;
  padding: 0 10px;
  font-size: 15px;
  color: #1E2124;
  border-radius: 100px;
  border: 1px solid #cdd1d5;
}
.pe-structured-list .structured-item .card-btm .tag::before {
  content: "#";
}
.pe-structured-list .structured-item .card-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  gap: 16px;
}
@media (max-width: 1024px) {
  .pe-structured-list .structured-item .card-btn {
    gap: 4px;
  }
}
@media (max-width: 768px) {
  .pe-structured-list .structured-item .card-btn {
    order: -1;
    position: static;
    gap: 16px;
  }
}
.pe-structured-list.type-full, .pe-structured-list.type2 {
  flex-direction: column;
}
.pe-structured-list.type-full .structured-item, .pe-structured-list.type2 .structured-item {
  width: 100%;
  padding: 24px;
}
.pe-structured-list.type-full .structured-item:has(.card-img), .pe-structured-list.type2 .structured-item:has(.card-img) {
  flex-direction: row;
}
@media (max-width: 768px) {
  .pe-structured-list.type-full .structured-item:has(.card-img), .pe-structured-list.type2 .structured-item:has(.card-img) {
    flex-direction: column;
  }
}
.pe-structured-list.type-full .structured-item .card-img, .pe-structured-list.type2 .structured-item .card-img {
  width: 320px;
  max-width: 38%;
}
@media (max-width: 768px) {
  .pe-structured-list.type-full .structured-item .card-img, .pe-structured-list.type2 .structured-item .card-img {
    width: 100%;
    max-width: 100%;
  }
}
.pe-structured-list.type-full .structured-item .card-top, .pe-structured-list.type2 .structured-item .card-top {
  margin: 4px 0;
}
@media (max-width: 768px) {
  .pe-structured-list.type-full .structured-item .card-top, .pe-structured-list.type2 .structured-item .card-top {
    margin: 0;
  }
}
.pe-structured-list.type-full .structured-item .card-body, .pe-structured-list.type2 .structured-item .card-body {
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .pe-structured-list.type-full .structured-item .card-body, .pe-structured-list.type2 .structured-item .card-body {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pe-structured-list.type-full .structured-item .card-body .c-text .c-txt, .pe-structured-list.type2 .structured-item .card-body .c-text .c-txt {
  -webkit-line-clamp: 1;
}
.pe-structured-list.type-full .structured-item .card-btm, .pe-structured-list.type2 .structured-item .card-btm {
  margin-top: 0;
}

.search-list-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px 40px;
  margin: 40px 0 24px;
}
@media (max-width: 768px) {
  .search-list-top {
    flex-direction: column;
    gap: 20px 24px;
    margin-top: 24px;
  }
}
.search-list-top .sch-info {
  display: inline;
  font-size: 19px;
  font-weight: bold;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .search-list-top .sch-info {
    order: 2;
  }
}
.search-list-top .sch-info .point {
  word-break: break-all;
  color: #222222;
}
.search-list-top .sch-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: flex-end;
  flex: 1;
}
@media (max-width: 768px) {
  .search-list-top .sch-wrap {
    order: 1;
    width: 100%;
  }
}
.search-list-top .sch-wrap .sch-btn {
  display: flex;
  gap: 17px;
}
.search-list-top .sch-wrap .sch-btn .btn {
  position: relative;
  padding: 2px;
  min-height: 32px;
}
.search-list-top .sch-wrap .sch-btn .btn:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #8A949E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
}
.search-list-top .sch-sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-shrink: 0;
}
.search-list-top .sch-sort > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  position: relative;
  padding-left: 25px;
}
.search-list-top .sch-sort > li:not(:last-of-type) {
  padding: 0;
}
.search-list-top .sch-sort > li:not(:last-of-type)::after {
  display: none;
}
.search-list-top .sch-sort > li::after {
  content: "";
  display: inline-flex;
  width: 1px;
  height: 16px;
  background-color: #8A949E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.search-list-top .sch-sort .btn.ico-filter {
  position: relative;
  font-size: 15px;
  padding: 2px;
}
.search-list-top .sch-sort .btn.ico-filter .span {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 15px;
}
.search-list-top .sch-sort .btn.ico-filter .pe-badge.number {
  position: absolute;
  top: -15px;
  right: 4px;
  z-index: 1;
}
.search-list-top .sch-sort .sort-label {
  font-weight: bold;
  margin-right: 12px;
  white-space: nowrap;
}
.search-list-top .sch-sort .sort-label label {
  margin: 0;
  color: #1E2124;
  font-size: 17px;
}
.search-list-top .sch-sort .w-sort-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 8px;
}
@media (max-width: 768px) {
  .search-list-top .sch-sort .w-sort-btn {
    display: none;
  }
}
.search-list-top .sch-sort .w-sort-btn button {
  padding: 0 4px;
  transition: 0.4s ease-in-out;
  color: #1E2124;
  font-size: 17px;
  border-radius: 4px;
  line-height: 1.5;
}
.search-list-top .sch-sort .w-sort-btn button:hover {
  background-color: #EEF2F7;
}
.search-list-top .sch-sort .w-sort-btn button:focus, .search-list-top .sch-sort .w-sort-btn button:active {
  background-color: #D6E0EB;
}
.search-list-top .sch-sort .w-sort-btn button.active {
  text-decoration: underline;
  text-underline-offset: 3px;
  background-color: #EEF2F7;
}
.search-list-top .sch-sort .m-sort-btn {
  display: none;
}
@media (max-width: 768px) {
  .search-list-top .sch-sort .m-sort-btn {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .search-list-top .sch-sort .w-hide {
    display: flex !important;
  }
}
.search-list-top .sch-sort .btn-pagingSelect {
  height: 26px;
  padding: 0 2px;
  color: #1E2124;
  font-size: 15px;
  background-color: #e3edfa;
  border-color: #e3edfa;
  transition: all 0.3s;
}
.search-list-top .sch-sort .btn-pagingSelect:hover, .search-list-top .sch-sort .btn-pagingSelect:focus {
  color: #FFF;
  background-color: #2257B4;
}

.pop-filter-top {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 4;
  padding: 16px;
  margin: 0 -16px;
  background-color: #eef2f7;
}
.pop-filter-top .filter-tag-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  gap: 8px;
}
.pop-filter-top .filter-tag-wrap .tag-in {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.pop-filter-top .filter-tag-wrap .tag-in::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}
.pop-filter-top .filter-tag-wrap .tag-in::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #cdd1d5;
}
.pop-filter-top .filter-tag-wrap .tag-in.is-open {
  flex-wrap: wrap;
  overflow-x: hidden;
}
.pop-filter-top .filter-tag-wrap .tag-btn {
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 16px 8px 16px 24px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.12%, #eef2f7 46.25%);
}
.pop-filter-top .filter-tag-wrap > .btn {
  flex-shrink: 0;
}

.m-hide {
  display: block !important;
}
@media (max-width: 768px) {
  .m-hide {
    display: none !important;
  }
}

.w-hide {
  display: none !important;
}
@media (max-width: 768px) {
  .w-hide {
    display: block !important;
  }
}

.pe-top-box {
  background: #EEF2F7;
  border: 1px solid #B1B8BE;
  padding: 40px;
  border-radius: 16px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .pe-top-box {
    padding: 20px;
  }
}
.pe-top-box .top-title {
  position: relative;
  display: block;
  margin-bottom: 24px;
  padding-left: 36px;
  color: #131416;
  font-size: 24px;
  font-weight: bold;
}
.pe-top-box .top-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.332 17.2002C23.4671 17.2002 23.6144 17.2247 23.7334 17.2705L22.3438 19.333H6.40039C6.2532 19.333 6.13393 19.4525 6.13379 19.5996V25.5996C6.13379 25.7469 6.25311 25.8662 6.40039 25.8662H15.8662L18 28H6.40039C5.07491 28 4 26.9251 4 25.5996V19.5996C4.00014 18.2742 5.07499 17.2002 6.40039 17.2002H23.332ZM22.2402 6.13379H6.40039C6.25311 6.13379 6.13379 6.25311 6.13379 6.40039V12.4004C6.134 12.5475 6.25324 12.667 6.40039 12.667H16L18.1738 14.7998H6.40039C5.07504 14.7998 4.00021 13.7257 4 12.4004V6.40039C4 5.07491 5.07491 4 6.40039 4H23.6934L22.2402 6.13379Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.2627 4.45057C27.7497 4.78201 27.8759 5.44551 27.5444 5.93253L22.1 13.9325C21.9212 14.1952 21.6346 14.3645 21.3183 14.3943C21.002 14.4242 20.6888 14.3115 20.4641 14.0868L17.129 10.7535C16.7124 10.3371 16.7122 9.66168 17.1286 9.24501C17.5451 8.82834 18.2205 8.82817 18.6371 9.24462L21.0611 11.6673L25.7808 4.73226C26.1122 4.24524 26.7757 4.11912 27.2627 4.45057Z' fill='%230B50D0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.2627 17.7846C27.7497 18.116 27.8759 18.7795 27.5444 19.2665L22.1 27.2665C21.9212 27.5292 21.6346 27.6985 21.3183 27.7283C21.002 27.7582 20.6888 27.6454 20.4641 27.4208L17.129 24.0875C16.7124 23.671 16.7122 22.9957 17.1286 22.579C17.5451 22.1623 18.2205 22.1622 18.6371 22.5786L21.0611 25.0013L25.7808 18.0662C26.1122 17.5792 26.7757 17.4531 27.2627 17.7846Z' fill='%230B50D0'/%3E%3C/svg%3E%0A");
}
.pe-top-box .tip-title {
  position: relative;
  display: block;
  margin: 16px 0 4px;
  color: #0B50D0;
  padding-left: 32px;
}
.pe-top-box .tip-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 24px;
  height: 28px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='28' viewBox='0 0 24 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4C13.6871 4 15.2758 4.41945 16.6699 5.15723L15.7598 6.48926C14.6283 5.92175 13.352 5.59961 12 5.59961C7.36081 5.59961 3.59961 9.36081 3.59961 14C3.59961 18.6392 7.36081 22.4004 12 22.4004C16.6392 22.4004 20.4004 18.6392 20.4004 14C20.4004 12.4818 19.9946 11.0591 19.29 9.83008L20.2764 8.3877C21.3637 9.98799 22 11.9195 22 14C22 19.5228 17.5228 24 12 24C6.47715 24 2 19.5228 2 14C2 8.47715 6.47715 4 12 4ZM18.0215 6.01562C18.4516 6.34048 18.8527 6.70108 19.2246 7.08984L18.2988 8.44531C17.9411 8.04002 17.5452 7.66985 17.1162 7.33984L18.0215 6.01562Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4505 5.33873C19.8153 5.58796 19.909 6.08575 19.6598 6.45058L12.8281 16.4506C12.6938 16.6471 12.4789 16.7737 12.2419 16.7958C12.0049 16.818 11.7703 16.7334 11.6019 16.5651L7.43364 12.3984C7.12116 12.0861 7.12106 11.5795 7.43342 11.2671C7.74578 10.9546 8.25231 10.9545 8.56479 11.2668L12.051 14.7517L18.3387 5.54802C18.5879 5.1832 19.0857 5.0895 19.4505 5.33873Z' fill='%230B50D0'/%3E%3C/svg%3E%0A");
}
.pe-top-box .process_wrap {
  padding: 0;
  background: transparent;
}
.pe-top-box .txt-box.type02 {
  border-color: #D3EBFD;
  background: #F3F9F7;
}
.pe-top-box .txt-box.type02 .txt-fouse {
  padding-left: 27px;
}
.pe-top-box .txt-box.type02 .txt-fouse::before {
  top: 0;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' transform='matrix(1 0 0 -1 2 22)' fill='%230B78CB'/%3E%3Cpath d='M11.8992 9.44102C12.562 9.44102 13.0992 8.90376 13.0992 8.24102C13.0992 7.57827 12.562 7.04102 11.8992 7.04102C11.2365 7.04102 10.6992 7.57827 10.6992 8.24102C10.6992 8.90376 11.2365 9.44102 11.8992 9.44102Z' fill='white'/%3E%3Cpath d='M10.3992 10.4312C10.2888 10.4312 10.1992 10.5207 10.1992 10.6312V11.4312C10.1992 11.5416 10.2888 11.6312 10.3992 11.6312H11.1008C11.2112 11.6312 11.3008 11.7207 11.3008 11.8312V15.5938H10.2C10.0895 15.5938 10 15.6833 10 15.7937V16.5938C10 16.7042 10.0895 16.7937 10.2 16.7937H13.8C13.9105 16.7937 14 16.7042 14 16.5938V15.7937C14 15.6833 13.9105 15.5938 13.8 15.5938H13.1008V10.6312C13.1008 10.5207 13.0112 10.4312 12.9008 10.4312H10.3992Z' fill='white'/%3E%3C/svg%3E%0A");
}
.pe-top-box .indentation {
  padding-left: 32px;
}

.pe-slot-list {
  width: calc(100% + 24px);
  border-collapse: separate;
  border-spacing: 12px;
  margin: -12px;
  table-layout: fixed;
}
@media (max-width: 768px) {
  .pe-slot-list {
    width: 100%;
    margin: 0;
    border-spacing: 0;
  }
}
@media (max-width: 768px) {
  .pe-slot-list colgroup {
    display: none;
  }
}
.pe-slot-list tbody tr {
  position: relative;
  background: #fff;
}
@media (max-width: 768px) {
  .pe-slot-list tbody tr {
    display: block;
    width: 100%;
  }
}
.pe-slot-list tbody tr + tr {
  margin-top: 12px;
}
.pe-slot-list tbody tr::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #CDD1D5;
  border-radius: 16px;
}
.pe-slot-list tbody tr td {
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 16px 32px;
}
@media (max-width: 1024px) {
  .pe-slot-list tbody tr td {
    padding: 12px 20px;
  }
}
@media (max-width: 768px) {
  .pe-slot-list tbody tr td {
    display: block;
    width: 100%;
  }
}
.pe-slot-list tbody tr td:not(:last-of-type)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 40px);
  background: #CDD1D5;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .pe-slot-list tbody tr td:not(:last-of-type)::before {
    right: 50%;
    top: 100%;
    transform: translateX(50%);
    width: calc(100% - 40px);
    height: 1px;
  }
}
.pe-slot-list tbody tr td .slot-title {
  display: block;
  font-weight: bold;
  font-size: 19px;
  color: #1E2124;
}
.pe-slot-list tbody tr td .slot-date {
  display: flex;
  justify-content: center;
  gap: 4px;
  font-size: 19px;
  color: #1E2124;
  line-height: 1.5;
}
.pe-slot-list tbody tr td .slot-date .ico-calendar {
  flex-shrink: 0;
  margin-top: 4px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.499 1.66797C13.867 1.66814 14.1649 1.96605 14.165 2.33398V4.16797H15.999C16.8274 4.16798 17.499 4.83955 17.499 5.66797V16.001C17.499 16.8294 16.8275 17.501 15.999 17.501H4C3.17157 17.501 2.5 16.8294 2.5 16.001V5.66797C2.5 4.83954 3.17157 4.16797 4 4.16797H5.83301V2.33398C5.83318 1.96594 6.13192 1.66797 6.5 1.66797C6.86808 1.66797 7.16682 1.96594 7.16699 2.33398V4.16797H12.832V2.33398C12.8322 1.96594 13.1309 1.66797 13.499 1.66797ZM3.83301 16.001C3.83301 16.093 3.90795 16.168 4 16.168H15.999C16.0911 16.168 16.166 16.093 16.166 16.001V9.00098H3.83301V16.001ZM6.33496 11.668C6.79505 11.6681 7.16797 12.0408 7.16797 12.501C7.16797 12.9611 6.79505 13.3338 6.33496 13.334C5.87472 13.334 5.50098 12.9612 5.50098 12.501C5.50098 12.0407 5.87472 11.668 6.33496 11.668ZM10 11.668C10.4602 11.668 10.833 12.0407 10.833 12.501C10.833 12.9612 10.4602 13.334 10 13.334C9.53976 13.334 9.16699 12.9612 9.16699 12.501C9.16699 12.0407 9.53976 11.668 10 11.668ZM13.6689 11.668C14.129 11.6681 14.502 12.0408 14.502 12.501C14.502 12.9611 14.129 13.3338 13.6689 13.334C13.2087 13.334 12.835 12.9612 12.835 12.501C12.835 12.0407 13.2087 11.668 13.6689 11.668ZM4 5.50098C3.90795 5.50098 3.83301 5.57592 3.83301 5.66797V7.66797H16.166V5.66797C16.166 5.57592 16.0911 5.50098 15.999 5.50098H4Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.pe-slot-list tbody tr td .align-justify {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
}
@media (max-width: 768px) {
  .pe-slot-list tbody tr td .align-justify {
    flex-direction: column;
  }
}
.pe-slot-list tbody tr td .btn {
  z-index: 1;
}

.pe-justify-btn-box {
  display: flex;
  justify-content: space-between;
  gap: 10px 30px;
  margin-top: 40px;
}

.pe-document-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.pe-document-list .item {
  width: calc(33.33% - 21.33px);
}
@media (max-width: 1024px) {
  .pe-document-list .item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 550px) {
  .pe-document-list .item {
    width: 100%;
  }
}
.pe-document-list .item .img {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center; /*aspect-ratio: 1.145;*/
  padding: 30px 30px 0;
  border-radius: 16px 16px 0 0;
  background: #ECF2FE;
}
@media (max-width: 380px) {
  .pe-document-list .item .img {
    padding: 20px 20px 0;
  }
}
.pe-document-list .item .img img {
  width: 200px;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.7;
  filter: drop-shadow(24px 3px 13px rgba(0, 0, 0, 0.1));
}
.pe-document-list .item .text {
  margin-top: 16px;
}
.pe-document-list .item .text .tit-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pe-document-list .item .text .tit-wrap .stit {
  display: block;
  font-size: 13px;
  color: #464C53;
  line-height: 1.5;
}
.pe-document-list .item .text .tit-wrap .mtit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 54px;
  font-size: 19px;
  color: #1E2124;
  line-height: 1.4;
  overflow: hidden;
}
.pe-document-list .item .text .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.pe-gallery {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  aspect-ratio: 2;
}
@media (max-width: 768px) {
  .pe-gallery {
    aspect-ratio: auto;
  }
}
.pe-gallery .slider {
  position: relative;
  width: 74.6%;
  height: 100%;
}
@media (max-width: 768px) {
  .pe-gallery .slider {
    width: 100%;
  }
}
.pe-gallery .thumb {
  position: relative;
  width: calc(25.4% - 20px);
  height: 100%;
}
@media (max-width: 768px) {
  .pe-gallery .thumb {
    width: 100%;
  }
}
.pe-gallery .thumb .swiper-slide-active {
  border: 2px solid #2257B4;
  box-sizing: border-box;
}
.pe-gallery .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pe-gallery .control {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  gap: 8px;
  padding: 24px;
}
.pe-gallery .control .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: static;
  width: 65px;
  background: #fff;
  border-radius: 40px;
  color: #0B2A4E;
  font-size: 17px;
  border: 1px solid #CDD1D5;
  font-weight: 900;
}
.pe-gallery .control .swiper-pagination .swiper-pagination-current {
  color: #0B2A4E;
}
.pe-gallery .control .swiper-btn {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #CDD1D5;
  border-radius: 50%;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.pe-gallery .control .swiper-btn.swiper-btn-toggle {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.6498 4.08082C7.92487 3.94681 8.25229 3.98143 8.49325 4.17001L17.6933 11.3702C17.887 11.5218 18.0002 11.7542 18.0002 12.0002C18.0002 12.2462 17.887 12.4786 17.6932 12.6302L8.49324 19.8302C8.25228 20.0188 7.92486 20.0534 7.64979 19.9194C7.37473 19.7854 7.2002 19.5062 7.2002 19.2002V4.80001C7.2002 4.49402 7.37473 4.21484 7.6498 4.08082ZM8.8002 6.44199V17.5582L15.9022 12.0002L8.8002 6.44199Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.pe-gallery .control .swiper-btn.swiper-btn-toggle.playing {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.80313 4.8C7.80313 4.35817 7.44495 4 7.00313 4C6.5613 4 6.20312 4.35817 6.20312 4.8V19.2002C6.20312 19.642 6.5613 20.0002 7.00313 20.0002C7.44495 20.0002 7.80313 19.642 7.80313 19.2002V4.8ZM17.8031 4.8C17.8031 4.35817 17.445 4 17.0031 4C16.5613 4 16.2031 4.35817 16.2031 4.8V19.2002C16.2031 19.642 16.5613 20.0002 17.0031 20.0002C17.445 20.0002 17.8031 19.642 17.8031 19.2002V4.8Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.pe-gallery .control .swiper-btn.swiper-btn-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5915 19.7354C15.2959 20.0638 14.7901 20.0904 14.4617 19.7948L6.46169 12.5946C6.29312 12.4429 6.19687 12.2268 6.19687 12C6.19687 11.7732 6.29313 11.5571 6.4617 11.4054L14.4617 4.20537C14.7901 3.9098 15.2959 3.93643 15.5915 4.26484C15.8871 4.59324 15.8604 5.09908 15.532 5.39464L8.19274 12L15.532 18.6056C15.8605 18.9011 15.8871 19.407 15.5915 19.7354Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.pe-gallery .control .swiper-btn.swiper-btn-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40849 19.7354C8.70405 20.0638 9.20988 20.0904 9.53829 19.7948L17.5383 12.5951C17.7069 12.4434 17.8031 12.2273 17.8031 12.0005C17.8031 11.7737 17.7069 11.5576 17.5383 11.4059L9.53832 4.20539C9.20993 3.90981 8.70409 3.93642 8.40851 4.26482C8.11294 4.59321 8.13954 5.09905 8.46794 5.39462L15.8073 12.0005L8.46797 18.6056C8.13956 18.9011 8.11293 19.4069 8.40849 19.7354Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}

.input-item-box {
  position: relative;
}
.input-item-box .input-item {
  width: 100%;
  height: 48px;
  padding: 0 8px 0;
  background-color: #FFFFFF;
  border: 1px solid #58616A;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 400;
  color: #1E2124;
  transition: all 0s;
}
.input-item-box .input-item::-moz-placeholder {
  color: #8A949E;
}
.input-item-box .input-item::placeholder {
  color: #8A949E;
}
.input-item-box .input-item.lg {
  height: 56px;
  font-size: 19px;
}
.input-item-box .input-item.sm {
  height: 40px;
  font-size: 15px;
}
.input-item-box .input-item:focus {
  border: 2px solid #256EF4;
  outline: 0;
}
.input-item-box .input-item.clear:focus {
  padding-right: 43px;
}
.input-item-box .input-item.clear:focus ~ .input-clear {
  display: inline-block;
}
.input-item-box .input-item.visible, .input-item-box .input-item.visible.clear {
  padding-right: 43px;
}
.input-item-box .input-item.visible.clear:focus {
  padding-right: 80px;
}
.input-item-box .input-item.visible.clear:focus ~ .input-clear {
  right: 48px;
}
.input-item-box .input-item.completed {
  border: 1px solid #58616A;
}
.input-item-box .input-item.error {
  border: 2px solid #DE3412;
}
.input-item-box .input-item:disabled {
  border: 1px solid #B1B8BE;
  background-color: #CDD1D5;
  cursor: text;
}
.input-item-box .input-item:disabled ~ .input-clear {
  display: none;
}
.input-item-box .input-item:-moz-read-only {
  border: 1px solid #B1B8BE;
  background-color: #CDD1D5;
}
.input-item-box .input-item:read-only {
  border: 1px solid #B1B8BE;
  background-color: #CDD1D5;
}
.input-item-box .input-item:-moz-read-only ~ .input-clear {
  display: none;
}
.input-item-box .input-item:read-only ~ .input-clear {
  display: none;
}
.input-item-box .input-item[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}
.input-item-box .input-item.file {
  background-color: #fff;
}
.input-item-box .input-item.picker {
  background-color: #fff;
}
.input-item-box .textarea-item {
  width: 100%;
  height: 144px;
  padding: 8px 16px;
  border: 1px solid #58616A;
  border-radius: 6px;
  transition: border 0s;
}
.input-item-box .textarea-item:focus {
  border: 2px solid #256EF4;
  outline: 0;
}
.input-item-box .input-clear {
  display: none;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='20' width='20' height='20' rx='10' transform='rotate(90 20 0)' fill='%23CDD1D5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.0649 4.93451C5.75248 4.62209 5.24595 4.62209 4.93353 4.93451C4.62111 5.24693 4.62111 5.75346 4.93353 6.06588L8.86863 10.001L4.9351 13.9345C4.62268 14.2469 4.62268 14.7535 4.9351 15.0659C5.24751 15.3783 5.75405 15.3783 6.06647 15.0659L10 11.1323L13.9335 15.0659C14.246 15.3783 14.7525 15.3783 15.0649 15.0659C15.3773 14.7535 15.3773 14.2469 15.0649 13.9345L11.1314 10.001L15.0665 6.06588C15.3789 5.75346 15.3789 5.24693 15.0665 4.93451C14.754 4.62209 14.2475 4.62209 13.9351 4.93451L10 8.86961L6.0649 4.93451Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center;
}
.input-item-box .input-visible {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63629 12.0843C4.03609 10.8283 5.08502 9.63166 6.59666 8.73858C8.10015 7.85031 10.0027 7.3002 11.9985 7.3002C16.0279 7.3002 19.3773 9.51934 20.3566 12.1209C20.359 12.1272 20.3594 12.1313 20.3594 12.1328L20.3594 12.133C19.8163 13.8467 17.4328 16.7002 11.9985 16.7002C6.62812 16.7002 4.20473 13.6043 3.63555 12.0869L3.63629 12.0843ZM11.9985 5.7002C9.71865 5.7002 7.53474 6.32599 5.7828 7.36103C4.03901 8.39127 2.66351 9.86534 2.11167 11.599C2.0057 11.9319 2.00656 12.2981 2.13461 12.6412C2.92028 14.7463 5.91647 18.3002 11.9985 18.3002C18.0562 18.3002 21.1104 15.0626 21.8852 12.6146C21.9975 12.26 21.9786 11.8883 21.854 11.5573C20.5835 8.18203 16.518 5.7002 11.9985 5.7002ZM9.79922 12.0002C9.79922 10.7852 10.7842 9.8002 11.9992 9.8002C13.2142 9.8002 14.1992 10.7852 14.1992 12.0002C14.1992 13.2152 13.2142 14.2002 11.9992 14.2002C10.7842 14.2002 9.79922 13.2152 9.79922 12.0002ZM11.9992 8.2002C9.90054 8.2002 8.19922 9.90151 8.19922 12.0002C8.19922 14.0989 9.90054 15.8002 11.9992 15.8002C14.0979 15.8002 15.7992 14.0989 15.7992 12.0002C15.7992 9.90151 14.0979 8.2002 11.9992 8.2002Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center;
}
.input-item-box .input-invisible {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.23438 5.36526L18.6344 19.7653L19.7657 18.6339L5.36575 4.23389L4.23438 5.36526ZM18.8179 16.033C18.6067 16.1789 18.3856 16.3213 18.1554 16.459L16.9833 15.2869C17.3108 15.1074 17.62 14.9158 17.9085 14.7166C18.6672 14.1925 19.2619 13.6286 19.6584 13.1144C20.0746 12.5747 20.1992 12.1864 20.1992 11.9998C20.1992 11.8132 20.0746 11.4249 19.6584 10.8852C19.2619 10.371 18.6672 9.80712 17.9085 9.28304C16.3895 8.23378 14.2951 7.3998 11.9992 7.3998C11.1076 7.3998 10.2463 7.52559 9.43738 7.74091L8.15735 6.46088C9.33192 6.05284 10.6303 5.7998 11.9992 5.7998C14.6739 5.7998 17.0795 6.76583 18.8179 7.96657C19.6878 8.56749 20.4111 9.24111 20.9255 9.90817C21.4201 10.5497 21.7992 11.2864 21.7992 11.9998C21.7992 12.7132 21.4201 13.4499 20.9255 14.0914C20.4111 14.7585 19.6878 15.4321 18.8179 16.033ZM16.1742 11.9998C16.1742 12.7141 15.9847 13.3801 15.6537 13.9572L14.4485 12.752C14.5303 12.5137 14.5742 12.2605 14.5742 11.9998C14.5742 10.6827 13.4524 9.5598 11.9992 9.5598C11.7691 9.5598 11.5474 9.58795 11.337 9.64056L10.0991 8.4026C10.6717 8.11896 11.3187 7.9598 11.9992 7.9598C14.2739 7.9598 16.1742 9.73811 16.1742 11.9998ZM13.8994 15.597L12.6614 14.359C12.4511 14.4117 12.2293 14.4398 11.9992 14.4398C10.546 14.4398 9.42422 13.3169 9.42422 11.9998C9.42422 11.7391 9.46818 11.4859 9.54998 11.2476L8.34476 10.0424C8.01375 10.6195 7.82422 11.2855 7.82422 11.9998C7.82422 14.2615 9.72452 16.0398 11.9992 16.0398C12.6797 16.0398 13.3267 15.8806 13.8994 15.597ZM6.08993 9.28304C6.37842 9.08376 6.68767 8.89225 7.0151 8.71275L5.843 7.54064C5.61282 7.67828 5.39178 7.82069 5.18059 7.96657C4.31062 8.56749 3.58732 9.24111 3.07295 9.90817C2.5783 10.5497 2.19922 11.2864 2.19922 11.9998C2.19922 12.7132 2.5783 13.4499 3.07295 14.0914C3.58732 14.7585 4.31062 15.4321 5.18059 16.033C6.91891 17.2338 9.32458 18.1998 11.9992 18.1998C13.3681 18.1998 14.6665 17.9468 15.8411 17.5387L14.5611 16.2587C13.7521 16.474 12.8909 16.5998 11.9992 16.5998C9.70329 16.5998 7.60897 15.7658 6.08993 14.7166C5.33121 14.1925 4.7365 13.6286 4.34001 13.1144C3.92381 12.5747 3.79922 12.1864 3.79922 11.9998C3.79922 11.8132 3.92381 11.4249 4.34001 10.8852C4.7365 10.371 5.33121 9.80712 6.08993 9.28304Z' fill='%232D2D2D'/%3E%3C/svg%3E") no-repeat center;
}

.picker-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.picker-icon.date-picker {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.8 2C8.24183 2 8.6 2.35817 8.6 2.8V5.00005L15.3984 5.00013V2.8C15.3984 2.35817 15.7566 2 16.1984 2C16.6403 2 16.9984 2.35817 16.9984 2.8V5.00015L19.1992 5.00017C20.1933 5.00018 20.9992 5.80607 20.9992 6.80017V19.2002C20.9992 20.1943 20.1933 21.0002 19.1992 21.0002H4.8C3.80589 21.0002 3 20.1943 3 19.2002V6.8C3 5.80588 3.8059 4.99999 4.80002 5L7 5.00003V2.8C7 2.35817 7.35817 2 7.8 2ZM4.8 6.6C4.68954 6.6 4.6 6.68954 4.6 6.8V9.2002H19.3992V6.80017C19.3992 6.68972 19.3097 6.60017 19.1992 6.60017L4.8 6.6ZM4.6 19.2002V10.8002H19.3992V19.2002C19.3992 19.3106 19.3097 19.4002 19.1992 19.4002H4.8C4.68954 19.4002 4.6 19.3106 4.6 19.2002ZM7.60156 14C7.04928 14 6.60156 14.4477 6.60156 15C6.60156 15.5523 7.04928 16 7.60156 16C8.15385 16 8.60156 15.5523 8.60156 15C8.60156 14.4477 8.15385 14 7.60156 14ZM12 14C11.4477 14 11 14.4477 11 15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15C13 14.4477 12.5523 14 12 14ZM15.4023 15C15.4023 14.4477 15.8501 14 16.4023 14C16.9546 14 17.4023 14.4477 17.4023 15C17.4023 15.5523 16.9546 16 16.4023 16C15.8501 16 15.4023 15.5523 15.4023 15Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.picker-icon.time-picker {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 3.59961C7.36081 3.59961 3.59961 7.36081 3.59961 12C3.59961 16.6391 7.36081 20.4004 12 20.4004C16.6391 20.4004 20.4004 16.6391 20.4004 12C20.4004 7.36081 16.6391 3.59961 12 3.59961ZM11.999 6.7002C12.4408 6.7002 12.7987 7.05826 12.7988 7.5V11.2002H16.5C16.9416 11.2005 17.2998 11.5593 17.2998 12.001C17.2995 12.4424 16.9414 12.8005 16.5 12.8008H11.999C11.5574 12.8007 11.1995 12.4425 11.1992 12.001V7.5C11.1993 7.05833 11.5574 6.7003 11.999 6.7002Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}

.input-item-title {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #464C53;
}

.input-item-subtit {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #464C53;
}

.input-message {
  display: flex;
  gap: 4px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #096AB3;
}
.input-message::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='13.3333' height='13.3333' rx='6.66667' transform='matrix(1 0 0 -1 1.33398 14.6667)' fill='%230B78CB'/%3E%3Cpath d='M7.93216 6.29409C8.37399 6.29409 8.73216 5.93592 8.73216 5.49409C8.73216 5.05226 8.37399 4.69409 7.93216 4.69409C7.49033 4.69409 7.13216 5.05226 7.13216 5.49409C7.13216 5.93592 7.49033 6.29409 7.93216 6.29409Z' fill='white'/%3E%3Cpath d='M6.99883 6.95418C6.88837 6.95418 6.79883 7.04373 6.79883 7.15418V7.55418C6.79883 7.66464 6.88837 7.75418 6.99883 7.75418H7.3332C7.44366 7.75418 7.5332 7.84373 7.5332 7.95418V10.3959H6.86602C6.75556 10.3959 6.66602 10.4855 6.66602 10.5959V10.9959C6.66602 11.1064 6.75556 11.1959 6.86602 11.1959H9.13268C9.24314 11.1959 9.33268 11.1064 9.33268 10.9959V10.5959C9.33268 10.4855 9.24314 10.3959 9.13268 10.3959H8.7332V7.15418C8.7332 7.04373 8.64366 6.95418 8.5332 6.95418H6.99883Z' fill='white'/%3E%3C/svg%3E%0A");
}
.input-message.completed {
  color: #267337;
}
.input-message.completed::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='13.3333' height='13.3333' rx='6.66667' transform='matrix(1 0 0 -1 1.33398 14.6667)' fill='%23228738'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5029 5.55984C10.746 5.72602 10.8085 6.05789 10.6423 6.30108L7.90896 10.3011C7.81943 10.4321 7.67621 10.5164 7.51822 10.5312C7.36022 10.546 7.20386 10.4896 7.09161 10.3774L5.42391 8.71076C5.21556 8.50254 5.21546 8.16485 5.42367 7.95651C5.63188 7.74816 5.96957 7.74806 6.17792 7.95627L7.39095 9.16854L9.76161 5.69928C9.92779 5.45608 10.2597 5.39365 10.5029 5.55984Z' fill='white'/%3E%3C/svg%3E%0A");
}
.input-message.error {
  color: #BD2C0F;
}
.input-message.error::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33398 8.00008C1.33398 11.682 4.31875 14.6667 8.00065 14.6667C11.6826 14.6667 14.6673 11.682 14.6673 8.00008C14.6673 4.31818 11.6826 1.33341 8.00065 1.33341C4.31875 1.33341 1.33398 4.31818 1.33398 8.00008Z' fill='%23DE3412'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.37725 5.62301C6.16897 5.41473 5.83129 5.41473 5.62301 5.62301C5.41473 5.83129 5.41473 6.16897 5.62301 6.37725L7.2464 8.00065L5.62405 9.62301C5.41577 9.83129 5.41577 10.169 5.62405 10.3773C5.83233 10.5855 6.17002 10.5855 6.37829 10.3773L8.00065 8.7549L9.62301 10.3773C9.83129 10.5855 10.169 10.5855 10.3773 10.3773C10.5855 10.169 10.5855 9.83129 10.3773 9.62301L8.7549 8.00065L10.3783 6.37725C10.5866 6.16897 10.5866 5.83129 10.3783 5.62301C10.17 5.41473 9.83233 5.41473 9.62405 5.62301L8.00065 7.2464L6.37725 5.62301Z' fill='white'/%3E%3C/svg%3E%0A");
}

.input-flex {
  display: flex;
  align-items: center;
}

.step-indicator {
  display: flex;
  justify-content: space-between;
}
.step-indicator .step-indicator-item {
  flex: 1 1 0;
  min-width: 0;
}
.step-indicator .step-indicator-item:last-child .marker-line {
  display: none;
}
.step-indicator .step-indicator-item .step-indicator-marker {
  position: relative;
}
.step-indicator .step-indicator-item .step-indicator-marker .marker-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #E6E8EA;
  border: 1px solid #CDD1D5;
  border-radius: 50%;
}
.step-indicator .step-indicator-item .step-indicator-marker .marker-icon {
  display: inline-block;
}
.step-indicator .step-indicator-item .step-indicator-marker .marker-line {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #CDD1D5;
}
.step-indicator .step-indicator-item.active .step-indicator-marker .marker-item {
  background-color: #256EF4;
  border-color: #256EF4;
}
.step-indicator .step-indicator-item.active .step-indicator-marker .marker-icon {
  width: 14px;
  height: 14px;
  background-color: #256EF4;
  border: 2px solid #fff;
  border-radius: 50%;
}
.step-indicator .step-indicator-item.done .step-indicator-marker .marker-item {
  background-color: #6D7882;
  border-color: #6D7882;
}
.step-indicator .step-indicator-item.done .step-indicator-marker .marker-icon {
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.50049 4.20595L4.49095 7.08807L8.4999 0.912109' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat center;
}
.step-indicator .step-indicator-item.done .step-indicator-marker .marker-line {
  background-color: #6D7882;
}
.step-indicator .step-indicator-item .step-indicator-text {
  margin-top: 8px;
  padding-right: 12px;
}
.step-indicator .step-indicator-item .step-indicator-text .step-text-sub {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
  color: #464C53;
  line-height: 1.5;
}
.step-indicator .step-indicator-item .step-indicator-text .step-text-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1E2124;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .step-indicator .step-indicator-item:last-child .marker-line {
    display: inline-block;
  }
  .step-indicator .step-indicator-item .step-indicator-text {
    display: none;
  }
}
@media (min-width: 769px) {
  .step-indicator.fixed {
    justify-content: flex-start;
  }
  .step-indicator.fixed .step-indicator-item {
    flex: 0 0 auto;
    width: 120px;
  }
}

.step-indicator-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 48px;
}
.step-indicator-head .step-indicator-title {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #131416;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .step-indicator-head .step-indicator-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .step-indicator-head .step-indicator-title {
    font-size: 26px;
  }
}

.personal-info-box {
  padding: 56px 40px 32px;
  border: 1px solid #B1B8BE;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .personal-info-box {
    padding: 40px 20px 16px;
  }
}
@media (max-width: 490px) {
  .personal-info-box {
    padding: 30px 20px 16px;
  }
}
.personal-info-box .personal-info-title .info-title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}
.personal-info-box .personal-info-title .info-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.personal-info-box .personal-info-title .info-arrows .info-arrow-button {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #CDD1D5;
  border-radius: 50%;
}
.personal-info-box .personal-info-title .info-arrows .info-arrow-button.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5954 19.7354C15.2998 20.0638 14.794 20.0904 14.4656 19.7948L6.46559 12.5946C6.29703 12.4429 6.20077 12.2268 6.20077 12C6.20078 11.7732 6.29703 11.5571 6.4656 11.4054L14.4656 4.20537C14.794 3.9098 15.2998 3.93643 15.5954 4.26484C15.891 4.59324 15.8644 5.09908 15.5359 5.39464L8.19664 12L15.536 18.6056C15.8644 18.9011 15.891 19.407 15.5954 19.7354Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.personal-info-box .personal-info-title .info-arrows .info-arrow-button.next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40458 19.7354C8.70014 20.0638 9.20597 20.0904 9.53439 19.7948L17.5344 12.5951C17.703 12.4434 17.7992 12.2273 17.7992 12.0005C17.7992 11.7737 17.703 11.5576 17.5344 11.4059L9.53442 4.20539C9.20602 3.90981 8.70019 3.93642 8.40461 4.26482C8.10903 4.59321 8.13564 5.09905 8.46403 5.39462L15.8034 12.0005L8.46407 18.6056C8.13565 18.9011 8.10902 19.4069 8.40458 19.7354Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.personal-info-box .personal-info-title .sub-text, .personal-info-box .personal-info-title .main-text {
  display: block;
  font-weight: 700;
  color: #1E2124;
  line-height: 1.5;
}
.personal-info-box .personal-info-title .sub-text {
  margin-bottom: 10px;
  font-size: 15px;
}
.personal-info-box .personal-info-title .main-text {
  font-size: 24px;
}
.personal-info-box .personal-info-text {
  margin-bottom: 24px;
  padding: 24px;
  height: 300px;
  border: 1px solid #B1B8BE;
  border-radius: 16px;
}
.personal-info-box .personal-info-text.height-auto {
  height: auto;
}
.personal-info-box .personal-info-text .info-text-inner {
  height: 100%;
  overflow-y: auto;
}
.personal-info-box .personal-info-text .info-text-inner::-webkit-scrollbar {
  width: 8px;
}
.personal-info-box .personal-info-text .info-text-inner::-webkit-scrollbar-thumb {
  background-color: #D6E0EB;
  border-radius: 2px;
}
.personal-info-box .personal-info-text .info-text-inner::-webkit-scrollbar-track {
  background-color: #EEF2F7;
}
.personal-info-box .personal-check {
  display: flex;
  justify-content: center;
  padding: 24px;
  background-color: #ECF2FE;
  border-radius: 16px;
}

.custom-calandar-container {
  display: flex;
  gap: 40px;
  color: #1E2124;
}
.custom-calandar-container .custom-calandar-wrap, .custom-calandar-container .custom-calandar-detail {
  flex-shrink: 0;
  width: calc(50% - 20px);
}
@media (max-width: 1024px) {
  .custom-calandar-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .custom-calandar-container .custom-calandar-wrap, .custom-calandar-container .custom-calandar-detail {
    width: 100%;
  }
  .custom-calandar-container .custom-calandar-wrap {
    max-width: 680px;
  }
}

.calandar-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
@media (max-width: 540px) {
  .calandar-btn-box {
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .calandar-btn-box .btn {
    width: 100%;
  }
}

.custom-calandar-wrap {
  padding: 56px;
  border: 1px solid #CDD1D5;
  border-radius: 16px;
}
@media (max-width: 1240px) {
  .custom-calandar-wrap {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .custom-calandar-wrap {
    padding: 32px;
  }
}
@media (max-width: 540px) {
  .custom-calandar-wrap {
    padding: 16px;
  }
}
.custom-calandar-wrap .custom-calandar-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.custom-calandar-wrap .custom-calandar-head .calandar-head-select {
  width: auto;
  height: auto;
  padding: 5px 24px 5px 5px;
  border: 0;
  font-size: 32px;
  font-weight: 700;
  color: #1E2124;
  background: transparent url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1807 14.632L3.92187 7.35437C3.68955 7.08422 3.88148 6.66602 4.23779 6.66602H16.7565C17.1129 6.66602 17.3048 7.08426 17.0724 7.35439L10.8125 14.6321C10.6462 14.8254 10.3469 14.8253 10.1807 14.632Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat 100% 50%;
}
.custom-calandar-wrap .custom-calandar-head .calandar-head-select:hover, .custom-calandar-wrap .custom-calandar-head .calandar-head-select:focus {
  background-color: #EEF2F7;
}
.custom-calandar-wrap .custom-calandar-head .calandar-head-select option {
  font-size: 17px;
  text-align: center;
}
.custom-calandar-wrap .custom-calandar-head .calandar-head-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #CDD1D5;
  border-radius: 50%;
}
.custom-calandar-wrap .custom-calandar-head .calandar-head-arrow.prev {
  left: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8748 16.1879C12.6383 16.4506 12.2336 16.4719 11.9709 16.2355L5.57091 10.4753C5.43606 10.3539 5.35906 10.181 5.35906 9.99961C5.35906 9.81818 5.43606 9.64528 5.57092 9.52391L11.9709 3.76391C12.2336 3.52745 12.6383 3.54875 12.8748 3.81148C13.1112 4.0742 13.0899 4.47887 12.8272 4.71532L6.95575 9.99962L12.8272 15.2841C13.0899 15.5205 13.1112 15.9252 12.8748 16.1879Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.custom-calandar-wrap .custom-calandar-head .calandar-head-arrow.next {
  right: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.12523 16.1879C7.36168 16.4506 7.76634 16.4719 8.02907 16.2355L14.4291 10.4757C14.5639 10.3544 14.6409 10.1815 14.6409 10C14.6409 9.81859 14.5639 9.64569 14.4291 9.52431L8.0291 3.76392C7.76638 3.52746 7.36171 3.54874 7.12525 3.81146C6.88879 4.07418 6.91007 4.47885 7.17279 4.71531L13.0442 9.99998L7.17282 15.2841C6.91008 15.5205 6.88878 15.9252 7.12523 16.1879Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
@media (max-width: 540px) {
  .custom-calandar-wrap .custom-calandar-head .calandar-head-arrow.prev {
    left: 6px;
  }
  .custom-calandar-wrap .custom-calandar-head .calandar-head-arrow.next {
    right: 6px;
  }
}
@media (max-width: 540px) {
  .custom-calandar-wrap .custom-calandar-head {
    gap: 12px;
    margin-bottom: 12px;
  }
  .custom-calandar-wrap .custom-calandar-head .calandar-head-select {
    padding-right: 16px;
    background-size: 16px;
    font-size: 18px;
  }
  .custom-calandar-wrap .custom-calandar-head .calandar-head-select option {
    font-size: 15px;
  }
}
.custom-calandar-wrap .custom-calandar-table {
  width: 100%;
  border-top: 1px solid #CDD1D5;
  border-collapse: collapse;
  table-layout: fixed;
}
.custom-calandar-wrap .custom-calandar-table th, .custom-calandar-wrap .custom-calandar-table td {
  color: #1E2124;
}
.custom-calandar-wrap .custom-calandar-table th {
  padding: 10px 0;
  font-size: 19px;
  line-height: 1.5;
}
.custom-calandar-wrap .custom-calandar-table td {
  position: relative;
  border: 1px solid #CDD1D5;
}
.custom-calandar-wrap .custom-calandar-table td::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.custom-calandar-wrap .custom-calandar-table td .day-num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  transition: all 0s;
}
.custom-calandar-wrap .custom-calandar-table td .day-num:focus {
  outline: 1px solid #1E2124;
}
.custom-calandar-wrap .custom-calandar-table td.disabled {
  background-color: #F4F5F6;
}
.custom-calandar-wrap .custom-calandar-table td.today {
  background-color: #D8E5FD;
}
.custom-calandar-wrap .custom-calandar-table td.none .day-num, .custom-calandar-wrap .custom-calandar-table td.disabled .day-num, .custom-calandar-wrap .custom-calandar-table td.holiday .day-num {
  pointer-events: none;
}
.custom-calandar-wrap .custom-calandar-table td.none .day-num {
  color: #8A949E !important;
  opacity: 0.3;
}
.custom-calandar-wrap .custom-calandar-table td.disabled .day-num {
  color: #8A949E;
}
.custom-calandar-wrap .custom-calandar-table td.holiday .day-num {
  color: #BD2C0F;
}
.custom-calandar-wrap .custom-calandar-table td.selected .day-num {
  border: 2px solid #256EF4;
}
@media (max-width: 540px) {
  .custom-calandar-wrap .custom-calandar-table th {
    font-size: 16px;
  }
  .custom-calandar-wrap .custom-calandar-table td .day-num {
    font-size: 15px;
  }
}
.custom-calandar-wrap .custom-calandar-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.custom-calandar-wrap .custom-calandar-label .label-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-calandar-wrap .custom-calandar-label .label-item .label-item-text {
  display: inline-block;
  font-size: 15px;
  color: #1E2124;
}
.custom-calandar-wrap .custom-calandar-label .label-item .label-item-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 2px;
}
.custom-calandar-wrap .custom-calandar-label .label-item.today .label-item-icon {
  background-color: #D8E5FD;
}
.custom-calandar-wrap .custom-calandar-label .label-item.possible .label-item-icon {
  border: 1px solid #CDD1D5;
}
.custom-calandar-wrap .custom-calandar-label .label-item.selected .label-item-icon {
  border: 1px solid #256EF4;
}
.custom-calandar-wrap .custom-calandar-label .label-item.disabled .label-item-icon {
  background-color: #F4F5F6;
  border: 1px solid #CDD1D5;
}
.custom-calandar-wrap .custom-calandar-label .label-item.holiday .label-item-icon {
  background-color: #BD2C0F;
}
.custom-calandar-wrap .custom-calandar-label .label-item.color1 .label-item-icon {
  background-color: #E85A9E;
}
.custom-calandar-wrap .custom-calandar-label .label-item.color2 .label-item-icon {
  background-color: #078BD7;
}
.custom-calandar-wrap .custom-calandar-label .label-item.color3 .label-item-icon {
  background-color: #9445D9;
}
.custom-calandar-wrap .custom-calandar-label .label-item.color4 .label-item-icon {
  background-color: #54A733;
}
.custom-calandar-wrap .custom-calandar-label .label-item.color5 .label-item-icon {
  background-color: #128A97;
}
.custom-calandar-wrap .custom-calandar-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.custom-calandar-wrap .custom-calandar-info .info-text {
  flex-shrink: 0;
  display: inline-flex;
  gap: 8px;
  width: 100%;
  margin-top: 0;
  font-size: 17px;
  color: #1E2124;
}
.custom-calandar-wrap .custom-calandar-info .info-text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C17.5228 2 22 6.4772 22 12C22 17.5229 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.4772 6.47715 2 12 2ZM12 3.59961C7.36081 3.59961 3.59961 7.36085 3.59961 12C3.59961 16.6392 7.36081 20.4004 12 20.4004C16.6391 20.4004 20.4004 16.6392 20.4004 12C20.4004 7.36085 16.6391 3.59961 12 3.59961ZM12.9004 10.4307C13.0108 10.4307 13.1004 10.5205 13.1006 10.6309V15.5938H13.7998C13.9103 15.5938 14 15.6835 14 15.7939V16.5938C14 16.7042 13.9103 16.7939 13.7998 16.7939H10.2002C10.0897 16.7939 10 16.7042 10 16.5938V15.7939C10 15.6835 10.0897 15.5938 10.2002 15.5938H11.3008V11.8311C11.3007 11.7206 11.211 11.6309 11.1006 11.6309H10.3994C10.289 11.6309 10.1992 11.5411 10.1992 11.4307V10.6309C10.1994 10.5205 10.2891 10.4307 10.3994 10.4307H12.9004ZM11.8994 7.04102C12.5621 7.04112 13.0996 7.57853 13.0996 8.24121C13.0995 8.9038 12.562 9.4413 11.8994 9.44141C11.2367 9.44141 10.6993 8.90386 10.6992 8.24121C10.6992 7.57847 11.2367 7.04102 11.8994 7.04102Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center;
}
.custom-calandar-wrap .custom-calandar-info .custom-calandar-label {
  margin-top: 0;
}
@media (max-width: 768px) {
  .custom-calandar-wrap .custom-calandar-info .info-text {
    gap: 4px;
    font-size: 15px;
  }
  .custom-calandar-wrap .custom-calandar-info .info-text::before {
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
}
.custom-calandar-wrap.wide .custom-calandar-table {
  border-top: 0;
}
.custom-calandar-wrap.wide .custom-calandar-table th {
  padding: 20px;
  text-align: left;
}
.custom-calandar-wrap.wide .custom-calandar-table td::after {
  display: none;
}
.custom-calandar-wrap.wide .custom-calandar-table td .day-num {
  position: static;
  min-height: 150px;
  height: auto;
  padding: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  aspect-ratio: initial;
}
.custom-calandar-wrap.wide .custom-calandar-table td .day-num .num-text {
  display: inline-block;
  margin-bottom: 6px;
}
.custom-calandar-wrap.wide .custom-calandar-table td .day-num .day-week {
  display: none;
  margin-left: 5px;
}
.custom-calandar-wrap.wide .custom-calandar-table td .schedule-link {
  display: inline-block;
  width: 100%;
  padding: 2px 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #1E2124;
  line-height: 1.2;
}
.custom-calandar-wrap.wide .custom-calandar-table td .schedule-link::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background-color: #666;
  border-radius: 2px;
}
.custom-calandar-wrap.wide .custom-calandar-table td .schedule-link.color1::before {
  background-color: #E85A9E;
}
.custom-calandar-wrap.wide .custom-calandar-table td .schedule-link.color2::before {
  background-color: #078BD7;
}
.custom-calandar-wrap.wide .custom-calandar-table td .schedule-link.color3::before {
  background-color: #9445D9;
}
.custom-calandar-wrap.wide .custom-calandar-table td .schedule-link.color4::before {
  background-color: #54A733;
}
.custom-calandar-wrap.wide .custom-calandar-table td .schedule-link.color5::before {
  background-color: #128A97;
}
.custom-calandar-wrap.wide .custom-calandar-table td .schedule-link2 {
  display: block;
  width: 100%;
  padding: 2px 8px;
  background-color: #666;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
  border: 1px solid;
}
.custom-calandar-wrap.wide .custom-calandar-table td .schedule-link2.color1 {
  background-color: #E85A9E;
  border-color: #E85A9E;
}
.custom-calandar-wrap.wide .custom-calandar-table td .schedule-link2.color1:hover, .custom-calandar-wrap.wide .custom-calandar-table td .schedule-link2.color1:focus {
  background-color: #FFF;
  color: #E85A9E;
}
.custom-calandar-wrap.wide .custom-calandar-table td .schedule-link2.color2 {
  background-color: #078BD7;
  border-color: #078BD7;
}
.custom-calandar-wrap.wide .custom-calandar-table td .schedule-link2.color3 {
  background-color: #9445D9;
  border-color: #9445D9;
}
.custom-calandar-wrap.wide .custom-calandar-table td .schedule-link2.color4 {
  background-color: #54A733;
  border-color: #54A733;
}
.custom-calandar-wrap.wide .custom-calandar-table td .schedule-link2.color5 {
  background-color: #128A97;
  border-color: #128A97;
}
.custom-calandar-wrap.wide .custom-calandar-table td .schedule-link2:not(:last-child) {
  margin-bottom: 4px;
}
@media (max-width: 1024px) and (min-width: 681px) {
  .custom-calandar-wrap.wide .custom-calandar-table td .schedule-link {
    font-size: 12px;
  }
  .custom-calandar-wrap.wide .custom-calandar-table td .schedule-link::before {
    top: 0;
    width: 10px;
    height: 10px;
    margin-right: 3px;
  }
}
@media (max-width: 1024px) {
  .custom-calandar-wrap.wide .custom-calandar-table th {
    padding: 10px;
  }
  .custom-calandar-wrap.wide .custom-calandar-table td .day-num {
    padding: 10px;
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  .custom-calandar-wrap.wide .custom-calandar-table {
    border-top: 1px solid #CDD1D5;
  }
  .custom-calandar-wrap.wide .custom-calandar-table colgroup, .custom-calandar-wrap.wide .custom-calandar-table thead {
    display: none;
  }
  .custom-calandar-wrap.wide .custom-calandar-table tbody tr {
    width: 100%;
  }
  .custom-calandar-wrap.wide .custom-calandar-table td {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 0;
  }
  .custom-calandar-wrap.wide .custom-calandar-table td.none {
    display: none;
  }
  .custom-calandar-wrap.wide .custom-calandar-table td .day-num {
    min-height: auto;
  }
  .custom-calandar-wrap.wide .custom-calandar-table td .day-num .day-week {
    display: inline-block;
  }
}

.custom-calandar-detail .detail-select-box {
  padding: 40px;
  border: 1px solid #CDD1D5;
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .custom-calandar-detail .detail-select-box {
    padding: 32px;
  }
}
@media (max-width: 540px) {
  .custom-calandar-detail .detail-select-box {
    padding: 24px;
  }
}
.custom-calandar-detail .detail-select-box .detail-title-area {
  padding: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid #CDD1D5;
}
.custom-calandar-detail .detail-select-box .detail-title-area .detail-title {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.custom-calandar-detail .detail-select-box .detail-title-area .detail-title .detail-title-date {
  color: #0B50D0;
}
@media (max-width: 540px) {
  .custom-calandar-detail .detail-select-box .detail-title-area {
    padding: 0 10px 10px;
    margin-bottom: 16px;
  }
  .custom-calandar-detail .detail-select-box .detail-title-area .detail-title {
    font-size: 18px;
  }
}
.custom-calandar-detail .detail-select-box .detail-time-area .detail-time-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.custom-calandar-detail .detail-select-box .detail-time-area .detail-time-list li {
  width: calc(50% - 5px);
}
.custom-calandar-detail .detail-select-box .detail-time-area .detail-time-list li .detail-time-button {
  width: 100%;
  padding: 11px;
  background-color: #fff;
  border: 1px solid #CDD1D5;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.1s;
}
.custom-calandar-detail .detail-select-box .detail-time-area .detail-time-list li .detail-time-button.selected {
  background-color: #ECF2FE;
  border-color: #256EF4;
  color: #0B50D0;
}
.custom-calandar-detail .detail-select-box .detail-time-area .detail-time-list li .detail-time-button.disabled {
  background-color: #CDD1D5;
  border-color: #CDD1D5;
  color: #6D7882;
  pointer-events: none;
}
@media (max-width: 540px) {
  .custom-calandar-detail .detail-select-box .detail-time-area .detail-time-list li .detail-time-button {
    padding: 8px;
    font-size: 15px;
  }
}
.custom-calandar-detail .detail-select-box .detail-time-area .detail-time-am .detail-time-title, .custom-calandar-detail .detail-select-box .detail-time-area .detail-time-pm .detail-time-title {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
}
.custom-calandar-detail .detail-select-box .detail-time-area .detail-time-am .detail-time-list li, .custom-calandar-detail .detail-select-box .detail-time-area .detail-time-pm .detail-time-list li {
  width: calc(50% - 5px);
}
@media (max-width: 540px) {
  .custom-calandar-detail .detail-select-box .detail-time-area .detail-time-am, .custom-calandar-detail .detail-select-box .detail-time-area .detail-time-pm {
    font-size: 15px;
  }
  .custom-calandar-detail .detail-select-box .detail-time-area .detail-time-am .detail-time-pm, .custom-calandar-detail .detail-select-box .detail-time-area .detail-time-pm .detail-time-pm {
    margin-top: 24px;
  }
  .custom-calandar-detail .detail-select-box .detail-time-area .detail-time-am .detail-time-title, .custom-calandar-detail .detail-select-box .detail-time-area .detail-time-pm .detail-time-title {
    font-size: 15px;
  }
}
.custom-calandar-detail .detail-select-box .detail-time-area .detail-time-total .detail-time-list li {
  width: calc(33.3333% - 6.6666px);
}
@media (max-width: 540px) {
  .custom-calandar-detail .detail-select-box .detail-time-area .detail-time-total .detail-time-list li {
    width: 100%;
  }
}
@media (min-width: 541px) {
  .custom-calandar-detail .detail-select-box .detail-time-area {
    display: flex;
  }
  .custom-calandar-detail .detail-select-box .detail-time-area .detail-time-am, .custom-calandar-detail .detail-select-box .detail-time-area .detail-time-pm {
    width: 50%;
  }
  .custom-calandar-detail .detail-select-box .detail-time-area .detail-time-am {
    padding-right: 24px;
    border-right: 1px solid #CDD1D5;
  }
  .custom-calandar-detail .detail-select-box .detail-time-area .detail-time-pm {
    padding-left: 24px;
  }
}
.custom-calandar-detail .detail-select-box .detail-time-state {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #CDD1D5;
}
.custom-calandar-detail .detail-select-box .detail-time-state .state-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-calandar-detail .detail-select-box .detail-time-state .state-item .state-item-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #CDD1D5;
  border-radius: 2px;
}
.custom-calandar-detail .detail-select-box .detail-time-state .state-item.selected .state-item-icon {
  background-color: #ECF2FE;
  border-color: #256EF4;
}
.custom-calandar-detail .detail-select-box .detail-time-state .state-item.disabled .state-item-icon {
  background-color: #CDD1D5;
  border-color: #CDD1D5;
}
.custom-calandar-detail .detail-select-box .detail-time-state .state-item .state-item-text {
  font-size: 15px;
}
.custom-calandar-detail .detail-select-box .detail-list-area .detail-list-item:not(:first-child) {
  margin-top: 12px;
}
.custom-calandar-detail .detail-select-box .detail-list-area .detail-list-item .detail-list-link {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.custom-calandar-detail .detail-select-box .detail-list-area .detail-list-item .detail-list-link .link-label {
  flex-shrink: 0;
  display: inline-block;
  width: 120px;
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.custom-calandar-detail .detail-select-box .detail-list-area .detail-list-item .detail-list-link .link-label.color1 {
  background-color: #E85A9E;
}
.custom-calandar-detail .detail-select-box .detail-list-area .detail-list-item .detail-list-link .link-label.color2 {
  background-color: #078BD7;
}
.custom-calandar-detail .detail-select-box .detail-list-area .detail-list-item .detail-list-link .link-label.color3 {
  background-color: #9445D9;
}
.custom-calandar-detail .detail-select-box .detail-list-area .detail-list-item .detail-list-link .link-label.color4 {
  background-color: #54A733;
}
.custom-calandar-detail .detail-select-box .detail-list-area .detail-list-item .detail-list-link .link-label.color5 {
  background-color: #128A97;
}
.custom-calandar-detail .detail-select-box .detail-list-area .detail-list-item .detail-list-link .link-name {
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 541px) {
  .custom-calandar-detail .detail-select-box .detail-list-area .detail-list-item .detail-list-link .link-name {
    width: calc(100% - 136px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 540px) {
  .custom-calandar-detail .detail-select-box .detail-list-area .detail-list-item .detail-list-link {
    display: block;
  }
  .custom-calandar-detail .detail-select-box .detail-list-area .detail-list-item .detail-list-link .link-label {
    width: auto;
    margin-bottom: 4px;
    font-size: 15px;
  }
  .custom-calandar-detail .detail-select-box .detail-list-area .detail-list-item .detail-list-link .link-name {
    font-size: 16px;
  }
}
.custom-calandar-detail .detail-select-result {
  margin-top: 32px;
}
.custom-calandar-detail .detail-select-result .select-result-title {
  display: block;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}
.custom-calandar-detail .detail-select-result .select-result-box {
  display: flex;
  padding: 25px 20px;
  background-color: #EEF2F7;
  border-radius: 16px;
  text-align: center;
}
.custom-calandar-detail .detail-select-result .select-result-box .result-date, .custom-calandar-detail .detail-select-result .select-result-box .result-time {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 50%;
  flex-shrink: 0;
  text-align: center;
}
.custom-calandar-detail .detail-select-result .select-result-box .result-date .result-icon, .custom-calandar-detail .detail-select-result .select-result-box .result-time .result-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-calandar-detail .detail-select-result .select-result-box .result-date .result-icon.date, .custom-calandar-detail .detail-select-result .select-result-box .result-time .result-icon.date {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.749 2.16797C14.117 2.16814 14.4149 2.46605 14.415 2.83398V4.66797H16.249C17.0774 4.66798 17.749 5.33955 17.749 6.16797V16.501C17.749 17.3294 17.0775 18.001 16.249 18.001H4.25C3.42157 18.001 2.75 17.3294 2.75 16.501V6.16797C2.75 5.33954 3.42157 4.66797 4.25 4.66797H6.08301V2.83398C6.08318 2.46594 6.38192 2.16797 6.75 2.16797C7.11808 2.16797 7.41682 2.46594 7.41699 2.83398V4.66797H13.082V2.83398C13.0822 2.46594 13.3809 2.16797 13.749 2.16797ZM4.08301 16.501C4.08301 16.593 4.15795 16.668 4.25 16.668H16.249C16.3411 16.668 16.416 16.593 16.416 16.501V9.50098H4.08301V16.501ZM6.58496 12.168C7.04505 12.1681 7.41797 12.5408 7.41797 13.001C7.41797 13.4611 7.04505 13.8338 6.58496 13.834C6.12472 13.834 5.75098 13.4612 5.75098 13.001C5.75098 12.5407 6.12472 12.168 6.58496 12.168ZM10.25 12.168C10.7102 12.168 11.083 12.5407 11.083 13.001C11.083 13.4612 10.7102 13.834 10.25 13.834C9.78976 13.834 9.41699 13.4612 9.41699 13.001C9.41699 12.5407 9.78976 12.168 10.25 12.168ZM13.9189 12.168C14.379 12.1681 14.752 12.5408 14.752 13.001C14.752 13.4611 14.379 13.8338 13.9189 13.834C13.4587 13.834 13.085 13.4612 13.085 13.001C13.085 12.5407 13.4587 12.168 13.9189 12.168ZM4.25 6.00098C4.15795 6.00098 4.08301 6.07592 4.08301 6.16797V8.16797H16.416V6.16797C16.416 6.07592 16.3411 6.00098 16.249 6.00098H4.25Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.custom-calandar-detail .detail-select-result .select-result-box .result-date .result-icon.time, .custom-calandar-detail .detail-select-result .select-result-box .result-time .result-icon.time {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2471 2.16602C14.8494 2.16602 18.58 5.89669 18.5801 10.499C18.5801 15.1014 14.8494 18.832 10.2471 18.832C5.6447 18.832 1.91406 15.1014 1.91406 10.499C1.91411 5.89669 5.64472 2.16602 10.2471 2.16602ZM10.2471 3.49902C6.3811 3.49902 3.24711 6.63307 3.24707 10.499C3.24707 14.365 6.38108 17.499 10.2471 17.499C14.113 17.499 17.2471 14.365 17.2471 10.499C17.247 6.63307 14.113 3.49902 10.2471 3.49902ZM10.2461 6.08301C10.6142 6.08301 10.913 6.38095 10.9131 6.74902V9.83301H13.9971C14.3651 9.83323 14.6631 10.1319 14.6631 10.5C14.6628 10.8678 14.3649 11.1658 13.9971 11.166H10.2461C9.87822 11.1658 9.58034 10.8679 9.58008 10.5V6.74902C9.58021 6.38105 9.87814 6.08318 10.2461 6.08301Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.custom-calandar-detail .detail-select-result .select-result-box .result-date {
  border-right: 1px solid #CDD1D5;
}
.custom-calandar-detail .detail-select-result .select-result-box .result-text {
  display: block;
  font-size: 19px;
  font-weight: 700;
}
.custom-calandar-detail .detail-select-result .select-result-box .result-text2 {
  display: block;
  font-size: 17px;
  font-weight: 400;
}
.custom-calandar-detail .detail-select-result .select-result-box .result-price {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #0B50D0;
}
.custom-calandar-detail .detail-select-result .select-result-box .result-total {
  width: 100%;
}
.custom-calandar-detail .detail-select-result .select-result-box .result-total .result-text {
  font-size: 17px;
}
@media (max-width: 540px) {
  .custom-calandar-detail .detail-select-result {
    margin-top: 24px;
  }
  .custom-calandar-detail .detail-select-result .select-result-title {
    font-size: 18px;
  }
  .custom-calandar-detail .detail-select-result .select-result-box {
    padding: 24px 15px;
  }
  .custom-calandar-detail .detail-select-result .result-text {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .custom-calandar-detail .detail-select-result .select-result-box {
    flex-wrap: wrap;
    gap: 4px;
    padding: 15px;
  }
  .custom-calandar-detail .detail-select-result .select-result-box .result-date, .custom-calandar-detail .detail-select-result .select-result-box .result-time {
    width: 100%;
    border: 0;
  }
}

.d-flex {
  display: flex;
}

.f-shrink-0 {
  flex-shrink: 0;
}

.f-shrink-1 {
  flex-shrink: 1;
}

.f-grow-0 {
  flex-grow: 0;
}

.f-grow-1 {
  flex-grow: 1;
}

.f-wrap {
  flex-wrap: wrap;
}

.just-start {
  justify-content: flex-start;
}

.just-end {
  justify-content: flex-end;
}

.just-center {
  justify-content: center;
}

.just-space-between {
  justify-content: space-between;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: flex-center;
}

.pt-15 {
  position: relative;
  top: 15px;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-10 {
  max-width: 10px;
  width: 100%;
}

.w-10-s {
  width: 10px;
}

.w-20 {
  max-width: 20px;
  width: 100%;
}

.w-20-s {
  width: 20px;
}

.w-30 {
  max-width: 30px;
  width: 100%;
}

.w-30-s {
  width: 30px;
}

.w-40 {
  max-width: 40px;
  width: 100%;
}

.w-40-s {
  width: 40px;
}

.w-50 {
  max-width: 50px;
  width: 100%;
}

.w-50-s {
  width: 50px;
}

.w-60 {
  max-width: 60px;
  width: 100%;
}

.w-60-s {
  width: 60px;
}

.w-70 {
  max-width: 70px;
  width: 100%;
}

.w-70-s {
  width: 70px;
}

.w-80 {
  max-width: 80px;
  width: 100%;
}

.w-80-s {
  width: 80px;
}

.w-90 {
  max-width: 90px;
  width: 100%;
}

.w-90-s {
  width: 90px;
}

.w-100 {
  max-width: 100px;
  width: 100%;
}

.w-100-s {
  width: 100px;
}

.w-110 {
  max-width: 110px;
  width: 100%;
}

.w-110-s {
  width: 110px;
}

.w-120 {
  max-width: 120px;
  width: 100%;
}

.w-120-s {
  width: 120px;
}

.w-130 {
  max-width: 130px;
  width: 100%;
}

.w-130-s {
  width: 130px;
}

.w-140 {
  max-width: 140px;
  width: 100%;
}

.w-140-s {
  width: 140px;
}

.w-150 {
  max-width: 150px;
  width: 100%;
}

.w-150-s {
  width: 150px;
}

.w-160 {
  max-width: 160px;
  width: 100%;
}

.w-160-s {
  width: 160px;
}

.w-170 {
  max-width: 170px;
  width: 100%;
}

.w-170-s {
  width: 170px;
}

.w-180 {
  max-width: 180px;
  width: 100%;
}

.w-180-s {
  width: 180px;
}

.w-190 {
  max-width: 190px;
  width: 100%;
}

.w-190-s {
  width: 190px;
}

.w-200 {
  max-width: 200px;
  width: 100%;
}

.w-200-s {
  width: 200px;
}

.w-210 {
  max-width: 210px;
  width: 100%;
}

.w-210-s {
  width: 210px;
}

.w-220 {
  max-width: 220px;
  width: 100%;
}

.w-220-s {
  width: 220px;
}

.w-230 {
  max-width: 230px;
  width: 100%;
}

.w-230-s {
  width: 230px;
}

.w-240 {
  max-width: 240px;
  width: 100%;
}

.w-240-s {
  width: 240px;
}

.w-250 {
  max-width: 250px;
  width: 100%;
}

.w-250-s {
  width: 250px;
}

.w-260 {
  max-width: 260px;
  width: 100%;
}

.w-260-s {
  width: 260px;
}

.w-270 {
  max-width: 270px;
  width: 100%;
}

.w-270-s {
  width: 270px;
}

.w-280 {
  max-width: 280px;
  width: 100%;
}

.w-280-s {
  width: 280px;
}

.w-290 {
  max-width: 290px;
  width: 100%;
}

.w-290-s {
  width: 290px;
}

.w-300 {
  max-width: 300px;
  width: 100%;
}

.w-300-s {
  width: 300px;
}

.w-310 {
  max-width: 310px;
  width: 100%;
}

.w-310-s {
  width: 310px;
}

.w-320 {
  max-width: 320px;
  width: 100%;
}

.w-320-s {
  width: 320px;
}

.w-330 {
  max-width: 330px;
  width: 100%;
}

.w-330-s {
  width: 330px;
}

.w-340 {
  max-width: 340px;
  width: 100%;
}

.w-340-s {
  width: 340px;
}

.w-350 {
  max-width: 350px;
  width: 100%;
}

.w-350-s {
  width: 350px;
}

.w-360 {
  max-width: 360px;
  width: 100%;
}

.w-360-s {
  width: 360px;
}

.w-370 {
  max-width: 370px;
  width: 100%;
}

.w-370-s {
  width: 370px;
}

.w-380 {
  max-width: 380px;
  width: 100%;
}

.w-380-s {
  width: 380px;
}

.w-390 {
  max-width: 390px;
  width: 100%;
}

.w-390-s {
  width: 390px;
}

.w-400 {
  max-width: 400px;
  width: 100%;
}

.w-400-s {
  width: 400px;
}

.w-410 {
  max-width: 410px;
  width: 100%;
}

.w-410-s {
  width: 410px;
}

.w-420 {
  max-width: 420px;
  width: 100%;
}

.w-420-s {
  width: 420px;
}

.w-430 {
  max-width: 430px;
  width: 100%;
}

.w-430-s {
  width: 430px;
}

.w-440 {
  max-width: 440px;
  width: 100%;
}

.w-440-s {
  width: 440px;
}

.w-450 {
  max-width: 450px;
  width: 100%;
}

.w-450-s {
  width: 450px;
}

.w-460 {
  max-width: 460px;
  width: 100%;
}

.w-460-s {
  width: 460px;
}

.w-470 {
  max-width: 470px;
  width: 100%;
}

.w-470-s {
  width: 470px;
}

.w-480 {
  max-width: 480px;
  width: 100%;
}

.w-480-s {
  width: 480px;
}

.w-490 {
  max-width: 490px;
  width: 100%;
}

.w-490-s {
  width: 490px;
}

.w-500 {
  max-width: 500px;
  width: 100%;
}

.w-500-s {
  width: 500px;
}

.w-510 {
  max-width: 510px;
  width: 100%;
}

.w-510-s {
  width: 510px;
}

.w-520 {
  max-width: 520px;
  width: 100%;
}

.w-520-s {
  width: 520px;
}

.w-530 {
  max-width: 530px;
  width: 100%;
}

.w-530-s {
  width: 530px;
}

.w-540 {
  max-width: 540px;
  width: 100%;
}

.w-540-s {
  width: 540px;
}

.w-550 {
  max-width: 550px;
  width: 100%;
}

.w-550-s {
  width: 550px;
}

.w-560 {
  max-width: 560px;
  width: 100%;
}

.w-560-s {
  width: 560px;
}

.w-570 {
  max-width: 570px;
  width: 100%;
}

.w-570-s {
  width: 570px;
}

.w-580 {
  max-width: 580px;
  width: 100%;
}

.w-580-s {
  width: 580px;
}

.w-590 {
  max-width: 590px;
  width: 100%;
}

.w-590-s {
  width: 590px;
}

.w-600 {
  max-width: 600px;
  width: 100%;
}

.w-600-s {
  width: 600px;
}

.w-610 {
  max-width: 610px;
  width: 100%;
}

.w-610-s {
  width: 610px;
}

.w-620 {
  max-width: 620px;
  width: 100%;
}

.w-620-s {
  width: 620px;
}

.w-630 {
  max-width: 630px;
  width: 100%;
}

.w-630-s {
  width: 630px;
}

.w-640 {
  max-width: 640px;
  width: 100%;
}

.w-640-s {
  width: 640px;
}

.w-650 {
  max-width: 650px;
  width: 100%;
}

.w-650-s {
  width: 650px;
}

.w-660 {
  max-width: 660px;
  width: 100%;
}

.w-660-s {
  width: 660px;
}

.w-670 {
  max-width: 670px;
  width: 100%;
}

.w-670-s {
  width: 670px;
}

.w-680 {
  max-width: 680px;
  width: 100%;
}

.w-680-s {
  width: 680px;
}

.w-690 {
  max-width: 690px;
  width: 100%;
}

.w-690-s {
  width: 690px;
}

.w-700 {
  max-width: 700px;
  width: 100%;
}

.w-700-s {
  width: 700px;
}

.w-710 {
  max-width: 710px;
  width: 100%;
}

.w-710-s {
  width: 710px;
}

.w-720 {
  max-width: 720px;
  width: 100%;
}

.w-720-s {
  width: 720px;
}

.w-730 {
  max-width: 730px;
  width: 100%;
}

.w-730-s {
  width: 730px;
}

.w-740 {
  max-width: 740px;
  width: 100%;
}

.w-740-s {
  width: 740px;
}

.w-750 {
  max-width: 750px;
  width: 100%;
}

.w-750-s {
  width: 750px;
}

.w-760 {
  max-width: 760px;
  width: 100%;
}

.w-760-s {
  width: 760px;
}

.w-770 {
  max-width: 770px;
  width: 100%;
}

.w-770-s {
  width: 770px;
}

.w-780 {
  max-width: 780px;
  width: 100%;
}

.w-780-s {
  width: 780px;
}

.w-790 {
  max-width: 790px;
  width: 100%;
}

.w-790-s {
  width: 790px;
}

.w-800 {
  max-width: 800px;
  width: 100%;
}

.w-800-s {
  width: 800px;
}

.w-810 {
  max-width: 810px;
  width: 100%;
}

.w-810-s {
  width: 810px;
}

.w-820 {
  max-width: 820px;
  width: 100%;
}

.w-820-s {
  width: 820px;
}

.w-830 {
  max-width: 830px;
  width: 100%;
}

.w-830-s {
  width: 830px;
}

.w-840 {
  max-width: 840px;
  width: 100%;
}

.w-840-s {
  width: 840px;
}

.w-850 {
  max-width: 850px;
  width: 100%;
}

.w-850-s {
  width: 850px;
}

.w-860 {
  max-width: 860px;
  width: 100%;
}

.w-860-s {
  width: 860px;
}

.w-870 {
  max-width: 870px;
  width: 100%;
}

.w-870-s {
  width: 870px;
}

.w-880 {
  max-width: 880px;
  width: 100%;
}

.w-880-s {
  width: 880px;
}

.w-890 {
  max-width: 890px;
  width: 100%;
}

.w-890-s {
  width: 890px;
}

.w-900 {
  max-width: 900px;
  width: 100%;
}

.w-900-s {
  width: 900px;
}

.w-910 {
  max-width: 910px;
  width: 100%;
}

.w-910-s {
  width: 910px;
}

.w-920 {
  max-width: 920px;
  width: 100%;
}

.w-920-s {
  width: 920px;
}

.w-930 {
  max-width: 930px;
  width: 100%;
}

.w-930-s {
  width: 930px;
}

.w-940 {
  max-width: 940px;
  width: 100%;
}

.w-940-s {
  width: 940px;
}

.w-950 {
  max-width: 950px;
  width: 100%;
}

.w-950-s {
  width: 950px;
}

.w-960 {
  max-width: 960px;
  width: 100%;
}

.w-960-s {
  width: 960px;
}

.w-970 {
  max-width: 970px;
  width: 100%;
}

.w-970-s {
  width: 970px;
}

.w-980 {
  max-width: 980px;
  width: 100%;
}

.w-980-s {
  width: 980px;
}

.w-990 {
  max-width: 990px;
  width: 100%;
}

.w-990-s {
  width: 990px;
}

.w-1000 {
  max-width: 1000px;
  width: 100%;
}

.w-1000-s {
  width: 1000px;
}

.gap-1 {
  gap: 1px !important;
}

.gap-2 {
  gap: 2px !important;
}

.gap-3 {
  gap: 3px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-6 {
  gap: 6px !important;
}

.gap-7 {
  gap: 7px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-9 {
  gap: 9px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-11 {
  gap: 11px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-13 {
  gap: 13px !important;
}

.gap-14 {
  gap: 14px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-17 {
  gap: 17px !important;
}

.gap-18 {
  gap: 18px !important;
}

.gap-19 {
  gap: 19px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-21 {
  gap: 21px !important;
}

.gap-22 {
  gap: 22px !important;
}

.gap-23 {
  gap: 23px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-25 {
  gap: 25px !important;
}

.gap-26 {
  gap: 26px !important;
}

.gap-27 {
  gap: 27px !important;
}

.gap-28 {
  gap: 28px !important;
}

.gap-29 {
  gap: 29px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-31 {
  gap: 31px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-33 {
  gap: 33px !important;
}

.gap-34 {
  gap: 34px !important;
}

.gap-35 {
  gap: 35px !important;
}

.gap-36 {
  gap: 36px !important;
}

.gap-37 {
  gap: 37px !important;
}

.gap-38 {
  gap: 38px !important;
}

.gap-39 {
  gap: 39px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-41 {
  gap: 41px !important;
}

.gap-42 {
  gap: 42px !important;
}

.gap-43 {
  gap: 43px !important;
}

.gap-44 {
  gap: 44px !important;
}

.gap-45 {
  gap: 45px !important;
}

.gap-46 {
  gap: 46px !important;
}

.gap-47 {
  gap: 47px !important;
}

.gap-48 {
  gap: 48px !important;
}

.gap-49 {
  gap: 49px !important;
}

.gap-50 {
  gap: 50px !important;
}

.gap-51 {
  gap: 51px !important;
}

.gap-52 {
  gap: 52px !important;
}

.gap-53 {
  gap: 53px !important;
}

.gap-54 {
  gap: 54px !important;
}

.gap-55 {
  gap: 55px !important;
}

.gap-56 {
  gap: 56px !important;
}

.gap-57 {
  gap: 57px !important;
}

.gap-58 {
  gap: 58px !important;
}

.gap-59 {
  gap: 59px !important;
}

.gap-60 {
  gap: 60px !important;
}

.gap-61 {
  gap: 61px !important;
}

.gap-62 {
  gap: 62px !important;
}

.gap-63 {
  gap: 63px !important;
}

.gap-64 {
  gap: 64px !important;
}

.gap-65 {
  gap: 65px !important;
}

.gap-66 {
  gap: 66px !important;
}

.gap-67 {
  gap: 67px !important;
}

.gap-68 {
  gap: 68px !important;
}

.gap-69 {
  gap: 69px !important;
}

.gap-70 {
  gap: 70px !important;
}

.gap-71 {
  gap: 71px !important;
}

.gap-72 {
  gap: 72px !important;
}

.gap-73 {
  gap: 73px !important;
}

.gap-74 {
  gap: 74px !important;
}

.gap-75 {
  gap: 75px !important;
}

.gap-76 {
  gap: 76px !important;
}

.gap-77 {
  gap: 77px !important;
}

.gap-78 {
  gap: 78px !important;
}

.gap-79 {
  gap: 79px !important;
}

.gap-80 {
  gap: 80px !important;
}

.pe-form-wrap {
  padding: 40px;
  border: 1px solid #B1B8BE;
  border-radius: 16px;
  color: #1E2124;
}
.pe-form-wrap .h2 {
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .pe-form-wrap {
    padding: 24px;
  }
  .pe-form-wrap .h2 {
    margin-bottom: 16px;
  }
  .pe-form-wrap .input-item,
  .pe-form-wrap .pe-form-select,
  .pe-form-wrap .btn.large { /*height: 48px !important;*/
    min-height: 48px;
    padding: 0 16px;
    font-size: 16px !important;
  }
  .pe-form-wrap .pe-form-check.large input[type=radio] ~ label,
  .pe-form-wrap .pe-form-check.large input[type=checkbox] ~ label {
    font-size: 16px !important;
  }
  .pe-form-wrap .pe-form-check.large input[type=radio] ~ label::before,
  .pe-form-wrap .pe-form-check.large input[type=checkbox] ~ label::before {
    width: 20px;
    height: 20px;
  }
  .pe-form-wrap .pe-form-check.large input[type=checkbox] ~ label::after {
    top: 5px;
    left: 2px;
  }
  .pe-form-wrap .pe-form-check.large input[type=radio] ~ label::after {
    top: 7px;
    left: 4px;
  }
  .pe-form-wrap .pe-check-area.col .pe-form-check:not(:first-child) {
    margin-top: 12px;
  }
  .pe-form-wrap .pe-form-select {
    background-size: 20px;
    background-position: center right 4px;
  }
}
@media (max-width: 420px) {
  .pe-form-wrap {
    padding: 15px;
  }
}

.pe-form-group {
  display: flex;
}

.pe-form-line {
  padding: 16px 0;
}
.pe-form-line:not(:last-child) {
  border-bottom: 1px solid #CDD1D5;
}
@media (min-width: 1025px) {
  .pe-form-line {
    display: flex;
  }
  .pe-form-line .pe-form-left {
    flex-shrink: 0;
    align-self: center;
    width: 256px;
    padding-right: 50px;
    text-align: right;
  }
  .pe-form-line .pe-form-right {
    width: 100%;
    padding-left: 16px;
    border-left: 1px solid #CDD1D5;
  }
  .pe-form-line .pe-form-right .just-text {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 768px) {
  .pe-form-line .pe-form-right .just-text {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .pe-form-line .pe-form-title {
    margin: 0;
  }
  .pe-form-line .pe-form-box {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .pe-form-line:not(:first-child) .pe-form-title {
    margin-top: 28px;
  }
}

.pe-form-title {
  margin-bottom: 14px;
}
.pe-form-title:not(:nth-of-type(1)) {
  margin-top: 28px;
}
.pe-form-title > .form-title, .pe-form-title > .label {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 700;
  color: #1E2124;
  line-height: 1.5;
  padding: 0;
}
.pe-form-title > .form-title .pilsu, .pe-form-title > .label .pilsu {
  position: absolute;
  height: 0;
  padding-right: 14px;
  font-size: 0;
}
.pe-form-title > .form-title .pilsu::before, .pe-form-title > .label .pilsu::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 6px;
  height: 6px;
  background-color: #256EF4;
  border-radius: 50%;
}
.pe-form-title > .form-title .pilsu::after, .pe-form-title > .label .pilsu::after {
  display: none;
}
@media (max-width: 640px) {
  .pe-form-title > .form-title, .pe-form-title > .label {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .pe-form-title {
    margin-bottom: 16px;
  }
}

.pe-form-box {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 680px) {
  .pe-form-box {
    flex-wrap: wrap;
  }
}
.pe-form-box.not-flex {
  display: block;
}
.pe-form-box .pe-form-text {
  font-size: 17px;
}
@media (max-width: 640px) {
  .pe-form-box.gap-8 {
    gap: 4px !important;
  }
  .pe-form-box.m-full {
    flex-wrap: wrap;
  }
  .pe-form-box.m-full .pe-form-item {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .pe-form-box.m-full .pe-form-item button, .pe-form-box.m-full .pe-form-item a {
    width: 100%;
  }
  .pe-form-box.m-full .pe-form-text {
    position: static;
  }
  .pe-form-box.mo-custom.file-upload-box {
    flex-wrap: wrap;
  }
  .pe-form-box.mo-custom.file-upload-box .pe-form-item:first-child {
    width: calc(100% - 125px);
  }
}
@media (max-width: 680px) {
  .pe-form-box .file-text-item {
    width: calc(100% - 100px);
  }
}
@media (max-width: 680px) {
  .pe-form-box .file-altTxt-item {
    max-width: none;
  }
}

.form-info-box {
  display: flex;
  gap: 8px;
  padding: 16px;
  background-color: #E7F4FE;
  border-radius: 8px;
}
.form-info-box .icon {
  flex-shrink: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' transform='matrix(1 0 0 -1 2 22)' fill='%230B78CB'/%3E%3Cpath d='M11.8992 9.44102C12.562 9.44102 13.0992 8.90376 13.0992 8.24102C13.0992 7.57827 12.562 7.04102 11.8992 7.04102C11.2365 7.04102 10.6992 7.57827 10.6992 8.24102C10.6992 8.90376 11.2365 9.44102 11.8992 9.44102Z' fill='white'/%3E%3Cpath d='M10.3992 10.4312C10.2888 10.4312 10.1992 10.5207 10.1992 10.6312V11.4312C10.1992 11.5416 10.2888 11.6312 10.3992 11.6312H11.1008C11.2112 11.6312 11.3008 11.7207 11.3008 11.8312V15.5938H10.2C10.0895 15.5938 10 15.6833 10 15.7937V16.5938C10 16.7042 10.0895 16.7937 10.2 16.7937H13.8C13.9105 16.7937 14 16.7042 14 16.5938V15.7937C14 15.6833 13.9105 15.5938 13.8 15.5938H13.1008V10.6312C13.1008 10.5207 13.0112 10.4312 12.9008 10.4312H10.3992Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
}
.form-info-box p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  color: #1E2124;
  line-height: 1.5;
}

.pe-check-area.col {
  display: block;
}
.pe-check-area.col .pe-form-check:not(:first-child) {
  margin-top: 16px;
}

.pe-addr-info {
  padding: 32px;
  background-color: #F4F5F6;
  border-radius: 16px;
}
.pe-addr-info .pe-addr-row {
  display: flex;
  gap: 8px 24px;
}
.pe-addr-info .pe-addr-row .pe-addr-tit {
  flex-shrink: 0;
  display: block;
  width: 200px;
  font-size: 17px;
  font-weight: 700;
}
.pe-addr-info .pe-addr-row .pe-addr-desc {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
}
.pe-addr-info .pe-addr-row:not(:last-child) {
  margin-bottom: 24px;
}
.pe-addr-info .pe-addr-row.line-btm {
  padding-bottom: 24px;
  border-bottom: 1px solid #CDD1D5;
}
@media (max-width: 640px) {
  .pe-addr-info {
    padding: 24px;
  }
  .pe-addr-info .pe-addr-row {
    flex-direction: column;
  }
  .pe-addr-info .pe-addr-row:not(:last-child) {
    margin-bottom: 16px;
  }
  .pe-addr-info .pe-addr-row.line-btm {
    padding-bottom: 16px;
  }
}

.pe-list-select {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.pe-list-select-item {
  width: 268px;
}
.pe-list-select .list-select-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}
.pe-list-select .list-select-input:focus + .pe-list-select-label, .pe-list-select .list-select-input:checked + .pe-list-select-label {
  border-color: #256EF4;
}
.pe-list-select-label {
  display: block;
  padding: 16px;
  border: 1px solid #B1B8BE;
  border-radius: 16px;
  font-weight: 400;
}
.pe-list-select-label .pe-list-select-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.pe-list-select-label .pe-list-select-body .body-title {
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding-right: 26px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pe-list-select-label .pe-list-select-body .body-title::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40531 19.7351C8.70087 20.0635 9.2067 20.0902 9.53512 19.7946L17.5351 12.5949C17.7037 12.4432 17.8 12.2271 17.8 12.0003C17.8 11.7735 17.7037 11.5574 17.5351 11.4056L9.53515 4.20515C9.20675 3.90957 8.70092 3.93617 8.40534 4.26457C8.10976 4.59297 8.13637 5.0988 8.46477 5.39438L15.8041 12.0002L8.4648 18.6053C8.13638 18.9009 8.10975 19.4067 8.40531 19.7351Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center;
}
.pe-list-select-label .pe-list-select-body .body-time {
  display: block;
  font-size: 17px;
  line-height: 1.5;
}
.pe-list-select-label .pe-list-select-body .body-time b {
  margin-right: 8px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .pe-list-select-item {
    width: 100%;
  }
}

.pe-file-box .pe-file-item {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
  align-self: flex-end;
  /*@media (max-width:640px) {
    flex-wrap: wrap;
    .btn {width: calc(50% - 8px) !important;}
  }*/
}
@media (max-width: 680px) {
  .pe-file-box .pe-file-item {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .pe-file-box .pe-file-item .btn .svg-icon {
    display: none;
  }
}
.pe-file-box .pe-file-item .file-btn {
  width: 25%;
}
.pe-file-box .pe-form-item textarea {
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.pe-file-box .pe-form-item textarea.file {
  padding: 10px;
}
.pe-file-box .form-previewbox {
  width: 60px;
}
.pe-file-box .form-previewbox > a, .pe-file-box .form-previewbox .previewLink {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.pe-file-box .form-previewbox > a img, .pe-file-box .form-previewbox .previewLink img {
  width: 100%;
  height: auto;
}

.search-top-box .detail-toggle {
  display: flex;
  justify-content: center;
}
.search-top-box .sch-filter-btn {
  display: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: all 0s !important;
}
.search-top-box .sch-filter-btn.show {
  display: inline-flex;
}
.search-top-box .sch-filter-btn.close-detail .svg-icon {
  transform: rotate(180deg);
}
.search-top-box .detail-show {
  display: none;
}
.search-top-box .detail-show .filter-form-line {
  justify-content: center;
}
.search-top-box.detail-open .detail-form {
  display: block !important;
}
.search-top-box.detail-open .detail-hide {
  display: none !important;
}
.search-top-box.detail-open .detail-show {
  display: block !important;
}
@media (max-width: 768px) {
  .search-top-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 100;
    transition: all 0s;
  }
  .search-top-box .sch-filter-btn {
    display: none !important;
  }
  .search-top-box .detail-hide {
    display: none !important;
  }
  .search-top-box .detail-show {
    display: block !important;
  }
  .search-top-box.is-filter-chip .filter-form-ground {
    height: calc(100% - 120px);
    margin-top: 120px;
  }
  .search-top-box.active {
    display: block;
  }
  .search-top-box.active .sch-filter-box {
    animation: fadeInUp 0.3s forwards;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.sch-filter-box {
  padding: 40px;
  border-radius: 12px;
  background: #eef2f7;
}
@media (max-width: 768px) {
  .sch-filter-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 80px);
    padding: 0;
    background-color: #fff;
  }
}
.sch-filter-box .search-top-head {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  padding: 0 16px;
}
.sch-filter-box .search-top-head .search-top-title {
  display: block;
  font-size: 19px;
  font-weight: 700;
}
.sch-filter-box .search-top-head .search-top-close {
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6308 4.73421C18.9432 4.42199 19.4493 4.42187 19.7617 4.73421C20.074 5.04656 20.0739 5.55263 19.7617 5.86507L13.1288 12.4979L19.7656 19.1346C20.078 19.447 20.078 19.954 19.7656 20.2664C19.4532 20.5787 18.9471 20.5786 18.6347 20.2664L11.998 13.6287L5.36127 20.2664C5.04885 20.5786 4.54275 20.5787 4.23041 20.2664C3.91798 19.954 3.918 19.447 4.23041 19.1346L10.8662 12.4979L4.23431 5.86507C3.92209 5.55263 3.92196 5.04656 4.23431 4.73421C4.54667 4.42187 5.05275 4.42199 5.36517 4.73421L11.998 11.367L18.6308 4.73421Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center;
}
@media (max-width: 768px) {
  .sch-filter-box .search-top-head {
    display: flex;
  }
}
.sch-filter-box .filter-form-ground .filter-form.detail-form {
  display: none;
  margin: 24px 0;
  padding: 24px 0;
  border-top: 1px solid #E3DAF1;
  border-bottom: 1px solid #E3DAF1;
}
.sch-filter-box .filter-form-ground .filter-form.detail-form .pe-check-area {
  flex-wrap: wrap;
  gap: 4px 20px;
}
.sch-filter-box .filter-form-ground .filter-form.detail-form .pe-form-box {
  gap: 8px;
}
.sch-filter-box .filter-form-ground .filter-form.detail-form .filter-form-line {
  gap: 16px 64px;
}
.sch-filter-box .filter-form-ground .filter-form.detail-form .filter-form-line:not(:first-child) {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .sch-filter-box .filter-form-ground .filter-form.detail-form .filter-form-line:not(:first-child) {
    margin-top: 16px;
  }
}
.sch-filter-box .filter-form-ground .filter-form.detail-form .filter-form-line .filter-form-box {
  display: block;
}
.sch-filter-box .filter-form-ground .filter-form.detail-form .filter-form-line .item-head {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .sch-filter-box .filter-form-ground .filter-form.detail-form {
    display: block;
    margin: 16px 0;
    padding: 16px 0;
  }
}
.sch-filter-box .filter-form-ground .filter-form .filter-form-line {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.sch-filter-box .filter-form-ground .filter-form .filter-form-line:not(:first-child) {
  margin-top: 16px;
}
.sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box .filter-form-item .item-title {
  display: inline-block;
  margin: 0;
  font-weight: 700;
}
.sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box .filter-form-item .item-toggle {
  display: none;
}
.sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box .filter-form-item .item-toggle:focus {
  outline: 0;
  border: 0;
}
.sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box .filter-form-item .filter-btn-box {
  display: flex;
  gap: 8px;
}
@media (min-width: 769px) {
  .sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box .item-body {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box .filter-form-item {
    width: 100%;
  }
  .sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box .filter-form-item .filter-btn-box {
    margin-top: 8px;
  }
  .sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box .filter-form-item .filter-btn-box .btn {
    width: calc(50% - 4px);
  }
  .sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box .filter-form-item .input-item,
  .sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box .filter-form-item .pe-form-select,
  .sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box .filter-form-item .btn.large {
    height: 48px !important;
    min-height: 48px;
    padding: 0 16px;
    font-size: 16px !important;
  }
  .sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box .item-head {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 8px !important;
    padding: 8px 0;
  }
  .sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box .item-head::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7352 15.5954C19.4068 15.891 18.9009 15.8644 18.6054 15.5359L12 8.19665L5.39463 15.5359C5.09906 15.8644 4.59323 15.891 4.26482 15.5954C3.93641 15.2998 3.90979 14.794 4.20536 14.4656L11.4054 6.4656C11.5571 6.29703 11.7732 6.20077 12 6.20077C12.2268 6.20077 12.4429 6.29703 12.5946 6.4656L19.7946 14.4656C20.0902 14.794 20.0636 15.2998 19.7352 15.5954Z' fill='%23052B57'/%3E%3C/svg%3E%0A") no-repeat center;
    transition: all 0.2s;
  }
  .sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box .item-body {
    display: block;
  }
  .sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box .item-toggle {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box.not-open .item-head {
    margin-bottom: 0 !important;
  }
  .sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box.not-open .item-head::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .sch-filter-box .filter-form-ground .filter-form .filter-form-line .filter-form-box.not-open .item-body {
    display: none;
  }
}
@media (max-width: 768px) {
  .sch-filter-box .filter-form-ground {
    height: calc(100% - 55px);
    margin-top: 55px;
    overflow-y: auto;
    padding: 0 16px 16px;
  }
}
.sch-filter-box .filter-chip {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 16px;
  padding: 24px 0 0;
  margin: 24px 0 0;
  border-top: 1px solid #d6e0eb;
  position: relative;
}
.sch-filter-box .filter-chip::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  background: linear-gradient(90deg, rgba(238, 242, 247, 0) 0%, rgb(238, 242, 247) 50%);
}
.sch-filter-box .filter-chip .chip-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  font-weight: 700;
  min-height: 32px;
  white-space: nowrap;
}
.sch-filter-box .filter-chip .chip-title .num {
  margin-left: 4px;
  color: #0b50d0;
}
.sch-filter-box .filter-chip .chip-content {
  display: flex;
  gap: 8px;
  flex: 1 1 0;
}
.sch-filter-box .filter-chip .chip-content .btn.icon.border {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .sch-filter-box .filter-chip {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 16px;
    background-color: #EEF2F7;
  }
  .sch-filter-box .filter-chip .chip-title {
    display: none;
  }
  .sch-filter-box .filter-chip .chip-content {
    width: 100%;
    justify-content: flex-end;
  }
  .sch-filter-box .filter-chip .chip-content .btn.icon.border {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    min-height: auto;
  }
  .sch-filter-box .filter-chip .chip-content .chip-wrap {
    width: calc(100% - 35px);
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0 10px 0 5px;
  }
  .sch-filter-box .filter-chip .chip-content .chip-wrap .btn-tag {
    min-height: 32px;
    padding: 4px 10px;
    font-size: 15px;
    white-space: nowrap;
  }
  .sch-filter-box .filter-chip .chip-content .chip-wrap::-webkit-scrollbar {
    opacity: 0;
    height: 0;
  }
}

.advanced-search-box.active {
  display: block !important;
}

.top-search-input {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .top-search-input ~ .advanced-search-box {
    display: none;
  }
}
@media (max-width: 768px) {
  .top-search-input {
    margin-bottom: 20px;
  }
}
.top-search-input .input-item-wrap {
  max-width: 485px;
  width: 100%;
}
.top-search-input .input-item-wrap .input-item-box .input-item {
  padding-right: 48px;
}
.top-search-input .input-item-wrap .input-item-box .top-search-btn {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6658 14.8457 17.4482 16.3164L20.7666 19.6348C21.0785 19.9471 21.0786 20.4533 20.7666 20.7656C20.4542 21.078 19.9472 21.078 19.6348 20.7656L16.3174 17.4482C14.8462 18.6671 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039ZM10.8984 4C7.08767 4 3.99805 7.08963 3.99805 10.9004C3.99805 14.7112 7.08767 17.8008 10.8984 17.8008C12.7149 17.8008 14.3655 17.0966 15.5977 15.9492C15.6349 15.8757 15.6847 15.8065 15.7461 15.7451C15.8078 15.6834 15.8773 15.634 15.9512 15.5967C17.0966 14.3649 17.7988 12.7151 17.7988 10.9004C17.7988 7.08963 14.7092 4 10.8984 4Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center;
}
.top-search-input .advanced-search .advanced-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  font-size: 17px;
}
@media (max-width: 768px) {
  .top-search-input .advanced-search .advanced-toggle {
    display: none;
  }
}
.top-search-input .advanced-search .advanced-toggle::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.33333 9.08333C3.33333 5.9077 5.9077 3.33333 9.08333 3.33333C12.259 3.33333 14.8333 5.9077 14.8333 9.08333C14.8333 10.5942 14.2506 11.969 13.2976 12.9952C13.2346 13.0266 13.1755 13.0685 13.123 13.121C13.0704 13.1735 13.0285 13.2327 12.9971 13.2958C11.9707 14.2499 10.5952 14.8333 9.08333 14.8333C5.9077 14.8333 3.33333 12.259 3.33333 9.08333ZM13.5996 14.5404C12.3737 15.5561 10.7998 16.1667 9.08333 16.1667C5.17132 16.1667 2 12.9953 2 9.08333C2 5.17132 5.17132 2 9.08333 2C12.9953 2 16.1667 5.17132 16.1667 9.08333C16.1667 10.7988 15.5569 12.3718 14.5422 13.5974L17.3065 16.3616C17.5668 16.622 17.5668 17.0441 17.3065 17.3044C17.0461 17.5648 16.624 17.5648 16.3637 17.3044L13.5996 14.5404ZM5.91927 9.08309C5.91927 8.7149 6.21775 8.41642 6.58594 8.41642H8.42057V6.58309C8.42057 6.2149 8.71905 5.91642 9.08724 5.91642C9.45543 5.91642 9.75391 6.2149 9.75391 6.58309V8.41642H11.5859C11.9541 8.41642 12.2526 8.7149 12.2526 9.08309C12.2526 9.45128 11.9541 9.74976 11.5859 9.74976H9.75391V11.5831C9.75391 11.9513 9.45543 12.2498 9.08724 12.2498C8.71905 12.2498 8.42057 11.9513 8.42057 11.5831V9.74976H6.58594C6.21775 9.74976 5.91927 9.45128 5.91927 9.08309Z' fill='%2333363D'/%3E%3C/svg%3E%0A") no-repeat center;
}

.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0s;
}

.ui-timepicker, .ui-timepicker-viewport {
  box-sizing: content-box;
  height: 205px;
  display: block;
  margin: 0;
}

.ui-timepicker {
  list-style: none;
  padding: 0 1px;
  text-align: center;
}

.ui-timepicker-viewport {
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
}

.ui-timepicker-standard {
  border-radius: 4px;
  border: 1px solid #D9DAE1;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  color: #222;
  margin: 0;
  z-index: 99999 !important;
}

.ui-timepicker-standard a {
  color: #36404A;
  letter-spacing: -0.64px;
  display: block;
  padding: 3px;
  text-decoration: none;
}

.ui-timepicker-standard .ui-state-hover {
  background-color: #F3F7F8;
  color: #36404A;
}

.ui-timepicker-standard .ui-menu-item {
  margin: 0;
  padding: 0;
}

.ui-timepicker-corners, .ui-timepicker-corners .ui-corner-all {
  border-radius: 4px;
}

.ui-timepicker-hidden {
  display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
  vertical-align: baseline;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
  vertical-align: baseline;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-monthSelect-months {
  margin: 10px 1px 3px;
  flex-wrap: wrap;
}

.flatpickr-monthSelect-month {
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 0.5px;
  justify-content: center;
  padding: 10px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  width: 33%;
}

.flatpickr-monthSelect-month.flatpickr-disabled {
  color: #eee;
}

.flatpickr-monthSelect-month.flatpickr-disabled:hover, .flatpickr-monthSelect-month.flatpickr-disabled:focus {
  cursor: not-allowed;
  background: none !important;
}

.flatpickr-monthSelect-theme-dark {
  background: #3f4458;
}

.flatpickr-monthSelect-theme-dark .flatpickr-current-month input.cur-year {
  color: #fff;
}

.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-prev-month, .flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-next-month {
  color: #fff;
  fill: #fff;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month {
  color: rgba(255, 255, 255, 0.95);
}

.flatpickr-monthSelect-month.today {
  border-color: #959ea9;
}

.flatpickr-monthSelect-month.inRange, .flatpickr-monthSelect-month.inRange.today, .flatpickr-monthSelect-month:hover, .flatpickr-monthSelect-month:focus {
  background: #e6e6e6;
  cursor: pointer;
  outline: 0;
  border-color: #e6e6e6;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.inRange, .flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:hover, .flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:focus {
  background: #646c8c;
  border-color: #646c8c;
}

.flatpickr-monthSelect-month.today:hover, .flatpickr-monthSelect-month.today:focus {
  background: #959ea9;
  border-color: #959ea9;
  color: #fff;
}

.flatpickr-monthSelect-month.selected, .flatpickr-monthSelect-month.startRange, .flatpickr-monthSelect-month.endRange {
  background-color: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-monthSelect-month.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-monthSelect-month.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-monthSelect-month.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-monthSelect-month.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.selected, .flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.startRange, .flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.endRange {
  background: #80cbc4;
  box-shadow: none;
  color: #fff;
  border-color: #80cbc4;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.datepicker--cell-day.-other-month-:hover, .-disabled-.datepicker--cell-year.-other-decade-:hover {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.datepicker--cells {
  display: flex;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell:hover {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-:hover {
  color: #4a4a4a;
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
  background: none;
}

.datepicker--cell.-selected- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.datepicker--cell-day.-other-month-:hover, .-disabled-.datepicker--cell-year.-other-decade-:hover {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0 0.3s;
  z-index: 100;
}

.datepicker.-from-top- {
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  transform: translateY(8px);
}

.datepicker.-from-left- {
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0 0s;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 5px);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 5px);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.datepicker--cell-day.-other-month-:hover, .-disabled-.datepicker--cell-year.-other-decade-:hover {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.datepicker--nav button {
  border: none;
  background-color: transparent;
}

.datepicker--nav-title, .datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons, .datepicker--time {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  border: none;
  background: transparent;
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.datepicker--cell-day.-other-month-:hover, .-disabled-.datepicker--cell-year.-other-decade-:hover {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  flex: 0 1 138px;
  max-width: 138px;
}

.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.input__split {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.datepicker__wrap, .timepicker__wrap {
  width: 100%;
  height: 100%; /* height: 34px; */ /* z-index: 99999; */
  line-height: 0;
}

.datetime-group {
  white-space: nowrap;
  display: table; /* display: flex; */ /* flex-wrap: nowrap; */
}

.date-group {
  white-space: nowrap;
  display: table; /* display: flex; */ /* flex-wrap: nowrap; */
}

.date-group .date {
  width: 100%;
  position: relative; /* white-space: nowrap; */ /* display: table; */
  width: 100%;
  margin-bottom: 0;
  border: none;
}

.datetime-group {
  white-space: nowrap;
  display: table; /* display: flex; */ /* flex-wrap: nowrap; */
}

.datetime-group .date,
.datetime-group .form__split {
  display: table-cell;
}

.datetime-group .form__split {
  width: 1%;
  text-align: center;
}

.datetime-group .date {
  height: 34px;
  padding: 0 1% 0 0;
  margin: 0;
  flex-wrap: inherit;
  line-height: 0;
}

.datetime-group .date .form-control {
  background-color: #f1f1f2;
}

.datetime-group .date .input__split {
  right: 6%;
}

.date-group > .form-group, .time-group > .form-group {
  margin-bottom: 0;
  width: 100%;
  border: none;
}

.date-group, .time-group {
  display: flex;
  align-items: center;
}

.date-group .form__split, .time-group .form__split {
  display: inline-block;
  width: 100%;
  min-width: 17px;
  max-width: 17px;
  padding: 0 3px;
  font-size: 16px;
  text-align: center;
}

.date__icon,
.table > tbody > tr > td .date__icon,
.time__icon,
.table > tbody > tr > td .time__icon {
  overflow: hidden;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-color: transparent;
  color: transparent;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.date__icon,
.table > tbody > tr > td .date__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.08203 8.58691H17.9154V17.3369C17.9154 17.7972 17.5423 18.1702 17.082 18.1702H2.91536C2.45513 18.1702 2.08203 17.7972 2.08203 17.3369V8.58691Z' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M2.08203 4.42025C2.08203 3.96001 2.45513 3.58691 2.91536 3.58691H17.082C17.5423 3.58691 17.9154 3.96001 17.9154 4.42025V8.58691H2.08203V4.42025Z' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M6.66797 2.33691V5.67025' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M13.332 2.33691V5.67025' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M11.668 14.8369H14.168' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M5.83203 14.8369H8.33203' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M11.668 11.5049H14.168' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3Cpath d='M5.83203 11.5049H8.33203' stroke='%23767676' stroke-width='0.9' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.time__icon,
.table > tbody > tr > td .time__icon {
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5229 22 22 17.5229 22 12C22 6.47715 17.5229 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5229 6.47715 22 12 22Z' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M12.0045 6L12.0039 12.0044L16.2436 16.2441' stroke='%23697785' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator,
input[type=month]::-webkit-calendar-picker-indicator,
input[type=week]::-webkit-calendar-picker-indicator,
input[type=datetime-local]::-webkit-calendar-picker-indicator {
  display: none;
}

.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 9999994;
  overflow: hidden;
}

.sp-container.sp-flat {
  position: relative;
}

.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}

.sp-fill {
  padding-top: 80%;
}

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}

.sp-alpha-enabled .sp-alpha {
  display: block;
}

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid #000;
  background: #fff;
  opacity: 0.8;
}

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}

.sp-alpha-inner {
  border: solid 1px #333;
}

.sp-clear {
  display: none;
}

.sp-clear.sp-clear-display {
  background-position: center;
}

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}

.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}

.sp-palette-only .sp-picker-container {
  display: none;
}

.sp-palette-disabled .sp-palette-container {
  display: none;
}

.sp-initial-disabled .sp-initial {
  display: none;
}

.sp-sat {
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1,startColorstr=#FFFFFFFF,endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1,startColorstr="#FFFFFFFF",endColorstr="#00CC9A81");
}

.sp-val {
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81,endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00CC9A81",endColorstr="#FF000000");
}

.sp-hue {
  background: linear-gradient(to bottom, red 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
}

.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#ffff00");
}

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff00",endColorstr="#00ff00");
}

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff00",endColorstr="#00ffff");
}

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffff",endColorstr="#0000ff");
}

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff",endColorstr="#ff00ff");
}

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00ff",endColorstr="#ff0000");
}

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

.sp-cf:before, .sp-cf:after {
  content: "";
  display: table;
}

.sp-cf:after {
  clear: both;
}

.sp-cf {
  *zoom: 1;
}

@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: #fff;
  opacity: 0.8;
}

.sp-container {
  border-radius: 0;
  border: 1px solid #D9DAE1;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 0;
}

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-top {
  margin-bottom: 3px;
}

.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666;
}

.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}

.sp-initial-disabled .sp-input-container {
  width: 100%;
}

.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}

.sp-input:focus {
  border: 1px solid orange;
}

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}

.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}

.sp-palette-container {
  border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
  border: 0;
}

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}

.sp-thumb-el {
  position: relative;
}

.sp-initial {
  float: left;
  border: solid 1px #333;
}

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}

.sp-initial .sp-clear-display {
  background-position: center;
}

.sp-palette-button-container, .sp-button-container {
  float: right;
}

.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  border: 1px solid #D9DAE1;
  background-color: #fff;
  color: #333;
  vertical-align: middle;
}

.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #888;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  color: #111;
}

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}

.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}

.sp-palette {
  *width: 220px;
  max-width: 220px;
}

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}

.sp-container {
  padding-bottom: 0;
}

.sp-container button {
  outline: none;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  vertical-align: middle;
}

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

.form-group.date .form-group.date,
.form-group.time .time-group > .form-group,
.form-group.enabledate,
.form-group.time .form-group.time {
  max-width: 170px;
  position: relative;
}

@media (max-width: 420px) {
  .date-group,
  .time-group {
    flex-direction: column;
  }
  .form-group.date .form-group.date,
  .form-group.time .time-group > .form-group,
  .form-group.enabledate,
  .form-group.time .form-group.time {
    max-width: none;
  }
  .date-group .form__split,
  .time-group .form__split {
    display: none;
  }
  .date-group .form__split + .form-group,
  .time-group .form__split + .form-group {
    padding: 5px 0 0 0;
  }
}
@media (max-width: 340px) {
  .flatpickr-calendar.open {
    left: -16px;
  }
}
.kogl--mask {
  position: relative;
  width: 100%;
  padding: 23px 21px;
  padding-top: 23px;
  margin-bottom: -1px;
  margin-top: 23px;
  border-top: 1px solid #D9DAE1;
}

.kogl--mask .kogl-title {
  position: absolute;
  top: 14px;
  left: 22px;
  width: auto;
  padding: 0; /* border: 1px solid $black; */ /* border-radius: 30px; */ /* padding: 5px 15px; */
}

.kogl--mask .kogl-title em {
  display: block;
  font-weight: bold;
  font-size: 0;
  line-height: 1.2;
  letter-spacing: -1px;
  text-align: center; /* color:$white; */
}

.kogl--mask .inner {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 41px;
}

.kogl--mask .inner:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
}

.kogl--mask .mark--area { /* float:left; */
  height: 41px;
  margin-right: 16px;
  background: url(/pcms/common/images/ir/ir-kogl.png) no-repeat;
  font-size: 0;
}

.kogl--mask .mark--area.mark1 {
  width: 111px;
  min-width: 111px;
  background-position: 0 -1px;
}

.kogl--mask .mark--area.mark2 {
  width: 136px;
  min-width: 136px;
  background-position: -172px -1px;
}

.kogl--mask .mark--area.mark3 {
  width: 136px;
  min-width: 136px;
  background-position: 0 -52px;
}

.kogl--mask .mark--area.mark4 {
  width: 185px;
  min-width: 185px;
  background-position: -172px -52px;
}

.kogl--mask .kogl--text {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.05em;
  font-style: normal;
}

.kogl--mask .kogl--text i {
  color: #5c5c5c;
  font-weight: bold;
  text-decoration: underline;
  font-style: normal;
}

.kogl--mask .kogl--text a i {
  color: #eb6129;
}

.kogl--mask .kogl--text em,
.kogl--mask .kogl--text a em {
  color: #df3128;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .kogl--mask {
    padding: 20px;
    padding-top: 20px; /* padding-top:80px; */
  }
  .kogl--mask .mark--area {
    display: block;
    float: none;
    margin: 0 auto 10px;
  }
  .kogl--mask .kogl--text {
    text-align: center;
  }
  .kogl--mask .kogl-title {
    display: none;
  }
}
@media only screen and (max-width: 490px) {
  .kogl--mask .inner {
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .pe-form-line .pe-form-left {
    width: 206px;
  }
}
.pe-form-line .pe-form-right .file-upload-wrap {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CDD1D5;
}
.pe-form-line .pe-form-right .file-upload-wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.pe-form-line span.pe-form-check {
  padding-right: 10px;
}

.file-upload-wrap .pe-file-box {
  flex-wrap: wrap;
}
.file-upload-wrap .pe-file-box .file-text-item {
  width: calc(100% - 395px);
}
@media (max-width: 767px) {
  .file-upload-wrap .pe-file-box .file-text-item {
    width: calc(100% - 330px);
  }
}
@media (max-width: 680px) {
  .file-upload-wrap .pe-file-box .file-text-item {
    width: 100%;
  }
}

.input-item-box textarea.input-item {
  padding: 16px;
  height: auto;
}
.input-item-box textarea.input-item::-moz-placeholder {
  font-size: 17px;
}
.input-item-box textarea.input-item::placeholder {
  font-size: 17px;
}
.input-item-box textarea.height-auto {
  height: auto;
}

.pe-btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 8px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.pe-btn-group.text-center {
  justify-content: center;
}
.pe-btn-group.text-left {
  justify-content: flex-start;
}
.pe-btn-group.text-between {
  justify-content: space-between;
}

.headingBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.headingBox .h1, .headingBox .h2, .headingBox .h3, .headingBox .h4, .headingBox .h5, .headingBox .h6, .headingBox h1, .headingBox h2, .headingBox h3, .headingBox h4, .headingBox h5, .headingBox h6 {
  margin: 0;
}
.headingBox .severTime-wrap {
  margin: 0 0 0 0;
}

.input-message {
  padding-left: 20px;
  display: block;
  position: relative;
}
.input-message::before {
  position: absolute;
  left: 0;
  top: 0;
}

.login-wrap {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 560px;
}

.login-wrap .login-title {
  display: block;
  color: #444;
  letter-spacing: -0.17rem;
  font-size: 44px;
  font-weight: 400;
  line-height: 135%;
  margin: 0 0 30px 0;
  text-align: left;
}

.login-wrap .login-title .title-point {
  color: #444;
  letter-spacing: -0.17rem;
  font-size: 44px;
  font-weight: 700;
  line-height: 135%;
}

.login-wrap .ui-list__column {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}

.login-wrap .ui-list__column::after {
  display: block;
  clear: both;
  content: "";
}

.login-wrap .ui-list__column .ui-box {
  float: left;
  width: 100%;
  height: 100%;
}

.login-wrap .ui-box .h2 {
  display: block;
  text-align: left;
  color: #CD1F13;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  margin: 0 0 10px 0;
  letter-spacing: -0.06rem;
}

.login-wrap .ui-box .txt-wrap {
  display: block;
  width: 100%;
  margin: 0 0 25px 0;
}

.login-wrap .ui-box .txt-wrap span {
  display: block;
  text-align: left;
  color: #36404A;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 640px) {
  .login-wrap .ui-box .txt-wrap span {
    font-size: 15px;
  }
}
@media (max-width: 490px) {
  .login-wrap .ui-box .txt-wrap span {
    font-size: 14px;
  }
}

.login-wrap .ui-box .txt-wrap .kakao-point {
  display: inline-block;
  background-color: #FAE24C;
  font-weight: 700;
  border-radius: 3px;
  padding: 4px 7px;
  color: #352020;
  line-height: 100%;
}

.login-wrap .item fieldset {
  display: flex;
  align-items: center;
}

.login-wrap .item fieldset .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.login-wrap .form-group {
  margin: 0 0 8px 0;
}

.login-wrap .form-group:last-child {
  margin-bottom: 0;
}

.login-wrap .form-group .form-control {
  height: 55px;
  font-size: 15px;
  padding: 15px 20px;
  border-radius: 8px;
  border: 2px solid #DDD;
}

.login-wrap .form-group .form-control::-moz-placeholder {
  color: #666;
  font-size: 18px;
  letter-spacing: -0.0225rem;
}

.login-wrap .form-group .form-control::placeholder {
  color: #666;
  font-size: 18px;
  letter-spacing: -0.0225rem;
}

.login-wrap .fe-login {
  margin: 0;
  font-size: 20px;
  letter-spacing: -0.025rem;
  border-radius: 8px;
}

.login-wrap .fe-login:focus {
  border: 1px solid #064c63;
}

.login-wrap .find {
  display: flex;
  align-items: center;
  padding: 30px 20px 20px;
}

.login-wrap .find .find-list {
  position: relative;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
}

.login-wrap .find .find-list:last-child {
  margin-right: 0;
  padding-right: 0;
}

.login-wrap .find .find-list .link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 36px;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.01rem;
  white-space: nowrap;
  padding: 5px 0;
}

.login-wrap .find .find-list .link::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all 0.3s;
  content: "";
}

.login-wrap .find .find-list .link .icon {
  margin: 0 0 0 8px;
  min-width: 15px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.login-wrap .find .find-list .link .icon.arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5303 6.53033C15.8232 6.23744 15.8232 5.76256 15.5303 5.46967L10.7574 0.696699C10.4645 0.403806 9.98959 0.403806 9.6967 0.696699C9.40381 0.989593 9.40381 1.46447 9.6967 1.75736L13.9393 6L9.6967 10.2426C9.40381 10.5355 9.40381 11.0104 9.6967 11.3033C9.98959 11.5962 10.4645 11.5962 10.7574 11.3033L15.5303 6.53033ZM0 6.75H15V5.25H0V6.75Z' fill='%23293538'/%3E%3C/svg%3E%0A");
}

.login-wrap .find .find-list .link .icon.check {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.53512L4.75 7.25411L8.5 3.53512L10.375 1.67563L11.3125 0.74588' stroke='%23293538' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.login-wrap .find .find-list .link:hover::before,
.login-wrap .find .find-list .link:focus::before {
  width: 100%;
}

.login-wrap .sns-btn {
  display: block;
  width: 100%;
}

.login-wrap .sns-btn .fe-btn {
  display: flex;
  width: 100%;
  height: 58px;
  border-radius: 8px;
  margin: 5px 0;
}

.login-wrap .sns-btn .fe-btn span {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.025rem;
  font-weight: 700;
  padding-left: 0px;
}

.login-wrap .notice-box {
  display: block;
  width: 100%;
  margin: 40px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #EEE;
}

.login-wrap .notice-box .list-1st li {
  text-align: left;
  color: #666;
}

.login-wrap .notice-box .list-1st li::before {
  background-color: #666;
}

.login-wrap .notice-box .list-1st li + li {
  margin: 6px 0 0 0;
}

.login-wrap .notice-box .fe-btn {
  color: #293538;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.01rem;
  margin: 0;
  padding: 10px;
}

.login-wrap .notice-box .fe-btn .fa-blank {
  margin: 0 0 0 8px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.25 3H3.875C3.39175 3 3 3.3299 3 3.73684V16.2632C3 16.6701 3.39175 17 3.875 17H16.125C16.6083 17 17 16.6701 17 16.2632V10.2763' stroke='%23293538' stroke-width='1.35' stroke-linejoin='round'/%3E%3Cpath d='M11.6667 3.08331H16.6667V8.08331' stroke='%23293538' stroke-width='1.35' stroke-linejoin='round'/%3E%3Cpath d='M8.75 10.9999L16.25 3.5' stroke='%23293538' stroke-width='1.35' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.login-wrap .ui-certification {
  margin: 30px 0 0 0;
}

.login-wrap .text-right {
  margin-bottom: 9px;
}

.login-wrap .bucket-form .form-group {
  margin: -1px 0 0 0;
}

.login-wrap .bucket-form .form-group .form-control {
  height: 38px;
}

.login-wrap .ui-list__column.col2 .bucket-form .form-group > [class^=col-],
.login-wrap .ui-list__column.col2 .bucket-form .form-group > div[class^=col-] {
  flex: none;
  width: 100%;
  max-width: 100%;
}

.login-wrap .ui-list__column.col2 .bucket-form .form-group .control-label .label,
.login-wrap .ui-list__column.col2 .bucket-form .form-group .control-label .form-label,
.login-wrap .ui-list__column.col2 .bucket-form .form-group .control-label label {
  padding: 6px 0;
}

.login-wrap .ui-list__column.col2 .bucket-form .form-group .control-label {
  border-bottom: 1px dashed #DDD;
}

.login-wrap .ui-list__column.col2 .bucket-form .form-group .control-label .label .pilsu,
.login-wrap .ui-list__column.col2 .bucket-form .form-group .control-label .form-label .pilsu,
.login-wrap .ui-list__column.col2 .bucket-form .form-group .control-label label .pilsu {
  position: relative;
  right: auto;
  left: 0;
}

.login-wrap .text-area {
  position: relative;
  display: block;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #DDD;
}

.login-wrap .text-area .text-area-inner {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #F5F5F5;
  padding: 30px;
}

.login-wrap .text-area .tit {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #36404A;
  line-height: 150%;
  margin: 0 0 10px 0;
}

@media (max-width: 640px) {
  .login-wrap .login-title,
  .login-wrap .login-title .title-point {
    font-size: 34px;
  }
  .login-wrap .ui-box .h2 {
    font-size: 20px;
  }
  .login-wrap .form-group .form-control::-moz-placeholder {
    font-size: 15px;
  }
  .login-wrap .form-group .form-control::placeholder {
    font-size: 15px;
  }
  .login-wrap .fe-login,
  .login-wrap .sns-btn .fe-btn {
    height: 45px;
    padding: 7px 20px;
  }
  .login-wrap .fe-login,
  .login-wrap .sns-btn .fe-btn span {
    font-size: 16px;
  }
  .login-wrap .form-group {
    margin: 0 0 5px 0;
  }
  .login-wrap .form-group .form-control {
    height: 45px;
  }
  .login-wrap .notice-box {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 490px) {
  .login-wrap .login-title,
  .login-wrap .login-title .title-point {
    font-size: 28px;
  }
  .login-wrap .find {
    justify-content: center;
    padding: 20px 0 0;
  }
  .login-wrap .find .find-list .link {
    font-size: 14px;
  }
  .login-wrap .find .find-list .link .icon {
    margin: 0 0 0 5px;
    min-width: 12px;
    width: 12px;
    height: 12px;
  }
  .login-wrap .notice-box {
    margin: 20px 0 0 0;
  }
  .login-wrap .notice-box .fe-btn {
    font-size: 14px;
  }
  .login-wrap .find .find-list {
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
  }
}
@media (max-width: 360px) {
  .login-wrap .login-title,
  .login-wrap .login-title .title-point {
    font-size: 24px;
  }
}
@media (max-width: 1100px) {
  .regist.rf-wrap {
    padding: 0;
  }
}
@media (max-width: 1100px) {
  .regist.rf-wrap .left-box {
    position: relative;
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .regist.rf-wrap .left-box .step-title-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .regist.rf-wrap .left-box .step-title-wrap {
    margin-bottom: 7px;
  }
}
@media (max-width: 880px) {
  .regist.rf-wrap .left-box .membership-title {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .regist.rf-wrap .left-box .membership-title br {
    display: none;
  }
}
.regist.rf-wrap .left-box .membership-title .title-point {
  display: inline-block;
}
@media (max-width: 880px) {
  .regist.rf-wrap .left-box .membership-title .title-point {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .regist.rf-wrap .left-box .chktxt {
    margin: 10px 0 20px 0;
    padding: 0 0 0 10px;
  }
}
@media (max-width: 640px) {
  .regist.rf-wrap .left-box .chktxt {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .regist.rf-wrap .left-box .chktxt br {
    display: none;
  }
}
@media (max-width: 640px) {
  .regist.rf-wrap .right-box .help-inblock {
    font-size: 15px;
  }
}
@media (max-width: 490px) {
  .regist.rf-wrap .right-box .help-inblock {
    font-size: 14px;
  }
}
.regist.rf-wrap .right-box .pilsu::after {
  content: "*";
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #CD1F13;
}
.regist.rf-wrap .right-box .form-group.birth .form-box span {
  padding: 0 15px 0 5px;
}
@media (max-width: 490px) {
  .regist.rf-wrap .right-box .form-group.birth .form-box span {
    padding: 0 5px;
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .regist.rf-wrap .right-box .form-group.birth .form-box span {
    padding: 0 3px;
  }
}
.regist.rf-wrap .right-box .col-sm-12.impossble .help-block {
  color: #0c0a0b;
}
.regist.rf-wrap .right-box .col-sm-12 .help-block {
  color: #CD1F13;
  padding-left: 20px;
}
@media (max-width: 490px) {
  .regist.rf-wrap .fe-btn_box.searchbox .searchbtn {
    min-width: 100%;
    border-radius: 4px;
  }
}
.regist.rf-wrap .fe-btn_box .searchbtn {
  border-radius: 50px;
}
@media (max-width: 1280px) {
  .regist.rf-wrap .fe-btn_box .searchbtn {
    padding: 13px 20px;
    min-width: 120px;
  }
}
@media (max-width: 1024px) {
  .regist.rf-wrap .fe-btn_box .searchbtn {
    padding: 13px 25px;
    font-size: 17px;
    min-width: 120px;
  }
}
@media (max-width: 490px) {
  .regist.rf-wrap .fe-btn_box .searchbtn {
    padding: 11px 22px;
    font-size: 15px;
    min-width: auto;
  }
}

.regist .help-block {
  color: #CD1F13;
  padding-left: 20px;
}

@media (max-width: 650px) {
  .login-wrap .ui-certification .txt-wrap span br {
    display: none;
  }
}

@media (max-width: 650px) {
  .login-wrap .notice-box .list-1st li br {
    display: none;
  }
}

#contents .sitemap {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
#contents .sitemap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#contents .sitemap * {
  margin: 0;
  padding: 0;
}
#contents .sitemap.type1.col3 dl {
  width: 33.33%;
}
#contents .sitemap.type1.col4 dl {
  width: 25%;
}
#contents .sitemap.type1.col5 dl {
  width: 20%;
}
#contents .sitemap.type1.col6 dl {
  width: 16.66%;
}
#contents .sitemap.type1.col7 dl {
  width: 14.28%;
}
#contents .sitemap.type1 dl {
  display: inline-block;
  float: left;
  margin-bottom: 50px;
  padding: 0 1%;
}
#contents .sitemap.type1 dl dt {
  margin: 0 0 10px 0;
  padding: 10px 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #666666;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}
#contents .sitemap.type1 dl dd {
  padding: 5px 15px;
}
#contents .sitemap.type1 dl dd b {
  display: block;
  line-height: 0;
}
#contents .sitemap.type1 dl dd b a {
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 12px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
#contents .sitemap.type1 dl dd b a:hover, #contents .sitemap.type1 dl dd b a:active, #contents .sitemap.type1 dl dd b a:focus {
  text-decoration: underline;
}
#contents .sitemap.type1 dl dd b a:after {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #000;
  content: " ";
}
#contents .sitemap.type1 dl dd b a[target=_blank]:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  transform: translate(0%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.81836' width='8.18182' height='8.18182' rx='1' fill='%23EFF2F4'/%3E%3Crect x='0.5' y='2.31812' width='7.18182' height='7.18182' rx='0.5' fill='white' stroke='%23DCE2E8'/%3E%3C/svg%3E%0A");
}
#contents .sitemap.type2 {
  position: relative;
  overflow: hidden;
  border-top: 2px solid #767676;
}
#contents .sitemap.type2 .title_wrap {
  border-bottom: 0 solid #000;
}
#contents .sitemap.type2 dl {
  position: relative;
  padding: 23px 23px 23px 21%;
  overflow: hidden;
  border-bottom: 1px solid #D9DAE1;
}
#contents .sitemap.type2 dl:before {
  display: block;
  position: absolute;
  top: 0;
  left: 18%;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #D9DAE1;
}
#contents .sitemap.type2 dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#contents .sitemap.type2 dl dt {
  position: absolute;
  top: 10px;
  left: 0;
  padding-left: 15px;
  color: #000;
  width: 15%;
}
#contents .sitemap.type2 dl dt a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
#contents .sitemap.type2 dl dd {
  float: left;
  width: 25%;
  padding: 0 10px;
}
#contents .sitemap.type2 dl dd b {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}
#contents .sitemap.type2 dl dd b a {
  display: block;
  position: relative;
  padding-left: 9px;
  padding-right: 12px;
  color: #000;
  font-size: 17px;
  font-weight: normal;
}
#contents .sitemap.type2 dl dd b a:before {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background-color: #767676;
}
#contents .sitemap.type2 dl dd b a[target=_blank]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  transform: translate(0%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.81836' width='8.18182' height='8.18182' rx='1' fill='%23EFF2F4'/%3E%3Crect x='0.5' y='2.31812' width='7.18182' height='7.18182' rx='0.5' fill='white' stroke='%23DCE2E8'/%3E%3C/svg%3E%0A");
}
#contents .sitemap.type2 dl dd ul {
  margin-left: 8px;
}
#contents .sitemap.type2 dl dd ul li {
  display: block;
}
#contents .sitemap.type2 dl dd ul li a {
  display: block;
  position: relative;
  padding-left: 11px;
  padding-right: 12px;
  color: #666666;
  font-size: 15px;
  line-height: 1.45;
}
#contents .sitemap.type2 dl dd ul li a:after {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 1px;
  content: "";
  background-color: #D9DAE1;
}
#contents .sitemap.type2 dl dd ul li a[target=_blank]:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  transform: translate(0%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.81836' width='8.18182' height='8.18182' rx='1' fill='%23EFF2F4'/%3E%3Crect x='0.5' y='2.31812' width='7.18182' height='7.18182' rx='0.5' fill='white' stroke='%23DCE2E8'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 767px) {
  #contents .sitemap.type2 {
    border: none;
  }
  #contents .sitemap.type2 dl {
    padding: 0;
    border-top: 0;
  }
  #contents .sitemap.type2 dl:before {
    display: none;
  }
  #contents .sitemap.type2 dl dt {
    position: relative;
    top: 0;
    margin-bottom: 23px;
    padding: 23px;
    border-top: 2px solid #767676;
    border-bottom: 1px solid #767676;
    color: #000;
    font-size: 16px;
    width: 100%;
  }
  #contents .sitemap.type2 dl dd {
    padding-bottom: 23px;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  #contents .sitemap.type2 dd {
    padding-bottom: 15px;
  }
  #contents .sitemap.type2 dd ul {
    display: none;
  }
}

.link.big {
  display: block;
  width: 100%;
  height: 100%;
}
.link.big::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='76' height='99' viewBox='0 0 76 99' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.22 82.3986L2.54 84.5386L13.06 83.9986C12.94 85.2386 12.74 86.5786 12.38 88.0786L14.98 88.3386C15.84 84.3386 15.84 81.7986 15.84 79.1186V76.9786H2.74V79.0786H13.24V79.1186C13.24 80.0586 13.24 81.0186 13.2 82.0386L2.22 82.3986ZM0.88 89.4386V91.5986H17.52V89.4386H0.88ZM29.3184 82.3986H27.2584C27.6984 80.8986 27.8584 79.2786 27.8584 77.5386H20.6384V79.6386H25.2384C24.9184 83.2386 23.2984 85.8986 19.6184 88.0986L21.1184 89.9586C23.7184 88.4386 25.3984 86.6186 26.4384 84.5186H29.3184V92.9586H31.7784V75.7586H29.3184V82.3986ZM33.1984 75.3386V93.7586H35.6984V75.3386H33.1984ZM43.2369 81.4386H51.1169V84.0186H43.2369V81.4386ZM48.4969 89.4986V86.1186H53.7169V76.4986H51.1169V79.3586H43.2369V76.4986H40.6169V86.1186H45.8569V89.4986H38.8569V91.6386H55.5369V89.4986H48.4969ZM58.8753 77.2586V79.3586H65.0153C64.6353 83.4386 62.5953 86.3186 57.8953 88.5786L59.2753 90.6586C65.8153 87.4986 67.7153 82.8986 67.7153 77.2586H58.8753ZM70.5353 75.3386V93.7586H73.1953V75.3386H70.5353Z' fill='white'/%3E%3Cpath d='M22.6911 23.6591C19.7131 20.6799 19.7131 15.794 22.6911 12.6956M39.6064 29.6175C45.9199 23.3015 45.9199 13.053 39.6064 6.73698C33.293 0.421006 23.0485 0.421006 16.7351 6.73698C10.4216 13.053 10.4216 23.3015 16.7351 29.6175C23.0485 35.9335 33.293 35.9335 39.6064 29.6175ZM39.6064 29.6175L46.3964 36.4099M42.9315 40.4222L50.4281 32.9227L65 47.5004L57.5035 55L42.9315 40.4222Z' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 76px;
  height: 99px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: scale(0);
  margin-left: -38px;
  margin-top: -50px;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
.link.big .thm--inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.link.big .thm--inner::before {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  background-color: #000;
  z-index: 1;
  opacity: 0.5;
  top: -40px;
  height: 32px;
  width: 32px;
  transition: transform 0.25s ease-out;
  border-radius: 50%;
  margin-left: -16px;
  transform-origin: 50% 50%;
}
.link.big .thm--inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.link.big .thm--inner img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 100%;
}
.link.big:hover::before, .link.big:focus::before {
  transform: scale(1);
}
.link.big:hover .thm--inner::before, .link.big:focus .thm--inner::before {
  transform: scale(50);
}

#imgLayer {
  max-width: none !important;
  width: 100% !important;
  height: 100vh;
  background: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 590px) {
  #imgLayer {
    height: 100svh;
  }
}
#imgLayer img {
  vertical-align: top;
}
#imgLayer .thumb {
  width: auto !important;
  max-width: 95%;
  max-height: 70vh;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  transform: translate(0, 0);
  margin: 0 auto;
}
#imgLayer #exit {
  position: fixed !important;
  width: 100px !important;
  right: 0;
  top: 0;
}
#imgLayer #exit strong {
  display: none;
}
#imgLayer #exit a {
  display: block;
  width: 70px !important;
  height: 70px !important;
  background: rgb(0, 0, 0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='120' height='120'%3E%3Cpath d='M12.0007 10.5865L16.9504 5.63672L18.3646 7.05093L13.4149 12.0007L18.3646 16.9504L16.9504 18.3646L12.0007 13.4149L7.05093 18.3646L5.63672 16.9504L10.5865 12.0007L5.63672 7.05093L7.05093 5.63672L12.0007 10.5865Z' fill='rgba(255,255,255,1)'%3E%3C/path%3E%3C/svg%3E");
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: 50%;
}
#imgLayer #exit a img {
  display: none;
}
#imgLayer #exit a:focus {
  border: 1px dashed #FFF;
}

#api.map {
  height: 443px;
  border: 1px solid #dcdcdc;
}

.map_line {
  overflow: hidden;
  height: 44px;
  background: #606060;
  line-height: 44px;
}
.map_line ul {
  overflow: hidden;
  float: right;
  padding-right: 5px;
}
.map_line ul::after {
  content: "";
  display: block;
  clear: both;
}
.map_line ul li {
  float: left;
}
.map_line ul li a {
  padding: 0 14px;
  background: url(/images/tour/content/map_line_bar.gif) no-repeat left 3px;
  font-size: 13px;
  color: #fff;
  position: relative;
}
.map_line ul li a::before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 1px;
}
.map_line ul li a:hover, .map_line ul li a:focus {
  text-decoration: underline;
}
.map_line ul li:first-child a {
  background: none;
}
.map_line ul li:first-child a::before {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 100%;
  width: auto;
  padding: 15px 24px;
  cursor: pointer;
  border: 1px solid transparent;
  overflow-wrap: break-word;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0;
  border-radius: 6px;
  vertical-align: middle;
  font-size: 17px;
}
.btn.primary, .btn.primary:link, .btn.primary:visited {
  color: #fff;
  background-color: #CD1F13;
  border-color: #CD1F13;
}
.btn.primary .ico-listul, .btn.primary:link .ico-listul, .btn.primary:visited .ico-listul {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.19922 6.0002C2.19922 5.55837 2.55739 5.2002 2.99922 5.2002H20.9992C21.441 5.2002 21.7992 5.55837 21.7992 6.0002C21.7992 6.44202 21.441 6.8002 20.9992 6.8002H2.99922C2.55739 6.8002 2.19922 6.44202 2.19922 6.0002ZM2.19922 12.0002C2.19922 11.5584 2.55739 11.2002 2.99922 11.2002H20.9992C21.441 11.2002 21.7992 11.5584 21.7992 12.0002C21.7992 12.442 21.441 12.8002 20.9992 12.8002H2.99922C2.55739 12.8002 2.19922 12.442 2.19922 12.0002ZM2.99922 17.2002C2.55739 17.2002 2.19922 17.5584 2.19922 18.0002C2.19922 18.442 2.55739 18.8002 2.99922 18.8002H20.9992C21.441 18.8002 21.7992 18.442 21.7992 18.0002C21.7992 17.5584 21.441 17.2002 20.9992 17.2002H2.99922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-write, .btn.primary:link .ico-write, .btn.primary:visited .ico-write {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4343 2.43427C16.7467 2.12185 17.2533 2.12185 17.5657 2.43427L21.5657 6.43427C21.7157 6.58429 21.8 6.78778 21.8 6.99995C21.8 7.21212 21.7157 7.41561 21.5657 7.56564L12.5657 16.5656C12.4157 16.7157 12.2122 16.8 12 16.8H8C7.55817 16.8 7.2 16.4418 7.2 16V12C7.2 11.7878 7.28429 11.5843 7.43431 11.4343L16.4343 2.43427ZM17 4.13132L15.1314 5.99995L18 8.86858L19.8686 6.99995L17 4.13132ZM16.8686 9.99995L14 7.13132L8.8 12.3313V15.2H11.6686L16.8686 9.99995ZM4.8 4.59995C4.68954 4.59995 4.6 4.68949 4.6 4.79995V19.2C4.6 19.3104 4.68954 19.4 4.8 19.4H19.2C19.3105 19.4 19.4 19.3104 19.4 19.2V12.2C19.4 11.7581 19.7582 11.4 20.2 11.4C20.6418 11.4 21 11.7581 21 12.2V19.2C21 20.1941 20.1941 21 19.2 21H4.8C3.80589 21 3 20.1941 3 19.2V4.79995C3 3.80584 3.80589 2.99995 4.8 2.99995H11.7992C12.241 2.99995 12.5992 3.35812 12.5992 3.79995C12.5992 4.24178 12.241 4.59995 11.7992 4.59995H4.8Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-detail, .btn.primary:link .ico-detail, .btn.primary:visited .ico-detail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63629 12.0843C4.03609 10.8283 5.08502 9.63166 6.59666 8.73858C8.10015 7.85031 10.0027 7.3002 11.9985 7.3002C16.0279 7.3002 19.3773 9.51934 20.3566 12.1209C20.359 12.1272 20.3594 12.1313 20.3594 12.1328L20.3594 12.133C19.8163 13.8467 17.4328 16.7002 11.9985 16.7002C6.62812 16.7002 4.20473 13.6043 3.63555 12.0869L3.63629 12.0843ZM11.9985 5.7002C9.71865 5.7002 7.53474 6.32599 5.7828 7.36103C4.03901 8.39127 2.66351 9.86534 2.11167 11.599C2.0057 11.9319 2.00656 12.2981 2.13461 12.6412C2.92028 14.7463 5.91647 18.3002 11.9985 18.3002C18.0562 18.3002 21.1104 15.0626 21.8852 12.6146C21.9975 12.26 21.9786 11.8883 21.854 11.5573C20.5835 8.18203 16.518 5.7002 11.9985 5.7002ZM9.79922 12.0002C9.79922 10.7852 10.7842 9.8002 11.9992 9.8002C13.2142 9.8002 14.1992 10.7852 14.1992 12.0002C14.1992 13.2152 13.2142 14.2002 11.9992 14.2002C10.7842 14.2002 9.79922 13.2152 9.79922 12.0002ZM11.9992 8.2002C9.90054 8.2002 8.19922 9.90151 8.19922 12.0002C8.19922 14.0989 9.90054 15.8002 11.9992 15.8002C14.0979 15.8002 15.7992 14.0989 15.7992 12.0002C15.7992 9.90151 14.0979 8.2002 11.9992 8.2002Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-delete, .btn.primary:link .ico-delete, .btn.primary:visited .ico-delete {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6304 4.23482C18.9428 3.92239 19.4493 3.92238 19.7618 4.23479C20.0742 4.5472 20.0742 5.05373 19.7618 5.36616L13.1294 11.999L19.7657 18.6357C20.0781 18.9481 20.0781 19.4546 19.7657 19.767C19.4532 20.0795 18.9467 20.0794 18.6343 19.767L11.998 13.1304L5.3618 19.767C5.04939 20.0794 4.54285 20.0795 4.23042 19.767C3.918 19.4546 3.91798 18.9481 4.23039 18.6357L10.8667 11.999L4.2343 5.36616C3.92189 5.05373 3.9219 4.5472 4.23433 4.23479C4.54676 3.92238 5.05329 3.92239 5.3657 4.23482L11.998 10.8676L18.6304 4.23482Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-download, .btn.primary:link .ico-download, .btn.primary:visited .ico-download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5754 16.0542C12.4246 16.2111 12.2163 16.2998 11.9987 16.2998C11.7811 16.2998 11.5729 16.2111 11.4221 16.0542L6.42206 10.8542C6.11583 10.5358 6.12576 10.0293 6.44424 9.72309C6.76273 9.41685 7.26916 9.42678 7.5754 9.74527L11.1987 13.5135V3.79976C11.1987 3.35793 11.5569 2.99976 11.9987 2.99976C12.4406 2.99976 12.7987 3.35793 12.7987 3.79976V13.5135L16.4221 9.74527C16.7283 9.42678 17.2347 9.41685 17.5532 9.72309C17.8717 10.0293 17.8816 10.5358 17.5754 10.8542L12.5754 16.0542ZM3.60029 16.0003C3.6004 15.5585 3.24232 15.2003 2.80049 15.2001C2.35866 15.2 2.0004 15.5581 2.00029 16L1.99951 19.2C1.99946 19.4122 2.08372 19.6157 2.23376 19.7658C2.38379 19.9158 2.5873 20.0001 2.79951 20.0001H21.1987C21.6406 20.0001 21.9987 19.642 21.9987 19.2001V16.0001C21.9987 15.5583 21.6406 15.2001 21.1987 15.2001C20.7569 15.2001 20.3987 15.5583 20.3987 16.0001V18.4001H3.59971L3.60029 16.0003Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-copy, .btn.primary:link .ico-copy, .btn.primary:visited .ico-copy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.19995 8.00001C6.19995 7.0059 7.00584 6.20001 7.99995 6.20001H19.2C20.1941 6.20001 21 7.0059 21 8.00001V19.2C21 20.1941 20.1941 21 19.2 21H7.99995C7.00584 21 6.19995 20.1941 6.19995 19.2V8.00001ZM7.99995 7.80001C7.88949 7.80001 7.79995 7.88955 7.79995 8.00001V19.2C7.79995 19.3105 7.88949 19.4 7.99995 19.4H19.2C19.3104 19.4 19.4 19.3105 19.4 19.2V8.00001C19.4 7.88955 19.3104 7.80001 19.2 7.80001H7.99995Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00073 4.79982C3.00073 3.8057 3.80662 2.99982 4.80073 2.99982H18.2C18.6418 2.99982 19 3.35799 19 3.79982C19 4.24164 18.6418 4.59982 18.2 4.59982H4.80073C4.69027 4.59982 4.60073 4.68936 4.60073 4.79982V18.2C4.60073 18.6418 4.24256 19 3.80073 19C3.3589 19 3.00073 18.6418 3.00073 18.2V4.79982Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-link, .btn.primary:link .ico-link, .btn.primary:visited .ico-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8509 4.92396C14.0162 2.75874 17.5267 2.75874 19.6919 4.92397C21.8571 7.0892 21.8571 10.5997 19.6919 12.7649L11.9911 20.4657C11.6786 20.7782 11.1721 20.7782 10.8597 20.4657C10.5473 20.1533 10.5473 19.6468 10.8597 19.3344L18.5605 11.6336C20.1009 10.0932 20.1009 7.59573 18.5605 6.05534C17.0201 4.51496 14.5227 4.51494 12.9823 6.05534L4.92108 14.1165C4.92107 14.1165 4.92108 14.1165 4.92108 14.1165C3.9575 15.0801 3.95749 16.6424 4.92108 17.606C5.88466 18.5696 7.44692 18.5696 8.41051 17.606L15.643 10.3735C15.9898 10.0267 15.9898 9.46445 15.643 9.11766C15.2962 8.77089 14.7339 8.77089 14.3871 9.11766L7.51506 15.9898C7.20264 16.3022 6.69611 16.3022 6.38369 15.9898C6.07127 15.6774 6.07127 15.1708 6.38369 14.8584L13.2558 7.98632C13.2557 7.98632 13.2558 7.98631 13.2558 7.98632C14.2274 7.01468 15.8028 7.01468 16.7744 7.98632C17.746 8.95794 17.746 10.5332 16.7744 11.5049L9.54188 18.7374C7.95346 20.3258 5.37812 20.3258 3.78969 18.7374C2.20129 17.1489 2.20129 14.5736 3.78969 12.9852L11.8509 4.92396Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-blank, .btn.primary:link .ico-blank, .btn.primary:visited .ico-blank {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6 4.80002C4.59999 4.68955 4.68954 4.6 4.8 4.6H11.5991C12.041 4.6 12.3991 4.24183 12.3991 3.8C12.3991 3.35817 12.041 3 11.5991 3H4.8C3.80582 3 2.99991 3.80599 3 4.80017L3.00137 19.2004C3.00147 20.1944 3.80732 21.0002 4.80137 21.0002H19.1991C20.1932 21.0002 20.9991 20.1943 20.9991 19.2002V12.4002C20.9991 11.9584 20.641 11.6002 20.1991 11.6002C19.7573 11.6002 19.3991 11.9584 19.3991 12.4002V19.2002C19.3991 19.3107 19.3096 19.4002 19.1991 19.4002H4.80137C4.69092 19.4002 4.60138 19.3107 4.60137 19.2002L4.6 4.80002ZM13.9992 3.8C13.9992 4.24183 14.3574 4.6 14.7992 4.6H18.2678L10.4335 12.4343C10.1211 12.7467 10.1211 13.2533 10.4335 13.5657C10.746 13.8781 11.2525 13.8781 11.5649 13.5657L19.3992 5.73137V9.2002C19.3992 9.64202 19.7574 10.0002 20.1992 10.0002C20.641 10.0002 20.9992 9.64202 20.9992 9.2002V3.8C20.9992 3.35817 20.641 3 20.1992 3H14.7992C14.3574 3 13.9992 3.35817 13.9992 3.8Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-next, .btn.primary:link .ico-next, .btn.primary:visited .ico-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40531 19.7351C8.70087 20.0635 9.2067 20.0902 9.53512 19.7946L17.5351 12.5949C17.7037 12.4432 17.8 12.2271 17.8 12.0003C17.8 11.7735 17.7037 11.5574 17.5351 11.4056L9.53515 4.20515C9.20675 3.90957 8.70092 3.93617 8.40534 4.26457C8.10976 4.59297 8.13637 5.0988 8.46477 5.39438L15.8041 12.0002L8.4648 18.6053C8.13638 18.9009 8.10975 19.4067 8.40531 19.7351Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-prev, .btn.primary:link .ico-prev, .btn.primary:visited .ico-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5947 19.7351C15.2991 20.0635 14.7933 20.0902 14.4649 19.7946L6.46486 12.5944C6.29629 12.4427 6.20004 12.2265 6.20004 11.9998C6.20004 11.773 6.2963 11.5568 6.46487 11.4051L14.4649 4.20513C14.7933 3.90956 15.2991 3.93618 15.5947 4.26459C15.8902 4.593 15.8636 5.09883 15.5352 5.3944L8.19591 11.9998L15.5352 18.6053C15.8636 18.9009 15.8902 19.4067 15.5947 19.7351Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-down, .btn.primary:link .ico-down, .btn.primary:visited .ico-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-check, .btn.primary:link .ico-check, .btn.primary:visited .ico-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7619 4.4874C14.6302 3.9196 13.3524 3.6 12 3.6C7.36081 3.6 3.6 7.36081 3.6 12C3.6 16.6392 7.36081 20.4 12 20.4C16.6392 20.4 20.4 16.6392 20.4 12C20.4 10.4817 19.9972 9.0575 19.2926 7.82841L20.2773 6.38701C21.3646 7.9873 22 9.91945 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.6874 2 15.2772 2.41794 16.6715 3.15595L15.7619 4.4874ZM17.118 5.3387C17.5468 5.66866 17.9429 6.03909 18.3005 6.44428L19.2269 5.08823C18.8549 4.69944 18.4519 4.34061 18.0218 4.01572L17.118 5.3387Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4505 3.33922C19.8153 3.58845 19.909 4.08624 19.6598 4.45106L12.8281 14.4511C12.6938 14.6476 12.4789 14.7742 12.2419 14.7963C12.0049 14.8185 11.7703 14.7339 11.6019 14.5656L7.43364 10.3989C7.12116 10.0866 7.12106 9.58002 7.43342 9.26754C7.74578 8.95506 8.25231 8.95496 8.56479 9.26732L12.051 12.7522L18.3387 3.5485C18.5879 3.18368 19.0857 3.08998 19.4505 3.33922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-refresh, .btn.primary:link .ico-refresh, .btn.primary:visited .ico-refresh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19766 12.0001C4.19766 7.69649 7.70723 4.2001 12.046 4.2001C14.9928 4.2001 17.5597 5.81393 18.9017 8.2002H15.8C15.3582 8.2002 15 8.55837 15 9.0002C15 9.44202 15.3582 9.8002 15.8 9.8002H20.8C21.2418 9.8002 21.6 9.44202 21.6 9.0002V4.0002C21.6 3.55837 21.2418 3.2002 20.8 3.2002C20.3582 3.2002 20 3.55837 20 4.0002V6.92494C18.3195 4.32325 15.3846 2.6001 12.046 2.6001C6.83203 2.6001 2.59766 6.8044 2.59766 12.0001C2.59766 17.1958 6.83203 21.4001 12.046 21.4001C16.7796 21.4001 20.7039 17.9361 21.3887 13.4098C21.4547 12.9729 21.1542 12.5652 20.7173 12.4991C20.2805 12.433 19.8727 12.7336 19.8067 13.1704C19.2395 16.9195 15.9831 19.8001 12.046 19.8001C7.70723 19.8001 4.19766 16.3037 4.19766 12.0001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-search, .btn.primary:link .ico-search, .btn.primary:visited .ico-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-advanced, .btn.primary:link .ico-advanced, .btn.primary:visited .ico-advanced {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489ZM7.10156 10.9001C7.10156 10.4583 7.45973 10.1001 7.90156 10.1001H10.1031V7.9001C10.1031 7.45827 10.4613 7.1001 10.9031 7.1001C11.345 7.1001 11.7031 7.45827 11.7031 7.9001V10.1001H13.9016C14.3434 10.1001 14.7016 10.4583 14.7016 10.9001C14.7016 11.3419 14.3434 11.7001 13.9016 11.7001H11.7031V13.9001C11.7031 14.3419 11.345 14.7001 10.9031 14.7001C10.4613 14.7001 10.1031 14.3419 10.1031 13.9001V11.7001H7.90156C7.45973 11.7001 7.10156 11.3419 7.10156 10.9001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-print, .btn.primary:link .ico-print, .btn.primary:visited .ico-print {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2C6.35817 2 6 2.35817 6 2.8V7H3.80282C2.80892 7 2.00312 7.80556 2.00282 8.79946L2 18.2C1.99994 18.4122 2.08419 18.6157 2.23423 18.7658C2.38427 18.9159 2.58779 19.0002 2.8 19.0002H6.19922V21.2002C6.19922 21.642 6.55739 22.0002 6.99922 22.0002H17.1992C17.641 22.0002 17.9992 21.642 17.9992 21.2002V19.0002H21.2031C21.645 19.0002 22.0031 18.642 22.0031 18.2002V8.8C22.0031 7.80589 21.1972 7 20.2031 7H17.9992V2.8C17.9992 2.35817 17.641 2 17.1992 2H6.8ZM16.3992 7V3.6H7.6V7H16.3992ZM20.4031 17.4002H17.9992V14.0002C17.9992 13.788 17.9149 13.5845 17.7649 13.4345C17.6149 13.2845 17.4114 13.2002 17.1992 13.2002H6.99922C6.55739 13.2002 6.19922 13.5584 6.19922 14.0002V17.4002H3.60024L3.60282 8.79994C3.60286 8.68951 3.69239 8.6 3.80282 8.6H20.2031C20.3136 8.6 20.4031 8.68954 20.4031 8.8V17.4002ZM7.79922 14.8002V20.4002H16.3992V14.8002H7.79922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-share, .btn.primary:link .ico-share, .btn.primary:visited .ico-share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3984 6.3C14.3984 4.47746 15.8759 3 17.6984 3C19.521 3 20.9984 4.47746 20.9984 6.3C20.9984 8.12254 19.521 9.6 17.6984 9.6C16.6494 9.6 15.7146 9.11047 15.1102 8.34738L9.52782 11.3105C9.57512 11.5329 9.6 11.7637 9.6 12.0002C9.6 12.3148 9.55597 12.6191 9.47374 12.9074L14.9792 15.8297C15.5743 14.966 16.5703 14.3999 17.6984 14.3999C19.521 14.3999 20.9984 15.8774 20.9984 17.6999C20.9984 19.5224 19.521 20.9999 17.6984 20.9999C15.8759 20.9999 14.3984 19.5224 14.3984 17.6999C14.3984 17.5793 14.4049 17.4602 14.4175 17.343L8.67279 14.2936C8.07276 14.9143 7.23145 15.3002 6.3 15.3002C4.47746 15.3002 3 13.8227 3 12.0002C3 10.1777 4.47746 8.7002 6.3 8.7002C7.3121 8.7002 8.21778 9.15582 8.82312 9.87314L14.4503 6.88619C14.4162 6.69595 14.3984 6.50005 14.3984 6.3ZM17.6984 4.6C16.7596 4.6 15.9984 5.36112 15.9984 6.3C15.9984 7.23888 16.7596 8 17.6984 8C18.6373 8 19.3984 7.23888 19.3984 6.3C19.3984 5.36112 18.6373 4.6 17.6984 4.6ZM4.6 12.0002C4.6 11.0613 5.36112 10.3002 6.3 10.3002C7.23888 10.3002 8 11.0613 8 12.0002C8 12.9391 7.23888 13.7002 6.3 13.7002C5.36112 13.7002 4.6 12.9391 4.6 12.0002ZM15.9984 17.6999C15.9984 16.761 16.7596 15.9999 17.6984 15.9999C18.6373 15.9999 19.3984 16.761 19.3984 17.6999C19.3984 18.6388 18.6373 19.3999 17.6984 19.3999C16.7596 19.3999 15.9984 18.6388 15.9984 17.6999Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-like, .btn.primary:link .ico-like, .btn.primary:visited .ico-like {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84279 3.00069C7.85776 3.00006 7.87276 2.99987 7.88775 3.00009C8.86548 3.01458 9.82407 3.27465 10.667 3.75671C11.1589 4.038 11.5645 4.46623 11.8833 4.87468C11.9227 4.92515 11.9614 4.97606 11.9992 5.02722C12.0371 4.97606 12.0757 4.92515 12.1151 4.87468C12.4339 4.46623 12.8396 4.03801 13.3314 3.75671C14.1744 3.27465 15.133 3.01458 16.1107 3.00009C16.1257 2.99987 16.1407 3.00006 16.1557 3.00069C17.7007 3.06467 19.1645 3.70893 20.2243 4.80459C21.2817 5.89773 21.8507 7.35228 21.7956 8.85363C21.7911 10.2724 21.1945 11.7053 20.3873 13.0116C19.57 14.3343 18.4895 15.6028 17.4185 16.7038C15.2802 18.9022 13.0965 20.5172 12.8801 20.6633L12.8799 20.6634L12.4466 20.9557C12.1762 21.138 11.8222 21.138 11.5519 20.9557L11.1186 20.6634L11.1165 20.662C10.902 20.5164 8.71872 18.902 6.57992 16.7033C5.50898 15.6024 4.42845 14.334 3.61116 13.0115C2.80391 11.7052 2.2073 10.2724 2.20288 8.85362C2.1478 7.35227 2.71673 5.89773 3.77414 4.80459C4.83397 3.70893 6.29773 3.06467 7.84279 3.00069ZM7.8645 4.6003C6.7485 4.65307 5.68545 5.12998 4.92415 5.917C4.15911 6.7079 3.7603 7.74703 3.80223 8.80609C3.80264 8.81664 3.80285 8.82719 3.80285 8.83774C3.80285 9.83437 4.23152 10.9717 4.97224 12.1703C5.70593 13.3576 6.70066 14.5328 7.72681 15.5876C8.75008 16.6396 9.7871 17.5541 10.5912 18.221C10.9927 18.554 11.3346 18.8239 11.5855 19.017C11.7109 19.1135 11.8132 19.1904 11.8883 19.2461C11.9259 19.2739 11.9562 19.2961 11.9789 19.3124L11.9993 19.327L12.0202 19.3121C12.0427 19.2959 12.0729 19.2738 12.1105 19.246C12.1855 19.1905 12.2877 19.1137 12.4131 19.0172C12.6639 18.8244 13.0057 18.5545 13.4072 18.2216C14.2113 17.5548 15.2483 16.6402 16.2716 15.5882C17.2978 14.5332 18.2925 13.3579 19.0262 12.1706C19.7669 10.9718 20.1956 9.83438 20.1956 8.83774C20.1956 8.82719 20.1958 8.81664 20.1962 8.80609C20.2381 7.74702 19.8393 6.7079 19.0743 5.917C18.313 5.12998 17.2499 4.65307 16.112 4.6003C15.4092 4.61445 14.7244 4.80326 14.1257 5.14563C13.8936 5.27837 13.639 5.52262 13.3764 5.85914C13.1193 6.18845 12.8895 6.56011 12.691 6.90192C12.5479 7.14847 12.2843 7.3002 11.9992 7.3002C11.7141 7.3002 11.4506 7.14847 11.3074 6.90192C11.1089 6.56011 10.8791 6.18845 10.6221 5.85914C10.3594 5.52262 10.1048 5.27837 9.8727 5.14563C9.27403 4.80326 8.58926 4.61445 7.88645 4.6003Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-filter, .btn.primary:link .ico-filter, .btn.primary:visited .ico-filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.80078 8.52374C7.867 8.86303 8.63938 9.86127 8.63938 11.0399C8.63938 12.2185 7.867 13.2168 6.80078 13.5561L6.80078 21.2002C6.80078 21.642 6.44261 22.0002 6.00078 22.0002C5.55895 22.0002 5.20078 21.642 5.20078 21.2002L5.20078 13.557C4.13311 13.2185 3.35938 12.2196 3.35938 11.0399C3.35938 9.86023 4.13311 8.86128 5.20078 8.52284L5.20078 2.8C5.20078 2.35817 5.55895 2 6.00078 2C6.44261 2 6.80078 2.35817 6.80078 2.8V8.52374ZM5.99938 12.0799C5.425 12.0799 4.95938 11.6143 4.95938 11.0399C4.95938 10.4655 5.425 9.9999 5.99938 9.9999C6.57375 9.9999 7.03938 10.4655 7.03938 11.0399C7.03938 11.6143 6.57375 12.0799 5.99938 12.0799Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2008 21.2002L11.2008 17.1571C10.1331 16.8186 9.35938 15.8197 9.35938 14.64C9.35938 13.4603 10.1331 12.4614 11.2008 12.1229V2.8C11.2008 2.35817 11.559 2 12.0008 2C12.4426 2 12.8008 2.35817 12.8008 2.8L12.8008 12.1238C13.867 12.4631 14.6394 13.4614 14.6394 14.64C14.6394 15.8186 13.867 16.8169 12.8008 17.1562V21.2002C12.8008 21.642 12.4426 22.0002 12.0008 22.0002C11.559 22.0002 11.2008 21.642 11.2008 21.2002ZM10.9594 14.64C10.9594 15.2144 11.425 15.68 11.9994 15.68C12.5738 15.68 13.0394 15.2144 13.0394 14.64C13.0394 14.0656 12.5738 13.6 11.9994 13.6C11.425 13.6 10.9594 14.0656 10.9594 14.64Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2008 6.12294V2.8C17.2008 2.35817 17.559 2 18.0008 2C18.4426 2 18.8008 2.35817 18.8008 2.8V6.12383C19.867 6.46313 20.6394 7.46137 20.6394 8.64C20.6394 9.81863 19.867 10.8169 18.8008 11.1562L18.8008 21.2002C18.8008 21.642 18.4426 22.0002 18.0008 22.0002C17.559 22.0002 17.2008 21.642 17.2008 21.2002V11.1571C16.1331 10.8186 15.3594 9.81967 15.3594 8.64C15.3594 7.46033 16.1331 6.46138 17.2008 6.12294ZM17.9994 9.68C17.425 9.68 16.9594 9.21438 16.9594 8.64C16.9594 8.06562 17.425 7.6 17.9994 7.6C18.5738 7.6 19.0394 8.06562 19.0394 8.64C19.0394 9.21438 18.5738 9.68 17.9994 9.68Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary .ico-location, .btn.primary:link .ico-location, .btn.primary:visited .ico-location {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.782 10.1089C15.782 12.1977 14.0887 13.891 11.9999 13.891C9.91104 13.891 8.21771 12.1977 8.21771 10.1089C8.21771 8.02005 9.91104 6.32672 11.9999 6.32672C14.0887 6.32672 15.782 8.02005 15.782 10.1089Z' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M19.5642 10.1089C19.5642 14.2865 13.8909 21.4554 11.9999 21.4554C10.1088 21.4554 4.43555 14.2865 4.43555 10.1089C4.43555 5.93122 7.82221 2.54456 11.9999 2.54456C16.1775 2.54456 19.5642 5.93122 19.5642 10.1089Z' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.btn.primary:hover, .btn.primary:link:hover, .btn.primary:visited:hover {
  background-color: #1C4690;
  border-color: #1C4690;
}
.btn.primary:active, .btn.primary:focus, .btn.primary:link:active, .btn.primary:link:focus, .btn.primary:visited:active, .btn.primary:visited:focus {
  background-color: #14346C;
  border-color: #14346C;
}
.btn.primary.outline, .btn.primary.outline:link, .btn.primary.outline:visited {
  color: #CD1F13;
  background-color: #fff;
  border-color: #CD1F13;
}
.btn.primary.outline .ico-listul, .btn.primary.outline:link .ico-listul, .btn.primary.outline:visited .ico-listul {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.19922 6.0002C2.19922 5.55837 2.55739 5.2002 2.99922 5.2002H20.9992C21.441 5.2002 21.7992 5.55837 21.7992 6.0002C21.7992 6.44202 21.441 6.8002 20.9992 6.8002H2.99922C2.55739 6.8002 2.19922 6.44202 2.19922 6.0002ZM2.19922 12.0002C2.19922 11.5584 2.55739 11.2002 2.99922 11.2002H20.9992C21.441 11.2002 21.7992 11.5584 21.7992 12.0002C21.7992 12.442 21.441 12.8002 20.9992 12.8002H2.99922C2.55739 12.8002 2.19922 12.442 2.19922 12.0002ZM2.99922 17.2002C2.55739 17.2002 2.19922 17.5584 2.19922 18.0002C2.19922 18.442 2.55739 18.8002 2.99922 18.8002H20.9992C21.441 18.8002 21.7992 18.442 21.7992 18.0002C21.7992 17.5584 21.441 17.2002 20.9992 17.2002H2.99922Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-write, .btn.primary.outline:link .ico-write, .btn.primary.outline:visited .ico-write {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4343 2.43427C16.7467 2.12185 17.2533 2.12185 17.5657 2.43427L21.5657 6.43427C21.7157 6.58429 21.8 6.78778 21.8 6.99995C21.8 7.21212 21.7157 7.41561 21.5657 7.56564L12.5657 16.5656C12.4157 16.7157 12.2122 16.8 12 16.8H8C7.55817 16.8 7.2 16.4418 7.2 16V12C7.2 11.7878 7.28429 11.5843 7.43431 11.4343L16.4343 2.43427ZM17 4.13132L15.1314 5.99995L18 8.86858L19.8686 6.99995L17 4.13132ZM16.8686 9.99995L14 7.13132L8.8 12.3313V15.2H11.6686L16.8686 9.99995ZM4.8 4.59995C4.68954 4.59995 4.6 4.68949 4.6 4.79995V19.2C4.6 19.3104 4.68954 19.4 4.8 19.4H19.2C19.3105 19.4 19.4 19.3104 19.4 19.2V12.2C19.4 11.7581 19.7582 11.4 20.2 11.4C20.6418 11.4 21 11.7581 21 12.2V19.2C21 20.1941 20.1941 21 19.2 21H4.8C3.80589 21 3 20.1941 3 19.2V4.79995C3 3.80584 3.80589 2.99995 4.8 2.99995H11.7992C12.241 2.99995 12.5992 3.35812 12.5992 3.79995C12.5992 4.24178 12.241 4.59995 11.7992 4.59995H4.8Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-detail, .btn.primary.outline:link .ico-detail, .btn.primary.outline:visited .ico-detail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63629 12.0843C4.03609 10.8283 5.08502 9.63166 6.59666 8.73858C8.10015 7.85031 10.0027 7.3002 11.9985 7.3002C16.0279 7.3002 19.3773 9.51934 20.3566 12.1209C20.359 12.1272 20.3594 12.1313 20.3594 12.1328L20.3594 12.133C19.8163 13.8467 17.4328 16.7002 11.9985 16.7002C6.62812 16.7002 4.20473 13.6043 3.63555 12.0869L3.63629 12.0843ZM11.9985 5.7002C9.71865 5.7002 7.53474 6.32599 5.7828 7.36103C4.03901 8.39127 2.66351 9.86534 2.11167 11.599C2.0057 11.9319 2.00656 12.2981 2.13461 12.6412C2.92028 14.7463 5.91647 18.3002 11.9985 18.3002C18.0562 18.3002 21.1104 15.0626 21.8852 12.6146C21.9975 12.26 21.9786 11.8883 21.854 11.5573C20.5835 8.18203 16.518 5.7002 11.9985 5.7002ZM9.79922 12.0002C9.79922 10.7852 10.7842 9.8002 11.9992 9.8002C13.2142 9.8002 14.1992 10.7852 14.1992 12.0002C14.1992 13.2152 13.2142 14.2002 11.9992 14.2002C10.7842 14.2002 9.79922 13.2152 9.79922 12.0002ZM11.9992 8.2002C9.90054 8.2002 8.19922 9.90151 8.19922 12.0002C8.19922 14.0989 9.90054 15.8002 11.9992 15.8002C14.0979 15.8002 15.7992 14.0989 15.7992 12.0002C15.7992 9.90151 14.0979 8.2002 11.9992 8.2002Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-delete, .btn.primary.outline:link .ico-delete, .btn.primary.outline:visited .ico-delete {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6304 4.23482C18.9428 3.92239 19.4493 3.92238 19.7618 4.23479C20.0742 4.5472 20.0742 5.05373 19.7618 5.36616L13.1294 11.999L19.7657 18.6357C20.0781 18.9481 20.0781 19.4546 19.7657 19.767C19.4532 20.0795 18.9467 20.0794 18.6343 19.767L11.998 13.1304L5.3618 19.767C5.04939 20.0794 4.54285 20.0795 4.23042 19.767C3.918 19.4546 3.91798 18.9481 4.23039 18.6357L10.8667 11.999L4.2343 5.36616C3.92189 5.05373 3.9219 4.5472 4.23433 4.23479C4.54676 3.92238 5.05329 3.92239 5.3657 4.23482L11.998 10.8676L18.6304 4.23482Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-download, .btn.primary.outline:link .ico-download, .btn.primary.outline:visited .ico-download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5754 16.0542C12.4246 16.2111 12.2163 16.2998 11.9987 16.2998C11.7811 16.2998 11.5729 16.2111 11.4221 16.0542L6.42206 10.8542C6.11583 10.5358 6.12576 10.0293 6.44424 9.72309C6.76273 9.41685 7.26916 9.42678 7.5754 9.74527L11.1987 13.5135V3.79976C11.1987 3.35793 11.5569 2.99976 11.9987 2.99976C12.4406 2.99976 12.7987 3.35793 12.7987 3.79976V13.5135L16.4221 9.74527C16.7283 9.42678 17.2347 9.41685 17.5532 9.72309C17.8717 10.0293 17.8816 10.5358 17.5754 10.8542L12.5754 16.0542ZM3.60029 16.0003C3.6004 15.5585 3.24232 15.2003 2.80049 15.2001C2.35866 15.2 2.0004 15.5581 2.00029 16L1.99951 19.2C1.99946 19.4122 2.08372 19.6157 2.23376 19.7658C2.38379 19.9158 2.5873 20.0001 2.79951 20.0001H21.1987C21.6406 20.0001 21.9987 19.642 21.9987 19.2001V16.0001C21.9987 15.5583 21.6406 15.2001 21.1987 15.2001C20.7569 15.2001 20.3987 15.5583 20.3987 16.0001V18.4001H3.59971L3.60029 16.0003Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-copy, .btn.primary.outline:link .ico-copy, .btn.primary.outline:visited .ico-copy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.19995 8.00001C6.19995 7.0059 7.00584 6.20001 7.99995 6.20001H19.2C20.1941 6.20001 21 7.0059 21 8.00001V19.2C21 20.1941 20.1941 21 19.2 21H7.99995C7.00584 21 6.19995 20.1941 6.19995 19.2V8.00001ZM7.99995 7.80001C7.88949 7.80001 7.79995 7.88955 7.79995 8.00001V19.2C7.79995 19.3105 7.88949 19.4 7.99995 19.4H19.2C19.3104 19.4 19.4 19.3105 19.4 19.2V8.00001C19.4 7.88955 19.3104 7.80001 19.2 7.80001H7.99995Z' fill='%23CD1F13'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00073 4.79982C3.00073 3.8057 3.80662 2.99982 4.80073 2.99982H18.2C18.6418 2.99982 19 3.35799 19 3.79982C19 4.24164 18.6418 4.59982 18.2 4.59982H4.80073C4.69027 4.59982 4.60073 4.68936 4.60073 4.79982V18.2C4.60073 18.6418 4.24256 19 3.80073 19C3.3589 19 3.00073 18.6418 3.00073 18.2V4.79982Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-link, .btn.primary.outline:link .ico-link, .btn.primary.outline:visited .ico-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8509 4.92396C14.0162 2.75874 17.5267 2.75874 19.6919 4.92397C21.8571 7.0892 21.8571 10.5997 19.6919 12.7649L11.9911 20.4657C11.6786 20.7782 11.1721 20.7782 10.8597 20.4657C10.5473 20.1533 10.5473 19.6468 10.8597 19.3344L18.5605 11.6336C20.1009 10.0932 20.1009 7.59573 18.5605 6.05534C17.0201 4.51496 14.5227 4.51494 12.9823 6.05534L4.92108 14.1165C4.92107 14.1165 4.92108 14.1165 4.92108 14.1165C3.9575 15.0801 3.95749 16.6424 4.92108 17.606C5.88466 18.5696 7.44692 18.5696 8.41051 17.606L15.643 10.3735C15.9898 10.0267 15.9898 9.46445 15.643 9.11766C15.2962 8.77089 14.7339 8.77089 14.3871 9.11766L7.51506 15.9898C7.20264 16.3022 6.69611 16.3022 6.38369 15.9898C6.07127 15.6774 6.07127 15.1708 6.38369 14.8584L13.2558 7.98632C13.2557 7.98632 13.2558 7.98631 13.2558 7.98632C14.2274 7.01468 15.8028 7.01468 16.7744 7.98632C17.746 8.95794 17.746 10.5332 16.7744 11.5049L9.54188 18.7374C7.95346 20.3258 5.37812 20.3258 3.78969 18.7374C2.20129 17.1489 2.20129 14.5736 3.78969 12.9852L11.8509 4.92396Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-blank, .btn.primary.outline:link .ico-blank, .btn.primary.outline:visited .ico-blank {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6 4.80002C4.59999 4.68955 4.68954 4.6 4.8 4.6H11.5991C12.041 4.6 12.3991 4.24183 12.3991 3.8C12.3991 3.35817 12.041 3 11.5991 3H4.8C3.80582 3 2.99991 3.80599 3 4.80017L3.00137 19.2004C3.00147 20.1944 3.80732 21.0002 4.80137 21.0002H19.1991C20.1932 21.0002 20.9991 20.1943 20.9991 19.2002V12.4002C20.9991 11.9584 20.641 11.6002 20.1991 11.6002C19.7573 11.6002 19.3991 11.9584 19.3991 12.4002V19.2002C19.3991 19.3107 19.3096 19.4002 19.1991 19.4002H4.80137C4.69092 19.4002 4.60138 19.3107 4.60137 19.2002L4.6 4.80002ZM13.9992 3.8C13.9992 4.24183 14.3574 4.6 14.7992 4.6H18.2678L10.4335 12.4343C10.1211 12.7467 10.1211 13.2533 10.4335 13.5657C10.746 13.8781 11.2525 13.8781 11.5649 13.5657L19.3992 5.73137V9.2002C19.3992 9.64202 19.7574 10.0002 20.1992 10.0002C20.641 10.0002 20.9992 9.64202 20.9992 9.2002V3.8C20.9992 3.35817 20.641 3 20.1992 3H14.7992C14.3574 3 13.9992 3.35817 13.9992 3.8Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-next, .btn.primary.outline:link .ico-next, .btn.primary.outline:visited .ico-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40531 19.7351C8.70087 20.0635 9.2067 20.0902 9.53512 19.7946L17.5351 12.5949C17.7037 12.4432 17.8 12.2271 17.8 12.0003C17.8 11.7735 17.7037 11.5574 17.5351 11.4056L9.53515 4.20515C9.20675 3.90957 8.70092 3.93617 8.40534 4.26457C8.10976 4.59297 8.13637 5.0988 8.46477 5.39438L15.8041 12.0002L8.4648 18.6053C8.13638 18.9009 8.10975 19.4067 8.40531 19.7351Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-prev, .btn.primary.outline:link .ico-prev, .btn.primary.outline:visited .ico-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5947 19.7351C15.2991 20.0635 14.7933 20.0902 14.4649 19.7946L6.46486 12.5944C6.29629 12.4427 6.20004 12.2265 6.20004 11.9998C6.20004 11.773 6.2963 11.5568 6.46487 11.4051L14.4649 4.20513C14.7933 3.90956 15.2991 3.93618 15.5947 4.26459C15.8902 4.593 15.8636 5.09883 15.5352 5.3944L8.19591 11.9998L15.5352 18.6053C15.8636 18.9009 15.8902 19.4067 15.5947 19.7351Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-down, .btn.primary.outline:link .ico-down, .btn.primary.outline:visited .ico-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-check, .btn.primary.outline:link .ico-check, .btn.primary.outline:visited .ico-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7619 4.4874C14.6302 3.9196 13.3524 3.6 12 3.6C7.36081 3.6 3.6 7.36081 3.6 12C3.6 16.6392 7.36081 20.4 12 20.4C16.6392 20.4 20.4 16.6392 20.4 12C20.4 10.4817 19.9972 9.0575 19.2926 7.82841L20.2773 6.38701C21.3646 7.9873 22 9.91945 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.6874 2 15.2772 2.41794 16.6715 3.15595L15.7619 4.4874ZM17.118 5.3387C17.5468 5.66866 17.9429 6.03909 18.3005 6.44428L19.2269 5.08823C18.8549 4.69944 18.4519 4.34061 18.0218 4.01572L17.118 5.3387Z' fill='%23CD1F13'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4505 3.33922C19.8153 3.58845 19.909 4.08624 19.6598 4.45106L12.8281 14.4511C12.6938 14.6476 12.4789 14.7742 12.2419 14.7963C12.0049 14.8185 11.7703 14.7339 11.6019 14.5656L7.43364 10.3989C7.12116 10.0866 7.12106 9.58002 7.43342 9.26754C7.74578 8.95506 8.25231 8.95496 8.56479 9.26732L12.051 12.7522L18.3387 3.5485C18.5879 3.18368 19.0857 3.08998 19.4505 3.33922Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-refresh, .btn.primary.outline:link .ico-refresh, .btn.primary.outline:visited .ico-refresh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19766 12.0001C4.19766 7.69649 7.70723 4.2001 12.046 4.2001C14.9928 4.2001 17.5597 5.81393 18.9017 8.2002H15.8C15.3582 8.2002 15 8.55837 15 9.0002C15 9.44202 15.3582 9.8002 15.8 9.8002H20.8C21.2418 9.8002 21.6 9.44202 21.6 9.0002V4.0002C21.6 3.55837 21.2418 3.2002 20.8 3.2002C20.3582 3.2002 20 3.55837 20 4.0002V6.92494C18.3195 4.32325 15.3846 2.6001 12.046 2.6001C6.83203 2.6001 2.59766 6.8044 2.59766 12.0001C2.59766 17.1958 6.83203 21.4001 12.046 21.4001C16.7796 21.4001 20.7039 17.9361 21.3887 13.4098C21.4547 12.9729 21.1542 12.5652 20.7173 12.4991C20.2805 12.433 19.8727 12.7336 19.8067 13.1704C19.2395 16.9195 15.9831 19.8001 12.046 19.8001C7.70723 19.8001 4.19766 16.3037 4.19766 12.0001Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-search, .btn.primary.outline:link .ico-search, .btn.primary.outline:visited .ico-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-advanced, .btn.primary.outline:link .ico-advanced, .btn.primary.outline:visited .ico-advanced {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489ZM7.10156 10.9001C7.10156 10.4583 7.45973 10.1001 7.90156 10.1001H10.1031V7.9001C10.1031 7.45827 10.4613 7.1001 10.9031 7.1001C11.345 7.1001 11.7031 7.45827 11.7031 7.9001V10.1001H13.9016C14.3434 10.1001 14.7016 10.4583 14.7016 10.9001C14.7016 11.3419 14.3434 11.7001 13.9016 11.7001H11.7031V13.9001C11.7031 14.3419 11.345 14.7001 10.9031 14.7001C10.4613 14.7001 10.1031 14.3419 10.1031 13.9001V11.7001H7.90156C7.45973 11.7001 7.10156 11.3419 7.10156 10.9001Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-print, .btn.primary.outline:link .ico-print, .btn.primary.outline:visited .ico-print {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2C6.35817 2 6 2.35817 6 2.8V7H3.80282C2.80892 7 2.00312 7.80556 2.00282 8.79946L2 18.2C1.99994 18.4122 2.08419 18.6157 2.23423 18.7658C2.38427 18.9159 2.58779 19.0002 2.8 19.0002H6.19922V21.2002C6.19922 21.642 6.55739 22.0002 6.99922 22.0002H17.1992C17.641 22.0002 17.9992 21.642 17.9992 21.2002V19.0002H21.2031C21.645 19.0002 22.0031 18.642 22.0031 18.2002V8.8C22.0031 7.80589 21.1972 7 20.2031 7H17.9992V2.8C17.9992 2.35817 17.641 2 17.1992 2H6.8ZM16.3992 7V3.6H7.6V7H16.3992ZM20.4031 17.4002H17.9992V14.0002C17.9992 13.788 17.9149 13.5845 17.7649 13.4345C17.6149 13.2845 17.4114 13.2002 17.1992 13.2002H6.99922C6.55739 13.2002 6.19922 13.5584 6.19922 14.0002V17.4002H3.60024L3.60282 8.79994C3.60286 8.68951 3.69239 8.6 3.80282 8.6H20.2031C20.3136 8.6 20.4031 8.68954 20.4031 8.8V17.4002ZM7.79922 14.8002V20.4002H16.3992V14.8002H7.79922Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-share, .btn.primary.outline:link .ico-share, .btn.primary.outline:visited .ico-share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3984 6.3C14.3984 4.47746 15.8759 3 17.6984 3C19.521 3 20.9984 4.47746 20.9984 6.3C20.9984 8.12254 19.521 9.6 17.6984 9.6C16.6494 9.6 15.7146 9.11047 15.1102 8.34738L9.52782 11.3105C9.57512 11.5329 9.6 11.7637 9.6 12.0002C9.6 12.3148 9.55597 12.6191 9.47374 12.9074L14.9792 15.8297C15.5743 14.966 16.5703 14.3999 17.6984 14.3999C19.521 14.3999 20.9984 15.8774 20.9984 17.6999C20.9984 19.5224 19.521 20.9999 17.6984 20.9999C15.8759 20.9999 14.3984 19.5224 14.3984 17.6999C14.3984 17.5793 14.4049 17.4602 14.4175 17.343L8.67279 14.2936C8.07276 14.9143 7.23145 15.3002 6.3 15.3002C4.47746 15.3002 3 13.8227 3 12.0002C3 10.1777 4.47746 8.7002 6.3 8.7002C7.3121 8.7002 8.21778 9.15582 8.82312 9.87314L14.4503 6.88619C14.4162 6.69595 14.3984 6.50005 14.3984 6.3ZM17.6984 4.6C16.7596 4.6 15.9984 5.36112 15.9984 6.3C15.9984 7.23888 16.7596 8 17.6984 8C18.6373 8 19.3984 7.23888 19.3984 6.3C19.3984 5.36112 18.6373 4.6 17.6984 4.6ZM4.6 12.0002C4.6 11.0613 5.36112 10.3002 6.3 10.3002C7.23888 10.3002 8 11.0613 8 12.0002C8 12.9391 7.23888 13.7002 6.3 13.7002C5.36112 13.7002 4.6 12.9391 4.6 12.0002ZM15.9984 17.6999C15.9984 16.761 16.7596 15.9999 17.6984 15.9999C18.6373 15.9999 19.3984 16.761 19.3984 17.6999C19.3984 18.6388 18.6373 19.3999 17.6984 19.3999C16.7596 19.3999 15.9984 18.6388 15.9984 17.6999Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-like, .btn.primary.outline:link .ico-like, .btn.primary.outline:visited .ico-like {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84279 3.00069C7.85776 3.00006 7.87276 2.99987 7.88775 3.00009C8.86548 3.01458 9.82407 3.27465 10.667 3.75671C11.1589 4.038 11.5645 4.46623 11.8833 4.87468C11.9227 4.92515 11.9614 4.97606 11.9992 5.02722C12.0371 4.97606 12.0757 4.92515 12.1151 4.87468C12.4339 4.46623 12.8396 4.03801 13.3314 3.75671C14.1744 3.27465 15.133 3.01458 16.1107 3.00009C16.1257 2.99987 16.1407 3.00006 16.1557 3.00069C17.7007 3.06467 19.1645 3.70893 20.2243 4.80459C21.2817 5.89773 21.8507 7.35228 21.7956 8.85363C21.7911 10.2724 21.1945 11.7053 20.3873 13.0116C19.57 14.3343 18.4895 15.6028 17.4185 16.7038C15.2802 18.9022 13.0965 20.5172 12.8801 20.6633L12.8799 20.6634L12.4466 20.9557C12.1762 21.138 11.8222 21.138 11.5519 20.9557L11.1186 20.6634L11.1165 20.662C10.902 20.5164 8.71872 18.902 6.57992 16.7033C5.50898 15.6024 4.42845 14.334 3.61116 13.0115C2.80391 11.7052 2.2073 10.2724 2.20288 8.85362C2.1478 7.35227 2.71673 5.89773 3.77414 4.80459C4.83397 3.70893 6.29773 3.06467 7.84279 3.00069ZM7.8645 4.6003C6.7485 4.65307 5.68545 5.12998 4.92415 5.917C4.15911 6.7079 3.7603 7.74703 3.80223 8.80609C3.80264 8.81664 3.80285 8.82719 3.80285 8.83774C3.80285 9.83437 4.23152 10.9717 4.97224 12.1703C5.70593 13.3576 6.70066 14.5328 7.72681 15.5876C8.75008 16.6396 9.7871 17.5541 10.5912 18.221C10.9927 18.554 11.3346 18.8239 11.5855 19.017C11.7109 19.1135 11.8132 19.1904 11.8883 19.2461C11.9259 19.2739 11.9562 19.2961 11.9789 19.3124L11.9993 19.327L12.0202 19.3121C12.0427 19.2959 12.0729 19.2738 12.1105 19.246C12.1855 19.1905 12.2877 19.1137 12.4131 19.0172C12.6639 18.8244 13.0057 18.5545 13.4072 18.2216C14.2113 17.5548 15.2483 16.6402 16.2716 15.5882C17.2978 14.5332 18.2925 13.3579 19.0262 12.1706C19.7669 10.9718 20.1956 9.83438 20.1956 8.83774C20.1956 8.82719 20.1958 8.81664 20.1962 8.80609C20.2381 7.74702 19.8393 6.7079 19.0743 5.917C18.313 5.12998 17.2499 4.65307 16.112 4.6003C15.4092 4.61445 14.7244 4.80326 14.1257 5.14563C13.8936 5.27837 13.639 5.52262 13.3764 5.85914C13.1193 6.18845 12.8895 6.56011 12.691 6.90192C12.5479 7.14847 12.2843 7.3002 11.9992 7.3002C11.7141 7.3002 11.4506 7.14847 11.3074 6.90192C11.1089 6.56011 10.8791 6.18845 10.6221 5.85914C10.3594 5.52262 10.1048 5.27837 9.8727 5.14563C9.27403 4.80326 8.58926 4.61445 7.88645 4.6003Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-filter, .btn.primary.outline:link .ico-filter, .btn.primary.outline:visited .ico-filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.80078 8.52374C7.867 8.86303 8.63938 9.86127 8.63938 11.0399C8.63938 12.2185 7.867 13.2168 6.80078 13.5561L6.80078 21.2002C6.80078 21.642 6.44261 22.0002 6.00078 22.0002C5.55895 22.0002 5.20078 21.642 5.20078 21.2002L5.20078 13.557C4.13311 13.2185 3.35938 12.2196 3.35938 11.0399C3.35938 9.86023 4.13311 8.86128 5.20078 8.52284L5.20078 2.8C5.20078 2.35817 5.55895 2 6.00078 2C6.44261 2 6.80078 2.35817 6.80078 2.8V8.52374ZM5.99938 12.0799C5.425 12.0799 4.95938 11.6143 4.95938 11.0399C4.95938 10.4655 5.425 9.9999 5.99938 9.9999C6.57375 9.9999 7.03938 10.4655 7.03938 11.0399C7.03938 11.6143 6.57375 12.0799 5.99938 12.0799Z' fill='%23CD1F13'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2008 21.2002L11.2008 17.1571C10.1331 16.8186 9.35938 15.8197 9.35938 14.64C9.35938 13.4603 10.1331 12.4614 11.2008 12.1229V2.8C11.2008 2.35817 11.559 2 12.0008 2C12.4426 2 12.8008 2.35817 12.8008 2.8L12.8008 12.1238C13.867 12.4631 14.6394 13.4614 14.6394 14.64C14.6394 15.8186 13.867 16.8169 12.8008 17.1562V21.2002C12.8008 21.642 12.4426 22.0002 12.0008 22.0002C11.559 22.0002 11.2008 21.642 11.2008 21.2002ZM10.9594 14.64C10.9594 15.2144 11.425 15.68 11.9994 15.68C12.5738 15.68 13.0394 15.2144 13.0394 14.64C13.0394 14.0656 12.5738 13.6 11.9994 13.6C11.425 13.6 10.9594 14.0656 10.9594 14.64Z' fill='%23CD1F13'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2008 6.12294V2.8C17.2008 2.35817 17.559 2 18.0008 2C18.4426 2 18.8008 2.35817 18.8008 2.8V6.12383C19.867 6.46313 20.6394 7.46137 20.6394 8.64C20.6394 9.81863 19.867 10.8169 18.8008 11.1562L18.8008 21.2002C18.8008 21.642 18.4426 22.0002 18.0008 22.0002C17.559 22.0002 17.2008 21.642 17.2008 21.2002V11.1571C16.1331 10.8186 15.3594 9.81967 15.3594 8.64C15.3594 7.46033 16.1331 6.46138 17.2008 6.12294ZM17.9994 9.68C17.425 9.68 16.9594 9.21438 16.9594 8.64C16.9594 8.06562 17.425 7.6 17.9994 7.6C18.5738 7.6 19.0394 8.06562 19.0394 8.64C19.0394 9.21438 18.5738 9.68 17.9994 9.68Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline .ico-location, .btn.primary.outline:link .ico-location, .btn.primary.outline:visited .ico-location {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.782 10.1089C15.782 12.1977 14.0887 13.891 11.9999 13.891C9.91104 13.891 8.21771 12.1977 8.21771 10.1089C8.21771 8.02005 9.91104 6.32672 11.9999 6.32672C14.0887 6.32672 15.782 8.02005 15.782 10.1089Z' stroke='%23CD1F13' stroke-width='1.5'/%3E%3Cpath d='M19.5642 10.1089C19.5642 14.2865 13.8909 21.4554 11.9999 21.4554C10.1088 21.4554 4.43555 14.2865 4.43555 10.1089C4.43555 5.93122 7.82221 2.54456 11.9999 2.54456C16.1775 2.54456 19.5642 5.93122 19.5642 10.1089Z' stroke='%23CD1F13' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover, .btn.primary.outline:link:hover, .btn.primary.outline:visited:hover {
  color: #fff;
  background-color: #CD1F13;
  border-color: #CD1F13;
}
.btn.primary.outline:hover .ico-listul, .btn.primary.outline:link:hover .ico-listul, .btn.primary.outline:visited:hover .ico-listul {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.19922 6.0002C2.19922 5.55837 2.55739 5.2002 2.99922 5.2002H20.9992C21.441 5.2002 21.7992 5.55837 21.7992 6.0002C21.7992 6.44202 21.441 6.8002 20.9992 6.8002H2.99922C2.55739 6.8002 2.19922 6.44202 2.19922 6.0002ZM2.19922 12.0002C2.19922 11.5584 2.55739 11.2002 2.99922 11.2002H20.9992C21.441 11.2002 21.7992 11.5584 21.7992 12.0002C21.7992 12.442 21.441 12.8002 20.9992 12.8002H2.99922C2.55739 12.8002 2.19922 12.442 2.19922 12.0002ZM2.99922 17.2002C2.55739 17.2002 2.19922 17.5584 2.19922 18.0002C2.19922 18.442 2.55739 18.8002 2.99922 18.8002H20.9992C21.441 18.8002 21.7992 18.442 21.7992 18.0002C21.7992 17.5584 21.441 17.2002 20.9992 17.2002H2.99922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-write, .btn.primary.outline:link:hover .ico-write, .btn.primary.outline:visited:hover .ico-write {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4343 2.43427C16.7467 2.12185 17.2533 2.12185 17.5657 2.43427L21.5657 6.43427C21.7157 6.58429 21.8 6.78778 21.8 6.99995C21.8 7.21212 21.7157 7.41561 21.5657 7.56564L12.5657 16.5656C12.4157 16.7157 12.2122 16.8 12 16.8H8C7.55817 16.8 7.2 16.4418 7.2 16V12C7.2 11.7878 7.28429 11.5843 7.43431 11.4343L16.4343 2.43427ZM17 4.13132L15.1314 5.99995L18 8.86858L19.8686 6.99995L17 4.13132ZM16.8686 9.99995L14 7.13132L8.8 12.3313V15.2H11.6686L16.8686 9.99995ZM4.8 4.59995C4.68954 4.59995 4.6 4.68949 4.6 4.79995V19.2C4.6 19.3104 4.68954 19.4 4.8 19.4H19.2C19.3105 19.4 19.4 19.3104 19.4 19.2V12.2C19.4 11.7581 19.7582 11.4 20.2 11.4C20.6418 11.4 21 11.7581 21 12.2V19.2C21 20.1941 20.1941 21 19.2 21H4.8C3.80589 21 3 20.1941 3 19.2V4.79995C3 3.80584 3.80589 2.99995 4.8 2.99995H11.7992C12.241 2.99995 12.5992 3.35812 12.5992 3.79995C12.5992 4.24178 12.241 4.59995 11.7992 4.59995H4.8Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-detail, .btn.primary.outline:link:hover .ico-detail, .btn.primary.outline:visited:hover .ico-detail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63629 12.0843C4.03609 10.8283 5.08502 9.63166 6.59666 8.73858C8.10015 7.85031 10.0027 7.3002 11.9985 7.3002C16.0279 7.3002 19.3773 9.51934 20.3566 12.1209C20.359 12.1272 20.3594 12.1313 20.3594 12.1328L20.3594 12.133C19.8163 13.8467 17.4328 16.7002 11.9985 16.7002C6.62812 16.7002 4.20473 13.6043 3.63555 12.0869L3.63629 12.0843ZM11.9985 5.7002C9.71865 5.7002 7.53474 6.32599 5.7828 7.36103C4.03901 8.39127 2.66351 9.86534 2.11167 11.599C2.0057 11.9319 2.00656 12.2981 2.13461 12.6412C2.92028 14.7463 5.91647 18.3002 11.9985 18.3002C18.0562 18.3002 21.1104 15.0626 21.8852 12.6146C21.9975 12.26 21.9786 11.8883 21.854 11.5573C20.5835 8.18203 16.518 5.7002 11.9985 5.7002ZM9.79922 12.0002C9.79922 10.7852 10.7842 9.8002 11.9992 9.8002C13.2142 9.8002 14.1992 10.7852 14.1992 12.0002C14.1992 13.2152 13.2142 14.2002 11.9992 14.2002C10.7842 14.2002 9.79922 13.2152 9.79922 12.0002ZM11.9992 8.2002C9.90054 8.2002 8.19922 9.90151 8.19922 12.0002C8.19922 14.0989 9.90054 15.8002 11.9992 15.8002C14.0979 15.8002 15.7992 14.0989 15.7992 12.0002C15.7992 9.90151 14.0979 8.2002 11.9992 8.2002Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-delete, .btn.primary.outline:link:hover .ico-delete, .btn.primary.outline:visited:hover .ico-delete {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6304 4.23482C18.9428 3.92239 19.4493 3.92238 19.7618 4.23479C20.0742 4.5472 20.0742 5.05373 19.7618 5.36616L13.1294 11.999L19.7657 18.6357C20.0781 18.9481 20.0781 19.4546 19.7657 19.767C19.4532 20.0795 18.9467 20.0794 18.6343 19.767L11.998 13.1304L5.3618 19.767C5.04939 20.0794 4.54285 20.0795 4.23042 19.767C3.918 19.4546 3.91798 18.9481 4.23039 18.6357L10.8667 11.999L4.2343 5.36616C3.92189 5.05373 3.9219 4.5472 4.23433 4.23479C4.54676 3.92238 5.05329 3.92239 5.3657 4.23482L11.998 10.8676L18.6304 4.23482Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-download, .btn.primary.outline:link:hover .ico-download, .btn.primary.outline:visited:hover .ico-download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5754 16.0542C12.4246 16.2111 12.2163 16.2998 11.9987 16.2998C11.7811 16.2998 11.5729 16.2111 11.4221 16.0542L6.42206 10.8542C6.11583 10.5358 6.12576 10.0293 6.44424 9.72309C6.76273 9.41685 7.26916 9.42678 7.5754 9.74527L11.1987 13.5135V3.79976C11.1987 3.35793 11.5569 2.99976 11.9987 2.99976C12.4406 2.99976 12.7987 3.35793 12.7987 3.79976V13.5135L16.4221 9.74527C16.7283 9.42678 17.2347 9.41685 17.5532 9.72309C17.8717 10.0293 17.8816 10.5358 17.5754 10.8542L12.5754 16.0542ZM3.60029 16.0003C3.6004 15.5585 3.24232 15.2003 2.80049 15.2001C2.35866 15.2 2.0004 15.5581 2.00029 16L1.99951 19.2C1.99946 19.4122 2.08372 19.6157 2.23376 19.7658C2.38379 19.9158 2.5873 20.0001 2.79951 20.0001H21.1987C21.6406 20.0001 21.9987 19.642 21.9987 19.2001V16.0001C21.9987 15.5583 21.6406 15.2001 21.1987 15.2001C20.7569 15.2001 20.3987 15.5583 20.3987 16.0001V18.4001H3.59971L3.60029 16.0003Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-copy, .btn.primary.outline:link:hover .ico-copy, .btn.primary.outline:visited:hover .ico-copy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.19995 8.00001C6.19995 7.0059 7.00584 6.20001 7.99995 6.20001H19.2C20.1941 6.20001 21 7.0059 21 8.00001V19.2C21 20.1941 20.1941 21 19.2 21H7.99995C7.00584 21 6.19995 20.1941 6.19995 19.2V8.00001ZM7.99995 7.80001C7.88949 7.80001 7.79995 7.88955 7.79995 8.00001V19.2C7.79995 19.3105 7.88949 19.4 7.99995 19.4H19.2C19.3104 19.4 19.4 19.3105 19.4 19.2V8.00001C19.4 7.88955 19.3104 7.80001 19.2 7.80001H7.99995Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00073 4.79982C3.00073 3.8057 3.80662 2.99982 4.80073 2.99982H18.2C18.6418 2.99982 19 3.35799 19 3.79982C19 4.24164 18.6418 4.59982 18.2 4.59982H4.80073C4.69027 4.59982 4.60073 4.68936 4.60073 4.79982V18.2C4.60073 18.6418 4.24256 19 3.80073 19C3.3589 19 3.00073 18.6418 3.00073 18.2V4.79982Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-link, .btn.primary.outline:link:hover .ico-link, .btn.primary.outline:visited:hover .ico-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8509 4.92396C14.0162 2.75874 17.5267 2.75874 19.6919 4.92397C21.8571 7.0892 21.8571 10.5997 19.6919 12.7649L11.9911 20.4657C11.6786 20.7782 11.1721 20.7782 10.8597 20.4657C10.5473 20.1533 10.5473 19.6468 10.8597 19.3344L18.5605 11.6336C20.1009 10.0932 20.1009 7.59573 18.5605 6.05534C17.0201 4.51496 14.5227 4.51494 12.9823 6.05534L4.92108 14.1165C4.92107 14.1165 4.92108 14.1165 4.92108 14.1165C3.9575 15.0801 3.95749 16.6424 4.92108 17.606C5.88466 18.5696 7.44692 18.5696 8.41051 17.606L15.643 10.3735C15.9898 10.0267 15.9898 9.46445 15.643 9.11766C15.2962 8.77089 14.7339 8.77089 14.3871 9.11766L7.51506 15.9898C7.20264 16.3022 6.69611 16.3022 6.38369 15.9898C6.07127 15.6774 6.07127 15.1708 6.38369 14.8584L13.2558 7.98632C13.2557 7.98632 13.2558 7.98631 13.2558 7.98632C14.2274 7.01468 15.8028 7.01468 16.7744 7.98632C17.746 8.95794 17.746 10.5332 16.7744 11.5049L9.54188 18.7374C7.95346 20.3258 5.37812 20.3258 3.78969 18.7374C2.20129 17.1489 2.20129 14.5736 3.78969 12.9852L11.8509 4.92396Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-blank, .btn.primary.outline:link:hover .ico-blank, .btn.primary.outline:visited:hover .ico-blank {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6 4.80002C4.59999 4.68955 4.68954 4.6 4.8 4.6H11.5991C12.041 4.6 12.3991 4.24183 12.3991 3.8C12.3991 3.35817 12.041 3 11.5991 3H4.8C3.80582 3 2.99991 3.80599 3 4.80017L3.00137 19.2004C3.00147 20.1944 3.80732 21.0002 4.80137 21.0002H19.1991C20.1932 21.0002 20.9991 20.1943 20.9991 19.2002V12.4002C20.9991 11.9584 20.641 11.6002 20.1991 11.6002C19.7573 11.6002 19.3991 11.9584 19.3991 12.4002V19.2002C19.3991 19.3107 19.3096 19.4002 19.1991 19.4002H4.80137C4.69092 19.4002 4.60138 19.3107 4.60137 19.2002L4.6 4.80002ZM13.9992 3.8C13.9992 4.24183 14.3574 4.6 14.7992 4.6H18.2678L10.4335 12.4343C10.1211 12.7467 10.1211 13.2533 10.4335 13.5657C10.746 13.8781 11.2525 13.8781 11.5649 13.5657L19.3992 5.73137V9.2002C19.3992 9.64202 19.7574 10.0002 20.1992 10.0002C20.641 10.0002 20.9992 9.64202 20.9992 9.2002V3.8C20.9992 3.35817 20.641 3 20.1992 3H14.7992C14.3574 3 13.9992 3.35817 13.9992 3.8Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-next, .btn.primary.outline:link:hover .ico-next, .btn.primary.outline:visited:hover .ico-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40531 19.7351C8.70087 20.0635 9.2067 20.0902 9.53512 19.7946L17.5351 12.5949C17.7037 12.4432 17.8 12.2271 17.8 12.0003C17.8 11.7735 17.7037 11.5574 17.5351 11.4056L9.53515 4.20515C9.20675 3.90957 8.70092 3.93617 8.40534 4.26457C8.10976 4.59297 8.13637 5.0988 8.46477 5.39438L15.8041 12.0002L8.4648 18.6053C8.13638 18.9009 8.10975 19.4067 8.40531 19.7351Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-prev, .btn.primary.outline:link:hover .ico-prev, .btn.primary.outline:visited:hover .ico-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5947 19.7351C15.2991 20.0635 14.7933 20.0902 14.4649 19.7946L6.46486 12.5944C6.29629 12.4427 6.20004 12.2265 6.20004 11.9998C6.20004 11.773 6.2963 11.5568 6.46487 11.4051L14.4649 4.20513C14.7933 3.90956 15.2991 3.93618 15.5947 4.26459C15.8902 4.593 15.8636 5.09883 15.5352 5.3944L8.19591 11.9998L15.5352 18.6053C15.8636 18.9009 15.8902 19.4067 15.5947 19.7351Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-down, .btn.primary.outline:link:hover .ico-down, .btn.primary.outline:visited:hover .ico-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-check, .btn.primary.outline:link:hover .ico-check, .btn.primary.outline:visited:hover .ico-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7619 4.4874C14.6302 3.9196 13.3524 3.6 12 3.6C7.36081 3.6 3.6 7.36081 3.6 12C3.6 16.6392 7.36081 20.4 12 20.4C16.6392 20.4 20.4 16.6392 20.4 12C20.4 10.4817 19.9972 9.0575 19.2926 7.82841L20.2773 6.38701C21.3646 7.9873 22 9.91945 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.6874 2 15.2772 2.41794 16.6715 3.15595L15.7619 4.4874ZM17.118 5.3387C17.5468 5.66866 17.9429 6.03909 18.3005 6.44428L19.2269 5.08823C18.8549 4.69944 18.4519 4.34061 18.0218 4.01572L17.118 5.3387Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4505 3.33922C19.8153 3.58845 19.909 4.08624 19.6598 4.45106L12.8281 14.4511C12.6938 14.6476 12.4789 14.7742 12.2419 14.7963C12.0049 14.8185 11.7703 14.7339 11.6019 14.5656L7.43364 10.3989C7.12116 10.0866 7.12106 9.58002 7.43342 9.26754C7.74578 8.95506 8.25231 8.95496 8.56479 9.26732L12.051 12.7522L18.3387 3.5485C18.5879 3.18368 19.0857 3.08998 19.4505 3.33922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-refresh, .btn.primary.outline:link:hover .ico-refresh, .btn.primary.outline:visited:hover .ico-refresh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19766 12.0001C4.19766 7.69649 7.70723 4.2001 12.046 4.2001C14.9928 4.2001 17.5597 5.81393 18.9017 8.2002H15.8C15.3582 8.2002 15 8.55837 15 9.0002C15 9.44202 15.3582 9.8002 15.8 9.8002H20.8C21.2418 9.8002 21.6 9.44202 21.6 9.0002V4.0002C21.6 3.55837 21.2418 3.2002 20.8 3.2002C20.3582 3.2002 20 3.55837 20 4.0002V6.92494C18.3195 4.32325 15.3846 2.6001 12.046 2.6001C6.83203 2.6001 2.59766 6.8044 2.59766 12.0001C2.59766 17.1958 6.83203 21.4001 12.046 21.4001C16.7796 21.4001 20.7039 17.9361 21.3887 13.4098C21.4547 12.9729 21.1542 12.5652 20.7173 12.4991C20.2805 12.433 19.8727 12.7336 19.8067 13.1704C19.2395 16.9195 15.9831 19.8001 12.046 19.8001C7.70723 19.8001 4.19766 16.3037 4.19766 12.0001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-search, .btn.primary.outline:link:hover .ico-search, .btn.primary.outline:visited:hover .ico-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-advanced, .btn.primary.outline:link:hover .ico-advanced, .btn.primary.outline:visited:hover .ico-advanced {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489ZM7.10156 10.9001C7.10156 10.4583 7.45973 10.1001 7.90156 10.1001H10.1031V7.9001C10.1031 7.45827 10.4613 7.1001 10.9031 7.1001C11.345 7.1001 11.7031 7.45827 11.7031 7.9001V10.1001H13.9016C14.3434 10.1001 14.7016 10.4583 14.7016 10.9001C14.7016 11.3419 14.3434 11.7001 13.9016 11.7001H11.7031V13.9001C11.7031 14.3419 11.345 14.7001 10.9031 14.7001C10.4613 14.7001 10.1031 14.3419 10.1031 13.9001V11.7001H7.90156C7.45973 11.7001 7.10156 11.3419 7.10156 10.9001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-print, .btn.primary.outline:link:hover .ico-print, .btn.primary.outline:visited:hover .ico-print {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2C6.35817 2 6 2.35817 6 2.8V7H3.80282C2.80892 7 2.00312 7.80556 2.00282 8.79946L2 18.2C1.99994 18.4122 2.08419 18.6157 2.23423 18.7658C2.38427 18.9159 2.58779 19.0002 2.8 19.0002H6.19922V21.2002C6.19922 21.642 6.55739 22.0002 6.99922 22.0002H17.1992C17.641 22.0002 17.9992 21.642 17.9992 21.2002V19.0002H21.2031C21.645 19.0002 22.0031 18.642 22.0031 18.2002V8.8C22.0031 7.80589 21.1972 7 20.2031 7H17.9992V2.8C17.9992 2.35817 17.641 2 17.1992 2H6.8ZM16.3992 7V3.6H7.6V7H16.3992ZM20.4031 17.4002H17.9992V14.0002C17.9992 13.788 17.9149 13.5845 17.7649 13.4345C17.6149 13.2845 17.4114 13.2002 17.1992 13.2002H6.99922C6.55739 13.2002 6.19922 13.5584 6.19922 14.0002V17.4002H3.60024L3.60282 8.79994C3.60286 8.68951 3.69239 8.6 3.80282 8.6H20.2031C20.3136 8.6 20.4031 8.68954 20.4031 8.8V17.4002ZM7.79922 14.8002V20.4002H16.3992V14.8002H7.79922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-share, .btn.primary.outline:link:hover .ico-share, .btn.primary.outline:visited:hover .ico-share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3984 6.3C14.3984 4.47746 15.8759 3 17.6984 3C19.521 3 20.9984 4.47746 20.9984 6.3C20.9984 8.12254 19.521 9.6 17.6984 9.6C16.6494 9.6 15.7146 9.11047 15.1102 8.34738L9.52782 11.3105C9.57512 11.5329 9.6 11.7637 9.6 12.0002C9.6 12.3148 9.55597 12.6191 9.47374 12.9074L14.9792 15.8297C15.5743 14.966 16.5703 14.3999 17.6984 14.3999C19.521 14.3999 20.9984 15.8774 20.9984 17.6999C20.9984 19.5224 19.521 20.9999 17.6984 20.9999C15.8759 20.9999 14.3984 19.5224 14.3984 17.6999C14.3984 17.5793 14.4049 17.4602 14.4175 17.343L8.67279 14.2936C8.07276 14.9143 7.23145 15.3002 6.3 15.3002C4.47746 15.3002 3 13.8227 3 12.0002C3 10.1777 4.47746 8.7002 6.3 8.7002C7.3121 8.7002 8.21778 9.15582 8.82312 9.87314L14.4503 6.88619C14.4162 6.69595 14.3984 6.50005 14.3984 6.3ZM17.6984 4.6C16.7596 4.6 15.9984 5.36112 15.9984 6.3C15.9984 7.23888 16.7596 8 17.6984 8C18.6373 8 19.3984 7.23888 19.3984 6.3C19.3984 5.36112 18.6373 4.6 17.6984 4.6ZM4.6 12.0002C4.6 11.0613 5.36112 10.3002 6.3 10.3002C7.23888 10.3002 8 11.0613 8 12.0002C8 12.9391 7.23888 13.7002 6.3 13.7002C5.36112 13.7002 4.6 12.9391 4.6 12.0002ZM15.9984 17.6999C15.9984 16.761 16.7596 15.9999 17.6984 15.9999C18.6373 15.9999 19.3984 16.761 19.3984 17.6999C19.3984 18.6388 18.6373 19.3999 17.6984 19.3999C16.7596 19.3999 15.9984 18.6388 15.9984 17.6999Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-like, .btn.primary.outline:link:hover .ico-like, .btn.primary.outline:visited:hover .ico-like {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84279 3.00069C7.85776 3.00006 7.87276 2.99987 7.88775 3.00009C8.86548 3.01458 9.82407 3.27465 10.667 3.75671C11.1589 4.038 11.5645 4.46623 11.8833 4.87468C11.9227 4.92515 11.9614 4.97606 11.9992 5.02722C12.0371 4.97606 12.0757 4.92515 12.1151 4.87468C12.4339 4.46623 12.8396 4.03801 13.3314 3.75671C14.1744 3.27465 15.133 3.01458 16.1107 3.00009C16.1257 2.99987 16.1407 3.00006 16.1557 3.00069C17.7007 3.06467 19.1645 3.70893 20.2243 4.80459C21.2817 5.89773 21.8507 7.35228 21.7956 8.85363C21.7911 10.2724 21.1945 11.7053 20.3873 13.0116C19.57 14.3343 18.4895 15.6028 17.4185 16.7038C15.2802 18.9022 13.0965 20.5172 12.8801 20.6633L12.8799 20.6634L12.4466 20.9557C12.1762 21.138 11.8222 21.138 11.5519 20.9557L11.1186 20.6634L11.1165 20.662C10.902 20.5164 8.71872 18.902 6.57992 16.7033C5.50898 15.6024 4.42845 14.334 3.61116 13.0115C2.80391 11.7052 2.2073 10.2724 2.20288 8.85362C2.1478 7.35227 2.71673 5.89773 3.77414 4.80459C4.83397 3.70893 6.29773 3.06467 7.84279 3.00069ZM7.8645 4.6003C6.7485 4.65307 5.68545 5.12998 4.92415 5.917C4.15911 6.7079 3.7603 7.74703 3.80223 8.80609C3.80264 8.81664 3.80285 8.82719 3.80285 8.83774C3.80285 9.83437 4.23152 10.9717 4.97224 12.1703C5.70593 13.3576 6.70066 14.5328 7.72681 15.5876C8.75008 16.6396 9.7871 17.5541 10.5912 18.221C10.9927 18.554 11.3346 18.8239 11.5855 19.017C11.7109 19.1135 11.8132 19.1904 11.8883 19.2461C11.9259 19.2739 11.9562 19.2961 11.9789 19.3124L11.9993 19.327L12.0202 19.3121C12.0427 19.2959 12.0729 19.2738 12.1105 19.246C12.1855 19.1905 12.2877 19.1137 12.4131 19.0172C12.6639 18.8244 13.0057 18.5545 13.4072 18.2216C14.2113 17.5548 15.2483 16.6402 16.2716 15.5882C17.2978 14.5332 18.2925 13.3579 19.0262 12.1706C19.7669 10.9718 20.1956 9.83438 20.1956 8.83774C20.1956 8.82719 20.1958 8.81664 20.1962 8.80609C20.2381 7.74702 19.8393 6.7079 19.0743 5.917C18.313 5.12998 17.2499 4.65307 16.112 4.6003C15.4092 4.61445 14.7244 4.80326 14.1257 5.14563C13.8936 5.27837 13.639 5.52262 13.3764 5.85914C13.1193 6.18845 12.8895 6.56011 12.691 6.90192C12.5479 7.14847 12.2843 7.3002 11.9992 7.3002C11.7141 7.3002 11.4506 7.14847 11.3074 6.90192C11.1089 6.56011 10.8791 6.18845 10.6221 5.85914C10.3594 5.52262 10.1048 5.27837 9.8727 5.14563C9.27403 4.80326 8.58926 4.61445 7.88645 4.6003Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-filter, .btn.primary.outline:link:hover .ico-filter, .btn.primary.outline:visited:hover .ico-filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.80078 8.52374C7.867 8.86303 8.63938 9.86127 8.63938 11.0399C8.63938 12.2185 7.867 13.2168 6.80078 13.5561L6.80078 21.2002C6.80078 21.642 6.44261 22.0002 6.00078 22.0002C5.55895 22.0002 5.20078 21.642 5.20078 21.2002L5.20078 13.557C4.13311 13.2185 3.35938 12.2196 3.35938 11.0399C3.35938 9.86023 4.13311 8.86128 5.20078 8.52284L5.20078 2.8C5.20078 2.35817 5.55895 2 6.00078 2C6.44261 2 6.80078 2.35817 6.80078 2.8V8.52374ZM5.99938 12.0799C5.425 12.0799 4.95938 11.6143 4.95938 11.0399C4.95938 10.4655 5.425 9.9999 5.99938 9.9999C6.57375 9.9999 7.03938 10.4655 7.03938 11.0399C7.03938 11.6143 6.57375 12.0799 5.99938 12.0799Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2008 21.2002L11.2008 17.1571C10.1331 16.8186 9.35938 15.8197 9.35938 14.64C9.35938 13.4603 10.1331 12.4614 11.2008 12.1229V2.8C11.2008 2.35817 11.559 2 12.0008 2C12.4426 2 12.8008 2.35817 12.8008 2.8L12.8008 12.1238C13.867 12.4631 14.6394 13.4614 14.6394 14.64C14.6394 15.8186 13.867 16.8169 12.8008 17.1562V21.2002C12.8008 21.642 12.4426 22.0002 12.0008 22.0002C11.559 22.0002 11.2008 21.642 11.2008 21.2002ZM10.9594 14.64C10.9594 15.2144 11.425 15.68 11.9994 15.68C12.5738 15.68 13.0394 15.2144 13.0394 14.64C13.0394 14.0656 12.5738 13.6 11.9994 13.6C11.425 13.6 10.9594 14.0656 10.9594 14.64Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2008 6.12294V2.8C17.2008 2.35817 17.559 2 18.0008 2C18.4426 2 18.8008 2.35817 18.8008 2.8V6.12383C19.867 6.46313 20.6394 7.46137 20.6394 8.64C20.6394 9.81863 19.867 10.8169 18.8008 11.1562L18.8008 21.2002C18.8008 21.642 18.4426 22.0002 18.0008 22.0002C17.559 22.0002 17.2008 21.642 17.2008 21.2002V11.1571C16.1331 10.8186 15.3594 9.81967 15.3594 8.64C15.3594 7.46033 16.1331 6.46138 17.2008 6.12294ZM17.9994 9.68C17.425 9.68 16.9594 9.21438 16.9594 8.64C16.9594 8.06562 17.425 7.6 17.9994 7.6C18.5738 7.6 19.0394 8.06562 19.0394 8.64C19.0394 9.21438 18.5738 9.68 17.9994 9.68Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:hover .ico-location, .btn.primary.outline:link:hover .ico-location, .btn.primary.outline:visited:hover .ico-location {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.782 10.1089C15.782 12.1977 14.0887 13.891 11.9999 13.891C9.91104 13.891 8.21771 12.1977 8.21771 10.1089C8.21771 8.02005 9.91104 6.32672 11.9999 6.32672C14.0887 6.32672 15.782 8.02005 15.782 10.1089Z' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M19.5642 10.1089C19.5642 14.2865 13.8909 21.4554 11.9999 21.4554C10.1088 21.4554 4.43555 14.2865 4.43555 10.1089C4.43555 5.93122 7.82221 2.54456 11.9999 2.54456C16.1775 2.54456 19.5642 5.93122 19.5642 10.1089Z' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active, .btn.primary.outline:focus, .btn.primary.outline:link:active, .btn.primary.outline:link:focus, .btn.primary.outline:visited:active, .btn.primary.outline:visited:focus {
  color: #fff;
  background-color: #14346C;
  border-color: #14346C;
}
.btn.primary.outline:active .ico-listul, .btn.primary.outline:focus .ico-listul, .btn.primary.outline:link:active .ico-listul, .btn.primary.outline:link:focus .ico-listul, .btn.primary.outline:visited:active .ico-listul, .btn.primary.outline:visited:focus .ico-listul {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.19922 6.0002C2.19922 5.55837 2.55739 5.2002 2.99922 5.2002H20.9992C21.441 5.2002 21.7992 5.55837 21.7992 6.0002C21.7992 6.44202 21.441 6.8002 20.9992 6.8002H2.99922C2.55739 6.8002 2.19922 6.44202 2.19922 6.0002ZM2.19922 12.0002C2.19922 11.5584 2.55739 11.2002 2.99922 11.2002H20.9992C21.441 11.2002 21.7992 11.5584 21.7992 12.0002C21.7992 12.442 21.441 12.8002 20.9992 12.8002H2.99922C2.55739 12.8002 2.19922 12.442 2.19922 12.0002ZM2.99922 17.2002C2.55739 17.2002 2.19922 17.5584 2.19922 18.0002C2.19922 18.442 2.55739 18.8002 2.99922 18.8002H20.9992C21.441 18.8002 21.7992 18.442 21.7992 18.0002C21.7992 17.5584 21.441 17.2002 20.9992 17.2002H2.99922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-write, .btn.primary.outline:focus .ico-write, .btn.primary.outline:link:active .ico-write, .btn.primary.outline:link:focus .ico-write, .btn.primary.outline:visited:active .ico-write, .btn.primary.outline:visited:focus .ico-write {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4343 2.43427C16.7467 2.12185 17.2533 2.12185 17.5657 2.43427L21.5657 6.43427C21.7157 6.58429 21.8 6.78778 21.8 6.99995C21.8 7.21212 21.7157 7.41561 21.5657 7.56564L12.5657 16.5656C12.4157 16.7157 12.2122 16.8 12 16.8H8C7.55817 16.8 7.2 16.4418 7.2 16V12C7.2 11.7878 7.28429 11.5843 7.43431 11.4343L16.4343 2.43427ZM17 4.13132L15.1314 5.99995L18 8.86858L19.8686 6.99995L17 4.13132ZM16.8686 9.99995L14 7.13132L8.8 12.3313V15.2H11.6686L16.8686 9.99995ZM4.8 4.59995C4.68954 4.59995 4.6 4.68949 4.6 4.79995V19.2C4.6 19.3104 4.68954 19.4 4.8 19.4H19.2C19.3105 19.4 19.4 19.3104 19.4 19.2V12.2C19.4 11.7581 19.7582 11.4 20.2 11.4C20.6418 11.4 21 11.7581 21 12.2V19.2C21 20.1941 20.1941 21 19.2 21H4.8C3.80589 21 3 20.1941 3 19.2V4.79995C3 3.80584 3.80589 2.99995 4.8 2.99995H11.7992C12.241 2.99995 12.5992 3.35812 12.5992 3.79995C12.5992 4.24178 12.241 4.59995 11.7992 4.59995H4.8Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-detail, .btn.primary.outline:focus .ico-detail, .btn.primary.outline:link:active .ico-detail, .btn.primary.outline:link:focus .ico-detail, .btn.primary.outline:visited:active .ico-detail, .btn.primary.outline:visited:focus .ico-detail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63629 12.0843C4.03609 10.8283 5.08502 9.63166 6.59666 8.73858C8.10015 7.85031 10.0027 7.3002 11.9985 7.3002C16.0279 7.3002 19.3773 9.51934 20.3566 12.1209C20.359 12.1272 20.3594 12.1313 20.3594 12.1328L20.3594 12.133C19.8163 13.8467 17.4328 16.7002 11.9985 16.7002C6.62812 16.7002 4.20473 13.6043 3.63555 12.0869L3.63629 12.0843ZM11.9985 5.7002C9.71865 5.7002 7.53474 6.32599 5.7828 7.36103C4.03901 8.39127 2.66351 9.86534 2.11167 11.599C2.0057 11.9319 2.00656 12.2981 2.13461 12.6412C2.92028 14.7463 5.91647 18.3002 11.9985 18.3002C18.0562 18.3002 21.1104 15.0626 21.8852 12.6146C21.9975 12.26 21.9786 11.8883 21.854 11.5573C20.5835 8.18203 16.518 5.7002 11.9985 5.7002ZM9.79922 12.0002C9.79922 10.7852 10.7842 9.8002 11.9992 9.8002C13.2142 9.8002 14.1992 10.7852 14.1992 12.0002C14.1992 13.2152 13.2142 14.2002 11.9992 14.2002C10.7842 14.2002 9.79922 13.2152 9.79922 12.0002ZM11.9992 8.2002C9.90054 8.2002 8.19922 9.90151 8.19922 12.0002C8.19922 14.0989 9.90054 15.8002 11.9992 15.8002C14.0979 15.8002 15.7992 14.0989 15.7992 12.0002C15.7992 9.90151 14.0979 8.2002 11.9992 8.2002Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-delete, .btn.primary.outline:focus .ico-delete, .btn.primary.outline:link:active .ico-delete, .btn.primary.outline:link:focus .ico-delete, .btn.primary.outline:visited:active .ico-delete, .btn.primary.outline:visited:focus .ico-delete {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6304 4.23482C18.9428 3.92239 19.4493 3.92238 19.7618 4.23479C20.0742 4.5472 20.0742 5.05373 19.7618 5.36616L13.1294 11.999L19.7657 18.6357C20.0781 18.9481 20.0781 19.4546 19.7657 19.767C19.4532 20.0795 18.9467 20.0794 18.6343 19.767L11.998 13.1304L5.3618 19.767C5.04939 20.0794 4.54285 20.0795 4.23042 19.767C3.918 19.4546 3.91798 18.9481 4.23039 18.6357L10.8667 11.999L4.2343 5.36616C3.92189 5.05373 3.9219 4.5472 4.23433 4.23479C4.54676 3.92238 5.05329 3.92239 5.3657 4.23482L11.998 10.8676L18.6304 4.23482Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-download, .btn.primary.outline:focus .ico-download, .btn.primary.outline:link:active .ico-download, .btn.primary.outline:link:focus .ico-download, .btn.primary.outline:visited:active .ico-download, .btn.primary.outline:visited:focus .ico-download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5754 16.0542C12.4246 16.2111 12.2163 16.2998 11.9987 16.2998C11.7811 16.2998 11.5729 16.2111 11.4221 16.0542L6.42206 10.8542C6.11583 10.5358 6.12576 10.0293 6.44424 9.72309C6.76273 9.41685 7.26916 9.42678 7.5754 9.74527L11.1987 13.5135V3.79976C11.1987 3.35793 11.5569 2.99976 11.9987 2.99976C12.4406 2.99976 12.7987 3.35793 12.7987 3.79976V13.5135L16.4221 9.74527C16.7283 9.42678 17.2347 9.41685 17.5532 9.72309C17.8717 10.0293 17.8816 10.5358 17.5754 10.8542L12.5754 16.0542ZM3.60029 16.0003C3.6004 15.5585 3.24232 15.2003 2.80049 15.2001C2.35866 15.2 2.0004 15.5581 2.00029 16L1.99951 19.2C1.99946 19.4122 2.08372 19.6157 2.23376 19.7658C2.38379 19.9158 2.5873 20.0001 2.79951 20.0001H21.1987C21.6406 20.0001 21.9987 19.642 21.9987 19.2001V16.0001C21.9987 15.5583 21.6406 15.2001 21.1987 15.2001C20.7569 15.2001 20.3987 15.5583 20.3987 16.0001V18.4001H3.59971L3.60029 16.0003Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-copy, .btn.primary.outline:focus .ico-copy, .btn.primary.outline:link:active .ico-copy, .btn.primary.outline:link:focus .ico-copy, .btn.primary.outline:visited:active .ico-copy, .btn.primary.outline:visited:focus .ico-copy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.19995 8.00001C6.19995 7.0059 7.00584 6.20001 7.99995 6.20001H19.2C20.1941 6.20001 21 7.0059 21 8.00001V19.2C21 20.1941 20.1941 21 19.2 21H7.99995C7.00584 21 6.19995 20.1941 6.19995 19.2V8.00001ZM7.99995 7.80001C7.88949 7.80001 7.79995 7.88955 7.79995 8.00001V19.2C7.79995 19.3105 7.88949 19.4 7.99995 19.4H19.2C19.3104 19.4 19.4 19.3105 19.4 19.2V8.00001C19.4 7.88955 19.3104 7.80001 19.2 7.80001H7.99995Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00073 4.79982C3.00073 3.8057 3.80662 2.99982 4.80073 2.99982H18.2C18.6418 2.99982 19 3.35799 19 3.79982C19 4.24164 18.6418 4.59982 18.2 4.59982H4.80073C4.69027 4.59982 4.60073 4.68936 4.60073 4.79982V18.2C4.60073 18.6418 4.24256 19 3.80073 19C3.3589 19 3.00073 18.6418 3.00073 18.2V4.79982Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-link, .btn.primary.outline:focus .ico-link, .btn.primary.outline:link:active .ico-link, .btn.primary.outline:link:focus .ico-link, .btn.primary.outline:visited:active .ico-link, .btn.primary.outline:visited:focus .ico-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8509 4.92396C14.0162 2.75874 17.5267 2.75874 19.6919 4.92397C21.8571 7.0892 21.8571 10.5997 19.6919 12.7649L11.9911 20.4657C11.6786 20.7782 11.1721 20.7782 10.8597 20.4657C10.5473 20.1533 10.5473 19.6468 10.8597 19.3344L18.5605 11.6336C20.1009 10.0932 20.1009 7.59573 18.5605 6.05534C17.0201 4.51496 14.5227 4.51494 12.9823 6.05534L4.92108 14.1165C4.92107 14.1165 4.92108 14.1165 4.92108 14.1165C3.9575 15.0801 3.95749 16.6424 4.92108 17.606C5.88466 18.5696 7.44692 18.5696 8.41051 17.606L15.643 10.3735C15.9898 10.0267 15.9898 9.46445 15.643 9.11766C15.2962 8.77089 14.7339 8.77089 14.3871 9.11766L7.51506 15.9898C7.20264 16.3022 6.69611 16.3022 6.38369 15.9898C6.07127 15.6774 6.07127 15.1708 6.38369 14.8584L13.2558 7.98632C13.2557 7.98632 13.2558 7.98631 13.2558 7.98632C14.2274 7.01468 15.8028 7.01468 16.7744 7.98632C17.746 8.95794 17.746 10.5332 16.7744 11.5049L9.54188 18.7374C7.95346 20.3258 5.37812 20.3258 3.78969 18.7374C2.20129 17.1489 2.20129 14.5736 3.78969 12.9852L11.8509 4.92396Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-blank, .btn.primary.outline:focus .ico-blank, .btn.primary.outline:link:active .ico-blank, .btn.primary.outline:link:focus .ico-blank, .btn.primary.outline:visited:active .ico-blank, .btn.primary.outline:visited:focus .ico-blank {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6 4.80002C4.59999 4.68955 4.68954 4.6 4.8 4.6H11.5991C12.041 4.6 12.3991 4.24183 12.3991 3.8C12.3991 3.35817 12.041 3 11.5991 3H4.8C3.80582 3 2.99991 3.80599 3 4.80017L3.00137 19.2004C3.00147 20.1944 3.80732 21.0002 4.80137 21.0002H19.1991C20.1932 21.0002 20.9991 20.1943 20.9991 19.2002V12.4002C20.9991 11.9584 20.641 11.6002 20.1991 11.6002C19.7573 11.6002 19.3991 11.9584 19.3991 12.4002V19.2002C19.3991 19.3107 19.3096 19.4002 19.1991 19.4002H4.80137C4.69092 19.4002 4.60138 19.3107 4.60137 19.2002L4.6 4.80002ZM13.9992 3.8C13.9992 4.24183 14.3574 4.6 14.7992 4.6H18.2678L10.4335 12.4343C10.1211 12.7467 10.1211 13.2533 10.4335 13.5657C10.746 13.8781 11.2525 13.8781 11.5649 13.5657L19.3992 5.73137V9.2002C19.3992 9.64202 19.7574 10.0002 20.1992 10.0002C20.641 10.0002 20.9992 9.64202 20.9992 9.2002V3.8C20.9992 3.35817 20.641 3 20.1992 3H14.7992C14.3574 3 13.9992 3.35817 13.9992 3.8Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-next, .btn.primary.outline:focus .ico-next, .btn.primary.outline:link:active .ico-next, .btn.primary.outline:link:focus .ico-next, .btn.primary.outline:visited:active .ico-next, .btn.primary.outline:visited:focus .ico-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40531 19.7351C8.70087 20.0635 9.2067 20.0902 9.53512 19.7946L17.5351 12.5949C17.7037 12.4432 17.8 12.2271 17.8 12.0003C17.8 11.7735 17.7037 11.5574 17.5351 11.4056L9.53515 4.20515C9.20675 3.90957 8.70092 3.93617 8.40534 4.26457C8.10976 4.59297 8.13637 5.0988 8.46477 5.39438L15.8041 12.0002L8.4648 18.6053C8.13638 18.9009 8.10975 19.4067 8.40531 19.7351Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-prev, .btn.primary.outline:focus .ico-prev, .btn.primary.outline:link:active .ico-prev, .btn.primary.outline:link:focus .ico-prev, .btn.primary.outline:visited:active .ico-prev, .btn.primary.outline:visited:focus .ico-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5947 19.7351C15.2991 20.0635 14.7933 20.0902 14.4649 19.7946L6.46486 12.5944C6.29629 12.4427 6.20004 12.2265 6.20004 11.9998C6.20004 11.773 6.2963 11.5568 6.46487 11.4051L14.4649 4.20513C14.7933 3.90956 15.2991 3.93618 15.5947 4.26459C15.8902 4.593 15.8636 5.09883 15.5352 5.3944L8.19591 11.9998L15.5352 18.6053C15.8636 18.9009 15.8902 19.4067 15.5947 19.7351Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-down, .btn.primary.outline:focus .ico-down, .btn.primary.outline:link:active .ico-down, .btn.primary.outline:link:focus .ico-down, .btn.primary.outline:visited:active .ico-down, .btn.primary.outline:visited:focus .ico-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-check, .btn.primary.outline:focus .ico-check, .btn.primary.outline:link:active .ico-check, .btn.primary.outline:link:focus .ico-check, .btn.primary.outline:visited:active .ico-check, .btn.primary.outline:visited:focus .ico-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7619 4.4874C14.6302 3.9196 13.3524 3.6 12 3.6C7.36081 3.6 3.6 7.36081 3.6 12C3.6 16.6392 7.36081 20.4 12 20.4C16.6392 20.4 20.4 16.6392 20.4 12C20.4 10.4817 19.9972 9.0575 19.2926 7.82841L20.2773 6.38701C21.3646 7.9873 22 9.91945 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.6874 2 15.2772 2.41794 16.6715 3.15595L15.7619 4.4874ZM17.118 5.3387C17.5468 5.66866 17.9429 6.03909 18.3005 6.44428L19.2269 5.08823C18.8549 4.69944 18.4519 4.34061 18.0218 4.01572L17.118 5.3387Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4505 3.33922C19.8153 3.58845 19.909 4.08624 19.6598 4.45106L12.8281 14.4511C12.6938 14.6476 12.4789 14.7742 12.2419 14.7963C12.0049 14.8185 11.7703 14.7339 11.6019 14.5656L7.43364 10.3989C7.12116 10.0866 7.12106 9.58002 7.43342 9.26754C7.74578 8.95506 8.25231 8.95496 8.56479 9.26732L12.051 12.7522L18.3387 3.5485C18.5879 3.18368 19.0857 3.08998 19.4505 3.33922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-refresh, .btn.primary.outline:focus .ico-refresh, .btn.primary.outline:link:active .ico-refresh, .btn.primary.outline:link:focus .ico-refresh, .btn.primary.outline:visited:active .ico-refresh, .btn.primary.outline:visited:focus .ico-refresh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19766 12.0001C4.19766 7.69649 7.70723 4.2001 12.046 4.2001C14.9928 4.2001 17.5597 5.81393 18.9017 8.2002H15.8C15.3582 8.2002 15 8.55837 15 9.0002C15 9.44202 15.3582 9.8002 15.8 9.8002H20.8C21.2418 9.8002 21.6 9.44202 21.6 9.0002V4.0002C21.6 3.55837 21.2418 3.2002 20.8 3.2002C20.3582 3.2002 20 3.55837 20 4.0002V6.92494C18.3195 4.32325 15.3846 2.6001 12.046 2.6001C6.83203 2.6001 2.59766 6.8044 2.59766 12.0001C2.59766 17.1958 6.83203 21.4001 12.046 21.4001C16.7796 21.4001 20.7039 17.9361 21.3887 13.4098C21.4547 12.9729 21.1542 12.5652 20.7173 12.4991C20.2805 12.433 19.8727 12.7336 19.8067 13.1704C19.2395 16.9195 15.9831 19.8001 12.046 19.8001C7.70723 19.8001 4.19766 16.3037 4.19766 12.0001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-search, .btn.primary.outline:focus .ico-search, .btn.primary.outline:link:active .ico-search, .btn.primary.outline:link:focus .ico-search, .btn.primary.outline:visited:active .ico-search, .btn.primary.outline:visited:focus .ico-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-advanced, .btn.primary.outline:focus .ico-advanced, .btn.primary.outline:link:active .ico-advanced, .btn.primary.outline:link:focus .ico-advanced, .btn.primary.outline:visited:active .ico-advanced, .btn.primary.outline:visited:focus .ico-advanced {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489ZM7.10156 10.9001C7.10156 10.4583 7.45973 10.1001 7.90156 10.1001H10.1031V7.9001C10.1031 7.45827 10.4613 7.1001 10.9031 7.1001C11.345 7.1001 11.7031 7.45827 11.7031 7.9001V10.1001H13.9016C14.3434 10.1001 14.7016 10.4583 14.7016 10.9001C14.7016 11.3419 14.3434 11.7001 13.9016 11.7001H11.7031V13.9001C11.7031 14.3419 11.345 14.7001 10.9031 14.7001C10.4613 14.7001 10.1031 14.3419 10.1031 13.9001V11.7001H7.90156C7.45973 11.7001 7.10156 11.3419 7.10156 10.9001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-print, .btn.primary.outline:focus .ico-print, .btn.primary.outline:link:active .ico-print, .btn.primary.outline:link:focus .ico-print, .btn.primary.outline:visited:active .ico-print, .btn.primary.outline:visited:focus .ico-print {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2C6.35817 2 6 2.35817 6 2.8V7H3.80282C2.80892 7 2.00312 7.80556 2.00282 8.79946L2 18.2C1.99994 18.4122 2.08419 18.6157 2.23423 18.7658C2.38427 18.9159 2.58779 19.0002 2.8 19.0002H6.19922V21.2002C6.19922 21.642 6.55739 22.0002 6.99922 22.0002H17.1992C17.641 22.0002 17.9992 21.642 17.9992 21.2002V19.0002H21.2031C21.645 19.0002 22.0031 18.642 22.0031 18.2002V8.8C22.0031 7.80589 21.1972 7 20.2031 7H17.9992V2.8C17.9992 2.35817 17.641 2 17.1992 2H6.8ZM16.3992 7V3.6H7.6V7H16.3992ZM20.4031 17.4002H17.9992V14.0002C17.9992 13.788 17.9149 13.5845 17.7649 13.4345C17.6149 13.2845 17.4114 13.2002 17.1992 13.2002H6.99922C6.55739 13.2002 6.19922 13.5584 6.19922 14.0002V17.4002H3.60024L3.60282 8.79994C3.60286 8.68951 3.69239 8.6 3.80282 8.6H20.2031C20.3136 8.6 20.4031 8.68954 20.4031 8.8V17.4002ZM7.79922 14.8002V20.4002H16.3992V14.8002H7.79922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-share, .btn.primary.outline:focus .ico-share, .btn.primary.outline:link:active .ico-share, .btn.primary.outline:link:focus .ico-share, .btn.primary.outline:visited:active .ico-share, .btn.primary.outline:visited:focus .ico-share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3984 6.3C14.3984 4.47746 15.8759 3 17.6984 3C19.521 3 20.9984 4.47746 20.9984 6.3C20.9984 8.12254 19.521 9.6 17.6984 9.6C16.6494 9.6 15.7146 9.11047 15.1102 8.34738L9.52782 11.3105C9.57512 11.5329 9.6 11.7637 9.6 12.0002C9.6 12.3148 9.55597 12.6191 9.47374 12.9074L14.9792 15.8297C15.5743 14.966 16.5703 14.3999 17.6984 14.3999C19.521 14.3999 20.9984 15.8774 20.9984 17.6999C20.9984 19.5224 19.521 20.9999 17.6984 20.9999C15.8759 20.9999 14.3984 19.5224 14.3984 17.6999C14.3984 17.5793 14.4049 17.4602 14.4175 17.343L8.67279 14.2936C8.07276 14.9143 7.23145 15.3002 6.3 15.3002C4.47746 15.3002 3 13.8227 3 12.0002C3 10.1777 4.47746 8.7002 6.3 8.7002C7.3121 8.7002 8.21778 9.15582 8.82312 9.87314L14.4503 6.88619C14.4162 6.69595 14.3984 6.50005 14.3984 6.3ZM17.6984 4.6C16.7596 4.6 15.9984 5.36112 15.9984 6.3C15.9984 7.23888 16.7596 8 17.6984 8C18.6373 8 19.3984 7.23888 19.3984 6.3C19.3984 5.36112 18.6373 4.6 17.6984 4.6ZM4.6 12.0002C4.6 11.0613 5.36112 10.3002 6.3 10.3002C7.23888 10.3002 8 11.0613 8 12.0002C8 12.9391 7.23888 13.7002 6.3 13.7002C5.36112 13.7002 4.6 12.9391 4.6 12.0002ZM15.9984 17.6999C15.9984 16.761 16.7596 15.9999 17.6984 15.9999C18.6373 15.9999 19.3984 16.761 19.3984 17.6999C19.3984 18.6388 18.6373 19.3999 17.6984 19.3999C16.7596 19.3999 15.9984 18.6388 15.9984 17.6999Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-like, .btn.primary.outline:focus .ico-like, .btn.primary.outline:link:active .ico-like, .btn.primary.outline:link:focus .ico-like, .btn.primary.outline:visited:active .ico-like, .btn.primary.outline:visited:focus .ico-like {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84279 3.00069C7.85776 3.00006 7.87276 2.99987 7.88775 3.00009C8.86548 3.01458 9.82407 3.27465 10.667 3.75671C11.1589 4.038 11.5645 4.46623 11.8833 4.87468C11.9227 4.92515 11.9614 4.97606 11.9992 5.02722C12.0371 4.97606 12.0757 4.92515 12.1151 4.87468C12.4339 4.46623 12.8396 4.03801 13.3314 3.75671C14.1744 3.27465 15.133 3.01458 16.1107 3.00009C16.1257 2.99987 16.1407 3.00006 16.1557 3.00069C17.7007 3.06467 19.1645 3.70893 20.2243 4.80459C21.2817 5.89773 21.8507 7.35228 21.7956 8.85363C21.7911 10.2724 21.1945 11.7053 20.3873 13.0116C19.57 14.3343 18.4895 15.6028 17.4185 16.7038C15.2802 18.9022 13.0965 20.5172 12.8801 20.6633L12.8799 20.6634L12.4466 20.9557C12.1762 21.138 11.8222 21.138 11.5519 20.9557L11.1186 20.6634L11.1165 20.662C10.902 20.5164 8.71872 18.902 6.57992 16.7033C5.50898 15.6024 4.42845 14.334 3.61116 13.0115C2.80391 11.7052 2.2073 10.2724 2.20288 8.85362C2.1478 7.35227 2.71673 5.89773 3.77414 4.80459C4.83397 3.70893 6.29773 3.06467 7.84279 3.00069ZM7.8645 4.6003C6.7485 4.65307 5.68545 5.12998 4.92415 5.917C4.15911 6.7079 3.7603 7.74703 3.80223 8.80609C3.80264 8.81664 3.80285 8.82719 3.80285 8.83774C3.80285 9.83437 4.23152 10.9717 4.97224 12.1703C5.70593 13.3576 6.70066 14.5328 7.72681 15.5876C8.75008 16.6396 9.7871 17.5541 10.5912 18.221C10.9927 18.554 11.3346 18.8239 11.5855 19.017C11.7109 19.1135 11.8132 19.1904 11.8883 19.2461C11.9259 19.2739 11.9562 19.2961 11.9789 19.3124L11.9993 19.327L12.0202 19.3121C12.0427 19.2959 12.0729 19.2738 12.1105 19.246C12.1855 19.1905 12.2877 19.1137 12.4131 19.0172C12.6639 18.8244 13.0057 18.5545 13.4072 18.2216C14.2113 17.5548 15.2483 16.6402 16.2716 15.5882C17.2978 14.5332 18.2925 13.3579 19.0262 12.1706C19.7669 10.9718 20.1956 9.83438 20.1956 8.83774C20.1956 8.82719 20.1958 8.81664 20.1962 8.80609C20.2381 7.74702 19.8393 6.7079 19.0743 5.917C18.313 5.12998 17.2499 4.65307 16.112 4.6003C15.4092 4.61445 14.7244 4.80326 14.1257 5.14563C13.8936 5.27837 13.639 5.52262 13.3764 5.85914C13.1193 6.18845 12.8895 6.56011 12.691 6.90192C12.5479 7.14847 12.2843 7.3002 11.9992 7.3002C11.7141 7.3002 11.4506 7.14847 11.3074 6.90192C11.1089 6.56011 10.8791 6.18845 10.6221 5.85914C10.3594 5.52262 10.1048 5.27837 9.8727 5.14563C9.27403 4.80326 8.58926 4.61445 7.88645 4.6003Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-filter, .btn.primary.outline:focus .ico-filter, .btn.primary.outline:link:active .ico-filter, .btn.primary.outline:link:focus .ico-filter, .btn.primary.outline:visited:active .ico-filter, .btn.primary.outline:visited:focus .ico-filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.80078 8.52374C7.867 8.86303 8.63938 9.86127 8.63938 11.0399C8.63938 12.2185 7.867 13.2168 6.80078 13.5561L6.80078 21.2002C6.80078 21.642 6.44261 22.0002 6.00078 22.0002C5.55895 22.0002 5.20078 21.642 5.20078 21.2002L5.20078 13.557C4.13311 13.2185 3.35938 12.2196 3.35938 11.0399C3.35938 9.86023 4.13311 8.86128 5.20078 8.52284L5.20078 2.8C5.20078 2.35817 5.55895 2 6.00078 2C6.44261 2 6.80078 2.35817 6.80078 2.8V8.52374ZM5.99938 12.0799C5.425 12.0799 4.95938 11.6143 4.95938 11.0399C4.95938 10.4655 5.425 9.9999 5.99938 9.9999C6.57375 9.9999 7.03938 10.4655 7.03938 11.0399C7.03938 11.6143 6.57375 12.0799 5.99938 12.0799Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2008 21.2002L11.2008 17.1571C10.1331 16.8186 9.35938 15.8197 9.35938 14.64C9.35938 13.4603 10.1331 12.4614 11.2008 12.1229V2.8C11.2008 2.35817 11.559 2 12.0008 2C12.4426 2 12.8008 2.35817 12.8008 2.8L12.8008 12.1238C13.867 12.4631 14.6394 13.4614 14.6394 14.64C14.6394 15.8186 13.867 16.8169 12.8008 17.1562V21.2002C12.8008 21.642 12.4426 22.0002 12.0008 22.0002C11.559 22.0002 11.2008 21.642 11.2008 21.2002ZM10.9594 14.64C10.9594 15.2144 11.425 15.68 11.9994 15.68C12.5738 15.68 13.0394 15.2144 13.0394 14.64C13.0394 14.0656 12.5738 13.6 11.9994 13.6C11.425 13.6 10.9594 14.0656 10.9594 14.64Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2008 6.12294V2.8C17.2008 2.35817 17.559 2 18.0008 2C18.4426 2 18.8008 2.35817 18.8008 2.8V6.12383C19.867 6.46313 20.6394 7.46137 20.6394 8.64C20.6394 9.81863 19.867 10.8169 18.8008 11.1562L18.8008 21.2002C18.8008 21.642 18.4426 22.0002 18.0008 22.0002C17.559 22.0002 17.2008 21.642 17.2008 21.2002V11.1571C16.1331 10.8186 15.3594 9.81967 15.3594 8.64C15.3594 7.46033 16.1331 6.46138 17.2008 6.12294ZM17.9994 9.68C17.425 9.68 16.9594 9.21438 16.9594 8.64C16.9594 8.06562 17.425 7.6 17.9994 7.6C18.5738 7.6 19.0394 8.06562 19.0394 8.64C19.0394 9.21438 18.5738 9.68 17.9994 9.68Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.primary.outline:active .ico-location, .btn.primary.outline:focus .ico-location, .btn.primary.outline:link:active .ico-location, .btn.primary.outline:link:focus .ico-location, .btn.primary.outline:visited:active .ico-location, .btn.primary.outline:visited:focus .ico-location {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.782 10.1089C15.782 12.1977 14.0887 13.891 11.9999 13.891C9.91104 13.891 8.21771 12.1977 8.21771 10.1089C8.21771 8.02005 9.91104 6.32672 11.9999 6.32672C14.0887 6.32672 15.782 8.02005 15.782 10.1089Z' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M19.5642 10.1089C19.5642 14.2865 13.8909 21.4554 11.9999 21.4554C10.1088 21.4554 4.43555 14.2865 4.43555 10.1089C4.43555 5.93122 7.82221 2.54456 11.9999 2.54456C16.1775 2.54456 19.5642 5.93122 19.5642 10.1089Z' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.btn.secondary, .btn.secondary:link, .btn.secondary:visited {
  color: #CD1F13;
  background-color: #F1F6FE;
  border-color: #CD1F13;
}
.btn.secondary .ico-listul, .btn.secondary:link .ico-listul, .btn.secondary:visited .ico-listul {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.19922 6.0002C2.19922 5.55837 2.55739 5.2002 2.99922 5.2002H20.9992C21.441 5.2002 21.7992 5.55837 21.7992 6.0002C21.7992 6.44202 21.441 6.8002 20.9992 6.8002H2.99922C2.55739 6.8002 2.19922 6.44202 2.19922 6.0002ZM2.19922 12.0002C2.19922 11.5584 2.55739 11.2002 2.99922 11.2002H20.9992C21.441 11.2002 21.7992 11.5584 21.7992 12.0002C21.7992 12.442 21.441 12.8002 20.9992 12.8002H2.99922C2.55739 12.8002 2.19922 12.442 2.19922 12.0002ZM2.99922 17.2002C2.55739 17.2002 2.19922 17.5584 2.19922 18.0002C2.19922 18.442 2.55739 18.8002 2.99922 18.8002H20.9992C21.441 18.8002 21.7992 18.442 21.7992 18.0002C21.7992 17.5584 21.441 17.2002 20.9992 17.2002H2.99922Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-write, .btn.secondary:link .ico-write, .btn.secondary:visited .ico-write {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4343 2.43427C16.7467 2.12185 17.2533 2.12185 17.5657 2.43427L21.5657 6.43427C21.7157 6.58429 21.8 6.78778 21.8 6.99995C21.8 7.21212 21.7157 7.41561 21.5657 7.56564L12.5657 16.5656C12.4157 16.7157 12.2122 16.8 12 16.8H8C7.55817 16.8 7.2 16.4418 7.2 16V12C7.2 11.7878 7.28429 11.5843 7.43431 11.4343L16.4343 2.43427ZM17 4.13132L15.1314 5.99995L18 8.86858L19.8686 6.99995L17 4.13132ZM16.8686 9.99995L14 7.13132L8.8 12.3313V15.2H11.6686L16.8686 9.99995ZM4.8 4.59995C4.68954 4.59995 4.6 4.68949 4.6 4.79995V19.2C4.6 19.3104 4.68954 19.4 4.8 19.4H19.2C19.3105 19.4 19.4 19.3104 19.4 19.2V12.2C19.4 11.7581 19.7582 11.4 20.2 11.4C20.6418 11.4 21 11.7581 21 12.2V19.2C21 20.1941 20.1941 21 19.2 21H4.8C3.80589 21 3 20.1941 3 19.2V4.79995C3 3.80584 3.80589 2.99995 4.8 2.99995H11.7992C12.241 2.99995 12.5992 3.35812 12.5992 3.79995C12.5992 4.24178 12.241 4.59995 11.7992 4.59995H4.8Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-detail, .btn.secondary:link .ico-detail, .btn.secondary:visited .ico-detail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63629 12.0843C4.03609 10.8283 5.08502 9.63166 6.59666 8.73858C8.10015 7.85031 10.0027 7.3002 11.9985 7.3002C16.0279 7.3002 19.3773 9.51934 20.3566 12.1209C20.359 12.1272 20.3594 12.1313 20.3594 12.1328L20.3594 12.133C19.8163 13.8467 17.4328 16.7002 11.9985 16.7002C6.62812 16.7002 4.20473 13.6043 3.63555 12.0869L3.63629 12.0843ZM11.9985 5.7002C9.71865 5.7002 7.53474 6.32599 5.7828 7.36103C4.03901 8.39127 2.66351 9.86534 2.11167 11.599C2.0057 11.9319 2.00656 12.2981 2.13461 12.6412C2.92028 14.7463 5.91647 18.3002 11.9985 18.3002C18.0562 18.3002 21.1104 15.0626 21.8852 12.6146C21.9975 12.26 21.9786 11.8883 21.854 11.5573C20.5835 8.18203 16.518 5.7002 11.9985 5.7002ZM9.79922 12.0002C9.79922 10.7852 10.7842 9.8002 11.9992 9.8002C13.2142 9.8002 14.1992 10.7852 14.1992 12.0002C14.1992 13.2152 13.2142 14.2002 11.9992 14.2002C10.7842 14.2002 9.79922 13.2152 9.79922 12.0002ZM11.9992 8.2002C9.90054 8.2002 8.19922 9.90151 8.19922 12.0002C8.19922 14.0989 9.90054 15.8002 11.9992 15.8002C14.0979 15.8002 15.7992 14.0989 15.7992 12.0002C15.7992 9.90151 14.0979 8.2002 11.9992 8.2002Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-delete, .btn.secondary:link .ico-delete, .btn.secondary:visited .ico-delete {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6304 4.23482C18.9428 3.92239 19.4493 3.92238 19.7618 4.23479C20.0742 4.5472 20.0742 5.05373 19.7618 5.36616L13.1294 11.999L19.7657 18.6357C20.0781 18.9481 20.0781 19.4546 19.7657 19.767C19.4532 20.0795 18.9467 20.0794 18.6343 19.767L11.998 13.1304L5.3618 19.767C5.04939 20.0794 4.54285 20.0795 4.23042 19.767C3.918 19.4546 3.91798 18.9481 4.23039 18.6357L10.8667 11.999L4.2343 5.36616C3.92189 5.05373 3.9219 4.5472 4.23433 4.23479C4.54676 3.92238 5.05329 3.92239 5.3657 4.23482L11.998 10.8676L18.6304 4.23482Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-download, .btn.secondary:link .ico-download, .btn.secondary:visited .ico-download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5754 16.0542C12.4246 16.2111 12.2163 16.2998 11.9987 16.2998C11.7811 16.2998 11.5729 16.2111 11.4221 16.0542L6.42206 10.8542C6.11583 10.5358 6.12576 10.0293 6.44424 9.72309C6.76273 9.41685 7.26916 9.42678 7.5754 9.74527L11.1987 13.5135V3.79976C11.1987 3.35793 11.5569 2.99976 11.9987 2.99976C12.4406 2.99976 12.7987 3.35793 12.7987 3.79976V13.5135L16.4221 9.74527C16.7283 9.42678 17.2347 9.41685 17.5532 9.72309C17.8717 10.0293 17.8816 10.5358 17.5754 10.8542L12.5754 16.0542ZM3.60029 16.0003C3.6004 15.5585 3.24232 15.2003 2.80049 15.2001C2.35866 15.2 2.0004 15.5581 2.00029 16L1.99951 19.2C1.99946 19.4122 2.08372 19.6157 2.23376 19.7658C2.38379 19.9158 2.5873 20.0001 2.79951 20.0001H21.1987C21.6406 20.0001 21.9987 19.642 21.9987 19.2001V16.0001C21.9987 15.5583 21.6406 15.2001 21.1987 15.2001C20.7569 15.2001 20.3987 15.5583 20.3987 16.0001V18.4001H3.59971L3.60029 16.0003Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-copy, .btn.secondary:link .ico-copy, .btn.secondary:visited .ico-copy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.19995 8.00001C6.19995 7.0059 7.00584 6.20001 7.99995 6.20001H19.2C20.1941 6.20001 21 7.0059 21 8.00001V19.2C21 20.1941 20.1941 21 19.2 21H7.99995C7.00584 21 6.19995 20.1941 6.19995 19.2V8.00001ZM7.99995 7.80001C7.88949 7.80001 7.79995 7.88955 7.79995 8.00001V19.2C7.79995 19.3105 7.88949 19.4 7.99995 19.4H19.2C19.3104 19.4 19.4 19.3105 19.4 19.2V8.00001C19.4 7.88955 19.3104 7.80001 19.2 7.80001H7.99995Z' fill='%23CD1F13'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00073 4.79982C3.00073 3.8057 3.80662 2.99982 4.80073 2.99982H18.2C18.6418 2.99982 19 3.35799 19 3.79982C19 4.24164 18.6418 4.59982 18.2 4.59982H4.80073C4.69027 4.59982 4.60073 4.68936 4.60073 4.79982V18.2C4.60073 18.6418 4.24256 19 3.80073 19C3.3589 19 3.00073 18.6418 3.00073 18.2V4.79982Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-link, .btn.secondary:link .ico-link, .btn.secondary:visited .ico-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8509 4.92396C14.0162 2.75874 17.5267 2.75874 19.6919 4.92397C21.8571 7.0892 21.8571 10.5997 19.6919 12.7649L11.9911 20.4657C11.6786 20.7782 11.1721 20.7782 10.8597 20.4657C10.5473 20.1533 10.5473 19.6468 10.8597 19.3344L18.5605 11.6336C20.1009 10.0932 20.1009 7.59573 18.5605 6.05534C17.0201 4.51496 14.5227 4.51494 12.9823 6.05534L4.92108 14.1165C4.92107 14.1165 4.92108 14.1165 4.92108 14.1165C3.9575 15.0801 3.95749 16.6424 4.92108 17.606C5.88466 18.5696 7.44692 18.5696 8.41051 17.606L15.643 10.3735C15.9898 10.0267 15.9898 9.46445 15.643 9.11766C15.2962 8.77089 14.7339 8.77089 14.3871 9.11766L7.51506 15.9898C7.20264 16.3022 6.69611 16.3022 6.38369 15.9898C6.07127 15.6774 6.07127 15.1708 6.38369 14.8584L13.2558 7.98632C13.2557 7.98632 13.2558 7.98631 13.2558 7.98632C14.2274 7.01468 15.8028 7.01468 16.7744 7.98632C17.746 8.95794 17.746 10.5332 16.7744 11.5049L9.54188 18.7374C7.95346 20.3258 5.37812 20.3258 3.78969 18.7374C2.20129 17.1489 2.20129 14.5736 3.78969 12.9852L11.8509 4.92396Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-blank, .btn.secondary:link .ico-blank, .btn.secondary:visited .ico-blank {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6 4.80002C4.59999 4.68955 4.68954 4.6 4.8 4.6H11.5991C12.041 4.6 12.3991 4.24183 12.3991 3.8C12.3991 3.35817 12.041 3 11.5991 3H4.8C3.80582 3 2.99991 3.80599 3 4.80017L3.00137 19.2004C3.00147 20.1944 3.80732 21.0002 4.80137 21.0002H19.1991C20.1932 21.0002 20.9991 20.1943 20.9991 19.2002V12.4002C20.9991 11.9584 20.641 11.6002 20.1991 11.6002C19.7573 11.6002 19.3991 11.9584 19.3991 12.4002V19.2002C19.3991 19.3107 19.3096 19.4002 19.1991 19.4002H4.80137C4.69092 19.4002 4.60138 19.3107 4.60137 19.2002L4.6 4.80002ZM13.9992 3.8C13.9992 4.24183 14.3574 4.6 14.7992 4.6H18.2678L10.4335 12.4343C10.1211 12.7467 10.1211 13.2533 10.4335 13.5657C10.746 13.8781 11.2525 13.8781 11.5649 13.5657L19.3992 5.73137V9.2002C19.3992 9.64202 19.7574 10.0002 20.1992 10.0002C20.641 10.0002 20.9992 9.64202 20.9992 9.2002V3.8C20.9992 3.35817 20.641 3 20.1992 3H14.7992C14.3574 3 13.9992 3.35817 13.9992 3.8Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-next, .btn.secondary:link .ico-next, .btn.secondary:visited .ico-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40531 19.7351C8.70087 20.0635 9.2067 20.0902 9.53512 19.7946L17.5351 12.5949C17.7037 12.4432 17.8 12.2271 17.8 12.0003C17.8 11.7735 17.7037 11.5574 17.5351 11.4056L9.53515 4.20515C9.20675 3.90957 8.70092 3.93617 8.40534 4.26457C8.10976 4.59297 8.13637 5.0988 8.46477 5.39438L15.8041 12.0002L8.4648 18.6053C8.13638 18.9009 8.10975 19.4067 8.40531 19.7351Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-prev, .btn.secondary:link .ico-prev, .btn.secondary:visited .ico-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5947 19.7351C15.2991 20.0635 14.7933 20.0902 14.4649 19.7946L6.46486 12.5944C6.29629 12.4427 6.20004 12.2265 6.20004 11.9998C6.20004 11.773 6.2963 11.5568 6.46487 11.4051L14.4649 4.20513C14.7933 3.90956 15.2991 3.93618 15.5947 4.26459C15.8902 4.593 15.8636 5.09883 15.5352 5.3944L8.19591 11.9998L15.5352 18.6053C15.8636 18.9009 15.8902 19.4067 15.5947 19.7351Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-down, .btn.secondary:link .ico-down, .btn.secondary:visited .ico-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-check, .btn.secondary:link .ico-check, .btn.secondary:visited .ico-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7619 4.4874C14.6302 3.9196 13.3524 3.6 12 3.6C7.36081 3.6 3.6 7.36081 3.6 12C3.6 16.6392 7.36081 20.4 12 20.4C16.6392 20.4 20.4 16.6392 20.4 12C20.4 10.4817 19.9972 9.0575 19.2926 7.82841L20.2773 6.38701C21.3646 7.9873 22 9.91945 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.6874 2 15.2772 2.41794 16.6715 3.15595L15.7619 4.4874ZM17.118 5.3387C17.5468 5.66866 17.9429 6.03909 18.3005 6.44428L19.2269 5.08823C18.8549 4.69944 18.4519 4.34061 18.0218 4.01572L17.118 5.3387Z' fill='%23CD1F13'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4505 3.33922C19.8153 3.58845 19.909 4.08624 19.6598 4.45106L12.8281 14.4511C12.6938 14.6476 12.4789 14.7742 12.2419 14.7963C12.0049 14.8185 11.7703 14.7339 11.6019 14.5656L7.43364 10.3989C7.12116 10.0866 7.12106 9.58002 7.43342 9.26754C7.74578 8.95506 8.25231 8.95496 8.56479 9.26732L12.051 12.7522L18.3387 3.5485C18.5879 3.18368 19.0857 3.08998 19.4505 3.33922Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-refresh, .btn.secondary:link .ico-refresh, .btn.secondary:visited .ico-refresh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19766 12.0001C4.19766 7.69649 7.70723 4.2001 12.046 4.2001C14.9928 4.2001 17.5597 5.81393 18.9017 8.2002H15.8C15.3582 8.2002 15 8.55837 15 9.0002C15 9.44202 15.3582 9.8002 15.8 9.8002H20.8C21.2418 9.8002 21.6 9.44202 21.6 9.0002V4.0002C21.6 3.55837 21.2418 3.2002 20.8 3.2002C20.3582 3.2002 20 3.55837 20 4.0002V6.92494C18.3195 4.32325 15.3846 2.6001 12.046 2.6001C6.83203 2.6001 2.59766 6.8044 2.59766 12.0001C2.59766 17.1958 6.83203 21.4001 12.046 21.4001C16.7796 21.4001 20.7039 17.9361 21.3887 13.4098C21.4547 12.9729 21.1542 12.5652 20.7173 12.4991C20.2805 12.433 19.8727 12.7336 19.8067 13.1704C19.2395 16.9195 15.9831 19.8001 12.046 19.8001C7.70723 19.8001 4.19766 16.3037 4.19766 12.0001Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-search, .btn.secondary:link .ico-search, .btn.secondary:visited .ico-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-advanced, .btn.secondary:link .ico-advanced, .btn.secondary:visited .ico-advanced {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489ZM7.10156 10.9001C7.10156 10.4583 7.45973 10.1001 7.90156 10.1001H10.1031V7.9001C10.1031 7.45827 10.4613 7.1001 10.9031 7.1001C11.345 7.1001 11.7031 7.45827 11.7031 7.9001V10.1001H13.9016C14.3434 10.1001 14.7016 10.4583 14.7016 10.9001C14.7016 11.3419 14.3434 11.7001 13.9016 11.7001H11.7031V13.9001C11.7031 14.3419 11.345 14.7001 10.9031 14.7001C10.4613 14.7001 10.1031 14.3419 10.1031 13.9001V11.7001H7.90156C7.45973 11.7001 7.10156 11.3419 7.10156 10.9001Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-print, .btn.secondary:link .ico-print, .btn.secondary:visited .ico-print {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2C6.35817 2 6 2.35817 6 2.8V7H3.80282C2.80892 7 2.00312 7.80556 2.00282 8.79946L2 18.2C1.99994 18.4122 2.08419 18.6157 2.23423 18.7658C2.38427 18.9159 2.58779 19.0002 2.8 19.0002H6.19922V21.2002C6.19922 21.642 6.55739 22.0002 6.99922 22.0002H17.1992C17.641 22.0002 17.9992 21.642 17.9992 21.2002V19.0002H21.2031C21.645 19.0002 22.0031 18.642 22.0031 18.2002V8.8C22.0031 7.80589 21.1972 7 20.2031 7H17.9992V2.8C17.9992 2.35817 17.641 2 17.1992 2H6.8ZM16.3992 7V3.6H7.6V7H16.3992ZM20.4031 17.4002H17.9992V14.0002C17.9992 13.788 17.9149 13.5845 17.7649 13.4345C17.6149 13.2845 17.4114 13.2002 17.1992 13.2002H6.99922C6.55739 13.2002 6.19922 13.5584 6.19922 14.0002V17.4002H3.60024L3.60282 8.79994C3.60286 8.68951 3.69239 8.6 3.80282 8.6H20.2031C20.3136 8.6 20.4031 8.68954 20.4031 8.8V17.4002ZM7.79922 14.8002V20.4002H16.3992V14.8002H7.79922Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-share, .btn.secondary:link .ico-share, .btn.secondary:visited .ico-share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3984 6.3C14.3984 4.47746 15.8759 3 17.6984 3C19.521 3 20.9984 4.47746 20.9984 6.3C20.9984 8.12254 19.521 9.6 17.6984 9.6C16.6494 9.6 15.7146 9.11047 15.1102 8.34738L9.52782 11.3105C9.57512 11.5329 9.6 11.7637 9.6 12.0002C9.6 12.3148 9.55597 12.6191 9.47374 12.9074L14.9792 15.8297C15.5743 14.966 16.5703 14.3999 17.6984 14.3999C19.521 14.3999 20.9984 15.8774 20.9984 17.6999C20.9984 19.5224 19.521 20.9999 17.6984 20.9999C15.8759 20.9999 14.3984 19.5224 14.3984 17.6999C14.3984 17.5793 14.4049 17.4602 14.4175 17.343L8.67279 14.2936C8.07276 14.9143 7.23145 15.3002 6.3 15.3002C4.47746 15.3002 3 13.8227 3 12.0002C3 10.1777 4.47746 8.7002 6.3 8.7002C7.3121 8.7002 8.21778 9.15582 8.82312 9.87314L14.4503 6.88619C14.4162 6.69595 14.3984 6.50005 14.3984 6.3ZM17.6984 4.6C16.7596 4.6 15.9984 5.36112 15.9984 6.3C15.9984 7.23888 16.7596 8 17.6984 8C18.6373 8 19.3984 7.23888 19.3984 6.3C19.3984 5.36112 18.6373 4.6 17.6984 4.6ZM4.6 12.0002C4.6 11.0613 5.36112 10.3002 6.3 10.3002C7.23888 10.3002 8 11.0613 8 12.0002C8 12.9391 7.23888 13.7002 6.3 13.7002C5.36112 13.7002 4.6 12.9391 4.6 12.0002ZM15.9984 17.6999C15.9984 16.761 16.7596 15.9999 17.6984 15.9999C18.6373 15.9999 19.3984 16.761 19.3984 17.6999C19.3984 18.6388 18.6373 19.3999 17.6984 19.3999C16.7596 19.3999 15.9984 18.6388 15.9984 17.6999Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-like, .btn.secondary:link .ico-like, .btn.secondary:visited .ico-like {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84279 3.00069C7.85776 3.00006 7.87276 2.99987 7.88775 3.00009C8.86548 3.01458 9.82407 3.27465 10.667 3.75671C11.1589 4.038 11.5645 4.46623 11.8833 4.87468C11.9227 4.92515 11.9614 4.97606 11.9992 5.02722C12.0371 4.97606 12.0757 4.92515 12.1151 4.87468C12.4339 4.46623 12.8396 4.03801 13.3314 3.75671C14.1744 3.27465 15.133 3.01458 16.1107 3.00009C16.1257 2.99987 16.1407 3.00006 16.1557 3.00069C17.7007 3.06467 19.1645 3.70893 20.2243 4.80459C21.2817 5.89773 21.8507 7.35228 21.7956 8.85363C21.7911 10.2724 21.1945 11.7053 20.3873 13.0116C19.57 14.3343 18.4895 15.6028 17.4185 16.7038C15.2802 18.9022 13.0965 20.5172 12.8801 20.6633L12.8799 20.6634L12.4466 20.9557C12.1762 21.138 11.8222 21.138 11.5519 20.9557L11.1186 20.6634L11.1165 20.662C10.902 20.5164 8.71872 18.902 6.57992 16.7033C5.50898 15.6024 4.42845 14.334 3.61116 13.0115C2.80391 11.7052 2.2073 10.2724 2.20288 8.85362C2.1478 7.35227 2.71673 5.89773 3.77414 4.80459C4.83397 3.70893 6.29773 3.06467 7.84279 3.00069ZM7.8645 4.6003C6.7485 4.65307 5.68545 5.12998 4.92415 5.917C4.15911 6.7079 3.7603 7.74703 3.80223 8.80609C3.80264 8.81664 3.80285 8.82719 3.80285 8.83774C3.80285 9.83437 4.23152 10.9717 4.97224 12.1703C5.70593 13.3576 6.70066 14.5328 7.72681 15.5876C8.75008 16.6396 9.7871 17.5541 10.5912 18.221C10.9927 18.554 11.3346 18.8239 11.5855 19.017C11.7109 19.1135 11.8132 19.1904 11.8883 19.2461C11.9259 19.2739 11.9562 19.2961 11.9789 19.3124L11.9993 19.327L12.0202 19.3121C12.0427 19.2959 12.0729 19.2738 12.1105 19.246C12.1855 19.1905 12.2877 19.1137 12.4131 19.0172C12.6639 18.8244 13.0057 18.5545 13.4072 18.2216C14.2113 17.5548 15.2483 16.6402 16.2716 15.5882C17.2978 14.5332 18.2925 13.3579 19.0262 12.1706C19.7669 10.9718 20.1956 9.83438 20.1956 8.83774C20.1956 8.82719 20.1958 8.81664 20.1962 8.80609C20.2381 7.74702 19.8393 6.7079 19.0743 5.917C18.313 5.12998 17.2499 4.65307 16.112 4.6003C15.4092 4.61445 14.7244 4.80326 14.1257 5.14563C13.8936 5.27837 13.639 5.52262 13.3764 5.85914C13.1193 6.18845 12.8895 6.56011 12.691 6.90192C12.5479 7.14847 12.2843 7.3002 11.9992 7.3002C11.7141 7.3002 11.4506 7.14847 11.3074 6.90192C11.1089 6.56011 10.8791 6.18845 10.6221 5.85914C10.3594 5.52262 10.1048 5.27837 9.8727 5.14563C9.27403 4.80326 8.58926 4.61445 7.88645 4.6003Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-filter, .btn.secondary:link .ico-filter, .btn.secondary:visited .ico-filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.80078 8.52374C7.867 8.86303 8.63938 9.86127 8.63938 11.0399C8.63938 12.2185 7.867 13.2168 6.80078 13.5561L6.80078 21.2002C6.80078 21.642 6.44261 22.0002 6.00078 22.0002C5.55895 22.0002 5.20078 21.642 5.20078 21.2002L5.20078 13.557C4.13311 13.2185 3.35938 12.2196 3.35938 11.0399C3.35938 9.86023 4.13311 8.86128 5.20078 8.52284L5.20078 2.8C5.20078 2.35817 5.55895 2 6.00078 2C6.44261 2 6.80078 2.35817 6.80078 2.8V8.52374ZM5.99938 12.0799C5.425 12.0799 4.95938 11.6143 4.95938 11.0399C4.95938 10.4655 5.425 9.9999 5.99938 9.9999C6.57375 9.9999 7.03938 10.4655 7.03938 11.0399C7.03938 11.6143 6.57375 12.0799 5.99938 12.0799Z' fill='%23CD1F13'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2008 21.2002L11.2008 17.1571C10.1331 16.8186 9.35938 15.8197 9.35938 14.64C9.35938 13.4603 10.1331 12.4614 11.2008 12.1229V2.8C11.2008 2.35817 11.559 2 12.0008 2C12.4426 2 12.8008 2.35817 12.8008 2.8L12.8008 12.1238C13.867 12.4631 14.6394 13.4614 14.6394 14.64C14.6394 15.8186 13.867 16.8169 12.8008 17.1562V21.2002C12.8008 21.642 12.4426 22.0002 12.0008 22.0002C11.559 22.0002 11.2008 21.642 11.2008 21.2002ZM10.9594 14.64C10.9594 15.2144 11.425 15.68 11.9994 15.68C12.5738 15.68 13.0394 15.2144 13.0394 14.64C13.0394 14.0656 12.5738 13.6 11.9994 13.6C11.425 13.6 10.9594 14.0656 10.9594 14.64Z' fill='%23CD1F13'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2008 6.12294V2.8C17.2008 2.35817 17.559 2 18.0008 2C18.4426 2 18.8008 2.35817 18.8008 2.8V6.12383C19.867 6.46313 20.6394 7.46137 20.6394 8.64C20.6394 9.81863 19.867 10.8169 18.8008 11.1562L18.8008 21.2002C18.8008 21.642 18.4426 22.0002 18.0008 22.0002C17.559 22.0002 17.2008 21.642 17.2008 21.2002V11.1571C16.1331 10.8186 15.3594 9.81967 15.3594 8.64C15.3594 7.46033 16.1331 6.46138 17.2008 6.12294ZM17.9994 9.68C17.425 9.68 16.9594 9.21438 16.9594 8.64C16.9594 8.06562 17.425 7.6 17.9994 7.6C18.5738 7.6 19.0394 8.06562 19.0394 8.64C19.0394 9.21438 18.5738 9.68 17.9994 9.68Z' fill='%23CD1F13'/%3E%3C/svg%3E%0A");
}
.btn.secondary .ico-location, .btn.secondary:link .ico-location, .btn.secondary:visited .ico-location {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.782 10.1089C15.782 12.1977 14.0887 13.891 11.9999 13.891C9.91104 13.891 8.21771 12.1977 8.21771 10.1089C8.21771 8.02005 9.91104 6.32672 11.9999 6.32672C14.0887 6.32672 15.782 8.02005 15.782 10.1089Z' stroke='%23CD1F13' stroke-width='1.5'/%3E%3Cpath d='M19.5642 10.1089C19.5642 14.2865 13.8909 21.4554 11.9999 21.4554C10.1088 21.4554 4.43555 14.2865 4.43555 10.1089C4.43555 5.93122 7.82221 2.54456 11.9999 2.54456C16.1775 2.54456 19.5642 5.93122 19.5642 10.1089Z' stroke='%23CD1F13' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.btn.secondary:hover, .btn.secondary:link:hover, .btn.secondary:visited:hover {
  background-color: #E4EBF8;
}
.btn.secondary:active, .btn.secondary:focus, .btn.secondary:link:active, .btn.secondary:link:focus, .btn.secondary:visited:active, .btn.secondary:visited:focus {
  background-color: #A7BCE1;
}
.btn.tertiary, .btn.tertiary:link, .btn.tertiary:visited {
  color: #1E2124;
  background-color: #fff;
  border-color: #58616A;
}
.btn.tertiary .ico-listul, .btn.tertiary:link .ico-listul, .btn.tertiary:visited .ico-listul {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.19922 6.0002C2.19922 5.55837 2.55739 5.2002 2.99922 5.2002H20.9992C21.441 5.2002 21.7992 5.55837 21.7992 6.0002C21.7992 6.44202 21.441 6.8002 20.9992 6.8002H2.99922C2.55739 6.8002 2.19922 6.44202 2.19922 6.0002ZM2.19922 12.0002C2.19922 11.5584 2.55739 11.2002 2.99922 11.2002H20.9992C21.441 11.2002 21.7992 11.5584 21.7992 12.0002C21.7992 12.442 21.441 12.8002 20.9992 12.8002H2.99922C2.55739 12.8002 2.19922 12.442 2.19922 12.0002ZM2.99922 17.2002C2.55739 17.2002 2.19922 17.5584 2.19922 18.0002C2.19922 18.442 2.55739 18.8002 2.99922 18.8002H20.9992C21.441 18.8002 21.7992 18.442 21.7992 18.0002C21.7992 17.5584 21.441 17.2002 20.9992 17.2002H2.99922Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-write, .btn.tertiary:link .ico-write, .btn.tertiary:visited .ico-write {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4343 2.43427C16.7467 2.12185 17.2533 2.12185 17.5657 2.43427L21.5657 6.43427C21.7157 6.58429 21.8 6.78778 21.8 6.99995C21.8 7.21212 21.7157 7.41561 21.5657 7.56564L12.5657 16.5656C12.4157 16.7157 12.2122 16.8 12 16.8H8C7.55817 16.8 7.2 16.4418 7.2 16V12C7.2 11.7878 7.28429 11.5843 7.43431 11.4343L16.4343 2.43427ZM17 4.13132L15.1314 5.99995L18 8.86858L19.8686 6.99995L17 4.13132ZM16.8686 9.99995L14 7.13132L8.8 12.3313V15.2H11.6686L16.8686 9.99995ZM4.8 4.59995C4.68954 4.59995 4.6 4.68949 4.6 4.79995V19.2C4.6 19.3104 4.68954 19.4 4.8 19.4H19.2C19.3105 19.4 19.4 19.3104 19.4 19.2V12.2C19.4 11.7581 19.7582 11.4 20.2 11.4C20.6418 11.4 21 11.7581 21 12.2V19.2C21 20.1941 20.1941 21 19.2 21H4.8C3.80589 21 3 20.1941 3 19.2V4.79995C3 3.80584 3.80589 2.99995 4.8 2.99995H11.7992C12.241 2.99995 12.5992 3.35812 12.5992 3.79995C12.5992 4.24178 12.241 4.59995 11.7992 4.59995H4.8Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-detail, .btn.tertiary:link .ico-detail, .btn.tertiary:visited .ico-detail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63629 12.0843C4.03609 10.8283 5.08502 9.63166 6.59666 8.73858C8.10015 7.85031 10.0027 7.3002 11.9985 7.3002C16.0279 7.3002 19.3773 9.51934 20.3566 12.1209C20.359 12.1272 20.3594 12.1313 20.3594 12.1328L20.3594 12.133C19.8163 13.8467 17.4328 16.7002 11.9985 16.7002C6.62812 16.7002 4.20473 13.6043 3.63555 12.0869L3.63629 12.0843ZM11.9985 5.7002C9.71865 5.7002 7.53474 6.32599 5.7828 7.36103C4.03901 8.39127 2.66351 9.86534 2.11167 11.599C2.0057 11.9319 2.00656 12.2981 2.13461 12.6412C2.92028 14.7463 5.91647 18.3002 11.9985 18.3002C18.0562 18.3002 21.1104 15.0626 21.8852 12.6146C21.9975 12.26 21.9786 11.8883 21.854 11.5573C20.5835 8.18203 16.518 5.7002 11.9985 5.7002ZM9.79922 12.0002C9.79922 10.7852 10.7842 9.8002 11.9992 9.8002C13.2142 9.8002 14.1992 10.7852 14.1992 12.0002C14.1992 13.2152 13.2142 14.2002 11.9992 14.2002C10.7842 14.2002 9.79922 13.2152 9.79922 12.0002ZM11.9992 8.2002C9.90054 8.2002 8.19922 9.90151 8.19922 12.0002C8.19922 14.0989 9.90054 15.8002 11.9992 15.8002C14.0979 15.8002 15.7992 14.0989 15.7992 12.0002C15.7992 9.90151 14.0979 8.2002 11.9992 8.2002Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-delete, .btn.tertiary:link .ico-delete, .btn.tertiary:visited .ico-delete {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6304 4.23482C18.9428 3.92239 19.4493 3.92238 19.7618 4.23479C20.0742 4.5472 20.0742 5.05373 19.7618 5.36616L13.1294 11.999L19.7657 18.6357C20.0781 18.9481 20.0781 19.4546 19.7657 19.767C19.4532 20.0795 18.9467 20.0794 18.6343 19.767L11.998 13.1304L5.3618 19.767C5.04939 20.0794 4.54285 20.0795 4.23042 19.767C3.918 19.4546 3.91798 18.9481 4.23039 18.6357L10.8667 11.999L4.2343 5.36616C3.92189 5.05373 3.9219 4.5472 4.23433 4.23479C4.54676 3.92238 5.05329 3.92239 5.3657 4.23482L11.998 10.8676L18.6304 4.23482Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-download, .btn.tertiary:link .ico-download, .btn.tertiary:visited .ico-download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5754 16.0542C12.4246 16.2111 12.2163 16.2998 11.9987 16.2998C11.7811 16.2998 11.5729 16.2111 11.4221 16.0542L6.42206 10.8542C6.11583 10.5358 6.12576 10.0293 6.44424 9.72309C6.76273 9.41685 7.26916 9.42678 7.5754 9.74527L11.1987 13.5135V3.79976C11.1987 3.35793 11.5569 2.99976 11.9987 2.99976C12.4406 2.99976 12.7987 3.35793 12.7987 3.79976V13.5135L16.4221 9.74527C16.7283 9.42678 17.2347 9.41685 17.5532 9.72309C17.8717 10.0293 17.8816 10.5358 17.5754 10.8542L12.5754 16.0542ZM3.60029 16.0003C3.6004 15.5585 3.24232 15.2003 2.80049 15.2001C2.35866 15.2 2.0004 15.5581 2.00029 16L1.99951 19.2C1.99946 19.4122 2.08372 19.6157 2.23376 19.7658C2.38379 19.9158 2.5873 20.0001 2.79951 20.0001H21.1987C21.6406 20.0001 21.9987 19.642 21.9987 19.2001V16.0001C21.9987 15.5583 21.6406 15.2001 21.1987 15.2001C20.7569 15.2001 20.3987 15.5583 20.3987 16.0001V18.4001H3.59971L3.60029 16.0003Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-copy, .btn.tertiary:link .ico-copy, .btn.tertiary:visited .ico-copy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.19995 8.00001C6.19995 7.0059 7.00584 6.20001 7.99995 6.20001H19.2C20.1941 6.20001 21 7.0059 21 8.00001V19.2C21 20.1941 20.1941 21 19.2 21H7.99995C7.00584 21 6.19995 20.1941 6.19995 19.2V8.00001ZM7.99995 7.80001C7.88949 7.80001 7.79995 7.88955 7.79995 8.00001V19.2C7.79995 19.3105 7.88949 19.4 7.99995 19.4H19.2C19.3104 19.4 19.4 19.3105 19.4 19.2V8.00001C19.4 7.88955 19.3104 7.80001 19.2 7.80001H7.99995Z' fill='%231E2124'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00073 4.79982C3.00073 3.8057 3.80662 2.99982 4.80073 2.99982H18.2C18.6418 2.99982 19 3.35799 19 3.79982C19 4.24164 18.6418 4.59982 18.2 4.59982H4.80073C4.69027 4.59982 4.60073 4.68936 4.60073 4.79982V18.2C4.60073 18.6418 4.24256 19 3.80073 19C3.3589 19 3.00073 18.6418 3.00073 18.2V4.79982Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-link, .btn.tertiary:link .ico-link, .btn.tertiary:visited .ico-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8509 4.92396C14.0162 2.75874 17.5267 2.75874 19.6919 4.92397C21.8571 7.0892 21.8571 10.5997 19.6919 12.7649L11.9911 20.4657C11.6786 20.7782 11.1721 20.7782 10.8597 20.4657C10.5473 20.1533 10.5473 19.6468 10.8597 19.3344L18.5605 11.6336C20.1009 10.0932 20.1009 7.59573 18.5605 6.05534C17.0201 4.51496 14.5227 4.51494 12.9823 6.05534L4.92108 14.1165C4.92107 14.1165 4.92108 14.1165 4.92108 14.1165C3.9575 15.0801 3.95749 16.6424 4.92108 17.606C5.88466 18.5696 7.44692 18.5696 8.41051 17.606L15.643 10.3735C15.9898 10.0267 15.9898 9.46445 15.643 9.11766C15.2962 8.77089 14.7339 8.77089 14.3871 9.11766L7.51506 15.9898C7.20264 16.3022 6.69611 16.3022 6.38369 15.9898C6.07127 15.6774 6.07127 15.1708 6.38369 14.8584L13.2558 7.98632C13.2557 7.98632 13.2558 7.98631 13.2558 7.98632C14.2274 7.01468 15.8028 7.01468 16.7744 7.98632C17.746 8.95794 17.746 10.5332 16.7744 11.5049L9.54188 18.7374C7.95346 20.3258 5.37812 20.3258 3.78969 18.7374C2.20129 17.1489 2.20129 14.5736 3.78969 12.9852L11.8509 4.92396Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-blank, .btn.tertiary:link .ico-blank, .btn.tertiary:visited .ico-blank {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6 4.80002C4.59999 4.68955 4.68954 4.6 4.8 4.6H11.5991C12.041 4.6 12.3991 4.24183 12.3991 3.8C12.3991 3.35817 12.041 3 11.5991 3H4.8C3.80582 3 2.99991 3.80599 3 4.80017L3.00137 19.2004C3.00147 20.1944 3.80732 21.0002 4.80137 21.0002H19.1991C20.1932 21.0002 20.9991 20.1943 20.9991 19.2002V12.4002C20.9991 11.9584 20.641 11.6002 20.1991 11.6002C19.7573 11.6002 19.3991 11.9584 19.3991 12.4002V19.2002C19.3991 19.3107 19.3096 19.4002 19.1991 19.4002H4.80137C4.69092 19.4002 4.60138 19.3107 4.60137 19.2002L4.6 4.80002ZM13.9992 3.8C13.9992 4.24183 14.3574 4.6 14.7992 4.6H18.2678L10.4335 12.4343C10.1211 12.7467 10.1211 13.2533 10.4335 13.5657C10.746 13.8781 11.2525 13.8781 11.5649 13.5657L19.3992 5.73137V9.2002C19.3992 9.64202 19.7574 10.0002 20.1992 10.0002C20.641 10.0002 20.9992 9.64202 20.9992 9.2002V3.8C20.9992 3.35817 20.641 3 20.1992 3H14.7992C14.3574 3 13.9992 3.35817 13.9992 3.8Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-next, .btn.tertiary:link .ico-next, .btn.tertiary:visited .ico-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40531 19.7351C8.70087 20.0635 9.2067 20.0902 9.53512 19.7946L17.5351 12.5949C17.7037 12.4432 17.8 12.2271 17.8 12.0003C17.8 11.7735 17.7037 11.5574 17.5351 11.4056L9.53515 4.20515C9.20675 3.90957 8.70092 3.93617 8.40534 4.26457C8.10976 4.59297 8.13637 5.0988 8.46477 5.39438L15.8041 12.0002L8.4648 18.6053C8.13638 18.9009 8.10975 19.4067 8.40531 19.7351Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-prev, .btn.tertiary:link .ico-prev, .btn.tertiary:visited .ico-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5947 19.7351C15.2991 20.0635 14.7933 20.0902 14.4649 19.7946L6.46486 12.5944C6.29629 12.4427 6.20004 12.2265 6.20004 11.9998C6.20004 11.773 6.2963 11.5568 6.46487 11.4051L14.4649 4.20513C14.7933 3.90956 15.2991 3.93618 15.5947 4.26459C15.8902 4.593 15.8636 5.09883 15.5352 5.3944L8.19591 11.9998L15.5352 18.6053C15.8636 18.9009 15.8902 19.4067 15.5947 19.7351Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-down, .btn.tertiary:link .ico-down, .btn.tertiary:visited .ico-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-check, .btn.tertiary:link .ico-check, .btn.tertiary:visited .ico-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7619 4.4874C14.6302 3.9196 13.3524 3.6 12 3.6C7.36081 3.6 3.6 7.36081 3.6 12C3.6 16.6392 7.36081 20.4 12 20.4C16.6392 20.4 20.4 16.6392 20.4 12C20.4 10.4817 19.9972 9.0575 19.2926 7.82841L20.2773 6.38701C21.3646 7.9873 22 9.91945 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.6874 2 15.2772 2.41794 16.6715 3.15595L15.7619 4.4874ZM17.118 5.3387C17.5468 5.66866 17.9429 6.03909 18.3005 6.44428L19.2269 5.08823C18.8549 4.69944 18.4519 4.34061 18.0218 4.01572L17.118 5.3387Z' fill='%231E2124'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4505 3.33922C19.8153 3.58845 19.909 4.08624 19.6598 4.45106L12.8281 14.4511C12.6938 14.6476 12.4789 14.7742 12.2419 14.7963C12.0049 14.8185 11.7703 14.7339 11.6019 14.5656L7.43364 10.3989C7.12116 10.0866 7.12106 9.58002 7.43342 9.26754C7.74578 8.95506 8.25231 8.95496 8.56479 9.26732L12.051 12.7522L18.3387 3.5485C18.5879 3.18368 19.0857 3.08998 19.4505 3.33922Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-refresh, .btn.tertiary:link .ico-refresh, .btn.tertiary:visited .ico-refresh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19766 12.0001C4.19766 7.69649 7.70723 4.2001 12.046 4.2001C14.9928 4.2001 17.5597 5.81393 18.9017 8.2002H15.8C15.3582 8.2002 15 8.55837 15 9.0002C15 9.44202 15.3582 9.8002 15.8 9.8002H20.8C21.2418 9.8002 21.6 9.44202 21.6 9.0002V4.0002C21.6 3.55837 21.2418 3.2002 20.8 3.2002C20.3582 3.2002 20 3.55837 20 4.0002V6.92494C18.3195 4.32325 15.3846 2.6001 12.046 2.6001C6.83203 2.6001 2.59766 6.8044 2.59766 12.0001C2.59766 17.1958 6.83203 21.4001 12.046 21.4001C16.7796 21.4001 20.7039 17.9361 21.3887 13.4098C21.4547 12.9729 21.1542 12.5652 20.7173 12.4991C20.2805 12.433 19.8727 12.7336 19.8067 13.1704C19.2395 16.9195 15.9831 19.8001 12.046 19.8001C7.70723 19.8001 4.19766 16.3037 4.19766 12.0001Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-search, .btn.tertiary:link .ico-search, .btn.tertiary:visited .ico-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-advanced, .btn.tertiary:link .ico-advanced, .btn.tertiary:visited .ico-advanced {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489ZM7.10156 10.9001C7.10156 10.4583 7.45973 10.1001 7.90156 10.1001H10.1031V7.9001C10.1031 7.45827 10.4613 7.1001 10.9031 7.1001C11.345 7.1001 11.7031 7.45827 11.7031 7.9001V10.1001H13.9016C14.3434 10.1001 14.7016 10.4583 14.7016 10.9001C14.7016 11.3419 14.3434 11.7001 13.9016 11.7001H11.7031V13.9001C11.7031 14.3419 11.345 14.7001 10.9031 14.7001C10.4613 14.7001 10.1031 14.3419 10.1031 13.9001V11.7001H7.90156C7.45973 11.7001 7.10156 11.3419 7.10156 10.9001Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-print, .btn.tertiary:link .ico-print, .btn.tertiary:visited .ico-print {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2C6.35817 2 6 2.35817 6 2.8V7H3.80282C2.80892 7 2.00312 7.80556 2.00282 8.79946L2 18.2C1.99994 18.4122 2.08419 18.6157 2.23423 18.7658C2.38427 18.9159 2.58779 19.0002 2.8 19.0002H6.19922V21.2002C6.19922 21.642 6.55739 22.0002 6.99922 22.0002H17.1992C17.641 22.0002 17.9992 21.642 17.9992 21.2002V19.0002H21.2031C21.645 19.0002 22.0031 18.642 22.0031 18.2002V8.8C22.0031 7.80589 21.1972 7 20.2031 7H17.9992V2.8C17.9992 2.35817 17.641 2 17.1992 2H6.8ZM16.3992 7V3.6H7.6V7H16.3992ZM20.4031 17.4002H17.9992V14.0002C17.9992 13.788 17.9149 13.5845 17.7649 13.4345C17.6149 13.2845 17.4114 13.2002 17.1992 13.2002H6.99922C6.55739 13.2002 6.19922 13.5584 6.19922 14.0002V17.4002H3.60024L3.60282 8.79994C3.60286 8.68951 3.69239 8.6 3.80282 8.6H20.2031C20.3136 8.6 20.4031 8.68954 20.4031 8.8V17.4002ZM7.79922 14.8002V20.4002H16.3992V14.8002H7.79922Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-share, .btn.tertiary:link .ico-share, .btn.tertiary:visited .ico-share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3984 6.3C14.3984 4.47746 15.8759 3 17.6984 3C19.521 3 20.9984 4.47746 20.9984 6.3C20.9984 8.12254 19.521 9.6 17.6984 9.6C16.6494 9.6 15.7146 9.11047 15.1102 8.34738L9.52782 11.3105C9.57512 11.5329 9.6 11.7637 9.6 12.0002C9.6 12.3148 9.55597 12.6191 9.47374 12.9074L14.9792 15.8297C15.5743 14.966 16.5703 14.3999 17.6984 14.3999C19.521 14.3999 20.9984 15.8774 20.9984 17.6999C20.9984 19.5224 19.521 20.9999 17.6984 20.9999C15.8759 20.9999 14.3984 19.5224 14.3984 17.6999C14.3984 17.5793 14.4049 17.4602 14.4175 17.343L8.67279 14.2936C8.07276 14.9143 7.23145 15.3002 6.3 15.3002C4.47746 15.3002 3 13.8227 3 12.0002C3 10.1777 4.47746 8.7002 6.3 8.7002C7.3121 8.7002 8.21778 9.15582 8.82312 9.87314L14.4503 6.88619C14.4162 6.69595 14.3984 6.50005 14.3984 6.3ZM17.6984 4.6C16.7596 4.6 15.9984 5.36112 15.9984 6.3C15.9984 7.23888 16.7596 8 17.6984 8C18.6373 8 19.3984 7.23888 19.3984 6.3C19.3984 5.36112 18.6373 4.6 17.6984 4.6ZM4.6 12.0002C4.6 11.0613 5.36112 10.3002 6.3 10.3002C7.23888 10.3002 8 11.0613 8 12.0002C8 12.9391 7.23888 13.7002 6.3 13.7002C5.36112 13.7002 4.6 12.9391 4.6 12.0002ZM15.9984 17.6999C15.9984 16.761 16.7596 15.9999 17.6984 15.9999C18.6373 15.9999 19.3984 16.761 19.3984 17.6999C19.3984 18.6388 18.6373 19.3999 17.6984 19.3999C16.7596 19.3999 15.9984 18.6388 15.9984 17.6999Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-like, .btn.tertiary:link .ico-like, .btn.tertiary:visited .ico-like {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84279 3.00069C7.85776 3.00006 7.87276 2.99987 7.88775 3.00009C8.86548 3.01458 9.82407 3.27465 10.667 3.75671C11.1589 4.038 11.5645 4.46623 11.8833 4.87468C11.9227 4.92515 11.9614 4.97606 11.9992 5.02722C12.0371 4.97606 12.0757 4.92515 12.1151 4.87468C12.4339 4.46623 12.8396 4.03801 13.3314 3.75671C14.1744 3.27465 15.133 3.01458 16.1107 3.00009C16.1257 2.99987 16.1407 3.00006 16.1557 3.00069C17.7007 3.06467 19.1645 3.70893 20.2243 4.80459C21.2817 5.89773 21.8507 7.35228 21.7956 8.85363C21.7911 10.2724 21.1945 11.7053 20.3873 13.0116C19.57 14.3343 18.4895 15.6028 17.4185 16.7038C15.2802 18.9022 13.0965 20.5172 12.8801 20.6633L12.8799 20.6634L12.4466 20.9557C12.1762 21.138 11.8222 21.138 11.5519 20.9557L11.1186 20.6634L11.1165 20.662C10.902 20.5164 8.71872 18.902 6.57992 16.7033C5.50898 15.6024 4.42845 14.334 3.61116 13.0115C2.80391 11.7052 2.2073 10.2724 2.20288 8.85362C2.1478 7.35227 2.71673 5.89773 3.77414 4.80459C4.83397 3.70893 6.29773 3.06467 7.84279 3.00069ZM7.8645 4.6003C6.7485 4.65307 5.68545 5.12998 4.92415 5.917C4.15911 6.7079 3.7603 7.74703 3.80223 8.80609C3.80264 8.81664 3.80285 8.82719 3.80285 8.83774C3.80285 9.83437 4.23152 10.9717 4.97224 12.1703C5.70593 13.3576 6.70066 14.5328 7.72681 15.5876C8.75008 16.6396 9.7871 17.5541 10.5912 18.221C10.9927 18.554 11.3346 18.8239 11.5855 19.017C11.7109 19.1135 11.8132 19.1904 11.8883 19.2461C11.9259 19.2739 11.9562 19.2961 11.9789 19.3124L11.9993 19.327L12.0202 19.3121C12.0427 19.2959 12.0729 19.2738 12.1105 19.246C12.1855 19.1905 12.2877 19.1137 12.4131 19.0172C12.6639 18.8244 13.0057 18.5545 13.4072 18.2216C14.2113 17.5548 15.2483 16.6402 16.2716 15.5882C17.2978 14.5332 18.2925 13.3579 19.0262 12.1706C19.7669 10.9718 20.1956 9.83438 20.1956 8.83774C20.1956 8.82719 20.1958 8.81664 20.1962 8.80609C20.2381 7.74702 19.8393 6.7079 19.0743 5.917C18.313 5.12998 17.2499 4.65307 16.112 4.6003C15.4092 4.61445 14.7244 4.80326 14.1257 5.14563C13.8936 5.27837 13.639 5.52262 13.3764 5.85914C13.1193 6.18845 12.8895 6.56011 12.691 6.90192C12.5479 7.14847 12.2843 7.3002 11.9992 7.3002C11.7141 7.3002 11.4506 7.14847 11.3074 6.90192C11.1089 6.56011 10.8791 6.18845 10.6221 5.85914C10.3594 5.52262 10.1048 5.27837 9.8727 5.14563C9.27403 4.80326 8.58926 4.61445 7.88645 4.6003Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-filter, .btn.tertiary:link .ico-filter, .btn.tertiary:visited .ico-filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.80078 8.52374C7.867 8.86303 8.63938 9.86127 8.63938 11.0399C8.63938 12.2185 7.867 13.2168 6.80078 13.5561L6.80078 21.2002C6.80078 21.642 6.44261 22.0002 6.00078 22.0002C5.55895 22.0002 5.20078 21.642 5.20078 21.2002L5.20078 13.557C4.13311 13.2185 3.35938 12.2196 3.35938 11.0399C3.35938 9.86023 4.13311 8.86128 5.20078 8.52284L5.20078 2.8C5.20078 2.35817 5.55895 2 6.00078 2C6.44261 2 6.80078 2.35817 6.80078 2.8V8.52374ZM5.99938 12.0799C5.425 12.0799 4.95938 11.6143 4.95938 11.0399C4.95938 10.4655 5.425 9.9999 5.99938 9.9999C6.57375 9.9999 7.03938 10.4655 7.03938 11.0399C7.03938 11.6143 6.57375 12.0799 5.99938 12.0799Z' fill='%231E2124'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2008 21.2002L11.2008 17.1571C10.1331 16.8186 9.35938 15.8197 9.35938 14.64C9.35938 13.4603 10.1331 12.4614 11.2008 12.1229V2.8C11.2008 2.35817 11.559 2 12.0008 2C12.4426 2 12.8008 2.35817 12.8008 2.8L12.8008 12.1238C13.867 12.4631 14.6394 13.4614 14.6394 14.64C14.6394 15.8186 13.867 16.8169 12.8008 17.1562V21.2002C12.8008 21.642 12.4426 22.0002 12.0008 22.0002C11.559 22.0002 11.2008 21.642 11.2008 21.2002ZM10.9594 14.64C10.9594 15.2144 11.425 15.68 11.9994 15.68C12.5738 15.68 13.0394 15.2144 13.0394 14.64C13.0394 14.0656 12.5738 13.6 11.9994 13.6C11.425 13.6 10.9594 14.0656 10.9594 14.64Z' fill='%231E2124'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2008 6.12294V2.8C17.2008 2.35817 17.559 2 18.0008 2C18.4426 2 18.8008 2.35817 18.8008 2.8V6.12383C19.867 6.46313 20.6394 7.46137 20.6394 8.64C20.6394 9.81863 19.867 10.8169 18.8008 11.1562L18.8008 21.2002C18.8008 21.642 18.4426 22.0002 18.0008 22.0002C17.559 22.0002 17.2008 21.642 17.2008 21.2002V11.1571C16.1331 10.8186 15.3594 9.81967 15.3594 8.64C15.3594 7.46033 16.1331 6.46138 17.2008 6.12294ZM17.9994 9.68C17.425 9.68 16.9594 9.21438 16.9594 8.64C16.9594 8.06562 17.425 7.6 17.9994 7.6C18.5738 7.6 19.0394 8.06562 19.0394 8.64C19.0394 9.21438 18.5738 9.68 17.9994 9.68Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.tertiary .ico-location, .btn.tertiary:link .ico-location, .btn.tertiary:visited .ico-location {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.782 10.1089C15.782 12.1977 14.0887 13.891 11.9999 13.891C9.91104 13.891 8.21771 12.1977 8.21771 10.1089C8.21771 8.02005 9.91104 6.32672 11.9999 6.32672C14.0887 6.32672 15.782 8.02005 15.782 10.1089Z' stroke='%231E2124' stroke-width='1.5'/%3E%3Cpath d='M19.5642 10.1089C19.5642 14.2865 13.8909 21.4554 11.9999 21.4554C10.1088 21.4554 4.43555 14.2865 4.43555 10.1089C4.43555 5.93122 7.82221 2.54456 11.9999 2.54456C16.1775 2.54456 19.5642 5.93122 19.5642 10.1089Z' stroke='%231E2124' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.btn.tertiary:hover, .btn.tertiary:link:hover, .btn.tertiary:visited:hover {
  background-color: #F4F5F6;
}
.btn.tertiary:active, .btn.tertiary:focus, .btn.tertiary:link:active, .btn.tertiary:link:focus, .btn.tertiary:visited:active, .btn.tertiary:visited:focus {
  background-color: #E6E8EA;
}
.btn.base-sub-color2, .btn.base-sub-color2:link, .btn.base-sub-color2:visited {
  color: #fff;
  background-color: #FFEEF0;
  border-color: #FFEEF0;
}
.btn.base-sub-color2 .ico-listul, .btn.base-sub-color2:link .ico-listul, .btn.base-sub-color2:visited .ico-listul {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.19922 6.0002C2.19922 5.55837 2.55739 5.2002 2.99922 5.2002H20.9992C21.441 5.2002 21.7992 5.55837 21.7992 6.0002C21.7992 6.44202 21.441 6.8002 20.9992 6.8002H2.99922C2.55739 6.8002 2.19922 6.44202 2.19922 6.0002ZM2.19922 12.0002C2.19922 11.5584 2.55739 11.2002 2.99922 11.2002H20.9992C21.441 11.2002 21.7992 11.5584 21.7992 12.0002C21.7992 12.442 21.441 12.8002 20.9992 12.8002H2.99922C2.55739 12.8002 2.19922 12.442 2.19922 12.0002ZM2.99922 17.2002C2.55739 17.2002 2.19922 17.5584 2.19922 18.0002C2.19922 18.442 2.55739 18.8002 2.99922 18.8002H20.9992C21.441 18.8002 21.7992 18.442 21.7992 18.0002C21.7992 17.5584 21.441 17.2002 20.9992 17.2002H2.99922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-write, .btn.base-sub-color2:link .ico-write, .btn.base-sub-color2:visited .ico-write {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4343 2.43427C16.7467 2.12185 17.2533 2.12185 17.5657 2.43427L21.5657 6.43427C21.7157 6.58429 21.8 6.78778 21.8 6.99995C21.8 7.21212 21.7157 7.41561 21.5657 7.56564L12.5657 16.5656C12.4157 16.7157 12.2122 16.8 12 16.8H8C7.55817 16.8 7.2 16.4418 7.2 16V12C7.2 11.7878 7.28429 11.5843 7.43431 11.4343L16.4343 2.43427ZM17 4.13132L15.1314 5.99995L18 8.86858L19.8686 6.99995L17 4.13132ZM16.8686 9.99995L14 7.13132L8.8 12.3313V15.2H11.6686L16.8686 9.99995ZM4.8 4.59995C4.68954 4.59995 4.6 4.68949 4.6 4.79995V19.2C4.6 19.3104 4.68954 19.4 4.8 19.4H19.2C19.3105 19.4 19.4 19.3104 19.4 19.2V12.2C19.4 11.7581 19.7582 11.4 20.2 11.4C20.6418 11.4 21 11.7581 21 12.2V19.2C21 20.1941 20.1941 21 19.2 21H4.8C3.80589 21 3 20.1941 3 19.2V4.79995C3 3.80584 3.80589 2.99995 4.8 2.99995H11.7992C12.241 2.99995 12.5992 3.35812 12.5992 3.79995C12.5992 4.24178 12.241 4.59995 11.7992 4.59995H4.8Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-detail, .btn.base-sub-color2:link .ico-detail, .btn.base-sub-color2:visited .ico-detail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63629 12.0843C4.03609 10.8283 5.08502 9.63166 6.59666 8.73858C8.10015 7.85031 10.0027 7.3002 11.9985 7.3002C16.0279 7.3002 19.3773 9.51934 20.3566 12.1209C20.359 12.1272 20.3594 12.1313 20.3594 12.1328L20.3594 12.133C19.8163 13.8467 17.4328 16.7002 11.9985 16.7002C6.62812 16.7002 4.20473 13.6043 3.63555 12.0869L3.63629 12.0843ZM11.9985 5.7002C9.71865 5.7002 7.53474 6.32599 5.7828 7.36103C4.03901 8.39127 2.66351 9.86534 2.11167 11.599C2.0057 11.9319 2.00656 12.2981 2.13461 12.6412C2.92028 14.7463 5.91647 18.3002 11.9985 18.3002C18.0562 18.3002 21.1104 15.0626 21.8852 12.6146C21.9975 12.26 21.9786 11.8883 21.854 11.5573C20.5835 8.18203 16.518 5.7002 11.9985 5.7002ZM9.79922 12.0002C9.79922 10.7852 10.7842 9.8002 11.9992 9.8002C13.2142 9.8002 14.1992 10.7852 14.1992 12.0002C14.1992 13.2152 13.2142 14.2002 11.9992 14.2002C10.7842 14.2002 9.79922 13.2152 9.79922 12.0002ZM11.9992 8.2002C9.90054 8.2002 8.19922 9.90151 8.19922 12.0002C8.19922 14.0989 9.90054 15.8002 11.9992 15.8002C14.0979 15.8002 15.7992 14.0989 15.7992 12.0002C15.7992 9.90151 14.0979 8.2002 11.9992 8.2002Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-delete, .btn.base-sub-color2:link .ico-delete, .btn.base-sub-color2:visited .ico-delete {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6304 4.23482C18.9428 3.92239 19.4493 3.92238 19.7618 4.23479C20.0742 4.5472 20.0742 5.05373 19.7618 5.36616L13.1294 11.999L19.7657 18.6357C20.0781 18.9481 20.0781 19.4546 19.7657 19.767C19.4532 20.0795 18.9467 20.0794 18.6343 19.767L11.998 13.1304L5.3618 19.767C5.04939 20.0794 4.54285 20.0795 4.23042 19.767C3.918 19.4546 3.91798 18.9481 4.23039 18.6357L10.8667 11.999L4.2343 5.36616C3.92189 5.05373 3.9219 4.5472 4.23433 4.23479C4.54676 3.92238 5.05329 3.92239 5.3657 4.23482L11.998 10.8676L18.6304 4.23482Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-download, .btn.base-sub-color2:link .ico-download, .btn.base-sub-color2:visited .ico-download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5754 16.0542C12.4246 16.2111 12.2163 16.2998 11.9987 16.2998C11.7811 16.2998 11.5729 16.2111 11.4221 16.0542L6.42206 10.8542C6.11583 10.5358 6.12576 10.0293 6.44424 9.72309C6.76273 9.41685 7.26916 9.42678 7.5754 9.74527L11.1987 13.5135V3.79976C11.1987 3.35793 11.5569 2.99976 11.9987 2.99976C12.4406 2.99976 12.7987 3.35793 12.7987 3.79976V13.5135L16.4221 9.74527C16.7283 9.42678 17.2347 9.41685 17.5532 9.72309C17.8717 10.0293 17.8816 10.5358 17.5754 10.8542L12.5754 16.0542ZM3.60029 16.0003C3.6004 15.5585 3.24232 15.2003 2.80049 15.2001C2.35866 15.2 2.0004 15.5581 2.00029 16L1.99951 19.2C1.99946 19.4122 2.08372 19.6157 2.23376 19.7658C2.38379 19.9158 2.5873 20.0001 2.79951 20.0001H21.1987C21.6406 20.0001 21.9987 19.642 21.9987 19.2001V16.0001C21.9987 15.5583 21.6406 15.2001 21.1987 15.2001C20.7569 15.2001 20.3987 15.5583 20.3987 16.0001V18.4001H3.59971L3.60029 16.0003Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-copy, .btn.base-sub-color2:link .ico-copy, .btn.base-sub-color2:visited .ico-copy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.19995 8.00001C6.19995 7.0059 7.00584 6.20001 7.99995 6.20001H19.2C20.1941 6.20001 21 7.0059 21 8.00001V19.2C21 20.1941 20.1941 21 19.2 21H7.99995C7.00584 21 6.19995 20.1941 6.19995 19.2V8.00001ZM7.99995 7.80001C7.88949 7.80001 7.79995 7.88955 7.79995 8.00001V19.2C7.79995 19.3105 7.88949 19.4 7.99995 19.4H19.2C19.3104 19.4 19.4 19.3105 19.4 19.2V8.00001C19.4 7.88955 19.3104 7.80001 19.2 7.80001H7.99995Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00073 4.79982C3.00073 3.8057 3.80662 2.99982 4.80073 2.99982H18.2C18.6418 2.99982 19 3.35799 19 3.79982C19 4.24164 18.6418 4.59982 18.2 4.59982H4.80073C4.69027 4.59982 4.60073 4.68936 4.60073 4.79982V18.2C4.60073 18.6418 4.24256 19 3.80073 19C3.3589 19 3.00073 18.6418 3.00073 18.2V4.79982Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-link, .btn.base-sub-color2:link .ico-link, .btn.base-sub-color2:visited .ico-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8509 4.92396C14.0162 2.75874 17.5267 2.75874 19.6919 4.92397C21.8571 7.0892 21.8571 10.5997 19.6919 12.7649L11.9911 20.4657C11.6786 20.7782 11.1721 20.7782 10.8597 20.4657C10.5473 20.1533 10.5473 19.6468 10.8597 19.3344L18.5605 11.6336C20.1009 10.0932 20.1009 7.59573 18.5605 6.05534C17.0201 4.51496 14.5227 4.51494 12.9823 6.05534L4.92108 14.1165C4.92107 14.1165 4.92108 14.1165 4.92108 14.1165C3.9575 15.0801 3.95749 16.6424 4.92108 17.606C5.88466 18.5696 7.44692 18.5696 8.41051 17.606L15.643 10.3735C15.9898 10.0267 15.9898 9.46445 15.643 9.11766C15.2962 8.77089 14.7339 8.77089 14.3871 9.11766L7.51506 15.9898C7.20264 16.3022 6.69611 16.3022 6.38369 15.9898C6.07127 15.6774 6.07127 15.1708 6.38369 14.8584L13.2558 7.98632C13.2557 7.98632 13.2558 7.98631 13.2558 7.98632C14.2274 7.01468 15.8028 7.01468 16.7744 7.98632C17.746 8.95794 17.746 10.5332 16.7744 11.5049L9.54188 18.7374C7.95346 20.3258 5.37812 20.3258 3.78969 18.7374C2.20129 17.1489 2.20129 14.5736 3.78969 12.9852L11.8509 4.92396Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-blank, .btn.base-sub-color2:link .ico-blank, .btn.base-sub-color2:visited .ico-blank {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6 4.80002C4.59999 4.68955 4.68954 4.6 4.8 4.6H11.5991C12.041 4.6 12.3991 4.24183 12.3991 3.8C12.3991 3.35817 12.041 3 11.5991 3H4.8C3.80582 3 2.99991 3.80599 3 4.80017L3.00137 19.2004C3.00147 20.1944 3.80732 21.0002 4.80137 21.0002H19.1991C20.1932 21.0002 20.9991 20.1943 20.9991 19.2002V12.4002C20.9991 11.9584 20.641 11.6002 20.1991 11.6002C19.7573 11.6002 19.3991 11.9584 19.3991 12.4002V19.2002C19.3991 19.3107 19.3096 19.4002 19.1991 19.4002H4.80137C4.69092 19.4002 4.60138 19.3107 4.60137 19.2002L4.6 4.80002ZM13.9992 3.8C13.9992 4.24183 14.3574 4.6 14.7992 4.6H18.2678L10.4335 12.4343C10.1211 12.7467 10.1211 13.2533 10.4335 13.5657C10.746 13.8781 11.2525 13.8781 11.5649 13.5657L19.3992 5.73137V9.2002C19.3992 9.64202 19.7574 10.0002 20.1992 10.0002C20.641 10.0002 20.9992 9.64202 20.9992 9.2002V3.8C20.9992 3.35817 20.641 3 20.1992 3H14.7992C14.3574 3 13.9992 3.35817 13.9992 3.8Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-next, .btn.base-sub-color2:link .ico-next, .btn.base-sub-color2:visited .ico-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40531 19.7351C8.70087 20.0635 9.2067 20.0902 9.53512 19.7946L17.5351 12.5949C17.7037 12.4432 17.8 12.2271 17.8 12.0003C17.8 11.7735 17.7037 11.5574 17.5351 11.4056L9.53515 4.20515C9.20675 3.90957 8.70092 3.93617 8.40534 4.26457C8.10976 4.59297 8.13637 5.0988 8.46477 5.39438L15.8041 12.0002L8.4648 18.6053C8.13638 18.9009 8.10975 19.4067 8.40531 19.7351Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-prev, .btn.base-sub-color2:link .ico-prev, .btn.base-sub-color2:visited .ico-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5947 19.7351C15.2991 20.0635 14.7933 20.0902 14.4649 19.7946L6.46486 12.5944C6.29629 12.4427 6.20004 12.2265 6.20004 11.9998C6.20004 11.773 6.2963 11.5568 6.46487 11.4051L14.4649 4.20513C14.7933 3.90956 15.2991 3.93618 15.5947 4.26459C15.8902 4.593 15.8636 5.09883 15.5352 5.3944L8.19591 11.9998L15.5352 18.6053C15.8636 18.9009 15.8902 19.4067 15.5947 19.7351Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-down, .btn.base-sub-color2:link .ico-down, .btn.base-sub-color2:visited .ico-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-check, .btn.base-sub-color2:link .ico-check, .btn.base-sub-color2:visited .ico-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7619 4.4874C14.6302 3.9196 13.3524 3.6 12 3.6C7.36081 3.6 3.6 7.36081 3.6 12C3.6 16.6392 7.36081 20.4 12 20.4C16.6392 20.4 20.4 16.6392 20.4 12C20.4 10.4817 19.9972 9.0575 19.2926 7.82841L20.2773 6.38701C21.3646 7.9873 22 9.91945 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.6874 2 15.2772 2.41794 16.6715 3.15595L15.7619 4.4874ZM17.118 5.3387C17.5468 5.66866 17.9429 6.03909 18.3005 6.44428L19.2269 5.08823C18.8549 4.69944 18.4519 4.34061 18.0218 4.01572L17.118 5.3387Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4505 3.33922C19.8153 3.58845 19.909 4.08624 19.6598 4.45106L12.8281 14.4511C12.6938 14.6476 12.4789 14.7742 12.2419 14.7963C12.0049 14.8185 11.7703 14.7339 11.6019 14.5656L7.43364 10.3989C7.12116 10.0866 7.12106 9.58002 7.43342 9.26754C7.74578 8.95506 8.25231 8.95496 8.56479 9.26732L12.051 12.7522L18.3387 3.5485C18.5879 3.18368 19.0857 3.08998 19.4505 3.33922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-refresh, .btn.base-sub-color2:link .ico-refresh, .btn.base-sub-color2:visited .ico-refresh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19766 12.0001C4.19766 7.69649 7.70723 4.2001 12.046 4.2001C14.9928 4.2001 17.5597 5.81393 18.9017 8.2002H15.8C15.3582 8.2002 15 8.55837 15 9.0002C15 9.44202 15.3582 9.8002 15.8 9.8002H20.8C21.2418 9.8002 21.6 9.44202 21.6 9.0002V4.0002C21.6 3.55837 21.2418 3.2002 20.8 3.2002C20.3582 3.2002 20 3.55837 20 4.0002V6.92494C18.3195 4.32325 15.3846 2.6001 12.046 2.6001C6.83203 2.6001 2.59766 6.8044 2.59766 12.0001C2.59766 17.1958 6.83203 21.4001 12.046 21.4001C16.7796 21.4001 20.7039 17.9361 21.3887 13.4098C21.4547 12.9729 21.1542 12.5652 20.7173 12.4991C20.2805 12.433 19.8727 12.7336 19.8067 13.1704C19.2395 16.9195 15.9831 19.8001 12.046 19.8001C7.70723 19.8001 4.19766 16.3037 4.19766 12.0001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-search, .btn.base-sub-color2:link .ico-search, .btn.base-sub-color2:visited .ico-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-advanced, .btn.base-sub-color2:link .ico-advanced, .btn.base-sub-color2:visited .ico-advanced {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489ZM7.10156 10.9001C7.10156 10.4583 7.45973 10.1001 7.90156 10.1001H10.1031V7.9001C10.1031 7.45827 10.4613 7.1001 10.9031 7.1001C11.345 7.1001 11.7031 7.45827 11.7031 7.9001V10.1001H13.9016C14.3434 10.1001 14.7016 10.4583 14.7016 10.9001C14.7016 11.3419 14.3434 11.7001 13.9016 11.7001H11.7031V13.9001C11.7031 14.3419 11.345 14.7001 10.9031 14.7001C10.4613 14.7001 10.1031 14.3419 10.1031 13.9001V11.7001H7.90156C7.45973 11.7001 7.10156 11.3419 7.10156 10.9001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-print, .btn.base-sub-color2:link .ico-print, .btn.base-sub-color2:visited .ico-print {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2C6.35817 2 6 2.35817 6 2.8V7H3.80282C2.80892 7 2.00312 7.80556 2.00282 8.79946L2 18.2C1.99994 18.4122 2.08419 18.6157 2.23423 18.7658C2.38427 18.9159 2.58779 19.0002 2.8 19.0002H6.19922V21.2002C6.19922 21.642 6.55739 22.0002 6.99922 22.0002H17.1992C17.641 22.0002 17.9992 21.642 17.9992 21.2002V19.0002H21.2031C21.645 19.0002 22.0031 18.642 22.0031 18.2002V8.8C22.0031 7.80589 21.1972 7 20.2031 7H17.9992V2.8C17.9992 2.35817 17.641 2 17.1992 2H6.8ZM16.3992 7V3.6H7.6V7H16.3992ZM20.4031 17.4002H17.9992V14.0002C17.9992 13.788 17.9149 13.5845 17.7649 13.4345C17.6149 13.2845 17.4114 13.2002 17.1992 13.2002H6.99922C6.55739 13.2002 6.19922 13.5584 6.19922 14.0002V17.4002H3.60024L3.60282 8.79994C3.60286 8.68951 3.69239 8.6 3.80282 8.6H20.2031C20.3136 8.6 20.4031 8.68954 20.4031 8.8V17.4002ZM7.79922 14.8002V20.4002H16.3992V14.8002H7.79922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-share, .btn.base-sub-color2:link .ico-share, .btn.base-sub-color2:visited .ico-share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3984 6.3C14.3984 4.47746 15.8759 3 17.6984 3C19.521 3 20.9984 4.47746 20.9984 6.3C20.9984 8.12254 19.521 9.6 17.6984 9.6C16.6494 9.6 15.7146 9.11047 15.1102 8.34738L9.52782 11.3105C9.57512 11.5329 9.6 11.7637 9.6 12.0002C9.6 12.3148 9.55597 12.6191 9.47374 12.9074L14.9792 15.8297C15.5743 14.966 16.5703 14.3999 17.6984 14.3999C19.521 14.3999 20.9984 15.8774 20.9984 17.6999C20.9984 19.5224 19.521 20.9999 17.6984 20.9999C15.8759 20.9999 14.3984 19.5224 14.3984 17.6999C14.3984 17.5793 14.4049 17.4602 14.4175 17.343L8.67279 14.2936C8.07276 14.9143 7.23145 15.3002 6.3 15.3002C4.47746 15.3002 3 13.8227 3 12.0002C3 10.1777 4.47746 8.7002 6.3 8.7002C7.3121 8.7002 8.21778 9.15582 8.82312 9.87314L14.4503 6.88619C14.4162 6.69595 14.3984 6.50005 14.3984 6.3ZM17.6984 4.6C16.7596 4.6 15.9984 5.36112 15.9984 6.3C15.9984 7.23888 16.7596 8 17.6984 8C18.6373 8 19.3984 7.23888 19.3984 6.3C19.3984 5.36112 18.6373 4.6 17.6984 4.6ZM4.6 12.0002C4.6 11.0613 5.36112 10.3002 6.3 10.3002C7.23888 10.3002 8 11.0613 8 12.0002C8 12.9391 7.23888 13.7002 6.3 13.7002C5.36112 13.7002 4.6 12.9391 4.6 12.0002ZM15.9984 17.6999C15.9984 16.761 16.7596 15.9999 17.6984 15.9999C18.6373 15.9999 19.3984 16.761 19.3984 17.6999C19.3984 18.6388 18.6373 19.3999 17.6984 19.3999C16.7596 19.3999 15.9984 18.6388 15.9984 17.6999Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-like, .btn.base-sub-color2:link .ico-like, .btn.base-sub-color2:visited .ico-like {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84279 3.00069C7.85776 3.00006 7.87276 2.99987 7.88775 3.00009C8.86548 3.01458 9.82407 3.27465 10.667 3.75671C11.1589 4.038 11.5645 4.46623 11.8833 4.87468C11.9227 4.92515 11.9614 4.97606 11.9992 5.02722C12.0371 4.97606 12.0757 4.92515 12.1151 4.87468C12.4339 4.46623 12.8396 4.03801 13.3314 3.75671C14.1744 3.27465 15.133 3.01458 16.1107 3.00009C16.1257 2.99987 16.1407 3.00006 16.1557 3.00069C17.7007 3.06467 19.1645 3.70893 20.2243 4.80459C21.2817 5.89773 21.8507 7.35228 21.7956 8.85363C21.7911 10.2724 21.1945 11.7053 20.3873 13.0116C19.57 14.3343 18.4895 15.6028 17.4185 16.7038C15.2802 18.9022 13.0965 20.5172 12.8801 20.6633L12.8799 20.6634L12.4466 20.9557C12.1762 21.138 11.8222 21.138 11.5519 20.9557L11.1186 20.6634L11.1165 20.662C10.902 20.5164 8.71872 18.902 6.57992 16.7033C5.50898 15.6024 4.42845 14.334 3.61116 13.0115C2.80391 11.7052 2.2073 10.2724 2.20288 8.85362C2.1478 7.35227 2.71673 5.89773 3.77414 4.80459C4.83397 3.70893 6.29773 3.06467 7.84279 3.00069ZM7.8645 4.6003C6.7485 4.65307 5.68545 5.12998 4.92415 5.917C4.15911 6.7079 3.7603 7.74703 3.80223 8.80609C3.80264 8.81664 3.80285 8.82719 3.80285 8.83774C3.80285 9.83437 4.23152 10.9717 4.97224 12.1703C5.70593 13.3576 6.70066 14.5328 7.72681 15.5876C8.75008 16.6396 9.7871 17.5541 10.5912 18.221C10.9927 18.554 11.3346 18.8239 11.5855 19.017C11.7109 19.1135 11.8132 19.1904 11.8883 19.2461C11.9259 19.2739 11.9562 19.2961 11.9789 19.3124L11.9993 19.327L12.0202 19.3121C12.0427 19.2959 12.0729 19.2738 12.1105 19.246C12.1855 19.1905 12.2877 19.1137 12.4131 19.0172C12.6639 18.8244 13.0057 18.5545 13.4072 18.2216C14.2113 17.5548 15.2483 16.6402 16.2716 15.5882C17.2978 14.5332 18.2925 13.3579 19.0262 12.1706C19.7669 10.9718 20.1956 9.83438 20.1956 8.83774C20.1956 8.82719 20.1958 8.81664 20.1962 8.80609C20.2381 7.74702 19.8393 6.7079 19.0743 5.917C18.313 5.12998 17.2499 4.65307 16.112 4.6003C15.4092 4.61445 14.7244 4.80326 14.1257 5.14563C13.8936 5.27837 13.639 5.52262 13.3764 5.85914C13.1193 6.18845 12.8895 6.56011 12.691 6.90192C12.5479 7.14847 12.2843 7.3002 11.9992 7.3002C11.7141 7.3002 11.4506 7.14847 11.3074 6.90192C11.1089 6.56011 10.8791 6.18845 10.6221 5.85914C10.3594 5.52262 10.1048 5.27837 9.8727 5.14563C9.27403 4.80326 8.58926 4.61445 7.88645 4.6003Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-filter, .btn.base-sub-color2:link .ico-filter, .btn.base-sub-color2:visited .ico-filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.80078 8.52374C7.867 8.86303 8.63938 9.86127 8.63938 11.0399C8.63938 12.2185 7.867 13.2168 6.80078 13.5561L6.80078 21.2002C6.80078 21.642 6.44261 22.0002 6.00078 22.0002C5.55895 22.0002 5.20078 21.642 5.20078 21.2002L5.20078 13.557C4.13311 13.2185 3.35938 12.2196 3.35938 11.0399C3.35938 9.86023 4.13311 8.86128 5.20078 8.52284L5.20078 2.8C5.20078 2.35817 5.55895 2 6.00078 2C6.44261 2 6.80078 2.35817 6.80078 2.8V8.52374ZM5.99938 12.0799C5.425 12.0799 4.95938 11.6143 4.95938 11.0399C4.95938 10.4655 5.425 9.9999 5.99938 9.9999C6.57375 9.9999 7.03938 10.4655 7.03938 11.0399C7.03938 11.6143 6.57375 12.0799 5.99938 12.0799Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2008 21.2002L11.2008 17.1571C10.1331 16.8186 9.35938 15.8197 9.35938 14.64C9.35938 13.4603 10.1331 12.4614 11.2008 12.1229V2.8C11.2008 2.35817 11.559 2 12.0008 2C12.4426 2 12.8008 2.35817 12.8008 2.8L12.8008 12.1238C13.867 12.4631 14.6394 13.4614 14.6394 14.64C14.6394 15.8186 13.867 16.8169 12.8008 17.1562V21.2002C12.8008 21.642 12.4426 22.0002 12.0008 22.0002C11.559 22.0002 11.2008 21.642 11.2008 21.2002ZM10.9594 14.64C10.9594 15.2144 11.425 15.68 11.9994 15.68C12.5738 15.68 13.0394 15.2144 13.0394 14.64C13.0394 14.0656 12.5738 13.6 11.9994 13.6C11.425 13.6 10.9594 14.0656 10.9594 14.64Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2008 6.12294V2.8C17.2008 2.35817 17.559 2 18.0008 2C18.4426 2 18.8008 2.35817 18.8008 2.8V6.12383C19.867 6.46313 20.6394 7.46137 20.6394 8.64C20.6394 9.81863 19.867 10.8169 18.8008 11.1562L18.8008 21.2002C18.8008 21.642 18.4426 22.0002 18.0008 22.0002C17.559 22.0002 17.2008 21.642 17.2008 21.2002V11.1571C16.1331 10.8186 15.3594 9.81967 15.3594 8.64C15.3594 7.46033 16.1331 6.46138 17.2008 6.12294ZM17.9994 9.68C17.425 9.68 16.9594 9.21438 16.9594 8.64C16.9594 8.06562 17.425 7.6 17.9994 7.6C18.5738 7.6 19.0394 8.06562 19.0394 8.64C19.0394 9.21438 18.5738 9.68 17.9994 9.68Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2 .ico-location, .btn.base-sub-color2:link .ico-location, .btn.base-sub-color2:visited .ico-location {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.782 10.1089C15.782 12.1977 14.0887 13.891 11.9999 13.891C9.91104 13.891 8.21771 12.1977 8.21771 10.1089C8.21771 8.02005 9.91104 6.32672 11.9999 6.32672C14.0887 6.32672 15.782 8.02005 15.782 10.1089Z' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M19.5642 10.1089C19.5642 14.2865 13.8909 21.4554 11.9999 21.4554C10.1088 21.4554 4.43555 14.2865 4.43555 10.1089C4.43555 5.93122 7.82221 2.54456 11.9999 2.54456C16.1775 2.54456 19.5642 5.93122 19.5642 10.1089Z' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover, .btn.base-sub-color2:link:hover, .btn.base-sub-color2:visited:hover {
  color: #FFEEF0;
  background-color: #fff;
  border-color: #FFEEF0;
}
.btn.base-sub-color2:hover .ico-listul, .btn.base-sub-color2:link:hover .ico-listul, .btn.base-sub-color2:visited:hover .ico-listul {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.19922 6.0002C2.19922 5.55837 2.55739 5.2002 2.99922 5.2002H20.9992C21.441 5.2002 21.7992 5.55837 21.7992 6.0002C21.7992 6.44202 21.441 6.8002 20.9992 6.8002H2.99922C2.55739 6.8002 2.19922 6.44202 2.19922 6.0002ZM2.19922 12.0002C2.19922 11.5584 2.55739 11.2002 2.99922 11.2002H20.9992C21.441 11.2002 21.7992 11.5584 21.7992 12.0002C21.7992 12.442 21.441 12.8002 20.9992 12.8002H2.99922C2.55739 12.8002 2.19922 12.442 2.19922 12.0002ZM2.99922 17.2002C2.55739 17.2002 2.19922 17.5584 2.19922 18.0002C2.19922 18.442 2.55739 18.8002 2.99922 18.8002H20.9992C21.441 18.8002 21.7992 18.442 21.7992 18.0002C21.7992 17.5584 21.441 17.2002 20.9992 17.2002H2.99922Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-write, .btn.base-sub-color2:link:hover .ico-write, .btn.base-sub-color2:visited:hover .ico-write {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4343 2.43427C16.7467 2.12185 17.2533 2.12185 17.5657 2.43427L21.5657 6.43427C21.7157 6.58429 21.8 6.78778 21.8 6.99995C21.8 7.21212 21.7157 7.41561 21.5657 7.56564L12.5657 16.5656C12.4157 16.7157 12.2122 16.8 12 16.8H8C7.55817 16.8 7.2 16.4418 7.2 16V12C7.2 11.7878 7.28429 11.5843 7.43431 11.4343L16.4343 2.43427ZM17 4.13132L15.1314 5.99995L18 8.86858L19.8686 6.99995L17 4.13132ZM16.8686 9.99995L14 7.13132L8.8 12.3313V15.2H11.6686L16.8686 9.99995ZM4.8 4.59995C4.68954 4.59995 4.6 4.68949 4.6 4.79995V19.2C4.6 19.3104 4.68954 19.4 4.8 19.4H19.2C19.3105 19.4 19.4 19.3104 19.4 19.2V12.2C19.4 11.7581 19.7582 11.4 20.2 11.4C20.6418 11.4 21 11.7581 21 12.2V19.2C21 20.1941 20.1941 21 19.2 21H4.8C3.80589 21 3 20.1941 3 19.2V4.79995C3 3.80584 3.80589 2.99995 4.8 2.99995H11.7992C12.241 2.99995 12.5992 3.35812 12.5992 3.79995C12.5992 4.24178 12.241 4.59995 11.7992 4.59995H4.8Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-detail, .btn.base-sub-color2:link:hover .ico-detail, .btn.base-sub-color2:visited:hover .ico-detail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63629 12.0843C4.03609 10.8283 5.08502 9.63166 6.59666 8.73858C8.10015 7.85031 10.0027 7.3002 11.9985 7.3002C16.0279 7.3002 19.3773 9.51934 20.3566 12.1209C20.359 12.1272 20.3594 12.1313 20.3594 12.1328L20.3594 12.133C19.8163 13.8467 17.4328 16.7002 11.9985 16.7002C6.62812 16.7002 4.20473 13.6043 3.63555 12.0869L3.63629 12.0843ZM11.9985 5.7002C9.71865 5.7002 7.53474 6.32599 5.7828 7.36103C4.03901 8.39127 2.66351 9.86534 2.11167 11.599C2.0057 11.9319 2.00656 12.2981 2.13461 12.6412C2.92028 14.7463 5.91647 18.3002 11.9985 18.3002C18.0562 18.3002 21.1104 15.0626 21.8852 12.6146C21.9975 12.26 21.9786 11.8883 21.854 11.5573C20.5835 8.18203 16.518 5.7002 11.9985 5.7002ZM9.79922 12.0002C9.79922 10.7852 10.7842 9.8002 11.9992 9.8002C13.2142 9.8002 14.1992 10.7852 14.1992 12.0002C14.1992 13.2152 13.2142 14.2002 11.9992 14.2002C10.7842 14.2002 9.79922 13.2152 9.79922 12.0002ZM11.9992 8.2002C9.90054 8.2002 8.19922 9.90151 8.19922 12.0002C8.19922 14.0989 9.90054 15.8002 11.9992 15.8002C14.0979 15.8002 15.7992 14.0989 15.7992 12.0002C15.7992 9.90151 14.0979 8.2002 11.9992 8.2002Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-delete, .btn.base-sub-color2:link:hover .ico-delete, .btn.base-sub-color2:visited:hover .ico-delete {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6304 4.23482C18.9428 3.92239 19.4493 3.92238 19.7618 4.23479C20.0742 4.5472 20.0742 5.05373 19.7618 5.36616L13.1294 11.999L19.7657 18.6357C20.0781 18.9481 20.0781 19.4546 19.7657 19.767C19.4532 20.0795 18.9467 20.0794 18.6343 19.767L11.998 13.1304L5.3618 19.767C5.04939 20.0794 4.54285 20.0795 4.23042 19.767C3.918 19.4546 3.91798 18.9481 4.23039 18.6357L10.8667 11.999L4.2343 5.36616C3.92189 5.05373 3.9219 4.5472 4.23433 4.23479C4.54676 3.92238 5.05329 3.92239 5.3657 4.23482L11.998 10.8676L18.6304 4.23482Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-download, .btn.base-sub-color2:link:hover .ico-download, .btn.base-sub-color2:visited:hover .ico-download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5754 16.0542C12.4246 16.2111 12.2163 16.2998 11.9987 16.2998C11.7811 16.2998 11.5729 16.2111 11.4221 16.0542L6.42206 10.8542C6.11583 10.5358 6.12576 10.0293 6.44424 9.72309C6.76273 9.41685 7.26916 9.42678 7.5754 9.74527L11.1987 13.5135V3.79976C11.1987 3.35793 11.5569 2.99976 11.9987 2.99976C12.4406 2.99976 12.7987 3.35793 12.7987 3.79976V13.5135L16.4221 9.74527C16.7283 9.42678 17.2347 9.41685 17.5532 9.72309C17.8717 10.0293 17.8816 10.5358 17.5754 10.8542L12.5754 16.0542ZM3.60029 16.0003C3.6004 15.5585 3.24232 15.2003 2.80049 15.2001C2.35866 15.2 2.0004 15.5581 2.00029 16L1.99951 19.2C1.99946 19.4122 2.08372 19.6157 2.23376 19.7658C2.38379 19.9158 2.5873 20.0001 2.79951 20.0001H21.1987C21.6406 20.0001 21.9987 19.642 21.9987 19.2001V16.0001C21.9987 15.5583 21.6406 15.2001 21.1987 15.2001C20.7569 15.2001 20.3987 15.5583 20.3987 16.0001V18.4001H3.59971L3.60029 16.0003Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-copy, .btn.base-sub-color2:link:hover .ico-copy, .btn.base-sub-color2:visited:hover .ico-copy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.19995 8.00001C6.19995 7.0059 7.00584 6.20001 7.99995 6.20001H19.2C20.1941 6.20001 21 7.0059 21 8.00001V19.2C21 20.1941 20.1941 21 19.2 21H7.99995C7.00584 21 6.19995 20.1941 6.19995 19.2V8.00001ZM7.99995 7.80001C7.88949 7.80001 7.79995 7.88955 7.79995 8.00001V19.2C7.79995 19.3105 7.88949 19.4 7.99995 19.4H19.2C19.3104 19.4 19.4 19.3105 19.4 19.2V8.00001C19.4 7.88955 19.3104 7.80001 19.2 7.80001H7.99995Z' fill='%23FFEEF0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00073 4.79982C3.00073 3.8057 3.80662 2.99982 4.80073 2.99982H18.2C18.6418 2.99982 19 3.35799 19 3.79982C19 4.24164 18.6418 4.59982 18.2 4.59982H4.80073C4.69027 4.59982 4.60073 4.68936 4.60073 4.79982V18.2C4.60073 18.6418 4.24256 19 3.80073 19C3.3589 19 3.00073 18.6418 3.00073 18.2V4.79982Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-link, .btn.base-sub-color2:link:hover .ico-link, .btn.base-sub-color2:visited:hover .ico-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8509 4.92396C14.0162 2.75874 17.5267 2.75874 19.6919 4.92397C21.8571 7.0892 21.8571 10.5997 19.6919 12.7649L11.9911 20.4657C11.6786 20.7782 11.1721 20.7782 10.8597 20.4657C10.5473 20.1533 10.5473 19.6468 10.8597 19.3344L18.5605 11.6336C20.1009 10.0932 20.1009 7.59573 18.5605 6.05534C17.0201 4.51496 14.5227 4.51494 12.9823 6.05534L4.92108 14.1165C4.92107 14.1165 4.92108 14.1165 4.92108 14.1165C3.9575 15.0801 3.95749 16.6424 4.92108 17.606C5.88466 18.5696 7.44692 18.5696 8.41051 17.606L15.643 10.3735C15.9898 10.0267 15.9898 9.46445 15.643 9.11766C15.2962 8.77089 14.7339 8.77089 14.3871 9.11766L7.51506 15.9898C7.20264 16.3022 6.69611 16.3022 6.38369 15.9898C6.07127 15.6774 6.07127 15.1708 6.38369 14.8584L13.2558 7.98632C13.2557 7.98632 13.2558 7.98631 13.2558 7.98632C14.2274 7.01468 15.8028 7.01468 16.7744 7.98632C17.746 8.95794 17.746 10.5332 16.7744 11.5049L9.54188 18.7374C7.95346 20.3258 5.37812 20.3258 3.78969 18.7374C2.20129 17.1489 2.20129 14.5736 3.78969 12.9852L11.8509 4.92396Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-blank, .btn.base-sub-color2:link:hover .ico-blank, .btn.base-sub-color2:visited:hover .ico-blank {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6 4.80002C4.59999 4.68955 4.68954 4.6 4.8 4.6H11.5991C12.041 4.6 12.3991 4.24183 12.3991 3.8C12.3991 3.35817 12.041 3 11.5991 3H4.8C3.80582 3 2.99991 3.80599 3 4.80017L3.00137 19.2004C3.00147 20.1944 3.80732 21.0002 4.80137 21.0002H19.1991C20.1932 21.0002 20.9991 20.1943 20.9991 19.2002V12.4002C20.9991 11.9584 20.641 11.6002 20.1991 11.6002C19.7573 11.6002 19.3991 11.9584 19.3991 12.4002V19.2002C19.3991 19.3107 19.3096 19.4002 19.1991 19.4002H4.80137C4.69092 19.4002 4.60138 19.3107 4.60137 19.2002L4.6 4.80002ZM13.9992 3.8C13.9992 4.24183 14.3574 4.6 14.7992 4.6H18.2678L10.4335 12.4343C10.1211 12.7467 10.1211 13.2533 10.4335 13.5657C10.746 13.8781 11.2525 13.8781 11.5649 13.5657L19.3992 5.73137V9.2002C19.3992 9.64202 19.7574 10.0002 20.1992 10.0002C20.641 10.0002 20.9992 9.64202 20.9992 9.2002V3.8C20.9992 3.35817 20.641 3 20.1992 3H14.7992C14.3574 3 13.9992 3.35817 13.9992 3.8Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-next, .btn.base-sub-color2:link:hover .ico-next, .btn.base-sub-color2:visited:hover .ico-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40531 19.7351C8.70087 20.0635 9.2067 20.0902 9.53512 19.7946L17.5351 12.5949C17.7037 12.4432 17.8 12.2271 17.8 12.0003C17.8 11.7735 17.7037 11.5574 17.5351 11.4056L9.53515 4.20515C9.20675 3.90957 8.70092 3.93617 8.40534 4.26457C8.10976 4.59297 8.13637 5.0988 8.46477 5.39438L15.8041 12.0002L8.4648 18.6053C8.13638 18.9009 8.10975 19.4067 8.40531 19.7351Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-prev, .btn.base-sub-color2:link:hover .ico-prev, .btn.base-sub-color2:visited:hover .ico-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5947 19.7351C15.2991 20.0635 14.7933 20.0902 14.4649 19.7946L6.46486 12.5944C6.29629 12.4427 6.20004 12.2265 6.20004 11.9998C6.20004 11.773 6.2963 11.5568 6.46487 11.4051L14.4649 4.20513C14.7933 3.90956 15.2991 3.93618 15.5947 4.26459C15.8902 4.593 15.8636 5.09883 15.5352 5.3944L8.19591 11.9998L15.5352 18.6053C15.8636 18.9009 15.8902 19.4067 15.5947 19.7351Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-down, .btn.base-sub-color2:link:hover .ico-down, .btn.base-sub-color2:visited:hover .ico-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-check, .btn.base-sub-color2:link:hover .ico-check, .btn.base-sub-color2:visited:hover .ico-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7619 4.4874C14.6302 3.9196 13.3524 3.6 12 3.6C7.36081 3.6 3.6 7.36081 3.6 12C3.6 16.6392 7.36081 20.4 12 20.4C16.6392 20.4 20.4 16.6392 20.4 12C20.4 10.4817 19.9972 9.0575 19.2926 7.82841L20.2773 6.38701C21.3646 7.9873 22 9.91945 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.6874 2 15.2772 2.41794 16.6715 3.15595L15.7619 4.4874ZM17.118 5.3387C17.5468 5.66866 17.9429 6.03909 18.3005 6.44428L19.2269 5.08823C18.8549 4.69944 18.4519 4.34061 18.0218 4.01572L17.118 5.3387Z' fill='%23FFEEF0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4505 3.33922C19.8153 3.58845 19.909 4.08624 19.6598 4.45106L12.8281 14.4511C12.6938 14.6476 12.4789 14.7742 12.2419 14.7963C12.0049 14.8185 11.7703 14.7339 11.6019 14.5656L7.43364 10.3989C7.12116 10.0866 7.12106 9.58002 7.43342 9.26754C7.74578 8.95506 8.25231 8.95496 8.56479 9.26732L12.051 12.7522L18.3387 3.5485C18.5879 3.18368 19.0857 3.08998 19.4505 3.33922Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-refresh, .btn.base-sub-color2:link:hover .ico-refresh, .btn.base-sub-color2:visited:hover .ico-refresh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19766 12.0001C4.19766 7.69649 7.70723 4.2001 12.046 4.2001C14.9928 4.2001 17.5597 5.81393 18.9017 8.2002H15.8C15.3582 8.2002 15 8.55837 15 9.0002C15 9.44202 15.3582 9.8002 15.8 9.8002H20.8C21.2418 9.8002 21.6 9.44202 21.6 9.0002V4.0002C21.6 3.55837 21.2418 3.2002 20.8 3.2002C20.3582 3.2002 20 3.55837 20 4.0002V6.92494C18.3195 4.32325 15.3846 2.6001 12.046 2.6001C6.83203 2.6001 2.59766 6.8044 2.59766 12.0001C2.59766 17.1958 6.83203 21.4001 12.046 21.4001C16.7796 21.4001 20.7039 17.9361 21.3887 13.4098C21.4547 12.9729 21.1542 12.5652 20.7173 12.4991C20.2805 12.433 19.8727 12.7336 19.8067 13.1704C19.2395 16.9195 15.9831 19.8001 12.046 19.8001C7.70723 19.8001 4.19766 16.3037 4.19766 12.0001Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-search, .btn.base-sub-color2:link:hover .ico-search, .btn.base-sub-color2:visited:hover .ico-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-advanced, .btn.base-sub-color2:link:hover .ico-advanced, .btn.base-sub-color2:visited:hover .ico-advanced {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489ZM7.10156 10.9001C7.10156 10.4583 7.45973 10.1001 7.90156 10.1001H10.1031V7.9001C10.1031 7.45827 10.4613 7.1001 10.9031 7.1001C11.345 7.1001 11.7031 7.45827 11.7031 7.9001V10.1001H13.9016C14.3434 10.1001 14.7016 10.4583 14.7016 10.9001C14.7016 11.3419 14.3434 11.7001 13.9016 11.7001H11.7031V13.9001C11.7031 14.3419 11.345 14.7001 10.9031 14.7001C10.4613 14.7001 10.1031 14.3419 10.1031 13.9001V11.7001H7.90156C7.45973 11.7001 7.10156 11.3419 7.10156 10.9001Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-print, .btn.base-sub-color2:link:hover .ico-print, .btn.base-sub-color2:visited:hover .ico-print {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2C6.35817 2 6 2.35817 6 2.8V7H3.80282C2.80892 7 2.00312 7.80556 2.00282 8.79946L2 18.2C1.99994 18.4122 2.08419 18.6157 2.23423 18.7658C2.38427 18.9159 2.58779 19.0002 2.8 19.0002H6.19922V21.2002C6.19922 21.642 6.55739 22.0002 6.99922 22.0002H17.1992C17.641 22.0002 17.9992 21.642 17.9992 21.2002V19.0002H21.2031C21.645 19.0002 22.0031 18.642 22.0031 18.2002V8.8C22.0031 7.80589 21.1972 7 20.2031 7H17.9992V2.8C17.9992 2.35817 17.641 2 17.1992 2H6.8ZM16.3992 7V3.6H7.6V7H16.3992ZM20.4031 17.4002H17.9992V14.0002C17.9992 13.788 17.9149 13.5845 17.7649 13.4345C17.6149 13.2845 17.4114 13.2002 17.1992 13.2002H6.99922C6.55739 13.2002 6.19922 13.5584 6.19922 14.0002V17.4002H3.60024L3.60282 8.79994C3.60286 8.68951 3.69239 8.6 3.80282 8.6H20.2031C20.3136 8.6 20.4031 8.68954 20.4031 8.8V17.4002ZM7.79922 14.8002V20.4002H16.3992V14.8002H7.79922Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-share, .btn.base-sub-color2:link:hover .ico-share, .btn.base-sub-color2:visited:hover .ico-share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3984 6.3C14.3984 4.47746 15.8759 3 17.6984 3C19.521 3 20.9984 4.47746 20.9984 6.3C20.9984 8.12254 19.521 9.6 17.6984 9.6C16.6494 9.6 15.7146 9.11047 15.1102 8.34738L9.52782 11.3105C9.57512 11.5329 9.6 11.7637 9.6 12.0002C9.6 12.3148 9.55597 12.6191 9.47374 12.9074L14.9792 15.8297C15.5743 14.966 16.5703 14.3999 17.6984 14.3999C19.521 14.3999 20.9984 15.8774 20.9984 17.6999C20.9984 19.5224 19.521 20.9999 17.6984 20.9999C15.8759 20.9999 14.3984 19.5224 14.3984 17.6999C14.3984 17.5793 14.4049 17.4602 14.4175 17.343L8.67279 14.2936C8.07276 14.9143 7.23145 15.3002 6.3 15.3002C4.47746 15.3002 3 13.8227 3 12.0002C3 10.1777 4.47746 8.7002 6.3 8.7002C7.3121 8.7002 8.21778 9.15582 8.82312 9.87314L14.4503 6.88619C14.4162 6.69595 14.3984 6.50005 14.3984 6.3ZM17.6984 4.6C16.7596 4.6 15.9984 5.36112 15.9984 6.3C15.9984 7.23888 16.7596 8 17.6984 8C18.6373 8 19.3984 7.23888 19.3984 6.3C19.3984 5.36112 18.6373 4.6 17.6984 4.6ZM4.6 12.0002C4.6 11.0613 5.36112 10.3002 6.3 10.3002C7.23888 10.3002 8 11.0613 8 12.0002C8 12.9391 7.23888 13.7002 6.3 13.7002C5.36112 13.7002 4.6 12.9391 4.6 12.0002ZM15.9984 17.6999C15.9984 16.761 16.7596 15.9999 17.6984 15.9999C18.6373 15.9999 19.3984 16.761 19.3984 17.6999C19.3984 18.6388 18.6373 19.3999 17.6984 19.3999C16.7596 19.3999 15.9984 18.6388 15.9984 17.6999Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-like, .btn.base-sub-color2:link:hover .ico-like, .btn.base-sub-color2:visited:hover .ico-like {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84279 3.00069C7.85776 3.00006 7.87276 2.99987 7.88775 3.00009C8.86548 3.01458 9.82407 3.27465 10.667 3.75671C11.1589 4.038 11.5645 4.46623 11.8833 4.87468C11.9227 4.92515 11.9614 4.97606 11.9992 5.02722C12.0371 4.97606 12.0757 4.92515 12.1151 4.87468C12.4339 4.46623 12.8396 4.03801 13.3314 3.75671C14.1744 3.27465 15.133 3.01458 16.1107 3.00009C16.1257 2.99987 16.1407 3.00006 16.1557 3.00069C17.7007 3.06467 19.1645 3.70893 20.2243 4.80459C21.2817 5.89773 21.8507 7.35228 21.7956 8.85363C21.7911 10.2724 21.1945 11.7053 20.3873 13.0116C19.57 14.3343 18.4895 15.6028 17.4185 16.7038C15.2802 18.9022 13.0965 20.5172 12.8801 20.6633L12.8799 20.6634L12.4466 20.9557C12.1762 21.138 11.8222 21.138 11.5519 20.9557L11.1186 20.6634L11.1165 20.662C10.902 20.5164 8.71872 18.902 6.57992 16.7033C5.50898 15.6024 4.42845 14.334 3.61116 13.0115C2.80391 11.7052 2.2073 10.2724 2.20288 8.85362C2.1478 7.35227 2.71673 5.89773 3.77414 4.80459C4.83397 3.70893 6.29773 3.06467 7.84279 3.00069ZM7.8645 4.6003C6.7485 4.65307 5.68545 5.12998 4.92415 5.917C4.15911 6.7079 3.7603 7.74703 3.80223 8.80609C3.80264 8.81664 3.80285 8.82719 3.80285 8.83774C3.80285 9.83437 4.23152 10.9717 4.97224 12.1703C5.70593 13.3576 6.70066 14.5328 7.72681 15.5876C8.75008 16.6396 9.7871 17.5541 10.5912 18.221C10.9927 18.554 11.3346 18.8239 11.5855 19.017C11.7109 19.1135 11.8132 19.1904 11.8883 19.2461C11.9259 19.2739 11.9562 19.2961 11.9789 19.3124L11.9993 19.327L12.0202 19.3121C12.0427 19.2959 12.0729 19.2738 12.1105 19.246C12.1855 19.1905 12.2877 19.1137 12.4131 19.0172C12.6639 18.8244 13.0057 18.5545 13.4072 18.2216C14.2113 17.5548 15.2483 16.6402 16.2716 15.5882C17.2978 14.5332 18.2925 13.3579 19.0262 12.1706C19.7669 10.9718 20.1956 9.83438 20.1956 8.83774C20.1956 8.82719 20.1958 8.81664 20.1962 8.80609C20.2381 7.74702 19.8393 6.7079 19.0743 5.917C18.313 5.12998 17.2499 4.65307 16.112 4.6003C15.4092 4.61445 14.7244 4.80326 14.1257 5.14563C13.8936 5.27837 13.639 5.52262 13.3764 5.85914C13.1193 6.18845 12.8895 6.56011 12.691 6.90192C12.5479 7.14847 12.2843 7.3002 11.9992 7.3002C11.7141 7.3002 11.4506 7.14847 11.3074 6.90192C11.1089 6.56011 10.8791 6.18845 10.6221 5.85914C10.3594 5.52262 10.1048 5.27837 9.8727 5.14563C9.27403 4.80326 8.58926 4.61445 7.88645 4.6003Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-filter, .btn.base-sub-color2:link:hover .ico-filter, .btn.base-sub-color2:visited:hover .ico-filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.80078 8.52374C7.867 8.86303 8.63938 9.86127 8.63938 11.0399C8.63938 12.2185 7.867 13.2168 6.80078 13.5561L6.80078 21.2002C6.80078 21.642 6.44261 22.0002 6.00078 22.0002C5.55895 22.0002 5.20078 21.642 5.20078 21.2002L5.20078 13.557C4.13311 13.2185 3.35938 12.2196 3.35938 11.0399C3.35938 9.86023 4.13311 8.86128 5.20078 8.52284L5.20078 2.8C5.20078 2.35817 5.55895 2 6.00078 2C6.44261 2 6.80078 2.35817 6.80078 2.8V8.52374ZM5.99938 12.0799C5.425 12.0799 4.95938 11.6143 4.95938 11.0399C4.95938 10.4655 5.425 9.9999 5.99938 9.9999C6.57375 9.9999 7.03938 10.4655 7.03938 11.0399C7.03938 11.6143 6.57375 12.0799 5.99938 12.0799Z' fill='%23FFEEF0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2008 21.2002L11.2008 17.1571C10.1331 16.8186 9.35938 15.8197 9.35938 14.64C9.35938 13.4603 10.1331 12.4614 11.2008 12.1229V2.8C11.2008 2.35817 11.559 2 12.0008 2C12.4426 2 12.8008 2.35817 12.8008 2.8L12.8008 12.1238C13.867 12.4631 14.6394 13.4614 14.6394 14.64C14.6394 15.8186 13.867 16.8169 12.8008 17.1562V21.2002C12.8008 21.642 12.4426 22.0002 12.0008 22.0002C11.559 22.0002 11.2008 21.642 11.2008 21.2002ZM10.9594 14.64C10.9594 15.2144 11.425 15.68 11.9994 15.68C12.5738 15.68 13.0394 15.2144 13.0394 14.64C13.0394 14.0656 12.5738 13.6 11.9994 13.6C11.425 13.6 10.9594 14.0656 10.9594 14.64Z' fill='%23FFEEF0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2008 6.12294V2.8C17.2008 2.35817 17.559 2 18.0008 2C18.4426 2 18.8008 2.35817 18.8008 2.8V6.12383C19.867 6.46313 20.6394 7.46137 20.6394 8.64C20.6394 9.81863 19.867 10.8169 18.8008 11.1562L18.8008 21.2002C18.8008 21.642 18.4426 22.0002 18.0008 22.0002C17.559 22.0002 17.2008 21.642 17.2008 21.2002V11.1571C16.1331 10.8186 15.3594 9.81967 15.3594 8.64C15.3594 7.46033 16.1331 6.46138 17.2008 6.12294ZM17.9994 9.68C17.425 9.68 16.9594 9.21438 16.9594 8.64C16.9594 8.06562 17.425 7.6 17.9994 7.6C18.5738 7.6 19.0394 8.06562 19.0394 8.64C19.0394 9.21438 18.5738 9.68 17.9994 9.68Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:hover .ico-location, .btn.base-sub-color2:link:hover .ico-location, .btn.base-sub-color2:visited:hover .ico-location {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.782 10.1089C15.782 12.1977 14.0887 13.891 11.9999 13.891C9.91104 13.891 8.21771 12.1977 8.21771 10.1089C8.21771 8.02005 9.91104 6.32672 11.9999 6.32672C14.0887 6.32672 15.782 8.02005 15.782 10.1089Z' stroke='%23FFEEF0' stroke-width='1.5'/%3E%3Cpath d='M19.5642 10.1089C19.5642 14.2865 13.8909 21.4554 11.9999 21.4554C10.1088 21.4554 4.43555 14.2865 4.43555 10.1089C4.43555 5.93122 7.82221 2.54456 11.9999 2.54456C16.1775 2.54456 19.5642 5.93122 19.5642 10.1089Z' stroke='%23FFEEF0' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active, .btn.base-sub-color2:focus, .btn.base-sub-color2:link:active, .btn.base-sub-color2:link:focus, .btn.base-sub-color2:visited:active, .btn.base-sub-color2:visited:focus {
  color: #FFEEF0;
  background-color: #fff;
  border-color: #14346C;
}
.btn.base-sub-color2:active .ico-listul, .btn.base-sub-color2:focus .ico-listul, .btn.base-sub-color2:link:active .ico-listul, .btn.base-sub-color2:link:focus .ico-listul, .btn.base-sub-color2:visited:active .ico-listul, .btn.base-sub-color2:visited:focus .ico-listul {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.19922 6.0002C2.19922 5.55837 2.55739 5.2002 2.99922 5.2002H20.9992C21.441 5.2002 21.7992 5.55837 21.7992 6.0002C21.7992 6.44202 21.441 6.8002 20.9992 6.8002H2.99922C2.55739 6.8002 2.19922 6.44202 2.19922 6.0002ZM2.19922 12.0002C2.19922 11.5584 2.55739 11.2002 2.99922 11.2002H20.9992C21.441 11.2002 21.7992 11.5584 21.7992 12.0002C21.7992 12.442 21.441 12.8002 20.9992 12.8002H2.99922C2.55739 12.8002 2.19922 12.442 2.19922 12.0002ZM2.99922 17.2002C2.55739 17.2002 2.19922 17.5584 2.19922 18.0002C2.19922 18.442 2.55739 18.8002 2.99922 18.8002H20.9992C21.441 18.8002 21.7992 18.442 21.7992 18.0002C21.7992 17.5584 21.441 17.2002 20.9992 17.2002H2.99922Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-write, .btn.base-sub-color2:focus .ico-write, .btn.base-sub-color2:link:active .ico-write, .btn.base-sub-color2:link:focus .ico-write, .btn.base-sub-color2:visited:active .ico-write, .btn.base-sub-color2:visited:focus .ico-write {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4343 2.43427C16.7467 2.12185 17.2533 2.12185 17.5657 2.43427L21.5657 6.43427C21.7157 6.58429 21.8 6.78778 21.8 6.99995C21.8 7.21212 21.7157 7.41561 21.5657 7.56564L12.5657 16.5656C12.4157 16.7157 12.2122 16.8 12 16.8H8C7.55817 16.8 7.2 16.4418 7.2 16V12C7.2 11.7878 7.28429 11.5843 7.43431 11.4343L16.4343 2.43427ZM17 4.13132L15.1314 5.99995L18 8.86858L19.8686 6.99995L17 4.13132ZM16.8686 9.99995L14 7.13132L8.8 12.3313V15.2H11.6686L16.8686 9.99995ZM4.8 4.59995C4.68954 4.59995 4.6 4.68949 4.6 4.79995V19.2C4.6 19.3104 4.68954 19.4 4.8 19.4H19.2C19.3105 19.4 19.4 19.3104 19.4 19.2V12.2C19.4 11.7581 19.7582 11.4 20.2 11.4C20.6418 11.4 21 11.7581 21 12.2V19.2C21 20.1941 20.1941 21 19.2 21H4.8C3.80589 21 3 20.1941 3 19.2V4.79995C3 3.80584 3.80589 2.99995 4.8 2.99995H11.7992C12.241 2.99995 12.5992 3.35812 12.5992 3.79995C12.5992 4.24178 12.241 4.59995 11.7992 4.59995H4.8Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-detail, .btn.base-sub-color2:focus .ico-detail, .btn.base-sub-color2:link:active .ico-detail, .btn.base-sub-color2:link:focus .ico-detail, .btn.base-sub-color2:visited:active .ico-detail, .btn.base-sub-color2:visited:focus .ico-detail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63629 12.0843C4.03609 10.8283 5.08502 9.63166 6.59666 8.73858C8.10015 7.85031 10.0027 7.3002 11.9985 7.3002C16.0279 7.3002 19.3773 9.51934 20.3566 12.1209C20.359 12.1272 20.3594 12.1313 20.3594 12.1328L20.3594 12.133C19.8163 13.8467 17.4328 16.7002 11.9985 16.7002C6.62812 16.7002 4.20473 13.6043 3.63555 12.0869L3.63629 12.0843ZM11.9985 5.7002C9.71865 5.7002 7.53474 6.32599 5.7828 7.36103C4.03901 8.39127 2.66351 9.86534 2.11167 11.599C2.0057 11.9319 2.00656 12.2981 2.13461 12.6412C2.92028 14.7463 5.91647 18.3002 11.9985 18.3002C18.0562 18.3002 21.1104 15.0626 21.8852 12.6146C21.9975 12.26 21.9786 11.8883 21.854 11.5573C20.5835 8.18203 16.518 5.7002 11.9985 5.7002ZM9.79922 12.0002C9.79922 10.7852 10.7842 9.8002 11.9992 9.8002C13.2142 9.8002 14.1992 10.7852 14.1992 12.0002C14.1992 13.2152 13.2142 14.2002 11.9992 14.2002C10.7842 14.2002 9.79922 13.2152 9.79922 12.0002ZM11.9992 8.2002C9.90054 8.2002 8.19922 9.90151 8.19922 12.0002C8.19922 14.0989 9.90054 15.8002 11.9992 15.8002C14.0979 15.8002 15.7992 14.0989 15.7992 12.0002C15.7992 9.90151 14.0979 8.2002 11.9992 8.2002Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-delete, .btn.base-sub-color2:focus .ico-delete, .btn.base-sub-color2:link:active .ico-delete, .btn.base-sub-color2:link:focus .ico-delete, .btn.base-sub-color2:visited:active .ico-delete, .btn.base-sub-color2:visited:focus .ico-delete {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6304 4.23482C18.9428 3.92239 19.4493 3.92238 19.7618 4.23479C20.0742 4.5472 20.0742 5.05373 19.7618 5.36616L13.1294 11.999L19.7657 18.6357C20.0781 18.9481 20.0781 19.4546 19.7657 19.767C19.4532 20.0795 18.9467 20.0794 18.6343 19.767L11.998 13.1304L5.3618 19.767C5.04939 20.0794 4.54285 20.0795 4.23042 19.767C3.918 19.4546 3.91798 18.9481 4.23039 18.6357L10.8667 11.999L4.2343 5.36616C3.92189 5.05373 3.9219 4.5472 4.23433 4.23479C4.54676 3.92238 5.05329 3.92239 5.3657 4.23482L11.998 10.8676L18.6304 4.23482Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-download, .btn.base-sub-color2:focus .ico-download, .btn.base-sub-color2:link:active .ico-download, .btn.base-sub-color2:link:focus .ico-download, .btn.base-sub-color2:visited:active .ico-download, .btn.base-sub-color2:visited:focus .ico-download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5754 16.0542C12.4246 16.2111 12.2163 16.2998 11.9987 16.2998C11.7811 16.2998 11.5729 16.2111 11.4221 16.0542L6.42206 10.8542C6.11583 10.5358 6.12576 10.0293 6.44424 9.72309C6.76273 9.41685 7.26916 9.42678 7.5754 9.74527L11.1987 13.5135V3.79976C11.1987 3.35793 11.5569 2.99976 11.9987 2.99976C12.4406 2.99976 12.7987 3.35793 12.7987 3.79976V13.5135L16.4221 9.74527C16.7283 9.42678 17.2347 9.41685 17.5532 9.72309C17.8717 10.0293 17.8816 10.5358 17.5754 10.8542L12.5754 16.0542ZM3.60029 16.0003C3.6004 15.5585 3.24232 15.2003 2.80049 15.2001C2.35866 15.2 2.0004 15.5581 2.00029 16L1.99951 19.2C1.99946 19.4122 2.08372 19.6157 2.23376 19.7658C2.38379 19.9158 2.5873 20.0001 2.79951 20.0001H21.1987C21.6406 20.0001 21.9987 19.642 21.9987 19.2001V16.0001C21.9987 15.5583 21.6406 15.2001 21.1987 15.2001C20.7569 15.2001 20.3987 15.5583 20.3987 16.0001V18.4001H3.59971L3.60029 16.0003Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-copy, .btn.base-sub-color2:focus .ico-copy, .btn.base-sub-color2:link:active .ico-copy, .btn.base-sub-color2:link:focus .ico-copy, .btn.base-sub-color2:visited:active .ico-copy, .btn.base-sub-color2:visited:focus .ico-copy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.19995 8.00001C6.19995 7.0059 7.00584 6.20001 7.99995 6.20001H19.2C20.1941 6.20001 21 7.0059 21 8.00001V19.2C21 20.1941 20.1941 21 19.2 21H7.99995C7.00584 21 6.19995 20.1941 6.19995 19.2V8.00001ZM7.99995 7.80001C7.88949 7.80001 7.79995 7.88955 7.79995 8.00001V19.2C7.79995 19.3105 7.88949 19.4 7.99995 19.4H19.2C19.3104 19.4 19.4 19.3105 19.4 19.2V8.00001C19.4 7.88955 19.3104 7.80001 19.2 7.80001H7.99995Z' fill='%23FFEEF0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00073 4.79982C3.00073 3.8057 3.80662 2.99982 4.80073 2.99982H18.2C18.6418 2.99982 19 3.35799 19 3.79982C19 4.24164 18.6418 4.59982 18.2 4.59982H4.80073C4.69027 4.59982 4.60073 4.68936 4.60073 4.79982V18.2C4.60073 18.6418 4.24256 19 3.80073 19C3.3589 19 3.00073 18.6418 3.00073 18.2V4.79982Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-link, .btn.base-sub-color2:focus .ico-link, .btn.base-sub-color2:link:active .ico-link, .btn.base-sub-color2:link:focus .ico-link, .btn.base-sub-color2:visited:active .ico-link, .btn.base-sub-color2:visited:focus .ico-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8509 4.92396C14.0162 2.75874 17.5267 2.75874 19.6919 4.92397C21.8571 7.0892 21.8571 10.5997 19.6919 12.7649L11.9911 20.4657C11.6786 20.7782 11.1721 20.7782 10.8597 20.4657C10.5473 20.1533 10.5473 19.6468 10.8597 19.3344L18.5605 11.6336C20.1009 10.0932 20.1009 7.59573 18.5605 6.05534C17.0201 4.51496 14.5227 4.51494 12.9823 6.05534L4.92108 14.1165C4.92107 14.1165 4.92108 14.1165 4.92108 14.1165C3.9575 15.0801 3.95749 16.6424 4.92108 17.606C5.88466 18.5696 7.44692 18.5696 8.41051 17.606L15.643 10.3735C15.9898 10.0267 15.9898 9.46445 15.643 9.11766C15.2962 8.77089 14.7339 8.77089 14.3871 9.11766L7.51506 15.9898C7.20264 16.3022 6.69611 16.3022 6.38369 15.9898C6.07127 15.6774 6.07127 15.1708 6.38369 14.8584L13.2558 7.98632C13.2557 7.98632 13.2558 7.98631 13.2558 7.98632C14.2274 7.01468 15.8028 7.01468 16.7744 7.98632C17.746 8.95794 17.746 10.5332 16.7744 11.5049L9.54188 18.7374C7.95346 20.3258 5.37812 20.3258 3.78969 18.7374C2.20129 17.1489 2.20129 14.5736 3.78969 12.9852L11.8509 4.92396Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-blank, .btn.base-sub-color2:focus .ico-blank, .btn.base-sub-color2:link:active .ico-blank, .btn.base-sub-color2:link:focus .ico-blank, .btn.base-sub-color2:visited:active .ico-blank, .btn.base-sub-color2:visited:focus .ico-blank {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6 4.80002C4.59999 4.68955 4.68954 4.6 4.8 4.6H11.5991C12.041 4.6 12.3991 4.24183 12.3991 3.8C12.3991 3.35817 12.041 3 11.5991 3H4.8C3.80582 3 2.99991 3.80599 3 4.80017L3.00137 19.2004C3.00147 20.1944 3.80732 21.0002 4.80137 21.0002H19.1991C20.1932 21.0002 20.9991 20.1943 20.9991 19.2002V12.4002C20.9991 11.9584 20.641 11.6002 20.1991 11.6002C19.7573 11.6002 19.3991 11.9584 19.3991 12.4002V19.2002C19.3991 19.3107 19.3096 19.4002 19.1991 19.4002H4.80137C4.69092 19.4002 4.60138 19.3107 4.60137 19.2002L4.6 4.80002ZM13.9992 3.8C13.9992 4.24183 14.3574 4.6 14.7992 4.6H18.2678L10.4335 12.4343C10.1211 12.7467 10.1211 13.2533 10.4335 13.5657C10.746 13.8781 11.2525 13.8781 11.5649 13.5657L19.3992 5.73137V9.2002C19.3992 9.64202 19.7574 10.0002 20.1992 10.0002C20.641 10.0002 20.9992 9.64202 20.9992 9.2002V3.8C20.9992 3.35817 20.641 3 20.1992 3H14.7992C14.3574 3 13.9992 3.35817 13.9992 3.8Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-next, .btn.base-sub-color2:focus .ico-next, .btn.base-sub-color2:link:active .ico-next, .btn.base-sub-color2:link:focus .ico-next, .btn.base-sub-color2:visited:active .ico-next, .btn.base-sub-color2:visited:focus .ico-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40531 19.7351C8.70087 20.0635 9.2067 20.0902 9.53512 19.7946L17.5351 12.5949C17.7037 12.4432 17.8 12.2271 17.8 12.0003C17.8 11.7735 17.7037 11.5574 17.5351 11.4056L9.53515 4.20515C9.20675 3.90957 8.70092 3.93617 8.40534 4.26457C8.10976 4.59297 8.13637 5.0988 8.46477 5.39438L15.8041 12.0002L8.4648 18.6053C8.13638 18.9009 8.10975 19.4067 8.40531 19.7351Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-prev, .btn.base-sub-color2:focus .ico-prev, .btn.base-sub-color2:link:active .ico-prev, .btn.base-sub-color2:link:focus .ico-prev, .btn.base-sub-color2:visited:active .ico-prev, .btn.base-sub-color2:visited:focus .ico-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5947 19.7351C15.2991 20.0635 14.7933 20.0902 14.4649 19.7946L6.46486 12.5944C6.29629 12.4427 6.20004 12.2265 6.20004 11.9998C6.20004 11.773 6.2963 11.5568 6.46487 11.4051L14.4649 4.20513C14.7933 3.90956 15.2991 3.93618 15.5947 4.26459C15.8902 4.593 15.8636 5.09883 15.5352 5.3944L8.19591 11.9998L15.5352 18.6053C15.8636 18.9009 15.8902 19.4067 15.5947 19.7351Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-down, .btn.base-sub-color2:focus .ico-down, .btn.base-sub-color2:link:active .ico-down, .btn.base-sub-color2:link:focus .ico-down, .btn.base-sub-color2:visited:active .ico-down, .btn.base-sub-color2:visited:focus .ico-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-check, .btn.base-sub-color2:focus .ico-check, .btn.base-sub-color2:link:active .ico-check, .btn.base-sub-color2:link:focus .ico-check, .btn.base-sub-color2:visited:active .ico-check, .btn.base-sub-color2:visited:focus .ico-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7619 4.4874C14.6302 3.9196 13.3524 3.6 12 3.6C7.36081 3.6 3.6 7.36081 3.6 12C3.6 16.6392 7.36081 20.4 12 20.4C16.6392 20.4 20.4 16.6392 20.4 12C20.4 10.4817 19.9972 9.0575 19.2926 7.82841L20.2773 6.38701C21.3646 7.9873 22 9.91945 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.6874 2 15.2772 2.41794 16.6715 3.15595L15.7619 4.4874ZM17.118 5.3387C17.5468 5.66866 17.9429 6.03909 18.3005 6.44428L19.2269 5.08823C18.8549 4.69944 18.4519 4.34061 18.0218 4.01572L17.118 5.3387Z' fill='%23FFEEF0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4505 3.33922C19.8153 3.58845 19.909 4.08624 19.6598 4.45106L12.8281 14.4511C12.6938 14.6476 12.4789 14.7742 12.2419 14.7963C12.0049 14.8185 11.7703 14.7339 11.6019 14.5656L7.43364 10.3989C7.12116 10.0866 7.12106 9.58002 7.43342 9.26754C7.74578 8.95506 8.25231 8.95496 8.56479 9.26732L12.051 12.7522L18.3387 3.5485C18.5879 3.18368 19.0857 3.08998 19.4505 3.33922Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-refresh, .btn.base-sub-color2:focus .ico-refresh, .btn.base-sub-color2:link:active .ico-refresh, .btn.base-sub-color2:link:focus .ico-refresh, .btn.base-sub-color2:visited:active .ico-refresh, .btn.base-sub-color2:visited:focus .ico-refresh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19766 12.0001C4.19766 7.69649 7.70723 4.2001 12.046 4.2001C14.9928 4.2001 17.5597 5.81393 18.9017 8.2002H15.8C15.3582 8.2002 15 8.55837 15 9.0002C15 9.44202 15.3582 9.8002 15.8 9.8002H20.8C21.2418 9.8002 21.6 9.44202 21.6 9.0002V4.0002C21.6 3.55837 21.2418 3.2002 20.8 3.2002C20.3582 3.2002 20 3.55837 20 4.0002V6.92494C18.3195 4.32325 15.3846 2.6001 12.046 2.6001C6.83203 2.6001 2.59766 6.8044 2.59766 12.0001C2.59766 17.1958 6.83203 21.4001 12.046 21.4001C16.7796 21.4001 20.7039 17.9361 21.3887 13.4098C21.4547 12.9729 21.1542 12.5652 20.7173 12.4991C20.2805 12.433 19.8727 12.7336 19.8067 13.1704C19.2395 16.9195 15.9831 19.8001 12.046 19.8001C7.70723 19.8001 4.19766 16.3037 4.19766 12.0001Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-search, .btn.base-sub-color2:focus .ico-search, .btn.base-sub-color2:link:active .ico-search, .btn.base-sub-color2:link:focus .ico-search, .btn.base-sub-color2:visited:active .ico-search, .btn.base-sub-color2:visited:focus .ico-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-advanced, .btn.base-sub-color2:focus .ico-advanced, .btn.base-sub-color2:link:active .ico-advanced, .btn.base-sub-color2:link:focus .ico-advanced, .btn.base-sub-color2:visited:active .ico-advanced, .btn.base-sub-color2:visited:focus .ico-advanced {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489ZM7.10156 10.9001C7.10156 10.4583 7.45973 10.1001 7.90156 10.1001H10.1031V7.9001C10.1031 7.45827 10.4613 7.1001 10.9031 7.1001C11.345 7.1001 11.7031 7.45827 11.7031 7.9001V10.1001H13.9016C14.3434 10.1001 14.7016 10.4583 14.7016 10.9001C14.7016 11.3419 14.3434 11.7001 13.9016 11.7001H11.7031V13.9001C11.7031 14.3419 11.345 14.7001 10.9031 14.7001C10.4613 14.7001 10.1031 14.3419 10.1031 13.9001V11.7001H7.90156C7.45973 11.7001 7.10156 11.3419 7.10156 10.9001Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-print, .btn.base-sub-color2:focus .ico-print, .btn.base-sub-color2:link:active .ico-print, .btn.base-sub-color2:link:focus .ico-print, .btn.base-sub-color2:visited:active .ico-print, .btn.base-sub-color2:visited:focus .ico-print {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2C6.35817 2 6 2.35817 6 2.8V7H3.80282C2.80892 7 2.00312 7.80556 2.00282 8.79946L2 18.2C1.99994 18.4122 2.08419 18.6157 2.23423 18.7658C2.38427 18.9159 2.58779 19.0002 2.8 19.0002H6.19922V21.2002C6.19922 21.642 6.55739 22.0002 6.99922 22.0002H17.1992C17.641 22.0002 17.9992 21.642 17.9992 21.2002V19.0002H21.2031C21.645 19.0002 22.0031 18.642 22.0031 18.2002V8.8C22.0031 7.80589 21.1972 7 20.2031 7H17.9992V2.8C17.9992 2.35817 17.641 2 17.1992 2H6.8ZM16.3992 7V3.6H7.6V7H16.3992ZM20.4031 17.4002H17.9992V14.0002C17.9992 13.788 17.9149 13.5845 17.7649 13.4345C17.6149 13.2845 17.4114 13.2002 17.1992 13.2002H6.99922C6.55739 13.2002 6.19922 13.5584 6.19922 14.0002V17.4002H3.60024L3.60282 8.79994C3.60286 8.68951 3.69239 8.6 3.80282 8.6H20.2031C20.3136 8.6 20.4031 8.68954 20.4031 8.8V17.4002ZM7.79922 14.8002V20.4002H16.3992V14.8002H7.79922Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-share, .btn.base-sub-color2:focus .ico-share, .btn.base-sub-color2:link:active .ico-share, .btn.base-sub-color2:link:focus .ico-share, .btn.base-sub-color2:visited:active .ico-share, .btn.base-sub-color2:visited:focus .ico-share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3984 6.3C14.3984 4.47746 15.8759 3 17.6984 3C19.521 3 20.9984 4.47746 20.9984 6.3C20.9984 8.12254 19.521 9.6 17.6984 9.6C16.6494 9.6 15.7146 9.11047 15.1102 8.34738L9.52782 11.3105C9.57512 11.5329 9.6 11.7637 9.6 12.0002C9.6 12.3148 9.55597 12.6191 9.47374 12.9074L14.9792 15.8297C15.5743 14.966 16.5703 14.3999 17.6984 14.3999C19.521 14.3999 20.9984 15.8774 20.9984 17.6999C20.9984 19.5224 19.521 20.9999 17.6984 20.9999C15.8759 20.9999 14.3984 19.5224 14.3984 17.6999C14.3984 17.5793 14.4049 17.4602 14.4175 17.343L8.67279 14.2936C8.07276 14.9143 7.23145 15.3002 6.3 15.3002C4.47746 15.3002 3 13.8227 3 12.0002C3 10.1777 4.47746 8.7002 6.3 8.7002C7.3121 8.7002 8.21778 9.15582 8.82312 9.87314L14.4503 6.88619C14.4162 6.69595 14.3984 6.50005 14.3984 6.3ZM17.6984 4.6C16.7596 4.6 15.9984 5.36112 15.9984 6.3C15.9984 7.23888 16.7596 8 17.6984 8C18.6373 8 19.3984 7.23888 19.3984 6.3C19.3984 5.36112 18.6373 4.6 17.6984 4.6ZM4.6 12.0002C4.6 11.0613 5.36112 10.3002 6.3 10.3002C7.23888 10.3002 8 11.0613 8 12.0002C8 12.9391 7.23888 13.7002 6.3 13.7002C5.36112 13.7002 4.6 12.9391 4.6 12.0002ZM15.9984 17.6999C15.9984 16.761 16.7596 15.9999 17.6984 15.9999C18.6373 15.9999 19.3984 16.761 19.3984 17.6999C19.3984 18.6388 18.6373 19.3999 17.6984 19.3999C16.7596 19.3999 15.9984 18.6388 15.9984 17.6999Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-like, .btn.base-sub-color2:focus .ico-like, .btn.base-sub-color2:link:active .ico-like, .btn.base-sub-color2:link:focus .ico-like, .btn.base-sub-color2:visited:active .ico-like, .btn.base-sub-color2:visited:focus .ico-like {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84279 3.00069C7.85776 3.00006 7.87276 2.99987 7.88775 3.00009C8.86548 3.01458 9.82407 3.27465 10.667 3.75671C11.1589 4.038 11.5645 4.46623 11.8833 4.87468C11.9227 4.92515 11.9614 4.97606 11.9992 5.02722C12.0371 4.97606 12.0757 4.92515 12.1151 4.87468C12.4339 4.46623 12.8396 4.03801 13.3314 3.75671C14.1744 3.27465 15.133 3.01458 16.1107 3.00009C16.1257 2.99987 16.1407 3.00006 16.1557 3.00069C17.7007 3.06467 19.1645 3.70893 20.2243 4.80459C21.2817 5.89773 21.8507 7.35228 21.7956 8.85363C21.7911 10.2724 21.1945 11.7053 20.3873 13.0116C19.57 14.3343 18.4895 15.6028 17.4185 16.7038C15.2802 18.9022 13.0965 20.5172 12.8801 20.6633L12.8799 20.6634L12.4466 20.9557C12.1762 21.138 11.8222 21.138 11.5519 20.9557L11.1186 20.6634L11.1165 20.662C10.902 20.5164 8.71872 18.902 6.57992 16.7033C5.50898 15.6024 4.42845 14.334 3.61116 13.0115C2.80391 11.7052 2.2073 10.2724 2.20288 8.85362C2.1478 7.35227 2.71673 5.89773 3.77414 4.80459C4.83397 3.70893 6.29773 3.06467 7.84279 3.00069ZM7.8645 4.6003C6.7485 4.65307 5.68545 5.12998 4.92415 5.917C4.15911 6.7079 3.7603 7.74703 3.80223 8.80609C3.80264 8.81664 3.80285 8.82719 3.80285 8.83774C3.80285 9.83437 4.23152 10.9717 4.97224 12.1703C5.70593 13.3576 6.70066 14.5328 7.72681 15.5876C8.75008 16.6396 9.7871 17.5541 10.5912 18.221C10.9927 18.554 11.3346 18.8239 11.5855 19.017C11.7109 19.1135 11.8132 19.1904 11.8883 19.2461C11.9259 19.2739 11.9562 19.2961 11.9789 19.3124L11.9993 19.327L12.0202 19.3121C12.0427 19.2959 12.0729 19.2738 12.1105 19.246C12.1855 19.1905 12.2877 19.1137 12.4131 19.0172C12.6639 18.8244 13.0057 18.5545 13.4072 18.2216C14.2113 17.5548 15.2483 16.6402 16.2716 15.5882C17.2978 14.5332 18.2925 13.3579 19.0262 12.1706C19.7669 10.9718 20.1956 9.83438 20.1956 8.83774C20.1956 8.82719 20.1958 8.81664 20.1962 8.80609C20.2381 7.74702 19.8393 6.7079 19.0743 5.917C18.313 5.12998 17.2499 4.65307 16.112 4.6003C15.4092 4.61445 14.7244 4.80326 14.1257 5.14563C13.8936 5.27837 13.639 5.52262 13.3764 5.85914C13.1193 6.18845 12.8895 6.56011 12.691 6.90192C12.5479 7.14847 12.2843 7.3002 11.9992 7.3002C11.7141 7.3002 11.4506 7.14847 11.3074 6.90192C11.1089 6.56011 10.8791 6.18845 10.6221 5.85914C10.3594 5.52262 10.1048 5.27837 9.8727 5.14563C9.27403 4.80326 8.58926 4.61445 7.88645 4.6003Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-filter, .btn.base-sub-color2:focus .ico-filter, .btn.base-sub-color2:link:active .ico-filter, .btn.base-sub-color2:link:focus .ico-filter, .btn.base-sub-color2:visited:active .ico-filter, .btn.base-sub-color2:visited:focus .ico-filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.80078 8.52374C7.867 8.86303 8.63938 9.86127 8.63938 11.0399C8.63938 12.2185 7.867 13.2168 6.80078 13.5561L6.80078 21.2002C6.80078 21.642 6.44261 22.0002 6.00078 22.0002C5.55895 22.0002 5.20078 21.642 5.20078 21.2002L5.20078 13.557C4.13311 13.2185 3.35938 12.2196 3.35938 11.0399C3.35938 9.86023 4.13311 8.86128 5.20078 8.52284L5.20078 2.8C5.20078 2.35817 5.55895 2 6.00078 2C6.44261 2 6.80078 2.35817 6.80078 2.8V8.52374ZM5.99938 12.0799C5.425 12.0799 4.95938 11.6143 4.95938 11.0399C4.95938 10.4655 5.425 9.9999 5.99938 9.9999C6.57375 9.9999 7.03938 10.4655 7.03938 11.0399C7.03938 11.6143 6.57375 12.0799 5.99938 12.0799Z' fill='%23FFEEF0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2008 21.2002L11.2008 17.1571C10.1331 16.8186 9.35938 15.8197 9.35938 14.64C9.35938 13.4603 10.1331 12.4614 11.2008 12.1229V2.8C11.2008 2.35817 11.559 2 12.0008 2C12.4426 2 12.8008 2.35817 12.8008 2.8L12.8008 12.1238C13.867 12.4631 14.6394 13.4614 14.6394 14.64C14.6394 15.8186 13.867 16.8169 12.8008 17.1562V21.2002C12.8008 21.642 12.4426 22.0002 12.0008 22.0002C11.559 22.0002 11.2008 21.642 11.2008 21.2002ZM10.9594 14.64C10.9594 15.2144 11.425 15.68 11.9994 15.68C12.5738 15.68 13.0394 15.2144 13.0394 14.64C13.0394 14.0656 12.5738 13.6 11.9994 13.6C11.425 13.6 10.9594 14.0656 10.9594 14.64Z' fill='%23FFEEF0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2008 6.12294V2.8C17.2008 2.35817 17.559 2 18.0008 2C18.4426 2 18.8008 2.35817 18.8008 2.8V6.12383C19.867 6.46313 20.6394 7.46137 20.6394 8.64C20.6394 9.81863 19.867 10.8169 18.8008 11.1562L18.8008 21.2002C18.8008 21.642 18.4426 22.0002 18.0008 22.0002C17.559 22.0002 17.2008 21.642 17.2008 21.2002V11.1571C16.1331 10.8186 15.3594 9.81967 15.3594 8.64C15.3594 7.46033 16.1331 6.46138 17.2008 6.12294ZM17.9994 9.68C17.425 9.68 16.9594 9.21438 16.9594 8.64C16.9594 8.06562 17.425 7.6 17.9994 7.6C18.5738 7.6 19.0394 8.06562 19.0394 8.64C19.0394 9.21438 18.5738 9.68 17.9994 9.68Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2:active .ico-location, .btn.base-sub-color2:focus .ico-location, .btn.base-sub-color2:link:active .ico-location, .btn.base-sub-color2:link:focus .ico-location, .btn.base-sub-color2:visited:active .ico-location, .btn.base-sub-color2:visited:focus .ico-location {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.782 10.1089C15.782 12.1977 14.0887 13.891 11.9999 13.891C9.91104 13.891 8.21771 12.1977 8.21771 10.1089C8.21771 8.02005 9.91104 6.32672 11.9999 6.32672C14.0887 6.32672 15.782 8.02005 15.782 10.1089Z' stroke='%23FFEEF0' stroke-width='1.5'/%3E%3Cpath d='M19.5642 10.1089C19.5642 14.2865 13.8909 21.4554 11.9999 21.4554C10.1088 21.4554 4.43555 14.2865 4.43555 10.1089C4.43555 5.93122 7.82221 2.54456 11.9999 2.54456C16.1775 2.54456 19.5642 5.93122 19.5642 10.1089Z' stroke='%23FFEEF0' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline, .btn.base-sub-color2.outline:link, .btn.base-sub-color2.outline:visited {
  color: #FFEEF0;
  background-color: #fff;
  border-color: #FFEEF0;
}
.btn.base-sub-color2.outline .ico-listul, .btn.base-sub-color2.outline:link .ico-listul, .btn.base-sub-color2.outline:visited .ico-listul {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.19922 6.0002C2.19922 5.55837 2.55739 5.2002 2.99922 5.2002H20.9992C21.441 5.2002 21.7992 5.55837 21.7992 6.0002C21.7992 6.44202 21.441 6.8002 20.9992 6.8002H2.99922C2.55739 6.8002 2.19922 6.44202 2.19922 6.0002ZM2.19922 12.0002C2.19922 11.5584 2.55739 11.2002 2.99922 11.2002H20.9992C21.441 11.2002 21.7992 11.5584 21.7992 12.0002C21.7992 12.442 21.441 12.8002 20.9992 12.8002H2.99922C2.55739 12.8002 2.19922 12.442 2.19922 12.0002ZM2.99922 17.2002C2.55739 17.2002 2.19922 17.5584 2.19922 18.0002C2.19922 18.442 2.55739 18.8002 2.99922 18.8002H20.9992C21.441 18.8002 21.7992 18.442 21.7992 18.0002C21.7992 17.5584 21.441 17.2002 20.9992 17.2002H2.99922Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-write, .btn.base-sub-color2.outline:link .ico-write, .btn.base-sub-color2.outline:visited .ico-write {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4343 2.43427C16.7467 2.12185 17.2533 2.12185 17.5657 2.43427L21.5657 6.43427C21.7157 6.58429 21.8 6.78778 21.8 6.99995C21.8 7.21212 21.7157 7.41561 21.5657 7.56564L12.5657 16.5656C12.4157 16.7157 12.2122 16.8 12 16.8H8C7.55817 16.8 7.2 16.4418 7.2 16V12C7.2 11.7878 7.28429 11.5843 7.43431 11.4343L16.4343 2.43427ZM17 4.13132L15.1314 5.99995L18 8.86858L19.8686 6.99995L17 4.13132ZM16.8686 9.99995L14 7.13132L8.8 12.3313V15.2H11.6686L16.8686 9.99995ZM4.8 4.59995C4.68954 4.59995 4.6 4.68949 4.6 4.79995V19.2C4.6 19.3104 4.68954 19.4 4.8 19.4H19.2C19.3105 19.4 19.4 19.3104 19.4 19.2V12.2C19.4 11.7581 19.7582 11.4 20.2 11.4C20.6418 11.4 21 11.7581 21 12.2V19.2C21 20.1941 20.1941 21 19.2 21H4.8C3.80589 21 3 20.1941 3 19.2V4.79995C3 3.80584 3.80589 2.99995 4.8 2.99995H11.7992C12.241 2.99995 12.5992 3.35812 12.5992 3.79995C12.5992 4.24178 12.241 4.59995 11.7992 4.59995H4.8Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-detail, .btn.base-sub-color2.outline:link .ico-detail, .btn.base-sub-color2.outline:visited .ico-detail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63629 12.0843C4.03609 10.8283 5.08502 9.63166 6.59666 8.73858C8.10015 7.85031 10.0027 7.3002 11.9985 7.3002C16.0279 7.3002 19.3773 9.51934 20.3566 12.1209C20.359 12.1272 20.3594 12.1313 20.3594 12.1328L20.3594 12.133C19.8163 13.8467 17.4328 16.7002 11.9985 16.7002C6.62812 16.7002 4.20473 13.6043 3.63555 12.0869L3.63629 12.0843ZM11.9985 5.7002C9.71865 5.7002 7.53474 6.32599 5.7828 7.36103C4.03901 8.39127 2.66351 9.86534 2.11167 11.599C2.0057 11.9319 2.00656 12.2981 2.13461 12.6412C2.92028 14.7463 5.91647 18.3002 11.9985 18.3002C18.0562 18.3002 21.1104 15.0626 21.8852 12.6146C21.9975 12.26 21.9786 11.8883 21.854 11.5573C20.5835 8.18203 16.518 5.7002 11.9985 5.7002ZM9.79922 12.0002C9.79922 10.7852 10.7842 9.8002 11.9992 9.8002C13.2142 9.8002 14.1992 10.7852 14.1992 12.0002C14.1992 13.2152 13.2142 14.2002 11.9992 14.2002C10.7842 14.2002 9.79922 13.2152 9.79922 12.0002ZM11.9992 8.2002C9.90054 8.2002 8.19922 9.90151 8.19922 12.0002C8.19922 14.0989 9.90054 15.8002 11.9992 15.8002C14.0979 15.8002 15.7992 14.0989 15.7992 12.0002C15.7992 9.90151 14.0979 8.2002 11.9992 8.2002Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-delete, .btn.base-sub-color2.outline:link .ico-delete, .btn.base-sub-color2.outline:visited .ico-delete {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6304 4.23482C18.9428 3.92239 19.4493 3.92238 19.7618 4.23479C20.0742 4.5472 20.0742 5.05373 19.7618 5.36616L13.1294 11.999L19.7657 18.6357C20.0781 18.9481 20.0781 19.4546 19.7657 19.767C19.4532 20.0795 18.9467 20.0794 18.6343 19.767L11.998 13.1304L5.3618 19.767C5.04939 20.0794 4.54285 20.0795 4.23042 19.767C3.918 19.4546 3.91798 18.9481 4.23039 18.6357L10.8667 11.999L4.2343 5.36616C3.92189 5.05373 3.9219 4.5472 4.23433 4.23479C4.54676 3.92238 5.05329 3.92239 5.3657 4.23482L11.998 10.8676L18.6304 4.23482Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-download, .btn.base-sub-color2.outline:link .ico-download, .btn.base-sub-color2.outline:visited .ico-download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5754 16.0542C12.4246 16.2111 12.2163 16.2998 11.9987 16.2998C11.7811 16.2998 11.5729 16.2111 11.4221 16.0542L6.42206 10.8542C6.11583 10.5358 6.12576 10.0293 6.44424 9.72309C6.76273 9.41685 7.26916 9.42678 7.5754 9.74527L11.1987 13.5135V3.79976C11.1987 3.35793 11.5569 2.99976 11.9987 2.99976C12.4406 2.99976 12.7987 3.35793 12.7987 3.79976V13.5135L16.4221 9.74527C16.7283 9.42678 17.2347 9.41685 17.5532 9.72309C17.8717 10.0293 17.8816 10.5358 17.5754 10.8542L12.5754 16.0542ZM3.60029 16.0003C3.6004 15.5585 3.24232 15.2003 2.80049 15.2001C2.35866 15.2 2.0004 15.5581 2.00029 16L1.99951 19.2C1.99946 19.4122 2.08372 19.6157 2.23376 19.7658C2.38379 19.9158 2.5873 20.0001 2.79951 20.0001H21.1987C21.6406 20.0001 21.9987 19.642 21.9987 19.2001V16.0001C21.9987 15.5583 21.6406 15.2001 21.1987 15.2001C20.7569 15.2001 20.3987 15.5583 20.3987 16.0001V18.4001H3.59971L3.60029 16.0003Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-copy, .btn.base-sub-color2.outline:link .ico-copy, .btn.base-sub-color2.outline:visited .ico-copy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.19995 8.00001C6.19995 7.0059 7.00584 6.20001 7.99995 6.20001H19.2C20.1941 6.20001 21 7.0059 21 8.00001V19.2C21 20.1941 20.1941 21 19.2 21H7.99995C7.00584 21 6.19995 20.1941 6.19995 19.2V8.00001ZM7.99995 7.80001C7.88949 7.80001 7.79995 7.88955 7.79995 8.00001V19.2C7.79995 19.3105 7.88949 19.4 7.99995 19.4H19.2C19.3104 19.4 19.4 19.3105 19.4 19.2V8.00001C19.4 7.88955 19.3104 7.80001 19.2 7.80001H7.99995Z' fill='%23FFEEF0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00073 4.79982C3.00073 3.8057 3.80662 2.99982 4.80073 2.99982H18.2C18.6418 2.99982 19 3.35799 19 3.79982C19 4.24164 18.6418 4.59982 18.2 4.59982H4.80073C4.69027 4.59982 4.60073 4.68936 4.60073 4.79982V18.2C4.60073 18.6418 4.24256 19 3.80073 19C3.3589 19 3.00073 18.6418 3.00073 18.2V4.79982Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-link, .btn.base-sub-color2.outline:link .ico-link, .btn.base-sub-color2.outline:visited .ico-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8509 4.92396C14.0162 2.75874 17.5267 2.75874 19.6919 4.92397C21.8571 7.0892 21.8571 10.5997 19.6919 12.7649L11.9911 20.4657C11.6786 20.7782 11.1721 20.7782 10.8597 20.4657C10.5473 20.1533 10.5473 19.6468 10.8597 19.3344L18.5605 11.6336C20.1009 10.0932 20.1009 7.59573 18.5605 6.05534C17.0201 4.51496 14.5227 4.51494 12.9823 6.05534L4.92108 14.1165C4.92107 14.1165 4.92108 14.1165 4.92108 14.1165C3.9575 15.0801 3.95749 16.6424 4.92108 17.606C5.88466 18.5696 7.44692 18.5696 8.41051 17.606L15.643 10.3735C15.9898 10.0267 15.9898 9.46445 15.643 9.11766C15.2962 8.77089 14.7339 8.77089 14.3871 9.11766L7.51506 15.9898C7.20264 16.3022 6.69611 16.3022 6.38369 15.9898C6.07127 15.6774 6.07127 15.1708 6.38369 14.8584L13.2558 7.98632C13.2557 7.98632 13.2558 7.98631 13.2558 7.98632C14.2274 7.01468 15.8028 7.01468 16.7744 7.98632C17.746 8.95794 17.746 10.5332 16.7744 11.5049L9.54188 18.7374C7.95346 20.3258 5.37812 20.3258 3.78969 18.7374C2.20129 17.1489 2.20129 14.5736 3.78969 12.9852L11.8509 4.92396Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-blank, .btn.base-sub-color2.outline:link .ico-blank, .btn.base-sub-color2.outline:visited .ico-blank {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6 4.80002C4.59999 4.68955 4.68954 4.6 4.8 4.6H11.5991C12.041 4.6 12.3991 4.24183 12.3991 3.8C12.3991 3.35817 12.041 3 11.5991 3H4.8C3.80582 3 2.99991 3.80599 3 4.80017L3.00137 19.2004C3.00147 20.1944 3.80732 21.0002 4.80137 21.0002H19.1991C20.1932 21.0002 20.9991 20.1943 20.9991 19.2002V12.4002C20.9991 11.9584 20.641 11.6002 20.1991 11.6002C19.7573 11.6002 19.3991 11.9584 19.3991 12.4002V19.2002C19.3991 19.3107 19.3096 19.4002 19.1991 19.4002H4.80137C4.69092 19.4002 4.60138 19.3107 4.60137 19.2002L4.6 4.80002ZM13.9992 3.8C13.9992 4.24183 14.3574 4.6 14.7992 4.6H18.2678L10.4335 12.4343C10.1211 12.7467 10.1211 13.2533 10.4335 13.5657C10.746 13.8781 11.2525 13.8781 11.5649 13.5657L19.3992 5.73137V9.2002C19.3992 9.64202 19.7574 10.0002 20.1992 10.0002C20.641 10.0002 20.9992 9.64202 20.9992 9.2002V3.8C20.9992 3.35817 20.641 3 20.1992 3H14.7992C14.3574 3 13.9992 3.35817 13.9992 3.8Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-next, .btn.base-sub-color2.outline:link .ico-next, .btn.base-sub-color2.outline:visited .ico-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40531 19.7351C8.70087 20.0635 9.2067 20.0902 9.53512 19.7946L17.5351 12.5949C17.7037 12.4432 17.8 12.2271 17.8 12.0003C17.8 11.7735 17.7037 11.5574 17.5351 11.4056L9.53515 4.20515C9.20675 3.90957 8.70092 3.93617 8.40534 4.26457C8.10976 4.59297 8.13637 5.0988 8.46477 5.39438L15.8041 12.0002L8.4648 18.6053C8.13638 18.9009 8.10975 19.4067 8.40531 19.7351Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-prev, .btn.base-sub-color2.outline:link .ico-prev, .btn.base-sub-color2.outline:visited .ico-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5947 19.7351C15.2991 20.0635 14.7933 20.0902 14.4649 19.7946L6.46486 12.5944C6.29629 12.4427 6.20004 12.2265 6.20004 11.9998C6.20004 11.773 6.2963 11.5568 6.46487 11.4051L14.4649 4.20513C14.7933 3.90956 15.2991 3.93618 15.5947 4.26459C15.8902 4.593 15.8636 5.09883 15.5352 5.3944L8.19591 11.9998L15.5352 18.6053C15.8636 18.9009 15.8902 19.4067 15.5947 19.7351Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-down, .btn.base-sub-color2.outline:link .ico-down, .btn.base-sub-color2.outline:visited .ico-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-check, .btn.base-sub-color2.outline:link .ico-check, .btn.base-sub-color2.outline:visited .ico-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7619 4.4874C14.6302 3.9196 13.3524 3.6 12 3.6C7.36081 3.6 3.6 7.36081 3.6 12C3.6 16.6392 7.36081 20.4 12 20.4C16.6392 20.4 20.4 16.6392 20.4 12C20.4 10.4817 19.9972 9.0575 19.2926 7.82841L20.2773 6.38701C21.3646 7.9873 22 9.91945 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.6874 2 15.2772 2.41794 16.6715 3.15595L15.7619 4.4874ZM17.118 5.3387C17.5468 5.66866 17.9429 6.03909 18.3005 6.44428L19.2269 5.08823C18.8549 4.69944 18.4519 4.34061 18.0218 4.01572L17.118 5.3387Z' fill='%23FFEEF0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4505 3.33922C19.8153 3.58845 19.909 4.08624 19.6598 4.45106L12.8281 14.4511C12.6938 14.6476 12.4789 14.7742 12.2419 14.7963C12.0049 14.8185 11.7703 14.7339 11.6019 14.5656L7.43364 10.3989C7.12116 10.0866 7.12106 9.58002 7.43342 9.26754C7.74578 8.95506 8.25231 8.95496 8.56479 9.26732L12.051 12.7522L18.3387 3.5485C18.5879 3.18368 19.0857 3.08998 19.4505 3.33922Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-refresh, .btn.base-sub-color2.outline:link .ico-refresh, .btn.base-sub-color2.outline:visited .ico-refresh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19766 12.0001C4.19766 7.69649 7.70723 4.2001 12.046 4.2001C14.9928 4.2001 17.5597 5.81393 18.9017 8.2002H15.8C15.3582 8.2002 15 8.55837 15 9.0002C15 9.44202 15.3582 9.8002 15.8 9.8002H20.8C21.2418 9.8002 21.6 9.44202 21.6 9.0002V4.0002C21.6 3.55837 21.2418 3.2002 20.8 3.2002C20.3582 3.2002 20 3.55837 20 4.0002V6.92494C18.3195 4.32325 15.3846 2.6001 12.046 2.6001C6.83203 2.6001 2.59766 6.8044 2.59766 12.0001C2.59766 17.1958 6.83203 21.4001 12.046 21.4001C16.7796 21.4001 20.7039 17.9361 21.3887 13.4098C21.4547 12.9729 21.1542 12.5652 20.7173 12.4991C20.2805 12.433 19.8727 12.7336 19.8067 13.1704C19.2395 16.9195 15.9831 19.8001 12.046 19.8001C7.70723 19.8001 4.19766 16.3037 4.19766 12.0001Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-search, .btn.base-sub-color2.outline:link .ico-search, .btn.base-sub-color2.outline:visited .ico-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-advanced, .btn.base-sub-color2.outline:link .ico-advanced, .btn.base-sub-color2.outline:visited .ico-advanced {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489ZM7.10156 10.9001C7.10156 10.4583 7.45973 10.1001 7.90156 10.1001H10.1031V7.9001C10.1031 7.45827 10.4613 7.1001 10.9031 7.1001C11.345 7.1001 11.7031 7.45827 11.7031 7.9001V10.1001H13.9016C14.3434 10.1001 14.7016 10.4583 14.7016 10.9001C14.7016 11.3419 14.3434 11.7001 13.9016 11.7001H11.7031V13.9001C11.7031 14.3419 11.345 14.7001 10.9031 14.7001C10.4613 14.7001 10.1031 14.3419 10.1031 13.9001V11.7001H7.90156C7.45973 11.7001 7.10156 11.3419 7.10156 10.9001Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-print, .btn.base-sub-color2.outline:link .ico-print, .btn.base-sub-color2.outline:visited .ico-print {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2C6.35817 2 6 2.35817 6 2.8V7H3.80282C2.80892 7 2.00312 7.80556 2.00282 8.79946L2 18.2C1.99994 18.4122 2.08419 18.6157 2.23423 18.7658C2.38427 18.9159 2.58779 19.0002 2.8 19.0002H6.19922V21.2002C6.19922 21.642 6.55739 22.0002 6.99922 22.0002H17.1992C17.641 22.0002 17.9992 21.642 17.9992 21.2002V19.0002H21.2031C21.645 19.0002 22.0031 18.642 22.0031 18.2002V8.8C22.0031 7.80589 21.1972 7 20.2031 7H17.9992V2.8C17.9992 2.35817 17.641 2 17.1992 2H6.8ZM16.3992 7V3.6H7.6V7H16.3992ZM20.4031 17.4002H17.9992V14.0002C17.9992 13.788 17.9149 13.5845 17.7649 13.4345C17.6149 13.2845 17.4114 13.2002 17.1992 13.2002H6.99922C6.55739 13.2002 6.19922 13.5584 6.19922 14.0002V17.4002H3.60024L3.60282 8.79994C3.60286 8.68951 3.69239 8.6 3.80282 8.6H20.2031C20.3136 8.6 20.4031 8.68954 20.4031 8.8V17.4002ZM7.79922 14.8002V20.4002H16.3992V14.8002H7.79922Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-share, .btn.base-sub-color2.outline:link .ico-share, .btn.base-sub-color2.outline:visited .ico-share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3984 6.3C14.3984 4.47746 15.8759 3 17.6984 3C19.521 3 20.9984 4.47746 20.9984 6.3C20.9984 8.12254 19.521 9.6 17.6984 9.6C16.6494 9.6 15.7146 9.11047 15.1102 8.34738L9.52782 11.3105C9.57512 11.5329 9.6 11.7637 9.6 12.0002C9.6 12.3148 9.55597 12.6191 9.47374 12.9074L14.9792 15.8297C15.5743 14.966 16.5703 14.3999 17.6984 14.3999C19.521 14.3999 20.9984 15.8774 20.9984 17.6999C20.9984 19.5224 19.521 20.9999 17.6984 20.9999C15.8759 20.9999 14.3984 19.5224 14.3984 17.6999C14.3984 17.5793 14.4049 17.4602 14.4175 17.343L8.67279 14.2936C8.07276 14.9143 7.23145 15.3002 6.3 15.3002C4.47746 15.3002 3 13.8227 3 12.0002C3 10.1777 4.47746 8.7002 6.3 8.7002C7.3121 8.7002 8.21778 9.15582 8.82312 9.87314L14.4503 6.88619C14.4162 6.69595 14.3984 6.50005 14.3984 6.3ZM17.6984 4.6C16.7596 4.6 15.9984 5.36112 15.9984 6.3C15.9984 7.23888 16.7596 8 17.6984 8C18.6373 8 19.3984 7.23888 19.3984 6.3C19.3984 5.36112 18.6373 4.6 17.6984 4.6ZM4.6 12.0002C4.6 11.0613 5.36112 10.3002 6.3 10.3002C7.23888 10.3002 8 11.0613 8 12.0002C8 12.9391 7.23888 13.7002 6.3 13.7002C5.36112 13.7002 4.6 12.9391 4.6 12.0002ZM15.9984 17.6999C15.9984 16.761 16.7596 15.9999 17.6984 15.9999C18.6373 15.9999 19.3984 16.761 19.3984 17.6999C19.3984 18.6388 18.6373 19.3999 17.6984 19.3999C16.7596 19.3999 15.9984 18.6388 15.9984 17.6999Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-like, .btn.base-sub-color2.outline:link .ico-like, .btn.base-sub-color2.outline:visited .ico-like {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84279 3.00069C7.85776 3.00006 7.87276 2.99987 7.88775 3.00009C8.86548 3.01458 9.82407 3.27465 10.667 3.75671C11.1589 4.038 11.5645 4.46623 11.8833 4.87468C11.9227 4.92515 11.9614 4.97606 11.9992 5.02722C12.0371 4.97606 12.0757 4.92515 12.1151 4.87468C12.4339 4.46623 12.8396 4.03801 13.3314 3.75671C14.1744 3.27465 15.133 3.01458 16.1107 3.00009C16.1257 2.99987 16.1407 3.00006 16.1557 3.00069C17.7007 3.06467 19.1645 3.70893 20.2243 4.80459C21.2817 5.89773 21.8507 7.35228 21.7956 8.85363C21.7911 10.2724 21.1945 11.7053 20.3873 13.0116C19.57 14.3343 18.4895 15.6028 17.4185 16.7038C15.2802 18.9022 13.0965 20.5172 12.8801 20.6633L12.8799 20.6634L12.4466 20.9557C12.1762 21.138 11.8222 21.138 11.5519 20.9557L11.1186 20.6634L11.1165 20.662C10.902 20.5164 8.71872 18.902 6.57992 16.7033C5.50898 15.6024 4.42845 14.334 3.61116 13.0115C2.80391 11.7052 2.2073 10.2724 2.20288 8.85362C2.1478 7.35227 2.71673 5.89773 3.77414 4.80459C4.83397 3.70893 6.29773 3.06467 7.84279 3.00069ZM7.8645 4.6003C6.7485 4.65307 5.68545 5.12998 4.92415 5.917C4.15911 6.7079 3.7603 7.74703 3.80223 8.80609C3.80264 8.81664 3.80285 8.82719 3.80285 8.83774C3.80285 9.83437 4.23152 10.9717 4.97224 12.1703C5.70593 13.3576 6.70066 14.5328 7.72681 15.5876C8.75008 16.6396 9.7871 17.5541 10.5912 18.221C10.9927 18.554 11.3346 18.8239 11.5855 19.017C11.7109 19.1135 11.8132 19.1904 11.8883 19.2461C11.9259 19.2739 11.9562 19.2961 11.9789 19.3124L11.9993 19.327L12.0202 19.3121C12.0427 19.2959 12.0729 19.2738 12.1105 19.246C12.1855 19.1905 12.2877 19.1137 12.4131 19.0172C12.6639 18.8244 13.0057 18.5545 13.4072 18.2216C14.2113 17.5548 15.2483 16.6402 16.2716 15.5882C17.2978 14.5332 18.2925 13.3579 19.0262 12.1706C19.7669 10.9718 20.1956 9.83438 20.1956 8.83774C20.1956 8.82719 20.1958 8.81664 20.1962 8.80609C20.2381 7.74702 19.8393 6.7079 19.0743 5.917C18.313 5.12998 17.2499 4.65307 16.112 4.6003C15.4092 4.61445 14.7244 4.80326 14.1257 5.14563C13.8936 5.27837 13.639 5.52262 13.3764 5.85914C13.1193 6.18845 12.8895 6.56011 12.691 6.90192C12.5479 7.14847 12.2843 7.3002 11.9992 7.3002C11.7141 7.3002 11.4506 7.14847 11.3074 6.90192C11.1089 6.56011 10.8791 6.18845 10.6221 5.85914C10.3594 5.52262 10.1048 5.27837 9.8727 5.14563C9.27403 4.80326 8.58926 4.61445 7.88645 4.6003Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-filter, .btn.base-sub-color2.outline:link .ico-filter, .btn.base-sub-color2.outline:visited .ico-filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.80078 8.52374C7.867 8.86303 8.63938 9.86127 8.63938 11.0399C8.63938 12.2185 7.867 13.2168 6.80078 13.5561L6.80078 21.2002C6.80078 21.642 6.44261 22.0002 6.00078 22.0002C5.55895 22.0002 5.20078 21.642 5.20078 21.2002L5.20078 13.557C4.13311 13.2185 3.35938 12.2196 3.35938 11.0399C3.35938 9.86023 4.13311 8.86128 5.20078 8.52284L5.20078 2.8C5.20078 2.35817 5.55895 2 6.00078 2C6.44261 2 6.80078 2.35817 6.80078 2.8V8.52374ZM5.99938 12.0799C5.425 12.0799 4.95938 11.6143 4.95938 11.0399C4.95938 10.4655 5.425 9.9999 5.99938 9.9999C6.57375 9.9999 7.03938 10.4655 7.03938 11.0399C7.03938 11.6143 6.57375 12.0799 5.99938 12.0799Z' fill='%23FFEEF0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2008 21.2002L11.2008 17.1571C10.1331 16.8186 9.35938 15.8197 9.35938 14.64C9.35938 13.4603 10.1331 12.4614 11.2008 12.1229V2.8C11.2008 2.35817 11.559 2 12.0008 2C12.4426 2 12.8008 2.35817 12.8008 2.8L12.8008 12.1238C13.867 12.4631 14.6394 13.4614 14.6394 14.64C14.6394 15.8186 13.867 16.8169 12.8008 17.1562V21.2002C12.8008 21.642 12.4426 22.0002 12.0008 22.0002C11.559 22.0002 11.2008 21.642 11.2008 21.2002ZM10.9594 14.64C10.9594 15.2144 11.425 15.68 11.9994 15.68C12.5738 15.68 13.0394 15.2144 13.0394 14.64C13.0394 14.0656 12.5738 13.6 11.9994 13.6C11.425 13.6 10.9594 14.0656 10.9594 14.64Z' fill='%23FFEEF0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2008 6.12294V2.8C17.2008 2.35817 17.559 2 18.0008 2C18.4426 2 18.8008 2.35817 18.8008 2.8V6.12383C19.867 6.46313 20.6394 7.46137 20.6394 8.64C20.6394 9.81863 19.867 10.8169 18.8008 11.1562L18.8008 21.2002C18.8008 21.642 18.4426 22.0002 18.0008 22.0002C17.559 22.0002 17.2008 21.642 17.2008 21.2002V11.1571C16.1331 10.8186 15.3594 9.81967 15.3594 8.64C15.3594 7.46033 16.1331 6.46138 17.2008 6.12294ZM17.9994 9.68C17.425 9.68 16.9594 9.21438 16.9594 8.64C16.9594 8.06562 17.425 7.6 17.9994 7.6C18.5738 7.6 19.0394 8.06562 19.0394 8.64C19.0394 9.21438 18.5738 9.68 17.9994 9.68Z' fill='%23FFEEF0'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline .ico-location, .btn.base-sub-color2.outline:link .ico-location, .btn.base-sub-color2.outline:visited .ico-location {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.782 10.1089C15.782 12.1977 14.0887 13.891 11.9999 13.891C9.91104 13.891 8.21771 12.1977 8.21771 10.1089C8.21771 8.02005 9.91104 6.32672 11.9999 6.32672C14.0887 6.32672 15.782 8.02005 15.782 10.1089Z' stroke='%23FFEEF0' stroke-width='1.5'/%3E%3Cpath d='M19.5642 10.1089C19.5642 14.2865 13.8909 21.4554 11.9999 21.4554C10.1088 21.4554 4.43555 14.2865 4.43555 10.1089C4.43555 5.93122 7.82221 2.54456 11.9999 2.54456C16.1775 2.54456 19.5642 5.93122 19.5642 10.1089Z' stroke='%23FFEEF0' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover, .btn.base-sub-color2.outline:link:hover, .btn.base-sub-color2.outline:visited:hover {
  color: #fff;
  background-color: #FFEEF0;
  border-color: #FFEEF0;
}
.btn.base-sub-color2.outline:hover .ico-listul, .btn.base-sub-color2.outline:link:hover .ico-listul, .btn.base-sub-color2.outline:visited:hover .ico-listul {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.19922 6.0002C2.19922 5.55837 2.55739 5.2002 2.99922 5.2002H20.9992C21.441 5.2002 21.7992 5.55837 21.7992 6.0002C21.7992 6.44202 21.441 6.8002 20.9992 6.8002H2.99922C2.55739 6.8002 2.19922 6.44202 2.19922 6.0002ZM2.19922 12.0002C2.19922 11.5584 2.55739 11.2002 2.99922 11.2002H20.9992C21.441 11.2002 21.7992 11.5584 21.7992 12.0002C21.7992 12.442 21.441 12.8002 20.9992 12.8002H2.99922C2.55739 12.8002 2.19922 12.442 2.19922 12.0002ZM2.99922 17.2002C2.55739 17.2002 2.19922 17.5584 2.19922 18.0002C2.19922 18.442 2.55739 18.8002 2.99922 18.8002H20.9992C21.441 18.8002 21.7992 18.442 21.7992 18.0002C21.7992 17.5584 21.441 17.2002 20.9992 17.2002H2.99922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-write, .btn.base-sub-color2.outline:link:hover .ico-write, .btn.base-sub-color2.outline:visited:hover .ico-write {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4343 2.43427C16.7467 2.12185 17.2533 2.12185 17.5657 2.43427L21.5657 6.43427C21.7157 6.58429 21.8 6.78778 21.8 6.99995C21.8 7.21212 21.7157 7.41561 21.5657 7.56564L12.5657 16.5656C12.4157 16.7157 12.2122 16.8 12 16.8H8C7.55817 16.8 7.2 16.4418 7.2 16V12C7.2 11.7878 7.28429 11.5843 7.43431 11.4343L16.4343 2.43427ZM17 4.13132L15.1314 5.99995L18 8.86858L19.8686 6.99995L17 4.13132ZM16.8686 9.99995L14 7.13132L8.8 12.3313V15.2H11.6686L16.8686 9.99995ZM4.8 4.59995C4.68954 4.59995 4.6 4.68949 4.6 4.79995V19.2C4.6 19.3104 4.68954 19.4 4.8 19.4H19.2C19.3105 19.4 19.4 19.3104 19.4 19.2V12.2C19.4 11.7581 19.7582 11.4 20.2 11.4C20.6418 11.4 21 11.7581 21 12.2V19.2C21 20.1941 20.1941 21 19.2 21H4.8C3.80589 21 3 20.1941 3 19.2V4.79995C3 3.80584 3.80589 2.99995 4.8 2.99995H11.7992C12.241 2.99995 12.5992 3.35812 12.5992 3.79995C12.5992 4.24178 12.241 4.59995 11.7992 4.59995H4.8Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-detail, .btn.base-sub-color2.outline:link:hover .ico-detail, .btn.base-sub-color2.outline:visited:hover .ico-detail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63629 12.0843C4.03609 10.8283 5.08502 9.63166 6.59666 8.73858C8.10015 7.85031 10.0027 7.3002 11.9985 7.3002C16.0279 7.3002 19.3773 9.51934 20.3566 12.1209C20.359 12.1272 20.3594 12.1313 20.3594 12.1328L20.3594 12.133C19.8163 13.8467 17.4328 16.7002 11.9985 16.7002C6.62812 16.7002 4.20473 13.6043 3.63555 12.0869L3.63629 12.0843ZM11.9985 5.7002C9.71865 5.7002 7.53474 6.32599 5.7828 7.36103C4.03901 8.39127 2.66351 9.86534 2.11167 11.599C2.0057 11.9319 2.00656 12.2981 2.13461 12.6412C2.92028 14.7463 5.91647 18.3002 11.9985 18.3002C18.0562 18.3002 21.1104 15.0626 21.8852 12.6146C21.9975 12.26 21.9786 11.8883 21.854 11.5573C20.5835 8.18203 16.518 5.7002 11.9985 5.7002ZM9.79922 12.0002C9.79922 10.7852 10.7842 9.8002 11.9992 9.8002C13.2142 9.8002 14.1992 10.7852 14.1992 12.0002C14.1992 13.2152 13.2142 14.2002 11.9992 14.2002C10.7842 14.2002 9.79922 13.2152 9.79922 12.0002ZM11.9992 8.2002C9.90054 8.2002 8.19922 9.90151 8.19922 12.0002C8.19922 14.0989 9.90054 15.8002 11.9992 15.8002C14.0979 15.8002 15.7992 14.0989 15.7992 12.0002C15.7992 9.90151 14.0979 8.2002 11.9992 8.2002Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-delete, .btn.base-sub-color2.outline:link:hover .ico-delete, .btn.base-sub-color2.outline:visited:hover .ico-delete {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6304 4.23482C18.9428 3.92239 19.4493 3.92238 19.7618 4.23479C20.0742 4.5472 20.0742 5.05373 19.7618 5.36616L13.1294 11.999L19.7657 18.6357C20.0781 18.9481 20.0781 19.4546 19.7657 19.767C19.4532 20.0795 18.9467 20.0794 18.6343 19.767L11.998 13.1304L5.3618 19.767C5.04939 20.0794 4.54285 20.0795 4.23042 19.767C3.918 19.4546 3.91798 18.9481 4.23039 18.6357L10.8667 11.999L4.2343 5.36616C3.92189 5.05373 3.9219 4.5472 4.23433 4.23479C4.54676 3.92238 5.05329 3.92239 5.3657 4.23482L11.998 10.8676L18.6304 4.23482Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-download, .btn.base-sub-color2.outline:link:hover .ico-download, .btn.base-sub-color2.outline:visited:hover .ico-download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5754 16.0542C12.4246 16.2111 12.2163 16.2998 11.9987 16.2998C11.7811 16.2998 11.5729 16.2111 11.4221 16.0542L6.42206 10.8542C6.11583 10.5358 6.12576 10.0293 6.44424 9.72309C6.76273 9.41685 7.26916 9.42678 7.5754 9.74527L11.1987 13.5135V3.79976C11.1987 3.35793 11.5569 2.99976 11.9987 2.99976C12.4406 2.99976 12.7987 3.35793 12.7987 3.79976V13.5135L16.4221 9.74527C16.7283 9.42678 17.2347 9.41685 17.5532 9.72309C17.8717 10.0293 17.8816 10.5358 17.5754 10.8542L12.5754 16.0542ZM3.60029 16.0003C3.6004 15.5585 3.24232 15.2003 2.80049 15.2001C2.35866 15.2 2.0004 15.5581 2.00029 16L1.99951 19.2C1.99946 19.4122 2.08372 19.6157 2.23376 19.7658C2.38379 19.9158 2.5873 20.0001 2.79951 20.0001H21.1987C21.6406 20.0001 21.9987 19.642 21.9987 19.2001V16.0001C21.9987 15.5583 21.6406 15.2001 21.1987 15.2001C20.7569 15.2001 20.3987 15.5583 20.3987 16.0001V18.4001H3.59971L3.60029 16.0003Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-copy, .btn.base-sub-color2.outline:link:hover .ico-copy, .btn.base-sub-color2.outline:visited:hover .ico-copy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.19995 8.00001C6.19995 7.0059 7.00584 6.20001 7.99995 6.20001H19.2C20.1941 6.20001 21 7.0059 21 8.00001V19.2C21 20.1941 20.1941 21 19.2 21H7.99995C7.00584 21 6.19995 20.1941 6.19995 19.2V8.00001ZM7.99995 7.80001C7.88949 7.80001 7.79995 7.88955 7.79995 8.00001V19.2C7.79995 19.3105 7.88949 19.4 7.99995 19.4H19.2C19.3104 19.4 19.4 19.3105 19.4 19.2V8.00001C19.4 7.88955 19.3104 7.80001 19.2 7.80001H7.99995Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00073 4.79982C3.00073 3.8057 3.80662 2.99982 4.80073 2.99982H18.2C18.6418 2.99982 19 3.35799 19 3.79982C19 4.24164 18.6418 4.59982 18.2 4.59982H4.80073C4.69027 4.59982 4.60073 4.68936 4.60073 4.79982V18.2C4.60073 18.6418 4.24256 19 3.80073 19C3.3589 19 3.00073 18.6418 3.00073 18.2V4.79982Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-link, .btn.base-sub-color2.outline:link:hover .ico-link, .btn.base-sub-color2.outline:visited:hover .ico-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8509 4.92396C14.0162 2.75874 17.5267 2.75874 19.6919 4.92397C21.8571 7.0892 21.8571 10.5997 19.6919 12.7649L11.9911 20.4657C11.6786 20.7782 11.1721 20.7782 10.8597 20.4657C10.5473 20.1533 10.5473 19.6468 10.8597 19.3344L18.5605 11.6336C20.1009 10.0932 20.1009 7.59573 18.5605 6.05534C17.0201 4.51496 14.5227 4.51494 12.9823 6.05534L4.92108 14.1165C4.92107 14.1165 4.92108 14.1165 4.92108 14.1165C3.9575 15.0801 3.95749 16.6424 4.92108 17.606C5.88466 18.5696 7.44692 18.5696 8.41051 17.606L15.643 10.3735C15.9898 10.0267 15.9898 9.46445 15.643 9.11766C15.2962 8.77089 14.7339 8.77089 14.3871 9.11766L7.51506 15.9898C7.20264 16.3022 6.69611 16.3022 6.38369 15.9898C6.07127 15.6774 6.07127 15.1708 6.38369 14.8584L13.2558 7.98632C13.2557 7.98632 13.2558 7.98631 13.2558 7.98632C14.2274 7.01468 15.8028 7.01468 16.7744 7.98632C17.746 8.95794 17.746 10.5332 16.7744 11.5049L9.54188 18.7374C7.95346 20.3258 5.37812 20.3258 3.78969 18.7374C2.20129 17.1489 2.20129 14.5736 3.78969 12.9852L11.8509 4.92396Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-blank, .btn.base-sub-color2.outline:link:hover .ico-blank, .btn.base-sub-color2.outline:visited:hover .ico-blank {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6 4.80002C4.59999 4.68955 4.68954 4.6 4.8 4.6H11.5991C12.041 4.6 12.3991 4.24183 12.3991 3.8C12.3991 3.35817 12.041 3 11.5991 3H4.8C3.80582 3 2.99991 3.80599 3 4.80017L3.00137 19.2004C3.00147 20.1944 3.80732 21.0002 4.80137 21.0002H19.1991C20.1932 21.0002 20.9991 20.1943 20.9991 19.2002V12.4002C20.9991 11.9584 20.641 11.6002 20.1991 11.6002C19.7573 11.6002 19.3991 11.9584 19.3991 12.4002V19.2002C19.3991 19.3107 19.3096 19.4002 19.1991 19.4002H4.80137C4.69092 19.4002 4.60138 19.3107 4.60137 19.2002L4.6 4.80002ZM13.9992 3.8C13.9992 4.24183 14.3574 4.6 14.7992 4.6H18.2678L10.4335 12.4343C10.1211 12.7467 10.1211 13.2533 10.4335 13.5657C10.746 13.8781 11.2525 13.8781 11.5649 13.5657L19.3992 5.73137V9.2002C19.3992 9.64202 19.7574 10.0002 20.1992 10.0002C20.641 10.0002 20.9992 9.64202 20.9992 9.2002V3.8C20.9992 3.35817 20.641 3 20.1992 3H14.7992C14.3574 3 13.9992 3.35817 13.9992 3.8Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-next, .btn.base-sub-color2.outline:link:hover .ico-next, .btn.base-sub-color2.outline:visited:hover .ico-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40531 19.7351C8.70087 20.0635 9.2067 20.0902 9.53512 19.7946L17.5351 12.5949C17.7037 12.4432 17.8 12.2271 17.8 12.0003C17.8 11.7735 17.7037 11.5574 17.5351 11.4056L9.53515 4.20515C9.20675 3.90957 8.70092 3.93617 8.40534 4.26457C8.10976 4.59297 8.13637 5.0988 8.46477 5.39438L15.8041 12.0002L8.4648 18.6053C8.13638 18.9009 8.10975 19.4067 8.40531 19.7351Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-prev, .btn.base-sub-color2.outline:link:hover .ico-prev, .btn.base-sub-color2.outline:visited:hover .ico-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5947 19.7351C15.2991 20.0635 14.7933 20.0902 14.4649 19.7946L6.46486 12.5944C6.29629 12.4427 6.20004 12.2265 6.20004 11.9998C6.20004 11.773 6.2963 11.5568 6.46487 11.4051L14.4649 4.20513C14.7933 3.90956 15.2991 3.93618 15.5947 4.26459C15.8902 4.593 15.8636 5.09883 15.5352 5.3944L8.19591 11.9998L15.5352 18.6053C15.8636 18.9009 15.8902 19.4067 15.5947 19.7351Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-down, .btn.base-sub-color2.outline:link:hover .ico-down, .btn.base-sub-color2.outline:visited:hover .ico-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-check, .btn.base-sub-color2.outline:link:hover .ico-check, .btn.base-sub-color2.outline:visited:hover .ico-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7619 4.4874C14.6302 3.9196 13.3524 3.6 12 3.6C7.36081 3.6 3.6 7.36081 3.6 12C3.6 16.6392 7.36081 20.4 12 20.4C16.6392 20.4 20.4 16.6392 20.4 12C20.4 10.4817 19.9972 9.0575 19.2926 7.82841L20.2773 6.38701C21.3646 7.9873 22 9.91945 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.6874 2 15.2772 2.41794 16.6715 3.15595L15.7619 4.4874ZM17.118 5.3387C17.5468 5.66866 17.9429 6.03909 18.3005 6.44428L19.2269 5.08823C18.8549 4.69944 18.4519 4.34061 18.0218 4.01572L17.118 5.3387Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4505 3.33922C19.8153 3.58845 19.909 4.08624 19.6598 4.45106L12.8281 14.4511C12.6938 14.6476 12.4789 14.7742 12.2419 14.7963C12.0049 14.8185 11.7703 14.7339 11.6019 14.5656L7.43364 10.3989C7.12116 10.0866 7.12106 9.58002 7.43342 9.26754C7.74578 8.95506 8.25231 8.95496 8.56479 9.26732L12.051 12.7522L18.3387 3.5485C18.5879 3.18368 19.0857 3.08998 19.4505 3.33922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-refresh, .btn.base-sub-color2.outline:link:hover .ico-refresh, .btn.base-sub-color2.outline:visited:hover .ico-refresh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19766 12.0001C4.19766 7.69649 7.70723 4.2001 12.046 4.2001C14.9928 4.2001 17.5597 5.81393 18.9017 8.2002H15.8C15.3582 8.2002 15 8.55837 15 9.0002C15 9.44202 15.3582 9.8002 15.8 9.8002H20.8C21.2418 9.8002 21.6 9.44202 21.6 9.0002V4.0002C21.6 3.55837 21.2418 3.2002 20.8 3.2002C20.3582 3.2002 20 3.55837 20 4.0002V6.92494C18.3195 4.32325 15.3846 2.6001 12.046 2.6001C6.83203 2.6001 2.59766 6.8044 2.59766 12.0001C2.59766 17.1958 6.83203 21.4001 12.046 21.4001C16.7796 21.4001 20.7039 17.9361 21.3887 13.4098C21.4547 12.9729 21.1542 12.5652 20.7173 12.4991C20.2805 12.433 19.8727 12.7336 19.8067 13.1704C19.2395 16.9195 15.9831 19.8001 12.046 19.8001C7.70723 19.8001 4.19766 16.3037 4.19766 12.0001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-search, .btn.base-sub-color2.outline:link:hover .ico-search, .btn.base-sub-color2.outline:visited:hover .ico-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-advanced, .btn.base-sub-color2.outline:link:hover .ico-advanced, .btn.base-sub-color2.outline:visited:hover .ico-advanced {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489ZM7.10156 10.9001C7.10156 10.4583 7.45973 10.1001 7.90156 10.1001H10.1031V7.9001C10.1031 7.45827 10.4613 7.1001 10.9031 7.1001C11.345 7.1001 11.7031 7.45827 11.7031 7.9001V10.1001H13.9016C14.3434 10.1001 14.7016 10.4583 14.7016 10.9001C14.7016 11.3419 14.3434 11.7001 13.9016 11.7001H11.7031V13.9001C11.7031 14.3419 11.345 14.7001 10.9031 14.7001C10.4613 14.7001 10.1031 14.3419 10.1031 13.9001V11.7001H7.90156C7.45973 11.7001 7.10156 11.3419 7.10156 10.9001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-print, .btn.base-sub-color2.outline:link:hover .ico-print, .btn.base-sub-color2.outline:visited:hover .ico-print {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2C6.35817 2 6 2.35817 6 2.8V7H3.80282C2.80892 7 2.00312 7.80556 2.00282 8.79946L2 18.2C1.99994 18.4122 2.08419 18.6157 2.23423 18.7658C2.38427 18.9159 2.58779 19.0002 2.8 19.0002H6.19922V21.2002C6.19922 21.642 6.55739 22.0002 6.99922 22.0002H17.1992C17.641 22.0002 17.9992 21.642 17.9992 21.2002V19.0002H21.2031C21.645 19.0002 22.0031 18.642 22.0031 18.2002V8.8C22.0031 7.80589 21.1972 7 20.2031 7H17.9992V2.8C17.9992 2.35817 17.641 2 17.1992 2H6.8ZM16.3992 7V3.6H7.6V7H16.3992ZM20.4031 17.4002H17.9992V14.0002C17.9992 13.788 17.9149 13.5845 17.7649 13.4345C17.6149 13.2845 17.4114 13.2002 17.1992 13.2002H6.99922C6.55739 13.2002 6.19922 13.5584 6.19922 14.0002V17.4002H3.60024L3.60282 8.79994C3.60286 8.68951 3.69239 8.6 3.80282 8.6H20.2031C20.3136 8.6 20.4031 8.68954 20.4031 8.8V17.4002ZM7.79922 14.8002V20.4002H16.3992V14.8002H7.79922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-share, .btn.base-sub-color2.outline:link:hover .ico-share, .btn.base-sub-color2.outline:visited:hover .ico-share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3984 6.3C14.3984 4.47746 15.8759 3 17.6984 3C19.521 3 20.9984 4.47746 20.9984 6.3C20.9984 8.12254 19.521 9.6 17.6984 9.6C16.6494 9.6 15.7146 9.11047 15.1102 8.34738L9.52782 11.3105C9.57512 11.5329 9.6 11.7637 9.6 12.0002C9.6 12.3148 9.55597 12.6191 9.47374 12.9074L14.9792 15.8297C15.5743 14.966 16.5703 14.3999 17.6984 14.3999C19.521 14.3999 20.9984 15.8774 20.9984 17.6999C20.9984 19.5224 19.521 20.9999 17.6984 20.9999C15.8759 20.9999 14.3984 19.5224 14.3984 17.6999C14.3984 17.5793 14.4049 17.4602 14.4175 17.343L8.67279 14.2936C8.07276 14.9143 7.23145 15.3002 6.3 15.3002C4.47746 15.3002 3 13.8227 3 12.0002C3 10.1777 4.47746 8.7002 6.3 8.7002C7.3121 8.7002 8.21778 9.15582 8.82312 9.87314L14.4503 6.88619C14.4162 6.69595 14.3984 6.50005 14.3984 6.3ZM17.6984 4.6C16.7596 4.6 15.9984 5.36112 15.9984 6.3C15.9984 7.23888 16.7596 8 17.6984 8C18.6373 8 19.3984 7.23888 19.3984 6.3C19.3984 5.36112 18.6373 4.6 17.6984 4.6ZM4.6 12.0002C4.6 11.0613 5.36112 10.3002 6.3 10.3002C7.23888 10.3002 8 11.0613 8 12.0002C8 12.9391 7.23888 13.7002 6.3 13.7002C5.36112 13.7002 4.6 12.9391 4.6 12.0002ZM15.9984 17.6999C15.9984 16.761 16.7596 15.9999 17.6984 15.9999C18.6373 15.9999 19.3984 16.761 19.3984 17.6999C19.3984 18.6388 18.6373 19.3999 17.6984 19.3999C16.7596 19.3999 15.9984 18.6388 15.9984 17.6999Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-like, .btn.base-sub-color2.outline:link:hover .ico-like, .btn.base-sub-color2.outline:visited:hover .ico-like {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84279 3.00069C7.85776 3.00006 7.87276 2.99987 7.88775 3.00009C8.86548 3.01458 9.82407 3.27465 10.667 3.75671C11.1589 4.038 11.5645 4.46623 11.8833 4.87468C11.9227 4.92515 11.9614 4.97606 11.9992 5.02722C12.0371 4.97606 12.0757 4.92515 12.1151 4.87468C12.4339 4.46623 12.8396 4.03801 13.3314 3.75671C14.1744 3.27465 15.133 3.01458 16.1107 3.00009C16.1257 2.99987 16.1407 3.00006 16.1557 3.00069C17.7007 3.06467 19.1645 3.70893 20.2243 4.80459C21.2817 5.89773 21.8507 7.35228 21.7956 8.85363C21.7911 10.2724 21.1945 11.7053 20.3873 13.0116C19.57 14.3343 18.4895 15.6028 17.4185 16.7038C15.2802 18.9022 13.0965 20.5172 12.8801 20.6633L12.8799 20.6634L12.4466 20.9557C12.1762 21.138 11.8222 21.138 11.5519 20.9557L11.1186 20.6634L11.1165 20.662C10.902 20.5164 8.71872 18.902 6.57992 16.7033C5.50898 15.6024 4.42845 14.334 3.61116 13.0115C2.80391 11.7052 2.2073 10.2724 2.20288 8.85362C2.1478 7.35227 2.71673 5.89773 3.77414 4.80459C4.83397 3.70893 6.29773 3.06467 7.84279 3.00069ZM7.8645 4.6003C6.7485 4.65307 5.68545 5.12998 4.92415 5.917C4.15911 6.7079 3.7603 7.74703 3.80223 8.80609C3.80264 8.81664 3.80285 8.82719 3.80285 8.83774C3.80285 9.83437 4.23152 10.9717 4.97224 12.1703C5.70593 13.3576 6.70066 14.5328 7.72681 15.5876C8.75008 16.6396 9.7871 17.5541 10.5912 18.221C10.9927 18.554 11.3346 18.8239 11.5855 19.017C11.7109 19.1135 11.8132 19.1904 11.8883 19.2461C11.9259 19.2739 11.9562 19.2961 11.9789 19.3124L11.9993 19.327L12.0202 19.3121C12.0427 19.2959 12.0729 19.2738 12.1105 19.246C12.1855 19.1905 12.2877 19.1137 12.4131 19.0172C12.6639 18.8244 13.0057 18.5545 13.4072 18.2216C14.2113 17.5548 15.2483 16.6402 16.2716 15.5882C17.2978 14.5332 18.2925 13.3579 19.0262 12.1706C19.7669 10.9718 20.1956 9.83438 20.1956 8.83774C20.1956 8.82719 20.1958 8.81664 20.1962 8.80609C20.2381 7.74702 19.8393 6.7079 19.0743 5.917C18.313 5.12998 17.2499 4.65307 16.112 4.6003C15.4092 4.61445 14.7244 4.80326 14.1257 5.14563C13.8936 5.27837 13.639 5.52262 13.3764 5.85914C13.1193 6.18845 12.8895 6.56011 12.691 6.90192C12.5479 7.14847 12.2843 7.3002 11.9992 7.3002C11.7141 7.3002 11.4506 7.14847 11.3074 6.90192C11.1089 6.56011 10.8791 6.18845 10.6221 5.85914C10.3594 5.52262 10.1048 5.27837 9.8727 5.14563C9.27403 4.80326 8.58926 4.61445 7.88645 4.6003Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-filter, .btn.base-sub-color2.outline:link:hover .ico-filter, .btn.base-sub-color2.outline:visited:hover .ico-filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.80078 8.52374C7.867 8.86303 8.63938 9.86127 8.63938 11.0399C8.63938 12.2185 7.867 13.2168 6.80078 13.5561L6.80078 21.2002C6.80078 21.642 6.44261 22.0002 6.00078 22.0002C5.55895 22.0002 5.20078 21.642 5.20078 21.2002L5.20078 13.557C4.13311 13.2185 3.35938 12.2196 3.35938 11.0399C3.35938 9.86023 4.13311 8.86128 5.20078 8.52284L5.20078 2.8C5.20078 2.35817 5.55895 2 6.00078 2C6.44261 2 6.80078 2.35817 6.80078 2.8V8.52374ZM5.99938 12.0799C5.425 12.0799 4.95938 11.6143 4.95938 11.0399C4.95938 10.4655 5.425 9.9999 5.99938 9.9999C6.57375 9.9999 7.03938 10.4655 7.03938 11.0399C7.03938 11.6143 6.57375 12.0799 5.99938 12.0799Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2008 21.2002L11.2008 17.1571C10.1331 16.8186 9.35938 15.8197 9.35938 14.64C9.35938 13.4603 10.1331 12.4614 11.2008 12.1229V2.8C11.2008 2.35817 11.559 2 12.0008 2C12.4426 2 12.8008 2.35817 12.8008 2.8L12.8008 12.1238C13.867 12.4631 14.6394 13.4614 14.6394 14.64C14.6394 15.8186 13.867 16.8169 12.8008 17.1562V21.2002C12.8008 21.642 12.4426 22.0002 12.0008 22.0002C11.559 22.0002 11.2008 21.642 11.2008 21.2002ZM10.9594 14.64C10.9594 15.2144 11.425 15.68 11.9994 15.68C12.5738 15.68 13.0394 15.2144 13.0394 14.64C13.0394 14.0656 12.5738 13.6 11.9994 13.6C11.425 13.6 10.9594 14.0656 10.9594 14.64Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2008 6.12294V2.8C17.2008 2.35817 17.559 2 18.0008 2C18.4426 2 18.8008 2.35817 18.8008 2.8V6.12383C19.867 6.46313 20.6394 7.46137 20.6394 8.64C20.6394 9.81863 19.867 10.8169 18.8008 11.1562L18.8008 21.2002C18.8008 21.642 18.4426 22.0002 18.0008 22.0002C17.559 22.0002 17.2008 21.642 17.2008 21.2002V11.1571C16.1331 10.8186 15.3594 9.81967 15.3594 8.64C15.3594 7.46033 16.1331 6.46138 17.2008 6.12294ZM17.9994 9.68C17.425 9.68 16.9594 9.21438 16.9594 8.64C16.9594 8.06562 17.425 7.6 17.9994 7.6C18.5738 7.6 19.0394 8.06562 19.0394 8.64C19.0394 9.21438 18.5738 9.68 17.9994 9.68Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:hover .ico-location, .btn.base-sub-color2.outline:link:hover .ico-location, .btn.base-sub-color2.outline:visited:hover .ico-location {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.782 10.1089C15.782 12.1977 14.0887 13.891 11.9999 13.891C9.91104 13.891 8.21771 12.1977 8.21771 10.1089C8.21771 8.02005 9.91104 6.32672 11.9999 6.32672C14.0887 6.32672 15.782 8.02005 15.782 10.1089Z' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M19.5642 10.1089C19.5642 14.2865 13.8909 21.4554 11.9999 21.4554C10.1088 21.4554 4.43555 14.2865 4.43555 10.1089C4.43555 5.93122 7.82221 2.54456 11.9999 2.54456C16.1775 2.54456 19.5642 5.93122 19.5642 10.1089Z' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active, .btn.base-sub-color2.outline:focus, .btn.base-sub-color2.outline:link:active, .btn.base-sub-color2.outline:link:focus, .btn.base-sub-color2.outline:visited:active, .btn.base-sub-color2.outline:visited:focus {
  color: #fff;
  background-color: #FFEEF0;
  border-color: #14346C;
}
.btn.base-sub-color2.outline:active .ico-listul, .btn.base-sub-color2.outline:focus .ico-listul, .btn.base-sub-color2.outline:link:active .ico-listul, .btn.base-sub-color2.outline:link:focus .ico-listul, .btn.base-sub-color2.outline:visited:active .ico-listul, .btn.base-sub-color2.outline:visited:focus .ico-listul {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.19922 6.0002C2.19922 5.55837 2.55739 5.2002 2.99922 5.2002H20.9992C21.441 5.2002 21.7992 5.55837 21.7992 6.0002C21.7992 6.44202 21.441 6.8002 20.9992 6.8002H2.99922C2.55739 6.8002 2.19922 6.44202 2.19922 6.0002ZM2.19922 12.0002C2.19922 11.5584 2.55739 11.2002 2.99922 11.2002H20.9992C21.441 11.2002 21.7992 11.5584 21.7992 12.0002C21.7992 12.442 21.441 12.8002 20.9992 12.8002H2.99922C2.55739 12.8002 2.19922 12.442 2.19922 12.0002ZM2.99922 17.2002C2.55739 17.2002 2.19922 17.5584 2.19922 18.0002C2.19922 18.442 2.55739 18.8002 2.99922 18.8002H20.9992C21.441 18.8002 21.7992 18.442 21.7992 18.0002C21.7992 17.5584 21.441 17.2002 20.9992 17.2002H2.99922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-write, .btn.base-sub-color2.outline:focus .ico-write, .btn.base-sub-color2.outline:link:active .ico-write, .btn.base-sub-color2.outline:link:focus .ico-write, .btn.base-sub-color2.outline:visited:active .ico-write, .btn.base-sub-color2.outline:visited:focus .ico-write {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4343 2.43427C16.7467 2.12185 17.2533 2.12185 17.5657 2.43427L21.5657 6.43427C21.7157 6.58429 21.8 6.78778 21.8 6.99995C21.8 7.21212 21.7157 7.41561 21.5657 7.56564L12.5657 16.5656C12.4157 16.7157 12.2122 16.8 12 16.8H8C7.55817 16.8 7.2 16.4418 7.2 16V12C7.2 11.7878 7.28429 11.5843 7.43431 11.4343L16.4343 2.43427ZM17 4.13132L15.1314 5.99995L18 8.86858L19.8686 6.99995L17 4.13132ZM16.8686 9.99995L14 7.13132L8.8 12.3313V15.2H11.6686L16.8686 9.99995ZM4.8 4.59995C4.68954 4.59995 4.6 4.68949 4.6 4.79995V19.2C4.6 19.3104 4.68954 19.4 4.8 19.4H19.2C19.3105 19.4 19.4 19.3104 19.4 19.2V12.2C19.4 11.7581 19.7582 11.4 20.2 11.4C20.6418 11.4 21 11.7581 21 12.2V19.2C21 20.1941 20.1941 21 19.2 21H4.8C3.80589 21 3 20.1941 3 19.2V4.79995C3 3.80584 3.80589 2.99995 4.8 2.99995H11.7992C12.241 2.99995 12.5992 3.35812 12.5992 3.79995C12.5992 4.24178 12.241 4.59995 11.7992 4.59995H4.8Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-detail, .btn.base-sub-color2.outline:focus .ico-detail, .btn.base-sub-color2.outline:link:active .ico-detail, .btn.base-sub-color2.outline:link:focus .ico-detail, .btn.base-sub-color2.outline:visited:active .ico-detail, .btn.base-sub-color2.outline:visited:focus .ico-detail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63629 12.0843C4.03609 10.8283 5.08502 9.63166 6.59666 8.73858C8.10015 7.85031 10.0027 7.3002 11.9985 7.3002C16.0279 7.3002 19.3773 9.51934 20.3566 12.1209C20.359 12.1272 20.3594 12.1313 20.3594 12.1328L20.3594 12.133C19.8163 13.8467 17.4328 16.7002 11.9985 16.7002C6.62812 16.7002 4.20473 13.6043 3.63555 12.0869L3.63629 12.0843ZM11.9985 5.7002C9.71865 5.7002 7.53474 6.32599 5.7828 7.36103C4.03901 8.39127 2.66351 9.86534 2.11167 11.599C2.0057 11.9319 2.00656 12.2981 2.13461 12.6412C2.92028 14.7463 5.91647 18.3002 11.9985 18.3002C18.0562 18.3002 21.1104 15.0626 21.8852 12.6146C21.9975 12.26 21.9786 11.8883 21.854 11.5573C20.5835 8.18203 16.518 5.7002 11.9985 5.7002ZM9.79922 12.0002C9.79922 10.7852 10.7842 9.8002 11.9992 9.8002C13.2142 9.8002 14.1992 10.7852 14.1992 12.0002C14.1992 13.2152 13.2142 14.2002 11.9992 14.2002C10.7842 14.2002 9.79922 13.2152 9.79922 12.0002ZM11.9992 8.2002C9.90054 8.2002 8.19922 9.90151 8.19922 12.0002C8.19922 14.0989 9.90054 15.8002 11.9992 15.8002C14.0979 15.8002 15.7992 14.0989 15.7992 12.0002C15.7992 9.90151 14.0979 8.2002 11.9992 8.2002Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-delete, .btn.base-sub-color2.outline:focus .ico-delete, .btn.base-sub-color2.outline:link:active .ico-delete, .btn.base-sub-color2.outline:link:focus .ico-delete, .btn.base-sub-color2.outline:visited:active .ico-delete, .btn.base-sub-color2.outline:visited:focus .ico-delete {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6304 4.23482C18.9428 3.92239 19.4493 3.92238 19.7618 4.23479C20.0742 4.5472 20.0742 5.05373 19.7618 5.36616L13.1294 11.999L19.7657 18.6357C20.0781 18.9481 20.0781 19.4546 19.7657 19.767C19.4532 20.0795 18.9467 20.0794 18.6343 19.767L11.998 13.1304L5.3618 19.767C5.04939 20.0794 4.54285 20.0795 4.23042 19.767C3.918 19.4546 3.91798 18.9481 4.23039 18.6357L10.8667 11.999L4.2343 5.36616C3.92189 5.05373 3.9219 4.5472 4.23433 4.23479C4.54676 3.92238 5.05329 3.92239 5.3657 4.23482L11.998 10.8676L18.6304 4.23482Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-download, .btn.base-sub-color2.outline:focus .ico-download, .btn.base-sub-color2.outline:link:active .ico-download, .btn.base-sub-color2.outline:link:focus .ico-download, .btn.base-sub-color2.outline:visited:active .ico-download, .btn.base-sub-color2.outline:visited:focus .ico-download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5754 16.0542C12.4246 16.2111 12.2163 16.2998 11.9987 16.2998C11.7811 16.2998 11.5729 16.2111 11.4221 16.0542L6.42206 10.8542C6.11583 10.5358 6.12576 10.0293 6.44424 9.72309C6.76273 9.41685 7.26916 9.42678 7.5754 9.74527L11.1987 13.5135V3.79976C11.1987 3.35793 11.5569 2.99976 11.9987 2.99976C12.4406 2.99976 12.7987 3.35793 12.7987 3.79976V13.5135L16.4221 9.74527C16.7283 9.42678 17.2347 9.41685 17.5532 9.72309C17.8717 10.0293 17.8816 10.5358 17.5754 10.8542L12.5754 16.0542ZM3.60029 16.0003C3.6004 15.5585 3.24232 15.2003 2.80049 15.2001C2.35866 15.2 2.0004 15.5581 2.00029 16L1.99951 19.2C1.99946 19.4122 2.08372 19.6157 2.23376 19.7658C2.38379 19.9158 2.5873 20.0001 2.79951 20.0001H21.1987C21.6406 20.0001 21.9987 19.642 21.9987 19.2001V16.0001C21.9987 15.5583 21.6406 15.2001 21.1987 15.2001C20.7569 15.2001 20.3987 15.5583 20.3987 16.0001V18.4001H3.59971L3.60029 16.0003Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-copy, .btn.base-sub-color2.outline:focus .ico-copy, .btn.base-sub-color2.outline:link:active .ico-copy, .btn.base-sub-color2.outline:link:focus .ico-copy, .btn.base-sub-color2.outline:visited:active .ico-copy, .btn.base-sub-color2.outline:visited:focus .ico-copy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.19995 8.00001C6.19995 7.0059 7.00584 6.20001 7.99995 6.20001H19.2C20.1941 6.20001 21 7.0059 21 8.00001V19.2C21 20.1941 20.1941 21 19.2 21H7.99995C7.00584 21 6.19995 20.1941 6.19995 19.2V8.00001ZM7.99995 7.80001C7.88949 7.80001 7.79995 7.88955 7.79995 8.00001V19.2C7.79995 19.3105 7.88949 19.4 7.99995 19.4H19.2C19.3104 19.4 19.4 19.3105 19.4 19.2V8.00001C19.4 7.88955 19.3104 7.80001 19.2 7.80001H7.99995Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00073 4.79982C3.00073 3.8057 3.80662 2.99982 4.80073 2.99982H18.2C18.6418 2.99982 19 3.35799 19 3.79982C19 4.24164 18.6418 4.59982 18.2 4.59982H4.80073C4.69027 4.59982 4.60073 4.68936 4.60073 4.79982V18.2C4.60073 18.6418 4.24256 19 3.80073 19C3.3589 19 3.00073 18.6418 3.00073 18.2V4.79982Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-link, .btn.base-sub-color2.outline:focus .ico-link, .btn.base-sub-color2.outline:link:active .ico-link, .btn.base-sub-color2.outline:link:focus .ico-link, .btn.base-sub-color2.outline:visited:active .ico-link, .btn.base-sub-color2.outline:visited:focus .ico-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8509 4.92396C14.0162 2.75874 17.5267 2.75874 19.6919 4.92397C21.8571 7.0892 21.8571 10.5997 19.6919 12.7649L11.9911 20.4657C11.6786 20.7782 11.1721 20.7782 10.8597 20.4657C10.5473 20.1533 10.5473 19.6468 10.8597 19.3344L18.5605 11.6336C20.1009 10.0932 20.1009 7.59573 18.5605 6.05534C17.0201 4.51496 14.5227 4.51494 12.9823 6.05534L4.92108 14.1165C4.92107 14.1165 4.92108 14.1165 4.92108 14.1165C3.9575 15.0801 3.95749 16.6424 4.92108 17.606C5.88466 18.5696 7.44692 18.5696 8.41051 17.606L15.643 10.3735C15.9898 10.0267 15.9898 9.46445 15.643 9.11766C15.2962 8.77089 14.7339 8.77089 14.3871 9.11766L7.51506 15.9898C7.20264 16.3022 6.69611 16.3022 6.38369 15.9898C6.07127 15.6774 6.07127 15.1708 6.38369 14.8584L13.2558 7.98632C13.2557 7.98632 13.2558 7.98631 13.2558 7.98632C14.2274 7.01468 15.8028 7.01468 16.7744 7.98632C17.746 8.95794 17.746 10.5332 16.7744 11.5049L9.54188 18.7374C7.95346 20.3258 5.37812 20.3258 3.78969 18.7374C2.20129 17.1489 2.20129 14.5736 3.78969 12.9852L11.8509 4.92396Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-blank, .btn.base-sub-color2.outline:focus .ico-blank, .btn.base-sub-color2.outline:link:active .ico-blank, .btn.base-sub-color2.outline:link:focus .ico-blank, .btn.base-sub-color2.outline:visited:active .ico-blank, .btn.base-sub-color2.outline:visited:focus .ico-blank {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6 4.80002C4.59999 4.68955 4.68954 4.6 4.8 4.6H11.5991C12.041 4.6 12.3991 4.24183 12.3991 3.8C12.3991 3.35817 12.041 3 11.5991 3H4.8C3.80582 3 2.99991 3.80599 3 4.80017L3.00137 19.2004C3.00147 20.1944 3.80732 21.0002 4.80137 21.0002H19.1991C20.1932 21.0002 20.9991 20.1943 20.9991 19.2002V12.4002C20.9991 11.9584 20.641 11.6002 20.1991 11.6002C19.7573 11.6002 19.3991 11.9584 19.3991 12.4002V19.2002C19.3991 19.3107 19.3096 19.4002 19.1991 19.4002H4.80137C4.69092 19.4002 4.60138 19.3107 4.60137 19.2002L4.6 4.80002ZM13.9992 3.8C13.9992 4.24183 14.3574 4.6 14.7992 4.6H18.2678L10.4335 12.4343C10.1211 12.7467 10.1211 13.2533 10.4335 13.5657C10.746 13.8781 11.2525 13.8781 11.5649 13.5657L19.3992 5.73137V9.2002C19.3992 9.64202 19.7574 10.0002 20.1992 10.0002C20.641 10.0002 20.9992 9.64202 20.9992 9.2002V3.8C20.9992 3.35817 20.641 3 20.1992 3H14.7992C14.3574 3 13.9992 3.35817 13.9992 3.8Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-next, .btn.base-sub-color2.outline:focus .ico-next, .btn.base-sub-color2.outline:link:active .ico-next, .btn.base-sub-color2.outline:link:focus .ico-next, .btn.base-sub-color2.outline:visited:active .ico-next, .btn.base-sub-color2.outline:visited:focus .ico-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40531 19.7351C8.70087 20.0635 9.2067 20.0902 9.53512 19.7946L17.5351 12.5949C17.7037 12.4432 17.8 12.2271 17.8 12.0003C17.8 11.7735 17.7037 11.5574 17.5351 11.4056L9.53515 4.20515C9.20675 3.90957 8.70092 3.93617 8.40534 4.26457C8.10976 4.59297 8.13637 5.0988 8.46477 5.39438L15.8041 12.0002L8.4648 18.6053C8.13638 18.9009 8.10975 19.4067 8.40531 19.7351Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-prev, .btn.base-sub-color2.outline:focus .ico-prev, .btn.base-sub-color2.outline:link:active .ico-prev, .btn.base-sub-color2.outline:link:focus .ico-prev, .btn.base-sub-color2.outline:visited:active .ico-prev, .btn.base-sub-color2.outline:visited:focus .ico-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5947 19.7351C15.2991 20.0635 14.7933 20.0902 14.4649 19.7946L6.46486 12.5944C6.29629 12.4427 6.20004 12.2265 6.20004 11.9998C6.20004 11.773 6.2963 11.5568 6.46487 11.4051L14.4649 4.20513C14.7933 3.90956 15.2991 3.93618 15.5947 4.26459C15.8902 4.593 15.8636 5.09883 15.5352 5.3944L8.19591 11.9998L15.5352 18.6053C15.8636 18.9009 15.8902 19.4067 15.5947 19.7351Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-down, .btn.base-sub-color2.outline:focus .ico-down, .btn.base-sub-color2.outline:link:active .ico-down, .btn.base-sub-color2.outline:link:focus .ico-down, .btn.base-sub-color2.outline:visited:active .ico-down, .btn.base-sub-color2.outline:visited:focus .ico-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-check, .btn.base-sub-color2.outline:focus .ico-check, .btn.base-sub-color2.outline:link:active .ico-check, .btn.base-sub-color2.outline:link:focus .ico-check, .btn.base-sub-color2.outline:visited:active .ico-check, .btn.base-sub-color2.outline:visited:focus .ico-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7619 4.4874C14.6302 3.9196 13.3524 3.6 12 3.6C7.36081 3.6 3.6 7.36081 3.6 12C3.6 16.6392 7.36081 20.4 12 20.4C16.6392 20.4 20.4 16.6392 20.4 12C20.4 10.4817 19.9972 9.0575 19.2926 7.82841L20.2773 6.38701C21.3646 7.9873 22 9.91945 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.6874 2 15.2772 2.41794 16.6715 3.15595L15.7619 4.4874ZM17.118 5.3387C17.5468 5.66866 17.9429 6.03909 18.3005 6.44428L19.2269 5.08823C18.8549 4.69944 18.4519 4.34061 18.0218 4.01572L17.118 5.3387Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4505 3.33922C19.8153 3.58845 19.909 4.08624 19.6598 4.45106L12.8281 14.4511C12.6938 14.6476 12.4789 14.7742 12.2419 14.7963C12.0049 14.8185 11.7703 14.7339 11.6019 14.5656L7.43364 10.3989C7.12116 10.0866 7.12106 9.58002 7.43342 9.26754C7.74578 8.95506 8.25231 8.95496 8.56479 9.26732L12.051 12.7522L18.3387 3.5485C18.5879 3.18368 19.0857 3.08998 19.4505 3.33922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-refresh, .btn.base-sub-color2.outline:focus .ico-refresh, .btn.base-sub-color2.outline:link:active .ico-refresh, .btn.base-sub-color2.outline:link:focus .ico-refresh, .btn.base-sub-color2.outline:visited:active .ico-refresh, .btn.base-sub-color2.outline:visited:focus .ico-refresh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19766 12.0001C4.19766 7.69649 7.70723 4.2001 12.046 4.2001C14.9928 4.2001 17.5597 5.81393 18.9017 8.2002H15.8C15.3582 8.2002 15 8.55837 15 9.0002C15 9.44202 15.3582 9.8002 15.8 9.8002H20.8C21.2418 9.8002 21.6 9.44202 21.6 9.0002V4.0002C21.6 3.55837 21.2418 3.2002 20.8 3.2002C20.3582 3.2002 20 3.55837 20 4.0002V6.92494C18.3195 4.32325 15.3846 2.6001 12.046 2.6001C6.83203 2.6001 2.59766 6.8044 2.59766 12.0001C2.59766 17.1958 6.83203 21.4001 12.046 21.4001C16.7796 21.4001 20.7039 17.9361 21.3887 13.4098C21.4547 12.9729 21.1542 12.5652 20.7173 12.4991C20.2805 12.433 19.8727 12.7336 19.8067 13.1704C19.2395 16.9195 15.9831 19.8001 12.046 19.8001C7.70723 19.8001 4.19766 16.3037 4.19766 12.0001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-search, .btn.base-sub-color2.outline:focus .ico-search, .btn.base-sub-color2.outline:link:active .ico-search, .btn.base-sub-color2.outline:link:focus .ico-search, .btn.base-sub-color2.outline:visited:active .ico-search, .btn.base-sub-color2.outline:visited:focus .ico-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-advanced, .btn.base-sub-color2.outline:focus .ico-advanced, .btn.base-sub-color2.outline:link:active .ico-advanced, .btn.base-sub-color2.outline:link:focus .ico-advanced, .btn.base-sub-color2.outline:visited:active .ico-advanced, .btn.base-sub-color2.outline:visited:focus .ico-advanced {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489ZM7.10156 10.9001C7.10156 10.4583 7.45973 10.1001 7.90156 10.1001H10.1031V7.9001C10.1031 7.45827 10.4613 7.1001 10.9031 7.1001C11.345 7.1001 11.7031 7.45827 11.7031 7.9001V10.1001H13.9016C14.3434 10.1001 14.7016 10.4583 14.7016 10.9001C14.7016 11.3419 14.3434 11.7001 13.9016 11.7001H11.7031V13.9001C11.7031 14.3419 11.345 14.7001 10.9031 14.7001C10.4613 14.7001 10.1031 14.3419 10.1031 13.9001V11.7001H7.90156C7.45973 11.7001 7.10156 11.3419 7.10156 10.9001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-print, .btn.base-sub-color2.outline:focus .ico-print, .btn.base-sub-color2.outline:link:active .ico-print, .btn.base-sub-color2.outline:link:focus .ico-print, .btn.base-sub-color2.outline:visited:active .ico-print, .btn.base-sub-color2.outline:visited:focus .ico-print {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2C6.35817 2 6 2.35817 6 2.8V7H3.80282C2.80892 7 2.00312 7.80556 2.00282 8.79946L2 18.2C1.99994 18.4122 2.08419 18.6157 2.23423 18.7658C2.38427 18.9159 2.58779 19.0002 2.8 19.0002H6.19922V21.2002C6.19922 21.642 6.55739 22.0002 6.99922 22.0002H17.1992C17.641 22.0002 17.9992 21.642 17.9992 21.2002V19.0002H21.2031C21.645 19.0002 22.0031 18.642 22.0031 18.2002V8.8C22.0031 7.80589 21.1972 7 20.2031 7H17.9992V2.8C17.9992 2.35817 17.641 2 17.1992 2H6.8ZM16.3992 7V3.6H7.6V7H16.3992ZM20.4031 17.4002H17.9992V14.0002C17.9992 13.788 17.9149 13.5845 17.7649 13.4345C17.6149 13.2845 17.4114 13.2002 17.1992 13.2002H6.99922C6.55739 13.2002 6.19922 13.5584 6.19922 14.0002V17.4002H3.60024L3.60282 8.79994C3.60286 8.68951 3.69239 8.6 3.80282 8.6H20.2031C20.3136 8.6 20.4031 8.68954 20.4031 8.8V17.4002ZM7.79922 14.8002V20.4002H16.3992V14.8002H7.79922Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-share, .btn.base-sub-color2.outline:focus .ico-share, .btn.base-sub-color2.outline:link:active .ico-share, .btn.base-sub-color2.outline:link:focus .ico-share, .btn.base-sub-color2.outline:visited:active .ico-share, .btn.base-sub-color2.outline:visited:focus .ico-share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3984 6.3C14.3984 4.47746 15.8759 3 17.6984 3C19.521 3 20.9984 4.47746 20.9984 6.3C20.9984 8.12254 19.521 9.6 17.6984 9.6C16.6494 9.6 15.7146 9.11047 15.1102 8.34738L9.52782 11.3105C9.57512 11.5329 9.6 11.7637 9.6 12.0002C9.6 12.3148 9.55597 12.6191 9.47374 12.9074L14.9792 15.8297C15.5743 14.966 16.5703 14.3999 17.6984 14.3999C19.521 14.3999 20.9984 15.8774 20.9984 17.6999C20.9984 19.5224 19.521 20.9999 17.6984 20.9999C15.8759 20.9999 14.3984 19.5224 14.3984 17.6999C14.3984 17.5793 14.4049 17.4602 14.4175 17.343L8.67279 14.2936C8.07276 14.9143 7.23145 15.3002 6.3 15.3002C4.47746 15.3002 3 13.8227 3 12.0002C3 10.1777 4.47746 8.7002 6.3 8.7002C7.3121 8.7002 8.21778 9.15582 8.82312 9.87314L14.4503 6.88619C14.4162 6.69595 14.3984 6.50005 14.3984 6.3ZM17.6984 4.6C16.7596 4.6 15.9984 5.36112 15.9984 6.3C15.9984 7.23888 16.7596 8 17.6984 8C18.6373 8 19.3984 7.23888 19.3984 6.3C19.3984 5.36112 18.6373 4.6 17.6984 4.6ZM4.6 12.0002C4.6 11.0613 5.36112 10.3002 6.3 10.3002C7.23888 10.3002 8 11.0613 8 12.0002C8 12.9391 7.23888 13.7002 6.3 13.7002C5.36112 13.7002 4.6 12.9391 4.6 12.0002ZM15.9984 17.6999C15.9984 16.761 16.7596 15.9999 17.6984 15.9999C18.6373 15.9999 19.3984 16.761 19.3984 17.6999C19.3984 18.6388 18.6373 19.3999 17.6984 19.3999C16.7596 19.3999 15.9984 18.6388 15.9984 17.6999Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-like, .btn.base-sub-color2.outline:focus .ico-like, .btn.base-sub-color2.outline:link:active .ico-like, .btn.base-sub-color2.outline:link:focus .ico-like, .btn.base-sub-color2.outline:visited:active .ico-like, .btn.base-sub-color2.outline:visited:focus .ico-like {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84279 3.00069C7.85776 3.00006 7.87276 2.99987 7.88775 3.00009C8.86548 3.01458 9.82407 3.27465 10.667 3.75671C11.1589 4.038 11.5645 4.46623 11.8833 4.87468C11.9227 4.92515 11.9614 4.97606 11.9992 5.02722C12.0371 4.97606 12.0757 4.92515 12.1151 4.87468C12.4339 4.46623 12.8396 4.03801 13.3314 3.75671C14.1744 3.27465 15.133 3.01458 16.1107 3.00009C16.1257 2.99987 16.1407 3.00006 16.1557 3.00069C17.7007 3.06467 19.1645 3.70893 20.2243 4.80459C21.2817 5.89773 21.8507 7.35228 21.7956 8.85363C21.7911 10.2724 21.1945 11.7053 20.3873 13.0116C19.57 14.3343 18.4895 15.6028 17.4185 16.7038C15.2802 18.9022 13.0965 20.5172 12.8801 20.6633L12.8799 20.6634L12.4466 20.9557C12.1762 21.138 11.8222 21.138 11.5519 20.9557L11.1186 20.6634L11.1165 20.662C10.902 20.5164 8.71872 18.902 6.57992 16.7033C5.50898 15.6024 4.42845 14.334 3.61116 13.0115C2.80391 11.7052 2.2073 10.2724 2.20288 8.85362C2.1478 7.35227 2.71673 5.89773 3.77414 4.80459C4.83397 3.70893 6.29773 3.06467 7.84279 3.00069ZM7.8645 4.6003C6.7485 4.65307 5.68545 5.12998 4.92415 5.917C4.15911 6.7079 3.7603 7.74703 3.80223 8.80609C3.80264 8.81664 3.80285 8.82719 3.80285 8.83774C3.80285 9.83437 4.23152 10.9717 4.97224 12.1703C5.70593 13.3576 6.70066 14.5328 7.72681 15.5876C8.75008 16.6396 9.7871 17.5541 10.5912 18.221C10.9927 18.554 11.3346 18.8239 11.5855 19.017C11.7109 19.1135 11.8132 19.1904 11.8883 19.2461C11.9259 19.2739 11.9562 19.2961 11.9789 19.3124L11.9993 19.327L12.0202 19.3121C12.0427 19.2959 12.0729 19.2738 12.1105 19.246C12.1855 19.1905 12.2877 19.1137 12.4131 19.0172C12.6639 18.8244 13.0057 18.5545 13.4072 18.2216C14.2113 17.5548 15.2483 16.6402 16.2716 15.5882C17.2978 14.5332 18.2925 13.3579 19.0262 12.1706C19.7669 10.9718 20.1956 9.83438 20.1956 8.83774C20.1956 8.82719 20.1958 8.81664 20.1962 8.80609C20.2381 7.74702 19.8393 6.7079 19.0743 5.917C18.313 5.12998 17.2499 4.65307 16.112 4.6003C15.4092 4.61445 14.7244 4.80326 14.1257 5.14563C13.8936 5.27837 13.639 5.52262 13.3764 5.85914C13.1193 6.18845 12.8895 6.56011 12.691 6.90192C12.5479 7.14847 12.2843 7.3002 11.9992 7.3002C11.7141 7.3002 11.4506 7.14847 11.3074 6.90192C11.1089 6.56011 10.8791 6.18845 10.6221 5.85914C10.3594 5.52262 10.1048 5.27837 9.8727 5.14563C9.27403 4.80326 8.58926 4.61445 7.88645 4.6003Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-filter, .btn.base-sub-color2.outline:focus .ico-filter, .btn.base-sub-color2.outline:link:active .ico-filter, .btn.base-sub-color2.outline:link:focus .ico-filter, .btn.base-sub-color2.outline:visited:active .ico-filter, .btn.base-sub-color2.outline:visited:focus .ico-filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.80078 8.52374C7.867 8.86303 8.63938 9.86127 8.63938 11.0399C8.63938 12.2185 7.867 13.2168 6.80078 13.5561L6.80078 21.2002C6.80078 21.642 6.44261 22.0002 6.00078 22.0002C5.55895 22.0002 5.20078 21.642 5.20078 21.2002L5.20078 13.557C4.13311 13.2185 3.35938 12.2196 3.35938 11.0399C3.35938 9.86023 4.13311 8.86128 5.20078 8.52284L5.20078 2.8C5.20078 2.35817 5.55895 2 6.00078 2C6.44261 2 6.80078 2.35817 6.80078 2.8V8.52374ZM5.99938 12.0799C5.425 12.0799 4.95938 11.6143 4.95938 11.0399C4.95938 10.4655 5.425 9.9999 5.99938 9.9999C6.57375 9.9999 7.03938 10.4655 7.03938 11.0399C7.03938 11.6143 6.57375 12.0799 5.99938 12.0799Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2008 21.2002L11.2008 17.1571C10.1331 16.8186 9.35938 15.8197 9.35938 14.64C9.35938 13.4603 10.1331 12.4614 11.2008 12.1229V2.8C11.2008 2.35817 11.559 2 12.0008 2C12.4426 2 12.8008 2.35817 12.8008 2.8L12.8008 12.1238C13.867 12.4631 14.6394 13.4614 14.6394 14.64C14.6394 15.8186 13.867 16.8169 12.8008 17.1562V21.2002C12.8008 21.642 12.4426 22.0002 12.0008 22.0002C11.559 22.0002 11.2008 21.642 11.2008 21.2002ZM10.9594 14.64C10.9594 15.2144 11.425 15.68 11.9994 15.68C12.5738 15.68 13.0394 15.2144 13.0394 14.64C13.0394 14.0656 12.5738 13.6 11.9994 13.6C11.425 13.6 10.9594 14.0656 10.9594 14.64Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2008 6.12294V2.8C17.2008 2.35817 17.559 2 18.0008 2C18.4426 2 18.8008 2.35817 18.8008 2.8V6.12383C19.867 6.46313 20.6394 7.46137 20.6394 8.64C20.6394 9.81863 19.867 10.8169 18.8008 11.1562L18.8008 21.2002C18.8008 21.642 18.4426 22.0002 18.0008 22.0002C17.559 22.0002 17.2008 21.642 17.2008 21.2002V11.1571C16.1331 10.8186 15.3594 9.81967 15.3594 8.64C15.3594 7.46033 16.1331 6.46138 17.2008 6.12294ZM17.9994 9.68C17.425 9.68 16.9594 9.21438 16.9594 8.64C16.9594 8.06562 17.425 7.6 17.9994 7.6C18.5738 7.6 19.0394 8.06562 19.0394 8.64C19.0394 9.21438 18.5738 9.68 17.9994 9.68Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn.base-sub-color2.outline:active .ico-location, .btn.base-sub-color2.outline:focus .ico-location, .btn.base-sub-color2.outline:link:active .ico-location, .btn.base-sub-color2.outline:link:focus .ico-location, .btn.base-sub-color2.outline:visited:active .ico-location, .btn.base-sub-color2.outline:visited:focus .ico-location {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.782 10.1089C15.782 12.1977 14.0887 13.891 11.9999 13.891C9.91104 13.891 8.21771 12.1977 8.21771 10.1089C8.21771 8.02005 9.91104 6.32672 11.9999 6.32672C14.0887 6.32672 15.782 8.02005 15.782 10.1089Z' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M19.5642 10.1089C19.5642 14.2865 13.8909 21.4554 11.9999 21.4554C10.1088 21.4554 4.43555 14.2865 4.43555 10.1089C4.43555 5.93122 7.82221 2.54456 11.9999 2.54456C16.1775 2.54456 19.5642 5.93122 19.5642 10.1089Z' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.btn .svg-icon {
  display: inline-block;
  font-size: 0;
  width: 24px;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn.xsmall {
  padding: 6px 10px;
  min-height: 32px;
  font-size: 13px;
}
.btn.xsmall .svg-icon {
  width: 16px;
}
.btn.small {
  padding: 8.5px 12px;
  min-height: 40px;
  font-size: 15px;
}
.btn.small .svg-icon {
  width: 16px;
}
.btn.medium {
  padding: 10px 16px;
  min-height: 48px;
  font-size: 17px;
}
.btn.medium .svg-icon {
  width: 20px;
}
@media (max-width: 767px) {
  .btn.medium {
    padding: 8.5px 12px; /*min-height: $btn-height-small;*/
    font-size: 15px;
  }
  .btn.medium .svg-icon {
    width: 16px;
  }
}
.btn.large {
  padding: 15px 20px;
  min-height: 56px;
  font-size: 19px;
}
.btn.large .svg-icon {
  width: 24px;
}
@media (max-width: 767px) {
  .btn.large {
    padding: 10px 16px;
    min-height: 48px;
    font-size: 17px;
  }
  .btn.large .svg-icon {
    width: 20px;
  }
}
.btn.xlarge {
  padding: 15px 24px;
  min-height: 64px;
  font-size: 19px;
}
.btn.xlarge .svg-icon {
  width: 24px;
}
@media (max-width: 767px) {
  .btn.xlarge {
    padding: 15px 20px;
    min-height: 56px;
    font-size: 19px;
  }
  .btn.xlarge .svg-icon {
    width: 24px;
  }
}
.btn.icon {
  padding: 0;
  border: 0;
}
.btn.icon .ico-listul {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.19922 6.0002C2.19922 5.55837 2.55739 5.2002 2.99922 5.2002H20.9992C21.441 5.2002 21.7992 5.55837 21.7992 6.0002C21.7992 6.44202 21.441 6.8002 20.9992 6.8002H2.99922C2.55739 6.8002 2.19922 6.44202 2.19922 6.0002ZM2.19922 12.0002C2.19922 11.5584 2.55739 11.2002 2.99922 11.2002H20.9992C21.441 11.2002 21.7992 11.5584 21.7992 12.0002C21.7992 12.442 21.441 12.8002 20.9992 12.8002H2.99922C2.55739 12.8002 2.19922 12.442 2.19922 12.0002ZM2.99922 17.2002C2.55739 17.2002 2.19922 17.5584 2.19922 18.0002C2.19922 18.442 2.55739 18.8002 2.99922 18.8002H20.9992C21.441 18.8002 21.7992 18.442 21.7992 18.0002C21.7992 17.5584 21.441 17.2002 20.9992 17.2002H2.99922Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-write {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4343 2.43427C16.7467 2.12185 17.2533 2.12185 17.5657 2.43427L21.5657 6.43427C21.7157 6.58429 21.8 6.78778 21.8 6.99995C21.8 7.21212 21.7157 7.41561 21.5657 7.56564L12.5657 16.5656C12.4157 16.7157 12.2122 16.8 12 16.8H8C7.55817 16.8 7.2 16.4418 7.2 16V12C7.2 11.7878 7.28429 11.5843 7.43431 11.4343L16.4343 2.43427ZM17 4.13132L15.1314 5.99995L18 8.86858L19.8686 6.99995L17 4.13132ZM16.8686 9.99995L14 7.13132L8.8 12.3313V15.2H11.6686L16.8686 9.99995ZM4.8 4.59995C4.68954 4.59995 4.6 4.68949 4.6 4.79995V19.2C4.6 19.3104 4.68954 19.4 4.8 19.4H19.2C19.3105 19.4 19.4 19.3104 19.4 19.2V12.2C19.4 11.7581 19.7582 11.4 20.2 11.4C20.6418 11.4 21 11.7581 21 12.2V19.2C21 20.1941 20.1941 21 19.2 21H4.8C3.80589 21 3 20.1941 3 19.2V4.79995C3 3.80584 3.80589 2.99995 4.8 2.99995H11.7992C12.241 2.99995 12.5992 3.35812 12.5992 3.79995C12.5992 4.24178 12.241 4.59995 11.7992 4.59995H4.8Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-detail {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63629 12.0843C4.03609 10.8283 5.08502 9.63166 6.59666 8.73858C8.10015 7.85031 10.0027 7.3002 11.9985 7.3002C16.0279 7.3002 19.3773 9.51934 20.3566 12.1209C20.359 12.1272 20.3594 12.1313 20.3594 12.1328L20.3594 12.133C19.8163 13.8467 17.4328 16.7002 11.9985 16.7002C6.62812 16.7002 4.20473 13.6043 3.63555 12.0869L3.63629 12.0843ZM11.9985 5.7002C9.71865 5.7002 7.53474 6.32599 5.7828 7.36103C4.03901 8.39127 2.66351 9.86534 2.11167 11.599C2.0057 11.9319 2.00656 12.2981 2.13461 12.6412C2.92028 14.7463 5.91647 18.3002 11.9985 18.3002C18.0562 18.3002 21.1104 15.0626 21.8852 12.6146C21.9975 12.26 21.9786 11.8883 21.854 11.5573C20.5835 8.18203 16.518 5.7002 11.9985 5.7002ZM9.79922 12.0002C9.79922 10.7852 10.7842 9.8002 11.9992 9.8002C13.2142 9.8002 14.1992 10.7852 14.1992 12.0002C14.1992 13.2152 13.2142 14.2002 11.9992 14.2002C10.7842 14.2002 9.79922 13.2152 9.79922 12.0002ZM11.9992 8.2002C9.90054 8.2002 8.19922 9.90151 8.19922 12.0002C8.19922 14.0989 9.90054 15.8002 11.9992 15.8002C14.0979 15.8002 15.7992 14.0989 15.7992 12.0002C15.7992 9.90151 14.0979 8.2002 11.9992 8.2002Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-delete {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6304 4.23482C18.9428 3.92239 19.4493 3.92238 19.7618 4.23479C20.0742 4.5472 20.0742 5.05373 19.7618 5.36616L13.1294 11.999L19.7657 18.6357C20.0781 18.9481 20.0781 19.4546 19.7657 19.767C19.4532 20.0795 18.9467 20.0794 18.6343 19.767L11.998 13.1304L5.3618 19.767C5.04939 20.0794 4.54285 20.0795 4.23042 19.767C3.918 19.4546 3.91798 18.9481 4.23039 18.6357L10.8667 11.999L4.2343 5.36616C3.92189 5.05373 3.9219 4.5472 4.23433 4.23479C4.54676 3.92238 5.05329 3.92239 5.3657 4.23482L11.998 10.8676L18.6304 4.23482Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-download {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5754 16.0542C12.4246 16.2111 12.2163 16.2998 11.9987 16.2998C11.7811 16.2998 11.5729 16.2111 11.4221 16.0542L6.42206 10.8542C6.11583 10.5358 6.12576 10.0293 6.44424 9.72309C6.76273 9.41685 7.26916 9.42678 7.5754 9.74527L11.1987 13.5135V3.79976C11.1987 3.35793 11.5569 2.99976 11.9987 2.99976C12.4406 2.99976 12.7987 3.35793 12.7987 3.79976V13.5135L16.4221 9.74527C16.7283 9.42678 17.2347 9.41685 17.5532 9.72309C17.8717 10.0293 17.8816 10.5358 17.5754 10.8542L12.5754 16.0542ZM3.60029 16.0003C3.6004 15.5585 3.24232 15.2003 2.80049 15.2001C2.35866 15.2 2.0004 15.5581 2.00029 16L1.99951 19.2C1.99946 19.4122 2.08372 19.6157 2.23376 19.7658C2.38379 19.9158 2.5873 20.0001 2.79951 20.0001H21.1987C21.6406 20.0001 21.9987 19.642 21.9987 19.2001V16.0001C21.9987 15.5583 21.6406 15.2001 21.1987 15.2001C20.7569 15.2001 20.3987 15.5583 20.3987 16.0001V18.4001H3.59971L3.60029 16.0003Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-copy {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.19995 8.00001C6.19995 7.0059 7.00584 6.20001 7.99995 6.20001H19.2C20.1941 6.20001 21 7.0059 21 8.00001V19.2C21 20.1941 20.1941 21 19.2 21H7.99995C7.00584 21 6.19995 20.1941 6.19995 19.2V8.00001ZM7.99995 7.80001C7.88949 7.80001 7.79995 7.88955 7.79995 8.00001V19.2C7.79995 19.3105 7.88949 19.4 7.99995 19.4H19.2C19.3104 19.4 19.4 19.3105 19.4 19.2V8.00001C19.4 7.88955 19.3104 7.80001 19.2 7.80001H7.99995Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00073 4.79982C3.00073 3.8057 3.80662 2.99982 4.80073 2.99982H18.2C18.6418 2.99982 19 3.35799 19 3.79982C19 4.24164 18.6418 4.59982 18.2 4.59982H4.80073C4.69027 4.59982 4.60073 4.68936 4.60073 4.79982V18.2C4.60073 18.6418 4.24256 19 3.80073 19C3.3589 19 3.00073 18.6418 3.00073 18.2V4.79982Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-link {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8509 4.92396C14.0162 2.75874 17.5267 2.75874 19.6919 4.92397C21.8571 7.0892 21.8571 10.5997 19.6919 12.7649L11.9911 20.4657C11.6786 20.7782 11.1721 20.7782 10.8597 20.4657C10.5473 20.1533 10.5473 19.6468 10.8597 19.3344L18.5605 11.6336C20.1009 10.0932 20.1009 7.59573 18.5605 6.05534C17.0201 4.51496 14.5227 4.51494 12.9823 6.05534L4.92108 14.1165C4.92107 14.1165 4.92108 14.1165 4.92108 14.1165C3.9575 15.0801 3.95749 16.6424 4.92108 17.606C5.88466 18.5696 7.44692 18.5696 8.41051 17.606L15.643 10.3735C15.9898 10.0267 15.9898 9.46445 15.643 9.11766C15.2962 8.77089 14.7339 8.77089 14.3871 9.11766L7.51506 15.9898C7.20264 16.3022 6.69611 16.3022 6.38369 15.9898C6.07127 15.6774 6.07127 15.1708 6.38369 14.8584L13.2558 7.98632C13.2557 7.98632 13.2558 7.98631 13.2558 7.98632C14.2274 7.01468 15.8028 7.01468 16.7744 7.98632C17.746 8.95794 17.746 10.5332 16.7744 11.5049L9.54188 18.7374C7.95346 20.3258 5.37812 20.3258 3.78969 18.7374C2.20129 17.1489 2.20129 14.5736 3.78969 12.9852L11.8509 4.92396Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-blank {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6 4.80002C4.59999 4.68955 4.68954 4.6 4.8 4.6H11.5991C12.041 4.6 12.3991 4.24183 12.3991 3.8C12.3991 3.35817 12.041 3 11.5991 3H4.8C3.80582 3 2.99991 3.80599 3 4.80017L3.00137 19.2004C3.00147 20.1944 3.80732 21.0002 4.80137 21.0002H19.1991C20.1932 21.0002 20.9991 20.1943 20.9991 19.2002V12.4002C20.9991 11.9584 20.641 11.6002 20.1991 11.6002C19.7573 11.6002 19.3991 11.9584 19.3991 12.4002V19.2002C19.3991 19.3107 19.3096 19.4002 19.1991 19.4002H4.80137C4.69092 19.4002 4.60138 19.3107 4.60137 19.2002L4.6 4.80002ZM13.9992 3.8C13.9992 4.24183 14.3574 4.6 14.7992 4.6H18.2678L10.4335 12.4343C10.1211 12.7467 10.1211 13.2533 10.4335 13.5657C10.746 13.8781 11.2525 13.8781 11.5649 13.5657L19.3992 5.73137V9.2002C19.3992 9.64202 19.7574 10.0002 20.1992 10.0002C20.641 10.0002 20.9992 9.64202 20.9992 9.2002V3.8C20.9992 3.35817 20.641 3 20.1992 3H14.7992C14.3574 3 13.9992 3.35817 13.9992 3.8Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-next {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40531 19.7351C8.70087 20.0635 9.2067 20.0902 9.53512 19.7946L17.5351 12.5949C17.7037 12.4432 17.8 12.2271 17.8 12.0003C17.8 11.7735 17.7037 11.5574 17.5351 11.4056L9.53515 4.20515C9.20675 3.90957 8.70092 3.93617 8.40534 4.26457C8.10976 4.59297 8.13637 5.0988 8.46477 5.39438L15.8041 12.0002L8.4648 18.6053C8.13638 18.9009 8.10975 19.4067 8.40531 19.7351Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-prev {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5947 19.7351C15.2991 20.0635 14.7933 20.0902 14.4649 19.7946L6.46486 12.5944C6.29629 12.4427 6.20004 12.2265 6.20004 11.9998C6.20004 11.773 6.2963 11.5568 6.46487 11.4051L14.4649 4.20513C14.7933 3.90956 15.2991 3.93618 15.5947 4.26459C15.8902 4.593 15.8636 5.09883 15.5352 5.3944L8.19591 11.9998L15.5352 18.6053C15.8636 18.9009 15.8902 19.4067 15.5947 19.7351Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-down {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-check {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7619 4.4874C14.6302 3.9196 13.3524 3.6 12 3.6C7.36081 3.6 3.6 7.36081 3.6 12C3.6 16.6392 7.36081 20.4 12 20.4C16.6392 20.4 20.4 16.6392 20.4 12C20.4 10.4817 19.9972 9.0575 19.2926 7.82841L20.2773 6.38701C21.3646 7.9873 22 9.91945 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.6874 2 15.2772 2.41794 16.6715 3.15595L15.7619 4.4874ZM17.118 5.3387C17.5468 5.66866 17.9429 6.03909 18.3005 6.44428L19.2269 5.08823C18.8549 4.69944 18.4519 4.34061 18.0218 4.01572L17.118 5.3387Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4505 3.33922C19.8153 3.58845 19.909 4.08624 19.6598 4.45106L12.8281 14.4511C12.6938 14.6476 12.4789 14.7742 12.2419 14.7963C12.0049 14.8185 11.7703 14.7339 11.6019 14.5656L7.43364 10.3989C7.12116 10.0866 7.12106 9.58002 7.43342 9.26754C7.74578 8.95506 8.25231 8.95496 8.56479 9.26732L12.051 12.7522L18.3387 3.5485C18.5879 3.18368 19.0857 3.08998 19.4505 3.33922Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-refresh {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19766 12.0001C4.19766 7.69649 7.70723 4.2001 12.046 4.2001C14.9928 4.2001 17.5597 5.81393 18.9017 8.2002H15.8C15.3582 8.2002 15 8.55837 15 9.0002C15 9.44202 15.3582 9.8002 15.8 9.8002H20.8C21.2418 9.8002 21.6 9.44202 21.6 9.0002V4.0002C21.6 3.55837 21.2418 3.2002 20.8 3.2002C20.3582 3.2002 20 3.55837 20 4.0002V6.92494C18.3195 4.32325 15.3846 2.6001 12.046 2.6001C6.83203 2.6001 2.59766 6.8044 2.59766 12.0001C2.59766 17.1958 6.83203 21.4001 12.046 21.4001C16.7796 21.4001 20.7039 17.9361 21.3887 13.4098C21.4547 12.9729 21.1542 12.5652 20.7173 12.4991C20.2805 12.433 19.8727 12.7336 19.8067 13.1704C19.2395 16.9195 15.9831 19.8001 12.046 19.8001C7.70723 19.8001 4.19766 16.3037 4.19766 12.0001Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-search {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-advanced {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489ZM7.10156 10.9001C7.10156 10.4583 7.45973 10.1001 7.90156 10.1001H10.1031V7.9001C10.1031 7.45827 10.4613 7.1001 10.9031 7.1001C11.345 7.1001 11.7031 7.45827 11.7031 7.9001V10.1001H13.9016C14.3434 10.1001 14.7016 10.4583 14.7016 10.9001C14.7016 11.3419 14.3434 11.7001 13.9016 11.7001H11.7031V13.9001C11.7031 14.3419 11.345 14.7001 10.9031 14.7001C10.4613 14.7001 10.1031 14.3419 10.1031 13.9001V11.7001H7.90156C7.45973 11.7001 7.10156 11.3419 7.10156 10.9001Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-print {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2C6.35817 2 6 2.35817 6 2.8V7H3.80282C2.80892 7 2.00312 7.80556 2.00282 8.79946L2 18.2C1.99994 18.4122 2.08419 18.6157 2.23423 18.7658C2.38427 18.9159 2.58779 19.0002 2.8 19.0002H6.19922V21.2002C6.19922 21.642 6.55739 22.0002 6.99922 22.0002H17.1992C17.641 22.0002 17.9992 21.642 17.9992 21.2002V19.0002H21.2031C21.645 19.0002 22.0031 18.642 22.0031 18.2002V8.8C22.0031 7.80589 21.1972 7 20.2031 7H17.9992V2.8C17.9992 2.35817 17.641 2 17.1992 2H6.8ZM16.3992 7V3.6H7.6V7H16.3992ZM20.4031 17.4002H17.9992V14.0002C17.9992 13.788 17.9149 13.5845 17.7649 13.4345C17.6149 13.2845 17.4114 13.2002 17.1992 13.2002H6.99922C6.55739 13.2002 6.19922 13.5584 6.19922 14.0002V17.4002H3.60024L3.60282 8.79994C3.60286 8.68951 3.69239 8.6 3.80282 8.6H20.2031C20.3136 8.6 20.4031 8.68954 20.4031 8.8V17.4002ZM7.79922 14.8002V20.4002H16.3992V14.8002H7.79922Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-share {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3984 6.3C14.3984 4.47746 15.8759 3 17.6984 3C19.521 3 20.9984 4.47746 20.9984 6.3C20.9984 8.12254 19.521 9.6 17.6984 9.6C16.6494 9.6 15.7146 9.11047 15.1102 8.34738L9.52782 11.3105C9.57512 11.5329 9.6 11.7637 9.6 12.0002C9.6 12.3148 9.55597 12.6191 9.47374 12.9074L14.9792 15.8297C15.5743 14.966 16.5703 14.3999 17.6984 14.3999C19.521 14.3999 20.9984 15.8774 20.9984 17.6999C20.9984 19.5224 19.521 20.9999 17.6984 20.9999C15.8759 20.9999 14.3984 19.5224 14.3984 17.6999C14.3984 17.5793 14.4049 17.4602 14.4175 17.343L8.67279 14.2936C8.07276 14.9143 7.23145 15.3002 6.3 15.3002C4.47746 15.3002 3 13.8227 3 12.0002C3 10.1777 4.47746 8.7002 6.3 8.7002C7.3121 8.7002 8.21778 9.15582 8.82312 9.87314L14.4503 6.88619C14.4162 6.69595 14.3984 6.50005 14.3984 6.3ZM17.6984 4.6C16.7596 4.6 15.9984 5.36112 15.9984 6.3C15.9984 7.23888 16.7596 8 17.6984 8C18.6373 8 19.3984 7.23888 19.3984 6.3C19.3984 5.36112 18.6373 4.6 17.6984 4.6ZM4.6 12.0002C4.6 11.0613 5.36112 10.3002 6.3 10.3002C7.23888 10.3002 8 11.0613 8 12.0002C8 12.9391 7.23888 13.7002 6.3 13.7002C5.36112 13.7002 4.6 12.9391 4.6 12.0002ZM15.9984 17.6999C15.9984 16.761 16.7596 15.9999 17.6984 15.9999C18.6373 15.9999 19.3984 16.761 19.3984 17.6999C19.3984 18.6388 18.6373 19.3999 17.6984 19.3999C16.7596 19.3999 15.9984 18.6388 15.9984 17.6999Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-like {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84279 3.00069C7.85776 3.00006 7.87276 2.99987 7.88775 3.00009C8.86548 3.01458 9.82407 3.27465 10.667 3.75671C11.1589 4.038 11.5645 4.46623 11.8833 4.87468C11.9227 4.92515 11.9614 4.97606 11.9992 5.02722C12.0371 4.97606 12.0757 4.92515 12.1151 4.87468C12.4339 4.46623 12.8396 4.03801 13.3314 3.75671C14.1744 3.27465 15.133 3.01458 16.1107 3.00009C16.1257 2.99987 16.1407 3.00006 16.1557 3.00069C17.7007 3.06467 19.1645 3.70893 20.2243 4.80459C21.2817 5.89773 21.8507 7.35228 21.7956 8.85363C21.7911 10.2724 21.1945 11.7053 20.3873 13.0116C19.57 14.3343 18.4895 15.6028 17.4185 16.7038C15.2802 18.9022 13.0965 20.5172 12.8801 20.6633L12.8799 20.6634L12.4466 20.9557C12.1762 21.138 11.8222 21.138 11.5519 20.9557L11.1186 20.6634L11.1165 20.662C10.902 20.5164 8.71872 18.902 6.57992 16.7033C5.50898 15.6024 4.42845 14.334 3.61116 13.0115C2.80391 11.7052 2.2073 10.2724 2.20288 8.85362C2.1478 7.35227 2.71673 5.89773 3.77414 4.80459C4.83397 3.70893 6.29773 3.06467 7.84279 3.00069ZM7.8645 4.6003C6.7485 4.65307 5.68545 5.12998 4.92415 5.917C4.15911 6.7079 3.7603 7.74703 3.80223 8.80609C3.80264 8.81664 3.80285 8.82719 3.80285 8.83774C3.80285 9.83437 4.23152 10.9717 4.97224 12.1703C5.70593 13.3576 6.70066 14.5328 7.72681 15.5876C8.75008 16.6396 9.7871 17.5541 10.5912 18.221C10.9927 18.554 11.3346 18.8239 11.5855 19.017C11.7109 19.1135 11.8132 19.1904 11.8883 19.2461C11.9259 19.2739 11.9562 19.2961 11.9789 19.3124L11.9993 19.327L12.0202 19.3121C12.0427 19.2959 12.0729 19.2738 12.1105 19.246C12.1855 19.1905 12.2877 19.1137 12.4131 19.0172C12.6639 18.8244 13.0057 18.5545 13.4072 18.2216C14.2113 17.5548 15.2483 16.6402 16.2716 15.5882C17.2978 14.5332 18.2925 13.3579 19.0262 12.1706C19.7669 10.9718 20.1956 9.83438 20.1956 8.83774C20.1956 8.82719 20.1958 8.81664 20.1962 8.80609C20.2381 7.74702 19.8393 6.7079 19.0743 5.917C18.313 5.12998 17.2499 4.65307 16.112 4.6003C15.4092 4.61445 14.7244 4.80326 14.1257 5.14563C13.8936 5.27837 13.639 5.52262 13.3764 5.85914C13.1193 6.18845 12.8895 6.56011 12.691 6.90192C12.5479 7.14847 12.2843 7.3002 11.9992 7.3002C11.7141 7.3002 11.4506 7.14847 11.3074 6.90192C11.1089 6.56011 10.8791 6.18845 10.6221 5.85914C10.3594 5.52262 10.1048 5.27837 9.8727 5.14563C9.27403 4.80326 8.58926 4.61445 7.88645 4.6003Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-filter {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.80078 8.52374C7.867 8.86303 8.63938 9.86127 8.63938 11.0399C8.63938 12.2185 7.867 13.2168 6.80078 13.5561L6.80078 21.2002C6.80078 21.642 6.44261 22.0002 6.00078 22.0002C5.55895 22.0002 5.20078 21.642 5.20078 21.2002L5.20078 13.557C4.13311 13.2185 3.35938 12.2196 3.35938 11.0399C3.35938 9.86023 4.13311 8.86128 5.20078 8.52284L5.20078 2.8C5.20078 2.35817 5.55895 2 6.00078 2C6.44261 2 6.80078 2.35817 6.80078 2.8V8.52374ZM5.99938 12.0799C5.425 12.0799 4.95938 11.6143 4.95938 11.0399C4.95938 10.4655 5.425 9.9999 5.99938 9.9999C6.57375 9.9999 7.03938 10.4655 7.03938 11.0399C7.03938 11.6143 6.57375 12.0799 5.99938 12.0799Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2008 21.2002L11.2008 17.1571C10.1331 16.8186 9.35938 15.8197 9.35938 14.64C9.35938 13.4603 10.1331 12.4614 11.2008 12.1229V2.8C11.2008 2.35817 11.559 2 12.0008 2C12.4426 2 12.8008 2.35817 12.8008 2.8L12.8008 12.1238C13.867 12.4631 14.6394 13.4614 14.6394 14.64C14.6394 15.8186 13.867 16.8169 12.8008 17.1562V21.2002C12.8008 21.642 12.4426 22.0002 12.0008 22.0002C11.559 22.0002 11.2008 21.642 11.2008 21.2002ZM10.9594 14.64C10.9594 15.2144 11.425 15.68 11.9994 15.68C12.5738 15.68 13.0394 15.2144 13.0394 14.64C13.0394 14.0656 12.5738 13.6 11.9994 13.6C11.425 13.6 10.9594 14.0656 10.9594 14.64Z' fill='%2333363D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2008 6.12294V2.8C17.2008 2.35817 17.559 2 18.0008 2C18.4426 2 18.8008 2.35817 18.8008 2.8V6.12383C19.867 6.46313 20.6394 7.46137 20.6394 8.64C20.6394 9.81863 19.867 10.8169 18.8008 11.1562L18.8008 21.2002C18.8008 21.642 18.4426 22.0002 18.0008 22.0002C17.559 22.0002 17.2008 21.642 17.2008 21.2002V11.1571C16.1331 10.8186 15.3594 9.81967 15.3594 8.64C15.3594 7.46033 16.1331 6.46138 17.2008 6.12294ZM17.9994 9.68C17.425 9.68 16.9594 9.21438 16.9594 8.64C16.9594 8.06562 17.425 7.6 17.9994 7.6C18.5738 7.6 19.0394 8.06562 19.0394 8.64C19.0394 9.21438 18.5738 9.68 17.9994 9.68Z' fill='%2333363D'/%3E%3C/svg%3E%0A");
}
.btn.icon .ico-location {
  width: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.782 10.1089C15.782 12.1977 14.0887 13.891 11.9999 13.891C9.91104 13.891 8.21771 12.1977 8.21771 10.1089C8.21771 8.02005 9.91104 6.32672 11.9999 6.32672C14.0887 6.32672 15.782 8.02005 15.782 10.1089Z' stroke='%2333363D' stroke-width='1.5'/%3E%3Cpath d='M19.5642 10.1089C19.5642 14.2865 13.8909 21.4554 11.9999 21.4554C10.1088 21.4554 4.43555 14.2865 4.43555 10.1089C4.43555 5.93122 7.82221 2.54456 11.9999 2.54456C16.1775 2.54456 19.5642 5.93122 19.5642 10.1089Z' stroke='%2333363D' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.btn.icon.xlarge {
  width: 40px;
  min-height: 40px;
  height: 40px;
}
.btn.icon.xlarge .svg-icon {
  width: 100%;
  height: 100%;
}
.btn.icon.large {
  width: 32px;
  min-height: 32px;
  height: 32px;
}
.btn.icon.large .svg-icon {
  width: 100%;
  height: 100%;
}
.btn.icon.medium {
  width: 24px;
  min-height: 24px;
  height: 24px;
}
.btn.icon.medium .svg-icon {
  width: 100%;
  height: 100%;
}
.btn.icon.border {
  border-radius: 50%;
  border: 1px solid #CDD1D5;
  background: #fff;
}
.btn.icon.border.xlarge .svg-icon, .btn.icon.border.large .svg-icon {
  width: 16px;
  height: 16px;
}
.btn.text {
  display: inline-block;
  min-height: auto !important;
  padding: 5px 2px;
  text-align: left;
  white-space: normal;
  color: #1E2124;
}
.btn.text.large {
  padding: 5px 2px;
}
.btn.text.medium {
  padding: 2px;
}
.btn.text.small {
  padding: 0 2px;
}
.btn.text:hover {
  background-color: #EEF2F7;
}
.btn.text:active, .btn.text:focus {
  background-color: #D6E0EB;
}
.btn.text .ico-listul {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.19922 6.0002C2.19922 5.55837 2.55739 5.2002 2.99922 5.2002H20.9992C21.441 5.2002 21.7992 5.55837 21.7992 6.0002C21.7992 6.44202 21.441 6.8002 20.9992 6.8002H2.99922C2.55739 6.8002 2.19922 6.44202 2.19922 6.0002ZM2.19922 12.0002C2.19922 11.5584 2.55739 11.2002 2.99922 11.2002H20.9992C21.441 11.2002 21.7992 11.5584 21.7992 12.0002C21.7992 12.442 21.441 12.8002 20.9992 12.8002H2.99922C2.55739 12.8002 2.19922 12.442 2.19922 12.0002ZM2.99922 17.2002C2.55739 17.2002 2.19922 17.5584 2.19922 18.0002C2.19922 18.442 2.55739 18.8002 2.99922 18.8002H20.9992C21.441 18.8002 21.7992 18.442 21.7992 18.0002C21.7992 17.5584 21.441 17.2002 20.9992 17.2002H2.99922Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-write {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4343 2.43427C16.7467 2.12185 17.2533 2.12185 17.5657 2.43427L21.5657 6.43427C21.7157 6.58429 21.8 6.78778 21.8 6.99995C21.8 7.21212 21.7157 7.41561 21.5657 7.56564L12.5657 16.5656C12.4157 16.7157 12.2122 16.8 12 16.8H8C7.55817 16.8 7.2 16.4418 7.2 16V12C7.2 11.7878 7.28429 11.5843 7.43431 11.4343L16.4343 2.43427ZM17 4.13132L15.1314 5.99995L18 8.86858L19.8686 6.99995L17 4.13132ZM16.8686 9.99995L14 7.13132L8.8 12.3313V15.2H11.6686L16.8686 9.99995ZM4.8 4.59995C4.68954 4.59995 4.6 4.68949 4.6 4.79995V19.2C4.6 19.3104 4.68954 19.4 4.8 19.4H19.2C19.3105 19.4 19.4 19.3104 19.4 19.2V12.2C19.4 11.7581 19.7582 11.4 20.2 11.4C20.6418 11.4 21 11.7581 21 12.2V19.2C21 20.1941 20.1941 21 19.2 21H4.8C3.80589 21 3 20.1941 3 19.2V4.79995C3 3.80584 3.80589 2.99995 4.8 2.99995H11.7992C12.241 2.99995 12.5992 3.35812 12.5992 3.79995C12.5992 4.24178 12.241 4.59995 11.7992 4.59995H4.8Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-detail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.63629 12.0843C4.03609 10.8283 5.08502 9.63166 6.59666 8.73858C8.10015 7.85031 10.0027 7.3002 11.9985 7.3002C16.0279 7.3002 19.3773 9.51934 20.3566 12.1209C20.359 12.1272 20.3594 12.1313 20.3594 12.1328L20.3594 12.133C19.8163 13.8467 17.4328 16.7002 11.9985 16.7002C6.62812 16.7002 4.20473 13.6043 3.63555 12.0869L3.63629 12.0843ZM11.9985 5.7002C9.71865 5.7002 7.53474 6.32599 5.7828 7.36103C4.03901 8.39127 2.66351 9.86534 2.11167 11.599C2.0057 11.9319 2.00656 12.2981 2.13461 12.6412C2.92028 14.7463 5.91647 18.3002 11.9985 18.3002C18.0562 18.3002 21.1104 15.0626 21.8852 12.6146C21.9975 12.26 21.9786 11.8883 21.854 11.5573C20.5835 8.18203 16.518 5.7002 11.9985 5.7002ZM9.79922 12.0002C9.79922 10.7852 10.7842 9.8002 11.9992 9.8002C13.2142 9.8002 14.1992 10.7852 14.1992 12.0002C14.1992 13.2152 13.2142 14.2002 11.9992 14.2002C10.7842 14.2002 9.79922 13.2152 9.79922 12.0002ZM11.9992 8.2002C9.90054 8.2002 8.19922 9.90151 8.19922 12.0002C8.19922 14.0989 9.90054 15.8002 11.9992 15.8002C14.0979 15.8002 15.7992 14.0989 15.7992 12.0002C15.7992 9.90151 14.0979 8.2002 11.9992 8.2002Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-delete {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6304 4.23482C18.9428 3.92239 19.4493 3.92238 19.7618 4.23479C20.0742 4.5472 20.0742 5.05373 19.7618 5.36616L13.1294 11.999L19.7657 18.6357C20.0781 18.9481 20.0781 19.4546 19.7657 19.767C19.4532 20.0795 18.9467 20.0794 18.6343 19.767L11.998 13.1304L5.3618 19.767C5.04939 20.0794 4.54285 20.0795 4.23042 19.767C3.918 19.4546 3.91798 18.9481 4.23039 18.6357L10.8667 11.999L4.2343 5.36616C3.92189 5.05373 3.9219 4.5472 4.23433 4.23479C4.54676 3.92238 5.05329 3.92239 5.3657 4.23482L11.998 10.8676L18.6304 4.23482Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5754 16.0542C12.4246 16.2111 12.2163 16.2998 11.9987 16.2998C11.7811 16.2998 11.5729 16.2111 11.4221 16.0542L6.42206 10.8542C6.11583 10.5358 6.12576 10.0293 6.44424 9.72309C6.76273 9.41685 7.26916 9.42678 7.5754 9.74527L11.1987 13.5135V3.79976C11.1987 3.35793 11.5569 2.99976 11.9987 2.99976C12.4406 2.99976 12.7987 3.35793 12.7987 3.79976V13.5135L16.4221 9.74527C16.7283 9.42678 17.2347 9.41685 17.5532 9.72309C17.8717 10.0293 17.8816 10.5358 17.5754 10.8542L12.5754 16.0542ZM3.60029 16.0003C3.6004 15.5585 3.24232 15.2003 2.80049 15.2001C2.35866 15.2 2.0004 15.5581 2.00029 16L1.99951 19.2C1.99946 19.4122 2.08372 19.6157 2.23376 19.7658C2.38379 19.9158 2.5873 20.0001 2.79951 20.0001H21.1987C21.6406 20.0001 21.9987 19.642 21.9987 19.2001V16.0001C21.9987 15.5583 21.6406 15.2001 21.1987 15.2001C20.7569 15.2001 20.3987 15.5583 20.3987 16.0001V18.4001H3.59971L3.60029 16.0003Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-copy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.19995 8.00001C6.19995 7.0059 7.00584 6.20001 7.99995 6.20001H19.2C20.1941 6.20001 21 7.0059 21 8.00001V19.2C21 20.1941 20.1941 21 19.2 21H7.99995C7.00584 21 6.19995 20.1941 6.19995 19.2V8.00001ZM7.99995 7.80001C7.88949 7.80001 7.79995 7.88955 7.79995 8.00001V19.2C7.79995 19.3105 7.88949 19.4 7.99995 19.4H19.2C19.3104 19.4 19.4 19.3105 19.4 19.2V8.00001C19.4 7.88955 19.3104 7.80001 19.2 7.80001H7.99995Z' fill='%231E2124'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.00073 4.79982C3.00073 3.8057 3.80662 2.99982 4.80073 2.99982H18.2C18.6418 2.99982 19 3.35799 19 3.79982C19 4.24164 18.6418 4.59982 18.2 4.59982H4.80073C4.69027 4.59982 4.60073 4.68936 4.60073 4.79982V18.2C4.60073 18.6418 4.24256 19 3.80073 19C3.3589 19 3.00073 18.6418 3.00073 18.2V4.79982Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8509 4.92396C14.0162 2.75874 17.5267 2.75874 19.6919 4.92397C21.8571 7.0892 21.8571 10.5997 19.6919 12.7649L11.9911 20.4657C11.6786 20.7782 11.1721 20.7782 10.8597 20.4657C10.5473 20.1533 10.5473 19.6468 10.8597 19.3344L18.5605 11.6336C20.1009 10.0932 20.1009 7.59573 18.5605 6.05534C17.0201 4.51496 14.5227 4.51494 12.9823 6.05534L4.92108 14.1165C4.92107 14.1165 4.92108 14.1165 4.92108 14.1165C3.9575 15.0801 3.95749 16.6424 4.92108 17.606C5.88466 18.5696 7.44692 18.5696 8.41051 17.606L15.643 10.3735C15.9898 10.0267 15.9898 9.46445 15.643 9.11766C15.2962 8.77089 14.7339 8.77089 14.3871 9.11766L7.51506 15.9898C7.20264 16.3022 6.69611 16.3022 6.38369 15.9898C6.07127 15.6774 6.07127 15.1708 6.38369 14.8584L13.2558 7.98632C13.2557 7.98632 13.2558 7.98631 13.2558 7.98632C14.2274 7.01468 15.8028 7.01468 16.7744 7.98632C17.746 8.95794 17.746 10.5332 16.7744 11.5049L9.54188 18.7374C7.95346 20.3258 5.37812 20.3258 3.78969 18.7374C2.20129 17.1489 2.20129 14.5736 3.78969 12.9852L11.8509 4.92396Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-blank {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6 4.80002C4.59999 4.68955 4.68954 4.6 4.8 4.6H11.5991C12.041 4.6 12.3991 4.24183 12.3991 3.8C12.3991 3.35817 12.041 3 11.5991 3H4.8C3.80582 3 2.99991 3.80599 3 4.80017L3.00137 19.2004C3.00147 20.1944 3.80732 21.0002 4.80137 21.0002H19.1991C20.1932 21.0002 20.9991 20.1943 20.9991 19.2002V12.4002C20.9991 11.9584 20.641 11.6002 20.1991 11.6002C19.7573 11.6002 19.3991 11.9584 19.3991 12.4002V19.2002C19.3991 19.3107 19.3096 19.4002 19.1991 19.4002H4.80137C4.69092 19.4002 4.60138 19.3107 4.60137 19.2002L4.6 4.80002ZM13.9992 3.8C13.9992 4.24183 14.3574 4.6 14.7992 4.6H18.2678L10.4335 12.4343C10.1211 12.7467 10.1211 13.2533 10.4335 13.5657C10.746 13.8781 11.2525 13.8781 11.5649 13.5657L19.3992 5.73137V9.2002C19.3992 9.64202 19.7574 10.0002 20.1992 10.0002C20.641 10.0002 20.9992 9.64202 20.9992 9.2002V3.8C20.9992 3.35817 20.641 3 20.1992 3H14.7992C14.3574 3 13.9992 3.35817 13.9992 3.8Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40531 19.7351C8.70087 20.0635 9.2067 20.0902 9.53512 19.7946L17.5351 12.5949C17.7037 12.4432 17.8 12.2271 17.8 12.0003C17.8 11.7735 17.7037 11.5574 17.5351 11.4056L9.53515 4.20515C9.20675 3.90957 8.70092 3.93617 8.40534 4.26457C8.10976 4.59297 8.13637 5.0988 8.46477 5.39438L15.8041 12.0002L8.4648 18.6053C8.13638 18.9009 8.10975 19.4067 8.40531 19.7351Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5947 19.7351C15.2991 20.0635 14.7933 20.0902 14.4649 19.7946L6.46486 12.5944C6.29629 12.4427 6.20004 12.2265 6.20004 11.9998C6.20004 11.773 6.2963 11.5568 6.46487 11.4051L14.4649 4.20513C14.7933 3.90956 15.2991 3.93618 15.5947 4.26459C15.8902 4.593 15.8636 5.09883 15.5352 5.3944L8.19591 11.9998L15.5352 18.6053C15.8636 18.9009 15.8902 19.4067 15.5947 19.7351Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7344 8.40505C20.0628 8.7006 20.0894 9.20643 19.7939 9.53485L12.5947 17.5349C12.443 17.7034 12.2268 17.7997 12 17.7997C11.7732 17.7997 11.5571 17.7035 11.4054 17.5349L4.20537 9.53489C3.9098 9.20648 3.93643 8.70065 4.26484 8.40508C4.59324 8.10951 5.09908 8.13613 5.39464 8.46454L12 15.8038L18.6046 8.46457C18.9001 8.13615 19.4059 8.1095 19.7344 8.40505Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7619 4.4874C14.6302 3.9196 13.3524 3.6 12 3.6C7.36081 3.6 3.6 7.36081 3.6 12C3.6 16.6392 7.36081 20.4 12 20.4C16.6392 20.4 20.4 16.6392 20.4 12C20.4 10.4817 19.9972 9.0575 19.2926 7.82841L20.2773 6.38701C21.3646 7.9873 22 9.91945 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.6874 2 15.2772 2.41794 16.6715 3.15595L15.7619 4.4874ZM17.118 5.3387C17.5468 5.66866 17.9429 6.03909 18.3005 6.44428L19.2269 5.08823C18.8549 4.69944 18.4519 4.34061 18.0218 4.01572L17.118 5.3387Z' fill='%231E2124'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4505 3.33922C19.8153 3.58845 19.909 4.08624 19.6598 4.45106L12.8281 14.4511C12.6938 14.6476 12.4789 14.7742 12.2419 14.7963C12.0049 14.8185 11.7703 14.7339 11.6019 14.5656L7.43364 10.3989C7.12116 10.0866 7.12106 9.58002 7.43342 9.26754C7.74578 8.95506 8.25231 8.95496 8.56479 9.26732L12.051 12.7522L18.3387 3.5485C18.5879 3.18368 19.0857 3.08998 19.4505 3.33922Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-refresh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19766 12.0001C4.19766 7.69649 7.70723 4.2001 12.046 4.2001C14.9928 4.2001 17.5597 5.81393 18.9017 8.2002H15.8C15.3582 8.2002 15 8.55837 15 9.0002C15 9.44202 15.3582 9.8002 15.8 9.8002H20.8C21.2418 9.8002 21.6 9.44202 21.6 9.0002V4.0002C21.6 3.55837 21.2418 3.2002 20.8 3.2002C20.3582 3.2002 20 3.55837 20 4.0002V6.92494C18.3195 4.32325 15.3846 2.6001 12.046 2.6001C6.83203 2.6001 2.59766 6.8044 2.59766 12.0001C2.59766 17.1958 6.83203 21.4001 12.046 21.4001C16.7796 21.4001 20.7039 17.9361 21.3887 13.4098C21.4547 12.9729 21.1542 12.5652 20.7173 12.4991C20.2805 12.433 19.8727 12.7336 19.8067 13.1704C19.2395 16.9195 15.9831 19.8001 12.046 19.8001C7.70723 19.8001 4.19766 16.3037 4.19766 12.0001Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-advanced {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99844 10.9004C3.99844 7.08963 7.08767 4.00039 10.8984 4.00039C14.7092 4.00039 17.7984 7.08963 17.7984 10.9004C17.7984 12.7135 17.0991 14.3632 15.9555 15.5947C15.8799 15.6322 15.809 15.6825 15.746 15.7455C15.6829 15.8086 15.6326 15.8796 15.595 15.9554C14.3633 17.1002 12.7126 17.8004 10.8984 17.8004C7.08767 17.8004 3.99844 14.7112 3.99844 10.9004ZM16.318 17.4489C14.8468 18.6678 12.9582 19.4004 10.8984 19.4004C6.20402 19.4004 2.39844 15.5948 2.39844 10.9004C2.39844 6.20597 6.20402 2.40039 10.8984 2.40039C15.5929 2.40039 19.3984 6.20597 19.3984 10.9004C19.3984 12.9589 18.6667 14.8465 17.4491 16.3173L20.7662 19.6343C21.0786 19.9468 21.0786 20.4533 20.7662 20.7657C20.4538 21.0781 19.9473 21.0781 19.6348 20.7657L16.318 17.4489ZM7.10156 10.9001C7.10156 10.4583 7.45973 10.1001 7.90156 10.1001H10.1031V7.9001C10.1031 7.45827 10.4613 7.1001 10.9031 7.1001C11.345 7.1001 11.7031 7.45827 11.7031 7.9001V10.1001H13.9016C14.3434 10.1001 14.7016 10.4583 14.7016 10.9001C14.7016 11.3419 14.3434 11.7001 13.9016 11.7001H11.7031V13.9001C11.7031 14.3419 11.345 14.7001 10.9031 14.7001C10.4613 14.7001 10.1031 14.3419 10.1031 13.9001V11.7001H7.90156C7.45973 11.7001 7.10156 11.3419 7.10156 10.9001Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-print {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.8 2C6.35817 2 6 2.35817 6 2.8V7H3.80282C2.80892 7 2.00312 7.80556 2.00282 8.79946L2 18.2C1.99994 18.4122 2.08419 18.6157 2.23423 18.7658C2.38427 18.9159 2.58779 19.0002 2.8 19.0002H6.19922V21.2002C6.19922 21.642 6.55739 22.0002 6.99922 22.0002H17.1992C17.641 22.0002 17.9992 21.642 17.9992 21.2002V19.0002H21.2031C21.645 19.0002 22.0031 18.642 22.0031 18.2002V8.8C22.0031 7.80589 21.1972 7 20.2031 7H17.9992V2.8C17.9992 2.35817 17.641 2 17.1992 2H6.8ZM16.3992 7V3.6H7.6V7H16.3992ZM20.4031 17.4002H17.9992V14.0002C17.9992 13.788 17.9149 13.5845 17.7649 13.4345C17.6149 13.2845 17.4114 13.2002 17.1992 13.2002H6.99922C6.55739 13.2002 6.19922 13.5584 6.19922 14.0002V17.4002H3.60024L3.60282 8.79994C3.60286 8.68951 3.69239 8.6 3.80282 8.6H20.2031C20.3136 8.6 20.4031 8.68954 20.4031 8.8V17.4002ZM7.79922 14.8002V20.4002H16.3992V14.8002H7.79922Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3984 6.3C14.3984 4.47746 15.8759 3 17.6984 3C19.521 3 20.9984 4.47746 20.9984 6.3C20.9984 8.12254 19.521 9.6 17.6984 9.6C16.6494 9.6 15.7146 9.11047 15.1102 8.34738L9.52782 11.3105C9.57512 11.5329 9.6 11.7637 9.6 12.0002C9.6 12.3148 9.55597 12.6191 9.47374 12.9074L14.9792 15.8297C15.5743 14.966 16.5703 14.3999 17.6984 14.3999C19.521 14.3999 20.9984 15.8774 20.9984 17.6999C20.9984 19.5224 19.521 20.9999 17.6984 20.9999C15.8759 20.9999 14.3984 19.5224 14.3984 17.6999C14.3984 17.5793 14.4049 17.4602 14.4175 17.343L8.67279 14.2936C8.07276 14.9143 7.23145 15.3002 6.3 15.3002C4.47746 15.3002 3 13.8227 3 12.0002C3 10.1777 4.47746 8.7002 6.3 8.7002C7.3121 8.7002 8.21778 9.15582 8.82312 9.87314L14.4503 6.88619C14.4162 6.69595 14.3984 6.50005 14.3984 6.3ZM17.6984 4.6C16.7596 4.6 15.9984 5.36112 15.9984 6.3C15.9984 7.23888 16.7596 8 17.6984 8C18.6373 8 19.3984 7.23888 19.3984 6.3C19.3984 5.36112 18.6373 4.6 17.6984 4.6ZM4.6 12.0002C4.6 11.0613 5.36112 10.3002 6.3 10.3002C7.23888 10.3002 8 11.0613 8 12.0002C8 12.9391 7.23888 13.7002 6.3 13.7002C5.36112 13.7002 4.6 12.9391 4.6 12.0002ZM15.9984 17.6999C15.9984 16.761 16.7596 15.9999 17.6984 15.9999C18.6373 15.9999 19.3984 16.761 19.3984 17.6999C19.3984 18.6388 18.6373 19.3999 17.6984 19.3999C16.7596 19.3999 15.9984 18.6388 15.9984 17.6999Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-like {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84279 3.00069C7.85776 3.00006 7.87276 2.99987 7.88775 3.00009C8.86548 3.01458 9.82407 3.27465 10.667 3.75671C11.1589 4.038 11.5645 4.46623 11.8833 4.87468C11.9227 4.92515 11.9614 4.97606 11.9992 5.02722C12.0371 4.97606 12.0757 4.92515 12.1151 4.87468C12.4339 4.46623 12.8396 4.03801 13.3314 3.75671C14.1744 3.27465 15.133 3.01458 16.1107 3.00009C16.1257 2.99987 16.1407 3.00006 16.1557 3.00069C17.7007 3.06467 19.1645 3.70893 20.2243 4.80459C21.2817 5.89773 21.8507 7.35228 21.7956 8.85363C21.7911 10.2724 21.1945 11.7053 20.3873 13.0116C19.57 14.3343 18.4895 15.6028 17.4185 16.7038C15.2802 18.9022 13.0965 20.5172 12.8801 20.6633L12.8799 20.6634L12.4466 20.9557C12.1762 21.138 11.8222 21.138 11.5519 20.9557L11.1186 20.6634L11.1165 20.662C10.902 20.5164 8.71872 18.902 6.57992 16.7033C5.50898 15.6024 4.42845 14.334 3.61116 13.0115C2.80391 11.7052 2.2073 10.2724 2.20288 8.85362C2.1478 7.35227 2.71673 5.89773 3.77414 4.80459C4.83397 3.70893 6.29773 3.06467 7.84279 3.00069ZM7.8645 4.6003C6.7485 4.65307 5.68545 5.12998 4.92415 5.917C4.15911 6.7079 3.7603 7.74703 3.80223 8.80609C3.80264 8.81664 3.80285 8.82719 3.80285 8.83774C3.80285 9.83437 4.23152 10.9717 4.97224 12.1703C5.70593 13.3576 6.70066 14.5328 7.72681 15.5876C8.75008 16.6396 9.7871 17.5541 10.5912 18.221C10.9927 18.554 11.3346 18.8239 11.5855 19.017C11.7109 19.1135 11.8132 19.1904 11.8883 19.2461C11.9259 19.2739 11.9562 19.2961 11.9789 19.3124L11.9993 19.327L12.0202 19.3121C12.0427 19.2959 12.0729 19.2738 12.1105 19.246C12.1855 19.1905 12.2877 19.1137 12.4131 19.0172C12.6639 18.8244 13.0057 18.5545 13.4072 18.2216C14.2113 17.5548 15.2483 16.6402 16.2716 15.5882C17.2978 14.5332 18.2925 13.3579 19.0262 12.1706C19.7669 10.9718 20.1956 9.83438 20.1956 8.83774C20.1956 8.82719 20.1958 8.81664 20.1962 8.80609C20.2381 7.74702 19.8393 6.7079 19.0743 5.917C18.313 5.12998 17.2499 4.65307 16.112 4.6003C15.4092 4.61445 14.7244 4.80326 14.1257 5.14563C13.8936 5.27837 13.639 5.52262 13.3764 5.85914C13.1193 6.18845 12.8895 6.56011 12.691 6.90192C12.5479 7.14847 12.2843 7.3002 11.9992 7.3002C11.7141 7.3002 11.4506 7.14847 11.3074 6.90192C11.1089 6.56011 10.8791 6.18845 10.6221 5.85914C10.3594 5.52262 10.1048 5.27837 9.8727 5.14563C9.27403 4.80326 8.58926 4.61445 7.88645 4.6003Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.80078 8.52374C7.867 8.86303 8.63938 9.86127 8.63938 11.0399C8.63938 12.2185 7.867 13.2168 6.80078 13.5561L6.80078 21.2002C6.80078 21.642 6.44261 22.0002 6.00078 22.0002C5.55895 22.0002 5.20078 21.642 5.20078 21.2002L5.20078 13.557C4.13311 13.2185 3.35938 12.2196 3.35938 11.0399C3.35938 9.86023 4.13311 8.86128 5.20078 8.52284L5.20078 2.8C5.20078 2.35817 5.55895 2 6.00078 2C6.44261 2 6.80078 2.35817 6.80078 2.8V8.52374ZM5.99938 12.0799C5.425 12.0799 4.95938 11.6143 4.95938 11.0399C4.95938 10.4655 5.425 9.9999 5.99938 9.9999C6.57375 9.9999 7.03938 10.4655 7.03938 11.0399C7.03938 11.6143 6.57375 12.0799 5.99938 12.0799Z' fill='%231E2124'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2008 21.2002L11.2008 17.1571C10.1331 16.8186 9.35938 15.8197 9.35938 14.64C9.35938 13.4603 10.1331 12.4614 11.2008 12.1229V2.8C11.2008 2.35817 11.559 2 12.0008 2C12.4426 2 12.8008 2.35817 12.8008 2.8L12.8008 12.1238C13.867 12.4631 14.6394 13.4614 14.6394 14.64C14.6394 15.8186 13.867 16.8169 12.8008 17.1562V21.2002C12.8008 21.642 12.4426 22.0002 12.0008 22.0002C11.559 22.0002 11.2008 21.642 11.2008 21.2002ZM10.9594 14.64C10.9594 15.2144 11.425 15.68 11.9994 15.68C12.5738 15.68 13.0394 15.2144 13.0394 14.64C13.0394 14.0656 12.5738 13.6 11.9994 13.6C11.425 13.6 10.9594 14.0656 10.9594 14.64Z' fill='%231E2124'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2008 6.12294V2.8C17.2008 2.35817 17.559 2 18.0008 2C18.4426 2 18.8008 2.35817 18.8008 2.8V6.12383C19.867 6.46313 20.6394 7.46137 20.6394 8.64C20.6394 9.81863 19.867 10.8169 18.8008 11.1562L18.8008 21.2002C18.8008 21.642 18.4426 22.0002 18.0008 22.0002C17.559 22.0002 17.2008 21.642 17.2008 21.2002V11.1571C16.1331 10.8186 15.3594 9.81967 15.3594 8.64C15.3594 7.46033 16.1331 6.46138 17.2008 6.12294ZM17.9994 9.68C17.425 9.68 16.9594 9.21438 16.9594 8.64C16.9594 8.06562 17.425 7.6 17.9994 7.6C18.5738 7.6 19.0394 8.06562 19.0394 8.64C19.0394 9.21438 18.5738 9.68 17.9994 9.68Z' fill='%231E2124'/%3E%3C/svg%3E%0A");
}
.btn.text .ico-location {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.782 10.1089C15.782 12.1977 14.0887 13.891 11.9999 13.891C9.91104 13.891 8.21771 12.1977 8.21771 10.1089C8.21771 8.02005 9.91104 6.32672 11.9999 6.32672C14.0887 6.32672 15.782 8.02005 15.782 10.1089Z' stroke='%231E2124' stroke-width='1.5'/%3E%3Cpath d='M19.5642 10.1089C19.5642 14.2865 13.8909 21.4554 11.9999 21.4554C10.1088 21.4554 4.43555 14.2865 4.43555 10.1089C4.43555 5.93122 7.82221 2.54456 11.9999 2.54456C16.1775 2.54456 19.5642 5.93122 19.5642 10.1089Z' stroke='%231E2124' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.btn.text .svg-icon {
  margin-bottom: -5px;
}
.btn.text.medium .svg-icon {
  margin-bottom: -4px;
}
.btn.outline-none {
  border-color: transparent !important;
}
.btn.disabled, .btn:disabled {
  color: #6D7882 !important;
  background-color: #CDD1D5 !important;
  border-color: #CDD1D5 !important;
  cursor: not-allowed;
  pointer-events: none;
}

* {
  word-break: keep-all;
}

.file-group.download {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 8px);
  margin: 10px -4px 0;
  padding: 0;
}

.file-group .file-item {
  position: relative;
  display: inline-block;
  margin: 4px;
  width: calc(50% - 8px);
  min-height: 36px;
  overflow: hidden;
}

.file-group .file-item .file-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #D9D9D9;
  padding: 9px 50px 8px;
  margin: 0;
  border-radius: 4px;
}

.file-group .file-item .ir-bbs {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 100%;
  border-right: 1px solid #D9D9D9;
  background-size: 20px auto;
  background-position: 50%;
  background-repeat: no-repeat;
}

.file-group .file-item .file-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  word-break: keep-all;
  line-height: 120%;
  text-align: left;
}

.file-group .file-item .file-download-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  border-left: 1px solid #D9D9D9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2656 4.09766L14.2656 17.5977L12.7656 17.5977L12.7656 4.09766L14.2656 4.09766Z' fill='%231E2D75'/%3E%3Cpath d='M7.67969 12.0664L13.5133 17.9L19.3469 12.0664' stroke='%231E2D75'/%3E%3Cpath d='M6.11914 22.25H21.4996' stroke='%231E2D75'/%3E%3C/svg%3E%0A");
}

.file-group .file-item .file-preview {
  position: absolute;
  right: 40px;
  top: 0;
  width: 40px;
  height: 100%;
  border: none;
  border-left: 1px solid #D9D9D9;
  z-index: 2;
  padding: 0;
  background-color: #1C4690;
  border-radius: 0;
  transition: all 0.3s;
}
.file-group .file-item .file-preview:hover {
  background-color: #2F6AAC;
}

.file-group .file-item .file-preview .ir-bbs {
  border: none;
  margin: 0;
}

.file-group .file-item.preview-on .file-download {
  padding-right: 90px;
  transition: all 0.3s;
}
.file-group .file-item.preview-on .file-download:hover {
  border-color: #2257B4;
}

.file-group .file-item .file-download {
  transition: all 0.3s;
}
.file-group .file-item .file-download:hover {
  border-color: #2257B4;
}

.file-group .file-item .file-link:hover,
.file-group .file-item .file-link:focus,
.file-group .file-item .file-link:link,
.file-group .file-item .file-link:active,
.file-group .file-item .file-link:visited {
  text-decoration: none;
}

@media (max-width: 768px) {
  .file-group .file-item {
    width: calc(100% - 8px);
    background-color: #FFF;
  }
}
.file-group .file-item .ir-bbs.ir-file.ir-jpg,
.file-group .file-item .ir-bbs.ir-file.ir-svg,
.file-group .file-item .ir-bbs.ir-file.ir-png,
.file-group .file-item .ir-bbs.ir-file.ir-gif,
.file-group .file-item .ir-bbs.ir-file.ir-bmp,
.file-group .file-item .ir-bbs.ir-file.ir-dlb,
.file-group .file-item .ir-bbs.ir-file.ir-rle,
.file-group .file-item .ir-bbs.ir-file.ir-jpeg,
.file-group .file-item .ir-bbs.ir-file.ir-png {
  background-image: url("data:image/svg+xml,%3Csvg width='425' height='425' viewBox='0 0 425 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M424.935 0.0239258H0.692993V424.266H424.935V0.0239258Z' fill='%23125AA9'/%3E%3Cpath d='M130.833 209.05L155.167 184.717L222.083 251.633L264.667 209.05L301.167 245.55V134.833H130.833V209.05ZM130.833 243.469V305.167H168.55L204.88 268.849L155.167 219.136L130.833 243.469ZM202.969 305.167H301.167V279.969L264.667 243.469L202.969 305.167ZM118.667 110.5H313.333C316.56 110.5 319.655 111.782 321.936 114.063C324.218 116.345 325.5 119.44 325.5 122.667V317.333C325.5 320.56 324.218 323.655 321.936 325.936C319.655 328.218 316.56 329.5 313.333 329.5H118.667C115.44 329.5 112.345 328.218 110.064 325.936C107.782 323.655 106.5 320.56 106.5 317.333V122.667C106.5 119.44 107.782 116.345 110.064 114.063C112.345 111.782 115.44 110.5 118.667 110.5ZM258.583 195.667C253.743 195.667 249.101 193.744 245.679 190.321C242.256 186.899 240.333 182.257 240.333 177.417C240.333 172.576 242.256 167.934 245.679 164.512C249.101 161.089 253.743 159.167 258.583 159.167C263.424 159.167 268.065 161.089 271.488 164.512C274.911 167.934 276.833 172.576 276.833 177.417C276.833 182.257 274.911 186.899 271.488 190.321C268.065 193.744 263.424 195.667 258.583 195.667Z' fill='white'/%3E%3C/svg%3E%0A");
}

.file-group .file-item .ir-bbs.ir-file.ir-down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13 10h5l-6 6-6-6h5V3h2v7zm-9 9h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2v7z' fill='rgba(149,164,166,1)'/%3E%3C/svg%3E");
}

.file-group .file-item .ir-bbs.ir-file.ir-view {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M11 2c4.968 0 9 4.032 9 9s-4.032 9-9 9-9-4.032-9-9 4.032-9 9-9zm0 16c3.867 0 7-3.133 7-7 0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7zm8.485.071l2.829 2.828-1.415 1.415-2.828-2.829 1.414-1.414z' fill='rgba(149,164,166,1)'/%3E%3C/svg%3E");
}

.file-group .file-item .ir-bbs.ir-file.ir-preview {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.1649 19.1656L22.9833 22.984M13.6656 21.3137C17.8906 21.3137 21.3156 17.8886 21.3156 13.6637C21.3156 9.43871 17.8906 6.01367 13.6656 6.01367C9.44067 6.01367 6.01562 9.43871 6.01562 13.6637C6.01562 17.8886 9.44067 21.3137 13.6656 21.3137Z' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.file-group .file-item .ir-bbs.ir-file.ir-pdf,
.file-group .file-item .ir-bbs.ir-file.ir-acrobat {
  background-image: url("data:image/svg+xml,%3Csvg width='425' height='425' viewBox='0 0 425 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M424.64 0.378906H0.397949V424.621H424.64V0.378906Z' fill='%23ED1F24'/%3E%3Cpath d='M336.805 254.144C336.805 254.144 349.506 225.706 257.844 238.683C257.844 238.683 221.952 227.363 198.209 166.623C198.209 166.623 203.73 132.388 203.455 116.651C203.455 116.651 195.724 145.916 193.791 151.162C193.791 151.162 178.331 94.2868 191.583 81.5868C191.583 81.5868 200.607 83.5198 204.654 111.681C204.654 111.681 210.633 79.1858 190.755 77.9978C190.755 77.9978 175.569 78.8258 174.465 93.1828C174.465 93.1828 172.256 135.148 185.785 172.421C185.785 172.421 119.247 328.964 81.423 334.209C81.423 334.209 77.834 319.3 126.15 278.439C126.15 278.439 52.158 319.853 77.006 335.59C77.006 335.59 89.154 347.186 108.204 330.62C108.204 330.62 126.15 317.091 149.065 272.641C149.065 272.641 197.105 256.351 250.942 248.345C250.942 248.345 325.21 290.311 336.806 261.046V257.733C336.806 257.733 330.732 276.507 271.372 245.861C271.372 245.86 327.694 239.234 336.805 254.144ZM152.377 265.462C173.36 234.264 191.858 186.5 191.858 186.5C208.975 221.839 239.345 241.442 239.345 241.442C198.485 248.896 152.377 265.462 152.377 265.462Z' fill='white'/%3E%3C/svg%3E%0A");
}

.file-group .file-item .ir-bbs.ir-file.ir-doc,
.file-group .file-item .ir-bbs.ir-file.ir-docx {
  background-image: url("data:image/svg+xml,%3Csvg width='426' height='425' viewBox='0 0 426 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M425.208 0.0239258H0.966064V424.266H425.208V0.0239258Z' fill='%23295695'/%3E%3Cpath d='M297.394 171.008C302.119 161.88 305.61 154.414 307.866 148.614C310.121 142.814 311.249 137.981 311.249 134.114C311.249 130.892 310.872 128.315 310.121 126.382C309.369 124.448 307.972 122.838 305.932 121.549C303.891 120.26 301.099 119.349 297.555 118.81L299.972 108.177H368.442L366.025 118.81C362.481 119.455 359.339 120.743 356.601 122.676C353.861 124.609 351.256 127.187 348.787 130.409C346.315 133.631 343.898 137.311 341.537 141.445C339.173 145.581 336.004 151.353 332.032 158.764L239.718 329.214H201.053L200.731 225.462V198.074C200.731 191.093 200.784 183.791 200.892 176.163H198.798C195.254 183.79 192.245 190.179 189.776 195.334L122.434 329.213H83.7681L80.5461 157.796C80.3291 147.594 79.5511 139.86 78.2101 134.597C76.8661 129.336 75.0691 125.55 72.8131 123.239C70.5581 120.931 67.3881 119.453 63.3081 118.809L65.7241 108.176H148.21L145.794 118.809C142.677 119.24 140.019 119.964 137.819 120.984C135.616 122.006 133.792 123.509 132.341 125.495C130.891 127.483 129.869 130.033 129.28 133.147C128.688 136.263 128.339 139.107 128.233 141.686L128.072 160.535L127.427 221.111C127.319 230.027 127.049 240.766 126.622 253.332L125.816 272.504H127.91C130.379 267.026 133.038 261.334 135.885 255.426C138.73 249.521 143.913 239.049 151.432 224.01L209.591 108.175H244.873L245.034 213.699L245.195 228.037C245.195 243.075 244.818 257.897 244.068 272.502H246.162C251.209 261.977 260.284 243.772 273.389 217.887L297.394 171.008Z' fill='white'/%3E%3C/svg%3E%0A");
}

.file-group .file-item .ir-bbs.ir-file.ir-hwp,
.file-group .file-item .ir-bbs.ir-file.ir-hwpx {
  background-image: url("data:image/svg+xml,%3Csvg width='426' height='425' viewBox='0 0 426 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M425.01 0.378906H0.767029V424.621H425.01V0.378906Z' fill='%230973BA'/%3E%3Cpath d='M186.619 86.051C186.619 86.051 231.028 85.563 269.581 128.021C269.581 128.021 251.525 66.531 213.46 67.507C213.46 67.506 191.01 65.066 186.619 86.051Z' fill='white'/%3E%3Cpath d='M274.462 147.541C274.462 147.541 231.791 97.2748 174.906 102.156C174.906 102.156 128.545 99.7148 134.402 146.565C134.402 146.565 192.985 132.413 222.987 149.981C222.987 149.981 136.841 161.206 141.721 230.992C141.721 230.992 140.258 289.554 215.412 284.673C215.412 284.673 296.424 277.84 287.151 180.725C287.151 180.725 302.957 182.19 315.456 189.998C315.456 189.999 328.454 146.463 274.462 147.541ZM228.1 249.048C185.643 262.225 186.619 226.112 186.619 226.112C189.547 179.75 246.645 178.286 246.645 178.286C275.924 229.039 228.1 249.048 228.1 249.048Z' fill='white'/%3E%3Cpath d='M217.362 352.509C228.413 352.509 237.371 343.551 237.371 332.5C237.371 321.449 228.413 312.491 217.362 312.491C206.311 312.491 197.353 321.449 197.353 332.5C197.353 343.551 206.311 352.509 217.362 352.509Z' fill='white'/%3E%3C/svg%3E%0A");
}

.file-group .file-item .ir-bbs.ir-file.ir-ppt,
.file-group .file-item .ir-bbs.ir-file.ir-pptx {
  background-image: url("data:image/svg+xml,%3Csvg width='426' height='425' viewBox='0 0 426 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M425.117 0.378906H0.875V424.621H425.117V0.378906Z' fill='%23D14527'/%3E%3Cpath d='M115.166 90.23H236.4C262.803 90.23 282.579 96.509 295.728 109.067C308.875 121.625 315.451 139.496 315.451 162.68C315.451 186.508 308.287 205.131 293.957 218.548C279.629 231.966 257.758 238.673 228.35 238.673H188.422V326.258H115.166V90.23ZM188.422 190.856H206.293C220.354 190.856 230.227 188.416 235.917 183.53C241.605 178.647 244.449 172.396 244.449 164.774C244.449 157.368 241.978 151.089 237.044 145.937C232.106 140.785 222.82 138.209 209.19 138.209H188.421V190.856H188.422Z' fill='white'/%3E%3C/svg%3E%0A");
}

.file-group .file-item .ir-bbs.ir-file.ir-xls,
.file-group .file-item .ir-bbs.ir-file.ir-excel,
.file-group .file-item .ir-bbs.ir-file.ir-xlsx,
.file-group .file-item .ir-bbs.ir-file.ir-csv {
  background-image: url("data:image/svg+xml,%3Csvg width='425' height='425' viewBox='0 0 425 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M424.379 0.378906H0.136963V424.621H424.379V0.378906Z' fill='%23207F3F'/%3E%3Cpath d='M275.387 334.976H343.841L251.158 194.298L330.766 73.4668H262.31L216.93 142.347L171.552 73.4668H103.097L182.703 194.298L90.021 334.976H136.171H158.475H223.469V289.596H188.372L216.93 246.25L275.387 334.976Z' fill='white'/%3E%3C/svg%3E%0A");
}

.file-group .file-item .ir-bbs.ir-file.ir-mp4 {
  background-image: url("data:image/svg+xml,%3Csvg width='425' height='425' viewBox='0 0 425 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M424.242 0H0V424.242H424.242V0Z' fill='%230D7FC3'/%3E%3Cpath d='M210.526 132C169.918 132 137 164.919 137 205.528C137 246.135 169.918 279.055 210.526 279.055C251.133 279.055 284.053 246.135 284.053 205.528C284.053 164.919 251.133 132 210.526 132ZM241.582 207.776L194.358 235.041C192.216 236.277 190.463 235.266 190.463 232.791V178.263C190.463 175.789 192.216 174.777 194.358 176.014L241.582 203.279C243.725 204.515 243.725 206.54 241.582 207.776Z' fill='white'/%3E%3C/svg%3E%0A");
}

.file-group .file-item .ir-bbs.ir-file.ir-mp3 {
  background-image: url("data:image/svg+xml,%3Csvg width='425' height='425' viewBox='0 0 425 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M424.39 0.0239258H0.146973V424.266H424.39V0.0239258Z' fill='%233A3A3A'/%3E%3Cpath d='M244.156 157.57C227.987 143.362 225.048 122.539 225.048 122.539C225.048 118.886 222.087 115.925 218.436 115.925C214.782 115.925 211.821 118.886 211.821 122.539V250.446C202.237 245.265 188.638 243.548 174.445 246.641C150.075 251.951 133.189 269.427 136.728 285.674C140.27 301.92 162.894 310.788 187.264 305.476C211.467 300.203 228.284 282.932 225.048 266.782V184.442C230.86 184.65 245.889 187.467 257.875 209.503C273.063 237.429 255.426 264.906 255.426 264.906C307.56 209.05 244.156 157.57 244.156 157.57Z' fill='white'/%3E%3C/svg%3E%0A");
}

.file-group .file-item .ir-bbs.ir-file.ir-folder,
.file-group .file-item .ir-bbs.ir-file.ir-zip,
.file-group .file-item .ir-bbs.ir-file.ir-psd,
.file-group .file-item .ir-bbs.ir-file.ir-ai,
.file-group .file-item .ir-bbs.ir-file.ir-etc {
  background-image: url("data:image/svg+xml,%3Csvg width='425' height='425' viewBox='0 0 425 425' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M424.748 0.378906H0.505981V424.621H424.748V0.378906Z' fill='%23FFCA1C'/%3E%3Cpath d='M334.521 5.37891H296.734V23.1269H334.521V5.37891Z' fill='white'/%3E%3Cpath d='M372.308 23.127H334.521V40.876H372.308V23.127Z' fill='white'/%3E%3Cpath d='M334.521 40.875H296.734V58.623H334.521V40.875Z' fill='white'/%3E%3Cpath d='M372.308 58.624H334.521V76.372H372.308V58.624Z' fill='white'/%3E%3Cpath d='M334.69 76.3718C319.543 76.3718 307.265 88.6498 307.265 103.797V147.443C307.265 162.589 319.542 174.868 334.69 174.868C349.838 174.868 362.115 162.589 362.115 147.443V103.797C362.115 88.6498 349.838 76.3718 334.69 76.3718ZM343.8 159.388H325.581V120.251H343.8V159.388Z' fill='white'/%3E%3C/svg%3E%0A");
}/*# sourceMappingURL=pe.css.map */