:root {
  --pale-blue-8: #0c1a2b;
  --white: white;
  --dark-gray-3: #141619;
  --grey: #82868c;
  --dim-blue-1: #5a6e96;
  --pale-blue-7-text: #11233d;
  --light-gray-3: #e5e8eb;
  --blue-1: #325adc;
  --blue-2: #143ca0;
  --light-gray-2: #eceef2;
  --dark-grey-1: #3c4048;
  --light-gray-1: #f5f6f9;
  --dim-blue-2: #233c69;
  --light-grey-4: #ced3d8;
  --grey-shadow: #82868c1a;
  --blue-0: #4164fa;
  --grey-2: #575d66;
  --navy-1: #052d73;
  --navy-2: #022048;
  --dark-grey-2: #20242a;
  --light-grey-5: #aab0b9;
  --pale-blue-5: #253e62;
  --pale-blue-6: #172b4c;
  --line-1: #8a9299;
  --team-gray-2: #eaedf2;
  --team-bg: #e4eaef;
  --black: black;
  --pale-blue-4: #3a5b82;
  --navy-2-text: #141619;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  height: 70px;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 52px;
  line-height: 80px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light, .paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  background-color: var(--pale-blue-8);
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  border-radius: 2px;
  padding: 12px 25px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  border-radius: 2px;
  padding: 16px 45px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  font-family: Mulish, sans-serif;
  font-weight: 300;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: var(--white);
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 14px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  background-color: var(--dark-gray-3);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding: 40px 50px 18px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: 1;
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 40px;
  font-family: Work Sans, sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
  color: var(--dim-blue-1);
}

.footer-item:active {
  opacity: .8;
  color: var(--dim-blue-1);
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  background-color: var(--pale-blue-8);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: var(--pale-blue-8);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  margin-top: 20vh;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  color: var(--pale-blue-7-text);
  margin-bottom: 30px;
  font-family: Mulish, sans-serif;
}

.navigation-items-2 {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: static;
  inset: 0%;
}

.dropdown-link-6 {
  color: #000;
}

.dropdown-link-6:hover {
  color: #325adc;
  background-color: #f0f0f3;
}

.dropdown-link-6.w--current {
  color: #325adc;
}

