/* [project]/styles/blog/article.css [app-client] (css) */
.article-content {
  color: #0e131b;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 768px) {
  .article-content {
    font-size: 14px;
    line-height: 20px;
  }
}

.article-content a {
  color: revert;
}

.article-content ol {
  list-style: decimal;
}

.article-content ul {
  list-style: outside;
}

.article-content menu {
  list-style: unset;
}

@media (max-width: 768px) {
  .article-content img {
    max-width: 100%;
  }
}

.article-content span {
  white-space: normal;
  display: inline-block;
}

.article-content a.a-link, .article-content a {
  white-space: normal;
  color: #00f;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
}

.article-content h2 {
  box-sizing: border-box;
  text-wrap: balance;
  font-variant-numeric: lining-nums;
  background-color: #e1faff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 56' fill='none'><rect width='8' height='8' fill='%233065DF'/><rect x='8' y='8' width='8' height='8' fill='%233065DF'/><rect x='16' y='16' width='8' height='8' fill='%233065DF'/><rect x='16' y='32' width='8' height='8' fill='%233065DF'/><rect x='8' y='24' width='8' height='8' fill='%233065DF'/><rect x='24' y='24' width='8' height='8' fill='%233065DF'/><rect x='8' y='40' width='8' height='8' fill='%233065DF'/><rect y='8' width='8' height='8' fill='%238DD9FF'/><rect x='8' y='16' width='8' height='8' fill='%238DD9FF'/><rect y='16' width='8' height='8' fill='%233065DF'/><rect y='24' width='8' height='8' fill='%238DD9FF'/><rect x='16' y='24' width='8' height='8' fill='%238DD9FF'/><rect y='32' width='8' height='8' fill='%233065DF'/><rect y='48' width='8' height='8' fill='%233065DF'/><rect y='40' width='8' height='8' fill='%238DD9FF'/><rect x='8' y='32' width='8' height='8' fill='%238DD9FF'/></svg>");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 32px 56px;
  padding: 16px 0 16px 52px;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

@media (max-width: 768px) {
  .article-content h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

.article-content h3 {
  font-variant-numeric: lining-nums;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

@media (max-width: 768px) {
  .article-content h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

.article-content h2 + :not(p), .article-content h3 + :not(p), .article-content h4 + :not(p) {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .article-content h2 + :not(p), .article-content h3 + :not(p), .article-content h4 + :not(p) {
    margin-top: 20px;
  }
}

:not(p) + .article-content h2, :not(p) + .article-content h3, :not(p) + .article-content h4 {
  margin-top: 24px;
}

@media (max-width: 768px) {
  :not(p) + .article-content h2, :not(p) + .article-content h3, :not(p) + .article-content h4 {
    margin-top: 20px;
  }
}

.article-content p {
  margin: 24px 0;
}

@media (max-width: 768px) {
  .article-content p {
    margin: 20px 0;
  }
}

.article-content p + p {
  margin-top: 0;
}

@media (max-width: 768px) {
  .article-content p + p {
    margin-top: 0;
  }
}

.article-content p:last-of-type {
  margin-bottom: 0;
}

.article-content section p {
  margin: inherit;
}

.article-content strong, .article-content b {
  font-weight: 700;
}

.article-content hr {
  border-width: 1px 0 0;
  border-color: #f4f6fa;
  margin: 64px auto;
}

@media (max-width: 768px) {
  .article-content hr {
    margin: 32px auto;
  }
}

.article-content ul, .article-content ol {
  margin-top: 24px;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .article-content ul, .article-content ol {
    margin-top: 20px;
    padding-left: 28px;
  }
}

.article-content .table-box {
  border: 1px solid #eef0f4;
  border-radius: 16px;
  max-width: 736px;
  max-height: 736px;
  margin: 40px auto;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .article-content .table-box {
    border-radius: 12px;
    margin: 24px auto;
  }
}

.article-content table {
  table-layout: fixed;
  word-break: break-all;
  border-spacing: 0;
  height: 100%;
  border: 0 !important;
  width: 100% !important;
}

.article-content table tr td {
  box-sizing: border-box;
  color: #414752;
  word-break: break-all;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  min-height: 80px;
  padding: 12px 28px;
  width: 280px !important;
}

@media (max-width: 768px) {
  .article-content table tr td {
    letter-spacing: .06px;
    min-height: 44px;
    padding: 10px 8px;
    font-size: 12px;
    line-height: 16.8px;
    width: 120px !important;
  }
}

.article-content table tr td:first-of-type {
  text-align: left;
  background-color: #f7f7f7;
  font-weight: 700;
  width: 160px !important;
}

@media (max-width: 768px) {
  .article-content table tr td:first-of-type {
    width: 80px !important;
  }
}

.article-content table tr td:last-of-type {
  border-right: none;
}

.article-content table tr:first-of-type td {
  text-align: left;
  background-color: #f3f4f6;
}

.article-content table tr:first-of-type td:first-of-type {
  border-radius: 16px 0 0;
}

@media screen and (max-width: 768px) {
  .article-content table tr:first-of-type td:first-of-type {
    border-radius: 12px 0 0;
  }
}

.article-content table tr:first-of-type td:last-of-type {
  border-radius: 0 16px 0 0;
}

@media screen and (max-width: 768px) {
  .article-content table tr:first-of-type td:last-of-type {
    border-radius: 0 12px 0 0;
  }
}

.article-content table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 16px;
}

@media screen and (max-width: 768px) {
  .article-content table tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 12px;
  }
}

.article-content table tr:last-of-type td:last-of-type {
  border-radius: 0 0 16px;
}

@media screen and (max-width: 768px) {
  .article-content table tr:last-of-type td:last-of-type {
    border-radius: 0 0 12px;
  }
}

.article-content table tr:last-of-type td {
  border-bottom: none;
}

.article-content iframe {
  max-width: 100%;
}

@media (max-width: 640px) {
  .article-content iframe {
    aspect-ratio: 2;
    height: auto;
  }
}

.article-content h2, .article-content h3 {
  scroll-margin-top: 100px;
}

/* [project]/public/css/template.css [app-client] (css) */
#cyvvr44q.article-card-template__cyvvr44q {
  box-sizing: border-box;
  background: #f8f9fa;
  border-radius: 28px;
  margin-top: 24px;
  padding: 24px 32px;
}

@media screen and (max-width: 640px) {
  #cyvvr44q.article-card-template__cyvvr44q {
    border-radius: 16px;
    padding: 24px 16px 16px;
  }
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__title-related {
  color: #000;
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

@media screen and (max-width: 640px) {
  #cyvvr44q.article-card-template__cyvvr44q .article-card__title-related {
    font-size: 17px;
    font-weight: 600;
    line-height: 20.4px;
  }
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content {
  -moz-column-gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  margin-top: 24px;
  display: grid;
}

@media screen and (max-width: 640px) {
  #cyvvr44q.article-card-template__cyvvr44q .article-card__content {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 {
  height: 340px;
}

@media screen and (max-width: 640px) {
  #cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 {
    height: 291px;
  }
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__item {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  background: #fff;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 170px;
}

@media screen and (max-width: 640px) {
  #cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__cover {
    border-radius: 16px 16px 0 0;
    height: 151px;
  }
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__info {
  box-sizing: border-box;
  background: #fff;
  border-top: 1px solid #f3f6fc;
  border-radius: 0 0 20px 20px;
  flex: 1;
  padding: 12px 16px;
}

@media screen and (max-width: 640px) {
  #cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__info {
    border-radius: 0 0 16px 16px;
  }
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__info .article-card__category {
  box-sizing: border-box;
  color: #2cba22;
  letter-spacing: .24px;
  background: #2cba221a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 33px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  display: inline-flex;
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__info .article-card__date {
  align-items: center;
  margin-top: 12px;
  display: flex;
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__info .article-card__date-icon {
  content: url("/images/blog-article/article-card/calendar.svg");
  width: 14px;
  height: 14px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 640px) {
  #cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__info .article-card__date-icon {
    margin-right: 4px;
  }
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__info .article-card__date-text {
  color: #73828c;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__info .article-card__title {
  -webkit-line-clamp: 2;
  color: #001421;
  -webkit-box-orient: vertical;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__info .article-card__title {
    margin-top: 16px;
  }
}

.free-download-button-template__8s7zh52p .free-download-button__container {
  box-sizing: border-box;
  color: #3065df;
  cursor: pointer;
  border: 1px solid #3065df;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex !important;
}

@media screen and (max-width: 640px) {
  .free-download-button-template__8s7zh52p .free-download-button__container {
    font-size: 18px;
  }
}

.free-download-button-template__8s7zh52p .free-download-button__container .free-download-button__icon {
  content: url("/images/blog-article/template/download/download-active.svg");
  width: 48px;
  height: 48px;
  margin-right: 8px;
}

@media screen and (max-width: 640px) {
  .free-download-button-template__8s7zh52p .free-download-button__container .free-download-button__icon {
    width: 36px;
    height: 36px;
  }
}

.free-download-button-template__8s7zh52p .free-download-button__container:hover {
  color: #fff;
  background: #0167ff;
  border: none;
}

.free-download-button-template__8s7zh52p .free-download-button__container:hover .free-download-button__icon {
  content: url("/images/blog-article/template/download/download.svg");
  width: 36px;
  height: 36px;
}

.free-download-button-template__8s7zh52p .free-download-button__container:hover .free-download-button__text {
  display: none !important;
}

.get-deals-button-template__2jvkd02h .get-deals-button__container {
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  background: #2cba22;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 89px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  display: inline-flex !important;
}

@media screen and (max-width: 640px) {
  .get-deals-button-template__2jvkd02h .get-deals-button__container {
    border-radius: 16px;
    height: 68px;
    font-size: 16px;
  }
}

.get-deals-button-template__2jvkd02h .get-deals-button__container .get-deals-button__icon {
  content: url("/images/blog-article/template/download/pricing.svg");
  width: 36px;
  height: 36px;
  margin-right: 8px;
  transition: all;
  display: none;
}

.get-deals-button-template__2jvkd02h .get-deals-button__container:hover .get-deals-button__icon {
  display: inline-block;
}

.icon-button-template__pcezqimg .icon-button__container {
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .icon-button-template__pcezqimg .icon-button__container {
    width: 36px;
    height: 36px;
  }
}

.icon-button-template__pcezqimg .icon-button__container .icon-button__icon {
  width: 100%;
  height: 100%;
}

.windows-button-template__wyy07tia .icon-button__icon {
  content: url("/images/blog-article/template/download/windows.svg");
}

.windows-button-template__wyy07tia .icon-button__icon:hover {
  content: url("/images/blog-article/template/download/windows-active.svg");
}

.ios-button-template__fvzopwur .icon-button__icon {
  content: url("/images/blog-article/template/download/apple.svg");
}

.ios-button-template__fvzopwur .icon-button__icon:hover {
  content: url("/images/blog-article/template/download/apple-active.svg");
}

.android-button-template__6ri93pgq .icon-button__icon {
  content: url("/images/blog-article/template/download/android.svg");
}

.android-button-template__6ri93pgq .icon-button__icon:hover {
  content: url("/images/blog-article/template/download/android-active.svg");
}

.macos-button-template__76p7woie .icon-button__icon {
  content: url("/images/blog-article/template/download/macos.svg");
}

.macos-button-template__76p7woie .icon-button__icon:hover {
  content: url("/images/blog-article/template/download/macos-active.svg");
}

.free-deals-button-group-template__78xkwy5w {
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 24px;
  margin: 40px 0;
  display: grid;
}

@media screen and (max-width: 640px) {
  .free-deals-button-group-template__78xkwy5w {
    grid-template-columns: repeat(1, minmax(300px, 1fr));
    gap: 20px;
    margin: 24px 0;
  }
}

.free-deals-button-group-template__78xkwy5w .free-deals-button__container {
  width: 100%;
}

.free-deals-button-group-template__78xkwy5w .free-deals-button__container .free-button-group__buttons {
  justify-content: center;
  gap: 32px;
  width: 100%;
  margin-top: 12px;
  display: flex;
}

@media screen and (max-width: 640px) {
  .free-deals-button-group-template__78xkwy5w .free-deals-button__container .free-button-group__buttons {
    gap: 20px;
  }
}

.faq-template__bl47198m {
  margin-top: 48px;
}

@media screen and (max-width: 640px) {
  .faq-template__bl47198m {
    margin-top: 24px;
  }
}

.faq-template__bl47198m .faq-template__title {
  box-sizing: border-box;
  font-variant-numeric: lining-nums;
  text-wrap: balance;
  background-color: #e1faff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 56' fill='none'><rect width='8' height='8' fill='%233065DF'/><rect x='8' y='8' width='8' height='8' fill='%233065DF'/><rect x='16' y='16' width='8' height='8' fill='%233065DF'/><rect x='16' y='32' width='8' height='8' fill='%233065DF'/><rect x='8' y='24' width='8' height='8' fill='%233065DF'/><rect x='24' y='24' width='8' height='8' fill='%233065DF'/><rect x='8' y='40' width='8' height='8' fill='%233065DF'/><rect y='8' width='8' height='8' fill='%238DD9FF'/><rect x='8' y='16' width='8' height='8' fill='%238DD9FF'/><rect y='16' width='8' height='8' fill='%233065DF'/><rect y='24' width='8' height='8' fill='%238DD9FF'/><rect x='16' y='24' width='8' height='8' fill='%238DD9FF'/><rect y='32' width='8' height='8' fill='%233065DF'/><rect y='48' width='8' height='8' fill='%233065DF'/><rect y='40' width='8' height='8' fill='%238DD9FF'/><rect x='8' y='32' width='8' height='8' fill='%238DD9FF'/></svg>");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 32px 56px;
  padding: 16px 0 16px 52px;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

@media screen and (max-width: 640px) {
  .faq-template__bl47198m .faq-template__title {
    font-size: 24px;
    line-height: 1.2;
  }
}

.faq-template__bl47198m .faq-template__item {
  box-sizing: border-box;
  border-bottom: 1px solid #f3f4f6;
  padding-top: 40px;
  padding-bottom: 40px;
}

.faq-template__bl47198m .faq-template__item:first-of-type {
  border-top: 1px solid #f3f4f6;
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .faq-template__bl47198m .faq-template__item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.faq-template__bl47198m .faq-template__question {
  cursor: pointer;
  align-items: center;
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

@media screen and (max-width: 640px) {
  .faq-template__bl47198m .faq-template__question {
    font-size: 16px;
    line-height: 24px;
  }
}

.faq-template__bl47198m .faq-template__question:before {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23001421' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") center / contain no-repeat;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  transition: transform .3s;
}

.faq-template__bl47198m .faq-template__answer {
  color: #414752;
  padding: 16px 0 0 40px;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

@media screen and (max-width: 640px) {
  .faq-template__bl47198m .faq-template__answer {
    font-size: 14px;
    line-height: 20px;
  }
}

.faq-template__bl47198m .faq-template__item.active .faq-template__question:before {
  transform: rotate(180deg);
}

.faq-template__bl47198m .faq-template__item.active .faq-template__answer {
  animation: .3s fadeIn;
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.steps-tabs-template__rfeq5sa4 {
  max-width: 100%;
}

.steps-tabs-template__rfeq5sa4 input[type="radio"] {
  display: none;
}

.step-tabs__wrapper {
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
}

@media screen and (max-width: 640px) {
  .step-tabs__wrapper {
    gap: 8px;
  }
}

.steps-tabs-template__button {
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  color: #0e131b;
  border: 1px solid #101722;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
}

@media screen and (max-width: 640px) {
  .steps-tabs-template__button {
    font-size: 14px;
    line-height: 20px;
  }
}

#step-tabs-template__windows:checked ~ .step-tabs__wrapper label[for="step-tabs-template__windows"], #step-tabs-template__macos:checked ~ .step-tabs__wrapper label[for="step-tabs-template__macos"], #step-tabs-template__ios:checked ~ .step-tabs__wrapper label[for="step-tabs-template__ios"], #step-tabs-template__android:checked ~ .step-tabs__wrapper label[for="step-tabs-template__android"] {
  color: #fff;
  background: #101722;
  border: none;
}

.steps-tabs-template-content__wrapper {
  margin-top: 32px;
}

.steps-tabs-template__rfeq5sa4 .steps-tabs-template-content__container {
  display: none;
}

.steps-tabs-template-content__container .steps-tabs-tag {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

@media screen and (max-width: 640px) {
  .steps-tabs-template-content__container .steps-tabs-tag {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}

.steps-tabs-template-content__container img {
  max-width: 600px;
  margin: 32px 0;
}

@media screen and (max-width: 640px) {
  .steps-tabs-template-content__container img {
    max-width: 100%;
    margin: 24px 0;
  }
}

.steps-tabs-template-content__container .step-item {
  margin: 16px 0;
}

@media screen and (max-width: 640px) {
  .steps-tabs-template-content__container .step-item {
    margin: 9px 0;
  }
}

.steps-tabs-template-content__container .step-item .step-item-title {
  font-weight: 600;
}

.step-triangle__shfmvqyc {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M2 5L8 11L14 5H2Z\" fill=\"%2330A65D\"/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}

#step-tabs-template__windows:checked ~ .steps-tabs-template-content__wrapper #windows__l80vhr7m, #step-tabs-template__macos:checked ~ .steps-tabs-template-content__wrapper #macos__anql1iv6, #step-tabs-template__ios:checked ~ .steps-tabs-template-content__wrapper #ios__d9tqeeql, #step-tabs-template__android:checked ~ .steps-tabs-template-content__wrapper #android__dzfk832p {
  display: block;
}

.step-download-button-template__yshvhx2q .step-download-button__container {
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  background: #3065df;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 80px;
  margin: 32px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

@media screen and (max-width: 640px) {
  .step-download-button-template__yshvhx2q .step-download-button__container {
    max-width: 100%;
    height: 56px;
    margin: 24px 0;
    font-size: 16px;
    line-height: 24px;
  }
}

.step-download-button-template__yshvhx2q .step-download-button__container:hover {
  background: #2e60d4;
  transition: all .2s ease-in-out;
  transform: translateY(-1px);
}

