@font-face {
  font-family: 'MyFont';
  src: url('../webfonts/myfont/MyFont.woff2') format('woff2'),
    url('../webfonts/zodiak/MyFont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.main-nav.dark-mode {
  background-color: rgb(14 28 38 / 67%);
}

.nav-logo-wrap .logo img {
  max-height: none;
}

.nav-logo-wrap .logo img {
  top: 20px;
  left: 30px;
  width: 140px;
  height: 130px;
}

@media only screen and (max-width: 768px) {
  .nav-logo-wrap .logo img {
    left: 20px;
    width: 110px;
    height: 102px;
  }
}

.sticky-logo img {
  top: 9px;
  left: 30px;
  width: 140px;
  height: 50px;
}

.logo img,
.sticky-logo img {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  display: block;
  position: fixed;
  z-index: 1;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease;
}

.logo img {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.body-scrolled .logo img {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition-delay: 0s;
}

.body-scrolled .sticky-logo img {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.4s;
  z-index: 2;
  top: 9px;
  left: 30px;
}

.sticky-logo img {
  transition-delay: 0s;
  transform: translateY(-10px);
}

.logo img {
  transition-delay: 0.4s;
  transform: translateY(0);
}

.nav-logo-wrap2 {
  position: absolute;
  top: 0;
  right: 0;
  flex-shrink: 0;
  z-index: 1;
}

.nav-logo-wrap2 .logo2 {
  display: flex;
  align-items: center;
  height: var(--menu-bar-height);
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.logo2 img {
  top: 18px;
  right: 30px;
}

.sticky-logo2 img {
  top: 15px;
  right: 30px;
}

.logo2 img,
.sticky-logo2 img {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  display: block;
  position: fixed;
  z-index: 1;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease;
}

.logo2 img {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.body-scrolled .logo2 img {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition-delay: 0s;
}

.body-scrolled .sticky-logo2 img {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.4s;
  z-index: 2;
}

.sticky-logo2 img {
  transition-delay: 0s;
  transform: translateY(-10px);
}

.logo2 img {
  transition-delay: 0.4s;
  transform: translateY(0);
}

.typewrite {
  font-size: 30px;
  font-weight: normal;
  line-height: 35px;
}

.stack-images {
  position: relative;
  margin: 0 auto;
  padding: 15% 0;
}

.stack-images-1 {
  max-width: 54%;
  position: absolute;
  top: 16%;
  right: 0;
}

.stack-images-2 {
  position: relative;
  max-width: 68%;
  margin: 0 auto 0 0;
}

.inner-nav>ul>li>a:not(.no-hover):before {
  content: "";
  position: absolute;
  top: calc(50% + 0.7em);
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .27s var(--ease-default);
}

.inner-nav>ul>li>a.active:before {
  transform: scaleX(1);
}

.main-nav.mobile-on .inner-nav>ul>li>a:not(.no-hover):before {
  display: none;
}

.inner-nav>ul>li>a:not(.no-hover):after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: -0.5em;
  display: block;
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: var(--transition-default);
}

.inner-nav>ul>li>a:hover:after {
  opacity: 1;
  transform: scale(1);
}

.section-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.107;
  letter-spacing: -0.03em;
}

@media only screen and (max-width: 1366px) {
  .section-title {
    font-size: calc(1rem + 1.5vw);
  }
}

.section-descr {
  margin-top: 0;
  color: var(--color-gray-1);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.005em;
}

@media only screen and (max-width: 1366px) {
  .section-descr {
    font-size: calc(1.05rem + 0.33vw);
    text-shadow:-1px -1px 0 rgb(0, 4, 19),
    1px -1px 0 rgb(0, 4, 19),
    -1px 1px 0 rgb(0, 4, 19),
    1px 1px 0 rgb(0, 4, 19),
    0px 0px 4px rgb(0, 4, 19),
    0px 0px 8px rgba(0, 4, 19, 0.8);
  }
}

.font-alt {
  color: #98b8dd;
}

.decoration-1 {
  position: absolute;
  bottom: -150px;
  left: -200px;
  pointer-events: none;
}

.decoration-2 {
  position: absolute;
  bottom: -150px;
  right: 30px;
  color: #e0e0e0;
  pointer-events: none;
}

.light-content .team-1-item {
  background: #1c252b6e;
  border: 1px solid rgb(255 255 255 / 9%);
  box-shadow: 0px 5px 10px #00000012;
}

@media only screen and (max-width: 991px) {
  .latest-release .cover-image {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}

.journal-title {
  font-size: 22px;
}

.journal-title span {
  font-size: 16px;
  opacity: #b6b7c6;
}

.journal-feature {
  font-size: 34px;
  line-height: 42px;
}

@media only screen and (max-width: 1366px) {
  .journal-feature {
    font-size: calc(1rem + 1.2vw);
    line-height: 1.3;
  }
}

.journal-feature span {
  display: block;
  font-size: 18px;
  opacity: #b6b7c6;
}

.release-date,
.price,
.isbn {
  font-size: 18px;
  color: #b6b7c6;
}


.journal-index-title span {
  font-size: 22px;
  display: inline-block;
  margin-left: 20px;
  color: #b6b7c6;
}

.journal-index {
  border-top: 1px solid #ffffff42;
  border-bottom: 1px solid #ffffff42;
  padding: 50px;
  background-color: #00000033;
}

.journal-index {
  display: flex;
  flex-wrap: wrap;
}

.journal-index-feature {
  width: 100%;
  padding: 0 0 10px 0;
  font-size: 22px;
}

.journal-index .left,
.journal-index .right {
  width: 100%;
  padding: 0;
}

.journal-index .left p,
.journal-index .right p {
  margin-bottom: 0;
}

.journal-index .article {
  opacity: 0.8;
}

.journal-index .author {
  opacity: 0.6;
}

.journal-index .divider {
  display: none;
}

.journal-index .left {
  padding: 0;
}

.journal-index .right {
  padding: 0;
}

@media (min-width: 1200px) {

  .journal-index {
    padding: 80px;
  }

  .journal-index .left,
  .journal-index .right {
    width: calc(50% - 0.5px);
    box-sizing: border-box;
  }

  .journal-index .left {
    padding: 0 50px 0 0;
  }

  .journal-index .right {
    padding: 0 0 0 50px;
  }

  .journal-index .divider {
    display: block;
    width: 1px;
    background-color: #ffffff42;
  }
}

h5.team-1-name-en {
  font-size: 25px;
  margin-bottom: 5px;
  font-weight: normal;
}

.team-1-name {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 3px;
  color: #b6b7c6;
  margin-bottom: 25px;
}

.team-1-role {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4117;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.charsFadeDown .char {
  opacity: 0;
  transform: translateY(-1em);
  animation: fadeDown 0.5s ease-out forwards;
  animation-delay: calc(var(--char-index) * 0.05s);
}




@keyframes blurFadeIn {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(1.02) translateY(-15px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

.blurFadeIn {
  opacity: 0;
  /* 初期状態を透明にしておく */
  animation-name: blurFadeIn;
}

.appear-animate .wow.popIn {
  opacity: 0;
  filter: none;
  transform: scale(1.1);
  transform-origin: center center;
}

.appear-animate .wow.popIn.animated {
  animation: popIn 1s ease-out forwards;
}

@keyframes popIn {
  0% {
    opacity: 0;
    filter: blur(6px);
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) translateY(15px);
  }
}

.btn-mod.btn-border-w {
  border-color: rgb(255 255 255 / 25%);
}

.btn-mod.btn-border-w:hover,
.btn-mod.btn-border-w:focus {
  border-color: rgb(255 255 255 / 25%);
  background-color: #ffffff3d;
}

.light-content .hs-social-link {
  color: #fff;
  border-color: rgb(255 255 255 / 25%);
}

:root {
  --gradient-primary-1: linear-gradient(88deg, #9ac1f6 0%, #b4ccff 33%, #c1afff 67%, #ecc1ff 100%);
  --gradient-primary-2: linear-gradient(135deg, rgb(154 195 246 / 34%) 0%, rgb(180 198 255 / 30%) 33%, rgb(175 203 255 / 31%) 67%, rgb(193 194 255 / 32%) 100%);
}

.btn-mod.btn-grad {
  color: #fff !important;
  background-image: var(--gradient-primary-2);
  background-repeat: no-repeat;
  border: none;
}

.btn-mod.btn-hover-anim:before {
  background: #ffffff36;
}

.scroll-down-wrap-type-1 {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 100px);
  width: 200px;
  margin: 0 auto;
}

.hs-social {
  position: absolute;
  bottom: 30px;
  right: var(--full-wrapper-margin-x);
}

a.bg-video-button-pause {
  width: 1.5em;
  height: 1.5em;
  bottom: 10px;
  left: 20px;
  font-size: 30px;
}

.journal-index-title {
  margin: 60px 0 30px;
  border-bottom: 1px solid #ffffff42;
  font-size: 46px;
}

@media (min-width: 1200px) {
  .journal-index-title {
    margin: 50px 0 30px;
  }
}

.latest-release {
  max-width: 350px;
  margin: 30px auto;
}

@media (max-width: 991.98px) {
  .order-md-up {
    order: -1;
  }
}

.latest-release {
  transform: translateX(5%);
}

@media (max-width: 1199.98px) {
  .latest-release {
    transform: translateX(0);
  }
}

.btn-mod.btn-grad.btn-large {
  height: auto;
  padding: 16px 25px 15px;
  font-size: 16px;
  letter-spacing: 0.085em;
  color: #fff !important;
  border: 1px solid #ffffff63;
  font-weight: normal;
}

.btn-mod.btn-w.btn-hover-anim:before {
  background: #dddddd54;
}

.logo-merge-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 500px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-piece {
  position: absolute;
  top: 22%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .logo-merge-container {
    max-width: 300px;
    height: 300px;
  }

  .logo-piece {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
  }

  .stack-images {
    max-width: 400px;
    padding-left: 40px;
    padding: 5% 0 5% 40px;

  }
}

/* 共通：Swiper全体のレイアウト */
.swiper {
  width: 100%;
  margin: 0 auto;
}

.swiper-gallery {
  max-width: 420px;
}

/* メインスライダー */
.swiper-main {
  height: auto;
  width: 100%;
}


.swiper-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
  height: auto;
  transition: all 0.3s ease;
}

.swiper-main .swiper-slide img {
  max-height: 100%;
  object-fit: contain;
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}

.swiper-main .swiper-slide:hover img {
  opacity: 0.8;
  transition: all 0.3s ease;
}

/* サムネイルスライダー */
.swiper-thumbs {
  box-sizing: border-box;
  padding: 0;
  overflow: visible;
}

.swiper-thumbs .swiper-slide {
  width: auto;
  max-width: 25%;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.swiper-thumbs .swiper-slide img {
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  box-shadow: 0 0 0 1px #5ab9dcbf;
  transition: box-shadow 0.3s ease;
}

/* ナビゲーション矢印外出し用 */
:root {
  --swiper-navigation-size: 25px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 0);
  left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 0);
  right: auto;
}

.swiper-wrap {
  position: relative;
  padding: 0;
}

.custom-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 30px;
  height: 60px;

  transform: translate(0, -15px);
  color: #ffffffb5;
  background-color: #0000002b;
  transition: all 0.3s ease;
}

.custom-nav:hover {
  background-color: #00000045;
  color: #ffffff;
  transition: all 0.3s ease;
}

.lg-backdrop {
  background-color: #000000d9;
}

/* 再生アイコン付き動画サムネイル */
.video {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.video::after {
  content: "\e941";
  font-family: 'icomoon' !important;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #ffffffda;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.swiper-thumbs .video::after {
  font-size: 26px;
}

.video::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 20%);
  z-index: 1;
  pointer-events: none;

}

.video:hover::after {
  color: #ffffff;
  opacity: 1;
  transition: all 0.3s ease;
}

#lg-download-1 {
  display: none;
}