.navi-bar {
  border-radius: 0;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-toggle-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-3:hover {
  color: #325adc;
}

.navigation-item-2 {
  opacity: 1;
  color: var(--dark-gray-3);
  letter-spacing: .4px;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: -12px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.navigation-item-2:hover {
  opacity: .9;
  color: var(--blue-1);
}

.navigation-item-2:active {
  opacity: .8;
  color: var(--blue-2);
}

.navigation-item-2.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 400;
}

.navigation-item-2.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-2.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image-2 {
  border-radius: 5px;
  width: 110px;
  height: 42px;
  margin-top: 0;
  margin-left: -6px;
  padding-left: 0;
  display: block;
}

.logo-image-2:hover {
  opacity: .9;
}

.dropdown-list-3.w--open {
  background-color: #e6e8ec;
  border-radius: 3px;
}

.logo-link-2 {
  z-index: 1;
}

.logo-link-2:hover {
  opacity: .8;
}

.logo-link-2:active {
  opacity: .7;
}

.logo-link-2.w--current {
  margin-left: -4px;
}

.text-block-30 {
  color: #19191b;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-30:hover {
  color: #325adc;
}

.body {
  min-width: 1000px;
}

.white-bg {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 0 52px;
  display: flex;
}

.home-1-block {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  max-width: 1200px;
  display: block;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1fr;
  justify-items: start;
  margin-top: 100px;
}

.heading-1 {
  opacity: 1;
  color: var(--dark-gray-3);
  text-align: left;
  letter-spacing: -.02em;
  width: 100%;
  max-width: 800px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.3em;
}

.paragraph-1 {
  opacity: 1;
  color: var(--dark-grey-1);
  letter-spacing: 0;
  width: 100%;
  max-width: 780px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6em;
}

.button-2 {
  border: 1.5px solid var(--blue-1);
  background-color: var(--blue-1);
  opacity: 1;
  color: var(--white);
  letter-spacing: .04em;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 80px;
  padding: 16px 68px 15px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.main-section {
  background-color: var(--white);
  background-image: url('../images/ab180-bg_1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 110%;
  height: 70vh;
  min-height: 700px;
}

.light-gray-3-bg {
  background-color: var(--light-gray-3);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 52px;
  display: flex;
}

.solution-div-block-2 {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-top: 80px;
  margin-bottom: 20px;
  display: flex;
}

.dark-bg {
  background-color: var(--dark-gray-3);
  color: var(--dark-gray-3);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 52px;
  display: flex;
}

.heading-2-white {
  color: var(--white);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 230px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4em;
}

.heading-2-black {
  color: var(--dark-gray-3);
  letter-spacing: .01em;
  margin-top: 60px;
  margin-bottom: 40px;
  margin-right: 15%;
  font-family: Noto Sans KR, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-2 {
  color: var(--dark-grey-1);
  width: 80%;
  margin-bottom: 40px;
  margin-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
}

.light-gray-1-bg {
  background-color: var(--light-gray-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 52px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: max-content;
  grid-template-columns: .4fr 4fr;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.consulting-text-1 {
  color: var(--dim-blue-2);
  font-family: Work Sans, sans-serif;
  font-size: 82px;
  font-weight: 200;
}

.consulting-text-2 {
  color: var(--blue-2);
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6em;
}

.consulting-text-3 {
  color: var(--grey);
  padding-right: 56px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.line-1-consulting {
  background-color: var(--light-grey-4);
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 40px;
}

.grid-4 {
  grid-column-gap: 52px;
  grid-row-gap: 34px;
  grid-template-rows: max-content max-content max-content max-content;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-5 {
  grid-column-gap: 6px;
  grid-row-gap: 0px;
  grid-template-rows: max-content;
  grid-template-columns: .25fr 4fr;
  margin-top: 10px;
  margin-bottom: 10px;
}

.consulting-text-4 {
  color: var(--dim-blue-2);
  padding-bottom: 6px;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6em;
}

.ab180-team-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-2-grid {
  grid-column-gap: 30px;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  width: 82%;
  margin-bottom: 36px;
}

.heading-badge-2 {
  color: var(--dim-blue-1);
  letter-spacing: -.01em;
  text-indent: 0;
  font-family: Work Sans, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.2em;
}

.badge-2-paragraph {
  color: var(--dim-blue-2);
  padding-right: 54px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.badge-2-block {
  height: auto;
}

.grid-team-1 {
  grid-template-rows: max-content max-content;
  margin-bottom: 16px;
}

.team-1-position {
  color: var(--dim-blue-1);
  letter-spacing: 0;
  padding-top: 5px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.grid-29 {
  grid-column-gap: 5px;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 2.6fr;
}

.team-1-text {
  color: var(--dark-grey-1);
  text-align: left;
  letter-spacing: .02em;
  justify-content: center;
  align-self: auto;
  margin-bottom: 14px;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  display: flex;
}

.team-1-block {
  box-shadow: 0 2px 16px 10px var(--grey-shadow);
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 26px 28px 24px;
}

.image-9 {
  border-radius: 6px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 42px auto;
  grid-template-columns: 1fr;
}

.amplitude-badge-block {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.team-1-name {
  color: var(--dark-gray-3);
  text-align: left;
  letter-spacing: .1em;
  font-family: Noto Sans KR, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.amplitude-expert-badge-1 {
  width: 62px;
  height: 62px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  display: block;
}

.grid-27 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.grid-team-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-2-block {
  background-color: var(--white);
  box-shadow: 0 2px 16px 10px var(--grey-shadow);
  border-radius: 3px;
  padding: 36px 20px 16px;
}

.grid-31 {
  grid-row-gap: 6px;
  grid-template-rows: auto minmax(180px, 200px) auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
}

.image-10 {
  border-radius: 6px;
  width: 50%;
  min-width: 80px;
  height: 50%;
  min-height: 80px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.amplitude-expert-badge-2 {
  width: 62px;
  height: 62px;
  margin: 0 10px;
  display: block;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.team-2-name {
  color: var(--dark-gray-3);
  text-align: center;
  letter-spacing: .1em;
  padding-bottom: 5px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.team-1-position-copy {
  color: var(--dim-blue-1);
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: 10px;
  margin-left: -16px;
  margin-right: -16px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3em;
}

.team-2-text {
  color: var(--dark-grey-1);
  text-align: center;
  letter-spacing: .02em;
  justify-content: center;
  align-self: auto;
  height: 40px;
  margin-bottom: 4px;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
}

.dropdown-4 {
  justify-content: center;
  display: flex;
}

.dropdown-toggle-4 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.text-block-31 {
  text-align: center;
  font-family: Noto Sans KR, sans-serif;
  line-height: 1.4em;
}

.dropdown-toggle-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px 12px 24px;
  display: block;
}

.dropdown-toggle-5:hover {
  color: var(--grey);
}

.dropdown-toggle-5.w--open {
  padding-left: 26px;
}

.dropdown-5 {
  justify-content: center;
  display: flex;
}

.dropdown-list-4 {
  width: 120px;
}

.dropdown-list-4.w--open {
  background-color: var(--dark-grey-1);
  border-radius: 6px;
  width: 288px;
  margin-top: 52px;
  padding: 22px 24px 24px;
}

.text-block-32 {
  color: var(--light-grey-4);
  letter-spacing: .01em;
  border-radius: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
}

.link {
  color: var(--dark-gray-3);
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 10px 36px 10px 16px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.cta-banner-1 {
  background-color: var(--blue-1);
  background-image: url('../images/ab180-bg_2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 110%;
  justify-content: center;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1640px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.button-3 {
  border: 2px none var(--blue-0);
  background-color: var(--blue-0);
  letter-spacing: .04em;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 68px 15px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition-property: none;
  display: flex;
  box-shadow: 0 1px 30px 6px #1416191f;
}

.div-block-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-33 {
  color: var(--pale-blue-7-text);
  border: 1px solid #0000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.6em;
}

.div-block-6 {
  background-color: var(--dark-gray-3);
  opacity: .74;
  filter: blur(8px);
  color: var(--dark-gray-3);
  width: 250px;
  height: 60px;
  margin-top: -100px;
}

.grid-32 {
  grid-template-rows: auto auto auto auto;
  justify-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.airbridge-block {
  background-color: var(--blue-1);
  border-radius: 3px;
  height: auto;
  min-height: 0;
  padding: 28px 34px 34px;
  text-decoration: none;
}

.div-block-7 {
  background-color: #ffffff80;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.solution-text-1 {
  color: var(--white);
  font-family: Noto Sans KR, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
  text-decoration: none;
}

.div-block-8 {
  text-decoration: none;
}

.solution-badge-text {
  color: var(--white);
  letter-spacing: .04em;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 4vw;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.solution-see-more {
  color: var(--white);
  letter-spacing: .01em;
  justify-content: flex-end;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  display: flex;
}

.solution-button-block {
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  display: flex;
}

.image-11 {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-left: 6px;
  padding-top: 0;
  font-size: 12px;
}

.solution-box-1 {
  height: 200px;
}

.solution-demo-down {
  color: var(--white);
  letter-spacing: .01em;
  justify-content: flex-end;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.solution-box-2 {
  height: 140px;
}

.margin-block-1 {
  height: auto;
}

.partners-grid {
  grid-column-gap: 42px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.mid-text-block-1 {
  color: var(--dark-grey-1);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6em;
}

.heading-2 {
  color: var(--dark-grey-1);
  text-align: center;
  margin-top: 60px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.6em;
}

.grid-34 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85vw;
  min-width: 1000px;
  max-width: 1480px;
  margin: 80px 0 20px;
}

.text-block-35 {
  color: var(--blue-2);
  text-align: center;
  padding-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-36 {
  color: var(--dark-grey-1);
  text-align: center;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6em;
}

.text-block-35-copy {
  color: var(--blue-2);
  text-align: center;
  letter-spacing: -.02em;
  font-family: Mulish, sans-serif;
  font-size: 110px;
  font-weight: 200;
  line-height: 126px;
}

.clients-grid {
  grid-column-gap: 42px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.mid-text-block-2 {
  color: var(--dim-blue-1);
  text-align: left;
  margin-top: 80px;
  margin-bottom: 20px;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6em;
}

.dropdown-toggle-6 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-family: Work Sans, sans-serif;
  line-height: 20px;
  display: flex;
}

.navi-menu-block {
  justify-content: flex-start;
  align-items: center;
  height: 56px;
  display: flex;
}

.image-12 {
  opacity: 0;
  filter: grayscale();
  width: 16px;
  height: 16px;
  margin-left: -22px;
  font-size: 16px;
}

.image-13 {
  filter: grayscale();
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-bottom: 0;
}

.text-block-37 {
  padding-right: 4px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21 {
  height: auto;
}

.image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39 {
  height: auto;
  max-height: 76px;
}

.div-block-9 {
  width: 100%;
  max-width: 1080px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-35 {
  grid-template-columns: 1fr 1.4fr;
}

.grid-36 {
  grid-column-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-38 {
  color: var(--grey-2);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Work Sans, sans-serif;
}

.link-footer-2_1 {
  color: var(--white);
  padding: 10px 32px 10px 20px;
  font-family: Work Sans, sans-serif;
  text-decoration: none;
}

.link-footer-2_1:hover {
  color: var(--dim-blue-1);
}

.link-3, .link-4, .link-5 {
  text-decoration: none;
}

.link-footer-2_2 {
  color: var(--white);
  margin-bottom: 10px;
  padding: 4px 20px;
  font-family: Work Sans, sans-serif;
  text-decoration: none;
}

.link-footer-2_2:hover {
  color: var(--dim-blue-1);
}

.div-block-10 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-6 {
  color: var(--grey);
  width: 160px;
  font-family: Work Sans, sans-serif;
  font-weight: 300;
  text-decoration: underline;
}

.link-6:hover {
  color: var(--blue-1);
}

.footer-text-1 {
  color: var(--grey);
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.image-40 {
  height: auto;
  padding-left: 0;
}

.image-40:hover {
  opacity: .7;
}

.link-block {
  width: 130px;
  margin-left: -8px;
}

.div-block-main-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.heading-1_2 {
  color: #141619;
  letter-spacing: -.01em;
  margin-top: 32px;
  margin-bottom: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3em;
}

.paragraph-3 {
  color: #3c4048;
  letter-spacing: .01em;
  margin-bottom: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6em;
}

.button-4 {
  color: #fff;
  letter-spacing: .05em;
  background-color: #325adc;
  border: 1.5px solid #325adc;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 16px 68px 15px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-2-black-2 {
  color: #141619;
  letter-spacing: .01em;
  margin-top: 60px;
  margin-bottom: 40px;
  margin-right: 230px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-4 {
  color: #3c4048;
  width: 62%;
  margin-bottom: 40px;
  margin-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
}

.cta-banner-2 {
  background-color: #325adc;
  background-image: url('../images/ab180-bg_2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 110%;
  justify-content: center;
  display: flex;
}

.text-block-39 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.6em;
}

.button-5 {
  background-color: #4164fa;
  border: 2px #4164fa;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 68px 15px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition-property: none;
  display: flex;
  box-shadow: 0 1px 30px 6px #1416191f;
}

.airbridge-banner {
  background-color: var(--navy-1);
  justify-content: center;
  display: flex;
}

.text-block-39-copy {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.6em;
}

.solution-page-section {
  background-color: var(--white);
  background-image: url('../images/ab180-bg_4.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 110%;
  height: 36vw;
  min-height: 520px;
  max-height: 700px;
}

.paragraph-5 {
  color: #3c4048;
  letter-spacing: .01em;
  margin-bottom: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}

.image-41 {
  width: auto;
  height: 42px;
  margin-bottom: 0;
  margin-left: 0;
}

.sub-1-block {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  max-width: 1200px;
  padding-bottom: 20px;
  display: block;
}

.grid-37 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-4 {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: 200px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.8em;
}

.navy-2-bg {
  background-color: var(--navy-2);
  background-image: url('../images/airbridge-image-2-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 52px;
  display: flex;
}

.div-block-4-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 48px;
  display: flex;
}

.solution-grid-1 {
  grid-column-gap: 68px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.7fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.solution-text-block-2 {
  margin-bottom: 40px;
  display: block;
}

.heading-5-bk {
  color: var(--navy-2);
  align-self: flex-start;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin-top: 10px;
  margin-bottom: 32px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4em;
}

.heading-5-bk:hover {
  color: #3c3c3f;
  margin-left: 0;
}

.text-solution {
  color: var(--dark-grey-1);
  letter-spacing: .01em;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
}

.div-block-70 {
  margin-right: 0;
}

.image-solution {
  border-radius: 6px;
  width: auto;
  height: auto;
  box-shadow: 0 10px 40px 10px #20242a1a;
}

.solution-grid-2 {
  grid-column-gap: 68px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-solution-2 {
  border-radius: 6px;
  height: auto;
  box-shadow: 0 6px 40px 12px #19191b1a;
}

.div-block-71 {
  padding-left: 46px;
}

.text-solution-2 {
  color: #3c3c3f;
  letter-spacing: .01em;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.light-gray-1-bg-2 {
  background-color: var(--light-gray-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 52px 0;
  display: flex;
}

.solution-line {
  background-color: var(--light-grey-4);
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button-6 {
  border: 2px solid var(--dark-grey-2);
  background-color: var(--dark-grey-1);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 56px;
  margin-bottom: 20px;
  padding: 14px 40px 13px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition-property: none;
  display: flex;
  box-shadow: 0 1px 30px 6px #1416191f;
}

.navy-2-bg-2 {
  background-color: #022048;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 52px;
  display: flex;
}

.heading-5 {
  color: var(--dark-grey-2);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  padding-right: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6em;
}

.text-solution-3 {
  color: #3c4048;
  letter-spacing: .01em;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
}

.light-gray-1-bg-3 {
  background-color: #f5f6f9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 52px 0;
  display: flex;
}

.solution-line-2 {
  background-color: #ced3d8;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-5-bk-2 {
  color: var(--dark-gray-3);
  align-self: flex-start;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin-top: 10px;
  margin-bottom: 32px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.4em;
}

.heading-5-bk-2:hover {
  color: #3c3c3f;
  margin-left: 0;
}

.airbridge-banner-2 {
  background-color: #4164fa;
  justify-content: center;
  display: flex;
}

.amplitude-banner-2 {
  background-color: var(--navy-2);
  justify-content: center;
  display: flex;
}

.light-gray-1-bg-4 {
  background-color: var(--light-gray-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 52px;
  display: flex;
}

.badge-2-paragraph-2 {
  color: #233c69;
  font-family: Noto Sans KR, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6em;
}

.heading-badge-3 {
  color: #5a6e96;
  letter-spacing: -.01em;
  text-indent: 0;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
  line-height: 1.2em;
}

.team-1-block-2 {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 38px 36px 30px 16px;
  box-shadow: 0 2px 16px 10px #82868c1a;
}

.team-2-text-2 {
  color: #3c4048;
  text-align: center;
  letter-spacing: .02em;
  justify-content: center;
  align-self: auto;
  height: 60px;
  margin-bottom: 5px;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  display: flex;
}

.team-2-name-2 {
  color: #141619;
  text-align: center;
  letter-spacing: .1em;
  padding-bottom: 6px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.team-2-block-2 {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 20px 24px;
  box-shadow: 0 2px 16px 10px #82868c1a;
}

.text-block-40 {
  color: #ced3d8;
  letter-spacing: .01em;
  border-radius: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.8em;
}

.dropdown-list-5 {
  width: 120px;
}

.dropdown-list-5.w--open {
  background-color: #3c4048;
  border-radius: 6px;
  width: 289px;
  margin-top: 52px;
  padding: 22px 24px 24px;
}

.team-1-text-2 {
  color: #3c4048;
  text-align: left;
  letter-spacing: .02em;
  justify-content: center;
  align-self: auto;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  display: flex;
}

.team-1-name-2 {
  color: #141619;
  text-align: left;
  letter-spacing: .1em;
  font-family: Noto Sans KR, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.team-1-position-2 {
  color: #5a6e96;
  letter-spacing: 0;
  padding-top: 5px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.team-1-position-copy-2 {
  color: #5a6e96;
  text-align: center;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.link-7 {
  color: #141619;
  justify-content: center;
  margin-bottom: 40px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.solution-div-block-copy {
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 100px;
}

.image-badge2 {
  width: 90px;
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-38 {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 96px 2.5fr;
}

.sub-page-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  margin-top: 80px;
  margin-bottom: 0;
}

.heading-3 {
  color: #141619;
  letter-spacing: -.01em;
  margin-top: 16px;
  margin-bottom: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3em;
}

.div-block-72 {
  height: auto;
}

.paragraph-4-copy {
  color: #3c4048;
  width: 65%;
  margin-bottom: 10px;
  margin-right: 0;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
}

.team-page-section {
  background-color: var(--white);
  background-image: url('../images/ab180-bg_3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 110%;
}

.sub-page-grid-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 80px;
  margin-bottom: 0;
}

.dropdown-list-6 {
  opacity: .03;
}

.dropdown-list-6.w--open {
  background-color: var(--light-gray-3);
  opacity: 1;
  border-radius: 3px;
}

.dropdown-solution-link {
  color: var(--dark-gray-3);
  padding-right: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-solution-link:hover {
  background-color: var(--light-gray-2);
  color: var(--blue-1);
}

.navi-menu-block-hidden {
  justify-content: flex-start;
  align-items: center;
  height: 56px;
  display: none;
}

.text-block-41 {
  font-family: Work Sans, sans-serif;
}

.navigation-item-3 {
  opacity: 1;
  color: var(--dark-gray-3);
  letter-spacing: 1px;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 26px;
  margin-right: -14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.navigation-item-3:hover {
  opacity: .9;
  color: var(--blue-1);
}

.navigation-item-3:active {
  opacity: .8;
  color: var(--blue-2);
}

.navigation-item-3.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 400;
}

.navigation-item-3.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-3.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navibar-height {
  height: 110px;
}

.footer-text-1-copy {
  color: var(--grey);
  text-align: right;
  padding-left: 30px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.subpage-line {
  background-color: var(--light-gray-3);
  width: 100%;
  height: 1.5px;
}

.image-42 {
  filter: grayscale();
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-left: -29px;
  padding-left: 0;
}

.div-block-74 {
  justify-content: center;
  align-items: center;
  height: 58px;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.image-43 {
  height: 82px;
}

.amplitude-block {
  background-color: #072c88;
  border-radius: 3px;
  padding: 28px 34px 34px;
  text-decoration: none;
}

.solution-text-2 {
  color: var(--dark-gray-3);
  font-family: Noto Sans KR, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
  text-decoration: none;
}

.solution-badge-text-2 {
  color: var(--dark-gray-3);
  letter-spacing: .04em;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 4vw;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-7-copy {
  background-color: #14161980;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.solution-see-more-2 {
  color: var(--dark-gray-3);
  letter-spacing: .01em;
  justify-content: flex-end;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  display: flex;
}

.braze-block {
  background-color: var(--blue-1);
  background-image: linear-gradient(#fff 21%, #8bd7df);
  border-radius: 3px;
  padding: 28px 34px 34px;
  text-decoration: none;
}

.apptimize-block {
  background-color: #3c4146;
  border-radius: 3px;
  padding: 28px 34px 34px;
  text-decoration: none;
}

.segment-block {
  background-color: #0a556e;
  border-radius: 3px;
  height: auto;
  min-height: 0;
  padding: 28px 34px 34px;
  text-decoration: none;
}

.snowflake-block {
  background-color: #aadcf5;
  border-radius: 3px;
  height: auto;
  min-height: 0;
  padding: 28px 34px 34px;
  text-decoration: none;
}

.tableau-block {
  background-color: #055091;
  border-radius: 3px;
  height: auto;
  min-height: 0;
  padding: 28px 34px 34px;
  text-decoration: none;
}

.poxerbi-block {
  background-color: #dce1e6;
  border-radius: 3px;
  height: auto;
  min-height: 0;
  padding: 28px 34px 34px;
  text-decoration: none;
}

.image-44 {
  opacity: 0;
  filter: grayscale() brightness(300%);
  width: 14px;
  height: 14px;
  margin-top: 15px;
  margin-left: -42px;
}

.div-block-75 {
  display: flex;
}

.navi-line {
  background-color: var(--light-gray-2);
  opacity: 0;
  width: 100%;
  height: 1px;
}

.team-1-position-copy-copy {
  color: var(--dim-blue-1);
  text-align: center;
  height: 63px;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-77 {
  flex-direction: row;
  display: flex;
}

.div-block-78 {
  margin-right: 52px;
}

.braze-banner {
  background-color: var(--dark-grey-2);
  justify-content: center;
  display: flex;
}

.div-block-80 {
  background-color: var(--light-gray-2);
  height: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-45 {
  height: auto;
}

.team-3-block {
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
  padding: 10px;
  display: flex;
}

.image-46 {
  height: 130px;
}

.text-block-42 {
  color: var(--dim-blue-1);
  text-align: center;
  width: 150px;
  margin-top: 4px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  line-height: 1.4em;
}

.div-block-81 {
  height: 100px;
}

.text-block-43 {
  color: var(--dark-gray-3);
  text-align: center;
  letter-spacing: .04em;
  margin-top: 4px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
}

.collection-list-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.button-amplitude {
  border: 2px solid var(--dark-grey-2);
  background-color: var(--navy-1);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 56px;
  margin-bottom: 20px;
  padding: 14px 40px 13px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 300;
  transition-property: none;
  display: flex;
  box-shadow: 0 1px 30px 6px #1416191f;
}

.button-airbridge {
  border: 2px none var(--white);
  background-color: var(--blue-2);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 56px;
  margin-bottom: 20px;
  padding: 14px 40px 13px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition-property: none;
  display: flex;
  box-shadow: 0 1px 30px 6px #1416191f;
}

.collection-item {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-47 {
  height: 78px;
}

.collection-list-wrapper-2 {
  margin-bottom: 40px;
}

.grid-39 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 200px;
}

.div-block-82 {
  align-self: center;
  margin-bottom: 60px;
}

.text-block-44 {
  color: var(--navy-1);
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 62px;
  font-weight: 300;
  line-height: 1.1em;
}

.text-block-45 {
  color: var(--navy-1);
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

.image-48 {
  border-radius: 6px;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.collection-item-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.amplitude-banner {
  background-color: var(--navy-2);
  justify-content: center;
  display: flex;
}

.navy-2-bg-copy {
  background-color: var(--navy-2);
  background-image: url('../images/braze-image.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: var(--navy-2);
  background-image: url('../images/amplitude-image.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 52px;
  display: flex;
}

.navy-2-bg-copy-copy {
  background-color: var(--navy-2);
  background-image: url('../images/braze-image.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 52px;
  display: flex;
}

.navibar-height-2 {
  height: 110px;
}

.mid-text-block-3 {
  color: var(--dark-grey-1);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Work Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6em;
}

.grid-40 {
  grid-column-gap: 52px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-41 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: auto;
}

.clients-grid-2 {
  grid-column-gap: 92px;
  grid-row-gap: 62px;
  grid-template-rows: minmax(auto, 74fr) auto auto auto auto auto auto auto auto;
  grid-template-columns: 200px 200px 200px 200px;
  align-self: center;
  place-items: center;
  width: auto;
  margin-top: 40px;
  margin-bottom: 60px;
}

.image-49, .image-50, .image-51, .image-52, .image-53, .image-54, .image-55, .image-56, .image-57, .image-58, .image-59, .image-60, .image-61, .image-62, .image-63, .image-64, .image-65, .image-66 {
  height: auto;
  max-height: 76px;
}

.white-bg-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 0 52px;
  display: flex;
}

.margin-block-1-copy {
  height: auto;
}

.light-gray-1-bg-5 {
  background-color: var(--light-gray-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 52px;
  display: flex;
}

.margin-block-2 {
  height: auto;
}

.lightbox-link {
  width: auto;
  height: auto;
}

.image-67 {
  height: 400px;
}

.link-footer-2_2-2 {
  color: #fff;
  margin-bottom: 10px;
  padding: 4px 20px;
  font-family: Work Sans, sans-serif;
  text-decoration: none;
}

.link-footer-2_2-2:hover {
  color: #5a6e96;
}

.link-footer-3_1 {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-right: -26px;
  padding: 10px 34px 10px 10px;
  font-family: Work Sans, sans-serif;
  text-decoration: none;
}

.link-footer-3_1:hover {
  color: #5a6e96;
}

.div-block-85 {
  margin-right: 0;
  display: flex;
}

.link-footer-3 {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-right: 0;
  padding: 10px;
  font-family: Work Sans, sans-serif;
  text-decoration: none;
}

.link-footer-3:hover {
  color: #5a6e96;
}

.div-block-86 {
  display: flex;
}

.grid-42 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: flex-start;
}

.image-68 {
  opacity: 0;
  align-self: center;
  width: 16px;
  height: 16px;
  margin-left: -2px;
  padding-left: 0;
}

.text-block-46 {
  color: #575d66;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Work Sans, sans-serif;
}

.amplitude-badge-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-bottom: 10px;
  display: flex;
}

.team-1-badge-text {
  color: var(--dim-blue-1);
  text-align: left;
  letter-spacing: .01em;
  justify-content: flex-start;
  align-self: auto;
  margin-top: 10px;
  padding-right: 0;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  display: flex;
}

.dropdown-7 {
  margin-left: 0;
}

.dropdown-toggle-7 {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-family: Work Sans, sans-serif;
  line-height: 20px;
  display: flex;
}

.dropdown-toggle-7.w--open {
  margin-left: 0;
}

.text-block-37-copy {
  color: #82868c;
  padding-right: 4px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
}

.image-13-copy {
  opacity: .7;
  filter: grayscale();
  color: #82868c;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-bottom: 0;
}

.dropdown-list-7 {
  opacity: .03;
}

.dropdown-list-7.w--open {
  opacity: 1;
  background-color: #e5e8eb;
  border-radius: 3px;
  width: 130px;
}

.dropdown-solution-link-2 {
  background-color: var(--light-gray-3);
  color: var(--dark-gray-3);
  padding-right: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.dropdown-solution-link-2:hover {
  background-color: var(--light-gray-2);
  color: var(--blue-2);
}

.dropdown-solution-link-2.w--current {
  color: #82868c;
}

.dropdown-solution-link-3 {
  background-color: var(--light-gray-3);
  color: var(--grey);
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
}

.dropdown-solution-link-3:hover {
  background-color: var(--light-gray-3);
  color: var(--light-grey-5);
}

.dropdown-solution-link-3.w--current {
  font-family: Noto Sans KR, sans-serif;
}

.div-block-36pt {
  width: 36px;
}

.grid-43 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 26px;
  grid-template-columns: 26px 120px;
}

.div-block-87 {
  border: 1.6px solid #d5d5df;
  border-radius: 10px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 3px 10px 4px;
}

.image-69 {
  width: 26px;
  height: 26px;
}

.text-block-47 {
  color: #a1a1b1;
  text-align: center;
  letter-spacing: -.01em;
  font-family: Noto Sans KR, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-badge-2_2 {
  color: var(--dim-blue-1);
  letter-spacing: -.01em;
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.badge-2-paragraph-2_2 {
  color: var(--dim-blue-2);
  margin-bottom: 0;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

.badge-2-grid-copy {
  grid-column-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 60px;
  display: none;
  overflow: visible;
}

.image-badge-1 {
  width: 90px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-88 {
  width: auto;
}

.text-block-47_2 {
  color: #a1a1b1;
  text-align: left;
  letter-spacing: -.01em;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.solution-div-block-1 {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-top: 80px;
  margin-bottom: 0;
  display: flex;
}

.text-block-47_3 {
  color: #a1a1b1;
  text-align: center;
  letter-spacing: -.01em;
  font-family: Noto Sans KR, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5em;
}

.grid-44 {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 18px 1fr;
}

.div-block-89 {
  width: 14px;
  height: 14px;
}

.image-70 {
  height: auto;
  padding-top: 1px;
  font-size: 14px;
}

.image-71 {
  height: auto;
  padding-top: 1px;
}

.grid-44-copy {
  grid-column-gap: 4px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 18px 1fr;
}

.div-block-90 {
  height: auto;
}

.solution-heading-2 {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-right: 10vw;
  font-family: Noto Sans KR, sans-serif;
  font-size: 31px;
  font-weight: 300;
  line-height: 1.6em;
}

.div-block-92 {
  display: none;
}

.grid-45 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: flex-start;
}

.div-block-93 {
  margin-top: 6vw;
}

.image-72 {
  height: auto;
}

.heading-1_1 {
  opacity: 1;
  color: var(--pale-blue-7-text);
  text-align: left;
  letter-spacing: -.02em;
  width: auto;
  max-width: 930px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 1.4em;
}

.paragraph-1_1 {
  opacity: 1;
  color: var(--pale-blue-7-text);
  letter-spacing: 0;
  width: 71%;
  max-width: 776px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6em;
}

.main-block-1 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  max-width: 1080px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.white-bg-main-1 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1640px;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 0;
  display: flex;
}

.button-2-copy {
  border: 1.5px solid var(--blue-1);
  background-color: var(--blue-1);
  opacity: 0;
  color: var(--white);
  letter-spacing: .04em;
  border-radius: 3px;
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 16px 68px 15px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-new {
  color: var(--white);
  letter-spacing: .8px;
  background-color: #0062ff;
  border: 1px solid #09439e;
  border-radius: 4px;
  padding-left: 46px;
  padding-right: 46px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-new:hover {
  color: var(--white);
  background-color: #09439e;
}

.mid-title-1 {
  color: var(--pale-blue-5);
  text-align: center;
  letter-spacing: .4px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
}

.light-gray-bg-1 {
  background-color: #f2f4f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 52px;
  display: flex;
}

.main-block-4 {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 1080px;
  margin: 40px 0 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.partners-grid-1 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.dark-navy-bg-1 {
  background-color: var(--pale-blue-8);
  color: var(--pale-blue-8);
  border: 0 #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 52px;
  display: flex;
}

.main-block-5 {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 1080px;
  margin: 80px 0 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.mid-title-2 {
  color: #a3aab2;
  text-align: left;
  letter-spacing: .4px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
}

.heading-2_1-white {
  color: var(--white);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.4em;
}

.grid-46 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template: "Area Area Area Area"
                 "Area-2 Area-2 Area-3 Area-3"
                 "Area-4 Area-4 Area-5 Area-5"
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
}

.solutions-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-47 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.solution-grid-1_1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 22px;
}

.grid-48 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  margin-bottom: 22px;
}

.grid-49 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 22px;
}

.div-block-94 {
  background-image: linear-gradient(148deg, #0062ff 36%, #0046d1);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  display: flex;
}

.div-block-95 {
  justify-content: flex-end;
  align-self: flex-end;
  width: 45%;
  min-width: 0;
  max-width: none;
  height: auto;
  display: flex;
}

.image-73 {
  border-radius: 8px;
  height: auto;
}

.div-block-96 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-97 {
  justify-content: flex-end;
  align-items: center;
  height: 45px;
  margin-right: 20px;
  padding-top: 8px;
  display: flex;
}

.text-block-48 {
  opacity: 0;
  color: var(--white);
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.div-block-98 {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  max-width: 440px;
  margin-left: 42px;
  display: flex;
}

.image-74 {
  width: 140px;
  height: auto;
  margin-bottom: 40px;
}

.text-block-49 {
  color: var(--white);
  margin-bottom: 60px;
  padding-right: 50px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.text-block-50 {
  color: var(--white);
  margin-bottom: 16px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}

.image-75 {
  width: 25px;
  height: auto;
  margin-top: 0;
  margin-left: 4px;
}

.div-block-99 {
  background-image: linear-gradient(174deg, #0f108a, #0345d3);
  border-radius: 8px;
  width: 100%;
  height: 280px;
}

.text-block-50-copy {
  color: var(--white);
  margin-bottom: 16px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
}

.div-block-98-copy {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  max-width: 440px;
  margin-left: 42px;
  margin-right: 40px;
  display: flex;
}

.div-block-100 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 10px;
  display: block;
}

.text-block-49-copy {
  color: var(--white);
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.div-block-99-copy {
  background-image: linear-gradient(105deg, #6c31d8 35%, #822f90);
  border-radius: 8px;
  width: 100%;
  height: 280px;
}

.image-74-copy {
  width: 170px;
  height: auto;
  margin-bottom: 12px;
}

.div-block-101 {
  background-image: linear-gradient(175deg, #d0e0f0 49%, #6ba5fe);
  border-radius: 8px;
  width: 100%;
  height: 280px;
}

.text-block-50-copy-copy {
  color: #053960;
  margin-bottom: 16px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
}

.text-block-49-copy-copy {
  color: #053960;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.text-block-48-copy {
  opacity: 0;
  color: #053960;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-48-copy-copy {
  opacity: 0;
  color: #7c4141;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-50-copy-copy-copy {
  color: #7c4141;
  margin-bottom: 16px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
}

.text-block-49-copy-copy-copy {
  color: #7c4141;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.div-block-101-copy {
  background-color: #ffd3c2;
  border-radius: 8px;
  width: 100%;
  height: 280px;
}

.div-block-102 {
  background-color: #3d4249;
  border-radius: 8px;
  width: 100%;
  height: 200px;
}

.main-block-6 {
  width: 100%;
  max-width: 1080px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-6 {
  color: var(--white);
  width: 79%;
  margin-bottom: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
}

.grid-50 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-51 {
  color: var(--white);
  letter-spacing: .5px;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.text-block-52 {
  color: #a3aab2;
  text-align: center;
  letter-spacing: .2px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 1.6em;
}

.div-block-103 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-76 {
  margin-bottom: 20px;
}

.grid-51 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto auto auto;
  margin-top: 60px;
  margin-bottom: 40px;
}

.div-block-104 {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.text-block-53 {
  color: var(--white);
  width: 30px;
  font-family: Mulish, sans-serif;
  font-size: 19px;
}

.text-block-54 {
  color: var(--white);
  font-family: Mulish, sans-serif;
  font-size: 19px;
}

.text-block-55 {
  color: #a3aab2;
  letter-spacing: .2px;
  padding-left: 30px;
  padding-right: 100px;
  font-size: 14px;
  line-height: 1.6em;
}

.div-block-105 {
  margin-bottom: 32px;
}

.main-block-7 {
  width: 100%;
  max-width: 1080px;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

.white-bg-main-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 0 52px;
  display: flex;
}

.main-block-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 80px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-2_1 {
  color: var(--pale-blue-7-text);
  text-align: center;
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.4em;
}

.paragraph-6-copy {
  color: var(--pale-blue-7-text);
  text-align: center;
  width: 70%;
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
}

.grid-52 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-106 {
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.heading-6 {
  color: #09439e;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

.image-77, .image-78 {
  height: 64px;
}

.text-block-56 {
  color: var(--pale-blue-7-text);
  text-align: center;
  max-width: 245px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.div-block-107 {
  justify-content: center;
  display: flex;
}

.main-block-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.grid-53 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  width: 100%;
  margin-bottom: 22px;
}

.div-block-108 {
  background-color: #f2f4f7;
  border: 1px solid #e4e8ed;
  border-radius: 4px;
  height: 220px;
  display: flex;
}

.div-block-109 {
  align-self: flex-end;
  width: 40%;
  max-width: 210px;
  padding-left: 0;
  padding-right: 0;
}

.image-79 {
  height: auto;
}

.div-block-110 {
  width: 60%;
  padding: 20px 20px 20px 10px;
}

.text-block-57 {
  color: var(--pale-blue-7-text);
  letter-spacing: 1px;
  align-self: center;
  margin-right: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  line-height: 1.8em;
}

.text-block-58 {
  color: var(--pale-blue-7-text);
  align-self: flex-end;
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2em;
}

.text-block-59 {
  color: var(--pale-blue-7-text);
  letter-spacing: .2px;
  margin-bottom: 8px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 13px;
  line-height: 1.7em;
}

.image-80 {
  width: 13px;
  height: 13px;
  margin-right: 4px;
}

.div-block-111 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-60 {
  color: #78838f;
  font-family: Mulish, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
}

.div-block-112 {
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.grid-54 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.div-block-108-copy {
  background-color: #f2f4f7;
  border: 1px solid #e4e8ed;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  height: auto;
  display: flex;
}

.div-block-110-copy {
  width: 100%;
  padding: 6px 6px 0;
}

.div-block-112-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-59-copy {
  color: var(--pale-blue-7-text);
  text-align: center;
  letter-spacing: .2px;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7em;
}

.text-block-60-copy {
  color: #78838f;
  font-family: Mulish, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
}

.image-81 {
  opacity: .6;
  width: 16px;
  height: 16px;
}

.div-block-113 {
  justify-content: flex-end;
  display: flex;
}

.text-block-57-copy {
  color: var(--pale-blue-7-text);
  text-align: center;
  letter-spacing: 1px;
  align-self: center;
  margin-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  line-height: 1.8em;
}

.text-block-58-copy {
  color: var(--pale-blue-7-text);
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2em;
}

.image-82 {
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: transform .2s;
}

.div-block-114 {
  background-image: url('../images/roi-white-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 200px;
}

.div-block-111-copy {
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.div-block-115 {
  background-image: url('../images/roi-white-2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 90%;
  display: block;
}

.div-block-116 {
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 230px;
  display: flex;
  overflow: hidden;
}

.div-block-117 {
  overflow: hidden;
}

.text-block-61 {
  opacity: 0;
  color: var(--pale-blue-7-text);
  border-radius: 0;
  height: 200px;
  margin-top: 4px;
  margin-bottom: -204px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  display: block;
  overflow: visible;
}

.div-block-116-copy {
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 198px;
  display: flex;
  overflow: hidden;
}

.cta-banner-new {
  background-color: var(--white);
  background-image: url('../images/ab180-landing-pattern-2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 110%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 4vw 0 5vw;
  display: flex;
}

.main-block-3 {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 1080px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer-wrap-copy {
  color: #0000;
  background-color: #0b1014;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding: 20px 52px;
  display: flex;
}

.grid-55 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 2fr 1fr;
}

.grid-56 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
}

.text-block-62 {
  color: var(--light-grey-4);
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-weight: 300;
  line-height: 1.6em;
}

.link-8 {
  color: #78838f;
  margin-left: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  text-decoration: none;
}

.link-8:hover {
  color: var(--blue-1);
}

.link-9 {
  color: var(--white);
  height: 30px;
  padding-left: 4px;
  font-family: Mulish, sans-serif;
  line-height: 1.6em;
  text-decoration: none;
}

.link-9:hover {
  color: var(--blue-1);
}

.text-block-63 {
  color: #78838f;
  font-family: Noto Sans KR, sans-serif;
  font-size: 13px;
  line-height: 1.8em;
}

.link-8-copy {
  color: #78838f;
  margin-bottom: 22px;
  margin-left: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  text-decoration: underline;
}

.link-8-copy:hover {
  color: #8341ec;
}

.link-8_3 {
  color: #78838f;
  margin-left: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 13px;
  line-height: 1.8em;
  text-decoration: none;
}

.link-8_3:hover {
  color: var(--blue-1);
}

.text-block-62-copy {
  color: var(--light-grey-4);
  margin-bottom: 14px;
  font-family: Mulish, sans-serif;
  font-weight: 300;
  line-height: 1.6em;
}

.text-block-64 {
  color: var(--light-grey-4);
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Mulish, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.grid-57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-118 {
  background-image: url('../images/CSM-배경-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-left: 52px;
  padding-right: 52px;
}

.navi-bar-new {
  border-radius: 0;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navi-bar-new-copy {
  border-radius: 0;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  height: 64px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.sub-1-block-new {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  max-width: 1080px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.section-2 {
  opacity: .9;
  background-color: #f2f4f7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  margin-top: 65px;
  display: flex;
  position: fixed;
}

.subnavi-line {
  background-color: #dfe1e6;
  align-items: stretch;
  width: 100%;
  height: 1px;
  display: flex;
}

.div-block-120 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 1080px;
  height: 51px;
  padding-left: 48px;
  padding-right: 40px;
  display: flex;
}

.link-10 {
  color: var(--pale-blue-6);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 10px 9px;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-121 {
  background-color: #0f2a53;
  width: 100%;
  height: 0;
  margin-top: -2px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.subnavi-menu {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 49px;
  margin-left: 18px;
  margin-right: 18px;
  display: flex;
}

.heading-3-copy {
  color: var(--pale-blue-7-text);
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3em;
}

.airbridge-bg-2 {
  background-color: var(--navy-2);
  background-image: url('../images/airbridge_monitor.png'), linear-gradient(156deg, #0062ff 17%, #0052d3);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 52px;
  display: flex;
}

.solution-block-2 {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 1080px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.solution-heading-2-copy {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 17vw;
  font-family: Noto Sans KR, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6em;
}

.solution-page-section-2-copy {
  background-color: #f5f6f9;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-122 {
  width: 100%;
  max-width: 1080px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-65 {
  color: var(--pale-blue-7-text);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.grid-58 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 1fr;
}

.image-83 {
  box-shadow: 4px 4px 20px 5px var(--grey-shadow);
  border: 0 #0000;
  border-radius: 8px;
  height: auto;
}

.heading-7 {
  color: var(--pale-blue-7-text);
  font-family: Noto Sans KR, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.text-block-66 {
  color: var(--pale-blue-7-text);
  font-family: Noto Sans KR, sans-serif;
  font-weight: 400;
  line-height: 1.8em;
}

.solution-function-block {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 80px;
}

.div-block-124 {
  margin-top: 60px;
  margin-bottom: 0;
  padding-left: 20px;
}

.grid-58-copy {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr;
}

.div-block-124-copy {
  margin-top: 60px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}

.heading-1_1-copy {
  opacity: 1;
  color: var(--pale-blue-7-text);
  text-align: left;
  letter-spacing: -.02em;
  width: auto;
  max-width: 930px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.4em;
}

.navigation-item-2-copy {
  opacity: 1;
  color: var(--dark-gray-3);
  letter-spacing: .2px;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: -12px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.navigation-item-2-copy:hover {
  opacity: .9;
  color: var(--blue-1);
}

.navigation-item-2-copy:active {
  opacity: .8;
  color: var(--blue-2);
}

.navigation-item-2-copy.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 400;
}

.navigation-item-2-copy.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-2-copy.w--current:active {
  opacity: .7;
  color: #32343a;
}

.landing-home-1 {
  background-color: var(--pale-blue-8);
  background-image: url('../images/airbloc_main_back.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 75vh;
  min-height: 820px;
  display: flex;
}

.dark-bg-1 {
  background-color: #0000;
  width: 100%;
  max-width: 1640px;
  height: 100%;
  padding-bottom: 0;
  padding-left: 78px;
  padding-right: 78px;
}

.navi-height-1 {
  height: 100px;
}

.div-block-125 {
  height: 15vh;
  min-height: 150px;
}

.heading-8 {
  color: var(--white);
  letter-spacing: -.3px;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Manrope, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.1em;
}

.paragraph-7 {
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  width: 100%;
  max-width: 920px;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-right: 30px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.button-7 {
  background-color: var(--pale-blue-7-text);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #0000;
  border-radius: 2px;
  width: 275px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.div-block-126 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.landing-home-client {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.white-bg-client {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-67 {
  color: var(--pale-blue-7-text);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5vw;
  padding-bottom: 24px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.div-block-127 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1640px;
  margin-bottom: 0;
  padding: 10px 78px;
  display: flex;
}

.grid-59 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--line-1);
  border-radius: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
}

.div-block-128 {
  border-radius: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1640px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.client-logo-block {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--line-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 9vw;
  min-height: 130px;
  max-height: 160px;
  margin: -.5px 0;
  display: flex;
}

.image-84 {
  display: block;
  position: relative;
}

.div-block-129 {
  background-color: var(--line-1);
  width: 1px;
  height: 30vw;
  min-height: 342px;
  max-height: 480px;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -1px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-127-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 11vw 78px 40px;
  display: flex;
}

.heading-9 {
  color: var(--pale-blue-7-text);
  text-align: left;
  letter-spacing: -.6px;
  align-self: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Mulish, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.3em;
}

.button-8 {
  border: 1px solid var(--pale-blue-7-text);
  background-color: var(--white);
  color: var(--pale-blue-7-text);
  letter-spacing: .2px;
  border-radius: 2px;
  justify-content: center;
  width: 275px;
  height: 60px;
  margin-top: 24px;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.no-logo-bar {
  background-color: #afb7bc;
  width: 20px;
  height: 1px;
}

.landing-home-solutions {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dark-bg-solutions {
  background-color: #0000;
  width: 100%;
  max-width: 1640px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 40px;
}

.div-block-130 {
  width: 100%;
  max-width: 1640px;
  margin-bottom: 5vw;
  padding-bottom: 20px;
  padding-left: 28px;
  padding-right: 28px;
}

.text-block-feature {
  color: var(--pale-blue-7-text);
  margin-top: 2vw;
  margin-bottom: 1vw;
  padding: 20px 50px 10px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6em;
}

.heading-9-copy {
  color: var(--white);
  text-align: left;
  width: 800px;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.3em;
}

.div-block-131 {
  margin-top: 40px;
  margin-bottom: 8vw;
  padding: 10px 20px;
  display: none;
}

.solution-airbridge {
  background-color: var(--blue-0);
  background-image: url('../images/airbridge_monitor.png'), linear-gradient(115deg, #0062ff, #004fed);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 35vw, auto;
  flex-direction: column;
  justify-content: space-between;
  height: 440px;
  margin-bottom: 20px;
  padding-left: 58px;
  padding-right: 58px;
  display: flex;
}

.solution-logo {
  height: 45px;
}

.div-block-133 {
  padding-top: 48px;
  text-decoration: none;
}

.solution-tilte-1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.solution-text_2 {
  color: var(--white);
  width: 100%;
  max-width: 560px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

.div-block-134 {
  align-items: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.see-detail {
  align-items: flex-end;
  width: 160px;
  display: flex;
}

.text-block-69 {
  color: var(--white);
  width: auto;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 4px;
  font-family: Noto Sans KR, sans-serif;
}

.image-86 {
  height: 24px;
  padding-bottom: 2px;
}

.grid-60 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.grid-61 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.grid-62 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}

.solution-amplitude {
  background-image: linear-gradient(#00215b 28%, #00338c);
  flex-direction: column;
  justify-content: space-between;
  height: 480px;
  padding-left: 58px;
  padding-right: 58px;
  display: flex;
}

.solution-smartly {
  background-image: linear-gradient(115deg, #574aff, #6538e0);
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  padding-left: 58px;
  padding-right: 58px;
  display: flex;
}

.solution-braze {
  background-image: linear-gradient(#64a3ff, #94b3ea);
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  padding-left: 58px;
  padding-right: 58px;
  display: flex;
}

.solution-facebook {
  background-color: #4974fc;
  flex-direction: column;
  justify-content: space-between;
  height: 480px;
  padding-left: 58px;
  padding-right: 58px;
  display: flex;
}

.solution-text_1 {
  color: var(--white);
  width: 100%;
  max-width: 700px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.grid-63 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.solution-apptimize {
  background-color: #293e54;
  flex-direction: column;
  justify-content: space-between;
  height: 330px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.solution-tilte-2 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

.div-block-133-copy {
  padding-top: 28px;
}

.solution-segment {
  background-color: #007093;
  flex-direction: column;
  justify-content: space-between;
  height: 330px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.solution-demo {
  align-items: flex-end;
  padding-bottom: 32px;
  display: flex;
}

.solution-snowflake {
  background-color: #293e54;
  background-image: linear-gradient(#39b5fd, #66d4ff);
  flex-direction: column;
  justify-content: space-between;
  height: 330px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.solution-tableau {
  background-color: #3f69a8;
  flex-direction: column;
  justify-content: space-between;
  height: 330px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.div-block-130-copy {
  width: auto;
  max-width: none;
  padding-top: 40px;
  padding-left: 78px;
  padding-right: 78px;
}

.paragraph-8 {
  color: var(--white);
  width: 100%;
  max-width: 1090px;
  margin-bottom: 60px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 26px;
  line-height: 1.7em;
}

._4step-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 8vw;
}

.surport-4-step {
  flex-direction: column;
  display: flex;
}

.surport-number-1 {
  color: var(--white);
  height: 2vw;
  min-height: 0;
  max-height: none;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Mulish, sans-serif;
  font-weight: 300;
  line-height: 1.8em;
}

.div-block-136 {
  border: 1px solid var(--line-1);
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 12vw;
  min-height: 196px;
  max-height: 220px;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

._4step-title {
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.6em;
}

.text-block-72 {
  opacity: 1;
  color: var(--white);
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: none;
}

.div-block-137 {
  height: 60px;
}

.grid-65 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  margin-top: 10px;
  margin-bottom: 8vw;
}

.text-block-73 {
  color: var(--white);
  align-items: center;
  height: 100%;
  max-height: none;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.surport-8-step {
  border: 1px solid #8a9299;
  border-radius: 2px;
  height: 6vw;
  min-height: 86px;
  max-height: 120px;
  padding: 0 10px;
  display: flex;
}

.div-block-138 {
  height: 2vw;
}

.landing-home-team {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-block-1 {
  width: 100%;
  max-width: 1640px;
  margin-top: 60px;
  padding-left: 78px;
  padding-right: 78px;
}

.heading-10 {
  width: 800px;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.grid-66 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 8vw;
}

.forbes-mark {
  background-color: #0c1a2b;
  background-image: url('../images/forbes_BG.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5vw 40px 1.5vw;
  display: flex;
}

.paragraph-9 {
  color: var(--white);
  text-align: center;
  padding-top: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
}

.mark-image {
  height: 7.5vw;
  max-height: 126px;
}

.amplitude-mark {
  background-color: #0c1a2b;
  background-image: linear-gradient(#002e7f, #0032a3);
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5vw 40px 1.5vw;
  display: flex;
}

.facebook-mark {
  background-color: #006def;
  background-image: url('../images/facebook_BG.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5vw 40px 1.5vw;
  display: flex;
}

.team-block-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.div-block-139 {
  height: 8vw;
}

.ab180-team-1 {
  background-color: var(--team-gray-2);
  width: 100%;
  margin-top: 80px;
  margin-bottom: 60px;
  padding-left: 78px;
  padding-right: 78px;
}

.grid-67 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-141 {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.text-block-74 {
  color: var(--pale-blue-7-text);
  text-align: center;
  letter-spacing: 1.6px;
  margin-bottom: 2px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

.text-block-75 {
  color: var(--pale-blue-7-text);
  text-align: center;
  margin-bottom: 14px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  line-height: 1.4em;
}

.text-block-76 {
  color: var(--pale-blue-7-text);
  margin-bottom: 16px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  line-height: 1.7em;
}

.text-block-77 {
  color: var(--line-1);
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2em;
}

.image-87 {
  height: 17px;
  margin-right: 6px;
}

.div-block-142 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 500px;
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div-block-143 {
  width: auto;
  max-width: 440px;
  height: 180px;
  margin-bottom: 0;
  padding-top: 2vw;
  padding-left: 15px;
  padding-right: 15px;
}

.image-88 {
  height: 14vw;
  max-height: 210px;
}

.div-block-144 {
  background-color: var(--team-gray-2);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
}

.grid-68 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.marketing-team {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-89 {
  height: 12vw;
  max-height: 170px;
}

.marketing-team-career {
  background-color: var(--white);
  width: 100%;
  height: 110px;
  margin-top: 0;
}

.grid-69 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 26px 1fr 26px;
}

.div-block-147 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-bottom: 12px;
  display: flex;
}

.div-block-148 {
  width: auto;
}

.text-block-78 {
  color: var(--pale-blue-7-text);
  text-align: center;
  margin-bottom: 4px;
  font-family: Noto Sans KR, sans-serif;
  line-height: 1.4em;
}

.text-block-79 {
  color: var(--pale-blue-7-text);
}

.text-block-80 {
  color: var(--pale-blue-7-text);
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

.div-block-149 {
  margin-top: 10px;
  margin-bottom: 6px;
}

.image-90 {
  height: 17px;
  margin-top: 6px;
}

.marketing-team-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 240px;
  max-height: none;
  margin-top: 40px;
  display: flex;
}

.text-block-81 {
  color: #6d809b;
  text-align: center;
  height: 76px;
  padding-top: 20px;
  padding-bottom: 12px;
  font-family: Noto Sans KR, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.text-block-82 {
  color: var(--white);
  padding: 10px 2.5vw;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  display: block;
}

.footer-new {
  background-color: #0b1014;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.demo-button-7 {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff3;
  border-radius: 2px;
  width: 275px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 16px;
  font-family: Manrope, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.div-block-150 {
  color: #040e19;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1640px;
  margin-top: 2vw;
  padding: 60px 78px 40px;
  display: flex;
}

.grid-70 {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-columns: 4fr 2fr;
  margin-top: 3vw;
  margin-bottom: 1vw;
}

.grid-71 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.2fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 40px;
  padding-right: 0;
}

.text-block-83 {
  color: var(--line-1);
  margin-bottom: 16px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.link-11 {
  color: var(--light-grey-4);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 28px;
  margin-bottom: 20px;
  margin-left: -6px;
  padding-left: 6px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.link-11:hover {
  color: var(--white);
}

.link-12 {
  color: var(--light-grey-4);
  margin-bottom: 2px;
  margin-left: -6px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 6px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: none;
}

.link-12:hover {
  color: var(--white);
}

.text-block-84 {
  color: var(--line-1);
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.link-13 {
  color: var(--white);
  margin-left: -6px;
  padding-left: 6px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.6em;
}

.link-13:hover {
  color: var(--blue-1);
}

.div-block-151 {
  margin-bottom: 40px;
}

.text-block-84-copy {
  color: #989fa5;
  flex-direction: column;
  justify-content: center;
  height: 34px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  display: flex;
}

.grid-72 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  height: 34px;
  padding-right: 60px;
}

.navigation-old {
  background-color: var(--white);
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation-block {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 110px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.new-navigation-white {
  z-index: 100;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-91 {
  filter: invert(0%);
  width: 106px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -3px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.image-91:hover {
  opacity: .85;
}

.navigation-menu-block {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-menu {
  justify-content: space-between;
  align-items: center;
  margin-right: 40px;
  padding: 0;
  display: flex;
}

.navi-menu-negative {
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 59px;
  padding: 0 10px;
  font-family: Mulish, sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.navi-menu-negative:hover {
  filter: none;
  color: var(--blue-1);
}

.navi-solution-negative {
  color: var(--white);
  height: 60px;
  margin-right: -10px;
  padding-left: 16px;
  font-family: Mulish, sans-serif;
  font-size: 17px;
  line-height: 1.4em;
}

.navi-solution-negative:hover {
  filter: none;
  color: var(--blue-1);
}

.icon {
  margin-top: 24px;
  margin-bottom: 19px;
}

.text-block-85 {
  padding-right: 4px;
}

.solution-dropdown-negative {
  z-index: auto;
  width: 100%;
}

.solution-dropdown-negative.w--open {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 78px;
  padding-right: 78px;
  display: flex;
  position: fixed;
  inset: 120px 0% auto;
}

.solution-menu-underbar {
  background-color: var(--blue-2);
  opacity: 0;
  color: var(--blue-2);
  width: 100%;
  height: 2px;
}

.solution-menu-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 53px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.solution-menu-negative {
  color: var(--white);
  height: 50px;
  padding: 14px 10px 10px;
}

.solution-menu-negative:hover {
  filter: none;
  color: var(--blue-1);
}

.image-92 {
  opacity: 0;
  height: 14px;
  margin-top: 1px;
  margin-left: -4px;
  margin-right: -10px;
  padding-top: 0;
}

.link-blog {
  filter: grayscale() invert();
  color: var(--pale-blue-7-text);
  justify-content: center;
  align-items: center;
  height: 59px;
  padding: 0 10px;
  font-family: Mulish, sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.link-blog:hover {
  filter: none;
  color: var(--blue-1);
}

.dropdown-toggle-9 {
  color: #78838f;
  height: 60px;
  margin-right: -10px;
  padding-left: 16px;
  font-family: Mulish, sans-serif;
  font-size: 17px;
  line-height: 1.4em;
}

.dropdown-toggle-9:hover {
  color: var(--blue-1);
}

.icon-2 {
  margin-top: 24px;
}

.text-block-86 {
  padding-right: 4px;
}

.dropdown-link-8 {
  color: var(--pale-blue-7-text);
  font-family: Mulish, sans-serif;
}

.dropdown-link-8:hover {
  background-color: var(--white);
  color: var(--blue-1);
}

.text-block-87 {
  color: #78838f;
  padding: 10px 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.dropdown-list-9 {
  background-color: var(--white);
}

.dropdown-list-9.w--open {
  background-color: #ffffffe6;
}

.navi-solution-positive {
  color: var(--pale-blue-7-text);
  height: 60px;
  margin-right: -10px;
  padding-left: 16px;
  font-family: Mulish, sans-serif;
  font-size: 17px;
  line-height: 1.4em;
}

.navi-solution-positive:hover {
  filter: none;
  color: var(--blue-1);
}

.navi-menu-positive {
  color: var(--pale-blue-7-text);
  justify-content: center;
  align-items: center;
  height: 59px;
  padding: 0 10px;
  font-family: Mulish, sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.navi-menu-positive:hover {
  filter: none;
  color: var(--blue-1);
}

.solution-menu-positive {
  color: var(--pale-blue-7-text);
  height: 50px;
  padding: 14px 10px 10px;
}

.solution-menu-positive:hover {
  filter: none;
  color: var(--blue-1);
}

.solution-menu-negative-copy {
  color: var(--white);
  height: 50px;
  padding: 14px 10px 10px;
}

.solution-menu-negative-copy:hover {
  filter: none;
  color: var(--blue-1);
}

.positive-menu-block {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.dropdown-8 {
  display: block;
}

.navigation-menu-block-positive {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.navigation-menu-positive {
  justify-content: space-between;
  align-items: center;
  margin-right: 40px;
  padding: 0;
  display: flex;
}

.navi-solution-negative-copy {
  color: var(--white);
  height: 60px;
  margin-right: -10px;
  padding-left: 16px;
  font-family: Mulish, sans-serif;
  font-size: 17px;
  line-height: 1.4em;
}

.navi-solution-negative-copy:hover {
  filter: none;
  color: var(--blue-1);
}

.solution-dropdown-positive {
  z-index: auto;
  width: 100%;
}

.solution-dropdown-positive.w--open {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 78px;
  padding-right: 78px;
  display: flex;
  position: fixed;
  inset: 60px 0% auto;
}

.div-block-152 {
  height: auto;
}

.navigation-menu-new {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 32px;
  margin-right: 0;
  display: flex;
}

.solutions-drop-down {
  color: #0000;
  align-items: center;
  height: auto;
  display: block;
}

.dropdown-toggle-10 {
  opacity: .7;
  color: var(--pale-blue-7-text);
  align-items: center;
  height: 60px;
  padding-right: 36px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  display: flex;
}

.dropdown-toggle-10.w--open {
  opacity: .7;
}

.icon-3 {
  margin-top: 22px;
  margin-right: 16px;
}

.text-block-88 {
  margin-right: 4px;
  font-weight: 500;
}

.navigation-menu-block-new {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.mobile-menu-block {
  width: 60px;
  height: 60px;
  display: none;
}

.link-14 {
  opacity: .7;
  color: var(--pale-blue-7-text);
  letter-spacing: .2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-right: -4px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.solutions-list {
  inset: auto;
}

.solutions-list.w--open {
  clear: none;
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 52px;
  margin-top: 110px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.solution-list-open-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
}

.solution-menu-link {
  color: var(--pale-blue-7-text);
  align-items: center;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 2px 6px 0;
  font-family: Mulish, sans-serif;
  font-size: 17px;
  display: flex;
}

.solution-menu-link:hover, .solution-menu-link.w--current {
  color: var(--pale-blue-7-text);
}

.under-bar {
  background-color: var(--pale-blue-7-text);
  opacity: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.solution-under-bar-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 52px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.navi-line-new {
  background-color: var(--light-grey-5);
  opacity: 0;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
}

.team-hide {
  background-color: var(--pale-blue-8);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 390px;
  margin-top: -390px;
  display: none;
}

.text-block-81-copy {
  color: var(--white);
  text-align: center;
  height: 76px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.solution-airbridge-2 {
  background-color: #4164fa;
  background-image: url('../images/airbridge_monitor.png'), linear-gradient(115deg, #0062ff, #004fed);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 40vw, auto;
  flex-direction: column;
  justify-content: space-between;
  height: 440px;
  margin-bottom: 20px;
  padding-left: 58px;
  padding-right: 58px;
  display: flex;
}

.solution-text_1-2 {
  color: #fff;
  width: auto;
  max-width: 640px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
}

.solution-tilte-3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3em;
}

.text-block-89 {
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.6em;
}

.solution-tilte-4 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.3em;
}

.text-block-90 {
  color: #fff;
  padding-bottom: 1px;
  padding-left: 0;
  padding-right: 4px;
  font-family: Noto Sans KR, sans-serif;
}

.landing-home-solutions-2 {
  background-color: #0c1a2b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-9-copy-2 {
  color: #fff;
  text-align: left;
  width: 810px;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.3em;
}

.text-block-91 {
  opacity: 0;
  color: #fff;
  height: 84px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  display: none;
}

.dark-bg-solutions-2 {
  background-color: #0c1a2b;
  max-width: 1540px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 40px;
}

.text-block-92 {
  color: #fff;
  align-items: center;
  height: 2vw;
  max-height: none;
  margin-bottom: 0;
  padding-left: 36px;
  padding-right: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.solution-text_2-2 {
  color: #fff;
  width: auto;
  max-width: 580px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
}

.paragraph-10 {
  color: #fff;
  width: 943px;
  margin-bottom: 60px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 28px;
  line-height: 1.7em;
}

.div-block-154 {
  border: 1px solid #8a9299;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 18vw;
  min-height: 200px;
  max-height: 280px;
  margin-top: 10px;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.surport-number-2 {
  color: #fff;
  height: 30px;
  min-height: 0;
  max-height: none;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Mulish, sans-serif;
  font-weight: 300;
  line-height: 1.8em;
}

.text-block-67-copy-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5vw;
  padding-bottom: 24px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.cta-banner-new-2 {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 4vw 0 5vw;
  display: flex;
}

.text-block-93 {
  color: #11233d;
  border: 1px solid #0000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.6em;
}

.button-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #11233d;
  border-radius: 2px;
  width: 275px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.link-15 {
  color: #fff;
  margin-bottom: 2px;
  margin-left: -6px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 6px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: none;
}

.link-16 {
  color: #fff;
  margin-left: -6px;
  padding-left: 6px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.6em;
}

.link-17 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 28px;
  margin-bottom: 20px;
  margin-left: -6px;
  padding-left: 6px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.airbridge-block-2 {
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dark-bg-solutions-2-copy {
  background-color: #0c1a2b;
  width: 100%;
  max-width: 1640px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 78px;
}

.airbridge-page-2 {
  background-color: #0c1a2b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.airbridge-page-1 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
  min-height: 680px;
  max-height: 720px;
  display: flex;
}

.client-logo-block-right {
  border: 1px solid var(--line-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 9vw;
  min-height: 130px;
  max-height: 160px;
  margin: -.5px 0;
  display: flex;
}

.grid-59-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--line-1);
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
}

.client-block-line {
  background-color: var(--line-1);
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  display: none;
}

._4step-title-hover {
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6em;
}

.div-block-155 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 0;
  max-width: 240px;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  display: flex;
}

.client-logo-block-2 {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--line-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 9vw;
  min-height: 130px;
  max-height: 160px;
  margin: -.5px 0;
  display: flex;
}

.dropdown-toggle-11 {
  color: var(--line-1);
  align-items: center;
  height: 60px;
  padding-right: 36px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  display: flex;
}

.text-block-94 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-156 {
  color: var(--line-1);
  height: 55px;
  padding: 14px 20px 13px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.dropdown-link-9 {
  color: var(--pale-blue-7-text);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  display: block;
}

.dropdown-link-9:hover {
  background-color: var(--white);
  color: var(--black);
}

.dropdown-list-10 {
  background-color: var(--light-gray-2);
}

.dropdown-list-10.w--open {
  border: 1px solid var(--light-grey-5);
  background-color: var(--team-bg);
}

.div-block-157 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1640px;
  padding-left: 78px;
  padding-right: 78px;
  display: flex;
}

.text-block-95 {
  margin-right: 4px;
}

.icon-4 {
  margin-top: 22px;
  margin-right: 16px;
}

.client-logo-block-right-copy {
  border: 1px solid var(--line-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 9vw;
  min-height: 130px;
  max-height: 160px;
  margin: -.5px 0;
  display: flex;
}

.client-logo-block-copy {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--line-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 9vw;
  min-height: 130px;
  max-height: 160px;
  margin: -.5px 0;
  display: flex;
}

.image-94 {
  height: auto;
}

.dropdown-10 {
  margin-left: -26px;
}

.image-95 {
  opacity: 0;
  height: 14px;
  margin-top: 2px;
  margin-left: 0;
}

.navigation-menu-white {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.solutions-block-new {
  background-color: var(--blue-0);
  background-image: url('../images/airbridge_monitor.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 35vw;
  background-attachment: scroll;
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  height: 440px;
  margin-bottom: 20px;
  padding-left: 58px;
  padding-right: 58px;
  text-decoration: none;
  display: flex;
}

.solutions-block-new-2 {
  background-color: var(--blue-0);
  background-image: url('../images/amplitude-image.png'), linear-gradient(#00215b 26%, #00338c);
  background-position: 100% 105%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 72%, auto;
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  height: 480px;
  margin-bottom: 0;
  padding-left: 58px;
  padding-right: 58px;
  text-decoration: none;
  display: flex;
}

.solutions-block-new-3 {
  background-color: var(--blue-0);
  background-image: linear-gradient(115deg, #574aff 26%, #6538e0);
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  margin-bottom: 0;
  padding-left: 58px;
  padding-right: 58px;
  text-decoration: none;
  display: flex;
}

.solution-text_1-copy {
  color: var(--white);
  width: auto;
  max-width: 560px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
}

.solutions-block-new-4 {
  background-color: var(--blue-0);
  background-image: url('../images/braze-image.png'), linear-gradient(#64a3ff 26%, #94b3ea);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 100%, auto;
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  margin-bottom: 0;
  padding-left: 58px;
  padding-right: 58px;
  text-decoration: none;
  display: flex;
}

.solutions-block-new-5 {
  background-color: #4974fc;
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  height: 480px;
  margin-bottom: 0;
  padding-left: 58px;
  padding-right: 58px;
  text-decoration: none;
  display: flex;
}

.solutions-block-new-6 {
  background-color: #293e54;
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  height: 330px;
  padding-left: 36px;
  padding-right: 36px;
  text-decoration: none;
  display: flex;
}

.solution-logo-copy {
  height: 42px;
}

.solutions-block-new-7 {
  background-color: #007093;
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  height: 330px;
  padding-left: 36px;
  padding-right: 36px;
  text-decoration: none;
  display: flex;
}

.solutions-block-new-8 {
  background-color: #293e54;
  background-image: linear-gradient(#39b5fd 15%, #4ebacf 90%);
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  height: 330px;
  padding-left: 36px;
  padding-right: 36px;
  text-decoration: none;
  display: flex;
}

.solutions-block-new-9 {
  background-color: #3f69a8;
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  height: 330px;
  padding-left: 36px;
  padding-right: 36px;
  text-decoration: none;
  display: flex;
}

.solution-bg-1 {
  background-color: #0000;
  width: 100%;
  max-width: 1640px;
  height: 100%;
  padding-left: 78px;
  padding-right: 78px;
}

.div-block-126-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button-solution-1 {
  border: 1px solid var(--pale-blue-8);
  background-color: var(--white);
  color: var(--pale-blue-7-text);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 2px;
  width: 275px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.image-96 {
  height: 60px;
}

.text-block-67-kr {
  color: #fff;
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4.5vw;
  padding-bottom: 24px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.heading-9_2 {
  color: #fff;
  text-align: left;
  width: 90%;
  max-width: 975px;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
}

.grid-64-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 4vw;
}

.surport-number-2-copy {
  color: #fff;
  height: 32px;
  min-height: 0;
  max-height: none;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Mulish, sans-serif;
  font-weight: 300;
  line-height: 1.8em;
}

.text-block-97 {
  color: #8a9299;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.text-block-98 {
  color: #4d5964;
  letter-spacing: .2px;
  height: 30px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
}

.link-18 {
  color: #ced3d8;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -6px;
  padding: 4px 6px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.link-18:hover {
  color: #fff;
}

.link-19 {
  color: #fff;
  margin-left: -6px;
  padding-left: 6px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.6em;
}

.link-19:hover {
  color: #325adc;
}

.link-20 {
  color: #ced3d8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 28px;
  margin: 32px 6px 0 -6px;
  padding-left: 6px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.link-20:hover {
  color: #fff;
}

.button-demo-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #11233d;
  border-radius: 2px;
  width: 290px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.section-3 {
  background-color: var(--light-gray-1);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.solution-bg-2 {
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  max-width: 1640px;
  height: 100%;
  margin-top: 5vw;
  margin-bottom: 6vw;
  padding-left: 78px;
  padding-right: 78px;
  display: flex;
}

.text-block-kr-2 {
  color: var(--pale-blue-7-text);
  text-align: center;
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5vw;
  padding-bottom: 24px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.grid-73 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.div-block-161 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-right: 60px;
  display: flex;
}

.heading-11 {
  color: var(--pale-blue-7-text);
  margin-bottom: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.4em;
}

.text-block-99 {
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
  line-height: 1.8em;
}

.image-97 {
  border: 1px solid var(--light-gray-3);
  border-radius: 2px;
  width: 100%;
  max-width: 1100px;
  height: auto;
  box-shadow: 3px 3px 8px 4px #0c1a2b08;
}

.grid-74 {
  width: 10%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.solutions-line-new {
  background-color: var(--light-grey-4);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.solution-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.solution-instruction {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.cta-banner-new-3 {
  background-color: var(--pale-blue-8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4vw 78px 5vw;
  display: none;
}

.text-block-100 {
  color: var(--white);
  text-align: center;
  border: 1px solid #0000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Mulish, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.6em;
}

.button-10 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #11233d;
  border: 1px solid #0000;
  border-radius: 2px;
  width: 275px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.navi-line-new-copy {
  background-color: var(--light-grey-5);
  opacity: 1;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
}

.dark-bg-solutions-2_3 {
  background-color: #0000;
  width: 100%;
  max-width: 1640px;
  margin-top: 0;
  margin-bottom: 4vw;
  padding: 40px 78px;
}

.team-block-1_2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-8_3 {
  color: var(--pale-blue-7-text);
  text-align: left;
  letter-spacing: -.4px;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3em;
}

.bold-text {
  text-align: left;
}

.text-block-101 {
  color: var(--pale-blue-7-text);
  width: 780px;
  margin-bottom: 32px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 20px;
  line-height: 1.7em;
}

.team-bg-1 {
  background-color: #0000;
  width: 100%;
  max-width: 1640px;
  height: 100%;
  padding-left: 78px;
  padding-right: 78px;
}

.team-page-1 {
  background-color: var(--white);
  background-image: url('../images/ab180-landing-pattern-2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 110%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
  min-height: 680px;
  max-height: 760px;
  display: flex;
}

.team-block-1-copy {
  width: 100%;
  max-width: 1640px;
  margin-top: 7vw;
  padding-left: 78px;
  padding-right: 78px;
}

.team-block-2-copy {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.ab180-team-all {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.grid-68-copy {
  grid-column-gap: 0px;
  grid-row-gap: 110px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.team-all-block {
  background-color: var(--team-gray-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8vw;
  display: flex;
}

.all-team-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 240px;
  max-height: none;
  margin-top: 40px;
  display: flex;
}

.collection-item-3 {
  padding-left: 0;
  padding-right: 0;
}

.image-98 {
  height: 12vw;
  max-height: 170px;
}

.text-block-102 {
  color: var(--pale-blue-7-text);
  text-align: center;
  margin-bottom: 6px;
  font-family: Noto Sans KR, sans-serif;
  line-height: 1.4em;
}

.text-block-103 {
  color: var(--pale-blue-7-text);
  text-align: center;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

.ab180-team-1-copy {
  background-color: var(--team-gray-2);
  width: 100%;
  margin-top: 80px;
  margin-bottom: 6vw;
  padding-left: 78px;
  padding-right: 78px;
}

.landing-client {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.client-block {
  width: 100%;
  max-width: 1400px;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.client-logo-block-new {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
  margin-bottom: 2vw;
  display: flex;
}

.collection-item-4 {
  padding-left: 0;
  padding-right: 0;
}

.collection-list-2 {
  margin-left: 60px;
  margin-right: 60px;
}

.div-block-162 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  margin-bottom: 4vw;
  display: flex;
}

.text-block-104 {
  color: var(--pale-blue-7-text);
  font-family: Mulish, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4em;
}

.grid-66-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 4vw;
}

.button-solution-1-copy {
  border: 1px solid var(--pale-blue-8);
  background-color: var(--white);
  color: var(--pale-blue-7-text);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 2px;
  width: 275px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: block;
}

.text-block-105 {
  color: var(--pale-blue-7-text);
  text-align: center;
  margin-bottom: 14px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 22px;
  line-height: 1.7em;
}

.grid-fts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 4vw;
}

.div-block-154-copy {
  border: 1px solid #8a9299;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20vw;
  min-height: 200px;
  max-height: 280px;
  margin-top: 10px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.text-block-89-copy {
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  margin-top: 8px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}

.grid-75 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.grid-65-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 4vw;
}

.div-block-163 {
  padding-top: 10px;
  padding-left: 60px;
}

.text-block-106 {
  color: var(--white);
  width: 100%;
  max-width: 620px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6em;
}

.heading-10-copy {
  color: var(--pale-blue-7-text);
  width: 100%;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.team-block-facebook {
  width: 100%;
  max-width: 1640px;
  margin-top: 60px;
  padding-left: 78px;
  padding-right: 78px;
}

.team-block-2-facebook {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.ab180-team-facebook {
  background-color: var(--team-bg);
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 78px;
  padding-right: 78px;
}

.div-block-143-copy {
  width: auto;
  max-width: 440px;
  height: 100px;
  margin-bottom: 1vw;
  padding-top: 2vw;
  padding-left: 15px;
  padding-right: 15px;
}

.solution-bg-1_2 {
  background-color: #0000;
  width: 100%;
  max-width: 1640px;
  height: 100%;
  padding-left: 78px;
  padding-right: 78px;
}

.facebook-page-1 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  min-height: 620px;
  max-height: 740px;
  display: flex;
}

.div-block-141-copy {
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.image-84-copy {
  height: 90px;
  display: block;
  position: relative;
}

.heading-9_3 {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 1012px;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
}

.fcd-team-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navi-solution-menu-line {
  background-color: var(--light-grey-5);
  opacity: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  margin-bottom: 0;
}

.solution-plus-block {
  -webkit-text-fill-color: inherit;
  background-color: #28303d;
  background-image: url('../images/amplitude_plus.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-clip: border-box;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 0;
  margin-bottom: 5vw;
  padding: 40px;
  display: none;
}

.text-block-107 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  padding-bottom: 6px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6em;
}

.text-block-108 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6em;
}

.button-11 {
  border: 1px solid var(--white);
  background-color: #28303d;
  border-radius: 2px;
  height: auto;
  padding: 12px 40px;
  font-family: Noto Sans KR, sans-serif;
}

.solution-plus-block-2 {
  background-color: var(--team-gray-2);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/g2-schema-dark-badge.png');
  background-position: 90% 0;
  background-repeat: no-repeat;
  background-size: 40%;
  background-clip: border-box;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 5vw;
  padding: 0;
  display: none;
}

.button-11-copy {
  border: 1px solid var(--pale-blue-7-text);
  color: var(--pale-blue-7-text);
  text-align: center;
  background-color: #0000;
  border-radius: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 275px;
  height: 60px;
  padding: 12px 40px;
  font-family: Noto Sans KR, sans-serif;
  font-weight: 500;
  display: flex;
}

.text-block-107-copy {
  color: var(--pale-blue-7-text);
  text-align: left;
  width: auto;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 26px;
  padding-bottom: 0;
  padding-right: 6vw;
  font-family: Noto Sans KR, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4em;
}

.grid-76 {
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
}

.image-100 {
  height: 500px;
}

.div-block-164 {
  justify-content: center;
  display: flex;
}

.div-block-165 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1640px;
  height: 22vw;
  min-height: 320px;
  max-height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 78px;
  display: flex;
}

.div-block-166 {
  width: 50%;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.image-101 {
  z-index: auto;
  height: auto;
  display: block;
  position: sticky;
  inset: 0% 0% 0% auto;
}

.image-102 {
  object-fit: cover;
  object-position: 50% 0%;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-167 {
  object-fit: fill;
  justify-content: flex-end;
  width: 45%;
  height: 22vw;
  min-height: 320px;
  max-height: 400px;
  padding-top: 0;
  display: flex;
}

.solution-plus-block-2-copy {
  background-color: var(--team-gray-2);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Forrester-Wave-2020_1000.jpg');
  background-position: 90% 0;
  background-repeat: no-repeat;
  background-size: 40%;
  background-clip: border-box;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 5vw;
  padding: 0;
  display: none;
}

.div-block-168 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.link-block-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 146px;
  padding-left: 60px;
  padding-right: 60px;
  text-decoration: none;
  display: flex;
}

.div-block-169 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 660px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.text-block-109 {
  color: #636a75;
  width: 340px;
  margin-right: 28px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4em;
  text-decoration: none;
}

.solution-plus {
  background-color: var(--team-gray-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-menu-new-academy {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 32px;
  margin-right: 0;
  display: flex;
}

.solution-blod-section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.solution-blog-block {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1640px;
  padding-top: 40px;
  padding-left: 78px;
  padding-right: 78px;
  display: flex;
}

.grid-77 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: space-between;
  margin-top: 0;
  margin-bottom: 2vw;
  padding-top: 10px;
  padding-bottom: 20px;
}

.image-103 {
  object-fit: fill;
  height: auto;
  transition: transform .23s ease-in-out;
}

.image-103:hover {
  position: static;
  transform: scale(1.05);
}

.link-21 {
  color: var(--pale-blue-7-text);
  height: 90px;
  padding: 4px 10px 4px 1px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
}

.link-21:hover {
  color: #525e70;
}

.text-block-110 {
  color: var(--line-1);
  letter-spacing: .2px;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.link-22 {
  color: var(--line-1);
  letter-spacing: .2px;
  width: 100px;
  margin-top: 14px;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 1px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.link-22:hover {
  color: var(--pale-blue-4);
}

.link-block-3 {
  float: none;
  clear: none;
  background-color: var(--white);
  object-fit: fill;
  border-radius: 2px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  transition-property: none;
  display: block;
  overflow: hidden;
}

.link-block-3:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.text-block-67-kr-copy {
  color: var(--pale-blue-7-text);
  letter-spacing: .1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4.5vw;
  padding-bottom: 24px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.zoom {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  margin-bottom: 10px;
  display: block;
}

.image-104 {
  opacity: 1;
  height: auto;
  transition: transform .24s ease-in-out;
  position: static;
}

.image-104:hover {
  transform: scale(1.05);
}

.image-105 {
  width: auto;
  height: 146px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-172 {
  flex: 0 auto;
  align-self: center;
  height: 100%;
  overflow: visible;
}

.solution-plus-copy {
  background-color: #c0d9ec;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-109-copy, .text-block-109-copy2 {
  color: #2a5e92;
  width: 320px;
  margin-right: 28px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4em;
  text-decoration: none;
}

.button-10-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #11233d;
  border: 1px solid #0000;
  border-radius: 2px;
  width: auto;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 32px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.mobile-menu {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 54px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.mobile-menu-block-copy {
  flex-direction: row;
  width: 26px;
  height: 26px;
  display: flex;
}

.mobile-menu-logo {
  filter: invert();
  height: 36px;
  margin-bottom: 0;
  margin-left: -3px;
}

.mobile-menu-logo:hover {
  opacity: .85;
}

.image-94-copy {
  height: auto;
}

.heading-8-copy {
  color: var(--white);
  text-align: left;
  letter-spacing: -.4px;
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.3em;
  display: none;
}

.div-block-174 {
  justify-content: space-between;
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.div-block-177 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.mobile-only {
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 54px;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.link-block-4 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-106 {
  filter: invert();
  height: 40px;
}

.dropdown-11 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-left: 0;
  margin-right: -18px;
  display: flex;
}

.image-107 {
  height: 26px;
}

.dropdown-toggle-14 {
  padding: 0;
  display: flex;
}

.dropdown-list-11 {
  width: 100%;
}

.dropdown-list-11.w--open {
  background-color: var(--white);
  margin-top: 54px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-179 {
  background-color: var(--light-grey-4);
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-111 {
  color: var(--line-1);
  padding-top: 24px;
  padding-bottom: 6px;
  padding-left: 28px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-link-11 {
  color: var(--pale-blue-7-text);
  padding: 12px 28px 13px;
  font-family: Mulish, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.dropdown-link-11:hover {
  background-color: var(--light-gray-1);
}

.dropdown-link-11-copy {
  color: var(--pale-blue-4);
  padding: 12px 28px 14px;
  font-family: Mulish, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.dropdown-link-11-copy:hover {
  color: var(--blue-2);
}

.heading-8-copy-copy {
  color: var(--white);
  text-align: left;
  letter-spacing: -.4px;
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.3em;
  display: none;
}

.heading-solution {
  color: var(--pale-blue-7-text);
  text-align: center;
  letter-spacing: -.4px;
  background-color: #0000;
  margin-top: 16px;
  margin-bottom: 52px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3em;
  display: block;
}

.text-block-112 {
  letter-spacing: 1px;
  text-transform: none;
  font-family: Mulish, sans-serif;
  font-size: 16px;
}

.heading-12 {
  color: var(--white);
  font-family: Noto Sans KR, sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  display: none;
}

.heading-9_4 {
  text-align: center;
  width: 780px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3em;
}

.collection-list-wrapper-4 {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.link-block-5 {
  width: 109.75px;
}

.link-block-5.w--current {
  align-self: center;
  width: 110px;
}

.space-block-1 {
  height: 12vh;
  min-height: 130px;
}

.text-block-113 {
  width: 1000px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.paragraph-7-dk {
  color: var(--pale-blue-7-text);
  letter-spacing: -.2px;
  text-transform: none;
  width: 100%;
  max-width: 1000px;
  margin-top: 10px;
  margin-bottom: 26px;
  padding-right: 30px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4em;
}

.space-block-2 {
  height: 10vh;
  min-height: 80px;
}

.heading-9-wt {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  align-self: auto;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 1.3em;
}

.heading-13 {
  color: var(--pale-blue-7-text);
  width: 100%;
  max-width: 900px;
  margin-top: 14px;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1em;
}

.text-block-114 {
  color: var(--pale-blue-7-text);
  letter-spacing: .1px;
  width: 100%;
  max-width: 760px;
  margin-bottom: 14px;
  padding-left: 2px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.landing-home-data-lab {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-180 {
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.image-108 {
  width: auto;
  height: 100%;
  display: block;
  position: static;
}

.left-arrow {
  width: 60px;
  margin-left: -60px;
}

.right-arrow {
  width: 60px;
  margin-right: -60px;
}

.image-109 {
  width: auto;
  height: 100%;
  display: inline-block;
}

.slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.mask {
  overflow: hidden;
}

.image-110 {
  border: 1px none var(--pale-blue-8);
  border-radius: 6px;
  height: auto;
  max-height: 600px;
}

.div-block-181 {
  border-radius: 0;
  justify-content: center;
  width: 90%;
  max-width: 1200px;
  margin: 40px 0 60px;
  padding-left: 0;
  display: flex;
}

.grid-78 {
  grid-column-gap: 10px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: auto;
}

.grid-78-copy {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr 1fr;
  width: auto;
}

.grid-79 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.div-block-182 {
  margin-right: 0;
}

.grid-80 {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr 2fr;
  width: 100%;
  max-width: 1640px;
  margin-bottom: 60px;
}

.div-block-183 {
  display: flex;
}

.grid-81 {
  grid-column-gap: 46px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  width: 100%;
}

.div-block-184 {
  margin-bottom: 0;
}

.div-block-features-1 {
  background-color: var(--team-bg);
  background-image: url('../images/airbloc_feature_01.png');
  background-position: 100% 80%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 35vw;
  min-height: 360px;
  max-height: 450px;
  margin-top: 0;
  margin-bottom: 28px;
  padding: 40px 46px 32px;
  display: flex;
}

.link-23 {
  color: var(--pale-blue-7-text);
  margin-right: 4px;
  font-family: Mulish, sans-serif;
  font-size: 19px;
  line-height: 1.2em;
  text-decoration: none;
}

.image-111 {
  filter: invert(90%);
  height: 24px;
  margin-top: 0;
}

.div-block-186 {
  display: flex;
}

.text-block-115 {
  color: var(--pale-blue-7-text);
  margin-right: 4px;
  padding-left: 2px;
  font-family: Mulish, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
  display: flex;
}

.data-lab-button {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff3;
  border-radius: 2px;
  width: 340px;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 20px;
  padding: 16px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-7_2 {
  color: var(--white);
  text-align: left;
  letter-spacing: .2px;
  width: 100%;
  max-width: 1040px;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-right: 30px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}

.data-lab-div-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1640px;
  margin-bottom: 0;
  padding: 10px 78px;
  display: flex;
}

.link-block-7 {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding: 20px 100px;
  text-decoration: none;
  display: flex;
}

.text-block-116 {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  border-radius: 2px;
  width: 275px;
  padding: 16px 16px 15px;
  font-family: Mulish, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.landing-home-data-lab-2 {
  background-color: var(--pale-blue-8);
  background-image: url('../images/datablock_BG.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 102%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-home-in-development {
  background-color: #204bb8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-9-wt2 {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  align-self: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.3em;
}

.text-block-in-development {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 50px 0 0;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6em;
}

.paragraph-7-wt2 {
  color: var(--white);
  letter-spacing: .2px;
  text-transform: none;
  width: 100%;
  max-width: 1000px;
  margin-top: 10px;
  margin-bottom: 26px;
  padding-right: 30px;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.div-block-features-2 {
  background-color: var(--team-bg);
  background-image: url('../images/airbloc_feature_02.png');
  background-position: 100% 80%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 35vw;
  min-height: 360px;
  max-height: 450px;
  margin-top: 0;
  margin-bottom: 28px;
  padding: 32px 46px;
  display: flex;
}

.div-block-features-3 {
  background-color: var(--team-bg);
  background-image: url('../images/airbloc_feature_03.png');
  background-position: 100% 80%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 35vw;
  min-height: 360px;
  max-height: 450px;
  margin-top: 0;
  margin-bottom: 28px;
  padding: 32px 46px;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  width: 76%;
  height: auto;
}

.datalab-image {
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: auto;
}

.left-arrow-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80px;
  margin-left: -80px;
  padding-left: 20px;
  display: flex;
}

.right-arrow-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 80px;
  margin-right: -80px;
  padding-right: 20px;
  display: flex;
}

.icon-5 {
  width: auto;
}

.slide-nav {
  margin-bottom: -60px;
}

.slide, .mask-2 {
  border-radius: 0;
}

.image-113 {
  height: 40px;
}

.navigation-menu-language {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 32px;
  margin-right: 0;
  display: block;
}

.div-block-179-copy {
  background-color: var(--light-grey-4);
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.navigation-menu-new-copy {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 32px;
  margin-right: 0;
  display: none;
}

.dropdown-list-12 {
  margin-left: -50px;
}

.dropdown-list-12.w--open {
  border: 1px solid var(--light-grey-5);
  margin-top: 0;
  margin-left: -59px;
}

.airbloc-sns-link {
  background-color: var(--team-bg);
  color: var(--pale-blue-7-text);
  letter-spacing: .2px;
  height: 56px;
  padding-top: 15px;
  padding-bottom: 14px;
  padding-right: 24px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-94-copy {
  color: #bec9d5;
  padding-left: 0;
  padding-right: 0;
  font-family: Mulish, sans-serif;
  font-size: 17.5px;
}

.image-110-copy {
  border: 1px none var(--pale-blue-8);
  border-radius: 6px;
  height: auto;
  max-height: 600px;
  display: none;
}

.div-block-181-copy {
  border-radius: 0;
  justify-content: center;
  width: 90%;
  max-width: 1200px;
  margin: 40px 0 120px;
  padding-left: 0;
  display: flex;
}

.landing-home-klaytn {
  background-color: #06265d;
  background-image: url('../images/airbloc_klaytn_3.png');
  background-position: 80% 80%;
  background-repeat: no-repeat;
  background-size: 90%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-187 {
  margin-top: 0;
  margin-bottom: 16vw;
}

.paragraph-8-wt {
  color: var(--white);
  letter-spacing: .4px;
  text-transform: none;
  width: 100%;
  max-width: 1200px;
  margin-top: 14px;
  margin-bottom: 26px;
  padding-right: 30px;
  font-family: Manrope, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.4em;
}

.bold-text-2 {
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    width: 24px;
    height: 24px;
    margin-right: 0;
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 0;
  }

  .menu-button {
    margin-right: 2px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    margin-top: -150px;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .navigation-items-2 {
    background-color: var(--light-gray-3);
    justify-content: center;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .dropdown-link-6 {
    justify-content: center;
    display: flex;
  }

  .navi-bar {
    width: 100%;
    height: 100px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .dropdown-3 {
    flex-direction: column;
    justify-content: center;
    padding-top: 7px;
    padding-bottom: 5px;
    display: flex;
  }

  .dropdown-toggle-3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 34px;
  }

  .navigation-item-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 25px;
    font-size: 16px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-2:hover {
    background-color: var(--light-gray-2);
  }

  .navigation-item-2:active {
    background-color: #0000;
  }

  .navigation-item-2.w--current {
    color: var(--blue-1);
    margin-left: 0;
    padding-left: 40vw;
    padding-right: 40vw;
    font-weight: 400;
  }

  .navigation-item-2.w--current:hover {
    color: var(--blue-1);
  }

  .logo-image-2 {
    width: 100px;
    height: 38px;
  }

  .dropdown-list-3 {
    margin-top: 40px;
  }

  .dropdown-list-3.w--open {
    margin-top: 0;
  }

  .logo-link-2.w--current {
    flex: 1;
  }

  .body {
    min-width: 0;
  }

  .white-bg {
    justify-content: center;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-left: 52px;
    padding-right: 52px;
  }

  .home-1-block {
    justify-content: center;
    display: block;
  }

  .grid {
    grid-template-columns: 3fr;
    margin-top: 40px;
  }

  .heading-1 {
    margin-bottom: 28px;
    padding-right: 100px;
    font-size: 48px;
  }

  .paragraph-1 {
    padding-right: 96px;
    font-size: 26px;
    line-height: 1.7em;
  }

  .main-section {
    background-size: 200%;
    height: 100vh;
    min-height: 870px;
    max-height: 1100px;
  }

  .solution-div-block-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .dark-bg {
    padding-left: 38px;
    padding-right: 38px;
  }

  .heading-2-white {
    margin-bottom: 20px;
    margin-right: 50px;
    font-size: 36px;
  }

  .heading-2-black {
    margin-top: 40px;
    margin-bottom: 26px;
    margin-right: 5vw;
    font-size: 36px;
  }

  .paragraph-2 {
    width: 90%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8em;
  }

  .light-gray-1-bg {
    padding-left: 38px;
    padding-right: 38px;
  }

  .grid-2 {
    align-self: center;
    width: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .consulting-text-1 {
    font-size: 72px;
    line-height: 1em;
  }

  .consulting-text-2 {
    font-size: 20px;
  }

  .consulting-text-3 {
    font-size: 16px;
  }

  .line-1-consulting {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid-4 {
    grid-column-gap: 32px;
    grid-row-gap: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .consulting-text-4 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .badge-2-grid {
    grid-column-gap: 28px;
    width: 100%;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-badge-2 {
    margin-bottom: 8px;
    font-size: 26px;
  }

  .badge-2-paragraph {
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
  }

  .grid-team-1 {
    grid-template-rows: max-content max-content auto auto;
    grid-template-columns: 1fr;
  }

  .grid-29 {
    grid-template-columns: .7fr 2fr .7fr;
    padding-top: 10px;
  }

  .team-1-text {
    font-size: 15px;
  }

  .team-1-block {
    padding-top: 24px;
    padding-bottom: 26px;
    padding-right: 26px;
  }

  .grid-28 {
    grid-row-gap: 12px;
  }

  .team-1-name {
    font-size: 21px;
  }

  .amplitude-expert-badge-1 {
    width: 62px;
    margin-top: 0;
    margin-right: 12px;
  }

  .grid-27 {
    grid-template-columns: 1fr 2.6fr;
  }

  .grid-team-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-2-block {
    padding-top: 26px;
    padding-bottom: 18px;
  }

  .grid-31 {
    grid-template-rows: auto 166px auto;
  }

  .amplitude-expert-badge-2 {
    width: 62px;
    height: 62px;
  }

  .team-2-name {
    font-size: 22px;
  }

  .team-1-position-copy {
    margin-top: 6px;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 20px;
  }

  .team-2-text {
    letter-spacing: 0;
    height: 40px;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 13px;
    line-height: 1.6em;
  }

  .dropdown-toggle-5 {
    align-self: auto;
  }

  .dropdown-list-4.w--open {
    width: 214px;
    margin-top: 52px;
    padding: 20px 22px 22px;
  }

  .text-block-32 {
    font-size: 15px;
  }

  .link {
    margin-left: 0;
  }

  .cta-banner-1 {
    background-size: 140%;
  }

  .div-block-4 {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-left: 52px;
    padding-right: 52px;
  }

  .div-block-5 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-33 {
    text-align: center;
    justify-content: center;
    width: 68%;
    margin-bottom: 20px;
    font-size: 26px;
    display: flex;
  }

  .airbridge-block {
    padding: 20px 22px 24px;
  }

  .solution-text-1 {
    font-size: 17px;
  }

  .solution-badge-text {
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .solution-see-more {
    font-size: 16px;
  }

  .image-11 {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }

  .solution-box-1 {
    height: 140px;
  }

  .solution-demo-down {
    font-size: 16px;
  }

  .solution-box-2 {
    height: 80px;
  }

  .partners-grid {
    grid-column-gap: 26px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 20px 20px 60px;
  }

  .mid-text-block-1 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .heading-2 {
    margin-top: 40px;
    font-size: 32px;
  }

  .grid-34 {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-35 {
    font-size: 24px;
  }

  .text-block-36 {
    font-size: 16px;
  }

  .text-block-35-copy {
    font-size: 70px;
    line-height: 1.1em;
  }

  .clients-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 20px 20px 0;
  }

  .mid-text-block-2 {
    margin-top: 60px;
    font-size: 26px;
  }

  .dropdown-toggle-6 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 20px 45vw 18px;
  }

  .dropdown-toggle-6.w--open {
    padding-left: 60px;
    padding-right: 60px;
  }

  .navi-menu-block {
    border-bottom: 1px solid var(--light-grey-4);
    background-color: #0000;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: 60px;
  }

  .navi-menu-block:hover, .navi-menu-block:active {
    background-color: var(--light-gray-2);
  }

  .image-12 {
    flex: 0 auto;
    align-self: center;
    margin-left: -50vw;
    display: block;
  }

  .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39 {
    height: auto;
  }

  .grid-35 {
    grid-column-gap: 36px;
    grid-row-gap: 32px;
    grid-template-columns: .7fr 1.8fr;
  }

  .grid-36 {
    grid-column-gap: 16px;
  }

  .div-block-10 {
    margin-top: 10px;
  }

  .link-6 {
    margin-bottom: 10px;
  }

  .button-4 {
    margin-top: 20px;
  }

  .text-block-39 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .button-5 {
    margin-bottom: 36px;
  }

  .text-block-39-copy {
    margin-top: 8px;
    font-size: 20px;
  }

  .solution-page-section {
    background-size: 160%;
    min-height: 450px;
    max-height: 550px;
  }

  .heading-4 {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-right: 32px;
    font-size: 26px;
  }

  .div-block-4-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .solution-grid-1 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1.4fr;
  }

  .heading-5-bk {
    font-size: 24px;
  }

  .text-solution {
    font-size: 15px;
    line-height: 1.6em;
  }

  .solution-grid-2 {
    grid-column-gap: 30px;
    grid-template-columns: 1.2fr 1fr;
  }

  .div-block-71 {
    padding-left: 20px;
  }

  .text-solution-2 {
    font-size: 16px;
  }

  .solution-line {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .text-solution-3 {
    font-size: 16px;
  }

  .heading-5-bk-2 {
    font-size: 24px;
  }

  .team-1-block-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .team-2-name-2 {
    font-size: 18px;
  }

  .team-1-name-2 {
    font-size: 22px;
  }

  .image-badge2 {
    width: 80px;
    height: 80px;
  }

  .grid-38 {
    grid-column-gap: 16px;
    grid-template-columns: 80px 2.5fr;
  }

  .sub-page-grid {
    margin-top: 140px;
  }

  .heading-3 {
    font-size: 36px;
  }

  .paragraph-4-copy {
    width: 75%;
  }

  .team-page-section {
    background-size: 200%;
  }

  .dropdown-list-6 {
    background-color: var(--light-gray-3);
  }

  .dropdown-list-6.w--open {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .dropdown-solution-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-6 {
    justify-content: center;
    width: auto;
    height: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .navi-menu-block-hidden {
    border-bottom: 1px solid var(--light-grey-4);
    background-color: var(--light-gray-3);
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 240px;
    display: flex;
  }

  .navi-menu-block-hidden:hover, .navi-menu-block-hidden:active {
    background-color: var(--light-gray-3);
  }

  .text-block-41 {
    border-bottom: 1px solid var(--light-grey-4);
    color: var(--grey);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    font-family: Work Sans, sans-serif;
    display: flex;
  }

  .navigation-item-3 {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 25px;
    font-size: 16px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-3:hover {
    background-color: var(--light-gray-2);
  }

  .navigation-item-3:active {
    background-color: #0000;
  }

  .navigation-item-3.w--current {
    color: var(--blue-1);
    margin-left: 0;
    padding-left: 40vw;
    padding-right: 40vw;
    font-weight: 400;
  }

  .navigation-item-3.w--current:hover {
    color: var(--blue-1);
  }

  .navibar-height {
    height: 80px;
  }

  .footer-text-1-copy {
    justify-content: flex-end;
    padding-left: 20px;
    display: flex;
  }

  .div-block-74 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .image-43 {
    height: 60px;
  }

  .amplitude-block {
    padding: 20px 22px 24px;
  }

  .solution-text-2 {
    font-size: 17px;
  }

  .solution-badge-text-2 {
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .solution-see-more-2 {
    font-size: 16px;
  }

  .braze-block, .apptimize-block, .segment-block, .snowflake-block, .tableau-block, .poxerbi-block {
    padding: 20px 22px 24px;
  }

  .div-block-76 {
    flex-direction: row;
    justify-content: space-between;
    display: block;
  }

  .team-1-position-copy-copy {
    height: 38px;
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-77 {
    justify-content: flex-end;
  }

  .div-block-78 {
    margin-right: 16px;
  }

  .image-46 {
    height: 100px;
  }

  .button-airbridge {
    margin-bottom: 28px;
  }

  .image-48 {
    width: 90px;
    height: 90px;
  }

  .navibar-height-2 {
    height: 80px;
  }

  .mid-text-block-3 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .clients-grid-2 {
    grid-column-gap: 52px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 20px 20px 40px;
  }

  .image-49, .image-50, .image-51, .image-52, .image-53, .image-54, .image-55, .image-56, .image-57, .image-58, .image-59, .image-60, .image-61, .image-62, .image-63, .image-64, .image-65, .image-66 {
    height: auto;
  }

  .white-bg-2 {
    justify-content: center;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-left: 52px;
    padding-right: 52px;
  }

  .team-1-badge-text {
    font-size: 15px;
  }

  .dropdown-7 {
    justify-content: center;
    width: auto;
    height: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .dropdown-toggle-7 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 20px 45vw 18px;
  }

  .dropdown-toggle-7.w--open {
    padding-left: 60px;
    padding-right: 60px;
  }

  .dropdown-list-7 {
    background-color: #e5e8eb;
  }

  .dropdown-list-7.w--open {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .dropdown-solution-link-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .heading-badge-2_2 {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .badge-2-paragraph-2_2 {
    font-size: 14px;
    font-weight: 400;
  }

  .badge-2-grid-copy {
    grid-column-gap: 28px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-badge-1 {
    width: 80px;
    height: 138px;
  }

  .solution-div-block-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .solution-heading-2 {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-right: 32px;
    font-size: 26px;
  }

  .heading-1_1 {
    margin-bottom: 28px;
    padding-right: 100px;
    font-size: 48px;
  }

  .paragraph-1_1 {
    padding-right: 96px;
    font-size: 26px;
    line-height: 1.7em;
  }

  .main-block-1 {
    justify-content: center;
    display: block;
  }

  .white-bg-main-1 {
    justify-content: center;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-left: 52px;
    padding-right: 52px;
  }

  .mid-title-1 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .main-block-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .partners-grid-1 {
    grid-column-gap: 26px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 20px 20px 60px;
  }

  .dark-navy-bg-1 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .main-block-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mid-title-2 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .heading-2_1-white {
    margin-bottom: 20px;
    margin-right: 50px;
    font-size: 36px;
  }

  .white-bg-main-2 {
    justify-content: center;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-left: 52px;
    padding-right: 52px;
  }

  .heading-2_1 {
    margin-bottom: 20px;
    margin-right: 50px;
    font-size: 36px;
  }

  .cta-banner-new {
    background-size: 170%;
    padding-top: 6vw;
    padding-bottom: 8vw;
  }

  .main-block-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navi-bar-new, .navi-bar-new-copy {
    width: 100%;
    height: 100px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .heading-3-copy {
    font-size: 36px;
  }

  .solution-block-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .solution-heading-2-copy {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-right: 32px;
    font-size: 26px;
  }

  .heading-1_1-copy {
    margin-bottom: 28px;
    padding-right: 100px;
    font-size: 48px;
  }

  .navigation-item-2-copy {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 25px;
    font-size: 16px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-2-copy:hover {
    background-color: var(--light-gray-2);
  }

  .navigation-item-2-copy:active {
    background-color: #0000;
  }

  .navigation-item-2-copy.w--current {
    color: var(--blue-1);
    margin-left: 0;
    padding-left: 40vw;
    padding-right: 40vw;
    font-weight: 400;
  }

  .navigation-item-2-copy.w--current:hover {
    color: var(--blue-1);
  }

  .landing-home-1 {
    background-size: 140%;
    height: 85vh;
    min-height: 760px;
  }

  .dark-bg-1 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .div-block-125 {
    height: 14vh;
    min-height: 100px;
  }

  .heading-8 {
    font-size: 62px;
    line-height: 1.2em;
  }

  .paragraph-7 {
    width: 100%;
    max-width: 650px;
    padding-right: 0;
    font-size: 24px;
    line-height: 1.4em;
  }

  .div-block-127 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .grid-59 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-127-copy {
    padding-left: 34px;
    padding-right: 34px;
  }

  .heading-9 {
    width: 100%;
    min-width: 0;
    margin-bottom: 20px;
    font-size: 42px;
  }

  .dark-bg-solutions {
    width: 100%;
  }

  .div-block-130 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .text-block-feature {
    padding-left: 0;
    font-size: 18px;
  }

  .heading-9-copy {
    width: 100%;
    max-width: 620px;
    font-size: 40px;
  }

  .solution-airbridge {
    padding-left: 26px;
    padding-right: 26px;
  }

  .solution-logo {
    height: 36px;
  }

  .div-block-133 {
    padding-top: 32px;
  }

  .solution-tilte-1 {
    width: 100%;
    max-width: 300px;
    font-size: 32px;
  }

  .solution-text_2 {
    max-width: 300px;
    font-size: 16px;
  }

  .div-block-134 {
    padding-bottom: 28px;
  }

  .solution-amplitude, .solution-smartly, .solution-braze, .solution-facebook {
    padding-left: 26px;
    padding-right: 26px;
  }

  .solution-text_1 {
    max-width: 500px;
  }

  .grid-63 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .solution-apptimize {
    height: 260px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .solution-tilte-2 {
    width: 100%;
    max-width: 300px;
    font-size: 30px;
  }

  .solution-segment, .solution-snowflake, .solution-tableau {
    height: 260px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .div-block-130-copy {
    width: auto;
    padding-left: 34px;
    padding-right: 34px;
  }

  .paragraph-8 {
    width: 100%;
    max-width: 695px;
    margin-bottom: 32px;
    font-size: 25px;
  }

  ._4step-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .surport-number-1 {
    height: 30px;
  }

  .div-block-136 {
    min-height: 200px;
  }

  .text-block-72 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.7em;
    display: block;
  }

  .grid-65 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-73 {
    font-size: 16px;
  }

  .surport-8-step {
    height: 5vw;
    min-height: 80px;
    max-height: 110px;
  }

  .team-block-1 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .heading-10 {
    width: 640px;
    margin-bottom: 32px;
    font-size: 32px;
  }

  .grid-66 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .forbes-mark {
    padding-top: 1.5vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-9 {
    margin-bottom: 6px;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 400;
  }

  .mark-image {
    margin-top: 6px;
    padding-top: 0;
  }

  .amplitude-mark, .facebook-mark {
    padding-top: 1.5vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ab180-team-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-141 {
    padding-left: 4px;
  }

  .text-block-74 {
    font-size: 18px;
  }

  .text-block-75 {
    font-size: 13px;
  }

  .text-block-76 {
    margin-bottom: 10px;
    padding-left: 4px;
    font-size: 12.5px;
  }

  .text-block-77 {
    font-size: 11px;
  }

  .image-87 {
    height: 15px;
  }

  .div-block-142 {
    height: 440px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .div-block-143 {
    height: 260px;
    padding-top: 1vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-88 {
    height: 20vw;
  }

  .div-block-144 {
    background-color: var(--white);
    margin-bottom: 20px;
  }

  .grid-68 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .marketing-team {
    background-color: var(--team-bg);
  }

  .image-89 {
    height: 18vw;
  }

  .text-block-78 {
    font-size: 15px;
  }

  .text-block-80 {
    font-size: 13px;
  }

  .div-block-149 {
    margin-top: 6px;
  }

  .marketing-team-info {
    height: 200px;
    margin-top: 24px;
  }

  .text-block-81 {
    font-size: 14px;
  }

  .text-block-82 {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 13px;
  }

  .div-block-150 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .grid-70 {
    grid-column-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 4fr 1.5fr;
  }

  .grid-71 {
    grid-column-gap: 20px;
    grid-row-gap: 12px;
    grid-template-columns: 1.9fr 1.2fr 1fr 1fr;
  }

  .text-block-83 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .link-11 {
    font-size: 17px;
  }

  .link-12 {
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .text-block-84 {
    font-size: 13px;
  }

  .grid-72 {
    grid-column-gap: 10px;
    padding-right: 0;
  }

  .navigation-old {
    padding: 0;
  }

  .navigation-block {
    display: none;
  }

  .image-91 {
    margin-left: -6px;
  }

  .navigation-menu-block-new {
    display: none;
  }

  .mobile-menu-block {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-hide {
    height: 336px;
    margin-top: -336px;
    display: none;
  }

  .text-block-81-copy {
    padding-top: 36px;
  }

  .cta-banner-new-2 {
    background-size: 140%;
  }

  .text-block-93 {
    text-align: center;
    justify-content: center;
    width: 68%;
    margin-bottom: 20px;
    font-size: 26px;
    display: flex;
  }

  .airbridge-block-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dark-bg-solutions-2-copy {
    width: 100%;
    padding-left: 34px;
    padding-right: 34px;
  }

  .airbridge-page-1 {
    height: 50vh;
    min-height: 560px;
  }

  .grid-59-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-155 {
    max-width: 360px;
  }

  .div-block-157 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .client-logo-block-right-copy, .client-logo-block-copy {
    display: none;
  }

  .image-93 {
    height: 25px;
  }

  .dropdown-9 {
    width: 60px;
    height: 60px;
  }

  .div-block-158 {
    display: none;
  }

  .dropdown-toggle-12 {
    padding: 0;
  }

  .image-94 {
    filter: invert(90%);
    height: 26px;
    margin-left: 60px;
    padding-left: 0;
    display: block;
  }

  .dropdown-10 {
    width: auto;
    height: auto;
    margin-left: -40px;
  }

  .dropdown-toggle-13 {
    width: 60px;
    height: 60px;
  }

  .dropdown-toggle-13.w--open {
    height: 60px;
  }

  .hb-menu-dropdown {
    margin-top: 1px;
  }

  .hb-menu-dropdown.w--open {
    background-color: var(--white);
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 110px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .dropdown-link-10 {
    background-color: var(--white);
    color: var(--pale-blue-7-text);
    padding-top: 11px;
    padding-left: 34px;
    padding-right: 34px;
    font-family: Mulish, sans-serif;
    font-size: 17px;
    font-weight: 400;
  }

  .dropdown-link-10:hover {
    background-color: var(--light-gray-1);
  }

  .hb-menu-line-1 {
    background-color: var(--light-grey-4);
    width: 100%;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-96 {
    color: var(--grey-2);
    align-items: center;
    height: 48px;
    padding-top: 14px;
    padding-left: 34px;
    font-family: Mulish, sans-serif;
    font-weight: 400;
    display: flex;
  }

  .div-block-159-copy {
    background-color: #0000;
    width: 100%;
    height: 1px;
    margin: 6px 0 3px;
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-160 {
    background-color: var(--light-grey-4);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-link-10-copy {
    color: var(--pale-blue-7-text);
    padding: 10px 34px 16px;
    font-family: Mulish, sans-serif;
    font-size: 17px;
    font-weight: 400;
  }

  .dropdown-link-10-copy:hover {
    background-color: var(--light-gray-1);
  }

  .div-block-159-copy {
    background-color: var(--light-grey-5);
    width: 100%;
    height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hb-menu-line-2 {
    background-color: #0000;
    width: 100%;
    height: 1px;
    margin: 6px 0 3px;
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .solutions-block-new {
    background-size: 60vw;
    height: 400px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .solutions-block-new-2 {
    background-position: -400% 100%;
    background-size: 50vw;
    height: 400px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .solutions-block-new-3 {
    background-size: 60vw;
    height: 400px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .solutions-block-new-4 {
    background-image: linear-gradient(#64a3ff 26%, #94b3ea);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 400px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .solutions-block-new-5 {
    background-size: 60vw;
    height: 400px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .solutions-block-new-6 {
    height: 260px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .solution-logo-copy {
    height: 36px;
  }

  .solutions-block-new-7, .solutions-block-new-8, .solutions-block-new-9 {
    height: 260px;
  }

  .solution-bg-1 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .heading-8-copy {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .image-96 {
    height: 46px;
  }

  .heading-9_2 {
    width: 100%;
    padding-right: 40px;
    font-size: 28px;
  }

  .grid-64-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-97 {
    font-size: 13px;
  }

  .text-block-98 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .link-18 {
    margin-left: 0;
    padding-left: 0;
    font-size: 15px;
  }

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

  .solution-bg-2 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .grid-73 {
    grid-template-columns: 1fr 1.4fr;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .div-block-161 {
    padding-top: 0;
    padding-right: 20px;
  }

  .heading-11 {
    margin-top: 0;
    font-size: 24px;
  }

  .text-block-99 {
    font-size: 16px;
  }

  .solution-instruction {
    padding-top: 0;
    padding-left: 20px;
  }

  .cta-banner-new-3 {
    background-image: none;
    padding: 4vw 34px 6vw;
  }

  .text-block-100 {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 26px;
    display: flex;
  }

  .dark-bg-solutions-2_3 {
    width: 100%;
    padding-left: 34px;
    padding-right: 34px;
  }

  .heading-8_3 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .text-block-101 {
    width: 590px;
    font-size: 18px;
  }

  .team-bg-1 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .team-page-1 {
    height: 50vh;
    min-height: 560px;
  }

  .team-block-1-copy {
    padding-left: 34px;
    padding-right: 34px;
  }

  .ab180-team-all {
    background-color: var(--white);
  }

  .grid-68-copy {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-all-block {
    background-color: var(--team-bg);
  }

  .all-team-info {
    height: 200px;
    margin-top: 26px;
  }

  .image-98 {
    height: 15vw;
  }

  .ab180-team-1-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .client-block {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-logo-block-new {
    height: 140px;
  }

  .collection-list-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-99 {
    height: 60px;
  }

  .grid-66-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-fts {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-89-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .grid-75 {
    grid-template-columns: 1.4fr 1fr;
  }

  .grid-65-copy {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-163 {
    padding-left: 20px;
  }

  .text-block-106 {
    font-size: 14px;
  }

  .heading-10-copy {
    width: 640px;
    margin-bottom: 32px;
    font-size: 32px;
  }

  .team-block-facebook {
    padding-left: 34px;
    padding-right: 34px;
  }

  .ab180-team-facebook {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-143-copy {
    height: 80px;
    padding-top: 1vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .solution-bg-1_2 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .facebook-page-1 {
    height: 50vh;
    min-height: 560px;
  }

  .heading-9_3 {
    width: 80%;
    font-size: 28px;
  }

  .fcd-team-block {
    height: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .solution-plus-block {
    height: auto;
  }

  .text-block-108 {
    text-align: center;
    width: 500px;
  }

  .solution-plus-block-2 {
    background-position: 100% 0;
    height: auto;
  }

  .text-block-107-copy {
    padding-right: 5vw;
    font-size: 24px;
  }

  .div-block-165 {
    height: 22vw;
    min-height: 280px;
    padding-left: 34px;
  }

  .solution-plus-block-2-copy {
    background-position: 100% 0;
    height: auto;
  }

  .link-block-2 {
    height: 100px;
  }

  .div-block-169 {
    max-width: 500px;
  }

  .text-block-109 {
    width: 260px;
    margin-right: 10px;
    font-size: 20px;
  }

  .solution-blog-block {
    padding-left: 34px;
    padding-right: 34px;
  }

  .link-21 {
    height: 110px;
    font-size: 15px;
    line-height: 1.6em;
  }

  .link-22 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .image-105 {
    height: 100px;
  }

  .text-block-109-copy2 {
    width: 240px;
    margin-right: 10px;
    font-size: 20px;
  }

  .mobile-menu-block-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-menu-logo {
    margin-left: -6px;
  }

  .hb-menu-dropdown-copy {
    margin-top: 1px;
  }

  .hb-menu-dropdown-copy.w--open {
    background-color: var(--white);
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 110px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .image-94-copy {
    filter: invert(90%);
    height: 26px;
    margin-left: 60px;
    padding-left: 0;
    display: block;
  }

  .heading-8-copy {
    font-size: 54px;
  }

  .div-block-177 {
    display: block;
  }

  .image-106 {
    height: 22px;
  }

  .text-block-111 {
    padding-top: 16px;
  }

  .dropdown-link-11-copy {
    display: block;
  }

  .heading-8-copy-copy {
    font-size: 54px;
  }

  .heading-solution {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .heading-9_4 {
    width: 600px;
    font-size: 40px;
  }

  .space-block-1 {
    height: 7vh;
    min-height: 80px;
  }

  .paragraph-7-dk {
    width: 100%;
    padding-right: 20px;
    font-size: 30px;
  }

  .space-block-2 {
    height: 8vh;
    min-height: 80px;
  }

  .heading-9-wt {
    width: 600px;
    margin-bottom: 20px;
    font-size: 58px;
    font-weight: 600;
  }

  .heading-13 {
    width: 100%;
    font-size: 40px;
  }

  .text-block-114 {
    width: 100%;
    max-width: 820px;
    margin-bottom: 20px;
  }

  .div-block-181 {
    width: 95%;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .grid-80 {
    grid-row-gap: 31px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.4fr;
  }

  .grid-81 {
    width: auto;
  }

  .div-block-features-1 {
    background-position: 90% 100%;
    background-size: auto 60%;
    height: 60vw;
    min-height: 460px;
    max-height: 520px;
    padding: 20px 32px 16px;
  }

  .paragraph-7_2 {
    width: 100%;
    padding-right: 20px;
    font-size: 30px;
  }

  .data-lab-div-block {
    padding-left: 34px;
    padding-right: 34px;
  }

  .heading-9-wt2 {
    letter-spacing: 0;
    width: 100%;
    min-width: 0;
    margin-bottom: 20px;
    font-size: 42px;
  }

  .text-block-in-development {
    padding-bottom: 4px;
    font-size: 18px;
  }

  .paragraph-7-wt2 {
    width: 100%;
    padding-right: 20px;
    font-family: Manrope, sans-serif;
    font-size: 24px;
    line-height: 1.4em;
  }

  .div-block-features-2 {
    background-position: 90% 100%;
    background-size: auto 60%;
    height: 60vw;
    min-height: 460px;
    max-height: 520px;
    padding: 16px 32px;
  }

  .div-block-features-3 {
    background-position: 90% 100%;
    background-size: auto 60%;
    height: 50vw;
    min-height: 440px;
    max-height: 520px;
    padding: 16px 32px;
  }

  .slider-2 {
    width: 90%;
  }

  .left-arrow-2 {
    width: 60px;
    margin-left: -50px;
    padding-left: 14px;
  }

  .right-arrow-2 {
    width: 60px;
    margin-right: -50px;
    padding-right: 14px;
  }

  .div-block-179-copy {
    display: block;
  }

  .div-block-181-copy {
    width: 95%;
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .landing-home-klaytn {
    background-position: 80% 90%;
    background-size: 100%;
  }

  .div-block-187 {
    margin-bottom: 15vw;
  }

  .paragraph-8-wt {
    width: 100%;
    padding-right: 0;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 0;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: -20px;
    padding-left: 0;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .navi-bar {
    flex-direction: row;
  }

  .logo-image-2 {
    margin-top: 0;
  }

  .logo-link-2 {
    padding-left: 0;
  }

  .grid {
    margin-top: 40px;
  }

  .heading-1 {
    padding-right: 0;
    font-size: 42px;
  }

  .paragraph-1 {
    padding-right: 0;
    font-size: 22px;
  }

  .button-2 {
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .main-section {
    background-size: 200%;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .light-gray-3-bg {
    padding-left: 38px;
    padding-right: 38px;
  }

  .solution-div-block-2 {
    margin-top: 0;
  }

  .heading-2-white {
    margin-right: 20px;
    font-size: 30px;
  }

  .heading-2-black {
    font-size: 30px;
  }

  .paragraph-2 {
    width: 100%;
  }

  .grid-2 {
    width: auto;
  }

  .consulting-text-2 {
    margin-bottom: 4px;
    font-size: 18px;
  }

  .consulting-text-3 {
    padding-right: 40px;
  }

  .grid-4 {
    grid-column-gap: 24px;
    grid-row-gap: 14px;
    grid-template-rows: max-content max-content max-content max-content auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .consulting-text-4 {
    font-size: 19px;
  }

  .badge-2-grid {
    grid-template-rows: max-content auto;
    grid-template-columns: 1fr;
    width: 95%;
  }

  .heading-badge-2 {
    margin-top: 0;
    font-size: 26px;
  }

  .badge-2-paragraph {
    font-size: 16px;
  }

  .team-1-position {
    font-size: 15px;
  }

  .grid-29 {
    grid-template-columns: 1.2fr 3fr;
  }

  .amplitude-expert-badge-1 {
    width: 62px;
    height: 62px;
    margin-top: 0;
    margin-right: 10px;
  }

  .grid-team-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .team-2-block {
    padding-top: 22px;
    padding-bottom: 16px;
  }

  .grid-31 {
    grid-template-rows: auto 146px auto;
  }

  .amplitude-expert-badge-2 {
    width: 56px;
    height: 56px;
  }

  .team-2-text {
    height: 23px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .dropdown-list-4.w--open {
    width: 242px;
  }

  .link {
    margin-left: 0;
    font-size: 16px;
  }

  .div-block-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-block-33 {
    width: 100%;
  }

  .grid-32 {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .solution-text-1 {
    font-size: 13px;
  }

  .solution-badge-text {
    font-size: 15px;
    line-height: 1.6em;
  }

  .solution-box-1 {
    height: 150px;
  }

  .solution-box-2 {
    height: 72px;
  }

  .partners-grid {
    grid-column-gap: 42px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mid-text-block-1 {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 400;
  }

  .heading-2 {
    font-size: 24px;
  }

  .grid-34 {
    margin-top: 40px;
  }

  .text-block-35 {
    font-size: 18px;
  }

  .text-block-36 {
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-35-copy {
    font-size: 46px;
    line-height: 1.4em;
  }

  .clients-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mid-text-block-2 {
    font-size: 22px;
    font-weight: 400;
  }

  .grid-35 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-36 {
    grid-column-gap: 20px;
    margin-left: -19px;
  }

  .text-block-38 {
    text-align: left;
    display: block;
  }

  .link-footer-2_2, .link-6, .footer-text-1 {
    text-align: left;
  }

  .div-block-main-2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .button-4 {
    margin-bottom: 40px;
  }

  .solution-page-section {
    min-height: 400px;
    max-height: 450px;
  }

  .image-41 {
    height: 42px;
  }

  .navy-2-bg {
    padding-left: 38px;
    padding-right: 38px;
  }

  .solution-grid-1 {
    grid-template-columns: 1fr 1.2fr;
  }

  .solution-text-block-2 {
    margin-bottom: 20px;
  }

  .heading-5-bk {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .text-solution {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-71 {
    padding-left: 0;
  }

  .text-solution-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .light-gray-1-bg-2 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .text-solution-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-5-bk-2 {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .light-gray-1-bg-4 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .image-badge2 {
    width: 90px;
    height: 90px;
  }

  .grid-38 {
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 100px 1fr;
  }

  .sub-page-grid {
    grid-template-columns: 3fr;
    margin-top: 140px;
  }

  .heading-3 {
    margin-top: 8px;
    font-size: 31px;
  }

  .paragraph-4-copy {
    width: 100%;
    font-size: 19px;
  }

  .team-page-section {
    background-size: 240%;
  }

  .navibar-height {
    height: 60px;
  }

  .footer-text-1-copy {
    text-align: left;
    padding-left: 0;
  }

  .image-42 {
    width: 14px;
    height: 14px;
    margin-top: 1px;
  }

  .div-block-74 {
    margin-bottom: 40px;
  }

  .image-43 {
    height: 48px;
  }

  .solution-text-2 {
    font-size: 13px;
  }

  .solution-badge-text-2 {
    font-size: 15px;
    line-height: 1.6em;
  }

  .team-1-position-copy-copy {
    height: 19px;
  }

  .div-block-78 {
    margin-left: -18px;
    margin-right: 32px;
  }

  .collection-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .collection-item-2 {
    flex-direction: column;
    align-items: center;
    max-width: 40.6vw;
    margin-right: 0;
    display: flex;
  }

  .navy-2-bg-copy, .navy-2-bg-copy-copy {
    padding-left: 38px;
    padding-right: 38px;
  }

  .navibar-height-2 {
    height: 60px;
  }

  .mid-text-block-3 {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 400;
  }

  .clients-grid-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .light-gray-1-bg-5 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .collection-list {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .link-footer-2_2-2 {
    text-align: left;
  }

  .text-block-46 {
    text-align: left;
    display: block;
  }

  .heading-badge-2_2 {
    margin-top: 0;
    font-size: 22px;
  }

  .badge-2-grid-copy {
    width: 95%;
  }

  .image-badge-1 {
    width: 90px;
    height: 155px;
    margin-top: 0;
  }

  .solution-div-block-1 {
    margin-bottom: 0;
  }

  .heading-1_1 {
    padding-right: 0;
    font-size: 42px;
  }

  .paragraph-1_1 {
    padding-right: 0;
    font-size: 22px;
  }

  .button-2-copy {
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .mid-title-1 {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 400;
  }

  .light-gray-bg-1 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .main-block-4 {
    margin-top: 0;
  }

  .partners-grid-1 {
    grid-column-gap: 42px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .main-block-5 {
    margin-top: 0;
  }

  .mid-title-2 {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 400;
  }

  .heading-2_1-white, .heading-2_1 {
    margin-right: 20px;
    font-size: 30px;
  }

  .main-block-3 {
    margin-top: 0;
  }

  .footer-wrap-copy {
    text-align: center;
    flex-direction: column;
  }

  .navi-bar-new, .navi-bar-new-copy {
    flex-direction: row;
  }

  .heading-3-copy {
    margin-top: 8px;
    font-size: 31px;
  }

  .airbridge-bg-2 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .solution-block-2 {
    margin-top: 0;
  }

  .heading-1_1-copy {
    padding-right: 0;
    font-size: 42px;
  }

  .landing-home-1 {
    background-size: 140%;
    height: 80vh;
    min-height: 600px;
    max-height: 760px;
  }

  .dark-bg-1 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .div-block-125 {
    height: 5vh;
    min-height: 40px;
  }

  .heading-8 {
    font-size: 52px;
    line-height: 1.3em;
    display: block;
  }

  .paragraph-7 {
    width: 100%;
    max-width: 900px;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 20px;
    line-height: 1.4em;
  }

  .div-block-127 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .image-84 {
    height: 60px;
  }

  .heading-9 {
    width: 100%;
    padding-top: 20px;
    font-size: 38px;
  }

  .div-block-130 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-feature {
    padding-left: 0;
    padding-right: 22px;
  }

  .heading-9-copy {
    width: 100%;
    padding-right: 0;
    font-size: 34px;
  }

  .solution-airbridge {
    background-size: 60vw, auto;
    height: 360px;
  }

  .div-block-133 {
    padding-top: 26px;
  }

  .solution-tilte-1 {
    max-width: 400px;
    font-size: 32px;
  }

  .solution-text_2 {
    width: 100%;
    max-width: 400px;
  }

  .div-block-134 {
    padding-bottom: 26px;
  }

  .grid-60 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .solution-amplitude, .solution-smartly, .solution-braze, .solution-facebook {
    height: 320px;
  }

  .solution-text_1 {
    width: 100%;
    max-width: 400px;
    padding-right: 0;
  }

  .grid-63 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .solution-apptimize {
    height: 220px;
  }

  .solution-tilte-2 {
    font-size: 32px;
  }

  .solution-segment, .solution-snowflake, .solution-tableau {
    height: 220px;
  }

  .div-block-130-copy {
    padding-left: 42px;
    padding-right: 42px;
  }

  .paragraph-8 {
    width: 100%;
    font-size: 21px;
  }

  .div-block-136 {
    min-height: 180px;
  }

  .text-block-72 {
    padding-left: 4px;
    padding-right: 0;
    font-size: 13px;
    line-height: 24px;
    display: block;
  }

  .text-block-73 {
    padding: 10px 14px 10px 20px;
    font-size: 14px;
  }

  .surport-8-step {
    height: auto;
    min-height: 70px;
    max-height: none;
  }

  .heading-10 {
    width: 100%;
  }

  .grid-66 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .forbes-mark {
    background-size: cover;
    padding: 2vw 40px;
  }

  .paragraph-9 {
    font-size: 17px;
  }

  .mark-image {
    height: 16vw;
  }

  .amplitude-mark {
    padding: 2vw 40px;
  }

  .facebook-mark {
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .ab180-team-1 {
    background-color: var(--white);
    padding-left: 0;
    padding-right: 0;
  }

  .grid-67 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-141, .text-block-76 {
    padding-left: 8px;
  }

  .div-block-142 {
    background-color: var(--team-bg);
    flex-direction: column;
    height: 390px;
    padding-top: 0;
  }

  .div-block-143 {
    width: 70%;
    max-width: 400px;
    height: 200px;
    padding: 20px 26px;
  }

  .image-88 {
    width: 30%;
    height: auto;
    margin-top: 10px;
  }

  .grid-68 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-89 {
    height: 23vw;
  }

  .marketing-team-career {
    height: 90px;
  }

  .image-90 {
    height: 16px;
  }

  .marketing-team-info {
    margin-top: 20px;
  }

  .text-block-81 {
    padding-top: 16px;
  }

  .text-block-82 {
    padding-top: 6px;
  }

  .div-block-150 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .grid-70 {
    grid-row-gap: 36px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 4fr;
  }

  .div-block-151 {
    margin-bottom: 26px;
  }

  .grid-72 {
    width: 100%;
    max-width: 360px;
  }

  .navigation-old {
    padding: 0;
  }

  .navigation-block {
    display: none;
  }

  .team-hide {
    height: 310px;
    margin-top: -310px;
    display: none;
  }

  .text-block-81-copy {
    margin-bottom: 16px;
    padding-top: 32px;
  }

  .text-block-91 {
    height: 86px;
  }

  .div-block-154 {
    height: 40vw;
    min-height: 0;
    max-height: 230px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-93 {
    width: 100%;
  }

  .dark-bg-solutions-2-copy {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .airbridge-page-1 {
    height: 40vh;
    min-height: 440px;
  }

  ._4step-title-hover {
    font-size: 19px;
  }

  .image-94 {
    margin-left: 40px;
  }

  .dropdown-toggle-13 {
    width: 50px;
    height: 50px;
  }

  .solutions-block-new {
    height: 380px;
  }

  .solutions-block-new-2 {
    background-position: 280% 100%, 0 0;
    background-size: 80%, auto;
    height: 340px;
  }

  .solutions-block-new-3 {
    background-color: #574aff;
    background-image: none;
    height: 340px;
  }

  .solution-text_1-copy {
    width: 90%;
    padding-right: 0;
  }

  .solutions-block-new-4 {
    height: 340px;
  }

  .solutions-block-new-5 {
    height: 380px;
  }

  .solutions-block-new-6, .solutions-block-new-7, .solutions-block-new-8, .solutions-block-new-9 {
    height: 240px;
  }

  .heading-8-copy {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
  }

  .text-block-67-kr {
    padding-bottom: 16px;
    font-size: 16px;
  }

  .heading-9_2 {
    width: 100%;
    padding-right: 0;
    font-size: 25px;
  }

  .grid-64-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .link-20 {
    margin-top: 10px;
  }

  .grid-73 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-161 {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .solution-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.4fr;
  }

  .solution-instruction {
    margin-top: 10px;
    padding-top: 0;
    padding-left: 0;
  }

  .cta-banner-new-3 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .text-block-100 {
    width: 70%;
  }

  .dark-bg-solutions-2_3 {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .heading-8_3 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
  }

  .text-block-101 {
    width: 90%;
  }

  .team-page-1 {
    background-size: 180%;
    height: 40vh;
    min-height: 560px;
  }

  .grid-68-copy {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .team-all-block {
    margin-bottom: 20px;
  }

  .all-team-info {
    height: 240px;
    margin-top: 20px;
  }

  .image-98 {
    height: 170px;
  }

  .ab180-team-1-copy {
    background-color: var(--white);
    padding-left: 0;
    padding-right: 0;
  }

  .client-logo-block-new {
    height: 120px;
  }

  .image-99 {
    height: 80px;
  }

  .grid-66-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-fts {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-154-copy {
    height: 40vw;
    min-height: 0;
    max-height: 230px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-75 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.4fr;
  }

  .div-block-163 {
    padding-top: 0;
    padding-left: 0;
  }

  .heading-10-copy {
    width: 100%;
    font-size: 26px;
    line-height: 1.6em;
  }

  .ab180-team-facebook {
    background-color: var(--white);
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-143-copy {
    width: auto;
    max-width: 400px;
    height: 82px;
    padding: 20px 26px;
  }

  .facebook-page-1 {
    height: 40vh;
    min-height: 440px;
  }

  .heading-9_3 {
    width: 80vw;
    font-size: 25px;
  }

  .fcd-team-block {
    background-color: var(--team-bg);
    flex-direction: column;
    height: 310px;
    padding-top: 0;
  }

  .text-block-107 {
    font-size: 24px;
  }

  .text-block-108 {
    width: auto;
    font-size: 14px;
  }

  .solution-plus-block-2 {
    background-position: 100%;
    background-size: auto 90%;
  }

  .text-block-107-copy {
    padding-right: 0;
    font-size: 24px;
  }

  .div-block-165 {
    min-height: 320px;
  }

  .div-block-166 {
    width: 55%;
  }

  .solution-plus-block-2-copy {
    background-position: 100%;
    background-size: auto 100%;
  }

  .link-block-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-169 {
    max-width: 460px;
  }

  .text-block-109 {
    width: 260px;
  }

  .solution-blog-block {
    padding-left: 34px;
    padding-right: 34px;
  }

  .grid-77 {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .link-21 {
    height: 90px;
    font-size: 17px;
  }

  .link-22 {
    margin-top: 10px;
  }

  .text-block-67-kr-copy {
    padding-bottom: 16px;
    font-size: 16px;
  }

  .text-block-109-copy2 {
    width: 240px;
  }

  .mobile-menu {
    background-color: var(--white);
    justify-content: space-between;
    align-items: center;
    height: 56px;
    display: flex;
  }

  .mobile-menu-logo {
    height: 40px;
  }

  .hb-menu-dropdown-copy.w--open {
    height: auto;
    margin-top: 56px;
  }

  .image-94-copy {
    margin-left: 40px;
  }

  .heading-8-copy {
    font-size: 39px;
    display: block;
  }

  .div-block-177 {
    display: block;
  }

  .image-106 {
    filter: invert(0%);
    margin-left: -3px;
  }

  .heading-8-copy-copy {
    font-size: 39px;
    display: block;
  }

  .heading-solution {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
  }

  .heading-9_4 {
    width: 100%;
    padding-top: 20px;
    font-size: 34px;
  }

  .space-block-1 {
    height: 5vh;
    min-height: 50px;
  }

  .paragraph-7-dk {
    width: 100%;
    max-width: 900px;
    margin-bottom: 20px;
    padding-right: 36px;
    font-size: 23px;
  }

  .space-block-2 {
    height: 6vh;
    min-height: 60px;
  }

  .heading-9-wt {
    width: 100%;
    padding-top: 20px;
    font-size: 52px;
  }

  .heading-13 {
    margin-top: 12px;
    font-size: 36px;
  }

  .text-block-114 {
    font-size: 18px;
  }

  .image-110 {
    display: none;
  }

  .div-block-181 {
    width: 100%;
    margin: 20px 0 60px;
  }

  .grid-80 {
    margin-bottom: 40px;
  }

  .div-block-features-1 {
    background-position: 90% 90%;
    background-size: auto 50%;
    height: auto;
    padding: 12px 24px 32px 22px;
  }

  .paragraph-7_2 {
    width: 100%;
    max-width: 900px;
    margin-bottom: 10px;
    padding-right: 36px;
    font-size: 23px;
    line-height: 1.4em;
  }

  .data-lab-div-block {
    padding-left: 42px;
    padding-right: 42px;
  }

  .link-block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-9-wt2 {
    letter-spacing: 0;
    width: 100%;
    padding-top: 20px;
    font-size: 38px;
  }

  .text-block-in-development {
    padding-left: 0;
    padding-right: 22px;
  }

  .paragraph-7-wt2 {
    width: 100%;
    max-width: 900px;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 21px;
  }

  .div-block-features-2, .div-block-features-3 {
    background-position: 90% 90%;
    background-size: auto 50%;
    height: auto;
    padding: 12px 24px 32px 22px;
  }

  .slider-2 {
    width: 98%;
  }

  .left-arrow-2 {
    width: 40px;
    margin-left: -40px;
    padding-left: 10px;
  }

  .right-arrow-2 {
    width: 40px;
    margin-right: -40px;
    padding-right: 10px;
  }

  .image-113 {
    height: 36px;
  }

  .image-110-copy {
    max-height: 660px;
    display: block;
  }

  .div-block-181-copy {
    width: 100%;
    margin: 20px 0 100px;
  }

  .landing-home-klaytn {
    background-position: 90% 90%;
    background-size: 120%;
  }

  .div-block-187 {
    margin-bottom: 25vw;
  }

  .paragraph-8-wt {
    width: 100%;
    max-width: 900px;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    flex: none;
    margin-right: 0;
  }

  .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap {
    flex-direction: column;
  }

  .footer-wrap {
    flex-direction: column;
    padding-bottom: 28px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-links {
    flex-direction: row;
    width: auto;
    margin-right: -20px;
    padding-right: 0;
  }

  .footer-item {
    margin-right: 20px;
    font-size: 12px;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .menu {
    margin-left: 15px;
    margin-right: 0;
  }

  .navi-bar {
    flex-direction: row;
    width: 100%;
    height: 80px;
    padding-left: 20px;
    padding-right: 24px;
  }

  .logo-image-2 {
    width: 90px;
    height: 34.5px;
    margin-bottom: 0;
  }

  .logo-link-2.w--current {
    flex: 0 auto;
    margin-left: 0;
  }

  .white-bg {
    justify-content: flex-start;
    height: 100%;
    min-height: 0;
    max-height: none;
    padding-left: 22px;
    padding-right: 22px;
  }

  .grid {
    align-self: auto;
    justify-items: center;
    margin-bottom: 40px;
  }

  .heading-1 {
    opacity: 0;
    letter-spacing: normal;
    max-width: 320px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.4em;
  }

  .paragraph-1 {
    opacity: 0;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.7em;
  }

  .button-2 {
    text-align: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
    padding: 12px 46px 13px;
    font-size: 16px;
    display: flex;
  }

  .main-section {
    height: 100vh;
    min-height: 520px;
    max-height: 750px;
  }

  .light-gray-3-bg {
    padding-left: 22px;
    padding-right: 22px;
  }

  .solution-div-block-2 {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .dark-bg {
    padding-left: 22px;
    padding-right: 22px;
  }

  .heading-2-white {
    margin-bottom: 60px;
    margin-right: 10px;
    font-size: 28px;
    font-weight: 500;
  }

  .heading-2-black {
    margin-right: 0;
    font-size: 28px;
    font-weight: 500;
  }

  .paragraph-2 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.7em;
  }

  .light-gray-1-bg {
    justify-content: center;
    padding-left: 22px;
    padding-right: 22px;
  }

  .grid-3 {
    grid-template-columns: .8fr 4fr;
    margin-left: 2px;
  }

  .consulting-text-1 {
    font-size: 56px;
  }

  .consulting-text-3 {
    width: auto;
    padding-right: 10px;
  }

  .grid-4 {
    padding-bottom: 40px;
  }

  .badge-2-grid {
    grid-row-gap: 12px;
    grid-template-rows: max-content auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 36px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .heading-badge-2 {
    margin-bottom: 8px;
    font-size: 21px;
  }

  .badge-2-paragraph {
    max-width: 230px;
    font-size: 14px;
  }

  .grid-team-1 {
    align-self: center;
    justify-items: center;
    max-width: 300px;
  }

  .grid-29 {
    grid-row-gap: 0px;
    grid-template-rows: auto 32px;
    grid-template-columns: 1fr;
    padding-top: 10px;
    display: grid;
  }

  .team-1-text {
    padding-right: 0;
    font-size: 14px;
  }

  .team-1-block {
    height: auto;
    margin-bottom: 0;
    padding: 36px 22px 26px;
  }

  .image-9 {
    width: 140px;
    height: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-28 {
    grid-template-rows: 72px auto;
  }

  .team-1-name {
    line-height: 24px;
  }

  .amplitude-expert-badge-1 {
    width: 52px;
    height: 52px;
    margin-top: 0;
    margin-right: 10px;
  }

  .grid-27 {
    grid-template-rows: 1fr max-content;
    grid-template-columns: 1fr;
  }

  .grid-team-2 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-self: center;
    max-width: 300px;
  }

  .grid-31 {
    grid-template-rows: auto 152px auto;
  }

  .amplitude-expert-badge-2 {
    width: 56px;
    height: 56px;
    margin-top: 0;
  }

  .team-2-text {
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 16px;
  }

  .dropdown-list-4.w--open {
    width: 145%;
    min-width: 0;
    max-width: 300px;
  }

  .link {
    margin-bottom: 0;
    margin-left: -10px;
  }

  .cta-banner-1 {
    background-size: 200%;
  }

  .div-block-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 28px 40px;
  }

  .button-3 {
    width: 240px;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-33 {
    font-size: 22px;
  }

  .grid-32 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .airbridge-block {
    padding: 16px 20px 14px;
  }

  .solution-text-1 {
    font-size: 16px;
  }

  .solution-badge-text {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.6em;
  }

  .solution-see-more {
    font-size: 15px;
    line-height: 20px;
  }

  .image-11 {
    width: 14px;
    height: 14px;
    margin-left: 6px;
  }

  .solution-box-1 {
    height: 146px;
  }

  .solution-demo-down {
    font-size: 15px;
    line-height: 20px;
  }

  .solution-box-2 {
    height: 70px;
  }

  .margin-block-1 {
    height: 20px;
  }

  .partners-grid {
    grid-column-gap: 22px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-self: center;
    max-width: 300px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mid-text-block-1 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .heading-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid-34 {
    grid-row-gap: 35px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .text-block-35 {
    padding-bottom: 10px;
    font-size: 23px;
  }

  .text-block-35-copy {
    font-size: 70px;
    line-height: 1.1em;
  }

  .clients-grid {
    grid-column-gap: 32px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-self: center;
    max-width: 300px;
    margin: 18px 10px 28px;
  }

  .mid-text-block-2 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .grid-35 {
    grid-template-columns: auto;
    position: static;
  }

  .grid-36 {
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: .7fr;
    justify-items: start;
    width: auto;
    margin-left: -17px;
  }

  .text-block-38, .link-footer-2_1, .link-footer-2_2 {
    text-align: left;
  }

  .div-block-10 {
    width: 100%;
  }

  .link-6 {
    font-size: 15px;
  }

  .footer-text-1 {
    font-size: 13px;
    line-height: 22px;
  }

  .button-4 {
    flex: 1;
    justify-content: center;
    width: 100%;
    margin-top: 3vw;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-bottom: 13px;
    font-size: 16px;
    display: flex;
  }

  .button-4:hover {
    color: var(--white);
  }

  .text-block-39 {
    font-size: 18px;
  }

  .button-5 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 13px;
  }

  .text-block-39-copy {
    font-size: 16px;
  }

  .solution-page-section {
    background-size: 300%;
    height: 60vh;
    min-height: 0;
    max-height: 430px;
  }

  .image-41 {
    display: block;
  }

  .sub-1-block {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-4 {
    margin-top: 60px;
    margin-bottom: 40px;
    margin-right: 10px;
    font-size: 21px;
  }

  .navy-2-bg {
    background-position: 50%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-4-copy {
    padding-left: 22px;
    padding-right: 22px;
  }

  .solution-grid-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .solution-text-block-2 {
    margin-bottom: 10px;
  }

  .heading-5-bk {
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: 400;
  }

  .text-solution {
    font-size: 16px;
    line-height: 1.6em;
  }

  .image-solution {
    border-radius: 3px;
  }

  .solution-grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 26px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.8fr;
  }

  .div-block-71 {
    padding-left: 0;
  }

  .text-solution-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .light-gray-1-bg-2 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .solution-line {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .button-6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .text-solution-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .light-gray-1-bg-3 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .heading-5-bk-2 {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .light-gray-1-bg-4 {
    flex-direction: column;
    padding-left: 22px;
    padding-right: 22px;
  }

  .team-1-block-2 {
    height: auto;
    margin-bottom: 0;
    padding: 20px 22px 24px;
  }

  .team-2-text-2, .team-1-text-2 {
    padding-right: 0;
    font-size: 16px;
  }

  .solution-div-block-copy {
    justify-content: center;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 60px;
    display: flex;
  }

  .image-badge2 {
    width: 80px;
    height: 80px;
    margin-top: 0;
    display: block;
  }

  .grid-38 {
    grid-column-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.6fr;
    align-items: stretch;
  }

  .sub-page-grid {
    margin-top: 100px;
  }

  .heading-3 {
    text-align: left;
    padding-right: 0;
    font-size: 23px;
    line-height: 1.5em;
  }

  .paragraph-4-copy {
    font-size: 16px;
  }

  .team-page-section {
    background-size: 300%;
    height: 60vh;
    min-height: 0;
    max-height: 430px;
  }

  .sub-page-grid-copy {
    margin-top: 20px;
  }

  .navibar-height {
    height: 14vh;
    max-height: 140px;
  }

  .footer-text-1-copy {
    font-size: 13px;
    line-height: 22px;
  }

  .div-block-73 {
    width: 100%;
  }

  .div-block-74 {
    align-self: auto;
    align-items: center;
    margin-top: 40px;
  }

  .image-43 {
    height: 56px;
  }

  .amplitude-block {
    padding: 16px 20px 14px;
  }

  .solution-text-2 {
    font-size: 16px;
  }

  .solution-badge-text-2 {
    margin-top: 6px;
    font-size: 15px;
  }

  .solution-see-more-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .braze-block, .apptimize-block, .segment-block, .snowflake-block, .tableau-block, .poxerbi-block {
    padding: 16px 20px 14px;
  }

  .div-block-75 {
    margin-left: 0;
  }

  .div-block-77 {
    flex-direction: column;
  }

  .div-block-78 {
    display: flex;
  }

  .div-block-79 {
    margin-top: 6px;
  }

  .button-amplitude, .button-airbridge {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .collection-item {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .image-47 {
    height: 75px;
  }

  .text-block-44 {
    font-size: 52px;
  }

  .text-block-45 {
    font-size: 26px;
  }

  .collection-item-2 {
    justify-content: center;
    min-width: 0;
    max-width: 42.8vw;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
  }

  .navy-2-bg-copy, .navy-2-bg-copy-copy {
    background-position: 50%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-83 {
    height: auto;
  }

  .navibar-height-2 {
    height: 20vh;
    max-height: 160px;
  }

  .mid-text-block-3 {
    margin-top: 48px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .clients-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 21px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-self: center;
    max-width: 300px;
    margin: 18px 14px 28px;
    padding-left: 0;
    padding-right: 0;
  }

  .white-bg-2 {
    justify-content: flex-start;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-left: 22px;
    padding-right: 22px;
  }

  .margin-block-1-copy {
    height: auto;
    margin-top: 40px;
  }

  .light-gray-1-bg-5 {
    align-items: center;
    padding-left: 22px;
    padding-right: 22px;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: block;
  }

  .collection-list-wrapper-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .margin-block-2 {
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .link-footer-2_2-2, .link-footer-3_1, .link-footer-3 {
    text-align: left;
  }

  .grid-42 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .text-block-46 {
    text-align: left;
  }

  .team-1-badge-text {
    padding-right: 0;
    font-size: 14px;
  }

  .heading-badge-2_2 {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .badge-2-paragraph-2_2 {
    max-width: 230px;
    font-size: 14px;
  }

  .badge-2-grid-copy {
    grid-row-gap: 24px;
    grid-template-rows: max-content auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 36px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .image-badge-1 {
    width: 70px;
    height: 121px;
    margin-top: 0;
    display: block;
  }

  .solution-div-block-1 {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .solution-heading-2 {
    margin-top: 60px;
    margin-bottom: 40px;
    margin-right: 10px;
    font-size: 21px;
  }

  .div-block-91 {
    width: 300px;
  }

  .div-block-92 {
    margin-top: 20px;
    padding-left: 10px;
  }

  .grid-45 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-1_1 {
    opacity: 0;
    letter-spacing: normal;
    max-width: 320px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.4em;
  }

  .paragraph-1_1 {
    opacity: 0;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.7em;
  }

  .white-bg-main-1 {
    justify-content: flex-start;
    height: 100%;
    min-height: 0;
    max-height: none;
    padding-left: 22px;
    padding-right: 22px;
  }

  .button-2-copy {
    text-align: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
    padding: 12px 46px 13px;
    font-size: 16px;
    display: flex;
  }

  .mid-title-1 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .light-gray-bg-1 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .main-block-4 {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .partners-grid-1 {
    grid-column-gap: 22px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-self: center;
    max-width: 300px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .dark-navy-bg-1 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .main-block-5 {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .mid-title-2 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .heading-2_1-white {
    margin-bottom: 60px;
    margin-right: 10px;
    font-size: 28px;
    font-weight: 500;
  }

  .white-bg-main-2 {
    justify-content: flex-start;
    height: 100%;
    min-height: 0;
    max-height: none;
    padding-left: 22px;
    padding-right: 22px;
  }

  .heading-2_1 {
    margin-bottom: 60px;
    margin-right: 10px;
    font-size: 28px;
    font-weight: 500;
  }

  .cta-banner-new {
    background-size: 200%;
  }

  .main-block-3 {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer-wrap-copy {
    flex-direction: column;
    padding-bottom: 28px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navi-bar-new, .navi-bar-new-copy {
    flex-direction: row;
    width: 100%;
    height: 80px;
    padding-left: 20px;
    padding-right: 24px;
  }

  .sub-1-block-new {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-3-copy {
    text-align: left;
    padding-right: 0;
    font-size: 23px;
    line-height: 1.5em;
  }

  .airbridge-bg-2 {
    background-position: 50%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .solution-block-2 {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .solution-heading-2-copy {
    margin-top: 60px;
    margin-bottom: 40px;
    margin-right: 10px;
    font-size: 21px;
  }

  .heading-1_1-copy {
    opacity: 0;
    letter-spacing: normal;
    max-width: 320px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.4em;
  }

  .landing-home-1 {
    background-color: var(--pale-blue-8);
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: 160%;
    height: 100vh;
    min-height: 700px;
    max-height: 1100px;
  }

  .dark-bg-1 {
    height: auto;
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-block-125 {
    height: 22vw;
    min-height: 10px;
  }

  .heading-8 {
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 40px;
    line-height: 1.2em;
  }

  .paragraph-7 {
    width: 100%;
    margin-bottom: 14px;
    padding-right: 0;
    font-size: 18px;
    line-height: 1.6em;
  }

  .div-block-126 {
    padding-bottom: 60px;
  }

  .text-block-67 {
    padding-top: 12vw;
    padding-bottom: 10px;
    font-weight: 500;
  }

  .div-block-127 {
    align-items: flex-start;
    padding-left: 28px;
    padding-right: 28px;
  }

  .grid-59 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .client-logo-block {
    height: 9vw;
    min-height: 120px;
  }

  .image-84 {
    height: 54px;
  }

  .div-block-127-copy {
    width: 100%;
    padding: 80px 28px 60px;
  }

  .heading-9 {
    width: 100%;
    max-width: 360px;
    padding-top: 0;
    font-size: 34px;
    font-weight: 700;
  }

  .button-8 {
    width: 100%;
    max-width: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .landing-home-solutions {
    width: auto;
  }

  .div-block-130 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-feature {
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 12px;
    font-weight: 500;
  }

  .heading-9-copy {
    max-width: 420px;
    margin-bottom: 20px;
    font-size: 28px;
    display: none;
  }

  .div-block-131 {
    margin-top: 20px;
  }

  .solution-airbridge {
    height: 320px;
  }

  .solution-logo {
    height: 34px;
  }

  .div-block-133 {
    padding-top: 22px;
  }

  .solution-tilte-1 {
    margin-top: 16px;
    font-size: 26px;
  }

  .solution-text_2 {
    width: 100%;
    max-width: 380px;
    padding-bottom: 26px;
    font-size: 17px;
    font-weight: 400;
  }

  .div-block-134 {
    padding-bottom: 24px;
  }

  .solution-text_1 {
    width: 100%;
    max-width: 380px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
  }

  .solution-tilte-2 {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .div-block-133-copy {
    padding-top: 22px;
  }

  .solution-demo {
    padding-bottom: 24px;
  }

  .div-block-130-copy {
    padding-left: 28px;
    padding-right: 28px;
  }

  .paragraph-8 {
    font-size: 17px;
  }

  ._4step-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .surport-number-1 {
    height: 26px;
    padding-left: 0;
    font-size: 14px;
  }

  .div-block-136 {
    height: auto;
    min-height: 140px;
    margin-top: 6px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-72 {
    font-size: 15px;
    font-weight: 400;
  }

  .text-block-73 {
    padding: 16px 10px 16px 14px;
    font-size: 15px;
    font-weight: 400;
  }

  .surport-8-step {
    min-height: 80px;
  }

  .team-block-1 {
    margin-top: 20px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .heading-10 {
    font-size: 22px;
  }

  .forbes-mark {
    padding: 4vw 20px;
  }

  .paragraph-9 {
    margin-bottom: 4px;
    padding-bottom: 4px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4em;
  }

  .mark-image {
    height: 22vw;
    max-height: 76px;
  }

  .amplitude-mark {
    min-height: 0;
    padding-top: 3vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ab180-team-1 {
    margin-top: 40px;
  }

  .text-block-76 {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .text-block-77 {
    font-size: 12px;
  }

  .div-block-142 {
    background-color: var(--team-gray-2);
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 400px;
  }

  .div-block-143 {
    width: 90%;
    height: auto;
    margin-bottom: 0;
    padding: 26px 20px 4px;
  }

  .image-88 {
    width: 160px;
    max-height: none;
    margin-top: 0;
  }

  .marketing-team {
    background-color: var(--team-gray-2);
  }

  .image-89 {
    height: 30vw;
    max-height: 120px;
  }

  .grid-69 {
    grid-template-columns: 26px 1fr 13px;
  }

  .text-block-80 {
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
  }

  .div-block-149 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .marketing-team-info {
    height: 180px;
    margin-top: 16px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .text-block-81 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }

  .text-block-82 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 12px;
  }

  .demo-button-7 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 260px;
    height: auto;
    display: flex;
  }

  .div-block-150 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .grid-71 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .link-12 {
    margin-bottom: 4px;
  }

  .text-block-84-copy {
    height: auto;
  }

  .navigation-old {
    padding-left: 0;
    padding-right: 0;
  }

  .image-91 {
    height: 36px;
  }

  .team-hide {
    height: 286px;
    margin-top: -286px;
    display: none;
  }

  .text-block-81-copy {
    height: 62px;
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 15px;
  }

  .text-block-89 {
    margin-top: 10px;
    font-size: 17px;
  }

  .text-block-91 {
    opacity: 1;
    height: auto;
    font-size: 15px;
    line-height: 1.6em;
    display: block;
  }

  .div-block-154 {
    height: auto;
    min-height: 0;
    padding: 4vw 20px;
  }

  .surport-number-2 {
    height: 26px;
  }

  .cta-banner-new-2 {
    background-size: 200%;
  }

  .text-block-93 {
    font-size: 20px;
  }

  .dark-bg-solutions-2-copy {
    padding-left: 28px;
    padding-right: 28px;
  }

  .airbridge-page-1 {
    height: 60vh;
    min-height: 540px;
    max-height: 680px;
  }

  .client-logo-block-right {
    min-height: 120px;
  }

  .grid-59-copy {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  ._4step-title-hover {
    font-size: 20px;
  }

  .client-logo-block-2 {
    min-height: 120px;
  }

  .div-block-157 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .client-logo-block-right-copy {
    min-height: 120px;
    display: flex;
  }

  .client-logo-block-copy {
    display: none;
  }

  .dropdown-toggle-13 {
    width: 60px;
    height: 60px;
  }

  .solutions-block-new {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
    min-height: 320px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .solutions-block-new-2 {
    background-image: linear-gradient(#00215b 26%, #00338c);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    min-height: 320px;
  }

  .solutions-block-new-3 {
    height: auto;
    min-height: 320px;
  }

  .solution-text_1-copy {
    width: 100%;
  }

  .solutions-block-new-4 {
    height: auto;
    min-height: 320px;
  }

  .solutions-block-new-5 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: 320px;
    min-height: 320px;
  }

  .solutions-block-new-6 {
    height: auto;
    min-height: 220px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .solution-logo-copy {
    height: 34px;
  }

  .solutions-block-new-7, .solutions-block-new-8, .solutions-block-new-9 {
    height: auto;
    min-height: 220px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .solution-bg-1 {
    height: auto;
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-block-126-copy {
    padding-bottom: 60px;
  }

  .button-solution-1 {
    width: 100%;
    max-width: 260px;
    padding-top: 15px;
    padding-bottom: 17px;
  }

  .heading-9_2 {
    font-size: 22px;
  }

  .grid-64-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .link-18 {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .link-20 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .solution-bg-2 {
    padding-top: 20px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .text-block-kr-2 {
    padding-top: 50px;
  }

  .heading-11 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .text-block-99 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
  }

  .cta-banner-new-3 {
    background-image: none;
    padding: 4vw 28px 5vw;
  }

  .text-block-100 {
    width: 100%;
    font-size: 22px;
  }

  .button-10 {
    width: 100%;
    max-width: 320px;
  }

  .dark-bg-solutions-2_3 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .team-block-1_2 {
    padding-bottom: 60px;
  }

  .heading-8_3 {
    text-align: left;
    padding-right: 0;
    font-size: 34px;
  }

  .text-block-101 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
  }

  .team-bg-1 {
    height: auto;
    padding-left: 28px;
    padding-right: 28px;
  }

  .team-page-1 {
    background-size: 260%;
    height: 60vh;
    min-height: 640px;
    max-height: 700px;
  }

  .team-all-block {
    background-color: var(--team-gray-2);
  }

  .all-team-info {
    height: 232px;
    margin-top: 10px;
  }

  .image-98 {
    margin-top: 0;
  }

  .client-logo-block-new {
    height: 100px;
  }

  .image-99 {
    height: 80px;
  }

  .text-block-105 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .grid-fts {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-154-copy {
    height: auto;
    min-height: 0;
    max-height: 160px;
    padding: 4vw 16px;
  }

  .text-block-89-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.8em;
  }

  .text-block-106 {
    padding-right: 0;
  }

  .heading-10-copy {
    font-size: 20px;
    line-height: 1.5em;
  }

  .team-block-facebook {
    margin-top: 40px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-block-143-copy {
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .solution-bg-1_2 {
    height: auto;
    padding-left: 28px;
    padding-right: 28px;
  }

  .facebook-page-1 {
    height: 60vh;
    min-height: 580px;
    max-height: 720px;
  }

  .div-block-141-copy {
    padding-left: 10px;
  }

  .heading-9_3 {
    font-size: 22px;
  }

  .fcd-team-block {
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 280px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .solution-plus-block {
    margin-bottom: 8vw;
    padding: 20px 20px 40px;
  }

  .text-block-107 {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .text-block-108 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .button-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .solution-plus-block-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 8vw;
    padding: 34px;
  }

  .button-11-copy {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-107-copy {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .div-block-165 {
    min-height: 200px;
    padding-left: 0;
  }

  .div-block-166 {
    width: 100%;
  }

  .solution-plus-block-2-copy {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 8vw;
    padding: 34px;
  }

  .div-block-168 {
    margin-bottom: 20px;
  }

  .link-block-2 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .text-block-109 {
    width: 170px;
    font-size: 16px;
  }

  .solution-blog-block {
    padding-left: 28px;
    padding-right: 28px;
  }

  .link-21 {
    height: auto;
    padding-top: 2px;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 1.5em;
  }

  .link-22 {
    margin-top: 10px;
  }

  .text-block-67-kr-copy {
    padding-right: 40px;
    font-size: 18px;
  }

  .fcd-team {
    align-self: auto;
  }

  .text-block-109-copy2 {
    color: #2a5e92;
    width: 170px;
    font-size: 16px;
  }

  .button-10-copy {
    width: 100%;
  }

  .div-block-173 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
  }

  .mobile-menu {
    background-color: var(--pale-blue-8);
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-menu-logo {
    filter: invert();
    height: 36px;
  }

  .image-94-copy {
    filter: invert(0%);
  }

  .heading-8-copy {
    padding-right: 0;
    font-size: 40px;
  }

  .div-block-174 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 55px;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
  }

  .div-block-175 {
    background-color: var(--team-gray-2);
    flex: 0 auto;
    width: 100%;
    height: 1px;
    display: block;
  }

  .div-block-176 {
    background-color: var(--pale-blue-7-text);
    width: 100%;
    height: .5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-only {
    background-color: var(--white);
    margin-top: 0;
  }

  .image-106 {
    filter: invert(0%);
    height: 20px;
  }

  .image-107 {
    filter: invert(90%);
  }

  .heading-8-copy-copy {
    padding-right: 0;
    font-size: 40px;
  }

  .heading-solution {
    padding-right: 0;
    font-size: 34px;
  }

  .heading-12 {
    color: var(--white);
    width: 100%;
    max-width: 380px;
    margin-bottom: 20px;
    font-family: Noto Sans KR, sans-serif;
    font-size: 30px;
    line-height: 1.4em;
    display: block;
  }

  .heading-9_4 {
    width: 100%;
    max-width: 280px;
    padding-top: 60px;
    font-size: 29px;
    font-weight: 700;
  }

  .space-block-1 {
    height: 5vh;
    min-height: 30px;
  }

  .paragraph-7-dk {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 4px;
    font-size: 18px;
    line-height: 1.6em;
  }

  .space-block-2 {
    height: 5vh;
    min-height: 30px;
  }

  .heading-9-wt {
    width: 100%;
    max-width: 360px;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 40px;
    font-weight: 600;
  }

  .heading-13 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.2em;
  }

  .text-block-114 {
    font-size: 17px;
  }

  .landing-home-data-lab {
    width: auto;
  }

  .div-block-181 {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 40px;
  }

  .grid-80 {
    margin-bottom: 40px;
  }

  .div-block-183 {
    margin-top: 20px;
  }

  .grid-81 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-features-1 {
    background-position: 50% 98%;
    background-size: 90%;
    min-height: 320px;
    max-height: none;
    margin-bottom: 18px;
    padding: 10px 20px 55vw 22px;
  }

  .data-lab-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 360px;
    height: auto;
    margin-right: 0;
    display: flex;
  }

  .paragraph-7_2 {
    width: 100%;
    margin-bottom: 8vh;
    padding-right: 4px;
    font-size: 18px;
    line-height: 1.6em;
  }

  .data-lab-div-block {
    align-items: center;
    padding-left: 28px;
    padding-right: 28px;
  }

  .link-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .landing-home-data-lab-2 {
    background-size: 140%;
  }

  .heading-9-wt2 {
    letter-spacing: 0;
    width: 100%;
    max-width: 360px;
    padding-top: 0;
    font-size: 34px;
    font-weight: 700;
  }

  .text-block-in-development {
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 12px;
    font-weight: 500;
  }

  .paragraph-7-wt2 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
  }

  .div-block-features-2, .div-block-features-3 {
    background-position: 50% 98%;
    background-size: 90%;
    min-height: 320px;
    max-height: none;
    margin-bottom: 18px;
    padding: 10px 20px 55vw 22px;
  }

  .slider-2 {
    width: 100%;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .slide-nav {
    width: auto;
    margin-bottom: -50px;
  }

  .div-block-181-copy {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 72px;
  }

  .landing-home-klaytn {
    background-position: 70% 95%;
    background-size: 150%;
  }

  .paragraph-8-wt {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.4em;
  }
}


