#page {
  overflow: visible; }

@media (max-width: 1200px) and (min-width: 976px) {
  .sitelocalnavigation .width-stretch {
    margin-left: calc(488px - 50vw);
    margin-right: calc(488px - 50vw); } }
.nanoex-dictionary {
  font-family: "Open Sans", sans-serif;
  color: #5f5f5f; }
  .nanoex-dictionary img {
    max-width: 100%; }
  .nanoex-dictionary button {
    cursor: pointer; }

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .nanoex-dictionary {
    margin: 0 -10px; } }
.nanoex-dictionary__header {
  position: relative; }
  .nanoex-dictionary__header__title {
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    color: #fff; }
    .nanoex-dictionary__header__title .heading {
      line-height: 1.36; }
    .nanoex-dictionary__header__title .copy {
      line-height: 1.4; }
  .nanoex-dictionary__header__img {
    line-height: 0; }

@media (min-width: 641px), (min-device-width: 1281px), print {
  .nanoex-dictionary__header__title {
    padding: 3.3% 6.7%;
    align-items: center;
    justify-content: flex-end; }
    .nanoex-dictionary__header__title__in {
      width: 36%;
      min-width: 345px; }
    .nanoex-dictionary__header__title .heading {
      font-size: 36px; }
    .nanoex-dictionary__header__title .copy {
      margin-top: 10px;
      font-size: 24px; } }
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .nanoex-dictionary__header__title {
    padding: 24px;
    align-items: flex-end;
    justify-content: center; }
    .nanoex-dictionary__header__title .heading {
      font-size: 32px; }
    .nanoex-dictionary__header__title .copy {
      margin-top: 10px;
      font-size: 20px; } }