.lg-outer .lg-inner {
  bottom: 47px;
}

@media only screen and (max-width: 992px) {
  #release .container {
    padding: 0;
  }

  .journal-index {
    padding: 30px;
    border-top: none;
    border-bottom: none;
  }

  .swiper-gallery {
    padding: 0 50px;
  }
}

.archive {
  padding: 0 70px 0 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-nav {
  text-align: right;
  margin-top: 40px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border: 1px solid #fff;
}

.owl-dots {
  display: none;
}

.portfolio-4-item>a:hover .portfolio-4-intro {
  transform: translateX(0);
  opacity: 0.8;
}

.portfolio-4-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;

}

.portfolio-4-title span {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.portfolio-4-descr {
  font-size: 16px;
  line-height: 1.3;
  opacity: 0.8;
}

.portfolio-4-image {
  overflow: visible;
}

.owl-carousel .owl-item img {
  box-shadow: 0px 3px 5px 3px #00000059;
  border-radius: 5px;
}

.btn-mod.btn-border-w {
    background: #ffffff26;
}

.modal-message .modal-content {
  background-image: url(../images/bg-modal-1.webp);
  color: #ffffffd1;
  padding: 1rem;
}

.modal-message .modal-header {
  border-bottom: none;
  color: #ffffff;
  padding: 1.5rem 1.5rem 1rem;
}

.modal-message .modal-header span {
  color: #ffffffa6;
  font-size: 1rem !important;
}

.modal-message .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem 1.5rem;
}

