:root {
  --roboto: Roboto, sans-serif;
  --title-font: Montserrat, sans-serif;
  --white: #fff;
  --black: #0c0a09;
  --grey: #77706b;
  --ember: #fe8c00;
  --rocket: #f83600;
  --safe-orange: #df3311;
  --stone-50: #fafaf9;
  --stone-100: #f5f5f4;
  --stone-200: #e7e5e4;
  --stone-300: #d6d3d1;
  --stone-400: #a8a29e;
  --stone-500: #78716c;
  --stone-600: #57534e;
  --stone-700: #44403c;
  --stone-800: #292524;
  --stone-900: #1c1917;
  --stone-950: #0c0a09;
}

body {
  font-family: var(--roboto);
  color: var(--black);
}

.page-wrap {
  background-color: var(--stone-100);
}

.primary-button {
  box-shadow: none;
  font-family: var(--roboto);
  color: #fff;
  background-color: #0c0a09;
  border-radius: 100px;
  padding: 11px 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .4s, opacity .4s;
}

.primary-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.primary-button.top-45 {
  margin-top: 42px;
}

.primary-button.color {
  background-image: linear-gradient(#fe8c00, #f83600);
}

.primary-button.color:hover {
  background-image: none;
}

.primary-button.nav {
  padding-left: 14px;
  padding-right: 14px;
  min-height: 0;
  border-radius: 999px;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
}

.nav-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.b3-bar3 {
  background-color: #858eca;
  width: 30px;
  height: 3px;
}

.b3-middlebar-top {
  z-index: 2;
  width: 30px;
  height: 3px;
  position: absolute;
  inset: 0;
}

.b3-bar1 {
  background-color: #858eca;
  width: 30px;
  height: 3px;
}

.b3-middlebar {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 3px;
  display: flex;
  position: absolute;
}

.primary-button-wrap.mobile {
  display: none;
}

.nav-menu {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
}

.primary-button-wrap.deasktop {
  flex: 0 0 auto;
}

.nav-menu[hidden] {
  display: none !important;
}

.nav-menu.color {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.b3-middlebar-base {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
  position: static;
}

.brand {
  flex: 0 0 auto;
  max-width: 168px;
  display: block;
}

.brand img {
  width: 100%;
  display: block;
}

.b3-top-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.burger-3 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.menu-button {
  display: none;
}

.nav-link {
  color: #fff;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  white-space: nowrap;
  transition: all .4s;
}

.nav-link:hover {
  color: #ffffffbf;
}

.nav-link.is-current {
  color: #3d1c5c;
  font-weight: 700;
}

.nav-link.clr {
  color: var(--black);
}

.navbar {
  z-index: 99999;
  background-color: #ddd0;
  padding-top: 18px;
  padding-bottom: 18px;
}

.hero-section {
  padding-top: 96px;
}

.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
}

.hero-content-wrap {
  text-align: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-tag-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffffff1a;
  border: 1px solid #ffffff4f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 290px;
  height: 32px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-dot {
  background-color: #fff;
  border-radius: 10px;
  width: 10px;
  max-width: 10px;
  height: 10px;
}

.txt-14 {
  font-family: var(--roboto);
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.txt-14.color {
  color: var(--grey);
}

.h1-60-title {
  font-family: var(--title-font);
  color: var(--white);
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 980px;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.12;
}

.p-16-para {
  font-family: var(--roboto);
  color: #fff;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.p-16-para._w-646 {
  max-width: 690px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}

.p-16-para.color {
  color: #77706b;
}

.p-16-para.color.top-10 {
  margin-top: 10px;
}

.p-16-para.color.top-40 {
  margin-top: 40px;
}

.p-16-para.color.top-16 {
  margin-top: 16px;
}

.p-16-para.color.top-20 {
  color: var(--grey);
  margin-top: 20px;
}

.p-16-para.top-0 {
  margin-top: 0;
}

.top-wrap {
  z-index: 1;
  height: 865px;
  position: relative;
  overflow: hidden;
}

.image {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center top;
}

.top-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: linear-gradient(to bottom, rgba(245, 245, 244, 0) 0%, #f5f5f4 100%);
  pointer-events: none;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .top-wrap::after {
    height: 18%;
  }
}

@media screen and (max-width: 479px) {
  .top-wrap::after {
    height: 12%;
  }
}

.hero-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 165px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.hero-stat {
  position: relative;
  width: 290px;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 50px;
  box-sizing: border-box;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 50%, rgba(254, 140, 0, 0.46) 0%, rgba(254, 140, 0, 0.16) 18%, rgba(254, 140, 0, 0) 34%),
    radial-gradient(circle at 100% 50%, rgba(248, 54, 0, 0.42) 0%, rgba(248, 54, 0, 0.16) 18%, rgba(248, 54, 0, 0) 34%),
    linear-gradient(145deg, #161210 0%, var(--stone-950) 46%, #080605 100%);
  clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
  filter: drop-shadow(0 22px 32px rgba(12, 10, 9, 0.24)) drop-shadow(0 8px 18px rgba(248, 54, 0, 0.26));
  isolation: isolate;
  transition: transform 0.35s ease, filter 0.35s ease, background 0.35s ease;
}

.hero-stat::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, rgba(254, 140, 0, 0.18) 0%, rgba(254, 140, 0, 0) 18%, rgba(255, 255, 255, 0.04) 42%, rgba(248, 54, 0, 0) 78%, rgba(248, 54, 0, 0.2) 100%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.08) 0%, transparent 34%);
  clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
  z-index: 0;
  pointer-events: none;
}

