/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.post-type-archive-tech .group-title .heading-title {
  margin-bottom: 8px;
}
.post-type-archive-tech .archive-tech .desc {
  font-weight: 400;
  line-height: 1.5;
  color: #5d5d5d;
}
.post-type-archive-tech .archive-tech .desc {
  font-size: 1rem;
}
.post-type-archive-tech .archive-tech .archive-list .posts-list {
  margin: 0 -10px;
}
@media only screen and (max-width: 47.99875rem) {
  .post-type-archive-tech .archive-tech .archive-list .posts-list {
    margin: 0 -5px;
  }
}
.post-type-archive-tech .archive-tech .archive-list .posts-list .cell {
  width: 33.3333333333%;
  padding: 0 10px;
}
.post-type-archive-tech .archive-tech .archive-list .posts-list .cell {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .post-type-archive-tech .archive-tech .archive-list .posts-list .cell {
    margin-bottom: 1.5625rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .post-type-archive-tech .archive-tech .archive-list .posts-list .cell {
    width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .post-type-archive-tech .archive-tech .archive-list .posts-list .cell {
    padding: 0 5px;
    width: 100%;
  }
}
.post-type-archive-tech .tech-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 35px;
  background-color: #223982;
  overflow: hidden;
}
.post-type-archive-tech .tech-card-thumb {
  display: block;
  padding: 12px;
}
.post-type-archive-tech .tech-card-thumb-inner {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.post-type-archive-tech .tech-card-thumb-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.post-type-archive-tech .tech-card:hover .tech-card-thumb-inner img {
  transform: scale(1.06);
}
.post-type-archive-tech .tech-card:hover .tech-card-link-text {
  text-decoration: underline;
}
.post-type-archive-tech .tech-card:hover .tech-card-link svg {
  transform: translate(2px, -2px);
}
.post-type-archive-tech .tech-card-body {
  padding: 0 20px 26px;
  display: flex;
  flex-direction: column;
  flex: auto;
}
.post-type-archive-tech .tech-card-title {
  margin: 6px 0 16px;
  line-height: 1.5;
  font-weight: 500;
  flex: auto;
}
.post-type-archive-tech .tech-card-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .post-type-archive-tech .tech-card-title {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .post-type-archive-tech .tech-card-title {
    font-size: 1.5625rem;
  }
}
.post-type-archive-tech .tech-card-title a {
  color: #ffffff;
}
.post-type-archive-tech .tech-card-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .post-type-archive-tech .tech-card-title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 96rem) {
  .post-type-archive-tech .tech-card-title a {
    font-size: 24px;
  }
}
.post-type-archive-tech .tech-card-title a:hover {
  color: #f7951d;
}
.post-type-archive-tech .tech-card-desc {
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}
.post-type-archive-tech .tech-card-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .post-type-archive-tech .tech-card-desc {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.post-type-archive-tech .tech-card-desc {
  font-size: 1rem;
}
.post-type-archive-tech .tech-card-link {
  display: inline-flex;
  align-items: center;
}
.post-type-archive-tech .tech-card-link {
  margin-top: 0.75rem;
}
@media only screen and (min-width: 64rem) {
  .post-type-archive-tech .tech-card-link {
    margin-top: 1.25rem;
  }
}
.post-type-archive-tech .tech-card-link {
  grid-gap: 0.375rem;
  gap: 0.375rem;
}
.post-type-archive-tech .tech-card-link-text {
  font-weight: 500;
  color: #ffffff;
}
.post-type-archive-tech .tech-card-link-text {
  font-size: 1rem;
}
@media only screen and (min-width: 96rem) {
  .post-type-archive-tech .tech-card-link-text {
    font-size: 1.125rem;
  }
}
.post-type-archive-tech .tech-card-link svg {
  flex-shrink: 0;
  color: #ffffff;
  transition: transform 0.2s;
}
.post-type-archive-tech .tech-card-link svg {
  width: 0.875rem;
  height: 0.875rem;
}
@media only screen and (min-width: 96rem) {
  .post-type-archive-tech .tech-card-link svg {
    width: 1rem;
    height: 1rem;
  }
}
.post-type-archive-tech .roadmap-tech {
  position: relative;
  overflow: hidden;
}
.post-type-archive-tech .roadmap-tech .desc {
  font-weight: 500;
}
.post-type-archive-tech .roadmap-tech .desc {
  font-size: 1rem;
}
.post-type-archive-tech .roadmap-tech .desc {
  line-height: 31px;
  color: #5d5d5d;
}
.post-type-archive-tech .roadmap-tech .roadmap-wrap {
  position: relative;
  align-items: stretch;
  margin-top: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-wrap {
    flex-wrap: wrap;
  }
}
.post-type-archive-tech .roadmap-tech .roadmap-left {
  width: 70%;
}
.post-type-archive-tech .roadmap-tech .roadmap-left {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-left {
    padding-left: 3.125rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-left {
    width: 100%;
    order: 2;
  }
}
.post-type-archive-tech .roadmap-tech .roadmap-right {
  position: absolute;
  top: 0;
  right: -34%;
  height: 100%;
  min-height: 700px;
  overflow: hidden;
}
@media only screen and (min-width: 96rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-right {
    right: -20%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-right {
    display: none;
  }
}
.post-type-archive-tech .roadmap-tech .roadmap-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.post-type-archive-tech .roadmap-tech .roadmap-list {
  display: flex;
  flex-direction: column;
}
.post-type-archive-tech .roadmap-tech .roadmap-list {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.post-type-archive-tech .roadmap-tech .roadmap-item {
  align-items: center;
}
.post-type-archive-tech .roadmap-tech .roadmap-item {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}
@media only screen and (min-width: 64rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-item {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-item {
    align-items: flex-start;
  }
}
.post-type-archive-tech .roadmap-tech .roadmap-item-icon {
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #e6eefd;
}
.post-type-archive-tech .roadmap-tech .roadmap-item-icon {
  width: 5.625rem;
  height: 5.625rem;
}
.post-type-archive-tech .roadmap-tech .roadmap-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 96rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-item-icon {
    width: 6.875rem;
    height: 6.875rem;
  }
}
.post-type-archive-tech .roadmap-tech .roadmap-item-icon img {
  object-fit: contain;
  display: block;
}
.post-type-archive-tech .roadmap-tech .roadmap-item-icon img {
  width: 2.1875rem;
  height: 2.1875rem;
}
@media only screen and (min-width: 96rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-item-icon img {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.post-type-archive-tech .roadmap-tech .roadmap-item-box {
  flex: 1;
  min-width: 0;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 30px;
}
@media only screen and (max-width: 39.99875rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-item-box {
    padding: 16px 18px;
    border-radius: 16px;
  }
}
.post-type-archive-tech .roadmap-tech .roadmap-item-year {
  display: block;
  font-weight: 500;
  color: #0d5df5;
}
.post-type-archive-tech .roadmap-tech .roadmap-item-year {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-item-year {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-item-year {
    line-height: 1.4;
  }
}
.post-type-archive-tech .roadmap-tech .roadmap-item-title {
  font-weight: 500;
  line-height: 60px;
  color: #000000;
  margin: 0;
}
.post-type-archive-tech .roadmap-tech .roadmap-item-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-item-title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-item-title {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 96rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-item-title {
    line-height: 1.4;
  }
}
.post-type-archive-tech .roadmap-tech .roadmap-item-desc {
  font-weight: 500;
  line-height: 1.5;
  color: #5d5d5d;
}
.post-type-archive-tech .roadmap-tech .roadmap-item-desc {
  font-size: 0.875rem;
}
@media only screen and (min-width: 64rem) {
  .post-type-archive-tech .roadmap-tech .roadmap-item-desc {
    font-size: 1rem;
  }
}

.single-tech .singular-tech .tech-intro {
  align-items: flex-start;
}
.single-tech .singular-tech .tech-intro {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .single-tech .singular-tech .tech-intro {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }
}
.single-tech .singular-tech .tech-intro {
  margin-bottom: 60px;
}
@media only screen and (max-width: 63.99875rem) {
  .single-tech .singular-tech .tech-intro {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.single-tech .singular-tech .tech-intro-left {
  flex: 1;
  min-width: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .single-tech .singular-tech .tech-intro-left {
    width: 100%;
    order: 2;
  }
}
.single-tech .singular-tech .heading-title {
  color: #000000;
}
.single-tech .singular-tech .tech-intro-desc {
  font-weight: 500;
}
.single-tech .singular-tech .tech-intro-desc {
  font-size: 1rem;
}
.single-tech .singular-tech .tech-intro-desc {
  line-height: 26px;
  color: #5d5d5d;
  margin: 0 0 30px;
}
.single-tech .singular-tech .tech-features {
  flex-wrap: wrap;
}
.single-tech .singular-tech .tech-features {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.single-tech .singular-tech .tech-feature-item {
  width: calc((100% - 48px) / 3);
}
@media only screen and (max-width: 39.99875rem) {
  .single-tech .singular-tech .tech-feature-item {
    width: 100%;
  }
}
.single-tech .singular-tech .tech-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-tech .singular-tech .tech-feature-icon {
  width: 3.375rem;
  height: 3.375rem;
}
.single-tech .singular-tech .tech-feature-icon {
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 12px;
}
.single-tech .singular-tech .tech-feature-icon img {
  width: 1.125rem;
  height: 1.125rem;
}
.single-tech .singular-tech .tech-feature-icon img {
  object-fit: contain;
  display: block;
}
.single-tech .singular-tech .tech-feature-title {
  font-weight: 600;
}
.single-tech .singular-tech .tech-feature-title {
  font-size: 1.125rem;
}
.single-tech .singular-tech .tech-feature-title {
  color: #223982;
  margin: 0 0 6px;
}
.single-tech .singular-tech .tech-feature-desc {
  font-weight: 400;
}
.single-tech .singular-tech .tech-feature-desc {
  font-size: 0.875rem;
}
.single-tech .singular-tech .tech-feature-desc {
  line-height: 1.5;
  color: #5d5d5d;
  margin: 0;
}
.single-tech .singular-tech .tech-intro-right {
  flex: 1;
  min-width: 0;
  width: 100%;
  max-width: 763px;
  min-height: 540px;
  aspect-ratio: 763/540;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 63.99875rem) {
  .single-tech .singular-tech .tech-intro-right {
    order: 1;
    min-height: 0;
  }
}
.single-tech .singular-tech .tech-intro-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-tech .tech-process .container > .heading-title {
  color: #000000;
}
.single-tech .tech-process .tech-process-list {
  flex-wrap: wrap;
  justify-content: center;
}
.single-tech .tech-process .tech-process-list {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.single-tech .tech-process .tech-process-list {
  margin-top: 40px;
}
.single-tech .tech-process .tech-process-item {
  width: calc((100% - 96px) / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 63.99875rem) {
  .single-tech .tech-process .tech-process-item {
    width: calc((100% - 48px) / 3);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .single-tech .tech-process .tech-process-item {
    width: calc((100% - 24px) / 2);
  }
}
.single-tech .tech-process .tech-process-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #223982;
  margin-bottom: 16px;
}
.single-tech .tech-process .tech-process-icon {
  width: 6.25rem;
  height: 6.25rem;
}
@media only screen and (min-width: 96rem) {
  .single-tech .tech-process .tech-process-icon {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.single-tech .tech-process .tech-process-icon img {
  object-fit: contain;
  display: block;
}
.single-tech .tech-process .tech-process-icon img {
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (min-width: 96rem) {
  .single-tech .tech-process .tech-process-icon img {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.single-tech .tech-process .tech-process-number {
  font-weight: 700;
  color: #000000;
  margin-bottom: 4px;
}
.single-tech .tech-process .tech-process-number {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .single-tech .tech-process .tech-process-number {
    font-size: 1.0625rem;
  }
}
.single-tech .tech-process .tech-process-title {
  font-weight: 700;
  color: #000000;
  margin: 0 0 8px;
}
.single-tech .tech-process .tech-process-title {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .single-tech .tech-process .tech-process-title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 96rem) {
  .single-tech .tech-process .tech-process-title {
    font-size: 22px;
  }
}
.single-tech .tech-process .tech-process-desc {
  font-weight: 500;
  line-height: 26px;
  color: #5d5d5d;
  margin: 0;
}
.single-tech .tech-process .tech-process-desc {
  font-size: 1rem;
}
.single-tech .tech-advantages .tech-advantages-title {
  color: #000000;
  text-align: left;
}
.single-tech .tech-advantages .tech-advantages-list {
  flex-wrap: wrap;
}
.single-tech .tech-advantages .tech-advantages-list {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.single-tech .tech-advantages .tech-advantages-list {
  margin-top: 24px;
}
.single-tech .tech-advantages .tech-advantages-item {
  width: calc((100% - 96px) / 5);
  background-color: #ffffff;
  border-radius: 15px;
  padding: 24px;
  text-align: center;
}
@media only screen and (max-width: 63.99875rem) {
  .single-tech .tech-advantages .tech-advantages-item {
    width: calc((100% - 48px) / 3);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .single-tech .tech-advantages .tech-advantages-item {
    width: calc((100% - 24px) / 2);
    flex: auto;
    padding: 20px 12px;
  }
}
.single-tech .tech-advantages .tech-advantages-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.single-tech .tech-advantages .tech-advantages-icon img {
  height: 50px;
  width: auto;
  object-fit: contain;
  display: block;
}
.single-tech .tech-advantages .tech-advantages-item-title {
  color: #000000;
  margin: 0 0 8px;
  line-height: 1.4;
}
.single-tech .tech-advantages .tech-advantages-item-title {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .single-tech .tech-advantages .tech-advantages-item-title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 96rem) {
  .single-tech .tech-advantages .tech-advantages-item-title {
    font-size: 22px;
  }
}
.single-tech .tech-advantages .tech-advantages-item-desc {
  font-weight: 500;
  line-height: 26px;
  color: #5d5d5d;
  margin: 0;
}
.single-tech .tech-advantages .tech-advantages-item-desc {
  font-size: 1rem;
}
.single-tech .tech-applications .tech-applications-wrap {
  align-items: flex-start;
}
.single-tech .tech-applications .tech-applications-wrap {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
@media only screen and (max-width: 63.99875rem) {
  .single-tech .tech-applications .tech-applications-wrap {
    flex-wrap: wrap;
  }
}
.single-tech .tech-applications .tech-applications-left {
  flex: 0 0 280px;
}
@media only screen and (max-width: 63.99875rem) {
  .single-tech .tech-applications .tech-applications-left {
    flex: 0 0 auto;
    width: 100%;
  }
}
.single-tech .tech-applications .tech-applications-title {
  color: #000000;
  text-align: left;
}
.single-tech .tech-applications .tech-applications-desc {
  font-weight: 500;
}
.single-tech .tech-applications .tech-applications-desc {
  font-size: 1rem;
}
.single-tech .tech-applications .tech-applications-desc {
  line-height: 26px;
  color: #5d5d5d;
  margin-top: 12px;
}
.single-tech .tech-applications .tech-applications-list {
  flex: 1;
  min-width: 0;
  flex-wrap: wrap;
}
.single-tech .tech-applications .tech-applications-list {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.single-tech .tech-applications .tech-applications-item {
  width: calc((100% - 72px) / 4);
}
@media only screen and (max-width: 63.99875rem) {
  .single-tech .tech-applications .tech-applications-item {
    width: calc((100% - 24px) / 2);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .single-tech .tech-applications .tech-applications-item {
    width: 100%;
  }
}
.single-tech .tech-applications .tech-applications-thumb {
  width: 100%;
  aspect-ratio: 272/196;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 16px;
}
.single-tech .tech-applications .tech-applications-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-tech .tech-applications .tech-applications-item-title {
  font-weight: 700;
  color: #000000;
  margin: 0 0 8px;
  line-height: 1.3;
}
.single-tech .tech-applications .tech-applications-item-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .single-tech .tech-applications .tech-applications-item-title {
    font-size: 1.25rem;
  }
}
.single-tech .tech-applications .tech-applications-item-desc {
  font-weight: 500;
}
.single-tech .tech-applications .tech-applications-item-desc {
  font-size: 1rem;
}
.single-tech .tech-applications .tech-applications-item-desc {
  line-height: 26px;
  color: #5d5d5d;
  margin: 0;
}