.modal-message .modal-footer {
  border-top: none;
  padding: 1rem 1.5rem 1.5rem;
}

.modal-archive .modal-content {
  background-image: url(../images/bg-1.webp);
  color: #ffffffa6;
  padding: 0;
}

.modal-archive .modal-content:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  opacity: 0.4;
}

.modal-archive .modal-header {
  border-bottom: none;
  color: #ffffff;
  padding: 1rem;
}

.modal-archive .modal-header span {
  color: #ffffffa6;
  font-size: 1rem !important;
}

.modal-archive .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
}

.modal-archive .modal-footer {
  border-top: none;
  padding: 1rem;
}

.modal-archive .modal-body .wow {
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.modal-archive .modal-body .container {
  padding: 0;
}

.modal-archive .page-section {
  padding-top: 0;
  padding-bottom: 0;
  background-image: none !important;
}

.modal-archive .page-section.bg-dark-1 {
  background-color: transparent !important;
}

.modal-archive .journal-index {
  border-top: none;
  border-bottom: none;
  padding: 30px;
  background-color: transparent;
}

.modal-archive .bg-dark-alpha-30:before {
  opacity: 0;
}

@media (min-width: 1200px) {
  .modal-archive .journal-index {
    padding: 50px;
  }
}

.modal-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.modal-body::-webkit-scrollbar-track {
  background: #ffffff2c;
}

.modal-body::-webkit-scrollbar-thumb {
  background: #ffffff8c;
}


.lg-backdrop {
  z-index: 2040;
}

.lg-outer {
  z-index: 2050;
}

.lg-download {
  display: none;
}

.modal-backdrop.show {
  opacity: .6;
}

.modal-archive .modal-content {
  border-radius: 20px;
  box-shadow: 0px 5px 7px 7px #00000057;
}

.scrolldown {
    position: absolute;
    left: 50%;
    bottom: 95px;
    z-index: 300;
    overflow: visible;
}
.scrolldownbtn {
    position: absolute;
    z-index: 300;
    transform: rotate(90deg);
    font-size: 9px;
    color:#fff;
    height:0px;
}

.scrolldownbtn::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 130px;
    height: 1px;
    background: #fff;
    animation: pathmove 1.6s ease-in-out infinite;
    opacity: 0;
}