.nanoex-dictionary__discription {
  background-color: #f8f8f8;
  color: #000; }
  .nanoex-dictionary__discription__title {
    text-align: center;
    font-weight: bold;
    line-height: 1.4; }
  .nanoex-dictionary__discription__items__item {
    box-sizing: border-box;
    border-radius: 3px;
    background: linear-gradient(170deg, #fafafa 0%, #f8f8f8 100%);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1), -4px -4px 4px white;
    display: flex; }
    .nanoex-dictionary__discription__items__item .discription-icn {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      box-sizing: border-box;
      background-color: #fff;
      border-radius: 50%;
      background: -webkit-linear-gradient(bottom left, #fafafa 0%, #f8f8f8 100%);
      background: -o-linear-gradient(bottom left, #fafafa 0%, #f8f8f8 100%);
      background: linear-gradient(to top right, #fafafa 0%, #f8f8f8 100%);
      box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); }
    .nanoex-dictionary__discription__items__item .discription-tx {
      line-height: 1.4; }

@media (min-width: 641px), (min-device-width: 1281px), print {
  .nanoex-dictionary__discription {
    padding: 70px 0; }
    .nanoex-dictionary__discription__in {
      width: 922px;
      margin: auto; }
    .nanoex-dictionary__discription__title {
      font-size: 18px;
      margin-bottom: 20px; }
    .nanoex-dictionary__discription__items {
      display: flex;
      justify-content: space-between; }
      .nanoex-dictionary__discription__items__item {
        padding: 12px 15px 15px;
        width: 290px;
        flex-direction: column;
        align-items: center; }
        .nanoex-dictionary__discription__items__item .discription-icn {
          margin-bottom: 10px; }
        .nanoex-dictionary__discription__items__item .discription-tx {
          font-size: 14px;
          text-align: center;
          width: 100%; } }
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .nanoex-dictionary__discription {
    padding: 36px 24px; }
    .nanoex-dictionary__discription__title {
      font-size: 16px; }
    .nanoex-dictionary__discription__items {
      margin-top: 20px; }
      .nanoex-dictionary__discription__items__item {
        padding: 12px 16px;
        margin-top: 12px;
        align-items: center; }
        .nanoex-dictionary__discription__items__item .discription-icn {
          margin-right: 10px; }
        .nanoex-dictionary__discription__items__item .discription-tx {
          font-size: 12px; } }
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SCROLLBAR Keyword ***************/
.scrollbar-nanoex > .scroll-element,
.scrollbar-nanoex > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-nanoex > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-nanoex > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-nanoex > .scroll-element .scroll-bar {
  background-color: #CCD8E5;
  display: block;
  opacity: .8;
  border-radius: 7px; }

.scrollbar-nanoex > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-nanoex > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0; }

/* scrollbar height/width & offset from container borders */
.scrollbar-nanoex > .scroll-element.scroll-x .scroll-bar {
  height: 4px;
  min-width: 10px;
  top: -4px; }

.scrollbar-nanoex > .scroll-element.scroll-y .scroll-bar {
  left: -4px;
  min-height: 10px;
  width: 4px; }

.scrollbar-nanoex > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-nanoex > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-nanoex > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-nanoex > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-nanoex > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-nanoex > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

.scrollbar-nanoex > .scroll-content.scroll-scrolly_visible {
  padding-right: 8px; }

.nanoex-dictionary__main {
  background-color: #E9EFFB; }
.nanoex-dictionary__console__header .header-btn {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border-radius: 3px;
  background: transparent;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px; }
.nanoex-dictionary__console__header .condition-keywords .keyword {
  display: inline-block; }
.nanoex-dictionary__results {
  position: relative; }
  .nanoex-dictionary__results__main {
    transition: height .5s;
    overflow: hidden; }
    .nanoex-dictionary__results__main__scale {
      position: absolute;
      width: 100%;
      pointer-events: none; }
  .nanoex-dictionary__results__notfound {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute; }
    .nanoex-dictionary__results__notfound__text {
      color: #1F4EAD;
      line-height: 1.4;
      text-align: center; }
      .nanoex-dictionary__results__notfound__text .notfound-title {
        margin-top: 10px;
        font-weight: bold;
        font-size: 16px; }
      .nanoex-dictionary__results__notfound__text .notfound-copy {
        margin-top: 5px;
        font-size: 14px; }
  .nanoex-dictionary__results__footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4; }
    .nanoex-dictionary__results__footer.sticky-true.sticky-on {
      position: sticky; }
  .nanoex-dictionary__results__btn {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 100%;
    background: transparent;
    backdrop-filter: blur(3.8702499866px);
    --webkit-backdrop-filter: blur(3.8702499866485596px);
    background-image: -webkit-linear-gradient(right, rgba(31, 78, 173, 0.8) 0%, rgba(82, 129, 224, 0.8) 100%);
    background-image: -o-linear-gradient(right, rgba(31, 78, 173, 0.8) 0%, rgba(82, 129, 224, 0.8) 100%);
    background-image: linear-gradient(to left, rgba(31, 78, 173, 0.8) 0%, rgba(82, 129, 224, 0.8) 100%);
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; }
    .nanoex-dictionary__results__btn:hover {
      background-image: -webkit-linear-gradient(right, rgba(31, 78, 173, 0.8) 0%, #5281e0 100%);
      background-image: -o-linear-gradient(right, rgba(31, 78, 173, 0.8) 0%, #5281e0 100%);
      background-image: linear-gradient(to left, rgba(31, 78, 173, 0.8) 0%, #5281e0 100%); }
    .nanoex-dictionary__results__btn .btn-label {
      font-size: 16px;
      font-weight: bold; }
    .nanoex-dictionary__results__btn .btn-icn {
      font-size: 0; }
      .nanoex-dictionary__results__btn .btn-icn::after {
        content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3LjQxIiB2aWV3Qm94PSIwIDAgMTIgNy40MSI+CiAgPHBhdGggaWQ9ImFycm93IiBkPSJNNjA3LjgyNCwxMDA5LjRsLTQuNTksNC41OC00LjU5LTQuNTgtMS40MSwxLjQxLDYsNiw2LTZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTk3LjIzNCAtMTAwOS40MDMpIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPg==);
        width: 12px;
        height: 7.41px;
        display: block; }
    .nanoex-dictionary__results__btn.showed {
      background-image: none;
      background-color: rgba(255, 255, 255, 0.8);
      color: #0041C0; }
      .nanoex-dictionary__results__btn.showed:hover {
        background-color: white; }
      .nanoex-dictionary__results__btn.showed .btn-icn::after {
        content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3LjQxIiB2aWV3Qm94PSIwIDAgMTIgNy40MSI+CiAgPHBhdGggaWQ9ImFycm93IiBkPSJNMTAuNTksMCw2LDQuNTgsMS40MSwwLDAsMS40MWw2LDYsNi02WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIgNy40MSkgcm90YXRlKDE4MCkiIGZpbGw9IiMwMDQxYzAiLz4KPC9zdmc+); }

@media (min-width: 641px), (min-device-width: 1281px), print {
  .nanoex-dictionary__main {
    display: flex;
    position: relative; }
    .nanoex-dictionary__main::after {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 25%;
      width: 5px;
      z-index: 3;
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%); }
  .nanoex-dictionary__console {
    width: 25%;
    position: relative;
    background-color: #E9EFFB; }
    .nanoex-dictionary__console__in {
      position: sticky;
      top: 0;
      z-index: 3;
      max-height: 100vh;
      height: 100%; }
    .nanoex-dictionary__console__header {
      position: absolute;
      box-sizing: border-box;
      width: 400%;
      min-height: 40px;
      padding: 5px 0;
      top: 0;
      left: 0;
      z-index: 3;
      background: -webkit-linear-gradient(left, #1F4EAD 0%, #466EBF 25%, #1F4EAD 100%);
      background: -o-linear-gradient(left, #1F4EAD 0%, #466EBF 25%, #1F4EAD 100%);
      background: linear-gradient(to right, #1F4EAD 0%, #466EBF 25%, #1F4EAD 100%);
      color: #fff;
      display: flex; }
      .nanoex-dictionary__console__header::before {
        content: "";
        height: 30px; }
      .nanoex-dictionary__console__header__label {
        box-sizing: border-box;
        padding: 0 10px;
        width: 25%;
        flex-shrink: 1;
        font-size: 16px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center; }
      .nanoex-dictionary__console__header__condition {
        box-sizing: border-box;
        width: 75%;
        flex-grow: 1;
        padding: 0 30px;
        display: flex;
        align-items: center; }
      .nanoex-dictionary__console__header .header-btn {
        border: 1px solid #fff;
        padding: 0 14px;
        height: 20px;
        color: #fff; }
      .nanoex-dictionary__console__header .condition-keywords {
        flex-grow: 1;
        overflow: auto;
        font-size: 16px;
        padding: 7px 0; }
        .nanoex-dictionary__console__header .condition-keywords:not(.scroll-content) {
          margin-left: 1em; }
        .nanoex-dictionary__console__header .condition-keywords__in {
          white-space: nowrap;
          height: 16px; }
        .nanoex-dictionary__console__header .condition-keywords .keyword:not(:first-child) {
          margin-left: 1em; }
    .nanoex-dictionary__console__main {
      box-sizing: border-box;
      padding-top: 40px;
      position: absolute;
      width: 100%;
      height: 100%;
      max-height: 100vh; }
      .nanoex-dictionary__console__main__in {
        height: 100%; }
  .nanoex-dictionary__results {
    width: 75%;
    padding-top: 40px; }
    .nanoex-dictionary__results__main {
      min-height: calc(100vw / 4 * 2); }
      .nanoex-dictionary__results__main__scale {
        height: calc(100vw / 4 * 2); }
    .nanoex-dictionary__results__notfound {
      height: calc(100vw / 4 * 2); }
    .nanoex-dictionary__results__btn {
      height: 40px; }
      .nanoex-dictionary__results__btn .btn-icn {
        margin-left: 12px; } }
@media (min-width: 1200px) {
  .nanoex-dictionary__results__main {
    min-height: 600px; }
    .nanoex-dictionary__results__main__scale {
      height: 600px; }
  .nanoex-dictionary__results__notfound {
    height: 600px; } }
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .nanoex-dictionary__console {
    position: sticky;
    top: 0;
    z-index: 5; }
    .nanoex-dictionary__console.filter-opened::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: calc(var(--vh, vh) * 100);
      left: 0;
      top: 0;
      backdrop-filter: blur(3.8702499866px);
      --webkit-backdrop-filter: blur(3.8702499866485596px); }
    .nanoex-dictionary__console__in {
      display: flex;
      flex-direction: column-reverse;
      position: relative;
      background-color: #F8F8F8;
      padding: 16px 20px 20px; }
    .nanoex-dictionary__console__header__condition {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap; }
      .nanoex-dictionary__console__header__condition .header-btn {
        border: 1px solid #1F4EAD;
        padding: 0 14px;
        height: 31px;
        min-width: 116px;
        max-width: 50%;
        font-weight: bold;
        justify-content: center;
        color: #1F4EAD; }
      .nanoex-dictionary__console__header__condition .condition-number {
        max-width: calc(50% - 12px);
        margin-left: auto; }
      .nanoex-dictionary__console__header__condition .condition-keywords {
        margin-top: 12px;
        width: 100%;
        max-height: 90px;
        overflow: auto;
        font-size: 14px; }
        .nanoex-dictionary__console__header__condition .condition-keywords__in {
          overflow: hidden; }
        .nanoex-dictionary__console__header__condition .condition-keywords .keyword {
          margin-top: 5px;
          margin-right: 1em; }
    .nanoex-dictionary__console__main {
      position: relative;
      height: 44px; }
      .nanoex-dictionary__console__main__in {
        position: absolute;
        width: 100%;
        min-height: 44px;
        box-shadow: 0 2px 2px rgba(98, 138, 216, 0.5);
        border-radius: 3px;
        overflow: hidden; }
  .nanoex-dictionary__results__main {
    background-color: #F8F8F8; }
    .nanoex-dictionary__results__main__scale {
      height: 100vw; }
  .nanoex-dictionary__results__notfound {
    height: 400px;
    top: 0; }
  .nanoex-dictionary__results__btn {
    flex-direction: column;
    height: 48px; }
    .nanoex-dictionary__results__btn .btn-icn {
      margin-top: 4px; } }
.nanoex-dictionary .checkbox-item {
  margin-top: 8px;
  position: relative; }
  .nanoex-dictionary .checkbox-item input {
    position: absolute;
    opacity: 0;
    top: 0;
    width: 1;
    height: 1; }
  .nanoex-dictionary .checkbox-item label {
    display: block; }
    .nanoex-dictionary .checkbox-item label:hover .checkbox-item__in {
      color: #466EBF; }
  .nanoex-dictionary .checkbox-item__in {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 2px rgba(98, 138, 216, 0.5);
    color: #1F4EAD; }
  .nanoex-dictionary .checkbox-item__icn {
    flex-shrink: 0;
    background-color: #EBEBEB;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0; }
  .nanoex-dictionary .checkbox-item__label {
    line-height: 1.2; }
  .nanoex-dictionary .checkbox-item input[type="checkbox"]:checked + .checkbox-item__in {
    background-color: white; }
    .nanoex-dictionary .checkbox-item input[type="checkbox"]:checked + .checkbox-item__in .checkbox-item__icn {
      background-color: #007AC7; }
  .pressTabkey .nanoex-dictionary .checkbox-item input[type="checkbox"]:focus + .checkbox-item__in {
    box-shadow: 0 0 4px #628ad8; }

@media (min-width: 641px), (min-device-width: 1281px), print {
  .nanoex-dictionary .checkbox-item__in {
    padding: 6px;
    font-size: 14px; }
    .nanoex-dictionary .checkbox-item__in::before {
      content: "";
      height: 20px; }
  .nanoex-dictionary .checkbox-item__icn {
    width: 12px;
    height: 12px;
    margin-right: 5px; }
    .nanoex-dictionary .checkbox-item__icn::after {
      content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjYuMDk5IiB2aWV3Qm94PSIwIDAgOCA2LjA5OSI+CiAgPHBhdGggaWQ9IuODkeOCuV8zMDEiIGRhdGEtbmFtZT0i44OR44K5IDMwMSIgZD0iTTY4Ni4yNDMsMTAxMS44MjFsLTEuOS0xLjktLjY0Ni42NDEsMi41NDIsMi41NDIsNS40NTgtNS40NTgtLjY0MS0uNjQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY4My43MDEgLTEwMDcuMDA5KSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4=);
      width: 8px;
      height: 6.1px; } }
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .nanoex-dictionary .checkbox-item__in {
    padding: 14px;
    min-height: 44px;
    font-size: 16px; }
  .nanoex-dictionary .checkbox-item__icn {
    width: 14px;
    height: 14px;
    margin-right: 12px; }
    .nanoex-dictionary .checkbox-item__icn::after {
      content: "";
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjYuMDk5IiB2aWV3Qm94PSIwIDAgOCA2LjA5OSI+CiAgPHBhdGggaWQ9IuODkeOCuV8zMDEiIGRhdGEtbmFtZT0i44OR44K5IDMwMSIgZD0iTTY4Ni4yNDMsMTAxMS44MjFsLTEuOS0xLjktLjY0Ni42NDEsMi41NDIsMi41NDIsNS40NTgtNS40NTgtLjY0MS0uNjQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY4My43MDEgLTEwMDcuMDA5KSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4=) no-repeat center;
      background-size: contain;
      width: 9.5px;
      height: 7.23px; } }
.nanoex-dictionary .condition-switch {
  box-sizing: border-box;
  padding: 4px;
  box-shadow: 0 0 2px rgba(98, 138, 216, 0.5);
  background-color: #E9EFFB;
  border-radius: 100px;
  display: flex;
  position: relative; }
  .nanoex-dictionary .condition-switch__item {
    flex-basis: 50%; }
    .nanoex-dictionary .condition-switch__item__label {
      height: 100%;
      font-size: 16px;
      font-weight: bold;
      border-radius: 100px;
      transition: all .3s;
      display: flex;
      align-items: center;
      justify-content: center; }
      .nanoex-dictionary .condition-switch__item__label span {
        position: relative;
        z-index: 1; }
      .nanoex-dictionary .condition-switch__item__label::before {
        content: "";
        display: block;
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 100px;
        pointer-events: none; }
    .nanoex-dictionary .condition-switch__item:first-child .condition-switch__item__label::after {
      content: "";
      display: block;
      position: absolute;
      box-sizing: border-box;
      width: calc(50% - 4px);
      height: calc(100% - 8px);
      left: 4px;
      top: 4px;
      border-radius: 100px;
      pointer-events: none;
      transition: all .3s;
      background-color: #466EBF;
      box-shadow: 0 0 2px #628ad8;
      transform: translateX(100%); }
    .nanoex-dictionary .condition-switch__item:first-child input[type="radio"]:checked + .condition-switch__item__label::after {
      transform: translateX(0); }
  .nanoex-dictionary .condition-switch input {
    position: absolute;
    opacity: 0; }
  .nanoex-dictionary .condition-switch input[type="radio"]:checked + .condition-switch__item__label {
    color: #fff; }
  .pressTabkey .nanoex-dictionary .condition-switch input[type="radio"]:focus + .condition-switch__item__label::before {
    box-shadow: 0 0 6px #628ad8; }

@media (min-width: 641px), (min-device-width: 1281px), print {
  .nanoex-dictionary .condition-switch {
    height: 32px; } }
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .nanoex-dictionary .condition-switch {
    height: 40px; } }
.nanoex-dictionary .condition-number .num {
  font-weight: bold;
  color: #1F4EAD; }

@media (min-width: 641px), (min-device-width: 1281px), print {
  .nanoex-dictionary .condition-number .tx {
    font-size: 14px; }
  .nanoex-dictionary .condition-number .num {
    font-size: 24px; } }
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .nanoex-dictionary .condition-number .tx {
    font-size: 16px;
    font-weight: bold; }
  .nanoex-dictionary .condition-number .num {
    font-size: 28px; } }
.nanoex-dictionary__filter {
  word-wrap: break-word;
  overflow-wrap: break-word; }
  .nanoex-dictionary__filter__in {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .nanoex-dictionary__filter__main {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden; }
  .nanoex-dictionary__filter__footer {
    background-color: #E9EFFB; }
  .nanoex-dictionary__filter__keywords {
    flex-grow: 1;
    border-radius: 3px;
    background-color: #E9EFFB;
    overflow: auto; }
    .nanoex-dictionary__filter__keywords__in {
      padding: 2px; }
    .nanoex-dictionary__filter__keywords .keywords-field:not(:first-child) {
      margin-top: 8px; }
    .nanoex-dictionary__filter__keywords .keywords-title {
      font-size: 16px;
      font-weight: bold;
      color: #1F4EAD; }
  .nanoex-dictionary__filter__condition {
    margin-top: 12px;
    display: flex;
    align-items: center; }
    .nanoex-dictionary__filter__condition .condition-switch {
      flex-basis: 65%;
      flex-shrink: 0; }
    .nanoex-dictionary__filter__condition .condition-number {
      flex-basis: 35%;
      margin-left: 10px;
      display: flex;
      flex-direction: column; }
      .nanoex-dictionary__filter__condition .condition-number__p1 {
        align-self: flex-start; }
      .nanoex-dictionary__filter__condition .condition-number__p2 {
        align-self: flex-end; }
  .nanoex-dictionary__filter__btns {
    display: flex; }
    .nanoex-dictionary__filter__btns .footer-btn {
      -webkit-appearance: none;
      appearance: none;
      border: none;
      border-radius: 3px;
      flex-basis: 50%;
      box-sizing: border-box;
      padding: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 1px 3px rgba(0, 65, 192, 0.5);
      font-size: 16px;
      font-weight: bold; }
      .nanoex-dictionary__filter__btns .footer-btn:hover {
        box-shadow: 0px 1px 6px rgba(0, 65, 192, 0.5); }
      .nanoex-dictionary__filter__btns .footer-btn.clear {
        background-color: #fff;
        color: #1F4EAD; }
      .nanoex-dictionary__filter__btns .footer-btn.search {
        color: #fff;
        background: -webkit-linear-gradient(300deg, #466EBF 0%, #1F4EAD 100%);
        background: -o-linear-gradient(300deg, #466EBF 0%, #1F4EAD 100%);
        background: linear-gradient(120deg, #466EBF 0%, #1F4EAD 100%); }

@media (min-width: 641px), (min-device-width: 1281px), print {
  .nanoex-dictionary__filter {
    height: 100%; }
    .nanoex-dictionary__filter__main {
      box-sizing: border-box;
      flex-grow: 1;
      padding: 15px 20px 12px; }
    .nanoex-dictionary__filter__footer {
      padding: 15px 20px 12px; }
    .nanoex-dictionary__filter__keywords {
      padding: 10px 4px; }
      .nanoex-dictionary__filter__keywords__scroll {
        height: 100%; }
      .nanoex-dictionary__filter__keywords__in {
        padding: 2px 8px; }
    .nanoex-dictionary__filter__condition {
      min-height: 40px; }
    .nanoex-dictionary__filter__btns .footer-btn {
      height: 32px; }
      .nanoex-dictionary__filter__btns .footer-btn:not(:first-child) {
        margin-left: 14px; } }
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .nanoex-dictionary__filter {
    transition: height .5s; }
    .nanoex-dictionary__filter__togglebtn {
      -webkit-appearance: none;
      appearance: none;
      border: none;
      border-radius: 3px 3px 0 0;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      padding: 0 7px 0 15px;
      height: 44px;
      width: 100%;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      background: -webkit-linear-gradient(300deg, #466EBF 0%, #1F4EAD 100%);
      background: -o-linear-gradient(300deg, #466EBF 0%, #1F4EAD 100%);
      background: linear-gradient(120deg, #466EBF 0%, #1F4EAD 100%);
      outline-offset: -2px; }
      .nanoex-dictionary__filter__togglebtn .btn-label {
        margin-right: auto; }
      .nanoex-dictionary__filter__togglebtn .btn-icn {
        width: 30px;
        height: 30px;
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4KICA8ZyBpZD0idG9nZ2xlLWJ0biIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuNzc1IC0wLjc3NSkiPgogICAgPGcgaWQ9IumVt+aWueW9ol80NTIiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDQ1MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC43NzUgMC43NzUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSI+CiAgICAgIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgcng9IjE1IiBzdHJva2U9Im5vbmUiLz4KICAgICAgPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIyOSIgaGVpZ2h0PSIyOSIgcng9IjE0LjUiIGZpbGw9Im5vbmUiLz4KICAgIDwvZz4KICAgIDxyZWN0IGlkPSJiYXIiIHdpZHRoPSIxNiIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjYzOCAxNC42MzgpIiBmaWxsPSIjZmZmIi8+CiAgICA8cmVjdCBpZD0iYmFyLTIiIGRhdGEtbmFtZT0iYmFyIiB3aWR0aD0iMTYiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYuNjM4IDcuNjM4KSByb3RhdGUoOTApIiBmaWxsPSIjZmZmIi8+CiAgPC9nPgo8L3N2Zz4=") no-repeat center;
        background-size: contain; }
      .nanoex-dictionary__filter__togglebtn[aria-expanded="true"] .btn-icn {
        transform: rotate(45deg); }
    .nanoex-dictionary__filter__in {
      height: calc(var(--vh, vh) * 100 - 16px - 20px - 44px); }
    .nanoex-dictionary__filter__main {
      padding: 18px 18px 12px; }
    .nanoex-dictionary__filter__keywords {
      padding: 13px 17px; }
    .nanoex-dictionary__filter__condition {
      min-height: 44px; }
    .nanoex-dictionary__filter__footer {
      padding: 12px 18px; }
    .nanoex-dictionary__filter__btns .footer-btn {
      height: 44px; }
      .nanoex-dictionary__filter__btns .footer-btn:not(:first-child) {
        margin-left: 17px; } }
.results-list-enter {
  opacity: 0; }

.results-list-enter-active {
  transition: opacity .5s .5s; }

.results-list-leave-active {
  transition: all .3s; }
  .nanoex-dictionary__results__main:not(.closing) .results-list-leave-active {
    position: absolute !important; }

.results-list-leave-to {
  opacity: 0; }

.results-list-move {
  transition: transform .5s; }

.nanoex-dictionary__results__list {
  position: relative; }
  .nanoex-dictionary__results__list__item {
    position: relative;
    color: #fff; }
    .nanoex-dictionary__results__list__item__in {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      overflow: hidden; }
    .nanoex-dictionary__results__list__item .item-image {
      font-size: 0;
      width: 100%;
      height: 100%; }
      .nanoex-dictionary__results__list__item .item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top left;
        transition: opacity .5s; }
    .nanoex-dictionary__results__list__item .item-link {
      display: block;
      color: inherit;
      height: 100%;
      outline-offset: -3px; }
    .nanoex-dictionary__results__list__item .item-data {
      position: absolute;
      box-sizing: border-box;
      width: 100%;
      bottom: 0;
      z-index: 2; }
      .nanoex-dictionary__results__list__item .item-data::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
        opacity: .9;
        pointer-events: none;
        z-index: -1; }
    .nanoex-dictionary__results__list__item .item-title {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.4; }
    .nanoex-dictionary__results__list__item .item-description {
      font-size: 14px;
      line-height: 1.4; }
    .nanoex-dictionary__results__list__item .item-keywords {
      font-size: 11px;
      line-height: 1.4; }
      .nanoex-dictionary__results__list__item .item-keywords::before {
        content: "";
        display: block;
        height: 1px;
        background-color: #fff;
        margin: 8px 0; }
      .nanoex-dictionary__results__list__item .item-keywords__item {
        display: inline-block;
        margin-right: .5em; }

@media (min-width: 641px), (min-device-width: 1281px), print {
  .nanoex-dictionary__results__list {
    display: flex;
    flex-wrap: wrap; }
    .nanoex-dictionary__results__list__item {
      width: calc(100% / 3 - .01px); }
      .nanoex-dictionary__results__list__item::before {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .nanoex-dictionary__results__list__item.wide {
        width: calc(100% / 3 * 2 - .01px); }
        .nanoex-dictionary__results__list__item.wide::before {
          padding-bottom: 50%; }
      .nanoex-dictionary__results__list__item .item-data {
        padding: 20px; }
        .nanoex-dictionary__results__list__item .item-data::before {
          height: calc(100% + 50px); }
      .nanoex-dictionary__results__list__item .item-keywords::before {
        width: 30px; } }
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .nanoex-dictionary__results__list:empty {
    height: 400px; }
  .nanoex-dictionary__results__list__item::before {
    content: "";
    display: block;
    padding-bottom: 50%; }
  .nanoex-dictionary__results__list__item .item-data {
    padding: 12px; }
    .nanoex-dictionary__results__list__item .item-data::before {
      height: calc(100% + 30px); }
  .nanoex-dictionary__results__list__item .item-keywords::before {
    width: 17px; } }