.hero-stat::after {
  content: "";
  position: absolute;
  inset: 8px;
  background:
    radial-gradient(circle at 0% 50%, rgba(254, 140, 0, 0.28) 0%, rgba(254, 140, 0, 0) 26%),
    radial-gradient(circle at 100% 50%, rgba(248, 54, 0, 0.26) 0%, rgba(248, 54, 0, 0) 26%);
  clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
  opacity: 0.38;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero-stat:hover {
  transform: translateY(-4px);
  background:
    radial-gradient(circle at 0% 50%, rgba(254, 140, 0, 0.58) 0%, rgba(254, 140, 0, 0.2) 18%, rgba(254, 140, 0, 0) 34%),
    radial-gradient(circle at 100% 50%, rgba(248, 54, 0, 0.52) 0%, rgba(248, 54, 0, 0.2) 18%, rgba(248, 54, 0, 0) 34%),
    linear-gradient(145deg, #1d1714 0%, var(--stone-950) 46%, #080605 100%);
  filter: drop-shadow(0 28px 40px rgba(12, 10, 9, 0.27)) drop-shadow(0 10px 22px rgba(248, 54, 0, 0.36));
}

.hero-stat:nth-child(2) {
  background:
    radial-gradient(circle at 50% 0%, rgba(254, 140, 0, 0.4) 0%, rgba(254, 140, 0, 0.14) 16%, rgba(254, 140, 0, 0) 32%),
    radial-gradient(circle at 50% 100%, rgba(248, 54, 0, 0.38) 0%, rgba(248, 54, 0, 0.14) 16%, rgba(248, 54, 0, 0) 32%),
    linear-gradient(145deg, #15110f 0%, var(--stone-950) 52%, #070504 100%);
}

.hero-stat:nth-child(2):hover {
  background:
    radial-gradient(circle at 50% 0%, rgba(254, 140, 0, 0.5) 0%, rgba(254, 140, 0, 0.18) 16%, rgba(254, 140, 0, 0) 32%),
    radial-gradient(circle at 50% 100%, rgba(248, 54, 0, 0.48) 0%, rgba(248, 54, 0, 0.18) 16%, rgba(248, 54, 0, 0) 32%),
    linear-gradient(145deg, #1b1512 0%, var(--stone-950) 52%, #070504 100%);
}

.hero-stat:nth-child(3) {
  background:
    radial-gradient(circle at 25% 0%, rgba(254, 140, 0, 0.4) 0%, rgba(254, 140, 0, 0.14) 18%, rgba(254, 140, 0, 0) 34%),
    radial-gradient(circle at 75% 100%, rgba(248, 54, 0, 0.42) 0%, rgba(248, 54, 0, 0.15) 18%, rgba(248, 54, 0, 0) 34%),
    linear-gradient(145deg, #161210 0%, var(--stone-950) 56%, #080605 100%);
}

.hero-stat:nth-child(3):hover {
  background:
    radial-gradient(circle at 25% 0%, rgba(254, 140, 0, 0.52) 0%, rgba(254, 140, 0, 0.18) 18%, rgba(254, 140, 0, 0) 34%),
    radial-gradient(circle at 75% 100%, rgba(248, 54, 0, 0.54) 0%, rgba(248, 54, 0, 0.18) 18%, rgba(248, 54, 0, 0) 34%),
    linear-gradient(145deg, #1d1714 0%, var(--stone-950) 56%, #080605 100%);
}

.hero-stat-headline {
  position: relative;
  z-index: 1;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 44px;
  line-height: 1.0;
  letter-spacing: -0.04em;
  color: var(--white);
}

.hero-stat-label {
  position: relative;
  z-index: 1;
  font-family: var(--roboto);
  font-size: 15px;
  line-height: 1.5;
  color: var(--white);
  opacity: 0.92;
  margin-top: 12px;
  letter-spacing: 0.01em;
}

.hero-stat--federal .hero-stat-headline {
  white-space: nowrap;
  font-size: 30px;
}

.hero-stat:nth-child(2) .hero-stat-headline {
  font-size: 32px;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .hero-stats {
    gap: 20px;
    margin-top: 64px;
  }

  .hero-stat {
    width: 240px;
    height: 208px;
    padding: 20px 38px;
  }

  .hero-stat-headline {
    font-size: 36px;
  }

  .hero-stat--federal .hero-stat-headline,
  .hero-stat:nth-child(2) .hero-stat-headline {
    font-size: 26px;
  }

  .hero-stat-label {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .hero-stats {
    gap: 16px;
    margin-top: 48px;
    flex-direction: column;
  }

  .hero-stat {
    width: 260px;
    height: 225px;
    padding: 22px 42px;
  }

  .hero-stat-headline {
    font-size: 38px;
  }

  .hero-stat--federal .hero-stat-headline,
  .hero-stat:nth-child(2) .hero-stat-headline {
    font-size: 28px;
  }
}

.hero-bottom-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 165px;
  display: flex;
}

.hero-flex-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-right-wrap {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.txt-18 {
  font-family: var(--roboto);
  color: var(--black);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.arrow-wrap {
  max-width: 36px;
  height: 36px;
}

.img {
  width: 100%;
  border-radius: 20px;
}

.marquee-flex-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-section {
  padding-top: 135px;
  padding-bottom: 36px;
}

.h5-24-title {
  font-family: var(--title-font);
  color: var(--black);
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.h5-24-title.color {
  color: var(--white);
}

.marquee-left-wrap {
  width: 100%;
  min-width: 315px;
  max-width: 304px;
}

.marquee-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  min-height: 108px;
}

.horizantal-track {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
  position: relative;
  z-index: 1;
}

.marquee-logo-item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 72px;
  display: flex;
}

.marquee-spacer {
  flex: none;
  width: 96px;
  height: 1px;
}

.marquee-logo {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.marquee-logo-item--asml .marquee-logo {
  height: 34px;
}

.marquee-logo-item--solarize .marquee-logo {
  height: 62px;
}

.marquee-logo-item--black-deer .marquee-logo {
  height: 58px;
}

.marquee-logo-item--black-deer {
  background-color: #1b1714;
  border-radius: 999px;
  width: 92px;
  height: 92px;
}

@keyframes trusted-marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-33.3333%);
  }
}

.services-section {
  padding-top: 135px;
}

.service-top-wrap {
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.service-top-wrap._w-665 {
  max-width: 720px;
}

.service-top-wrap._w-800 {
  max-width: 740px;
}

.service-top-wrap._w-547 {
  max-width: 547px;
}

.tag {
  font-family: var(--roboto);
  color: var(--white);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fe8c00, #f83600);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #ffffff4f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
}

.h2-50-title {
  font-family: var(--title-font);
  color: var(--black);
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
}

.h2-50-title.color {
  color: var(--white);
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 320px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.tab-horiz-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-content-wrap {
  width: 100%;
  max-width: 306px;
}

.services-section .tab-content-wrap {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-column-gap: 18px;
  grid-row-gap: 0;
  align-items: start;
  max-width: 390px;
}

.tabs-main-flex {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-icon {
  filter: invert();
  width: 20px;
  height: 20px;
}

.tabs {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.ellipse-icon {
  width: 20px;
  height: 20px;
}

.text-block-xs {
  font-family: var(--roboto);
  color: #77706b;
  line-height: 24px;
}

.tab-link-wrap {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  font-family: var(--roboto);
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.tab-icon-wrap {
  background-image: linear-gradient(#fe8c00, #f83600);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.tab-img-wrap {
  width: 100%;
  max-width: 428px;
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  overflow: hidden;
}

.active-icon {
  opacity: .6;
  filter: invert();
  width: 20px;
  height: 20px;
}

.tab-icon-wrapper {
  border: 1px solid #0c0a09;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.img-2 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.tab-vert-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-top: 12px;
  display: flex;
}

.tab-link {
  color: #fff9;
  background-color: #ddd0;
  padding: 0;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
}

.tab-link.is-current {
  color: #fff;
  background-color: #ddd0;
}

.tab-link.is-current .tab-icon-wrapper {
  background-image: linear-gradient(#fe8c00, #f83600);
  border-color: #f83600 !important;
}

.tab-link.is-current .active-icon {
  filter: invert(100%) !important;
}

.tab-inner-content {
  margin-top: 32px;
}

.services-section .tab-inner-content {
  margin-top: 0;
}

.services-section .tab-inner-content .p-16-para {
  margin-top: 16px;
  max-width: 320px;
}

.services-section .tab-vert-wrap {
  grid-column: 1 / -1;
  grid-row-gap: 10px;
  margin-top: 26px;
}

.services-section .text-block-xs {
  line-height: 28px;
}

.h4-30-title {
  font-family: var(--title-font);
  color: var(--black);
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.h4-30-title.color {
  color: var(--white);
}

.embed-section, .perforrmance-section {
  padding-top: 135px;
}

.performance-vert-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 1110px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  display: flex;
  position: sticky;
  top: 1px;
}

.p-horiz-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#fe8c00, #f83600);
  border-radius: 28px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1110px;
  height: 437px;
  padding-right: 67px;
  box-sizing: border-box;
  display: flex;
  position: sticky;
  top: 180px;
}

.p-horiz-wrap._1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  position: sticky;
  top: 20px;
}

.p-horiz-wrap._2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  position: sticky;
  top: 100px;
}

.p-content-wrap {
  max-width: 452px;
}

.image-4 {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
  width: 100%;
  max-width: 520px;
  height: 100%;
  align-self: stretch;
  object-fit: cover;
  object-position: center;
  display: block;
}

.who-section {
  padding-top: 135px;
}

.whoflex-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.who-content-wrap {
  width: 100%;
  max-width: 498px;
}

.who-img-wrap {
  width: 100%;
  max-width: 600px;
}

.software-section {
  padding-top: 135px;
}

._3x-grid {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

._3x-card-wrap {
  background-color: #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 387px;
  height: 300px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

._3x-card-content {
  text-align: center;
  width: 100%;
  max-width: 301px;
}

.blog-section {
  padding-top: 135px;
}

.blog-button-wrap {
  text-align: center;
  margin-top: 60px;
}

.blog-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: 562px;
  text-decoration: none;
  display: flex;
}

.featured-inner-flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-top: 35px;
  display: flex;
}

.featured-inner-flex.top-23 {
  margin-top: 23px;
}

.blog-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
}

.h6-18-title {
  font-family: var(--title-font);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.blog-card-image {
  width: 100%;
  max-width: 230px;
}

.p-12-para {
  color: #111;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 22px;
}

.p-12-para.color-grey {
  font-family: var(--roboto);
  color: #676767;
}

.p-14-para {
  font-family: var(--roboto);
  color: #676767;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.blog-card-content {
  width: 100%;
  max-width: 302px;
}

.featured-tag-wrap {
  background-color: #fff;
  border-radius: 100px;
  padding: 4px 10px;
  display: inline-block;
}

.featured-tag-wrap.color {
  background-color: #f5f5f4;
}

.faq-section {
  padding-top: 135px;
  padding-bottom: 135px;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 16px 24px 16px 0;
  position: relative;
}

.faq-q-text {
  font-family: var(--roboto);
  color: #111;
  font-size: 16px;
  line-height: 24px;
}

._w-faq-icon {
  background-color: #fff4ed;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
  transition: transform .18s linear;
}

._w-faq-icon img {
  display: none;
}

._w-faq-icon::before,
._w-faq-icon::after {
  content: "";
  background-color: #f05a0f;
  border-radius: 999px;
  position: absolute;
  transition: opacity .12s linear;
}

._w-faq-icon::before {
  width: 12px;
  height: 2px;
}

._w-faq-icon::after {
  width: 2px;
  height: 12px;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq {
  max-width: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-q-text {
  flex: 1;
  padding: 16px 20px 16px 24px;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
  height: 0;
  will-change: height;
}

.c-faq-q {
  cursor: pointer;
}

.c-faq-q:focus-visible {
  outline: 2px solid #f83600;
  outline-offset: 4px;
}

.c-faq-item.is-open ._w-faq-icon {
  transform: rotate(180deg);
}

.c-faq-item.is-open ._w-faq-icon::after {
  opacity: 0;
}

.c-faq-a-text {
  padding: 0 24px 20px;
}

.faq-a-text {
  color: #555;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.c-faq-item {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  cursor: pointer;
  background-color: #fffc;
  border: 1px solid #fff9;
  border-radius: 14px;
  margin-bottom: 12px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.footer-1st-wrap {
  max-width: 492px;
}

.cta-button-wrap {
  margin-top: 20px;
  text-decoration: none;
}

.cta-contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 24px;
}

.cta-contact-link {
  font-family: var(--roboto);
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.cta-contact-link:hover {
  opacity: 1;
}

.border-line {
  background-color: #ffffff80;
  height: 1px;
  margin-top: 40px;
}

.cta-content-wrap {
  text-align: center;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.f-link {
  font-family: var(--roboto);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.f-link:hover,
.f-link:focus-visible {
  color: var(--ember);
  transform: translate(0, -2px);
}

.footer-flex-wrap {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.logo {
  width: 100%;
}

.privacy-links {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.privacy-separator {
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--roboto);
  font-size: 16px;
  line-height: 24px;
}

.footer-wrap {
  margin-top: 200px;
}

.footer-section {
  background-color: #0c0a09;
  padding-top: 130px;
  padding-bottom: 19px;
  position: relative;
}

.f-links-wrasp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.cpt-flex {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.image-5 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.body-text-xl {
  font-family: var(--roboto);
  color: #fffdfd99;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 32px;
}

.footer-logo-wrap {
  display: block;
  width: 100%;
  max-width: 164px;
}

.footer-inner-flex {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-14 {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.txt-16 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.txt-16.color {
  color: var(--rocket);
  margin-bottom: 0;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 15px;
  display: flex;
}

.clr-opacity {
  color: #fff9;
}

.social-block {
  background:
    linear-gradient(var(--stone-950), var(--stone-950)) padding-box,
    linear-gradient(135deg, rgba(254, 140, 0, 0.8), rgba(248, 54, 0, 0.55)) border-box;
  border: 3px solid transparent;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-top: 20px;
  display: flex;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.f-social {
  width: 19px;
  height: 19px;
  background-color: var(--white);
  -webkit-mask: url("../images/mdi_linkedin-21.svg") center / contain no-repeat;
  mask: url("../images/mdi_linkedin-21.svg") center / contain no-repeat;
  transition: background-color 0.25s ease;
}

.social-block:hover,
.social-block:focus-visible {
  background:
    linear-gradient(135deg, var(--ember), var(--rocket)) padding-box,
    linear-gradient(135deg, var(--ember), var(--rocket)) border-box;
  box-shadow: 0 10px 24px rgba(248, 54, 0, 0.28);
  transform: translateY(-2px);
}

.social-block:hover .f-social,
.social-block:focus-visible .f-social {
  background-color: var(--stone-950);
}

.embed-card-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 45px 76px 45px 80px;
  display: flex;
}

.embed-content-wrap {
  width: 100%;
  max-width: 452px;
}

.embed-img-wrap {
  width: 100%;
  max-width: 460px;
  border-radius: 20px;
  overflow: hidden;
}

.tab-link-inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-icon-bg {
  background-color: #f5f5f4;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
}

.t-icon {
  filter: grayscale(100%);
  opacity: .72;
  width: 16px;
  height: 16px;
}

.embed-link {
  color: #77706b;
  background-color: #ddd0;
  border-bottom: 2px solid #77706b;
  padding: 0 4px 10px;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
}

.embed-link.is-current {
  color: #0c0a09;
  background-color: #0000;
  border-bottom-color: #f83600;
}

.embedded-tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 18px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1177px;
  min-height: 77px;
  padding: 16px 20px;
  display: flex;
  overflow: hidden;
}

.embed-link .tab-link-inner {
  grid-column-gap: 8px;
  color: inherit;
}

.embed-link.is-current .tab-icon-bg {
  background-color: #fff3ee;
}

.embed-link.is-current .t-icon {
  filter: none !important;
  opacity: 1;
}

.embedded-tabs {
  margin-top: 60px;
}

.embedded-tabs-content {
  margin-top: 40px;
}

.div-block-3 {
  position: relative;
}

.blog-main-section {
  padding-top: 60px;
  padding-bottom: 135px;
}

.featured-tag {
  font-family: var(--roboto);
  color: #4c1102;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ff7d00, #ff3600);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.featured-tag.bot-0 {
  margin-bottom: 0;
}

.body-m {
  font-family: var(--roboto);
  color: #676767;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 16px;
  line-height: 24px;
}

.body-m.black-clr {
  color: #111;
}

.body-xs {
  color: #111;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 22px;
}

.body-xs.color-grey {
  color: #676767;
}

.body-xs.white {
  font-family: var(--roboto);
  color: #fff;
}

.space-20 {
  height: 1px;
  margin-top: 20px;
}

.featured-content-wrap {
  width: 100%;
  max-width: 494px;
}

.featured-image-wrap {
  width: 100%;
  max-width: 588px;
  height: 427px;
}

.featured-flex-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  text-decoration: none;
  display: flex;
}

.blog-tab {
  font-family: var(--roboto);
  color: var(--black);
  background-color: #fff;
  border: 1px solid #d6d3d1;
  border-radius: 100px;
  padding: 10px 16px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, color .2s, border-color .2s;
}

.blog-tab.is-current {
  background-color: var(--black);
  color: var(--white);
}

.blogs-tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}

.collection-list {
  grid-column-gap: 76px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list.limit {
  grid-template-rows: auto;
  margin-top: 60px;
}

.blogs-tabs {
  margin-top: 80px;
}

.blogs-tab-content {
  margin-top: 40px;
}

.copy-link-share {
  background-color: #fafafa;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.body-xl {
  font-family: var(--roboto);
  color: #676767;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.popular-tag {
  background-color: #bd380e;
  background-image: linear-gradient(#fe8c00, #f83600);
  border-radius: 4px;
  padding: 3px 22px;
  display: inline-block;
}

.share-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.detail-section {
  padding-top: 109px;
}

.detail-left-wrap {
  max-width: 738px;
}

.recent-top-wrap {
  text-align: center;
}

.main-image {
  border-radius: 30px;
  width: 100%;
  display: block;
}

.heading-xxs {
  font-family: var(--title-font);
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.author-image-wrap {
  width: 70px;
  height: 70px;
}

.rich-text {
  margin-bottom: 45px;
}

.rich-text h2 {
  font-family: var(--title-font);
  color: #111;
  margin-top: 26px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.rich-text h1 {
  font-family: var(--title-font);
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.rich-text h5 {
  font-family: var(--title-font);
  color: #111;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.rich-text h3 {
  font-family: var(--title-font);
  color: #111;
  margin-top: 26px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.rich-text ol {
  font-family: var(--roboto);
  color: #676767;
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text blockquote {
  color: #111;
  border-left-width: 2px;
  border-left-color: #fb4d17;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.rich-text a {
  color: #fb4d17;
}

.rich-text strong {
  color: #111;
}

.rich-text h6 {
  color: #111;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.rich-text ul {
  font-family: var(--roboto);
  color: #676767;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text h4 {
  font-family: var(--title-font);
  color: #111;
  margin-top: 36px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.rich-text p {
  font-family: var(--roboto);
  color: #676767;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.detail-top-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.share-icon {
  width: 18px;
}

.space-8 {
  height: 1px;
  margin-top: 8px;
}

.detail-text-section {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.detail-text-section.end-border {
  background-color: #fff0;
  border-bottom-style: none;
  padding-top: 60px;
}

.author-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-image {
  object-fit: cover;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: block;
}

.author-image._70px {
  max-width: 70px;
}

.share-flex-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.recent-section {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 130px;
}

.detail-img-wrap {
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.integration-tag-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.detail-middle-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.detail-middle-wrap.front {
  justify-content: space-between;
  margin-top: 40px;
}

.detail-border {
  background-color: #00000075;
  height: 1px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1098px;
  display: flex;
}

.form-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 80px;
  margin-bottom: 0;
  display: flex;
}

.port-section {
  padding-top: 60px;
  padding-bottom: 135px;
}

.port-card-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 38px 77px 38px 38px;
  display: flex;
}

.port-img-wrap {
  width: 100%;
  max-width: 482px;
}

.port-content-wrap {
  max-width: 541px;
}

.port-button-wrap {
  margin-top: 175px;
}

.port-inner-flex {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.port-inner-flex.cenetr {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 0;
}

.port-detail-section {
  padding-top: 110px;
  padding-bottom: 135px;
}

.back-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  width: 100%;
  max-width: 88px;
  height: 32px;
  color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.back-icon {
  width: 14px;
}

.port-content-wrapper {
  text-align: center;
  max-width: 507px;
  margin-left: auto;
  margin-right: auto;
}

.port-img-wrp {
  max-width: 1200px;
  margin: 50px auto 135px;
}

.detail-flex-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.detail-right-wrap {
  max-width: 650px;
}

.detail-content-inner {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 11px;
  display: flex;
}

.section {
  background-color: #fff;
  padding-top: 135px;
  padding-bottom: 135px;
}

.section.color {
  background-color: #fff0;
}

.detail-img-wrapper {
  margin-top: 33px;
}

.collection-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.comment-content-basic {
  font-family: var(--roboto);
  color: var(--grey);
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
}

.unstyled-comment-label {
  display: inline-block;
}

.fullun-delete-button {
  font-family: var(--roboto);
  color: var(--black);
  position: absolute;
  inset: 5% 2% auto auto;
}

.unstyled-form-basic {
  margin-top: 0;
  margin-bottom: 0;
}

.fullun-cancel-reply {
  color: var(--black);
  text-decoration: underline;
}

.comment-input-basic {
  max-width: 1098px;
  height: 174px;
  min-height: 174px;
  font-family: var(--roboto);
  color: var(--grey);
  border-radius: 10px;
  margin-bottom: 0;
  padding-top: 24px;
  padding-left: 20px;
  font-size: 16px;
}

.comment-input-basic:focus-visible {
  border: 1px solid var(--black);
}

.form-success-message,
.form-error-message {
  display: none;
  border-radius: 10px;
  margin-top: 12px;
  padding: 14px 16px;
  font-family: var(--roboto);
  font-size: 14px;
  line-height: 20px;
}

.form-success-message {
  color: #14532d;
  background-color: #dcfce7;
}

.form-error-message {
  color: #7f1d1d;
  background-color: #fee2e2;
}

.unstyled-name-label-3 {
  display: block;
}

.unstyled-comments-basic {
  width: 100%;
  max-width: 1098px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 30px;
}

.fullun-upper {
  display: flex;
}

.comment-count-basic-3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.fullun-avatar {
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.comment-card-basic {
  border: 1px solid #000;
  padding: 21px 15px;
  position: relative;
}

.comment-card-basic.reply {
  margin-left: 40px;
}

.comment-card-basic.comment {
  font-family: var(--roboto);
}

.fullun-reply-form-div {
  display: none;
}

.comment-submit-basic {
  font-family: var(--roboto);
  background-image: linear-gradient(#fe8c00, #f83600);
  border-radius: 100px;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 26px;
}

.fullun-upper-right {
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  display: flex;
}

.comment-time-basic {
  margin-top: 2px;
  font-size: 13px;
  display: inline-block;
}

.comment-grid-unstyled {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.full-reply-show {
  color: var(--black);
  text-decoration: underline;
}

.fullun-reply-area {
  width: 100%;
}

.author-name-basic {
  font-weight: 700;
  display: inline-block;
}

.fullun-div-main {
  width: 100%;
  max-width: 1098px;
  min-height: 100vh;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
}

.privacy-sectiion {
  padding-top: 96px;
  padding-bottom: 128px;
}

.legal-page .privacy-sectiion {
  padding-top: 112px;
}

body:not(.home-page) .nav-link,
body:not(.home-page) .nav-link:hover,
body:not(.home-page) .nav-link.is-current {
  color: var(--black);
}

.space-60 {
  height: 1px;
  margin-top: 60px;
}

.privacy-top-wrap {
  text-align: center;
  width: 100%;
  max-width: 527px;
  margin-left: auto;
  margin-right: auto;
}

.space-30 {
  height: 1px;
  margin-top: 30px;
}

.space-25 {
  height: 1px;
  margin-top: 25px;
}

.txt-20 {
  font-family: var(--title-font);
  color: #000;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.txt-20.clr {
  color: var(--rocket);
}

.rich {
  max-width: 789px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.rich blockquote {
  color: #170443;
  border-left-width: 2px;
  border-left-color: #ab72ff;
  margin-top: 36px;
  margin-bottom: 0;
  font-size: 20px;
  font-style: italic;
  line-height: 28px;
}

.rich h4 {
  color: #111;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.rich h3 {
  font-family: var(--title-font);
  color: var(--black);
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.rich ul {
  font-family: var(--roboto);
  color: var(--grey);
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 20px;
}

.rich h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.rich h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.rich h2 {
  color: #170443;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
}

.rich a {
  color: #111;
}

.rich ol {
  color: #fff;
  margin-bottom: 0;
  padding-left: 20px;
}

.rich strong {
  color: var(--black);
}

.rich h1 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 67px;
}

.rich p {
  font-family: var(--roboto);
  color: var(--grey);
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.rich li {
  margin-top: 5px;
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .nav-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .nav-link {
    font-size: 14px;
    line-height: 22px;
  }

  .primary-button.nav {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .embed-link {
    font-size: 14px;
    line-height: 20px;
    min-width: 0;
    width: 100%;
    white-space: normal;
  }

  .embedded-tabs-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    align-items: stretch;
    min-height: 0;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 22px 32px 22px 24px;
  }

  .embed-link .tab-link-inner {
    min-width: 0;
  }
}

@media screen and (min-width: 1280px) {
  .primary-button.nav {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    line-height: 26px;
  }

  .nav-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .nav-link, .nav-link.clr {
    font-size: 16px;
  }

  .embed-link {
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .brand {
    max-width: 150px;
  }

  .container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .embed-link {
    font-size: 16px;
  }

  .embedded-tabs-menu {
    margin-left: auto;
    margin-right: auto;
  }
}


@media screen and (max-width: 991px) {
  .nav-container {
    width: auto;
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .b3-bar3 {
    background-color: #fff;
    width: 26px;
    height: 2px;
  }

  .b3-bar3.clr {
    background-color: var(--black);
  }

  .b3-middlebar-top {
    height: 2px;
  }

  .b3-bar1 {
    background-color: #fff;
    width: 26px;
    height: 2px;
  }

  .b3-bar1.clr {
    background-color: var(--black);
  }

  .b3-middlebar {
    background-color: #fff;
    width: 26px;
    height: 2px;
  }

  .b3-middlebar.clr {
    background-color: var(--black);
  }

  .menu-button {
    z-index: 1002;
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0;
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 45%;
    right: 2.5%;
    width: 56px;
    height: 56px;
    transform: translateY(-50%);
    margin-left: 0;
    background: transparent !important;
    border: 0;
    box-shadow: none;
    transition: transform .24s ease, opacity .24s ease;
  }

  .menu-button.is-open {
    background: transparent !important;
  }

  .primary-button-wrap.deasktop {
    display: none !important;
  }

  .primary-button-wrap.mobile {
    max-width: none;
    margin-top: 8px;
    display: block;
  }

  .primary-button-wrap.mobile .primary-button {
    background-color: #111;
    padding: 14px 26px;
    font-size: 16px;
    line-height: 20px;
  }

  .nav-menu {
    z-index: 999;
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    background-color: var(--safe-orange);
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100vw;
    min-height: calc(100vh - 77px);
    max-height: calc(100vh - 77px);
    padding: 30px 38px 42px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform: none;
    overflow-y: auto;
    display: none;
  }

  .nav-menu.is-open {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    animation: mobile-nav-reveal .28s ease;
  }

  .nav-menu.color {
    background-color: var(--safe-orange);
  }

  .b3-middlebar-base {
    background-color: #fff;
    width: 26px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .b3-middlebar-base.clr {
    background-color: var(--black);
  }

  .burger-3 {
    width: 56px;
    height: 56px;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    transition: transform .24s ease;
  }

  .b3-top-wrap,
  .b3-middlebar-base,
  .b3-bar1,
  .b3-bar3 {
    transition: transform .24s ease, opacity .2s ease, background-color .2s ease;
  }

  .nav-link {
    width: 100%;
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 17px;
    line-height: 1.4;
  }

  body:not(.home-page) .nav-link,
  body:not(.home-page) .nav-link:hover,
  body:not(.home-page) .nav-link.is-current {
    color: #fff;
  }

  .nav-link.clr {
    color: #fff;
    font-size: 16px;
  }

  .nav-link.is-current,
  .nav-link.clr.is-current {
    color: #fff;
    font-weight: 700;
  }

  .navbar {
    position: relative;
  }

  body:not(.home-page) .b3-bar1,
  body:not(.home-page) .b3-bar3,
  body:not(.home-page) .b3-middlebar,
  body:not(.home-page) .b3-middlebar-base {
    background-color: var(--black);
  }

  .hero-content-wrap {
    max-width: 760px;
  }

  .h1-60-title {
    max-width: 760px;
    font-size: 48px;
    line-height: 1.08;
  }

  .p-16-para._w-646 {
    max-width: 560px;
  }

  .navbar.is-open {
    z-index: 1001;
    background-color: var(--safe-orange);
  }

  body:not(.home-page) .navbar.is-open {
    background-color: var(--safe-orange);
  }

  .navbar.is-open .menu-button {
    z-index: 1003;
    transform: translateY(-50%);
  }

  .navbar.is-open .b3-bar1,
  .navbar.is-open .b3-bar3,
  .navbar.is-open .b3-middlebar,
  .navbar.is-open .b3-middlebar-base {
    background-color: #fff !important;
  }

  .menu-button.is-open .burger-3 {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }

  .menu-button.is-open .b3-top-wrap {
    justify-content: center;
    min-height: 30px;
    position: relative;
  }

  .menu-button.is-open .b3-middlebar-base {
    opacity: 0;
  }

  .menu-button.is-open .b3-bar1,
  .menu-button.is-open .b3-bar3 {
    background-color: #fff;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
  }

  .menu-button.is-open .b3-bar1 {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .menu-button.is-open .b3-bar3 {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  body:not(.home-page) .menu-button.is-open .b3-bar1,
  body:not(.home-page) .menu-button.is-open .b3-bar3 {
    background-color: var(--black);
  }

  @keyframes mobile-nav-reveal {
    from {
      opacity: 0;
      transform: translateY(-12px);
    }

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

  .embedded-tabs-menu {
    flex-wrap: wrap;
    overflow-x: visible;
    justify-content: space-between;
    align-items: stretch;
    min-height: 0;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding: 16px 18px;
  }

  .embed-link {
    flex: 1 1 220px;
    border: none;
    border-bottom: 2px solid #6f6a66;
    border-radius: 0;
    padding: 0 0 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .embed-link.is-current {
    border-bottom-color: #f83600;
  }

  .blogs-tab-menu {
    justify-content: center;
  }

  .navbar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero-section {
    padding-top: 56px;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .top-wrap {
    height: auto;
  }

  .hero-bottom-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-top: 60px;
  }

  .marquee-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .marquee-left-wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-50-title {
    font-size: 45px;
    line-height: 55px;
  }

  .tabs-menu {
    max-width: none;
    margin-left: 0;
  }

  .tabs-main-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tabs {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .p-horiz-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    height: auto;
    padding: 40px;
  }

  .image-4 {
    border-radius: 20px;
    max-width: 450px;
    height: auto;
    align-self: auto;
    object-fit: cover;
  }

  .whoflex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  ._3x-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .blog-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
    text-align: center;
  }

  .footer-1st-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-1st-wrap .div-block-2 {
    align-items: center;
  }

  .footer-1st-wrap .social-block {
    align-self: center;
  }

  .footer-inner-flex {
    width: 100%;
    justify-content: center;
  }

  .f-wrap {
    width: 100%;
  }

  .f-links-wrasp {
    flex-flow: row wrap;
    justify-content: center;
    grid-column-gap: 24px;
    grid-row-gap: 14px;
  }

  .cpt-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .embed-card-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .embedded-tabs-menu {
    padding: 8px;
  }

  .featured-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .blogs-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .collection-list {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .detail-text-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .port-card-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .port-button-wrap {
    margin-top: 60px;
  }

  .detail-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rich h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0;
    max-width: 140px;
  }

  .nav-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-section {
    padding-top: 44px;
  }

  .hero-content-wrap {
    max-width: 100%;
  }

  .hero-tag-wrap {
    max-width: 300px;
    min-height: 36px;
    margin-bottom: 22px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .h1-60-title {
    max-width: 340px;
    font-size: 32px;
    line-height: 1.14;
    letter-spacing: -.02em;
  }

  .p-16-para._w-646 {
    max-width: 330px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  .primary-button.top-45 {
    min-height: 48px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero-bottom-flex {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-top: 40px;
  }

  .txt-18 {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-flex-wrap {
    flex-flow: column;
  }

  .embed-card-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .embedded-tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-main-section {
    padding-bottom: 80px;
  }

  .blog-tab {
    text-align: center;
  }

  .blogs-tab-menu {
    justify-content: center;
  }

  .body-xl {
    font-size: 16px;
  }

  .hero-img {
    width: 100%;
  }
}

.home-page .top-wrap {
  min-height: 865px;
  height: auto;
}

.home-page .hero-section {
  padding-top: 98px;
}

.home-page .hero-content-wrap {
  max-width: 1040px;
}

.home-page .hero-tag-wrap {
  max-width: 286px;
  min-height: 34px;
  margin-bottom: 30px;
  padding-left: 18px;
  padding-right: 18px;
}

.home-page .h1-60-title {
  max-width: 980px;
  font-size: 64px;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.home-page .p-16-para._w-646 {
  max-width: 690px;
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.65;
}

.home-page .primary-button.top-45 {
  min-height: 44px;
  margin-top: 36px;
  padding: 10px 30px;
}

.home-page .hero-bottom-flex {
  margin-top: 160px;
  margin-bottom: 22px;
  align-items: center;
}

.home-page .hero-left-wrap,
.home-page .hero-right-wrap {
  align-self: auto;
  margin-bottom: 0;
}

.home-page .hero-bottom-flex .txt-18 {
  font-size: 18px;
  line-height: 28px;
}

.home-page .marquee-wrap {
  overflow: hidden;
  max-width: 560px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 14%, #000 86%, transparent 100%);
}

.home-page .marquee-flex-wrap {
  gap: 8px;
}

.home-page .horizantal-track {
  width: max-content;
  animation: trusted-marquee-scroll 28s linear infinite;
  will-change: transform;
}

@media screen and (max-width: 991px) {
  .home-page .marquee-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .home-page .marquee-flex-wrap {
    gap: 18px;
  }

  .services-section .tabs {
    align-items: center;
  }

  .services-section .tabs-menu {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-section .tabs-main-flex {
    align-items: center;
  }

  .services-section .tab-content-wrap,
  .services-section .tab-img-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .services-section .tab-content-wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 18px;
    justify-items: center;
    max-width: 520px;
    text-align: center;
  }

  .services-section .tab-inner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .services-section .tab-inner-content .p-16-para {
    max-width: 460px;
    margin-top: 14px;
    text-align: center;
  }

  .services-section .tab-vert-wrap {
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .nav-container {
    max-width: 1360px;
    padding-left: 2.75%;
    padding-right: 2.75%;
    gap: 22px;
  }

  .nav-menu {
    justify-content: center;
  }

  .brand {
    margin-right: 8px;
  }

  .primary-button-wrap.deasktop {
    margin-left: 8px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-container {
    max-width: 1440px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    gap: 24px;
  }

  .nav-menu {
    justify-content: center;
  }

  .brand {
    margin-right: 8px;
  }

  .primary-button-wrap.deasktop {
    margin-left: 8px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .nav-container {
    max-width: 1200px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .brand {
    max-width: 160px;
  }

  .nav-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
  }

  .nav-link,
  .nav-link.clr {
    font-size: 14px;
    line-height: 22px;
  }

  .primary-button.nav {
    min-height: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    line-height: 18px;
  }

  .home-page .hero-section {
    padding-top: 82px;
  }

  .home-page .hero-content-wrap {
    max-width: 900px;
  }

  .home-page .h1-60-title {
    max-width: 860px;
    font-size: 54px;
    line-height: 1.08;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-page .top-wrap {
    min-height: 0;
  }

  .nav-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .brand {
    max-width: 150px;
  }

  .nav-menu {
    width: 100%;
    min-height: calc(100vh - 86px);
    max-height: calc(100vh - 86px);
    padding: 28px 24px 36px;
  }

  .home-page .hero-section {
    padding-top: 48px;
  }

  .home-page .hero-content-wrap {
    max-width: 640px;
  }

  .home-page .hero-tag-wrap {
    max-width: 290px;
    margin-bottom: 24px;
  }

  .home-page .h1-60-title {
    max-width: 700px;
    font-size: 48px;
    line-height: 1.14;
  }

  .home-page .p-16-para._w-646 {
    max-width: 580px;
    font-size: 15px;
    line-height: 1.7;
  }

  .home-page .primary-button.top-45 {
    margin-top: 28px;
  }

  .home-page .hero-bottom-flex {
    gap: 28px;
    margin-top: 48px;
  }

  .home-page .txt-18 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .home-page .top-wrap {
    min-height: 0;
  }

  .nav-container {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

  .brand {
    max-width: 140px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    right: 4.75%;
  }

  .burger-3 {
    width: 56px;
    height: 56px;
  }

  .b3-bar1,
  .b3-bar3,
  .b3-middlebar-base {
    width: 32px;
  }

  .nav-menu {
    width: 100%;
    min-height: calc(100vh - 86px);
    max-height: calc(100vh - 86px);
    padding: 28px 24px 36px;
  }

  .home-page .hero-content-wrap {
    max-width: 100%;
  }

  .home-page .hero-tag-wrap {
    max-width: 286px;
    min-height: 34px;
    margin-bottom: 20px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .home-page .txt-14 {
    font-size: 13px;
    line-height: 19px;
  }

  .home-page .hero-dot {
    width: 9px;
    max-width: 9px;
    height: 9px;
  }

  .home-page .h1-60-title {
    max-width: 460px;
    font-size: 44px;
    line-height: 1.14;
  }

  .home-page .p-16-para._w-646 {
    max-width: 420px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
  }

  .home-page .primary-button.top-45 {
    min-height: 46px;
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media screen and (max-width: 479px) {
  .home-page .top-wrap {
    min-height: 0;
  }

  .nav-container {
    padding-left: 6%;
    padding-right: 6%;
  }

  .brand {
    max-width: 120px;
  }

  .menu-button {
    right: 5%;
    width: 56px;
    height: 56px;
  }

  .burger-3 {
    width: 56px;
    height: 56px;
  }

  .b3-bar1,
  .b3-bar3,
  .b3-middlebar-base {
    width: 30px;
  }

  .nav-menu {
    width: 100%;
    min-height: calc(100vh - 86px);
    max-height: calc(100vh - 86px);
    padding: 28px 26px 38px;
  }

  .home-page .hero-section {
    padding-top: 48px;
  }

  .home-page .hero-tag-wrap {
    max-width: 284px;
    min-height: 36px;
  }

  .home-page .h1-60-title {
    max-width: 300px;
    font-size: 40px;
    line-height: 1.3;
  }

  .home-page .p-16-para._w-646 {
    max-width: 340px;
    font-size: 16px;
    line-height: 1.68;
  }

  .home-page .hero-bottom-flex {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .hero-content-wrap {
    max-width: 680px;
  }

  .h1-60-title {
    max-width: 680px;
    font-size: 42px;
    line-height: 1.1;
  }

  .p-16-para._w-646 {
    max-width: 500px;
    font-size: 15px;
    line-height: 1.75;
  }

  .hero-tag-wrap {
    margin-bottom: 24px;
  }

  .embedded-tabs-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    align-items: stretch;
    justify-content: stretch;
    min-height: 0;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 30px 18px 22px;
  }

  .embed-link {
    min-width: 0;
    width: 100%;
    flex: none;
    white-space: normal;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    padding-left: 6%;
    padding-right: 6%;
  }

  .brand {
    max-width: 120px;
  }

  .menu-button {
    right: 4.5%;
    width: 56px;
    height: 56px;
  }

  .hero-section {
    padding-top: 44px;
  }

  .hero-content-wrap {
    max-width: 100%;
  }

  .hero-tag-wrap {
    max-width: 290px;
    min-height: 34px;
    margin-bottom: 20px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .h1-60-title {
    max-width: 300px;
    font-size: 28px;
    line-height: 1.14;
    letter-spacing: -.02em;
  }

  .p-16-para._w-646 {
    color: var(--white);
    max-width: 300px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.65;
  }

  .p-16-para.color.top-16 {
    font-size: 14px;
  }

  .primary-button.top-45 {
    min-height: 48px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero-bottom-flex {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-top: 40px;
  }

  .txt-18 {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-flex-wrap {
    flex-flow: column;
  }

  .marquee-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .h5-24-title {
    font-size: 18px;
    line-height: 28px;
  }

  .marquee-left-wrap {
    max-width: none;
  }

  .image-2 {
    width: 100%;
    max-width: 30%;
    height: 100%;
  }

  .image-3 {
    max-width: 20%;
    height: 100%;
  }

  .services-section {
    padding-top: 80px;
  }

  .h2-50-title {
    font-size: 35px;
    line-height: 45px;
  }

  .tabs-main-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
  }

  .services-tabs-content {
    margin-top: 60px;
  }

  .tab-link-wrap {
    font-size: 18px;
  }

  .h4-30-title {
    font-size: 25px;
    line-height: 35px;
  }

  .embed-section, .perforrmance-section, .who-section, .software-section, .blog-section {
    padding-top: 80px;
  }

  .embedded-tabs-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    align-items: stretch;
    padding: 14px 16px;
  }

  .embed-link {
    min-width: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
  }

  .embed-link .tab-link-inner {
    align-items: center;
  }

  .embed-link .tab-icon-bg {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  .embed-link .t-icon {
    width: 14px;
    height: 14px;
  }

  .blog-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .blog-card-image {
    max-width: none;
  }

  .p-14-para {
    font-size: 12px;
  }

  .blog-card-content {
    max-width: none;
  }

  .faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .c-faq-icon {
    padding-right: 20px;
  }

  .c-faq-q-text, .c-faq-a-text {
    padding-left: 20px;
  }

  .c-faq-item {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .border-line {
    margin-top: 60px;
  }

  .footer-flex-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-wrap {
    margin-top: 100px;
  }

  .footer-section {
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .f-links-wrasp {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cpt-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
  }

  .image-5 {
    z-index: -1;
    max-width: 40%;
  }

  .body-text-xl {
    font-size: 18px;
  }

  .footer-logo-wrap {
    max-width: 160px;
  }

  .footer-inner-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .image-14 {
    z-index: -1;
    max-width: 40%;
  }

  .embed-card-wrap {
    padding: 40px 30px;
  }

  .tab-icon-bg {
    min-width: 30px;
  }

  .embed-link {
    flex-basis: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .embedded-tabs-menu {
    padding: 20px 16px 20px 20px;
  }

  .body-m {
    font-size: 14px;
  }

  .blog-tab {
    width: 100%;
    text-align: center;
    padding: 10px 12px;
    font-size: 14px;
  }

  .blogs-tab-menu {
    width: 100%;
  }

  .blogs-tabs {
    margin-top: 60px;
  }

  .detail-section {
    padding-top: 80px;
  }

  .rich-text h2 {
    margin-top: 25px;
    font-size: 24px;
    line-height: 30px;
  }

  .rich-text h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .rich-text h5 {
    margin-top: 25px;
  }

  .rich-text h3 {
    margin-top: 25px;
    font-size: 20px;
  }

  .rich-text ol {
    font-size: 14px;
  }

  .rich-text blockquote {
    font-size: 16px;
  }

  .rich-text h6 {
    margin-top: 25px;
  }

  .rich-text ul {
    font-size: 14px;
  }

  .rich-text h4 {
    margin-top: 25px;
    font-size: 20px;
    line-height: 30px;
  }

  .rich-text p {
    font-size: 14px;
  }

  .recent-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .detail-middle-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .form-block {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
  }

  .port-section {
    padding-bottom: 80px;
  }

  .port-card-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .port-detail-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .port-img-wrp {
    margin-bottom: 60px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .fullun-div-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .space-25 {
    margin-top: 20px;
  }

  .rich blockquote {
    font-size: 16px;
  }

  .rich h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .rich h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .rich h2 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .rich h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .rich p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .hero-img {
    width: 100%;
  }
}