.scrolldownbtn::after {
    content: "";
    position: absolute;
    top: 17px;
    left: -8px;
    width: 10px;
    height: 1px;
    background: #fff;
    transform: rotate(30deg);
    animation: pathmove2 1.6s ease-in-out infinite;
}

.scrolldownbtn em {
    position: relative;
    left: 0;
    animation: pathmove3 1.6s ease-in-out infinite;
    opacity: 0;
    font-style: normal;
    font-weight: bold;
}

/* アニメーション定義 */
@keyframes pathmove {
    0% {
        width: 0;
        opacity: 0;
        left: -10px;
    }
    70% {
        width: 110px;
        opacity: 1;
        left: 0;
    }
    100% {
        width: 110px;
        opacity: 0;
        left: 40px;
    }
}

@keyframes pathmove2 {
    0% {
        left: -18px;
        opacity: 0;
    }
    70% {
        left: 100px;
        opacity: 1;
    }
    100% {
        left: 140px;
        opacity: 0;
    }
}

@keyframes pathmove3 {
    0% {
        left: 0;
        opacity: 0;
    }
    70% {
        left: 5px;
        opacity: 1;
    }
    100% {
        left: 30px;
        opacity: 0;
    }
}
@media (min-width: 576px) {
    .modal-xl {
        max-width: 516px;
        margin: 1.75rem auto;
    }
}
@media (min-width: 768px) {
    .modal-xl {
        max-width: 708px;
    }
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: 96%;
    }
}

@media (min-width: 1300px) {
    .modal-xl {
        max-width: 1240px;
    }
}


.journal-index p.index-section {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: normal;
    background: var(--gradient-primary-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}
.journal-index p.article {
    opacity: 0.8;
    line-height: 1.3;
    margin-bottom: 5px;
}
.journal-index p.author {
    opacity: 0.6;
    font-size: 16px;
    line-height: 1.3;
}
.journal-index p.author span {
    opacity: 0.6;
    font-size: 14px;
    line-height: 1.3;
}
.journal-index p.q-author {
    opacity: 0.8;
    font-size: 18px;
    line-height: 1.3;
    margin:30px 0 10px;
}
.journal-index p.q-author span {
    opacity: 0.6;
    font-size: 14px;
    line-height: 1.3;
}
.journal-index p.question {
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
}


.serial-thumb {
    max-width: 220px !important;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 160px;
    object-fit: contain;
}

.serial-title {
width: 100%;
    font-size: 21px;
    margin: 0.1em 0;
}

.serial-title span {
    display:inline-block;
    background:  linear-gradient(135deg, #4c74a9 0%, #525ab0 33%, #4b4aa2 67%, #574ea9 100%);
    padding:6px 20px 4px;
    border-radius: 3px;
    font-size: 20px;
    margin-right:10px;
}
.serial-author {
    opacity: 0.8;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 0;
}
.serial-author span {
    opacity: 0.6;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 10px;
}

.serial-description {
    opacity: 0.6;
    line-height: 1.6;
    font-size: 16px;
}


.journal-index p.article {
    position: relative;
    padding-left: 56px;
}
.journal-index p.article::before {
    content: attr(data-chapter);
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
}
.journal-index p.question::before {
    content: attr(data-q);
    font-weight: 600;
    opacity: 0.85;
}
.journal-index p.author,
.journal-index p.q-author,
.journal-index p.question {
    margin-left: 56px;
}

.center-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.serial-header {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 10px;
}

.serial-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    background:  linear-gradient(135deg, #4c74a9 0%, #525ab0 33%, #4b4aa2 67%, #574ea9 100%);
    padding:6px 20px 4px;
    border-radius: 3px;
    font-size: 20px;
    margin-right:10px;
    white-space: nowrap !important;
    word-break: keep-all;
}

.serial-text {
    display: flex;
    flex-direction: column;
}

.btn-mod.btn-large {
    height: auto;
    padding: 16px 32px 14px;
    font-size: 16px;
    letter-spacing: 0.085em;
    font-weight:normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}