:root {
  --white: white;
  --line: #dddfe3;
  --black: #222;
  --tab: #f3f3f3;
  --blue: #0091d0;
  --font: #667085;
  --font-1: rgba(34, 34, 34, .5);
}

.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;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.navbar1-1_container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_link-1-1 {
  color: #667085;
  padding: .5rem 1rem;
  font-family: Lato, sans-serif;
}

.navbar_link-1-1.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar_link-1-1.text-color-white {
  color: #fff;
}

.padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical.full-height {
  height: 100vh;
}

.padding-vertical.full-height.align-center {
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.padding-vertical.padding-huge {
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.padding-vertical.padding-large {
  margin-top: 20px;
  margin-bottom: auto;
  padding: 3rem 0% 0%;
}

.padding-vertical.padding-huge {
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 0;
  padding: 0 5% 6rem;
  position: relative;
}

.padding-vertical.padding-large {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.button-primary-sf1 {
  color: #fff;
  text-align: center;
  background-color: #222;
  border: 0 solid #222;
  border-radius: 8px;
  align-self: center;
  width: 170px;
  height: 50px;
  padding: 5% 1.5rem;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.button-primary-sf1.w--current {
  padding-top: 4%;
}

.heading-xlarge-sf1 {
  color: #101828;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Outfit, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  display: flex;
}

.heading-xlarge-sf1.text-color-white {
  color: #fff;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-xlarge.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.navbar1-1_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.page-padding {
  background-color: rgba(221, 220, 220, 0);
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.page-padding.full-height {
  height: 100%;
}

.page-padding.full-height.justify-center {
  align-items: center;
  display: flex;
}

.page-padding.full-height.justify-center.padding-huge {
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: -80px;
}

.text-size-medium-sf1 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium-sf1.text-color-white, .text-size-medium-sf1.text-color-white.text-align-center {
  color: #fff;
}

.text-size-medium-sf1.text-color-grey {
  color: #667085;
}

.text-size-medium-sf1.text-color-grey.text-align-center {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 30px;
  margin-left: 5%;
  margin-right: 5%;
  padding-right: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 20px;
  line-height: 25px;
  display: block;
}

.button-tertiary-sf1 {
  color: #101828;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(127, 86, 217, 0);
  border-radius: 8px;
  padding: .75rem 1.2rem;
  font-family: Lato, sans-serif;
}

.button-tertiary-sf1.text-color-white {
  color: #fff;
}

.navbar_component-1-1 {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #dddfe3;
  align-items: center;
  width: 100%;
  height: 10vh;
  min-height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: static;
}

.navbar_component-1-1.background-color-dark, .navbar_component-1-1.background-color-white {
  background-color: #fff;
  position: relative;
}

.navbar_component-1-1.background-color-white.no-underline {
  border-bottom-style: none;
}

.navbar_logo-1-1 {
  width: auto;
  height: 50px;
  max-height: 40px;
}

.navbar5_logo-link {
  padding-left: 0;
}

.navbar1-1_menu-left {
  color: #222;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  font-size: 16px;
  display: flex;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.is-button-row-center {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}

.navbar5_button-wrapper {
  margin-left: 1rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium.align-center {
  justify-content: center;
  display: flex;
}

.margin-bottom.margin-xlarge {
  margin-top: auto;
}

.margin-bottom.margin-xxlarge {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-bottom: 1rem;
}

.margin-bottom.margin-small2 {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  display: block;
  position: static;
}

.margin-bottom.margin-small {
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
}

.hero-1-4_image {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: 70px;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, .1);
}

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

.span-purple---sf1 {
  color: #222;
}

.section-header1-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  max-width: 50rem;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-secondary-sf1 {
  color: #222;
  text-align: center;
  -webkit-text-stroke-color: #222;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #222;
  border-radius: 5px;
  padding: .75rem 1.2rem;
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.navbar1-1_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

.navbar5_menu-button {
  padding: 0;
}

.section-hero1-7 {
  background-color: #101828;
  height: auto;
  position: relative;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Noto Sans KR, sans-serif;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  aspect-ratio: auto;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Outfit, sans-serif;
}

.container-regular-3 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-3 {
  margin-left: 120px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.text-block {
  font-size: 16px;
}

.body {
  font-family: Outfit, sans-serif;
}

.navbar1_dropdown-list {
  padding-right: 0;
  display: none;
}

.navbar1_dropdown-list.w--open {
  z-index: 3;
  background-color: #fff;
  border: 1px solid #dddfe3;
  border-radius: 10px;
  width: 5rem;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem .5rem .5rem;
  left: auto;
  right: 0%;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, .05);
}

.navbar1_item-heading-container {
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-small.margin-right-0-75rem {
  margin-right: .75rem;
}

.dropdown-icon-2 {
  outline-offset: 0px;
  color: #222;
  outline: 3px #222;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  padding-left: 0;
  box-shadow: 0 0 rgba(0, 0, 0, .2);
}

.navbar1_menu-dropdown {
  z-index: 1;
}

.navbar1_logo-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.text-size-small-sf1 {
  color: #667085;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: .875rem;
}

.navbar_link-1-1-2 {
  color: #222;
  padding: .5rem 1rem;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.navbar_link-1-1-2.w--current {
  color: #222;
}

.heading-xsmall-sf1 {
  color: #101828;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar_component-1-4 {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #dddfe3;
  align-items: center;
  width: 100%;
  height: 10vh;
  min-height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: static;
}

.navbar_component-1-4.background-color-white {
  z-index: 100;
  background-color: #fff;
  height: 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.navbar1_container {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.navbar1-1_dropdown-toggle {
  color: #667085;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 2.5rem .5rem 0;
  font-family: Lato, sans-serif;
}

.navbar1-1_dropdown-toggle.w--open {
  z-index: 1;
}

.navbar1_dropdown-link {
  margin-bottom: 0;
  padding: .5rem 1rem;
  text-decoration: none;
}

.navbar1_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1-1_menu-2 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  color: #222;
  flex: 1;
  order: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.text-block-2 {
  color: #222;
  font-family: Outfit, sans-serif;
  font-weight: 700;
}

.bold-text {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-2, .bold-text-3 {
  font-size: 18px;
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.navbar1-1_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary-sf1-2 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #222;
  background-color: #222;
  border: 2px solid #222;
  border-radius: 5px;
  max-width: 100%;
  margin-top: 0;
  padding: .75rem 1.5rem;
  font-family: Outfit, sans-serif;
  font-weight: 400;
  text-decoration: none;
  overflow: visible;
}

.section-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 100px;
  display: flex;
  position: relative;
  top: 0;
}

.section-hero1-4 {
  background-color: #f9fafb;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.bold-text-6 {
  font-size: 16px;
  font-weight: 500;
}

.bold-text-7 {
  font-size: 60px;
  font-weight: 600;
  line-height: 62px;
}

.navbar1_dropdown-list-2 {
  position: absolute;
}

.navbar1_dropdown-list-2.w--open {
  z-index: 3;
  background-color: #fff;
  border: 1px solid #dddfe3;
  border-radius: 10px;
  width: 30vw;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem .5rem .5rem;
  left: auto;
  right: -100%;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, .05);
}

.button-primary-sf1-3 {
  color: #fff;
  text-align: center;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.dropdown-icon-3 {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.navbar_logo-1-1-2 {
  height: 2rem;
}

.navbar_link-1-1-3 {
  color: #667085;
  padding: .5rem 1rem;
  font-family: Lato, sans-serif;
}

.navbar_link-1-1-3.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1_container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1-1_dropdown-toggle-2 {
  color: #667085;
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: Lato, sans-serif;
  display: block;
}

.navbar1-1_dropdown-toggle-2.w--open {
  z-index: 1;
}

.navbar1-1_menu-3 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.business-logo-section {
  margin-top: 20px;
  padding-top: 10px;
}

.page-padding-sf1 {
  margin-top: 16px;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.padding-vertical-sf1 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-sf1.padding-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.heading-small-sf1 {
  color: #101828;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-small-sf1.text-align-center {
  color: #101828;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  display: block;
}

.heading-small-sf1.text-weight-bold {
  margin-top: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.section-logos1-2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
}

.business-logos {
  opacity: .4;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.business-logos_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.margin-bottom-2 {
  margin: 0 0 1rem;
}

.margin-bottom-2.margin-xlarge {
  margin-bottom: 1rem;
}

.container-medium {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.business-logo-section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 40px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.page-business-clients {
  background-color: #f9fafb;
  padding-top: 2rem;
  padding-left: 0%;
  padding-right: 0%;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-8 {
  margin-bottom: 40px;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.container-large-2 {
  border: 1px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.benefit-wrapper {
  flex: 0 auto;
  max-width: 290px;
  margin-left: 40px;
  margin-right: auto;
}

.benefit-wrapper._250-width {
  max-width: 250px;
}

.benefit-wrapper._250-width._20-left-margin {
  margin-left: 20px;
}

.features1-30_content {
  width: 70ch;
  padding-right: 0%;
}

.section-choose-oncosoft {
  background-color: rgba(255, 255, 255, 0);
}

.text-size-regular-sf1 {
  color: #667085;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.image-feature-1-29 {
  z-index: 5;
  border-radius: 10px;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  top: auto;
  left: auto;
  right: 0%;
}

.features1-29_image-container {
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.features1-30_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.features1-30_features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  min-height: 30px;
  margin-top: 1rem;
  margin-left: 0;
  margin-right: auto;
  display: grid;
}

.heading-large-sf1 {
  color: #101828;
  flex: 0 auto;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.benefit-flex-wrapper {
  margin: 15px auto;
  display: flex;
}

.text-span {
  text-align: center;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.bold-text-9 {
  font-weight: 600;
}

.bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
  font-weight: 500;
}

.coursus_item-divider {
  color: #252b42;
  background-color: rgba(37, 43, 66, .1);
  width: 1px;
  height: 116px;
  position: absolute;
  top: 40px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.stats1-6-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.stats1-6_component {
  background-color: #fff;
  border-radius: 10px;
  margin-top: auto;
  position: relative;
  box-shadow: 7px 7px 40px 4px rgba(33, 43, 51, .08);
}

.icon-1x1-medium {
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  display: inline-block;
}

.icon-1x1-medium.border-radius_10px {
  border-radius: 10px;
  width: 5rem;
  max-width: 5rem;
  height: auto;
  min-height: auto;
  max-height: none;
}

.section-strategy {
  padding-bottom: 20px;
  padding-left: 0%;
  padding-right: 0%;
}

.anim-wrap-2 {
  font-family: Outfit, sans-serif;
  font-weight: 100;
  overflow: hidden;
}

.text-size-medium-sf1-2 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.stats1-6-item {
  border-bottom: 1px rgba(0, 0, 0, .1);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 40px 20px;
  display: block;
  position: relative;
}

.coursus_content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.margin-bottom-3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-3.margin-xsmall {
  margin-bottom: .6rem;
}

.section-latest-news {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number-wrapper-1 {
  height: 70px;
  margin-bottom: 20px;
  line-height: 1.1;
  display: flex;
  overflow: hidden;
}

.number-wrapper-1.one {
  text-align: center;
}

.number_counter-wrapper {
  color: #222;
  width: 80%;
  margin-left: 70px;
  margin-right: 70px;
  padding-left: 0;
  padding-right: 0;
}

.about-numbers__container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-medium {
  color: #667085;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
}

.text-size-medium.text-color-black {
  color: #101828;
}

.grid-stat-10 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: stretch;
  position: relative;
}

.numbers_1 {
  color: #222;
}

.number_m {
  color: #222;
  font-size: 60px;
}

.numbers {
  font-size: 60px;
  overflow: visible;
}

.numbers.two {
  color: #fff;
}

.section-stats1-10 {
  background-color: #101828;
}

.heading-large {
  color: #101828;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}

.heading-large.text-color-white {
  color: #fff;
  font-weight: 400;
}

.grid-divider {
  background-color: #797979;
  width: 1px;
  height: 50px;
  position: absolute;
  top: 40%;
  left: 35%;
  right: auto;
}

.grid-divider.right {
  left: auto;
  right: 30%;
}

.blog-tag {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 16px;
  padding: 4px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 16px;
  left: 16px;
}

.blog-7-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.blog-details {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.blog-item-shadow {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, .3);
}

.blog-image-container {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 600px;
  display: grid;
}

.margin-top.mt-30 {
  margin-top: 30px;
}

.blog-image {
  width: 100%;
  max-width: none;
  max-height: none;
  position: static;
}

.blog-7-item {
  position: relative;
}

.blog-card-2 {
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.text-size-regular {
  color: #667085;
  letter-spacing: -.5px;
  text-indent: 0;
  align-self: center;
  padding-top: 15px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.text-size-regular.text-weight-light {
  padding-top: 10px;
  font-weight: 300;
  line-height: 1.5;
}

.bold-text-14 {
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.image {
  max-width: 25%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar1_dropdown-list-3.w--open {
  z-index: 3;
  background-color: #fff;
  border: 1px solid #dddfe3;
  border-radius: 10px;
  width: 30vw;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem .5rem .5rem;
  left: auto;
  right: -100%;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, .05);
}

.navbar1_item-heading-container-2 {
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.button-primary-sf1-4 {
  color: #fff;
  text-align: center;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.dropdown-icon-4 {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.navbar1_logo-link-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-left: 0;
  display: flex;
}

.navbar_logo-1-1-3 {
  height: 2rem;
}

.navbar1_menu-buttons-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1-1_menu-left-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.navbar_link-1-1-4 {
  color: #667085;
  padding: .5rem 1rem;
  font-family: Lato, sans-serif;
}

.navbar_link-1-1-4.w--current {
  color: rgba(0, 0, 0, 0);
}

.heading-xsmall-sf1-2 {
  color: #101828;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.navbar1-1_dropdown-toggle-3 {
  color: #667085;
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: Lato, sans-serif;
}

.navbar1-1_dropdown-toggle-3.w--open {
  z-index: 1;
}

.navbar1-1_menu-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-left: 0;
  display: flex;
  position: static;
}

.testimonials1-15-slider {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  max-width: 750px;
  height: 100%;
  margin-top: 2rem;
}

.testimonials1-15-mask {
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
  box-shadow: 0 20px 50px rgba(70, 137, 215, .2);
}

.text-size-regular-sf1-2 {
  color: #667085;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-full.align-center {
  justify-content: center;
  display: flex;
}

.profile-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.profile-image {
  border-radius: 100px;
  margin-right: 25px;
}

.slide-wrap {
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  padding: 90px 60px 50px;
  display: flex;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.text-size-medium-sf1-3 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium-sf1-3.text-color-black {
  color: #101828;
}

.text-size-medium-sf1-3.text-color-purple {
  color: #222;
  -webkit-text-stroke-color: #222;
  flex: 0 auto;
}

.text-size-medium-sf1-3.text-color-purple.text-align-center {
  color: #7f56d9;
}

.text-size-medium-sf1-3.text-color-purple.mr-2 {
  margin-right: 2rem;
}

.text-size-medium-sf1-3.text-align-center {
  color: #667085;
  text-align: center;
}

.text-size-medium-sf1-3.text-align-center.text-weight-light {
  font-weight: 300;
}

.text-size-medium-sf1-3.text-align-center.text-weight-light.mb-1-5 {
  margin-bottom: 1.5rem;
}

.text-size-medium-sf1-3.text-color-grey {
  color: #667085;
}

.text-size-medium-sf1-3.text-color-grey.text-align-center {
  font-size: 1.25rem;
}

.testimonials1-15-arrow_left {
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  top: 0%;
  bottom: 0%;
  left: -25px;
  right: auto;
  box-shadow: 0 5px 10px rgba(27, 45, 69, .1);
}

.icon-8 {
  color: #1b2d45;
  font-size: 15px;
}

.profile-block {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.testimonials1-15-arrow_right {
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -25px;
  box-shadow: 0 5px 10px rgba(27, 45, 69, .1);
}

.testimonials1-17_slide-nav {
  display: none;
}

.testimonials1-15-slide {
  background-color: #fff;
  border: 1px rgba(70, 137, 215, .2);
  border-radius: 10px;
  margin-right: 50px;
  padding: 0;
}

.section-testimonials1-15 {
  background-color: #f9fafb;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.heading-large-sf1-2 {
  color: #101828;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.testimonials1-18-tag {
  color: #fff;
  background-color: #7f56d9;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1rem;
}

.testimonials1-18-tag.mb-1-5 {
  background-color: #222;
  margin-bottom: 1.5rem;
}

.deskare-icon {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.testimonials1-18-card {
  background-color: #f9f9f9;
  border-radius: 16px;
  margin-right: 56px;
  padding: 40px;
}

.testimonials1-18-card.align-center {
  background-color: #f9fafb;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 40vw;
  min-width: auto;
  max-width: none;
  margin-right: 3rem;
  padding: 2rem;
  display: flex;
}

.button-primary-sf1-5 {
  color: #fff;
  text-align: center;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.section-testimonials1-18 {
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 0;
  overflow: hidden;
}

.testimonials1-18-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonials1-18-line1 {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.content-testimonial.align-center {
  flex-direction: column;
  align-items: center;
  margin-top: -4rem;
  display: flex;
}

.testimonials1-18-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 4rem;
  min-width: auto;
  max-width: none;
  height: 4rem;
  min-height: auto;
  margin-bottom: 1.5rem;
}

.testimonials1-18-line2 {
  justify-content: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.div-block-86 {
  align-items: center;
  width: 100%;
  display: flex;
}

.button-wrapper-6 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-size-regular-sf1-3 {
  color: #667085;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.faq1-2_content-wrapper {
  overflow: hidden;
}

.max-width-small-2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 48rem;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.text-size-regular-sf1-4 {
  color: #667085;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.faq1-2_question-wrapper {
  cursor: pointer;
  border-bottom: 1px solid #dddfe3;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.accordion-icon {
  color: #0385ce;
  justify-content: center;
  align-items: center;
  height: 1rem;
  margin-left: 1rem;
  display: flex;
}

.layout-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: 0%;
  margin-right: 0%;
  padding-bottom: 60px;
  display: flex;
}

.page-padding-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-vertical-2 {
  padding-left: 0;
  padding-right: 0;
}

.accordion1_coloumn {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-medium-3 {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium-3.align-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 80rem;
  display: flex;
}

.accordion1_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-size-medium-sf1-4 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-4.text-align-center {
  color: #667085;
  text-align: center;
}

.text-size-regular-sf1-5 {
  color: #667085;
  text-align: left;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
}

.padding-vertical-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-3.padding-huge {
  padding-top: 10px;
  padding-bottom: 1rem;
  position: relative;
}

.page-padding-4 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.heading-large-sf1-3 {
  color: #101828;
  flex: 0 auto;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-size-medium-sf1-5 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-5.text-align-center {
  color: #667085;
  text-align: center;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.text-link {
  color: #667085;
  text-decoration: underline;
}

.header2_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.footer_bottom-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.padding-vertical-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-4.padding-xlarge {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-medium-sf1 {
  color: #101828;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-medium-sf1.text-color-white {
  color: #fff;
}

.footer_logo-1-1 {
  height: 50%;
  min-height: 2rem;
}

.footer_bottom-link {
  color: #667085;
  font-weight: 500;
  text-decoration: none;
}

.footer_bottom-link:hover {
  color: rgba(30, 30, 32, .6);
}

.footer-grid-1-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.75fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.button-primary-sf1-6 {
  color: #fff;
  text-align: center;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.footer-info-text {
  color: #667085;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-weight: 500;
  display: flex;
}

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

.cta-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #667085;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: grid;
}

.footer_bottom-links {
  color: #667085;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.heading-small-sf1-2 {
  color: #101828;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-small-sf1-2.font-color-white {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.footer_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer1-2_form-block {
  color: #f9fafb;
  max-width: 30rem;
  margin-bottom: 0;
}

.form-input-sf1 {
  color: #101828;
  background-color: #fff;
  border: 1px solid #dddfe3;
  border-radius: 8px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.form-input-sf1:focus {
  border-color: #000;
}

.form-input-sf1::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input-sf1.dark {
  color: #f9fafb;
  background-color: #171f30;
  border-color: #171f30;
  font-weight: 300;
  position: static;
}

.form-input-sf1.dark::placeholder {
  color: #fff;
  background-color: #171f30;
}

.footer-link-1-1 {
  color: #667085;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 200%;
  text-decoration: none;
  display: block;
}

.footer-link-1-1:hover {
  color: rgba(30, 30, 32, .6);
}

.footer-link-1-1.dark:hover, .span-purple---sf1-2 {
  color: #7f56d9;
}

.button-secondary-sf1-2 {
  color: #7f56d9;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #7f56d9;
  border-radius: 8px;
  padding: .75rem 1.2rem;
  font-family: Lato, sans-serif;
}

.footer1-3_component {
  background-color: #101828;
}

.text-size-small-sf1-2 {
  color: #667085;
  font-family: Lato, sans-serif;
  font-size: .875rem;
}

.padding-vertical-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-5.padding-xlarge {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page-padding-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-small-sf1-3 {
  color: #101828;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-small-sf1-3.font-color-white {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.bold-text-15 {
  font-weight: 600;
}

.footer_social-link {
  opacity: .75;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.footer_socials-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer-link-1-7 {
  color: #fff;
  flex-direction: column;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 200%;
  text-decoration: none;
  display: flex;
}

.footer-link-1-7:hover {
  color: #7f56d9;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  padding: 0 0 5rem;
}

.footer4_logo-link {
  padding-left: 0;
}

.page-padding-7 {
  padding-left: 5%;
  padding-right: 5%;
}

.line-divider-2 {
  background-color: rgba(255, 255, 255, .15);
  width: 100%;
  height: 1px;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: end;
  justify-items: end;
  display: grid;
}

.footer1-7_component {
  color: #fff;
  background-color: #222;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.button-primary-4 {
  color: #fff;
  text-align: center;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.tablet-mockup-animation {
  z-index: 2;
  position: relative;
}

.ipad-mockup {
  position: relative;
}

.section-hero1-18 {
  height: auto;
  position: relative;
}

.heading-xlarge-sf1-2 {
  color: #101828;
  font-family: Lato, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.container-large-4 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.ipad-shape {
  z-index: 2;
  opacity: 1;
  width: 100%;
  display: block;
  position: relative;
}

.page-padding-8 {
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding-8.full-height {
  height: 100%;
}

.page-padding-8.full-height.justify-center {
  align-items: center;
  display: flex;
}

.ipad-screen {
  z-index: 1;
  object-fit: cover;
  width: 93.8%;
  height: 91.6%;
  position: absolute;
  top: 4%;
  left: 3%;
}

.ipad-screen.overflow-hidden {
  overflow: hidden;
}

.section-header-hero18 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 140px;
  display: flex;
}

.navbar1-1_container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_logo-1-1-4 {
  height: 2rem;
}

._3d-tablet-wrap {
  perspective: 1000px;
  perspective-origin: 50%;
  margin-top: 39px;
}

.screenshot-scroll {
  width: 100%;
}

.padding-vertical-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-6.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.navbar1-1_menu-5 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.button-wrapper-7, .button-wrapper-8 {
  margin-top: 1rem;
  margin-right: 1rem;
}

.padding-vertical-7 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-7.padding-huge {
  padding-top: .5rem;
  padding-bottom: 6rem;
  position: relative;
}

.page-padding-9 {
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding-9.full-height {
  height: 100%;
}

.page-padding-9.full-height.justify-center {
  align-items: center;
  display: flex;
}

.background-video {
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 80%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.features1-25_tab-pane {
  background-color: #fff;
  padding-top: 2rem;
  position: relative;
  top: -70px;
}

.features1-25_tabs-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.features1-25_tab-link {
  color: #101828;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: .125rem #f9fafb;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.features1-25_tab-link.w--current {
  border-bottom-color: var(--blue);
  background-color: var(--white);
  color: #0091d0;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #0091d0;
}

.padding-vertical-8 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-8.padding-large {
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 3rem;
}

.layout9_tabs-menu {
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-weight: 600;
  display: flex;
  top: -70px;
  overflow: hidden;
}

.layout9_number-wrapper {
  color: #7b58cf;
  background-color: #f4f0ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  display: flex;
}

.page-padding-10 {
  padding-left: 5%;
  padding-right: 5%;
}

.features1-25_right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features1-25_image {
  object-fit: contain;
  border-radius: .5rem;
  width: 100%;
  height: 24rem;
}

.heading-small-3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.max-width-xsmall-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 32rem;
  display: flex;
}

.features1-25_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-large-sf1-4 {
  color: #101828;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-5 {
  font-size: 1.25rem;
}

.text-size-medium-5.text-weight-semibold {
  color: #7f56d9;
}

.features1-25_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.text-size-medium-sf1-6 {
  color: #667085;
  text-align: center;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-6.text-color-purple {
  color: #7f56d9;
  flex: 0 auto;
}

.text-size-medium-sf1-6.text-color-purple.text-align-center {
  color: #7f56d9;
}

.features1-25_content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: grid;
}

.heading-small-sf1-4 {
  color: #101828;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-small-sf1-4.text-weight-bold {
  font-weight: 700;
}

.margin-medium-2 {
  margin-bottom: 1.5em;
}

.center-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.padding-vertical-9 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-9.padding-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-size-large-sf1 {
  color: #667085;
  font-size: 1.5rem;
}

.page-padding-11 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-large-sf1-5 {
  color: #101828;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-testimonials1-7 {
  background-color: #f9fafb;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.tabs-menu-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.container-medium-2 {
  z-index: 5;
  perspective: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tab-link-circle {
  filter: grayscale();
  background-color: rgba(112, 127, 167, .06);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2.75em;
  height: 2.75em;
  min-height: auto;
  margin: 4px;
  padding: .75em;
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-link-circle.w--current {
  filter: grayscale(0%);
  background-color: rgba(127, 86, 217, .56);
}

.tabs-2 {
  width: 100%;
}

.user-icon {
  height: 85%;
  position: absolute;
  bottom: auto;
}

.green-wrapper {
  height: 100%;
  display: flex;
}

.testimonials1-13-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.testimonials1-13-right {
  width: 60%;
  display: flex;
}

.button-primary-sf1-7 {
  color: #fff;
  text-align: center;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.green-grid {
  grid-template-columns: 1fr;
  min-width: 375px;
  margin-right: 20px;
}

.quote-block {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 18vw;
  padding: 25px;
  display: flex;
}

.testimonials1-13-container {
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.quote-flexbox {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.text-size-medium-sf1-7 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium-sf1-7.text-color-black {
  color: #101828;
}

.empty-green-block {
  background-color: #7f56d9;
  border-radius: 10px;
  min-height: 25vw;
}

.empty-green-block._2 {
  opacity: .4;
}

.testimonials1-13-flexbox {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.buttons_container {
  display: flex;
}

.home-validation_content {
  position: relative;
}

.text-size-large-sf1-2 {
  color: #667085;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.text-size-large-sf1-2.text-color-white {
  color: #fff;
}

.quote-image {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.section-testimonials1-13 {
  background-color: #5d3cb0;
  border-radius: 30px;
  height: 100vh;
  overflow: hidden;
}

.quote-block-holder {
  background-color: #7f56d9;
  border-radius: 10px;
  min-height: auto;
  padding: 2px;
}

.testimonials1-13-column {
  flex: 1;
  transition: all .5s;
}

.testimonials1-13-column._2 {
  position: relative;
  transform: translate(0, 1%);
}

.testimonials1-13-column._2:hover {
  transform: translate(0, -15%);
}

.testimonials1-13-column._3 {
  position: relative;
  transform: translate(0, -5%);
}

.testimonials1-13-column._3:hover {
  transform: translate(0, -10%);
}

.heading-large-sf1-6 {
  color: #101828;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large-sf1-6.font-color-white {
  color: #fff;
}

.bold-text-16 {
  color: var(--font);
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.bold-text-17 {
  color: var(--font);
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
}

.bold-text-17.bold-text-16 {
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.text-block-3.bold-text-16 {
  font-family: Outfit, sans-serif;
}

.bold-text-18 {
  color: var(--font);
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.home-benefits-wrapper {
  grid-column-gap: 5.2rem;
  grid-row-gap: 5.2rem;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--tab);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: end;
  width: 100%;
  margin-top: 0;
  padding: 4rem 5%;
  display: grid;
}

.home-benefits-wrapper.margin-top {
  width: 100%;
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home-benefits_product-images {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: 0%;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.section-features1-7 {
  background-color: #fff;
  width: 100%;
}

.home-benefits-content {
  width: 60ch;
  padding-right: 0%;
}

.page-padding-12 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.text-size-medium-sf1-8 {
  color: #667085;
  text-align: left;
  width: 99.9196%;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-8.text-color-grey {
  color: #667085;
}

.text-size-medium-sf1-8.text-color-grey.text-align-center {
  font-size: 1.25rem;
}

.text-size-medium-sf1-8.text-color-purple {
  color: #8053ff;
}

.text-size-medium-sf1-8.text-color-purple.text-align-center {
  color: #7f56d9;
}

.image-feature-1-7 {
  z-index: 5;
  border-radius: 10px;
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  max-height: none;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: inline-block;
  position: static;
  top: auto;
  left: auto;
  right: 0%;
}

.heading-large-sf1-7 {
  color: #101828;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.margin-bottom-4 {
  margin: 0 0 1rem;
}

.padding-vertical-10, .padding-vertical-10.padding-huge {
  padding-top: 0;
  padding-bottom: 0;
}

.features1-10-item {
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, .1);
}

.page-padding-13 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-regular-sf1-6 {
  color: #667085;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.text-size-regular-sf1-6.text-align-center {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.heading-large-sf1-8 {
  color: #101828;
  flex: 1;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.features-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-top: 20px;
  padding-left: 0%;
  display: flex;
  overflow: visible;
}

.section-features1-10 {
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.padding-vertical-11 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-11.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.text-size-medium-sf1-9 {
  color: #667085;
  text-align: left;
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-9.text-color-grey {
  color: #667085;
}

.text-size-medium-sf1-9.text-color-grey.text-align-center {
  text-align: center;
  font-family: Noto Sans KR, sans-serif;
  font-size: 1.25rem;
}

.text-size-medium-sf1-9.text-color-purple, .text-size-medium-sf1-9.text-color-purple.text-align-center {
  color: #7f56d9;
}

.icon-1x1-huge {
  width: 5rem;
  height: 6rem;
}

.heading-regular-sf1 {
  color: #101828;
  text-align: left;
  font-family: Outfit, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.heading-regular-sf1.text-align-center {
  text-align: center;
  margin-top: 20px;
}

.anim-wrap-3 {
  overflow: hidden;
}

.container-medium-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-87 {
  background-image: url('../images/patten-02.png');
  background-position: 0 0;
  background-size: auto;
}

.demo-form-2 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  padding: 10px 15px;
  display: flex;
  position: relative;
}

.newsletter-cta__link {
  color: #f2f2f2;
  font-weight: 700;
  text-decoration: none;
}

.newsletter-cta__link:hover {
  color: #fff;
}

.demo-form-field {
  border: 0 #000;
  height: 38px;
  margin-bottom: 0;
  display: inline-block;
}

.padding-vertical-12 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-12.padding-huge {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.button-primary-sf1-8 {
  color: #fff;
  text-align: center;
  background-color: #222;
  border: 1px #7f56d9;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.newsletter-cta__disclamer-link {
  color: #fff;
  text-decoration: none;
}

.newsletter-cta__disclamer-link:hover {
  text-decoration: underline;
}

.newsletter-cta__wrapper {
  color: #fff;
}

.section-cta1-13 {
  border-radius: 10px;
}

.container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.page-padding-14 {
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
}

.text-size-medium-sf1-10 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium-sf1-10.text-color-white {
  color: #fff;
  margin-bottom: 20px;
  font-family: Noto Sans KR, sans-serif;
}

.text-size-small-sf1-3 {
  color: #667085;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: .875rem;
}

.text-size-small-sf1-3.text-color-white {
  color: #fff;
  margin-top: 20px;
  font-family: Noto Sans KR, sans-serif;
}

.newsletter-cta__image {
  z-index: 0;
  width: auto;
  height: 120%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 2rem;
}

.cta1-13-container {
  z-index: 2;
  opacity: 1;
  background-color: #222;
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding: 3em 3rem 3em 3em;
  display: block;
  position: relative;
}

.heading-large-sf1-ew {
  color: #101828;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large-sf1-ew.font-color-white {
  color: #222;
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

.cta1-13-form {
  width: 50%;
}

.footer-bottom-2 {
  justify-content: space-between;
  margin-top: 54px;
  display: flex;
}

.padding-vertical-13 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-13.padding-xlarge {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer_logo-1-1-2 {
  height: 3rem;
  min-height: 2rem;
  margin-bottom: 40px;
}

.footer_bottom-link-2 {
  color: #667085;
  font-weight: 500;
  text-decoration: none;
}

.footer_bottom-link-2:hover {
  color: rgba(30, 30, 32, .6);
}

.copy_right-text {
  color: rgba(255, 255, 255, .5);
  font-family: Outfit, sans-serif;
  font-weight: 300;
}

.container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.page-padding-15 {
  padding-left: 5%;
  padding-right: 5%;
}

.footer_bottom-links-2 {
  color: #667085;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.footer_component-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.footer1-4_component {
  background-color: #222;
}

.footer-item-1-4 {
  margin-left: 1rem;
  margin-right: 0;
}

.heading-xsmall-sf1-3 {
  color: #101828;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall-sf1-3.text-color-white {
  color: #fff;
}

.text-size-medium-sf1-11 {
  color: rgba(255, 255, 255, .5);
  text-align: left;
  flex: 0 auto;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.footer-grid {
  justify-content: space-between;
  display: flex;
}

.footer-nav {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  display: flex;
}

.form-input-sf1-2 {
  color: #232536;
  background-color: #f9f9ff;
  border: 1px #000;
  border-radius: 0;
  height: 4rem;
  margin-bottom: 0;
  padding: 1.5rem;
  font-size: 1rem;
}

.form-input-sf1-2::placeholder {
  color: rgba(35, 37, 54, .3);
}

.form-input-sf1-2.is-alternate {
  color: #101828;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddfe3;
  border-radius: 10px;
  height: 2rem;
  padding: 1.5rem 0 1.5rem 1rem;
  font-family: Lato, sans-serif;
}

.form-input-sf1-2.is-alternate::placeholder {
  color: #dddfe3;
}

.form-input-sf1-2.is-alternate.with-margin {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.form-input-sf1-2.is-alternate.with-margin::placeholder {
  color: #667085;
}

.contact1-5_column-right {
  padding-left: 0;
  padding-right: 0;
}

.heading-medium-sf1-2 {
  color: #101828;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-medium-sf1-2.text-color-purple {
  color: #7f56d9;
}

.padding-vertical-14 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-14.padding-huge {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.icon-1x1-small-2 {
  width: 2rem;
  height: 2rem;
}

.button-primary-sf1-9 {
  color: #fff;
  text-align: center;
  background-color: #222;
  border: 1px #7f56d9;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.button-primary-sf1-9.full-width {
  background-color: #222;
  width: 100%;
}

.container-large-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section-contact1-5 {
  background-color: #f9fafb;
}

.page-padding-16 {
  background-color: #f9fafb;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-small-sf1-5 {
  color: #101828;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-small-sf1-5.font-color-white {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-small-sf1-5.font-color-white.text-weight-bold {
  color: #222;
}

.text-size-medium-sf1-12 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium-sf1-12.text-color-white {
  color: #222;
}

.contact1-5_form {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  min-height: 600px;
  margin: 0 auto;
  padding: 2rem 3rem;
}

.form-5 {
  color: #111;
}

.contact1-5_column-left {
  padding-left: 0;
  padding-right: 4rem;
}

.contact1-5_feature-text {
  flex: 0 auto;
  max-width: none;
  margin-left: 2rem;
  margin-right: auto;
}

.text-size-regular-sf1-7 {
  color: #667085;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.text-size-regular-sf1-7.text-color-white {
  color: #fff;
}

.text-size-regular-sf1-7.text-color-white.text-weight-light {
  color: #222;
}

.contact1-5_feature-item {
  margin: 2rem 0 0;
  display: flex;
}

.contact1-5_features {
  display: flex;
}

.contact1-5_features.vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: start;
  width: 100%;
  max-width: none;
  min-height: 10px;
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.section-team1-5 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-vertical-15 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-15.padding-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.margin-bottom-6 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-large-8 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.team2_list {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 100%;
  display: grid;
}

.page-padding-17 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-small-sf1-6 {
  color: #101828;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-small-sf1-6.text-color-purple {
  color: #7f56d9;
}

.heading-small-sf1-6.text-color-purple.text-align-center {
  text-align: center;
}

.team2_image {
  object-fit: cover;
  border-radius: 100%;
  width: 15rem;
  height: 15rem;
}

.margin-top-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.team2_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-large-sf1-9 {
  color: #101828;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-align-center-2 {
  text-align: center;
}

.text-size-medium-sf1-13 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-13.text-color-purple {
  color: #7f56d9;
  flex: 0 auto;
}

.text-size-medium-sf1-13.text-color-purple.text-align-center {
  color: #7f56d9;
}

.text-size-medium-sf1-13.text-color-purple.text-align-left {
  color: #7f56d9;
  text-align: center;
}

.text-size-medium-sf1-13.text-color-black {
  color: #101828;
}

.padding-vertical-16 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-16.padding-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-bottom-7 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-large-9 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.page-padding-18 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-small-sf1-7 {
  color: #101828;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-small-sf1-7.text-color-purple {
  color: #7f56d9;
}

.heading-small-sf1-7.text-color-purple.text-align-center {
  text-align: center;
}

.heading-large-sf1-10 {
  color: #101828;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-align-center-3 {
  text-align: center;
}

.text-size-medium-sf1-14 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-14.text-color-purple {
  color: #7f56d9;
  flex: 0 auto;
}

.text-size-medium-sf1-14.text-color-purple.text-align-center {
  color: #7f56d9;
}

.text-size-medium-sf1-14.text-color-purple.text-align-left {
  color: #7f56d9;
  text-align: center;
}

.text-size-medium-sf1-14.text-color-black {
  color: #101828;
}

.testimonials1-16_slider {
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  width: auto;
  height: auto;
  position: static;
}

.section-testimonials1-16 {
  background-color: #f9fafb;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.text-size-regular-sf1-8 {
  color: #667085;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-regular-sf1-8.text-color-white {
  color: #fff;
}

.testimonials1-16_image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.testimonials1-16_slider-wrapper {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  display: flex;
  position: relative;
}

.testimonials1-16_play-image {
  z-index: 4;
  width: 35%;
  height: 35%;
  margin: auto;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0;
  right: 0%;
}

.padding-vertical-17 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-17.padding-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container-large-10 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonials1-16-slide {
  border-radius: 10px;
  overflow: hidden;
}

.page-padding-19 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-size-medium-sf1-15 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium-sf1-15.text-color-grey {
  color: #667085;
}

.text-size-medium-sf1-15.text-color-grey.text-align-center {
  font-size: 1.25rem;
}

.text-size-medium-sf1-15.text-color-purple {
  color: #7f56d9;
  flex: 0 auto;
}

.text-size-medium-sf1-15.text-color-purple.text-align-center {
  color: #7f56d9;
}

.text-size-medium-sf1-15.text-color-white {
  color: #fff;
}

.text-size-medium-sf1-15.text-color-white.text-weight-bold {
  font-weight: 700;
}

.slide-nav-7 {
  display: none;
  bottom: 0%;
}

.testimonials1-16_slide-overlay {
  z-index: 2;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(16, 24, 40, .5));
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.testimonials1-16_mask {
  position: static;
  overflow: visible;
}

.span---violet {
  color: #6140d2;
}

.slider-right-arrow {
  color: #444;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  right: -100%;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  left: -100%;
  overflow: visible;
}

.testimonials1-16_text-container {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 10%;
}

.image-194 {
  border-radius: 100%;
  width: 60%;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, .3);
}

.testimonials1-16_slide-content-wrapper {
  background-color: #e1e1e1;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonials1-16_slider-container {
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 300px;
  margin-top: 2rem;
  padding: 40px 0;
  display: flex;
  overflow: hidden;
}

.heading-large-sf1-11 {
  color: #101828;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing_components-1-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing_content-top-1-2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing4_feature {
  display: flex;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.pricing_component-1-5 {
  border: 1px solid #dddfe3;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, .03), 0 11px 16px -4px rgba(16, 24, 40, .08);
}

.pricing_component-1-5.popular {
  margin-top: 0;
}

.button-primary-sf1-10 {
  color: #fff;
  text-align: center;
  background-color: #7f56d9;
  border: 1px solid #8053ff;
  border-radius: 8px;
  padding: .6rem 1.2rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.button-primary-sf1-10.max-width-full {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.section-pricing1-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-large-sf1-12 {
  color: #101828;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing_divider-1-2 {
  background-color: #dddfe3;
  width: auto;
  height: 1px;
  margin: 2rem -2rem;
}

.pricing_component_popular-1-1 {
  background-color: #7f56d9;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  overflow: visible;
}

.heading-medium-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.pricing_feature-list-1-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.container-large-11 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-align-center-4 {
  text-align: center;
}

.pricing_feature-icon-wrapper-1-1 {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.text-size-medium-sf1-16 {
  color: #101828;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-16.text-color-purple {
  color: #8053ff;
}

.text-size-medium-sf1-16.text-color-purple.text-align-center {
  color: #7f56d9;
}

.text-size-medium-sf1-16.text-color-grey {
  color: #667085;
}

.text-size-medium-sf1-16.text-color-white {
  color: #fff;
}

.heading-xlarge-sf1-3 {
  color: #101828;
  font-family: Lato, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.padding-vertical-18 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-18.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.page-padding-20 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pricing_content-1-1 {
  color: #667085;
}

.button-primary-sf1-11 {
  color: #fff;
  text-align: center;
  background-color: #7f56d9;
  border: 1px solid #8053ff;
  border-radius: 8px;
  padding: .6rem 1.2rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.button-primary-sf1-11.max-width-full {
  background-color: #222;
  border-style: none;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.container-large-12 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-align-center-5 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-medium-sf1-17 {
  color: #101828;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-17.text-color-purple {
  color: #8053ff;
}

.text-size-medium-sf1-17.text-color-purple.text-align-center {
  color: #7f56d9;
}

.text-size-medium-sf1-17.text-color-grey {
  color: #667085;
}

.text-size-medium-sf1-17.text-color-white {
  color: #fff;
}

.padding-vertical-19 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-19.padding-huge {
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.page-padding-21 {
  background-color: #fff;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-timeline-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline-1-heading {
  color: #000;
  background-color: #fff;
  padding-top: 0;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_progress {
  z-index: -2;
  background-color: #fff;
  width: 3px;
  height: 100%;
  position: absolute;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #fff, rgba(10, 10, 10, 0));
  height: 80px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page-padding-22 {
  padding-left: 5%;
  padding-right: 5%;
}

.timeline_circle {
  background-color: #0091d0;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.overlay-fade-top {
  background-image: linear-gradient(#fff, rgba(10, 10, 10, 0));
  height: 80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.timeline_text.sub {
  color: #051935;
  padding-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #0091d0;
  width: 3px;
  height: 50vh;
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.timeline-1-container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_date-text {
  color: #051935;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.heading-large-2 {
  color: #101828;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}

.timeline-1-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.padding-vertical-xlarge {
  padding-top: 40px;
  padding-bottom: 40px;
}

.margin-bottom-medium {
  margin-bottom: 20px;
}

.timeline_right {
  width: 100%;
}

.icon-1x1-xtiny {
  width: .85rem;
  height: .85rem;
}

.icon-1x1-xtiny.margin-left-1rem {
  width: .85rem;
  height: .85rem;
  margin-left: 1rem;
}

.text-size-regular-sf1-9 {
  color: #667085;
  text-align: left;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.section-blog1-3_link-block {
  color: #101828;
  justify-content: flex-start;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
  display: flex;
}

.blog-category-label {
  color: var(--blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  padding: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
  text-decoration: none;
  display: inline-block;
}

.blog3_info-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  margin-bottom: 1rem;
  display: grid;
}

.blog3_image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.blog3_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 2rem;
  display: grid;
}

.blog3_image-link {
  border-radius: 0;
  height: 16rem;
  display: flex;
  overflow: hidden;
}

.padding-vertical-20 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-20.padding-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.blog3_title-link {
  text-decoration: none;
}

.container-large-13 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.page-padding-23 {
  padding-left: 5%;
  padding-right: 5%;
}

.blog3_content-wrapper {
  background-color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
}

.features1-25_tab-pane-2 {
  padding-top: 0;
}

.features1-25_tabs-content-2 {
  margin-top: -60px;
}

.features1-25_tab-link-2 {
  color: #101828;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: .125rem solid #f9fafb;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.features1-25_tab-link-2.w--current {
  border-bottom-color: var(--blue);
  color: var(--blue);
  background-color: rgba(0, 0, 0, 0);
}

.padding-vertical-21 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-21.padding-large {
  padding-top: 3rem;
  padding-bottom: 0;
}

.container-large-14 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.layout9_number-wrapper-2 {
  color: #7b58cf;
  background-color: #f4f0ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  display: flex;
}

.page-padding-24 {
  padding-left: 5%;
  padding-right: 5%;
}

.features1-25_image-2 {
  object-fit: contain;
  border-radius: .5rem;
  width: 100%;
  height: 24rem;
}

.max-width-xsmall-3 {
  width: 100%;
  max-width: 32rem;
}

.heading-large-sf1-13 {
  color: #101828;
  flex: 0 auto;
  margin-top: 0;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-size-medium-6 {
  font-size: 1.25rem;
}

.text-size-medium-6.text-weight-semibold {
  color: #7f56d9;
}

.text-align-center-6 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features1-25_title-wrapper-2 {
  margin-bottom: .5rem;
}

.text-size-medium-sf1-18 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-18.text-color-purple {
  color: #7f56d9;
  flex: 0 auto;
}

.text-size-medium-sf1-18.text-color-purple.text-align-center {
  color: #7f56d9;
}

.text-size-medium-sf1-18.text-color-purple.text-align-center.text-weight-bold {
  color: var(--blue);
}

.features1-25_content-wrapper-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: grid;
}

.section-blog1-7-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium-7 {
  color: #667085;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
}

.text-size-medium-7.text-color-black {
  color: #101828;
}

.text-align-center-7 {
  text-align: center;
}

.container-large-15 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-7-grid-2 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 40px;
}

.blog-item-shadow-2 {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}

.padding-vertical-22 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-22.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.blog-image-container-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.margin-top-3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.blog-image-2 {
  width: 100%;
  max-width: none;
  max-height: none;
  position: static;
}

.heading-large-3 {
  color: #101828;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}

.page-padding-25 {
  padding-left: 5%;
  padding-right: 5%;
}

.blog-7-item-2 {
  position: relative;
}

.blog-card-3 {
  background-color: #fff;
  border-radius: 16px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.text-size-regular-2 {
  color: #667085;
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.text-size-regular-2.text-weight-light {
  font-weight: 300;
}

.home-review_slider-mask {
  border-radius: 10px;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, .2);
}

.home-review_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  margin-top: 1.5rem;
  display: grid;
}

.home-review_logo-wrapper {
  opacity: .3;
  height: 1.5rem;
}

.home-review_client-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.home-review_slider {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-small-2.text-style-muted {
  font-family: Noto Sans KR, sans-serif;
  font-weight: 400;
}

.padding-vertical-23 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-23.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.container-large-16 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.box-stripe {
  background-color: #7f56d9;
  width: 100%;
  height: 100%;
}

.box-stripe.is-light-orange {
  background-color: #5d3cb0;
}

.box-stripe.is-blue {
  background-color: #7f56d9;
}

.page-padding-26 {
  padding-left: 5%;
  padding-right: 5%;
}

.home-review_slide-content {
  border-radius: 10px;
  padding: 3rem;
}

.section-testimonials1-10 {
  background-color: #f9fafb;
}

.home-review_info-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  font-weight: 500;
  display: flex;
}

.home-review_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 35% 55%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.home-review_text-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.home-review_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-review_quote-icon {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: -.75rem;
  bottom: auto;
  left: auto;
  right: 2.5rem;
}

.home-review_logo {
  width: 100%;
  height: 100%;
}

.home-review_content-left {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
}

.home-review_image-wrapper {
  border-radius: 100%;
  flex: none;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

.home-review_content-right {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.stripe-vertical-wrapper {
  flex-direction: column;
  width: 1.25rem;
  height: 100%;
  display: flex;
}

.stripe-vertical-wrapper.is-left-out {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -1.25rem;
  right: auto;
}

.home-review_slider-nav {
  justify-content: center;
  align-items: center;
  height: .75rem;
  display: flex;
  top: auto;
  bottom: -2.5rem;
  left: 0%;
  right: 0%;
}

.hide {
  display: none;
}

.margin-top-4 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-block-5 {
  font-family: Noto Sans KR, sans-serif;
  font-weight: 600;
}

.bold-text-25 {
  font-weight: 600;
}

.coursus_item-divider-2 {
  color: #252b42;
  background-color: rgba(37, 43, 66, .1);
  width: 1px;
  height: 338px;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.stats1-6-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stats1-6_component-2 {
  background-color: #fff;
  border-radius: 10px;
  margin-top: auto;
  position: relative;
  box-shadow: 7px 7px 40px 4px rgba(33, 43, 51, .08);
}

.padding-vertical-24 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-24.padding-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container-large-17 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.page-padding-27 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-small-sf1-8 {
  color: #101828;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-small-sf1-8.text-weight-bold {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

.anim-wrap-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 13rem;
  display: flex;
  overflow: hidden;
}

.text-size-medium-sf1-19 {
  color: #667085;
  text-align: center;
  flex: 0 auto;
  height: 6rem;
  padding-right: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.stats1-6-item-2 {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
}

.coursus_content-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.margin-bottom-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom-8.margin-xsmall {
  margin-bottom: .6rem;
}

.section-stats1-6 {
  background-color: rgba(0, 0, 0, 0);
}

.number_counter-wrapper-2 {
  color: #fff;
  width: 80%;
  margin-left: 70px;
  margin-right: 70px;
  padding-left: 0;
  padding-right: 0;
}

.text-size-medium-8 {
  color: #667085;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
}

.container-large-18 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.page-padding-28 {
  padding-left: 5%;
  padding-right: 5%;
}

.numbers_1-2 {
  font-family: Outfit, sans-serif;
}

.number_m-2 {
  font-family: Outfit, sans-serif;
  font-size: 60px;
}

.heading-large-4 {
  color: #101828;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}

.heading-large-4.text-color-white {
  color: #fff;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  display: block;
}

.heading-large-4.text-color-white.text-align-center {
  color: #222;
  width: 40rem;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.padding-vertical-25 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-25.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.bold-text-26 {
  color: rgba(255, 255, 255, .5);
  font-size: 16px;
  font-weight: 300;
}

.footer_form {
  color: #fff;
  align-items: center;
  display: flex;
}

.button-11 {
  color: #fff;
  text-align: center;
  background-color: #6140d2;
  border: .125rem #6140d2;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  font-weight: 500;
  transition: border-color .3s, background-color .3s;
}

.button-11:hover {
  background-color: #4b31a6;
  border-color: #313852;
}

.button-11.is-footer-subscribe {
  color: #1d2130;
  background-color: #7f56d9;
  border-style: none;
  margin-left: -2rem;
  transition: background-color .3s;
}

.button-11.is-footer-subscribe:hover {
  background-color: #d9d9d9;
}

.form-message-success-2 {
  background-color: rgba(255, 255, 255, .5);
  border-radius: .5rem;
  padding: 1.25rem;
}

.form-message-success-2.is-footer-form {
  background-color: rgba(255, 255, 255, .03);
}

.footer_social-link-2 {
  transition: color .2s;
}

.footer_social-link-2:hover {
  color: #fff;
}

.footer_bottom-inner {
  flex-direction: column;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.footer-bottom-3 {
  justify-content: space-between;
  margin-top: 54px;
  display: flex;
}

.footer1-6_component {
  color: #fff;
  background-color: #101828;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-vertical-26 {
  padding-top: 0;
  padding-bottom: 0;
}

.footer_logo-1-1-3 {
  height: 2rem;
  min-height: 2rem;
}

.footer_bottom-link-3 {
  color: #667085;
  font-weight: 500;
  text-decoration: none;
}

.footer_bottom-link-3:hover {
  color: rgba(30, 30, 32, .6);
}

.footer_form-wrapper {
  margin-bottom: 0;
}

.copy_right-text-2 {
  color: #667085;
  font-family: Lato, sans-serif;
  font-weight: 500;
}

.margin-bottom-9 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-9.margin-xsmall {
  margin-top: 0;
  margin-bottom: .5rem;
}

.margin-bottom-9.margin-small {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.margin-bottom-9.margin-small2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: .5rem;
  padding-bottom: .25rem;
  display: flex;
  position: static;
}

.footer_top-1-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.page-padding-29 {
  padding-left: 5%;
  padding-right: 5%;
}

.footer_bottom {
  color: #667085;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.footer_bottom-links-3 {
  color: #667085;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.form-input-3 {
  color: #1d2130;
  background-color: #fff;
  border: .125rem solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color .2s;
}

.form-input-3:focus {
  border-width: .125rem;
  border-color: #6b7cff;
}

.form-input-3::placeholder {
  color: rgba(29, 33, 48, .6);
  font-size: 1rem;
}

.form-input-3.is-footer-form {
  color: #fff;
  background-color: #171f30;
  min-height: 3.5rem;
  margin-bottom: 0;
  margin-right: .5rem;
  padding: .5rem 1rem;
}

.form-input-3.is-footer-form:focus {
  border-color: rgba(224, 228, 252, .2);
}

.form-input-3.is-footer-form::placeholder {
  color: rgba(255, 255, 255, .5);
}

.footer-item-1-4-2 {
  margin-left: 0;
  margin-right: 4rem;
}

.footer_top-right {
  width: 30%;
  min-width: 24rem;
  margin-left: 2rem;
}

.footer_social-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.heading-xsmall-sf1-4 {
  color: #101828;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall-sf1-4.text-color-white {
  color: #fff;
}

.footer_social-wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: end;
  justify-items: center;
  margin-top: .875rem;
  display: grid;
}

.footer_divider {
  background-color: #888;
  flex: 1;
  width: 30%;
  height: 1px;
}

.text-size-medium-sf1-20 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-20.text-color-white {
  color: #fff;
}

.form-message-error-2 {
  border-radius: .5rem;
  margin-top: .75rem;
  padding: 1rem;
}

.form-message-error-2.is-footer-form {
  color: #1d2130;
}

.footer_links-list {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 60%;
  display: flex;
}

.testimonial-author-image {
  width: 56px;
}

.heading-xlarge-sf1-4 {
  color: #101828;
  font-family: Lato, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.heading-xlarge-sf1-4.text-color-white {
  color: #fff;
}

.page-padding-30 {
  padding-left: 5%;
  padding-right: 5%;
}

.container-small {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-small.align-left {
  margin-left: 0;
}

.arrow-left {
  background-color: #171f30;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: -30px;
  padding: 1px 6px;
  transition: all .2s;
  display: flex;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.arrow-left:hover {
  background-color: #333;
}

.margin-top-5, .margin-top-5.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top-5.margin-large {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-size-medium-sf1-21 {
  color: #667085;
  text-align: left;
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-21.text-color-white {
  color: #fff;
}

.text-size-medium-sf1-21.text-color-purple {
  color: #7f56d9;
  flex: 0 auto;
}

.testimonial-author-wrap {
  display: flex;
}

.logo-img-2 {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrow-right-3 {
  z-index: 99;
  background-color: #171f30;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: -30px;
  padding: 1px 6px;
  transition: all .2s;
  display: flex;
  top: auto;
  bottom: 0;
  left: auto;
  right: 50%;
  transform: translate(50%);
}

.arrow-right-3:hover {
  background-color: #333;
}

.section-testimonials1-3 {
  background-color: #101828;
  overflow: visible;
}

.container-large-19 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.body-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.owl-item-slide {
  height: 100%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial-author {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.pipe-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  padding-bottom: 80px;
  overflow: hidden;
}

.arrow {
  display: none;
  position: -webkit-sticky;
  position: sticky;
}

.testimonial-card-1-3 {
  background-color: #171f30;
  border: 1px solid rgba(8, 72, 114, .05);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 310px;
  padding: 50px 40px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 15px rgba(5, 5, 5, .5);
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.pipe-mask {
  width: 100%;
  max-width: 33.33%;
  height: 100%;
  overflow: visible;
}

.padding-vertical-27 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-27.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.pipe-slider-main {
  position: relative;
}

.icon-small {
  height: 2rem;
}

.icon-small.margin-right-1rem {
  margin-right: 1rem;
}

.section-integrations1-1 {
  background-color: #fff;
}

.text-size-medium-9 {
  color: #667085;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
}

.icon-container-alt {
  background-color: #171f30;
  border: 1px rgba(0, 0, 0, .1);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: .7rem;
  margin-right: .7rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, .1);
}

.track-horizontal-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.page-padding-31 {
  padding-left: 5%;
  padding-right: 5%;
}

.text-size-medium-sf1-22 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium-sf1-22.text-color-white {
  color: #fff;
}

.spacer-10 {
  width: 100%;
  height: 30px;
}

.spacer-10._15-xsvp {
  flex: none;
  width: 10px;
  height: 10px;
}

.columns-cta_2 {
  align-items: center;
  width: 100%;
  display: flex;
}

.columns-cta_2.margin-down-40 {
  justify-content: space-between;
  margin-bottom: 40px;
}

.marquee-horizontal-large {
  z-index: 200;
  background-color: rgba(255, 255, 255, 0);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.column {
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.column-2 {
  padding-left: 0;
}

.padding-vertical-28 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-28.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.flex-horizontal {
  opacity: .3;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.flex-vertical {
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature---box-1 {
  background-color: rgba(16, 24, 40, 0);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 4rem;
  display: flex;
  overflow: hidden;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.track-horizontal-alt-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-content-wrapper {
  background-color: #060b26;
  border-radius: 1.875rem;
  width: 100%;
  height: 25rem;
  overflow: hidden;
}

.main-wrapper-sf52 {
  background-color: #040d21;
  width: 100vw;
  height: 200vh;
}

.feature-list-track {
  width: 22rem;
  margin-right: 7rem;
  padding-top: 50vh;
  padding-bottom: 50vh;
}

.feature-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.font-smoothing {
  display: none;
}

.feature-content-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.feature-list-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.full-image._1 {
  object-fit: cover;
}

.feature-text {
  opacity: .2;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: opacity .2s;
}

.content-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.growing-image {
  flex: 1;
  width: 40%;
  position: relative;
}

.growing-image.left {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  margin-right: .125rem;
}

.growing-image.small {
  flex: 0 auto;
  width: 35%;
  margin-right: 0;
  overflow: visible;
}

.growing-image.right {
  margin-left: 0;
}

.growing-image.left {
  margin-right: .125rem;
}

.feature-content_features1-18 {
  text-align: center;
  width: auto;
  padding-right: 0%;
}

.heading-large-sf1-14 {
  color: #101828;
  flex: 1;
  margin-top: 0;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.growing-background {
  background-image: url('../images/Image013.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.growing-background.left-1 {
  background-image: url('../images/Frame-59-light.svg');
  background-position: 0%;
}

.growing-background.right-1 {
  background-image: url('../images/Frame-59.svg');
  background-position: 100%;
}

.growing-background.right-2 {
  background-image: url('../images/Frame-58.svg');
  background-position: 100%;
}

.growing-background.left-2 {
  background-image: url('../images/Frame-58-light.svg');
  background-position: 0%;
}

.service-item {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item.left {
  grid-template-columns: 1fr 50%;
}

.container-large-20 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.page-padding-32 {
  width: 80%;
  max-width: 100%;
  padding-left: 0%;
  padding-right: 0%;
}

.page-padding-32.full-height {
  height: 100%;
}

.page-padding-32.full-height.justify-center {
  align-items: center;
  display: flex;
}

.page-padding-32.large {
  padding-left: 3%;
  padding-right: 3%;
}

.button-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-left: 8px;
  display: flex;
}

.section-features1-18 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.margin-bottom-10 {
  margin: 0 0 1rem;
}

.service-list {
  grid-column-gap: 16px;
  grid-row-gap: 170px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-growing-images {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 550px;
  display: flex;
}

.large-growing-images.small {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-radius: 10px;
  width: auto;
  height: 28vw;
  min-height: 100%;
  margin-top: 20px;
  display: block;
}

.text-size-medium-sf1-23 {
  color: #667085;
  text-align: center;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.padding-vertical-29 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-29.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.text-span-2 {
  font-family: Noto Sans KR, sans-serif;
  font-weight: 400;
}

.text-block-6 {
  font-family: Outfit, sans-serif;
}

.page-padding-33 {
  background-color: #f9fafb;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.more-feature-image {
  border-radius: 10px;
  width: 100%;
  height: 400px;
}

.more-feature-box-list {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.more-feature-box-list.right {
  align-items: flex-start;
}

.text-size-medium-sf1-24 {
  color: #667085;
  text-align: left;
  font-family: Noto Sans KR, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-medium-sf1-24.text-align-right {
  text-align: right;
}

.text-size-medium-sf1-24.text-align-center {
  color: #667085;
  text-align: center;
}

.more-features-holder {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.container-large-21 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-1x1-small-3 {
  width: 2rem;
  height: 2rem;
}

.center-block {
  text-align: center;
  margin-top: 0;
}

.section-features1-5 {
  background-color: #fff;
}

.heading-large-sf1-15 {
  color: #101828;
  margin-top: 0;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.padding-vertical-30 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-30.padding-huge {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.bold-text-28, .bold-text-29 {
  font-weight: 500;
}

.navbar1-1_container-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-vertical-31 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-31.full-height {
  height: 100vh;
}

.padding-vertical-31.full-height.align-center {
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button-primary-sf1-12 {
  color: #fff;
  text-align: center;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.heading-xlarge-sf1-5 {
  color: #101828;
  font-family: Lato, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.container-large-22 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium-sf1-25 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium-sf1-25.text-color-grey {
  color: #667085;
}

.text-size-medium-sf1-25.text-color-grey.text-align-center {
  font-size: 1.25rem;
}

.navbar_logo-1-1-5 {
  height: 2rem;
}

.hero-1-4_image-2 {
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, .1);
}

.text-align-center-8 {
  text-align: center;
}

.section-header1-4-2 {
  height: auto;
}

.section-hero1-4-2 {
  background-color: #f9fafb;
  height: auto;
  position: relative;
}

.navbar1-1_menu-6 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.button-wrapper-9 {
  margin-top: 1rem;
  margin-right: 1rem;
}

.navbar1-1_container-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-vertical-32 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-32.full-height {
  height: 100vh;
}

.padding-vertical-32.full-height.align-center {
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button-primary-sf1-13 {
  color: #222;
  text-align: center;
  background-color: #fff;
  border: 1px #7f56d9;
  border-radius: 8px;
  height: 50px;
  padding: .75rem 1.5rem;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.heading-xlarge-sf1-6 {
  color: #101828;
  font-family: Lato, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.container-large-23 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium-sf1-26 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium-sf1-26.text-color-grey {
  color: #667085;
}

.text-size-medium-sf1-26.text-color-grey.text-align-center {
  font-size: 1.25rem;
}

.navbar_logo-1-1-6 {
  height: 2rem;
}

.hero-1-4_image-3 {
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, .1);
}

.text-align-center-9 {
  text-align: center;
}

.navbar1-1_menu-7 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.button-wrapper-10 {
  margin-top: 1rem;
  margin-right: 1rem;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-5.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.blog_image-link {
  width: 100%;
  margin-bottom: 1rem;
}

.blog_info-divider {
  color: #667085;
  background-color: #667085;
  width: 1px;
}

.navbar_logo-link {
  padding-left: 0;
}

.blog_info-wrapper {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
}

.footer1-7_component-2 {
  color: #fff;
  background-color: #101828;
  width: 100%;
  margin-top: 3rem;
  padding-top: 0;
  padding-bottom: 4rem;
  text-decoration: none;
}

.blog_title-link {
  margin-bottom: 1rem;
  text-decoration: none;
}

.padding-vertical-33 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-33.padding-huge {
  padding: 4rem 0 2rem;
  position: relative;
}

.padding-vertical-33.padding-medium {
  padding: 2rem 0;
}

.padding-vertical-33.footer {
  border-top: 1px solid rgba(102, 112, 133, .2);
  padding-top: 4rem;
}

.heading-small {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-small.text-color-white {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

.navbar1-1_menu-8 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.blog-post-author-content {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  height: 100%;
  margin-left: 10px;
  display: flex;
  overflow: visible;
}

.page-padding-34 {
  max-width: 80%;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  overflow: visible;
}

.text-size-small {
  color: #667085;
  text-align: center;
  margin-top: .5rem;
  font-family: Noto Sans KR, sans-serif;
  font-size: .875rem;
}

.text-size-small.text-color-purple {
  font-family: Noto Sans KR, sans-serif;
  text-decoration: none;
}

.footer-bottom-5 {
  justify-content: space-between;
  margin-top: 54px;
  display: flex;
}

.navbar_link {
  color: #667085;
  padding: .5rem 1rem;
  font-family: Lato, sans-serif;
}

.navbar_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar_link.text-color-white {
  color: #fff;
}

.text-size-regular-3 {
  color: #667085;
  align-self: center;
  font-family: Noto Sans KR, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.text-size-regular-3.text-weight-light {
  align-self: flex-start;
  font-weight: 300;
}

.text-size-regular-3.text-align-center {
  justify-content: center;
  margin-top: 40px;
  display: block;
}

.blog-post-author-container {
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.footer_top-wrapper-2 {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.page-wrapper {
  background-color: #fff;
  max-width: 100%;
}

.footer_social-link-3 {
  opacity: .75;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer_social-link-3:hover {
  opacity: 1;
}

.footer_link-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  text-decoration: none;
  display: grid;
}

.section-blog-post {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_logo-1-1-7 {
  height: 2rem;
}

.heading-medium {
  color: #101828;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-medium.text-color-white {
  color: #fff;
}

.heading-medium.text-color-white.text-align-center {
  color: #222;
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

.image-blog-post {
  border: 1px none var(--line);
  border-radius: 10px;
  width: 100%;
  max-width: 70%;
  margin-bottom: 0;
  display: block;
}

.section-blog-related {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-blog-post-author {
  width: 60px;
  height: 60px;
  margin-right: 0;
}

.navbar_component {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #dddfe3;
  align-items: center;
  width: 100%;
  height: 10vh;
  min-height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: static;
}

.navbar_component.background-color-dark {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
  position: relative;
}

.blog-list-wrapper.static {
  grid-column-gap: 0px;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rich-text---blog-post {
  color: var(--font);
  margin-top: 1rem;
  font-family: Noto Sans KR, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.blog-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.blog_image {
  object-fit: cover;
  border-radius: 14px;
  width: auto;
  height: 100%;
}

.paragraph {
  color: #667085;
  font-family: Noto Sans KR, sans-serif;
}

.heading {
  font-weight: 500;
}

.heading-2 {
  color: #222;
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

.paragraph-2 {
  color: #667085;
  font-family: Noto Sans KR, sans-serif;
}

.paragraph-3 {
  color: #667085;
}

.heading-3 {
  font-weight: 500;
}

.bold-text-30 {
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.image-201 {
  max-width: 80%;
}

.right-part {
  justify-content: flex-end;
  width: 50%;
  padding: 0;
  display: flex;
}

.padding-vertical-34 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-34.padding-huge {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.container-large-24 {
  background-color: #fff;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.part-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.text-size-medium-sf1-27 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.left-part {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 0;
  display: flex;
}

.client-button-wrapper {
  justify-content: flex-start;
  margin-top: 2rem;
  display: flex;
}

.section-integrations1-8 {
  background-color: #222;
  background-image: url('../images/bg-01.jpg');
  background-position: 100% 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 23rem;
  margin-top: 0;
  display: flex;
}

.left-part-paragraph-wrapper {
  margin-top: 16px;
  margin-bottom: 0;
}

.heading-large-sf1-16 {
  color: var(--white);
  flex: 0 auto;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.4rem;
}

.heading-large-sf1-16.font-color-white {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

.image-202 {
  height: 20rem;
  padding-right: 0;
}

.integrations1-3-item {
  background-color: #272727;
  border-radius: 10px;
  padding: .5rem .5rem 0;
}

.padding-vertical-35 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-35.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.text-size-medium-sf1-28 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium-sf1-28.text-color-grey {
  color: #667085;
}

.text-size-medium-sf1-28.text-color-grey.text-align-center {
  font-size: 1.25rem;
}

.text-size-medium-sf1-28.text-color-purple {
  color: #7f56d9;
  flex: 0 auto;
}

.text-size-medium-sf1-28.text-color-purple.text-align-center {
  color: #7f56d9;
}

.text-size-medium-sf1-28.text-color-purple.text-align-center.text-weight-bold {
  color: #0091d0;
}

.expert-grade-contours {
  background-color: #222;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-regular-sf1-10 {
  color: #667085;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.integrations1-3-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-align-center-10 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-regular-sf1-3 {
  color: #101828;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
}

.heading-regular-sf1-3.text-color-white {
  color: #f9fafb;
  text-align: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Noto Sans KR, sans-serif;
  font-size: .9rem;
  line-height: 1.2rem;
}

.anim-wrap-5 {
  overflow: hidden;
}

.container-medium-4 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-large-sf1-17 {
  color: #101828;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large-sf1-17.font-color-white {
  color: #fff;
}

.number-wrapper-2 {
  text-align: center;
  flex-flow: row;
  height: 70px;
  margin-bottom: 20px;
  line-height: 1.1;
  display: flex;
  overflow: hidden;
}

.padding-vertical-36 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-36.padding-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-bottom-12 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-small-sf1-9 {
  color: #101828;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-small-sf1-9.text-color-purple {
  color: #7f56d9;
}

.heading-small-sf1-9.text-color-purple.text-align-center {
  text-align: center;
}

.margin-top-6 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-large-sf1-18 {
  color: #101828;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-align-center-11 {
  text-align: center;
}

.text-size-medium-sf1-29 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-29.text-color-purple {
  color: #7f56d9;
  flex: 0 auto;
}

.text-size-medium-sf1-29.text-color-purple.text-align-center {
  color: #7f56d9;
}

.text-size-medium-sf1-29.text-color-purple.text-align-left {
  color: #7f56d9;
  text-align: center;
}

.text-size-medium-sf1-29.text-color-black {
  color: #101828;
}

.padding-vertical-37 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-37.padding-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-bottom-13 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-small-sf1-10 {
  color: #101828;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-small-sf1-10.text-color-purple {
  color: #7f56d9;
}

.heading-small-sf1-10.text-color-purple.text-align-center {
  text-align: center;
}

.margin-top-7 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-large-sf1-19 {
  color: #101828;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-align-center-12 {
  text-align: center;
}

.text-size-medium-sf1-30 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-30.text-color-purple {
  color: #7f56d9;
  flex: 0 auto;
}

.text-size-medium-sf1-30.text-color-purple.text-align-center {
  color: #7f56d9;
}

.text-size-medium-sf1-30.text-color-purple.text-align-left {
  color: #7f56d9;
  text-align: center;
}

.text-size-medium-sf1-30.text-color-black {
  color: #101828;
}

.padding-vertical-38 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-38.padding-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.heading-small-sf1-11 {
  color: #101828;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-small-sf1-11.text-color-purple {
  color: #7f56d9;
}

.heading-small-sf1-11.text-color-purple.text-align-center {
  text-align: center;
}

.heading-small-sf1-11.text-color-purple.text-align-center.text-weight-bold {
  color: #0091d0;
  font-family: Outfit, sans-serif;
}

.heading-large-sf1-20 {
  color: #101828;
  flex: 0 auto;
  margin-bottom: 40px;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-align-center-13 {
  text-align: center;
}

.text-size-medium-sf1-31 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-31.text-color-purple {
  color: #7f56d9;
  flex: 0 auto;
}

.text-size-medium-sf1-31.text-color-purple.text-align-center {
  color: #0091d0;
  font-family: Outfit, sans-serif;
}

.text-size-medium-sf1-31.text-color-purple.text-align-left {
  color: #7f56d9;
  text-align: center;
}

.text-size-medium-sf1-31.text-color-black {
  color: #101828;
}

.text-size-medium-sf1-31.text-color-black.text-align-center {
  margin-top: 1rem;
}

.padding-vertical-39 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-39.padding-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.heading-small-sf1-12 {
  color: #101828;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-small-sf1-12.text-color-purple {
  color: #7f56d9;
}

.heading-small-sf1-12.text-color-purple.text-align-center {
  text-align: center;
}

.heading-large-sf1-21 {
  color: #101828;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-align-center-14 {
  text-align: center;
}

.text-size-medium-sf1-32 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-32.text-color-purple {
  color: #7f56d9;
  flex: 0 auto;
}

.text-size-medium-sf1-32.text-color-purple.text-align-center {
  color: #7f56d9;
}

.text-size-medium-sf1-32.text-color-purple.text-align-left {
  color: #7f56d9;
  text-align: center;
}

.text-size-medium-sf1-32.text-color-black {
  color: #101828;
}

.form-input-sf1-3 {
  color: #232536;
  background-color: #f9f9ff;
  border: 1px #000;
  border-radius: 0;
  height: 4rem;
  margin-bottom: 0;
  padding: 1.5rem;
  font-size: 1rem;
}

.form-input-sf1-3::placeholder {
  color: rgba(35, 37, 54, .3);
}

.form-input-sf1-3.is-alternate {
  color: #101828;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddfe3;
  border-radius: 10px;
  height: 2rem;
  padding: 1.5rem 0 1.5rem 1rem;
  font-family: Lato, sans-serif;
}

.form-input-sf1-3.is-alternate::placeholder {
  color: #dddfe3;
}

.form-input-sf1-3.is-alternate.with-margin {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Noto Sans KR, sans-serif;
}

.form-input-sf1-3.is-alternate.with-margin::placeholder {
  color: #667085;
}

.form-input-sf1-3.with-margin.is-alternate {
  padding-right: 1rem;
}

.contact1-5_column-right-2 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-40 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-40.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.icon-1x1-small-4 {
  width: 2rem;
  height: 2rem;
}

.button-primary-sf1-14 {
  color: #fff;
  text-align: center;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.button-primary-sf1-14.full-width {
  background-color: #222;
  border-style: none;
  width: 100%;
  font-family: Outfit, sans-serif;
}

.section-contact1-5-2 {
  background-color: #f9fafb;
}

.heading-small-sf1-13 {
  color: #101828;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-small-sf1-13.font-color-white {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-small-sf1-13.font-color-white.text-weight-bold {
  color: #222;
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

.text-size-medium-sf1-33 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium-sf1-33.text-color-white {
  color: #667085;
  text-align: center;
  font-family: Outfit, sans-serif;
}

.margin-bottom-14 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-14.margin-small2 {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  display: block;
  position: static;
}

.contact1-5_form-2 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  min-height: 600px;
  margin: 0 auto;
  padding: 2rem 3rem;
  display: block;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, .1);
}

.contact1-5_column-left-2 {
  padding-left: 0;
  padding-right: 4rem;
}

.text-size-regular-sf1-11 {
  color: #667085;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.text-size-regular-sf1-11.text-color-white {
  color: #fff;
}

.text-size-regular-sf1-11.text-color-white.text-weight-light {
  color: #667085;
}

.heading-large-sf1-22 {
  color: #101828;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large-sf1-22.font-color-white {
  color: #222;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.text-field.is-alternate.with-margin {
  border: 1px solid #dddfe3;
  border-radius: 10px;
  height: 10rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
}

.text-block-8 {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 18px;
}

.success-message-2 {
  color: #fff;
  background-color: #fff;
}

.circle-number {
  color: #e7f3f9;
  background-color: #e7f3f9;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  max-width: 30px;
  height: 30px;
  max-height: 30px;
  display: flex;
}

.text-block-9 {
  color: #0091d0;
  font-size: 18px;
  font-weight: 700;
}

.text-span-3 {
  font-family: Outfit, sans-serif;
}

.number_counter-wrapper-3 {
  color: #222;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: 70px;
  margin-right: 70px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-size-medium-10 {
  color: #667085;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
}

.number_m-3 {
  font-size: 60px;
}

.margin-bottom-15 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-vertical-41 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-41.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.content-wrapper-2 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.feature-content_features1-18-2 {
  width: auto;
  padding-right: 0%;
}

.heading-large-sf1-23 {
  color: #101828;
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-primary-sf1-15 {
  color: #fff;
  text-align: center;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.margin-bottom-16 {
  margin: 0 0 1rem;
}

.service-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 170px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium-sf1-34 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.padding-vertical-42 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-42.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.margin-top-8 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-89 {
  background-color: #f9fafb;
}

.div-block-90 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.textarea {
  color: #101828;
  border: 1px solid #dddfe3;
  border-radius: 10px;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  margin: 1rem 0;
  padding: 1.5rem 1rem;
  font-family: Noto Sans KR, sans-serif;
  font-size: 1rem;
}

.bold-text-31 {
  font-weight: 500;
}

.bold-text-32, .text-block-15 {
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.contouts-tab {
  background-color: #272727;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 10rem;
  height: 10rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.contouts-tab.w--current {
  background-color: #0091d0;
  border-radius: 10px;
  height: 10rem;
}

.tabs-3 {
  width: 100%;
  max-width: 100%;
  padding-left: 0%;
  padding-right: 0%;
}

.tab-link-tab-2-2 {
  background-color: #272727;
}

.tab-link-tab-2-2.contouts-tab {
  border-radius: 10px;
  width: 10rem;
  height: 10rem;
  padding-left: 20px;
}

.tab-link-tab-3-2 {
  background-color: #272727;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 10rem;
  height: 10rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-3-2.w--current {
  background-color: #0091d0;
}

.tab-link-tab-4-2 {
  background-color: #272727;
  border-radius: 10px;
  width: 10rem;
  height: 10rem;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-4-2.w--current {
  background-color: #0091d0;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.tabs-content {
  background-color: #272727;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 500px;
  margin-top: 1rem;
  display: block;
  position: static;
}

.tab-link-tab-5 {
  background-color: #272727;
  border-radius: 10px;
  width: 10rem;
  height: 10rem;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-5.w--current {
  background-color: #0091d0;
}

.tab-link-tab-6 {
  background-color: #272727;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 10rem;
  height: 10rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-6.w--current {
  background-color: #0091d0;
}

.tab-link-tab-7 {
  background-color: #272727;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 10rem;
  height: 10rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-7.w--current {
  background-color: #0091d0;
}

.tab-link-tab-8 {
  background-color: #272727;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 10rem;
  height: 10rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-8.w--current {
  background-color: #0091d0;
}

.tab-pane-tab-1, .tab-pane-tab-2, .tab-pane-tab-3 {
  background-color: #272727;
  height: 500px;
  margin-top: 0;
  padding-top: 10px;
}

.tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6 {
  background-color: #272727;
  height: 500px;
  padding-top: 10px;
}

.tab-pane-tab-7 {
  height: 500px;
  padding-top: 10px;
}

.tab-pane-tab-8 {
  background-color: #272727;
  height: 500px;
  padding-top: 10px;
}

.margin-top-9 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-vertical-43 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-43.padding-huge {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.container-large-25 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.page-padding-35 {
  border-bottom: 1px solid var(--tab);
  padding-left: 5%;
  padding-right: 5%;
}

.text-size-medium-sf1-35 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium-sf1-35.text-color-grey {
  color: #667085;
}

.text-size-medium-sf1-35.text-color-grey.text-align-center {
  font-size: 1.25rem;
}

.text-size-medium-sf1-35.text-color-purple {
  color: #7f56d9;
  flex: 0 auto;
}

.text-size-medium-sf1-35.text-color-purple.text-align-center {
  color: #7f56d9;
}

.text-size-medium-sf1-35.text-color-purple.text-align-center.text-weight-bold {
  color: #0091d0;
}

.margin-bottom-17 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-17.margin-small {
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.features1-31_card {
  cursor: pointer;
  border: 1px solid #dddfe3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 30px;
  transition: background-color .2s;
  display: flex;
}

.features1-31_card:hover {
  background-color: #f9fafb;
}

.features1-31_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.text-size-regular-sf1-12 {
  color: #667085;
  text-align: left;
  margin-bottom: 0;
  padding-top: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}

.section-features1-31 {
  background-color: #fff;
}

.text-align-center-15 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features1-31_image {
  border-radius: 10px;
  margin-top: 3rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.heading-large-sf1-24 {
  color: #101828;
  flex: 0 auto;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.structure-library-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40 {
  color: var(--blue);
  font-size: 1rem;
}

.text-span-9 {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 2.5rem;
  padding: .125rem .5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
}

.bold-text-41, .bold-text-42 {
  color: var(--blue);
  font-size: 1rem;
}

.text-size-medium-11 {
  color: #667085;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
}

.icon-container-alt-2 {
  background-color: rgba(255, 255, 255, 0);
  border: 1px rgba(0, 0, 0, .1);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: .7rem;
  margin-right: .7rem;
  padding: 1rem;
  display: flex;
}

.page-padding-36 {
  padding-left: 5%;
  padding-right: 5%;
}

.text-size-medium-sf1-36 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium-sf1-36.text-color-white {
  color: #fff;
}

.column-3 {
  padding-left: 0;
}

.padding-vertical-44 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-44.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.container-medium-5 {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.image-204, .image-205, .image-206 {
  height: 3rem;
}

.link {
  background-color: var(--white);
  color: var(--blue);
  text-decoration: none;
}

.text-size-regular-sf1-13 {
  color: #667085;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  display: none;
}

.blog-category-label-2 {
  color: #7b58cf;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  padding: 0;
  font-family: Lato, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.blog2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -30px;
  display: grid;
}

.padding-vertical-45 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-45.padding-large {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.blog2_image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 10rem;
}

.blog2_image-link {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large-26 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.blog2_title-link {
  text-decoration: none;
}

.margin-top-10 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.blog2_info-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  margin-bottom: 1rem;
  display: grid;
}

.page-padding-37 {
  padding-left: 5%;
  padding-right: 5%;
}

.flex-horizontal-2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.icon-1x1-tiny {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-tiny.margin-left-1rem {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}

.heading-regular-sf1-4 {
  color: #101828;
  text-align: left;
  height: auto;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  overflow: hidden;
}

.blog2_content-wrapper {
  padding: 0;
}

.blog2_item {
  border: .125rem #f4f0ff;
  border-radius: .5rem;
}

.cta1-7_component {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  background-color: var(--blue);
  color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 0 0 0 4rem;
  display: grid;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, .05);
}

.cta5_image {
  object-fit: cover;
  width: auto;
  height: 16rem;
}

.padding-vertical-46 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-46.padding-huge {
  background-color: var(--white);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.container-large-27 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.cta5_content-wrapper {
  width: 100%;
}

.page-padding-38 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-large-sf1-25 {
  color: #101828;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large-sf1-25.font-color-white {
  color: #fff;
  margin-top: 0;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.button-outline-sf1 {
  color: #101828;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddfe3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-outline-sf1.color-white {
  color: #fff;
  border-width: 2px;
  border-color: #fff;
}

.button-row-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  margin-top: 2rem;
  display: grid;
}

.button-primary-sf1-16 {
  border: 2px solid var(--white);
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.cta5_image-wrapper {
  background-image: url('../images/bg-pattern-01-01.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: static;
  overflow: hidden;
}

.text-size-medium-sf1-37 {
  color: var(--white);
  text-align: left;
  flex: 0 auto;
  font-family: Noto Sans KR, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.blog-item-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.blog_image-2 {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

.blog-latest-content {
  flex: 1;
  width: 31%;
  margin-left: 2rem;
  padding-right: 0;
}

.heading-small-4 {
  color: #101828;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.page-padding-39 {
  padding-left: 5%;
  padding-right: 5%;
}

.blog_info-wrapper-2 {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
}

.blog_title-link-2 {
  margin-bottom: 1rem;
  text-decoration: none;
}

.text-size-small-3 {
  color: #667085;
  font-family: Lato, sans-serif;
  font-size: .875rem;
}

.padding-vertical-47 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-47.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.section-blog1-6 {
  background-color: var(--white);
}

.blog_image-link-2 {
  width: 100%;
  margin-bottom: 1rem;
}

.blog_image-link-2.latest {
  width: 65.5%;
}

.blog_info-divider-2 {
  color: #667085;
  background-color: #667085;
  width: 1px;
  height: .8rem;
  margin-top: .25rem;
}

.container-medium-6 {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-18, .margin-bottom-18.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-block-17 {
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
}

.image-207 {
  height: 1rem;
}

.blog4_image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 24rem;
}

.text-size-regular-sf1-14 {
  color: #667085;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-48 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-48.padding-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-blog1-1_link-block {
  color: #7f56d9;
  justify-content: flex-start;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
  display: flex;
}

.blog4_list {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.blog4_item {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: flex;
}

.page-padding-40 {
  padding-left: 5%;
  padding-right: 5%;
}

.blog4_image-link {
  width: 100%;
  margin-bottom: 1rem;
}

.blog4_info-divider {
  background-color: #f4f0ff;
  width: .125rem;
}

.heading-large-sf1-26 {
  color: #101828;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.blog4_info-wrapper {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-items: start;
  margin-bottom: 1rem;
  display: grid;
}

.blog4_title-link {
  margin-bottom: 1rem;
  text-decoration: none;
}

.heading-6 {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.bold-text-43 {
  font-weight: 400;
}

.nav-link-4 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-98 {
  background-color: #f9fafb;
  width: 100%;
}

.image-209 {
  max-width: 70%;
}

.div-block-100 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-101 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .1px solid var(--font);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 1rem;
  display: block;
}

.navbar-no-shadow-container-4 {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-4 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-5:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-4 {
  margin-left: 120px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.content-block-3 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.tab-grid {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.load-bar-base {
  background-color: #eceff8;
  border-radius: 5px;
  max-width: 220px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-button {
  opacity: .7;
  color: #667085;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #101828;
  background-color: rgba(0, 0, 0, 0);
  width: 30%;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  position: relative;
}

.tabs-menu-sf {
  justify-content: center;
  align-items: stretch;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-padding-41 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-medium-sf1-3 {
  color: #101828;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text---montserrat {
  font-family: Montserrat, sans-serif;
}

.text---montserrat.black {
  color: #0e0c22;
}

.text---montserrat.black.size-36 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.3;
}

.text---montserrat.black.size-36.margin-down---2rem {
  align-self: auto;
  margin-bottom: 2rem;
}

.text---montserrat.black.size-18 {
  font-size: 18px;
  line-height: 1.5;
}

.span---copy-paste-16px {
  border: 1px solid #7c8799;
  border-radius: 7px;
  margin-right: 0;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 16px;
}

.heading-large-sf1-27 {
  color: #101828;
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.tabs-content-1-11 {
  padding-top: 40px;
  overflow: visible;
}

.animation-block {
  border-radius: 0;
}

.margin-bottom-19 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-19.margin-small {
  margin-top: 0;
  margin-bottom: 1rem;
}

.padding-vertical-49 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-49.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.text-size-medium-sf1-38 {
  color: #667085;
  text-align: left;
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium-sf1-38.text-color-grey {
  color: #667085;
}

.text-size-medium-sf1-38.text-color-grey.text-align-center {
  font-size: 1.25rem;
}

.text-size-medium-sf1-38.text-color-purple, .text-size-medium-sf1-38.text-color-purple.text-align-center {
  color: #7f56d9;
}

.text-align-center-16 {
  text-align: center;
}

.tab-panel {
  background-color: #fff;
  border-radius: 15px;
  min-height: auto;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: 0 60px 100px -50px rgba(21, 28, 52, .31);
}

.section-features1-11 {
  background-color: #fff;
}

.container-medium-7 {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.load-bar {
  background-color: #7839f3;
  border-radius: 500px;
  width: 0%;
  height: 5px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image-210 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-subscribe-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form {
  background-color: var(--blue);
  margin-bottom: 0;
  padding: 0;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.subscribe-form {
  color: var(--font);
  border: 1px #000;
  border-radius: 8px;
  width: 500px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.subscribe-form::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-8.footer-form-button {
  letter-spacing: 0;
  text-transform: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 48px;
  padding: 8px 18px;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  position: absolute;
  right: 0;
}

.footer-wrapper-three-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-2 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-2 {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-3 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-3:hover {
  color: #3a4554;
}

.error-message-2 {
  background-color: var(--black);
}

.success-message-3 {
  background-color: var(--black);
  font-family: Outfit, sans-serif;
}

.text-block-18, .text-block-19 {
  font-family: Noto Sans KR, sans-serif;
}

.langauge-line-break {
  background-color: var(--blue);
  width: 0%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flag-4 {
  background-image: url('../images/norway.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.langauge-line-base {
  background-color: rgba(155, 158, 184, .22);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.language-toggle {
  color: #20355a;
  border: 1px solid rgba(155, 158, 184, .22);
  border-radius: 4px;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 0;
  padding-right: 45px;
  transition: all .2s;
}

.flag-1 {
  background-image: url('../images/united-kingdom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-5 {
  background-image: url('../images/sweden.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.language-link {
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #7735f6;
}

.flag-3 {
  background-image: url('../images/france.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-2 {
  background-image: url('../images/Default.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 200px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, .1);
}

.text-block-20 {
  color: var(--font);
  font-family: Noto Sans KR, sans-serif;
}

.text-block-21 {
  color: var(--font);
}

@media screen and (min-width: 1280px) {
  .padding-vertical.full-height.align-center {
    margin-top: 80px;
  }

  .padding-vertical.padding-huge {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 130px;
    padding-bottom: 0;
    display: flex;
  }

  .padding-vertical.padding-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    justify-content: center;
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
  }

  .padding-vertical.padding-huge {
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-vertical.padding-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-primary-sf1 {
    width: 180px;
    margin-left: 10px;
    padding-top: 5%;
    font-size: 16px;
    line-height: 22px;
  }

  .button-primary-sf1.w--current {
    padding-top: 4%;
  }

  .heading-xlarge-sf1 {
    margin-top: 0;
  }

  .container-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-padding {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .page-padding.full-height.justify-center.padding-huge {
    background-color: #fff;
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-size-medium-sf1 {
    font-family: Noto Sans KR, sans-serif;
    font-weight: 700;
  }

  .text-size-medium-sf1.text-color-grey.text-align-center {
    align-self: auto;
    margin: 0 0% 20px 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
    line-height: 30px;
  }

  .navbar_logo-1-1 {
    height: 50px;
    max-height: 50px;
  }

  .button-row.is-button-row-center {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
    position: static;
  }

  .margin-bottom.margin-small {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .margin-bottom.margin-xxlarge {
    padding-bottom: 40px;
  }

  .hero-1-4_image {
    margin-top: 80px;
  }

  .text-align-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .max-width-large.align-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 50rem;
    padding-top: 20px;
    display: flex;
  }

  .button-wrapper {
    margin-top: 1rem;
  }

  .navbar1_dropdown-list {
    display: none;
  }

  .navbar1_dropdown-list.w--open {
    width: 5rem;
    right: 0%;
  }

  .navbar1_item-heading-container {
    flex-wrap: nowrap;
  }

  .navbar1_menu-buttons {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-right: 0%;
  }

  .navbar_link-1-1-2 {
    font-size: 18px;
  }

  .navbar_link-1-1-2.w--current {
    color: #222;
  }

  .heading-xsmall-sf1 {
    font-family: Outfit, sans-serif;
    font-weight: 400;
  }

  .navbar_component-1-4.background-color-white {
    z-index: 100;
    height: 100px;
    padding-left: 5%;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .navbar1_dropdown-link {
    margin-bottom: 0;
    padding-left: 1rem;
  }

  .bold-text {
    font-size: 16px;
    font-weight: 400;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 18px;
  }

  .button-primary-sf1-2 {
    color: #fff;
    -webkit-text-stroke-color: #222;
    background-color: #222;
    border: 2px solid #222;
    max-width: 100%;
  }

  .section-main {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .section-hero1-4 {
    position: static;
  }

  .navbar1_dropdown-list-2 {
    width: 30px;
  }

  .navbar1_container-2 {
    grid-template-columns: .25fr 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 80rem;
    display: flex;
  }

  .padding-vertical-sf1.padding-large {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .heading-small-sf1.text-align-center {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
  }

  .heading-small-sf1.text-weight-bold {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 0;
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
  }

  .section-logos1-2 {
    z-index: 99;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f9fafb;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .business-logos_wrapper {
    grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
    padding-top: 20px;
    padding-bottom: 0;
    position: static;
  }

  .margin-bottom-2 {
    padding-top: 0;
  }

  .margin-bottom-2.margin-xlarge {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .container-medium {
    max-width: 100%;
  }

  .business-logo-section-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .page-business-clients {
    background-color: #f9fafb;
  }

  .bold-text-8 {
    align-self: center;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 40px;
  }

  .container-large-2 {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .benefit-wrapper._250-width._20-left-margin {
    margin-top: 0;
  }

  .features1-30_content {
    width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 10%;
  }

  .section-choose-oncosoft {
    flex-flow: row;
    align-items: stretch;
    display: block;
    position: relative;
  }

  .text-size-regular-sf1 {
    padding-top: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
  }

  .image-feature-1-29 {
    text-align: right;
    border-radius: 10px;
    height: 90%;
    margin-top: 0;
    padding-top: 0;
  }

  .features1-29_image-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .features1-30_wrapper {
    grid-auto-flow: column;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .features1-30_features {
    padding-bottom: 0;
  }

  .heading-large-sf1 {
    margin-top: 0;
  }

  .benefit-flex-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-span {
    font-weight: 400;
  }

  .bold-text-9 {
    font-size: 40px;
    font-weight: 600;
  }

  .bold-text-10, .bold-text-11 {
    font-weight: 500;
  }

  .bold-text-12 {
    font-weight: 500;
    display: block;
  }

  .bold-text-13 {
    font-weight: 500;
  }

  .stats1-6-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .stats1-6_component {
    margin-top: 40px;
    padding-bottom: 0;
    display: flex;
  }

  .icon-1x1-medium.border-radius_10px {
    width: 5rem;
    max-width: 6rem;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .section-strategy {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 80rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 0%;
    display: flex;
  }

  .text-size-medium-sf1-2 {
    padding-right: 0;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: 200;
  }

  .stats1-6-item {
    margin: 40px;
    padding: 0;
  }

  .coursus_content-wrapper {
    border-bottom: 1px rgba(0, 0, 0, .1);
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-latest-news {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .number-wrapper-1 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .number-wrapper-1.two {
    color: #222;
    margin-top: 10px;
  }

  .number-wrapper-1.one, .number-wrapper-1.three {
    margin-top: 10px;
  }

  .text-size-medium.text-color-black {
    font-family: Outfit, sans-serif;
    font-size: 20px;
  }

  .heading-large {
    margin-top: 0;
    padding-top: 60px;
  }

  .section-blog1-7 {
    background-color: #fff;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-7-grid {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 0;
  }

  .blog-item-shadow {
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .3);
  }

  .blog-image-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .margin-top.margin-small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 600px;
    display: grid;
  }

  .blog-image {
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    width: auto;
    height: 230px;
  }

  .blog-7-item {
    width: 100%;
    padding-left: 0;
  }

  .text-size-regular {
    letter-spacing: -.5px;
    padding-top: 10px;
    font-family: Noto Sans KR, sans-serif;
    font-size: 16px;
    line-height: 28px;
  }

  .text-size-regular.text-weight-light {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5rem;
  }

  .bold-text-14 {
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .navbar1_logo-link-2 {
    width: 13rem;
    display: block;
  }

  .navbar1-1_menu-left-4 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .navbar1-1_menu-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin-left: 0;
    display: flex;
  }

  .page-padding-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-size-medium-sf1-3.text-color-purple {
    color: #222;
    -webkit-text-stroke-color: #222;
  }

  .heading-large-sf1-2 {
    margin-top: 0;
    padding-top: 60px;
  }

  .testimonials1-18-tag.mb-1-5, .button-primary-sf1-5 {
    background-color: #222;
  }

  .section-testimonials1-18 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .max-width-small-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .faq1-2_question-wrapper {
    padding-top: 1rem;
    padding-bottom: 1em;
  }

  .section-faq1-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .container-large-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    display: flex;
  }

  .accordion1_coloumn {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .max-width-medium-3.align-center {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    max-width: 70rem;
    display: flex;
  }

  .accordion1_component {
    grid-template-columns: 1fr;
    align-content: end;
    justify-content: start;
    align-items: start;
    justify-items: stretch;
  }

  .text-size-regular-sf1-5 {
    padding-top: 10px;
    line-height: 1.8rem;
  }

  .padding-vertical-3.padding-huge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-padding-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .heading-large-sf1-3 {
    margin-top: 0;
  }

  .button-primary-sf1-6 {
    background-color: #222;
    border-color: #222;
  }

  .footer-info-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical-5.padding-xlarge, .page-padding-6 {
    border: 1px solid #222;
  }

  .bold-text-15 {
    font-weight: 600;
  }

  .padding-bottom.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .footer_top-wrapper {
    padding-bottom: 10px;
    display: flex;
  }

  .footer_link-list {
    justify-content: end;
    display: flex;
  }

  .footer1-7_component {
    background-color: #222;
  }

  .container-large-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .padding-vertical-7.padding-huge {
    padding-top: 2rem;
  }

  .background-video {
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    height: 700px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .features1-25_tab-pane {
    background-color: #fff;
    top: -70px;
  }

  .features1-25_tab-link {
    border-bottom-style: none;
  }

  .features1-25_tab-link.w--current {
    border-bottom-color: var(--blue);
    background-color: var(--white);
    -webkit-text-stroke-color: #575757;
  }

  .padding-vertical-8.padding-large {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .layout9_tabs-menu {
    background-color: var(--tab);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 70%;
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    top: -70px;
  }

  .features1-25_right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 400px;
    display: flex;
  }

  .features1-25_image {
    border-radius: 5px;
  }

  .max-width-xsmall-2 {
    text-align: center;
  }

  .features1-25_component {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-size-medium-sf1-6 {
    text-align: center;
  }

  .features1-25_content-wrapper {
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
  }

  .text-size-large-sf1-2 {
    line-height: 25px;
  }

  .bold-text-16 {
    color: var(--font);
    font-size: 1.2rem;
  }

  .bold-text-17 {
    color: var(--font);
    font-family: Outfit, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .text-block-3.bold-text-16 {
    font-family: Outfit, sans-serif;
  }

  .bold-text-18 {
    color: var(--font);
    font-size: 1.2rem;
  }

  .home-benefits-wrapper {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    border-top: 1px none var(--line);
    border-bottom-style: solid;
    border-right-style: none;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding: 4rem 0% 4rem 5%;
  }

  .home-benefits-wrapper.margin-top {
    border-bottom-style: solid;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-benefits_product-images {
    width: auto;
    height: auto;
  }

  .section-features1-7 {
    background-color: #fff;
  }

  .home-benefits-content {
    width: 90%;
    padding-right: 5%;
  }

  .page-padding-12 {
    background-color: #fff;
  }

  .image-feature-1-7 {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    max-height: 350px;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-vertical-10.padding-huge {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-regular-sf1-6.text-align-center {
    font-family: Noto Sans KR, sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .features-grid {
    width: 100%;
    display: flex;
  }

  .section-features1-10 {
    background-color: rgba(255, 255, 255, 0);
    margin-left: 0%;
    margin-right: auto;
  }

  .text-size-medium-sf1-9.text-color-grey.text-align-center {
    text-align: justify;
  }

  .icon-1x1-huge {
    width: 5rem;
  }

  .heading-regular-sf1 {
    margin-top: 10px;
    font-family: Outfit, sans-serif;
    font-weight: 500;
    line-height: 2rem;
  }

  .heading-regular-sf1.text-align-center {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .container-medium-3 {
    max-width: 90%;
  }

  .div-block-87 {
    background-image: url('../images/patten-02.png');
    background-position: 0 0;
    background-size: auto;
    margin-top: 0;
  }

  .button-primary-sf1-8 {
    background-color: #222;
    font-size: 16px;
  }

  .newsletter-cta__disclamer-link {
    font-family: Open Sans, sans-serif;
  }

  .text-size-medium-sf1-10.text-color-white {
    padding-bottom: 20px;
    font-family: Noto Sans KR, sans-serif;
  }

  .text-size-small-sf1-3.text-color-white {
    margin-top: 20px;
  }

  .cta1-13-container {
    background-color: #222;
    padding-bottom: 3em;
    padding-right: 3rem;
  }

  .heading-large-sf1-ew.font-color-white {
    color: #222;
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .footer_logo-1-1-2 {
    height: 3rem;
    margin-bottom: 40px;
  }

  .copy_right-text {
    color: rgba(255, 255, 255, .5);
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .footer_bottom-links-2 {
    font-size: 16px;
  }

  .footer1-4_component {
    background-color: #222;
  }

  .footer-item-1-4 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    margin-left: 1rem;
    margin-right: 0;
    display: flex;
  }

  .text-size-medium-sf1-11 {
    color: rgba(255, 255, 255, .5);
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .footer-grid {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: right;
    justify-content: flex-end;
  }

  .heading-medium-sf1-2 {
    font-family: Outfit, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .padding-vertical-14.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button-primary-sf1-9 {
    background-color: #222;
    border-style: none;
    border-radius: 5px;
  }

  .page-padding-16 {
    background-color: #f9fafb;
    padding-top: 0;
  }

  .section-team1-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .team2_component {
    width: 90%;
  }

  .team2_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team2_image {
    width: 15rem;
    height: 15rem;
  }

  .section-testimonials1-16 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pricing_components-1-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing_component-1-5 {
    margin-top: 0;
    padding: 0;
  }

  .section-pricing1-6 {
    margin-top: 90px;
  }

  .timeline_text.sub {
    font-family: Noto Sans KR, sans-serif;
    font-size: 20px;
  }

  .timeline-1-component {
    max-width: 100%;
  }

  .timeline_right {
    width: 100%;
  }

  .blog-category-label {
    font-family: Outfit, sans-serif;
    font-size: 1.25rem;
  }

  .blog3_image {
    border-radius: 10px;
  }

  .features1-25_tab-link-2.w--current {
    border-bottom-color: var(--blue);
    color: var(--blue);
    font-family: Outfit, sans-serif;
    font-size: 1rem;
  }

  .padding-vertical-21.padding-large {
    padding-bottom: 0;
  }

  .text-align-center-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-size-medium-sf1-18.text-color-purple.text-align-center.text-weight-bold {
    color: var(--blue);
  }

  .home-review_slider-mask {
    border-radius: 10px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .2);
  }

  .text-size-small-2.text-style-muted {
    font-weight: 400;
  }

  .text-block-5 {
    font-weight: 700;
  }

  .bold-text-25 {
    font-weight: 600;
  }

  .coursus_item-divider-2 {
    height: 312px;
    top: 0;
  }

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

  .heading-small-sf1-8.text-weight-bold {
    text-align: center;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

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

  .text-size-medium-sf1-19 {
    text-align: center;
    height: 5rem;
    padding-right: 0;
    font-family: Outfit, sans-serif;
    font-weight: 300;
  }

  .coursus_content-wrapper-2, .margin-bottom-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .numbers_1-2, .number_m-2 {
    font-family: Outfit, sans-serif;
  }

  .heading-large-4.text-color-white.text-align-center {
    color: #222;
    width: 40rem;
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .bold-text-26 {
    font-weight: 300;
  }

  .margin-bottom-9.margin-small {
    margin-bottom: 0;
  }

  .margin-bottom-9.margin-small2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: 0;
    display: flex;
  }

  .container-small {
    max-width: 90%;
  }

  .margin-top-5.margin-large {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .flex-horizontal {
    opacity: .3;
  }

  .feature---box-1 {
    background-color: rgba(16, 24, 40, 0);
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-content_features1-18 {
    text-align: center;
  }

  .heading-large-sf1-14 {
    margin-top: 0;
    font-weight: 600;
  }

  .container-large-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .page-padding-32 {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
  }

  .page-padding-32.large {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .section-features1-18 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .large-growing-images.small {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    border-radius: 10px;
    height: 600px;
    margin-top: 20px;
  }

  .text-size-medium-sf1-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .text-span-2 {
    font-family: Noto Sans KR, sans-serif;
  }

  .text-block-6 {
    font-family: Outfit, sans-serif;
  }

  .page-padding-33 {
    background-color: #f9fafb;
  }

  .more-feature-image {
    border-radius: 10px;
    width: 100%;
    height: 400px;
    max-height: 700px;
  }

  .text-size-medium-sf1-24 {
    font-family: Noto Sans KR, sans-serif;
    font-weight: 300;
  }

  .text-size-medium-sf1-24.text-align-center {
    margin-bottom: 10px;
  }

  .more-features-holder {
    margin-top: 40px;
  }

  .heading-large-sf1-15 {
    margin-top: 0;
    font-family: Outfit, sans-serif;
    font-size: 40px;
    font-weight: 600;
  }

  .padding-vertical-30.padding-huge {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .bold-text-28, .bold-text-29 {
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .button-primary-sf1-13 {
    color: #222;
    background-color: #fff;
    border-style: none;
    height: 50px;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .footer-link-three {
    color: #fff;
    font-weight: 500;
  }

  .blog_info-wrapper {
    grid-row-gap: 12px;
    align-items: start;
    justify-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .padding-vertical-33.padding-huge {
    padding-bottom: 2rem;
  }

  .heading-small.text-color-white {
    color: #222;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .text-size-small, .text-size-small.text-color-purple, .text-size-regular-3 {
    font-family: Noto Sans KR, sans-serif;
  }

  .text-size-regular-3.text-align-center {
    margin-top: 40px;
  }

  .heading-medium.text-color-white.text-align-center {
    color: #222;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .image-blog-post {
    max-width: 70%;
    margin-bottom: 20px;
  }

  .rich-text---blog-post {
    color: var(--font);
    font-size: 1.2rem;
  }

  .paragraph {
    color: #667085;
    font-family: Noto Sans KR, sans-serif;
  }

  .heading, .heading-2 {
    color: #222;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .paragraph-2, .paragraph-3 {
    color: #667085;
    font-family: Noto Sans KR, sans-serif;
  }

  .heading-3 {
    color: #222;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .bold-text-30 {
    font-family: Outfit, sans-serif;
    font-weight: 400;
  }

  .padding-vertical-34.padding-huge {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .container-large-24 {
    background-color: rgba(249, 250, 251, 0);
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .part-container {
    width: 90%;
  }

  .left-part {
    padding-right: 0;
  }

  .section-integrations1-8 {
    background-color: #222;
    background-image: url('../images/bg-01.jpg');
    background-position: 100% 0;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 23rem;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .left-part-paragraph-wrapper {
    margin-bottom: 0;
  }

  .heading-large-sf1-16 {
    color: var(--white);
    font-weight: 600;
    line-height: 3.4rem;
  }

  .heading-large-sf1-16.font-color-white {
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .image-202 {
    height: 20rem;
    padding-right: 0;
  }

  .integrations1-3-item {
    background-color: #272727;
    padding: 1rem;
  }

  .expert-grade-contours {
    background-color: #222;
  }

  .integrations1-3-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .text-align-center-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-regular-sf1-3 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    font-family: Outfit, sans-serif;
    font-weight: 600;
    line-height: 1.7rem;
    display: flex;
  }

  .heading-regular-sf1-3.text-color-white {
    text-align: center;
    margin-top: .5rem;
    margin-bottom: 0;
    font-family: Noto Sans KR, sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .container-medium-4 {
    max-width: none;
  }

  .padding-vertical-38.padding-large {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-small-sf1-11.text-color-purple.text-align-center.text-weight-bold {
    color: #0091d0;
    font-family: Outfit, sans-serif;
  }

  .heading-large-sf1-20 {
    margin-bottom: 40px;
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .text-size-medium-sf1-31.text-color-purple.text-align-center {
    color: #0091d0;
    font-family: Outfit, sans-serif;
  }

  .text-size-medium-sf1-31.text-color-black.text-align-center {
    margin-top: 1rem;
    font-family: Outfit, sans-serif;
  }

  .form-input-sf1-3.is-alternate.with-margin {
    margin-bottom: 1rem;
  }

  .button-primary-sf1-14.full-width {
    font-family: Outfit, sans-serif;
    font-size: 1rem;
  }

  .heading-small-sf1-13.font-color-white.text-weight-bold {
    color: #222;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .text-size-medium-sf1-33.text-color-white {
    color: #667085;
    text-align: center;
    font-family: Noto Sans KR, sans-serif;
  }

  .contact1-5_form-2 {
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .1);
  }

  .text-size-regular-sf1-11.text-color-white.text-weight-light {
    color: #667085;
    font-family: Noto Sans KR, sans-serif;
  }

  .heading-large-sf1-22.font-color-white {
    color: #222;
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .text-field.is-alternate.with-margin {
    border: 1px solid #dddfe3;
    border-radius: 10px;
    height: 10rem;
    font-family: Noto Sans KR, sans-serif;
  }

  .text-block-8 {
    color: var(--black);
    font-family: Outfit, sans-serif;
    font-size: 18px;
  }

  .success-message-2 {
    color: #fff;
    background-color: #fff;
  }

  .circle-number {
    background-color: #e7f3f9;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    max-width: 50px;
    height: 30px;
    max-height: 50px;
    display: flex;
  }

  .text-block-9 {
    color: #0091d0;
    font-size: 18px;
    font-weight: 700;
  }

  .number_counter-wrapper-3 {
    color: #222;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-89 {
    background-color: #f9fafb;
  }

  .div-block-91 {
    margin-top: 0;
  }

  .textarea {
    max-height: 100px;
  }

  .bold-text-31 {
    font-weight: 500;
  }

  .bold-text-32, .text-block-15 {
    font-family: Outfit, sans-serif;
    font-size: 1rem;
    font-weight: 600;
  }

  .contouts-tab {
    background-color: #272727;
    border-radius: 10px;
    width: 8.2rem;
    padding-left: 20px;
  }

  .contouts-tab.w--current {
    background-color: #0091d0;
    width: 8.2rem;
  }

  .tabs-3 {
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .tab-link-tab-2-2 {
    background-color: #272727;
  }

  .tab-link-tab-2-2.contouts-tab {
    border-radius: 10px;
    width: 8.2rem;
  }

  .tab-link-tab-2-2.contouts-tab.w--current {
    background-color: #0091d0;
  }

  .tab-link-tab-3-2 {
    background-color: #272727;
    border-radius: 10px;
    width: 8.2rem;
  }

  .tab-link-tab-3-2.w--current {
    background-color: #0091d0;
    width: 8.2rem;
  }

  .tab-link-tab-4-2 {
    background-color: #272727;
    border-radius: 10px;
    width: 8.2rem;
  }

  .tab-link-tab-4-2.w--current {
    background-color: #0091d0;
  }

  .tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .tabs-content {
    background-color: #272727;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 500px;
    margin-top: 1rem;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .tab-link-tab-5 {
    background-color: #272727;
    width: 8.2rem;
  }

  .tab-link-tab-5.w--current {
    background-color: #0091d0;
    border-radius: 10px;
  }

  .tab-link-tab-6 {
    background-color: #272727;
    border-radius: 10px;
    width: 8.2rem;
  }

  .tab-link-tab-6.w--current {
    background-color: #0091d0;
  }

  .tab-link-tab-7 {
    background-color: #272727;
    border-radius: 10px;
    width: 8.2rem;
    height: 10rem;
  }

  .tab-link-tab-7.w--current {
    background-color: #0091d0;
  }

  .tab-link-tab-8 {
    background-color: #272727;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 8.2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-8.w--current {
    background-color: #0091d0;
  }

  .tab-pane-tab-1 {
    background-color: #272727;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 500px;
    display: flex;
  }

  .tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6, .tab-pane-tab-7, .tab-pane-tab-8 {
    background-color: #272727;
    height: 500px;
  }

  .page-padding-35 {
    border-bottom: 1px solid var(--tab);
  }

  .features1-31_card {
    border-radius: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features1-31_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .text-size-regular-sf1-12 {
    padding-top: .5rem;
    font-family: Noto Sans KR, sans-serif;
    font-size: 1.3rem;
  }

  .text-align-center-15 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-large-sf1-24 {
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .div-block-93 {
    flex: 0 auto;
  }

  .div-block-95 {
    display: block;
  }

  .structure-library-icon {
    align-content: stretch;
  }

  .bold-text-33, .bold-text-34 {
    color: #0091d0;
  }

  .text-span-4 {
    color: #0091d0;
    font-size: 1rem;
  }

  .text-span-5 {
    font-size: 1rem;
  }

  .text-span-6 {
    color: #0091d0;
    font-size: 1rem;
  }

  .bold-text-35 {
    color: var(--blue);
  }

  .text-span-7 {
    color: #4c4c4c;
  }

  .bold-text-36 {
    color: var(--blue);
    font-size: 1rem;
  }

  .bold-text-37, .bold-text-38 {
    color: #0091d0;
    font-size: 1rem;
  }

  .text-span-8 {
    font-size: 1rem;
  }

  .bold-text-39 {
    color: var(--blue);
  }

  .bold-text-40 {
    color: var(--blue);
    font-size: 1rem;
  }

  .text-span-9 {
    border: 3px none var(--blue);
    background-color: var(--blue);
    color: var(--white);
    border-radius: 5px;
    width: auto;
    padding: .125rem .5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    display: block;
  }

  .icon-container-alt-2 {
    box-shadow: none;
    background-color: rgba(23, 31, 48, 0);
  }

  .image-204, .image-205, .image-206 {
    height: 3rem;
  }

  .blog2_image {
    border-radius: 10px;
    width: 100%;
    height: 10rem;
  }

  .blog2_image-link {
    border-radius: 10px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-regular-sf1-4 {
    height: auto;
    margin-top: 0;
    font-family: Outfit, sans-serif;
    line-height: 2rem;
  }

  .blog2_content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta1-7_component {
    background-color: var(--blue);
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical-46.padding-huge {
    background-color: var(--white);
  }

  .heading-large-sf1-25.font-color-white {
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .button-outline-sf1.color-white {
    border-width: 2px;
  }

  .button-row-2 {
    margin-top: 2rem;
  }

  .button-primary-sf1-16 {
    border-width: 2px;
    border-color: var(--white);
  }

  .cta5_image-wrapper {
    background-image: url('../images/bg-pattern-01-01.svg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 10px;
    height: 20rem;
  }

  .text-size-medium-sf1-37 {
    color: var(--white);
    font-family: Noto Sans KR, sans-serif;
  }

  .blog_info-wrapper-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .section-blog1-6 {
    background-color: var(--white);
  }

  .blog_info-divider-2 {
    height: .8rem;
    margin-top: .25rem;
  }

  .text-block-17 {
    font-family: Outfit, sans-serif;
    font-size: 1.25rem;
  }

  .image-207 {
    height: 1rem;
  }

  .heading-6 {
    font-size: 14px;
  }

  .bold-text-43 {
    text-align: justify;
  }

  .nav-link-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-98 {
    width: 100%;
  }

  .bold-text-44 {
    font-weight: 600;
  }

  .image-209 {
    max-width: 70%;
  }

  .div-block-100 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .bold-text-46 {
    font-size: 20px;
  }

  .image-210 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-form {
    background-color: var(--blue);
    margin-bottom: 0;
    padding: 0;
    display: block;
  }

  .subscribe-form {
    color: var(--font);
    border-radius: 8px;
    width: 500px;
  }

  .button-primary-8.footer-form-button {
    letter-spacing: 0;
    text-transform: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 48px;
    font-family: Outfit, sans-serif;
    font-size: 1rem;
    right: 0;
  }

  .error-message-2 {
    background-color: var(--black);
  }

  .langauge-line-break {
    background-color: var(--blue);
  }

  .language-toggle {
    height: 50px;
    display: block;
  }

  .flag-2 {
    background-image: url('../images/Default.svg');
  }

  .text-block-20, .text-block-21 {
    color: var(--font);
    font-family: Noto Sans KR, sans-serif;
  }
}

@media screen and (min-width: 1440px) {
  .padding-vertical.padding-large {
    grid-template-columns: 1.5fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .button-primary-sf1 {
    border-radius: 8px;
    flex: 0 auto;
    align-self: auto;
    width: 180px;
    font-size: 16px;
    line-height: 22px;
  }

  .button-primary-sf1.w--current {
    padding-top: 4%;
  }

  .container-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-padding {
    margin-left: 5%;
    margin-right: 5%;
    padding: 50px 0%;
  }

  .page-padding.full-height.justify-center.padding-huge {
    background-color: rgba(255, 255, 255, 0);
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium-sf1.text-color-grey.text-align-center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar_logo-1-1 {
    width: auto;
    height: 50px;
    max-height: 50px;
  }

  .button-row.is-button-row-center {
    flex-flow: row;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
    display: flex;
    position: static;
  }

  .margin-bottom.margin-small {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .margin-bottom.margin-medium {
    color: #fff;
  }

  .margin-bottom.margin-xxlarge {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .text-align-center {
    margin-bottom: 0;
  }

  .max-width-large.align-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 50rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 40px;
    display: flex;
  }

  .button-secondary-sf1 {
    border-width: 2px;
    border-radius: 8px;
    height: 50px;
    font-weight: 500;
  }

  .button-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1rem;
    display: flex;
  }

  .navbar1_dropdown-list.w--open {
    width: 5rem;
    min-height: auto;
    padding-top: .5rem;
    right: 0%;
  }

  .navbar1_item-heading-container {
    font-family: Outfit, sans-serif;
  }

  .navbar1_menu-buttons {
    margin-right: 0;
  }

  .navbar_link-1-1-2 {
    font-size: 18px;
  }

  .navbar_link-1-1-2.w--current {
    color: #222;
  }

  .navbar_component-1-4.background-color-white {
    z-index: 100;
    height: 100px;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .navbar1_dropdown-link {
    margin-bottom: 0;
  }

  .bold-text {
    font-size: 16px;
    font-weight: 400;
  }

  .button-primary-sf1-2 {
    color: #fff;
    -webkit-text-stroke-color: #222;
    background-color: #222;
    border: 2px solid #222;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    margin-right: 0;
    display: flex;
  }

  .section-main {
    background-color: rgba(255, 255, 255, 0);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    top: 0;
    bottom: auto;
  }

  .section-hero1-4 {
    background-color: #f9fafb;
  }

  .navbar1_container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: 80rem;
    display: flex;
    position: relative;
    top: 0;
  }

  .padding-vertical-sf1.padding-large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-small-sf1.text-align-center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-small-sf1.text-weight-bold {
    margin-top: auto;
    font-weight: 600;
  }

  .section-logos1-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 0;
  }

  .business-logos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .business-logos_wrapper {
    grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
    position: static;
  }

  .margin-bottom-2.margin-xlarge {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .container-medium {
    width: 100%;
    max-width: 100%;
    padding-top: 1rem;
  }

  .business-logo-section-2 {
    margin-top: 0;
  }

  .page-business-clients {
    width: auto;
    margin-top: 0;
    position: relative;
  }

  .bold-text-8 {
    padding-top: 0;
  }

  .section-choose-oncosoft {
    display: block;
  }

  .text-size-regular-sf1 {
    padding-top: 0;
  }

  .image-feature-1-29 {
    align-self: center;
    height: 650px;
    margin-top: 0;
  }

  .features1-29_image-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 800px;
    max-height: 800px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .stats1-6-grid {
    border-radius: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .stats1-6_component {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .icon-1x1-medium.border-radius_10px {
    width: 5rem;
    max-width: 8rem;
    height: auto;
    max-height: none;
  }

  .section-strategy {
    background-color: #fff;
  }

  .text-size-medium-sf1-2 {
    font-weight: 300;
  }

  .stats1-6-item {
    border: 0 solid #000;
    margin-top: 40px;
    padding-bottom: 0;
  }

  .section-latest-news {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .number-wrapper-1 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .number-wrapper-1.two {
    text-align: center;
    margin-top: 0;
  }

  .number-wrapper-1.one {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .number-wrapper-1.three {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .heading-large {
    margin-bottom: 20px;
  }

  .section-blog1-7 {
    padding-left: 0%;
  }

  .blog-7-grid {
    margin-top: 20px;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .blog-item-shadow {
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .3);
  }

  .margin-top.margin-small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 600px;
    display: grid;
  }

  .text-size-regular {
    letter-spacing: -.5px;
    width: auto;
    padding-right: 10px;
    font-family: Noto Sans KR, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .text-size-regular.text-weight-light {
    padding-bottom: 10px;
    line-height: 25px;
  }

  .image {
    width: auto;
    height: 33px;
  }

  .navbar1-1_menu-left-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 0;
    display: flex;
  }

  .navbar1-1_menu-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin-left: 0;
    display: flex;
  }

  .text-size-medium-sf1-3.text-align-center.text-weight-light.mb-1-5 {
    font-weight: 400;
  }

  .max-width-small-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .faq1-2_question-wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .section-faq1-2 {
    padding-top: 60px;
  }

  .container-large-3 {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
  }

  .accordion1_coloumn {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .max-width-medium-3.align-center {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 80rem;
  }

  .accordion1_component {
    background-image: linear-gradient(#fff, #fff);
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .text-size-regular-sf1-5 {
    font-family: Outfit, sans-serif;
    font-weight: 300;
    line-height: 1.6rem;
  }

  .page-padding-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .heading-large-sf1-3 {
    font-family: Outfit, sans-serif;
    font-size: 40px;
    font-weight: 600;
  }

  .heading-medium-sf1 {
    text-align: center;
  }

  .footer_bottom-link {
    color: rgba(255, 255, 255, .5);
    font-family: Outfit, sans-serif;
    font-weight: 300;
  }

  .footer-info-text {
    color: rgba(255, 255, 255, .5);
    font-family: Noto Sans KR, sans-serif;
    font-weight: 300;
  }

  .footer-link-1-1.dark {
    font-family: Noto Sans KR, sans-serif;
    overflow: hidden;
  }

  .footer-links-2 {
    overflow: visible;
  }

  .padding-vertical-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .bold-text-15 {
    font-weight: 600;
  }

  .footer-link-1-7 {
    color: #fff;
    font-family: Outfit, sans-serif;
  }

  .padding-bottom.padding-xxlarge {
    width: 100%;
  }

  .section-hero1-18 {
    height: 500px;
    margin-top: 60px;
    padding-top: 0;
  }

  .container-large-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-vertical-7.padding-huge {
    padding-top: 2rem;
  }

  .slide {
    height: 500px;
  }

  .background-video {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    height: 700px;
    margin-bottom: 0;
    display: block;
    bottom: 0;
  }

  .features1-25_tab-pane {
    background-color: #fff;
    position: static;
    top: 0;
  }

  .features1-25_tabs-content {
    position: relative;
  }

  .features1-25_tab-link {
    background-color: var(--tab);
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .features1-25_tab-link.w--current {
    background-color: var(--white);
    color: #0091d0;
    border-bottom: 0 #0091d0;
  }

  .padding-vertical-8.padding-large {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .layout9_tabs-menu {
    background-color: var(--white);
    border-bottom: 1px #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: center;
    align-items: flex-start;
    width: 64%;
    max-width: 100rem;
    margin-top: -1px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    top: -70px;
  }

  .layout9_number-wrapper {
    color: #0091d0;
    background-color: #ecf9ff;
  }

  .features1-25_right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 400px;
    display: flex;
  }

  .features1-25_image {
    height: 20rem;
  }

  .section-features1-25 {
    position: relative;
    top: 90px;
  }

  .max-width-xsmall-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .features1-25_component {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
  }

  .text-size-medium-5.text-weight-semibold {
    color: #0091d0;
  }

  .text-size-medium-sf1-6 {
    text-align: center;
  }

  .features1-25_content-wrapper {
    margin-left: 10%;
    margin-right: 10%;
  }

  .text-size-large-sf1-2 {
    line-height: 25px;
  }

  .bold-text-16, .bold-text-17 {
    color: var(--font);
    font-family: Outfit, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .bold-text-17.bold-text-16 {
    color: var(--font);
    font-size: 1.3rem;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .text-block-3.bold-text-16 {
    color: var(--font-1);
    text-align: center;
    font-size: 1.4rem;
  }

  .bold-text-18 {
    color: var(--font);
    font-family: Outfit, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .home-benefits-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-top: 1px none var(--line);
    border-bottom-style: solid;
    border-right-style: none;
    align-items: center;
    justify-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4rem 0%;
  }

  .home-benefits-wrapper.margin-top {
    border-style: none none solid;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-benefits_product-images {
    width: auto;
    max-width: 100%;
    height: 500px;
  }

  .section-features1-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .home-benefits-content {
    width: 60%;
    padding-right: 0%;
  }

  .page-padding-12 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 8rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-feature-1-7 {
    border-radius: 10px;
    width: 100%;
    max-height: 450px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-vertical-10.padding-huge {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-regular-sf1-6.text-align-center {
    text-align: left;
    font-family: Noto Sans KR, sans-serif;
    font-size: 1rem;
  }

  .heading-large-sf1-8 {
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .features-grid {
    margin-top: 40px;
    display: flex;
  }

  .section-features1-10 {
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 60px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .text-size-medium-sf1-9.text-color-grey.text-align-center {
    text-align: center;
  }

  .icon-1x1-huge {
    width: 5rem;
  }

  .heading-regular-sf1 {
    margin-top: 10px;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .heading-regular-sf1.text-align-center {
    margin-top: 20px;
  }

  .container-medium-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-87 {
    background-image: url('../images/patten-02.png');
    background-position: 0 0;
    background-size: auto;
    margin-top: 0;
  }

  .padding-vertical-12.padding-huge {
    color: #fff;
  }

  .button-primary-sf1-8 {
    background-color: #222;
    border-style: none;
    border-radius: 8px;
    height: 50px;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .section-cta1-13 {
    width: 100%;
  }

  .text-size-medium-sf1-10.text-color-white {
    margin-bottom: 0;
    font-family: Noto Sans KR, sans-serif;
    font-size: 14px;
  }

  .text-size-small-sf1-3.text-color-white {
    margin-top: 20px;
    font-size: 14px;
  }

  .newsletter-cta__image {
    right: 4rem;
  }

  .cta1-13-container {
    color: #fff;
    background-color: #222;
    padding-bottom: 3em;
    padding-right: 3rem;
  }

  .heading-large-sf1-ew.font-color-white {
    color: #000;
    margin-left: auto;
    margin-right: auto;
    font-family: Outfit, sans-serif;
    font-weight: 600;
    display: block;
    overflow: visible;
  }

  .footer-bottom-2 {
    margin-top: 4em;
  }

  .footer_logo-1-1-2 {
    height: 3rem;
  }

  .footer_bottom-link-2 {
    font-size: 16px;
  }

  .copy_right-text {
    color: rgba(255, 255, 255, .5);
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .footer1-4_component {
    background-color: #222;
  }

  .footer-item-1-4 {
    margin-left: 1rem;
    margin-right: 0;
    padding-right: 0;
  }

  .heading-xsmall-sf1-3.text-color-white {
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .text-size-medium-sf1-11 {
    color: rgba(255, 255, 255, .5);
    width: 300px;
    max-width: 300px;
    margin-top: 20px;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .footer-grid {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer-nav {
    justify-content: flex-end;
  }

  .contact1-5_column-right {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-medium-sf1-2 {
    font-family: Outfit, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .padding-vertical-14.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button-primary-sf1-9 {
    background-color: #222;
    border-style: none;
  }

  .page-padding-16 {
    background-color: #f9fafb;
    padding-top: 0;
  }

  .section-team1-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .team2_component {
    width: 80%;
    max-width: 99.9999%;
  }

  .team2_list {
    grid-template-columns: 1fr 1fr 1fr;
    width: 90%;
  }

  .team2_image {
    width: 15rem;
    height: 15rem;
  }

  .section-testimonials1-16 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 4rem;
  }

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

  .pricing_component-1-5 {
    margin-top: 0;
    padding: 0;
  }

  .section-pricing1-6 {
    margin-top: 0;
  }

  .text-size-medium-sf1-17.text-color-grey.text-align-center {
    margin-bottom: 40px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 0;
  }

  .timeline_text.sub {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    font-family: Noto Sans KR, sans-serif;
    display: flex;
  }

  .timeline_date-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .heading-large-2 {
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .timeline-1-component {
    max-width: 100%;
  }

  .timeline_right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22 {
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .bold-text-23 {
    width: 300px;
  }

  .bold-text-24 {
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .text-size-regular-sf1-9 {
    font-size: 18px;
  }

  .section-blog1-3_link-block {
    margin-top: 20px;
  }

  .blog-category-label {
    color: #0091d0;
    font-family: Outfit, sans-serif;
    font-size: 1.25rem;
  }

  .blog3_image {
    border-radius: 10px;
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, .2);
  }

  .blog3_image-link {
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, .2);
  }

  .padding-vertical-20.padding-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .blog3_title-link {
    margin-top: 10px;
  }

  .section-blog1-3 {
    margin-top: 2rem;
  }

  .blog3_content-wrapper {
    background-color: rgba(255, 255, 255, 0);
  }

  .features1-25_tab-link-2 {
    font-family: Outfit, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .features1-25_tab-link-2.w--current {
    border-bottom-color: var(--blue);
    color: var(--blue);
  }

  .padding-vertical-21.padding-large {
    padding-bottom: 0;
  }

  .heading-large-sf1-13 {
    margin-top: 0;
    font-size: 40px;
    font-weight: 600;
  }

  .text-align-center-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-size-medium-sf1-18.text-color-purple.text-align-center.text-weight-bold {
    color: var(--blue);
    font-family: Outfit, sans-serif;
  }

  .section-blog1-7-2 {
    overflow: visible;
  }

  .text-size-medium-7.text-color-black {
    font-family: Noto Sans KR, sans-serif;
    line-height: 1.6rem;
  }

  .blog-7-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    align-items: start;
    justify-items: center;
    display: grid;
  }

  .blog-item-shadow-2 {
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, .2);
  }

  .padding-vertical-22.padding-huge {
    padding-top: 2rem;
  }

  .blog-image-2 {
    height: 12rem;
    display: block;
  }

  .blog-card-3 {
    margin-bottom: 40px;
  }

  .text-size-regular-2.text-weight-light {
    padding-top: .5rem;
  }

  .home-review_slider-mask {
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .2);
  }

  .bold-text-25 {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .image-195 {
    height: 50px;
  }

  .image-196 {
    height: auto;
  }

  .image-197 {
    height: 50px;
  }

  .image-198 {
    width: auto;
    height: 50px;
  }

  .image-199 {
    height: 50px;
  }

  .coursus_item-divider-2 {
    height: 312px;
    top: 0;
  }

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

  .heading-small-sf1-8.text-weight-bold {
    text-align: center;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

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

  .text-size-medium-sf1-19 {
    text-align: center;
    height: 5rem;
    padding-right: 10px;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .stats1-6-item-2 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .coursus_content-wrapper-2, .margin-bottom-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-large-4.text-color-white.text-align-center {
    color: #222;
    text-align: center;
    -webkit-text-stroke-color: #222;
    width: 50rem;
    margin-top: 0;
    font-family: Outfit, sans-serif;
    font-size: 3rem;
    font-weight: 600;
  }

  .bold-text-26 {
    color: rgba(255, 255, 255, .5);
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .footer_bottom-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .margin-bottom-9.margin-small2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 8.2rem;
    margin-top: 0;
    display: flex;
  }

  .footer_bottom {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 4rem;
  }

  .container-small {
    max-width: 90%;
  }

  .margin-top-5.margin-large {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .testimonial-card-1-3 {
    background-color: #fff;
  }

  .marquee-horizontal-large {
    opacity: 1;
    padding-top: 1rem;
  }

  .flex-horizontal {
    opacity: .5;
  }

  .feature---box-1 {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .feature-content_features1-18 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-large-sf1-14 {
    margin-top: 0;
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .service-item {
    grid-row-gap: 0px;
  }

  .service-item.left {
    text-align: center;
    display: flex;
  }

  .container-large-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .page-padding-32 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 80rem;
    display: flex;
  }

  .section-features1-18 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .large-growing-images.small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000;
    background-image: none;
    border-radius: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1px 1fr;
    grid-auto-columns: 1fr;
    height: 600px;
    min-height: 90%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    display: block;
  }

  .text-size-medium-sf1-23 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-span-2 {
    text-align: center;
    font-family: Noto Sans KR, sans-serif;
    font-weight: 400;
  }

  .page-padding-33 {
    background-color: #f9fafb;
  }

  .more-feature-image {
    border-radius: 10px;
    flex: 0 auto;
    width: auto;
    height: 400px;
    max-height: 700px;
    display: block;
  }

  .more-feature-box-list.right {
    margin-bottom: 60px;
  }

  .text-size-medium-sf1-24 {
    font-family: Noto Sans KR, sans-serif;
    font-weight: 300;
  }

  .more-features-holder {
    align-content: start;
    height: auto;
    max-height: 1000px;
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .more-feature-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 400px;
    display: flex;
  }

  .heading-large-sf1-15 {
    margin-top: 0;
    font-family: Outfit, sans-serif;
    font-size: 40px;
    font-weight: 600;
  }

  .padding-vertical-30.padding-huge {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .bold-text-28 {
    font-weight: 500;
  }

  .bold-text-29 {
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .button-primary-sf1-13 {
    color: #222;
    background-color: #fff;
    border-style: none;
    height: 50px;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .footer-link-three {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }

  .blog_info-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: 16px;
    color: var(--blue);
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: max-content;
    align-items: start;
    justify-items: center;
    margin-top: 1rem;
    display: grid;
  }

  .blog_title-link {
    font-family: Noto Sans KR, sans-serif;
  }

  .padding-vertical-33.padding-huge {
    padding-bottom: 4rem;
  }

  .heading-small.text-color-white {
    color: #222;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .text-size-small {
    color: #667085;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    font-family: Noto Sans KR, sans-serif;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .text-size-small.text-color-purple {
    color: var(--blue);
    font-family: Noto Sans KR, sans-serif;
  }

  .text-size-regular-3 {
    font-family: Noto Sans KR, sans-serif;
  }

  .text-size-regular-3.text-align-center {
    margin-top: 40px;
  }

  .page-wrapper {
    background-color: #fff;
  }

  .heading-medium.text-color-white.text-align-center {
    color: #222;
    margin-bottom: 20px;
  }

  .image-blog-post {
    width: auto;
    max-width: 100%;
    height: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text---blog-post {
    color: var(--font);
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Noto Sans KR, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .paragraph {
    color: #667085;
    font-family: Noto Sans KR, sans-serif;
  }

  .heading, .heading-2 {
    color: #222;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .paragraph-2, .paragraph-3 {
    color: #667085;
    font-family: Noto Sans KR, sans-serif;
  }

  .heading-3 {
    color: #222;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .bold-text-30 {
    font-family: Outfit, sans-serif;
    font-weight: 400;
  }

  .right-part {
    width: 40%;
  }

  .padding-vertical-34.padding-huge {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .container-large-24 {
    background-color: rgba(249, 250, 251, 0);
    width: 100%;
    max-width: 100%;
  }

  .part-container {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .left-part {
    padding-right: 0;
  }

  .section-integrations1-8 {
    background-color: #222;
    background-image: url('../images/bg-01.jpg');
    background-position: 100% 0;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 25rem;
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .left-part-paragraph-wrapper {
    width: 100%;
  }

  .heading-large-sf1-16 {
    color: var(--white);
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .heading-large-sf1-16.font-color-white {
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .image-202 {
    max-width: 100%;
    height: 20rem;
    padding-right: 0;
  }

  .integrations1-3-item {
    background-color: #272727;
    padding: 1rem;
  }

  .padding-vertical-35.padding-huge {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .expert-grade-contours {
    background-color: #222;
  }

  .integrations1-3-grid {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .text-align-center-10 {
    flex-direction: column;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-regular-sf1-3 {
    text-align: center;
    margin-top: 0;
    padding-top: 10px;
    font-family: Outfit, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
  }

  .heading-regular-sf1-3.text-color-white {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 100px;
    margin-top: 1rem;
    padding-top: 0;
    font-family: Noto Sans KR, sans-serif;
    font-size: 1rem;
  }

  .padding-vertical-38.padding-large {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-small-sf1-11.text-color-purple.text-align-center.text-weight-bold {
    font-family: Outfit, sans-serif;
  }

  .heading-large-sf1-20 {
    margin-bottom: 40px;
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .text-size-medium-sf1-31.text-color-purple.text-align-center {
    color: #0091d0;
    font-family: Outfit, sans-serif;
  }

  .text-size-medium-sf1-31.text-color-black.text-align-center {
    margin-top: 1rem;
    font-family: Outfit, sans-serif;
  }

  .form-input-sf1-3.is-alternate.with-margin {
    margin-bottom: 0;
    padding-right: 1rem;
  }

  .form-input-sf1-3.with-margin.is-alternate {
    padding-right: 1rem;
  }

  .button-primary-sf1-14.full-width {
    background-color: #222;
    border-style: none;
  }

  .heading-small-sf1-13.font-color-white.text-weight-bold {
    color: #222;
    font-family: Outfit, sans-serif;
  }

  .text-size-medium-sf1-33.text-color-white {
    color: #667085;
    text-align: center;
    font-family: Noto Sans KR, sans-serif;
  }

  .contact1-5_form-2 {
    margin-top: 0;
    padding-top: 2rem;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .1);
  }

  .contact1-5_column-left-2 {
    padding-right: 0;
  }

  .text-size-regular-sf1-11.text-color-white.text-weight-light {
    color: #667085;
    font-family: Noto Sans KR, sans-serif;
  }

  .heading-large-sf1-22.font-color-white {
    color: #222;
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .text-field.is-alternate.with-margin {
    border-radius: 10px;
    height: 10rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1.5rem 1rem 1.5px;
  }

  .text-block-8 {
    color: var(--black);
    font-family: Outfit, sans-serif;
    font-size: 18px;
  }

  .success-message-2 {
    color: #fff;
    background-color: #fff;
  }

  .number_counter-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .numbers_1-3, .number_m-3 {
    color: #222;
  }

  .content-wrapper-2 {
    background-color: #fff;
  }

  .service-image-2 {
    background-color: var(--black);
    background-image: linear-gradient(rgba(201, 201, 201, .5), rgba(201, 201, 201, .5));
    border-radius: 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .padding-vertical-42.padding-huge {
    background-color: #fff;
  }

  .div-block-89 {
    background-color: #f9fafb;
  }

  .div-block-90 {
    margin-top: 0;
  }

  .div-block-91 {
    min-height: 600px;
    margin-top: 40px;
  }

  .div-block-92 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .bold-text-31 {
    font-weight: 500;
  }

  .text-block-14 {
    color: var(--blue);
    font-family: Outfit, sans-serif;
  }

  .bold-text-32 {
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .text-block-15 {
    font-weight: 600;
  }

  .contouts-tab {
    background-color: #272727;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8.2rem;
    height: 10rem;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .contouts-tab.w--current {
    background-color: #0091d0;
    border-radius: 10px;
    width: 8.2rem;
  }

  .tabs-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 90%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .tab-link-tab-2-2 {
    background-color: #272727;
    border-radius: 10px;
    width: 10rem;
  }

  .tab-link-tab-2-2.w--current {
    background-color: #0091d0;
  }

  .tab-link-tab-2-2.contouts-tab {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 8.2rem;
    height: 10rem;
    padding-left: 10px;
    display: flex;
  }

  .tab-link-tab-3-2 {
    background-color: #272727;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8.2rem;
    display: flex;
  }

  .tab-link-tab-3-2.w--current {
    background-color: #0091d0;
    width: 8.2rem;
    height: 10rem;
  }

  .tab-link-tab-4-2 {
    background-color: #272727;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8.2rem;
    height: 10rem;
    display: flex;
  }

  .tab-link-tab-4-2.w--current {
    background-color: #0091d0;
  }

  .tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .tabs-content {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    min-height: 500px;
    margin-top: 1rem;
    padding: 20px;
    display: block;
  }

  .tab-link-tab-5 {
    background-color: #272727;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8.2rem;
    height: 10rem;
    display: flex;
  }

  .tab-link-tab-5.w--current {
    background-color: #0091d0;
  }

  .tab-link-tab-6 {
    background-color: #272727;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8.2rem;
    height: 10rem;
    display: flex;
  }

  .tab-link-tab-6.w--current {
    background-color: #0091d0;
    width: 8.2rem;
  }

  .tab-link-tab-7 {
    background-color: #272727;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8.2rem;
    height: 10rem;
    display: flex;
  }

  .tab-link-tab-7.w--current {
    background-color: #0091d0;
  }

  .tab-link-tab-8 {
    background-color: #272727;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8.2rem;
    height: 10rem;
    display: flex;
  }

  .tab-link-tab-8.w--current {
    background-color: #0091d0;
    width: 8.2rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-pane-tab-1 {
    background-color: #272727;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 0;
    display: flex;
    position: static;
  }

  .tab-pane-tab-2 {
    background-color: #272727;
    width: auto;
    min-height: 0;
    position: static;
  }

  .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5 {
    background-color: #272727;
    min-height: 0;
  }

  .tab-pane-tab-6 {
    background-color: #272727;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-pane-tab-7, .tab-pane-tab-8 {
    background-color: #272727;
    min-height: 0;
  }

  .padding-vertical-43.padding-huge {
    padding-top: 4rem;
  }

  .page-padding-35 {
    border-bottom: 1px solid var(--tab);
  }

  .text-size-medium-sf1-35.text-color-purple.text-align-center.text-weight-bold {
    color: #0091d0;
  }

  .margin-bottom-17.margin-xxlarge {
    text-align: center;
  }

  .features1-31_card {
    border-radius: 10px;
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .features1-31_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: start;
    justify-content: start;
    display: grid;
  }

  .text-size-regular-sf1-12 {
    padding-top: .5rem;
    font-family: Noto Sans KR, sans-serif;
    font-size: 1.3rem;
  }

  .text-align-center-15 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-large-sf1-24 {
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .div-block-93 {
    flex-flow: column;
    display: flex;
  }

  .div-block-94 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .div-block-95 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .div-block-96 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-span-9 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .icon-container-alt-2 {
    box-shadow: none;
    opacity: .5;
    background-color: #f9fafb;
  }

  .image-204 {
    height: 3em;
  }

  .image-205 {
    height: 3rem;
    line-height: 3rem;
  }

  .image-206 {
    height: 3rem;
  }

  .link {
    color: var(--blue);
    margin-bottom: 1rem;
    font-size: 1.2rem;
    text-decoration: none;
  }

  .paragraph-4 {
    color: #667085;
  }

  .paragraph-5 {
    color: #667085;
    font-weight: 400;
  }

  .paragraph-6, .paragraph-7 {
    color: #667085;
  }

  .text-size-regular-sf1-13 {
    font-family: Outfit, sans-serif;
    display: none;
  }

  .blog2_image-link {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .blog2_info-wrapper {
    margin-bottom: .5rem;
  }

  .heading-regular-sf1-4 {
    height: auto;
    margin-top: 0;
    font-family: Outfit, sans-serif;
    line-height: 2rem;
  }

  .blog2_content-wrapper {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-16 {
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .cta1-7_component {
    background-color: var(--blue);
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cta5_image {
    width: auto;
    height: 16rem;
  }

  .heading-large-sf1-25.font-color-white {
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .button-outline-sf1.color-white {
    border-width: 2px;
  }

  .button-row-2 {
    margin-top: 2rem;
  }

  .button-primary-sf1-16 {
    border-width: 2px;
    border-color: var(--white);
  }

  .cta5_image-wrapper {
    background-image: url('../images/bg-pattern-01-01.svg');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 20rem;
    display: flex;
  }

  .text-size-medium-sf1-37 {
    color: var(--white);
    font-family: Noto Sans KR, sans-serif;
  }

  .blog_info-wrapper-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .section-blog1-6 {
    background-color: var(--white);
  }

  .blog_info-divider-2 {
    height: .8rem;
    margin-top: .25rem;
  }

  .text-block-17 {
    font-size: 1.25rem;
  }

  .image-207 {
    height: 1rem;
  }

  .heading-6 {
    font-size: 18px;
  }

  .nav-link-4 {
    margin-right: 0;
  }

  .div-block-97 {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-98 {
    background-color: #f9fafb;
    width: 100%;
  }

  .div-block-99 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image-209 {
    max-width: 70%;
  }

  .div-block-101 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-210 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-102 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-form {
    background-color: var(--blue);
    margin-bottom: 0;
    padding: 0;
  }

  .subscribe-form {
    color: var(--font);
    border-radius: 8px;
    width: 500px;
  }

  .button-primary-8.footer-form-button {
    letter-spacing: 0;
    text-transform: none;
    height: 48px;
    font-family: Outfit, sans-serif;
    font-size: 1rem;
    right: 0;
  }

  .error-message-2, .success-message-3 {
    background-color: var(--black);
  }

  .langauge-line-break {
    background-color: var(--blue);
  }

  .language-toggle {
    flex: 1;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flag-1 {
    background-image: url('../images/Medium.svg');
  }

  .language-dropdown {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .flag-2 {
    background-image: url('../images/Default.svg');
    background-position: 50%;
    background-size: auto;
  }

  .text-block-20, .text-block-21 {
    color: var(--font);
    font-family: Noto Sans KR, sans-serif;
  }
}

@media screen and (min-width: 1920px) {
  .padding-vertical.padding-huge {
    background-color: rgba(255, 255, 255, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .button-primary-sf1 {
    width: 180px;
    padding-top: 4%;
    padding-bottom: 5%;
    font-size: 18px;
  }

  .max-width-xlarge.align-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-padding {
    margin-left: 5%;
    margin-right: 5%;
  }

  .page-padding.full-height.justify-center.padding-huge {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: rgba(255, 255, 255, 0);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    padding: 0 0%;
    display: flex;
    position: static;
  }

  .text-size-medium-sf1.text-color-grey.text-align-center {
    padding-bottom: 0;
  }

  .navbar_logo-1-1 {
    width: auto;
    height: 50px;
    max-height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-row.is-button-row-center {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .margin-bottom.margin-xxlarge {
    padding-top: 0;
  }

  .max-width-large.align-center {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    font-family: Outfit, sans-serif;
  }

  .button-secondary-sf1 {
    width: auto;
  }

  .button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .navbar1_dropdown-list.w--open {
    border-radius: 6px;
    width: 5rem;
    padding-top: .5rem;
    padding-left: .5rem;
    right: 0%;
  }

  .navbar1_item-heading-container {
    font-family: Outfit, sans-serif;
  }

  .navbar1_menu-buttons {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
  }

  .navbar_link-1-1-2 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
    display: flex;
  }

  .navbar_link-1-1-2.w--current {
    color: #222;
  }

  .navbar_component-1-4.background-color-white {
    z-index: 999999990;
    height: 100px;
    padding-left: 0%;
    padding-right: 0%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .navbar1_dropdown-link {
    margin-bottom: 0;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .bold-text {
    font-size: 16px;
    font-weight: 400;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 20px;
  }

  .button-primary-sf1-2 {
    background-color: var(--black);
    color: var(--white);
    border-style: none;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-main {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: rgba(255, 255, 255, 0);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: static;
    top: 0;
  }

  .section-hero1-4 {
    background-color: #f9fafb;
  }

  .navbar1_container-2 {
    z-index: 0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: stretch;
    width: 80%;
    max-width: 100%;
    height: 100px;
    display: grid;
  }

  .padding-vertical-sf1.padding-large {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-small-sf1.text-align-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .heading-small-sf1.text-weight-bold {
    flex: 0 auto;
    order: 0;
    margin-top: 0;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .section-logos1-2 {
    flex-flow: column;
    margin-top: 0;
    display: block;
  }

  .business-logos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .business-logos_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 2fr 2fr 2fr 2fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    align-self: center;
    align-items: start;
    justify-items: center;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 60px;
    display: grid;
    position: static;
  }

  .margin-bottom-2.margin-xlarge {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
  }

  .container-medium {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 2rem 0 0;
  }

  .business-logo-section-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .page-business-clients {
    background-color: #f9fafb;
    width: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 0;
  }

  .bold-text-8 {
    margin-top: 0;
    padding-top: 0;
  }

  .benefit-wrapper._250-width._20-left-margin {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .section-choose-oncosoft {
    background-color: #fff;
    display: block;
  }

  .text-size-regular-sf1 {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .image-feature-1-29 {
    width: auto;
    height: 660px;
    max-height: 660px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .features1-29_image-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    max-height: 112%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-span {
    font-family: Noto Sans KR, sans-serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .bold-text-9 {
    font-weight: 600;
  }

  .stats1-6-grid {
    align-self: center;
    margin-bottom: 0;
  }

  .stats1-6_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .icon-1x1-medium.border-radius_10px {
    width: 5rem;
    max-width: 5rem;
    height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
  }

  .section-strategy {
    background-color: rgba(249, 250, 251, 0);
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .stats1-6-item {
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 20px;
  }

  .section-latest-news {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .number-wrapper-1 {
    margin-top: 10px;
    display: flex;
  }

  .number-wrapper-1.one {
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
  }

  .text-size-medium.text-color-black {
    line-height: 26px;
  }

  .numbers.one {
    color: #222;
  }

  .heading-large {
    padding-top: 20px;
    font-family: Outfit, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

  .section-blog1-7 {
    background-color: #fff;
  }

  .blog-7-grid {
    margin-top: 20px;
  }

  .blog-item-shadow {
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .3);
  }

  .margin-top.margin-small {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .text-size-regular {
    letter-spacing: -1px;
    font-family: Noto Sans KR, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .text-size-regular.text-weight-light {
    height: 100px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
    font-family: Noto Sans KR, sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem;
  }

  .bold-text-14 {
    font-weight: 600;
  }

  .image {
    height: 33px;
    padding-bottom: 10px;
  }

  .navbar1_logo-link-2 {
    width: 30rem;
    max-width: 13rem;
    display: block;
  }

  .navbar1-1_menu-left-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
    position: static;
    left: 0;
    right: 140px;
  }

  .navbar1-1_menu-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin-left: auto;
    display: flex;
  }

  .testimonials1-18-tag.mb-1-5 {
    color: #222;
    -webkit-text-stroke-color: #222;
    background-color: #f9fafb;
    font-family: Noto Sans KR, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .testimonials1-18-image {
    border: 5px solid #fff;
    width: 5rem;
    height: 5rem;
  }

  .max-width-small-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-faq1-2 {
    margin-top: 0;
    position: relative;
  }

  .container-large-3 {
    justify-content: center;
    align-items: center;
  }

  .accordion1_coloumn {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .max-width-medium-3.align-center {
    max-width: 80rem;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .accordion1_component {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    flex: 0 auto;
  }

  .text-size-regular-sf1-5 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .page-padding-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-large-sf1-3 {
    font-weight: 600;
  }

  .footer-bottom {
    flex-direction: row;
    align-items: stretch;
  }

  .footer-item {
    width: 500px;
  }

  .footer_component {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .padding-vertical-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bold-text-15 {
    font-weight: 600;
  }

  .padding-bottom.padding-xxlarge {
    width: 100%;
  }

  .container-large-4 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .background-video {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    border: 30px #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    height: 800px;
    max-height: none;
    display: block;
    top: 0;
    overflow: hidden;
  }

  .features1-25_tab-pane {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 2rem;
    top: 0;
  }

  .features1-25_tabs-content {
    max-width: 100%;
    top: -79px;
  }

  .features1-25_tab-link {
    background-color: var(--tab);
    border: 1px #000;
    border-bottom-width: 0;
    height: 5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .features1-25_tab-link.w--current {
    background-color: var(--white);
    border: 0 #000;
  }

  .padding-vertical-8.padding-large {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .layout9_tabs-menu {
    border: 1px #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 50%;
    max-width: 100%;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
    top: -79px;
  }

  .features1-25_right {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 400px;
    display: flex;
  }

  .features1-25_image {
    height: 20rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-features1-25 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
    position: static;
  }

  .max-width-xsmall-2 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .features1-25_component {
    z-index: 666;
    margin-top: 0;
    display: flex;
  }

  .text-size-medium-sf1-6 {
    font-family: Noto Sans KR, sans-serif;
    font-weight: 400;
  }

  .features1-25_content-wrapper {
    grid-row-gap: 5rem;
    grid-template-columns: minmax(1px, 1.75fr) 2fr;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-size-large-sf1-2 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
  }

  .bold-text-16, .bold-text-17 {
    color: var(--font);
    font-family: Outfit, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .bold-text-17.bold-text-16 {
    color: var(--font);
    font-size: 1.3rem;
  }

  .text-block-3 {
    font-family: Outfit, sans-serif;
    font-size: 18px;
  }

  .text-block-3.bold-text-16 {
    font-size: 1.4rem;
  }

  .bold-text-18 {
    color: var(--font);
    font-family: Outfit, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .home-benefits-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-top: 1px none var(--line);
    background-color: var(--white);
    border-bottom-style: solid;
    border-right-style: none;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10%;
  }

  .home-benefits-wrapper.margin-top {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-top: 1px none var(--line);
    border-bottom-style: solid;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10%;
  }

  .home-benefits_product-images {
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 600px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .section-features1-7 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .home-benefits-content {
    width: 60%;
    padding-right: 0%;
  }

  .page-padding-12 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .text-size-medium-sf1-8 {
    font-family: Noto Sans KR, sans-serif;
  }

  .image-feature-1-7 {
    border-radius: 10px;
    align-self: center;
    width: 90%;
    max-width: 100%;
    max-height: 500px;
    padding-left: 0%;
  }

  .heading-large-sf1-7 {
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .padding-vertical-10.padding-huge {
    max-width: 1920rem;
    margin-top: 0;
    margin-right: 0%;
  }

  .page-padding-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular-sf1-6.text-align-center {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .heading-large-sf1-8 {
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .features-grid {
    width: 100%;
    max-width: 80rem;
    margin-top: 40px;
    display: flex;
  }

  .section-features1-10 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
  }

  .text-size-medium-sf1-9.text-color-grey.text-align-center {
    text-align: center;
    width: 55rem;
    font-family: Noto Sans KR, sans-serif;
    font-size: 1.2rem;
    overflow: visible;
  }

  .heading-regular-sf1 {
    margin-top: 0;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .heading-regular-sf1.text-align-center {
    margin-top: 20px;
  }

  .anim-wrap-3 {
    padding-top: 0;
  }

  .container-medium-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-4 {
    font-family: Outfit, sans-serif;
    font-size: 18px;
  }

  .div-block-87 {
    background-image: none;
    grid-template-columns: minmax(1px, 1.75fr) .75fr;
  }

  .section-cta1-13 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .cta1-13-container {
    color: #222;
    background-color: #222;
    padding-bottom: 3em;
    padding-right: 3rem;
  }

  .heading-large-sf1-ew.font-color-white {
    color: #fff;
    font-weight: 500;
  }

  .footer_bottom-left-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer_logo-1-1-2 {
    width: auto;
    height: 4.5rem;
    min-height: 1.5rem;
    padding-bottom: 20px;
  }

  .footer_bottom-link-2, .copy_right-text {
    font-size: 16px;
  }

  .footer1-4_component {
    background-color: #222;
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-item-1-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-left: 1rem;
  }

  .heading-xsmall-sf1-3 {
    text-align: center;
    padding-top: 0;
  }

  .heading-xsmall-sf1-3.text-color-white {
    margin-top: 0;
    padding-top: 0;
  }

  .text-size-medium-sf1-11 {
    color: rgba(255, 255, 255, .5);
    width: 400px;
    max-width: 400px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 0;
    font-family: Outfit, sans-serif;
  }

  .footer-grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-nav {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .heading-medium-sf1-2 {
    padding-bottom: 0;
    font-family: Outfit, sans-serif;
    font-size: 30px;
    font-weight: 600;
  }

  .padding-vertical-14.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button-primary-sf1-9 {
    background-color: #222;
    border-style: none;
    border-radius: 8px;
  }

  .container-large-7 {
    margin-bottom: 0;
  }

  .page-padding-16 {
    background-color: #f9fafb;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .text-size-medium-sf1-12.text-color-white {
    color: #667085;
  }

  .contact1-5_columns {
    padding-left: 0;
  }

  .text-size-regular-sf1-7.text-color-white.text-weight-light {
    color: #667085;
  }

  .section-team1-5 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .team2_component {
    width: 90%;
    max-width: 100%;
  }

  .team2_list {
    grid-template-columns: 1fr 1fr 1fr;
    width: 90%;
  }

  .team2_image {
    width: 15rem;
    height: 15rem;
  }

  .section-testimonials1-16 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 4rem;
  }

  .pricing_components-1-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-pricing1-6 {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-top: 0;
  }

  .container-large-12 {
    background-color: #fff;
  }

  .padding-vertical-19.padding-huge {
    background-color: #fff;
    padding-top: 0;
  }

  .page-padding-21 {
    padding-top: 60px;
  }

  .timeline_centre {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .timeline_circle {
    z-index: auto;
    align-self: flex-start;
    top: 50vh;
  }

  .timeline_left {
    font-family: Outfit, sans-serif;
  }

  .timeline_text.sub {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
    padding-right: 0;
    font-family: Noto Sans KR, sans-serif;
  }

  .timeline_date-text {
    font-family: Outfit, sans-serif;
    font-weight: 400;
  }

  .timeline-1-component {
    max-width: 100%;
  }

  .padding-vertical-xlarge {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .margin-bottom-medium {
    width: 100%;
    max-width: 700px;
  }

  .timeline_right {
    width: 100%;
    display: block;
  }

  .bold-text-19, .bold-text-20 {
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .bold-text-21, .bold-text-22 {
    font-weight: 500;
  }

  .text-size-regular-sf1-9 {
    font-family: Noto Sans KR, sans-serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .section-blog1-3_link-block {
    margin-top: 20px;
  }

  .blog-category-label {
    font-family: Noto Sans KR, sans-serif;
    font-size: 1.25rem;
  }

  .blog3_image-link {
    border-radius: 8px;
  }

  .padding-vertical-20.padding-large {
    padding-bottom: 1rem;
  }

  .features1-25_tab-link-2.w--current {
    color: #0091d0;
  }

  .padding-vertical-21.padding-large {
    padding-bottom: 0;
  }

  .section-features1-25-2 {
    margin-top: 0;
  }

  .heading-large-sf1-13 {
    font-family: Outfit, sans-serif;
    font-size: 40px;
    font-weight: 600;
  }

  .text-align-center-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-size-medium-7.text-color-black {
    color: #222;
  }

  .home-review_slider-mask {
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .2);
  }

  .home-review_slider {
    border-radius: 10px;
  }

  .text-size-small-2.text-style-muted {
    font-size: 1rem;
  }

  .home-review_info-wrapper {
    margin-left: 0;
  }

  .text-block-5 {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .image-195 {
    height: 60px;
  }

  .image-196 {
    height: 60px;
    display: block;
  }

  .image-197, .image-198 {
    width: auto;
    height: 60px;
  }

  .image-199 {
    width: auto;
    height: 60px;
    max-height: 50px;
  }

  .coursus_item-divider-2 {
    height: 312px;
    top: 0;
  }

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

  .anim-wrap-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 14rem;
    display: flex;
  }

  .text-size-medium-sf1-19 {
    text-align: center;
    height: 6rem;
    padding-left: 20px;
    padding-right: 0;
    font-family: Noto Sans KR, sans-serif;
    font-size: 1.2rem;
  }

  .stats1-6-item-2 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .coursus_content-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .margin-bottom-8 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .numbers_1-2, .number_m-2 {
    font-family: Outfit, sans-serif;
  }

  .heading-large-4.text-color-white.text-align-center {
    color: #222;
    text-align: center;
    width: 50rem;
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .bold-text-26 {
    color: rgba(255, 255, 255, .5);
  }

  .bold-text-27 {
    color: #222;
    font-weight: 600;
  }

  .footer_bottom-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .margin-bottom-9.margin-small2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 10rem;
    height: 10rem;
    margin: auto 0 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
  }

  .footer_social-icon {
    width: 1.5rem;
  }

  .footer_social-wrapper-2 {
    justify-content: center;
    align-items: flex-start;
    justify-items: center;
    display: flex;
  }

  .footer_divider {
    height: .5px;
  }

  .container-small {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 60%;
    display: flex;
  }

  .margin-top-5.margin-large {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .icon-container-alt {
    background-color: #f9fafb;
  }

  .spacer-10._15-xsvp {
    width: 10px;
  }

  .marquee-horizontal-large {
    opacity: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .flex-horizontal {
    opacity: .5;
  }

  .flex-vertical {
    margin-top: 20px;
  }

  .feature---box-1 {
    background-color: #f9fafb;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-88 {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-200 {
    width: 30px;
    height: 30px;
    display: inline-block;
  }

  .main-wrapper-sf52 {
    width: auto;
    height: 700px;
  }

  .feature-list-track {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .feature-content-track, .content-wrapper {
    display: block;
  }

  .growing-image.right {
    object-fit: scale-down;
    overflow: hidden;
  }

  .growing-image.left {
    border-radius: 10px;
  }

  .feature-content_features1-18 {
    margin-left: 40px;
    padding-left: 0;
  }

  .heading-large-sf1-14 {
    margin-top: 0;
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .growing-background.left-1 {
    background-image: none;
  }

  .growing-background.right-1, .growing-background.right-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .service-item.left {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .container-large-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .page-padding-32 {
    background-color: #222;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .page-padding-32.large {
    background-color: rgba(34, 34, 34, 0);
    width: 80%;
    max-width: 80rem;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0%;
    padding-right: 0%;
    overflow: visible;
  }

  .section-features1-18, .margin-bottom-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .service-image {
    border-radius: 10px;
  }

  .large-growing-images.small {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    border-radius: 10px;
    width: 100%;
    height: 600px;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 20px;
    display: block;
  }

  .text-size-medium-sf1-23 {
    margin-bottom: 0;
    font-family: Noto Sans KR, sans-serif;
    font-weight: 300;
  }

  .padding-vertical-29.padding-huge {
    text-align: center;
  }

  .text-span-2 {
    font-family: Noto Sans KR, sans-serif;
  }

  .page-padding-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f9fafb;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

  .more-feature-image {
    border-radius: 10px;
    flex: 0 auto;
    width: auto;
    height: 400px;
    max-height: 700px;
  }

  .text-size-medium-sf1-24 {
    font-family: Noto Sans KR, sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5;
  }

  .more-features-holder {
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .more-feature-box {
    max-height: none;
  }

  .heading-large-sf1-15 {
    font-family: Outfit, sans-serif;
    font-size: 40px;
    font-weight: 600;
  }

  .padding-vertical-30.padding-huge {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .bold-text-28, .bold-text-29 {
    font-weight: 500;
  }

  .text-block-7 {
    font-family: Outfit, sans-serif;
    font-size: 18px;
  }

  .button-primary-sf1-13 {
    color: #222;
    background-color: #fff;
    border-style: none;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }

  .footer-link-three {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }

  .footer-legal-link {
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
  }

  .blog_info-wrapper {
    grid-template-rows: auto;
    grid-template-columns: max-content;
    margin-top: 1rem;
  }

  .padding-vertical-33.padding-huge {
    padding-top: 4rem;
    padding-left: 0;
  }

  .padding-vertical-33.padding-medium {
    max-width: 90%;
    padding-bottom: 8rem;
  }

  .heading-small.text-color-white {
    color: #222;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .page-padding-34 {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-size-small {
    text-align: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Noto Sans KR, sans-serif;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .text-size-small.text-color-purple, .text-size-regular-3 {
    font-family: Noto Sans KR, sans-serif;
  }

  .text-size-regular-3.text-align-center {
    align-self: auto;
    padding-top: 40px;
    font-family: Outfit, sans-serif;
    font-weight: 300;
  }

  .page-wrapper {
    background-color: #fff;
    font-family: Outfit, sans-serif;
  }

  .section-blog-post {
    max-width: 100%;
  }

  .heading-medium.text-color-white.text-align-center {
    color: #222;
    margin-bottom: 20px;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .image-blog-post {
    box-shadow: none;
    border-style: none;
    width: 100%;
    max-width: 50%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-blog-related {
    max-width: 100%;
  }

  .rich-text---blog-post {
    color: var(--font);
    text-align: justify;
    margin-top: 20px;
    font-size: 1.2rem;
    font-style: normal;
    line-height: 27px;
  }

  .blog-item {
    font-size: 18px;
  }

  .paragraph {
    color: #667085;
    font-family: Noto Sans KR, sans-serif;
  }

  .heading {
    color: #222;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .heading-2 {
    color: #222;
    margin-top: 40px;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .paragraph-2, .paragraph-3 {
    color: #667085;
    font-family: Noto Sans KR, sans-serif;
  }

  .heading-3 {
    color: #222;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .bold-text-30 {
    font-weight: 400;
  }

  .image-201 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .padding-vertical-34.padding-huge {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-large-24 {
    background-color: #f9fafb;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .part-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  .text-size-medium-sf1-27 {
    text-align: left;
    font-family: Noto Sans KR, sans-serif;
    font-size: 1.2rem;
  }

  .left-part {
    width: 100%;
  }

  .section-integrations1-8 {
    background-color: var(--black);
    background-image: url('../images/bg-01.jpg');
    background-position: 100% 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30rem;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 4rem;
    display: flex;
  }

  .heading-large-sf1-16 {
    color: var(--white);
    font-family: Outfit, sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 4.2rem;
  }

  .heading-large-sf1-16.font-color-white {
    text-align: left;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .image-202 {
    max-width: 70%;
    padding-right: 0;
  }

  .integrations1-3-item {
    background-color: #272727;
    width: 10rem;
    max-width: 10em;
    height: 10rem;
    max-height: 10rem;
    padding: .5rem 0 1rem;
  }

  .padding-vertical-35.padding-huge {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .text-size-medium-sf1-28.text-color-purple.text-align-center.text-weight-bold {
    color: #0091d0;
  }

  .expert-grade-contours {
    background-color: #222;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .integrations1-3-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 20px;
  }

  .text-align-center-10 {
    width: 80%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-regular-sf1-3 {
    padding-top: 10px;
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .heading-regular-sf1-3.text-color-white {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 150px;
    padding-top: .5rem;
    font-family: Noto Sans KR, sans-serif;
    font-size: 1rem;
  }

  .anim-wrap-5 {
    text-align: center;
  }

  .container-medium-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    max-width: 100%;
    display: flex;
  }

  .margin-top-7.margin-small {
    margin-top: 1rem;
  }

  .padding-vertical-38.padding-large {
    background-color: rgba(255, 255, 255, 0);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 80rem;
    padding-bottom: 5rem;
    display: flex;
  }

  .heading-small-sf1-11.text-color-purple.text-align-center.text-weight-bold {
    color: #0091d0;
    -webkit-text-stroke-color: #0091d0;
    font-family: Outfit, sans-serif;
  }

  .heading-large-sf1-20 {
    margin-bottom: 40px;
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .text-size-medium-sf1-31.text-color-purple.text-align-center {
    color: #0091d0;
  }

  .form-input-sf1-3.is-alternate.with-margin {
    color: #667085;
    -webkit-text-stroke-color: rgba(102, 112, 133, .5);
    border-radius: 8px;
    font-family: Noto Sans KR, sans-serif;
  }

  .form-input-sf1-3.with-margin.is-alternate {
    padding-right: 1rem;
  }

  .padding-vertical-40.padding-huge {
    font-family: Outfit, sans-serif;
  }

  .button-primary-sf1-14.full-width {
    background-color: #222;
    border-style: none;
    height: 2rem;
    min-height: 50px;
    max-height: 50px;
    font-size: 18px;
  }

  .heading-small-sf1-13.font-color-white.text-weight-bold {
    color: #222;
  }

  .text-size-medium-sf1-33.text-color-white {
    color: #667085;
    text-align: center;
    margin-bottom: 20px;
    font-family: Noto Sans KR, sans-serif;
  }

  .contact1-5_form-2 {
    align-self: center;
    width: 550px;
    max-width: 100%;
    min-height: 800px;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .1);
  }

  .contact1-5_column-left-2 {
    color: #222;
    padding-right: 2rem;
  }

  .text-size-regular-sf1-11.text-color-white.text-weight-light {
    color: #667085;
  }

  .heading-large-sf1-22.font-color-white {
    color: #222;
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .text-field {
    pointer-events: auto;
    height: 200px;
  }

  .text-field.is-alternate.with-margin {
    color: #667085;
    border: 1px solid #dddfe3;
    border-radius: 10px;
    padding-top: 1.5rem;
    font-family: Noto Sans KR, sans-serif;
    font-size: 1rem;
  }

  .text-block-8 {
    color: var(--black);
    font-size: 23px;
  }

  .success-message-2 {
    border: 10px none var(--line);
    background-color: var(--white);
    border-radius: 0;
    height: 200px;
    margin-top: 60px;
    margin-bottom: 60px;
    font-family: Outfit, sans-serif;
    font-size: 20px;
  }

  .circle-number {
    -webkit-text-fill-color: inherit;
    background-color: #e7f3f9;
    background-clip: border-box;
    border-radius: 20px;
    width: 30px;
  }

  .number_counter-wrapper-3 {
    color: #222;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
  }

  .numbers_1-3 {
    text-align: center;
  }

  .number_m-3 {
    color: #222;
  }

  .section {
    margin-bottom: auto;
  }

  .service-image-2 {
    background-image: none;
    display: block;
  }

  .padding-vertical-42.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-89 {
    background-color: #f9fafb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-90 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 70%;
    padding-top: 60px;
    padding-bottom: 100px;
    display: flex;
  }

  .div-block-91 {
    margin-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-10 {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .text-block-11 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2rem;
  }

  .text-block-12, .text-block-13 {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .image-203 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-self: center;
    display: block;
    position: static;
  }

  .textarea {
    color: #667085;
    border-radius: 8px;
    height: 40rem;
    min-height: 10rem;
    max-height: 100rem;
    display: block;
  }

  .bold-text-31 {
    font-weight: 500;
  }

  .text-block-14 {
    color: #222;
    font-family: Outfit, sans-serif;
    font-size: 1rem;
  }

  .bold-text-32, .text-block-15 {
    color: var(--black);
    font-family: Outfit, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .tab-link-tab-1 {
    background-color: rgba(200, 200, 200, .18);
  }

  .tab-link-tab-1.w--current {
    background-color: rgba(200, 200, 200, .94);
    padding: 0;
  }

  .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4 {
    padding: 0;
  }

  .contouts-tab {
    background-color: #272727;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 10rem;
    height: 10rem;
    padding: 0;
    display: block;
  }

  .contouts-tab.w--current {
    background-color: #0091d0;
    justify-content: flex-start;
    align-items: center;
    width: 10rem;
    height: 10rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .tabs-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .tab-link-tab-2-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 10rem;
    height: 10rem;
    padding: 0;
    display: block;
  }

  .tab-link-tab-2-2.w--current {
    background-color: #0091d0;
    padding-top: 0;
    padding-right: 0;
  }

  .tab-link-tab-2-2.contouts-tab {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 10rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tab-link-tab-2-2.contouts-tab.w--current {
    padding-left: 0;
  }

  .tab-link-tab-3-2 {
    background-color: #272727;
    width: 10rem;
    height: 10rem;
    padding: 0;
  }

  .tab-link-tab-3-2.w--current {
    background-color: #0091d0;
    width: 10rem;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-4-2 {
    background-color: #272727;
    width: 10rem;
    height: 10rem;
    padding: 0;
  }

  .tab-link-tab-4-2.w--current {
    background-color: #0091d0;
  }

  .tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    justify-items: stretch;
    width: 100%;
    height: auto;
    display: flex;
  }

  .tabs-content {
    background-color: #272727;
    border-radius: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: 100%;
    min-height: 500px;
    margin-top: 1rem;
    padding: 20px;
    display: block;
  }

  .tab-link-tab-5 {
    width: 10rem;
    height: 10rem;
    padding: 0;
  }

  .tab-link-tab-5.w--current {
    background-color: #0091d0;
  }

  .tab-link-tab-6 {
    width: 10rem;
    height: 10rem;
    padding: 0;
  }

  .tab-link-tab-6.w--current {
    background-color: #0091d0;
    width: 10rem;
  }

  .tab-link-tab-7 {
    width: 10rem;
    height: 10rem;
    padding: 0;
  }

  .tab-link-tab-7.w--current {
    background-color: #0091d0;
  }

  .tab-link-tab-8 {
    width: 10rem;
    height: 10rem;
    padding: 0;
  }

  .tab-link-tab-8.w--current {
    background-color: #0091d0;
    width: 10rem;
  }

  .tab-pane-tab-1 {
    background-color: #272727;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: 600px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tab-pane-tab-2 {
    background-color: #272727;
    align-self: auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tab-pane-tab-3 {
    background-color: #272727;
    width: 100%;
    height: 600px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
  }

  .tab-pane-tab-4 {
    background-color: #272727;
    height: 600px;
    padding-top: 0;
    position: static;
  }

  .tab-pane-tab-5 {
    background-color: #272727;
    height: 600px;
    position: static;
  }

  .tab-pane-tab-6, .tab-pane-tab-7, .tab-pane-tab-8 {
    background-color: #272727;
    height: 600px;
    padding-top: 0;
    position: static;
  }

  .margin-top-9.margin-small {
    color: var(--white);
  }

  .container-large-25 {
    width: 80%;
    max-width: 100%;
  }

  .page-padding-35 {
    border-bottom: 1px solid var(--tab);
  }

  .margin-bottom-17.margin-xxlarge {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .features1-31_card {
    font-family: Noto Sans KR, sans-serif;
  }

  .features1-31_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    max-width: 80rem;
    font-family: Outfit, sans-serif;
  }

  .text-size-regular-sf1-12 {
    padding-top: .5rem;
    font-family: Noto Sans KR, sans-serif;
    font-size: 1.3rem;
  }

  .heading-large-sf1-24 {
    margin-bottom: 40px;
  }

  .div-block-95 {
    margin-top: 0;
  }

  .text-span-9 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .icon-container-alt-2 {
    z-index: 0;
    box-shadow: none;
    background-color: #f9fafb;
    border-color: rgba(255, 255, 255, .1);
    position: relative;
  }

  .container-medium-5 {
    max-width: 80rem;
  }

  .image-204, .image-205, .image-206 {
    height: 3rem;
  }

  .text-size-regular-sf1-13 {
    font-family: Noto Sans KR, sans-serif;
  }

  .blog2_image {
    border-radius: 10px;
    height: 12rem;
  }

  .margin-top-10.margin-xsmall {
    display: none;
    overflow: visible;
  }

  .heading-regular-sf1-4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .blog2_content-wrapper {
    padding-top: 0;
  }

  .cta1-7_component {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    background-color: var(--blue);
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cta5_image {
    width: auto;
    height: 18rem;
    margin-top: 0;
    padding-top: 0;
  }

  .padding-vertical-46.padding-huge {
    background-color: var(--white);
  }

  .page-padding-38 {
    padding-left: 5%;
  }

  .heading-large-sf1-25.font-color-white {
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .button-outline-sf1.color-white {
    border-width: 2px;
  }

  .button-row-2 {
    margin-top: 2rem;
    display: block;
  }

  .button-primary-sf1-16 {
    border-width: 2px;
    border-color: var(--white);
    background-color: var(--blue);
  }

  .cta5_image-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/bg-pattern-01-01_1.svg');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    height: 20rem;
    display: flex;
    position: static;
    right: auto;
  }

  .text-size-medium-sf1-37 {
    color: var(--white);
    margin-bottom: 0;
    font-family: Noto Sans KR, sans-serif;
  }

  .blog_image-2 {
    height: 200px;
  }

  .blog_info-wrapper-2 {
    margin-top: 1rem;
    margin-bottom: .5rem;
  }

  .section-blog1-6 {
    background-color: #fff;
  }

  .blog_info-divider-2 {
    height: .8rem;
    margin-top: .25rem;
  }

  .text-block-17 {
    font-family: Noto Sans KR, sans-serif;
    font-size: 1.25rem;
  }

  .image-207 {
    height: 1rem;
  }

  .paragraph-8 {
    color: var(--font);
  }

  .figure-news-img {
    margin-top: 20px;
  }

  .image-208 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

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

  .heading-4, .heading-5 {
    font-weight: 400;
  }

  .heading-6 {
    font-size: 18px;
    font-weight: 400;
  }

  .nav-link-4 {
    border: 1px #000;
    height: 30px;
    max-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-97 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .div-block-99 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    display: flex;
  }

  .bold-text-44 {
    font-weight: 600;
  }

  .bold-text-45 {
    color: var(--black);
  }

  .image-209 {
    text-align: right;
    max-width: 90%;
    display: block;
  }

  .div-block-100 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .bold-text-46 {
    width: 500px;
  }

  .bold-text-47, .bold-text-48 {
    font-family: Noto Sans KR, sans-serif;
  }

  .video {
    width: 70%;
    height: 59px;
    min-height: auto;
    max-height: 300px;
    padding-bottom: 0;
  }

  .tab-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-heading-right {
    padding-left: 0;
  }

  .hero-wrapper {
    max-width: 940rem;
  }

  .image-210 {
    width: 40px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-form {
    background-color: var(--blue);
    margin-bottom: 0;
    padding: 10px 0;
  }

  .footer-form-block-two-2 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .subscribe-form {
    color: var(--font);
    width: 500px;
    height: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-family: Noto Sans KR, sans-serif;
  }

  .button-primary-8.footer-form-button {
    letter-spacing: 0;
    text-transform: none;
    order: 0;
    height: 48px;
    padding-top: 10px;
    font-family: Outfit, sans-serif;
    font-size: 1rem;
    right: 0;
  }

  .error-message-2 {
    background-color: var(--black);
    width: 400px;
  }

  .div-block-103 {
    border: 1px solid #000;
    height: 20px;
    max-height: 20px;
  }

  .langauge-line-break {
    background-color: var(--blue);
  }

  .flag-1 {
    background-image: url('../images/Medium.svg');
    background-position: 50%;
    background-size: auto;
  }

  .flag-2 {
    background-image: url('../images/Default.svg');
    background-position: 50%;
    background-size: auto;
  }

  .text-block-20, .text-block-21 {
    color: var(--font);
  }

  .background-video-2 {
    border-radius: 10px;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    height: 500px;
    display: flex;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_link-1-1 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical.full-height.align-center {
    margin-top: 0;
    padding-top: 0;
  }

  .padding-vertical.padding-huge {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding: 1rem 0% 40px;
  }

  .button-primary-sf1 {
    padding-top: .8rem;
    padding-bottom: 0%;
  }

  .button-primary-sf1.w--current {
    padding-top: 1.5%;
  }

  .heading-xlarge-sf1 {
    margin-top: 30px;
    font-size: 30px;
  }

  .container-large {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar1-1_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 5rem;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .page-padding {
    background-color: #fff;
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .text-size-medium-sf1 {
    text-align: center;
  }

  .text-size-medium-sf1.text-color-grey.text-align-center {
    margin: 0 0% 0 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar_logo-1-1 {
    width: auto;
    height: 40px;
    max-height: 40px;
  }

  .navbar1-1_menu-left {
    justify-content: space-between;
  }

  .button-row.is-button-row-center {
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .navbar5_button-wrapper {
    flex-direction: column;
    margin-bottom: 1rem;
    margin-left: 0;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    margin-bottom: .5rem;
  }

  .margin-bottom.margin-xlarge, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-1-4_image {
    margin-top: 40px;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .section-header1-4 {
    height: auto;
  }

  .max-width-large.align-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100rem;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .button-secondary-sf1 {
    border-width: 2px;
  }

  .navbar1-1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    flex: 1;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .button-wrapper {
    margin-top: 2rem;
  }

  .navbar5_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .section-hero1-7 {
    overflow: hidden;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-3 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar1_dropdown-list {
    border: 1px none var(--line);
    background-color: var(--white);
    border-radius: 5px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: static;
    overflow: hidden;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, .2);
  }

  .navbar1_dropdown-list.w--open {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    border-style: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 2rem;
    padding: 0;
    display: block;
  }

  .navbar1_item-heading-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    display: flex;
  }

  .dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar1_menu-dropdown {
    width: 7rem;
    font-size: 1.125rem;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 99.8885%;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar_link-1-1-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .heading-xsmall-sf1 {
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar_component-1-4.background-color-white {
    height: 70px;
    padding-left: 5%;
    padding-right: 5%;
    position: -webkit-sticky;
    position: sticky;
  }

  .navbar1-1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_dropdown-link {
    align-self: center;
    width: auto;
    padding: .75rem 0 .75rem 0%;
  }

  .navbar1-1_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .bold-text {
    font-size: 1.125rem;
  }

  .button-primary-sf1-2 {
    border-style: solid;
    border-width: 2px;
    max-width: 100%;
  }

  .section-main {
    height: auto;
    padding-top: 100px;
  }

  .section-hero1-4 {
    overflow: hidden;
  }

  .bold-text-7 {
    font-size: 40px;
    line-height: 50px;
  }

  .navbar1_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
  }

  .dropdown-icon-3 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar_link-1-1-3 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_container-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .navbar1-1_dropdown-toggle-2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1-1_menu-3 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    flex: 1;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .padding-vertical-sf1 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-sf1.padding-large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-bottom: 2rem;
    display: flex;
  }

  .heading-small-sf1.text-align-center {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-small-sf1.text-weight-bold {
    text-align: center;
    text-align: left;
    align-self: center;
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.3;
  }

  .business-logos {
    width: 80%;
    max-height: 100%;
  }

  .business-logos_wrapper {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2.margin-xlarge {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 1rem;
    display: flex;
  }

  .container-medium {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .business-logo-section-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
    padding-right: 0;
  }

  .page-business-clients {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .bold-text-8 {
    margin-bottom: 20px;
    font-weight: 600;
  }

  .container-large-2 {
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .benefit-wrapper {
    margin-left: 0;
  }

  .benefit-wrapper._250-width._20-left-margin {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .features1-30_content {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 70ch;
    margin-top: 20px;
    padding-right: 0%;
    display: flex;
  }

  .section-choose-oncosoft {
    border-radius: 0;
  }

  .text-size-regular-sf1 {
    margin-top: 10px;
    font-size: 16px;
  }

  .features1-29_image-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin-top: 20px;
    display: flex;
  }

  .features1-30_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .features1-30_features {
    grid-template-columns: 1.75fr 1.75fr;
    justify-content: center;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-large-sf1 {
    font-size: 30px;
  }

  .benefit-flex-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .bold-text-9 {
    font-size: 30px;
    font-weight: 600;
  }

  .coursus_item-divider {
    top: auto;
    bottom: -60px;
    left: 20%;
    right: 0%;
    transform: rotate(90deg);
  }

  .stats1-6-grid {
    grid-template-columns: 1fr 1fr;
  }

  .icon-1x1-medium.border-radius_10px {
    width: 3rem;
    min-width: 2rem;
    max-width: 4rem;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
  }

  .section-strategy {
    padding-bottom: 20px;
  }

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

  .text-size-medium-sf1-2 {
    align-self: center;
    font-family: Noto Sans KR, sans-serif;
    font-weight: 400;
  }

  .stats1-6-item {
    border: 1px solid rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
  }

  .margin-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .number_counter-wrapper {
    width: 90%;
    margin-left: 0;
  }

  .text-size-medium.text-color-black {
    font-family: Outfit, sans-serif;
    font-size: 23px;
    line-height: 30px;
  }

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

  .heading-large {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 30px;
    font-family: Outfit, sans-serif;
    font-weight: 600;
    display: flex;
  }

  .grid-divider {
    left: 27%;
  }

  .grid-divider.right {
    right: 39%;
  }

  .blog-7-grid {
    margin-left: 5%;
    margin-right: 5%;
    display: block;
  }

  .blog-item-shadow {
    border-radius: 10px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .3);
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    display: grid;
  }

  .blog-7-item {
    margin-bottom: 40px;
  }

  .blog-card-2 {
    border-radius: 10px;
  }

  .text-size-regular {
    letter-spacing: -1.2px;
    font-size: 12px;
    line-height: 23px;
  }

  .text-size-regular.text-weight-light {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Noto Sans KR, sans-serif;
    font-size: 18px;
  }

  .bold-text-14 {
    font-size: 30px;
  }

  .image {
    max-width: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar1_dropdown-list-3 {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list-3.w--open {
    border-style: none;
    padding: 0;
  }

  .dropdown-icon-4 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar1_logo-link-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .navbar1_menu-buttons-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1-1_menu-left-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar_link-1-1-4 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1-1_dropdown-toggle-3 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1-1_menu-4 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .testimonials1-15-arrow_left {
    left: -10px;
  }

  .testimonials1-15-arrow_right {
    right: -10px;
  }

  .testimonials1-18-card.align-center {
    width: 50vw;
    min-width: auto;
    max-width: none;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .section-testimonials1-18 {
    padding-bottom: 0;
  }

  .testimonials1-18-line1 {
    flex-direction: row;
  }

  .author-wrapper {
    max-width: 100%;
  }

  .testimonials1-18-line2 {
    flex-direction: row;
  }

  .button-wrapper-6 {
    flex-direction: column;
    align-items: stretch;
  }

  .max-width-small-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .faq1-2_question-wrapper {
    padding-top: 1rem;
    padding-bottom: 1em;
  }

  .container-large-3 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular-sf1-5 {
    font-family: Noto Sans KR, sans-serif;
  }

  .padding-vertical-3.padding-huge {
    padding-top: 2rem;
    padding-bottom: .5rem;
  }

  .page-padding-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .heading-large-sf1-3 {
    font-size: 30px;
  }

  .heading-medium-sf1 {
    text-align: center;
    margin-top: 0;
    font-family: Outfit, sans-serif;
    font-size: 1.75rem;
    font-weight: 500;
  }

  .footer-grid-1-3 {
    grid-template: ". . ."
                   "Area Area Area"
                   / 1fr 1fr 1fr;
  }

  .footer-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .section-hero1-18 {
    overflow: hidden;
  }

  .page-padding-8.full-height.justify-center.padding-large {
    padding: 2rem;
  }

  .ipad-screen {
    border-radius: 7px;
  }

  .section-header-hero18 {
    height: auto;
  }

  .navbar1-1_menu-5 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    flex: 1;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .page-padding-9.full-height.justify-center.padding-large {
    padding: 2rem;
  }

  .background-video {
    text-align: center;
    width: 90%;
    height: 400px;
    margin-top: 20px;
    padding-top: 0;
  }

  .features1-25_tabs-content {
    margin-top: -40px;
  }

  .padding-vertical-8.padding-large {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .layout9_tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--tab);
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    margin-top: -60px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
  }

  .features1-25_right {
    align-self: center;
  }

  .features1-25_image {
    height: 10rem;
    margin-top: 20px;
    padding-top: 0;
  }

  .heading-small-3 {
    flex: 1;
    font-size: 1.25rem;
  }

  .section-features1-25, .max-width-xsmall-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .features1-25_component {
    flex-flow: column;
    margin-top: 60px;
  }

  .text-size-medium-sf1-6 {
    text-align: center;
    font-family: Noto Sans KR, sans-serif;
  }

  .features1-25_content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .green-wrapper {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .testimonials1-13-left {
    width: 100%;
    padding-bottom: 74px;
    padding-left: 100px;
  }

  .testimonials1-13-right {
    width: 100%;
  }

  .green-grid {
    display: flex;
  }

  .quote-block {
    width: 100%;
    min-width: 300px;
    max-height: 360px;
    margin-right: 15px;
  }

  .empty-green-block {
    min-width: 300px;
    min-height: 360px;
    margin-right: 15px;
  }

  .testimonials1-13-flexbox {
    flex-direction: column;
  }

  .section-testimonials1-13 {
    height: auto;
  }

  .quote-block-holder {
    margin-right: 15px;
  }

  .testimonials1-13-column._2, .testimonials1-13-column._3, .testimonials1-13-column._1 {
    display: block;
  }

  .bold-text-16, .bold-text-17, .text-block-3, .bold-text-18 {
    font-family: Outfit, sans-serif;
  }

  .home-benefits-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 2rem;
    background-color: var(--white);
    border-bottom-style: solid;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: center;
    display: grid;
  }

  .home-benefits-wrapper.margin-top {
    grid-row-gap: 2rem;
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-benefits_product-images {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-features1-7 {
    margin-top: 0;
  }

  .home-benefits-content {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 60ch;
    padding-right: 0%;
    display: flex;
  }

  .text-size-medium-sf1-8 {
    font-family: Noto Sans KR, sans-serif;
  }

  .image-feature-1-7 {
    align-self: center;
    width: 60%;
    max-width: 99.9999%;
  }

  .heading-large-sf1-7 {
    margin-top: 0;
    font-family: Noto Sans KR, sans-serif;
    font-size: 2rem;
    font-weight: 700;
  }

  .margin-bottom-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .padding-vertical-10.padding-huge {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    justify-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-size-regular-sf1-6.text-align-center {
    text-align: center;
  }

  .heading-large-sf1-8 {
    font-size: 2rem;
  }

  .features-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .text-size-medium-sf1-9.text-color-grey.text-align-center {
    text-align: center;
    font-size: 1rem;
  }

  .heading-regular-sf1 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .anim-wrap-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-medium-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-87 {
    background-position: 50%;
  }

  .padding-vertical-12.padding-huge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .newsletter-cta__image {
    display: none;
  }

  .cta1-13-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #222;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .padding-vertical-13.padding-xlarge {
    max-width: 100%;
  }

  .footer_logo-1-1-2 {
    height: 2rem;
  }

  .container-large-6 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .page-padding-15 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .footer-logo-2 {
    width: 100%;
    max-width: 260px;
  }

  .footer-item-1-4 {
    flex: 1;
  }

  .text-size-medium-sf1-11 {
    margin-top: 10px;
  }

  .footer-nav {
    justify-content: space-between;
    margin-left: 0;
  }

  .heading-medium-sf1-2 {
    text-align: center;
    font-size: 1.3rem;
  }

  .padding-vertical-14.padding-huge {
    padding-top: 2rem;
  }

  .page-padding-16 {
    background-color: #f9fafb;
  }

  .contact1-5_columns {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .contact1-5_form {
    max-width: 420px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact1-5_feature-text {
    margin-left: 0;
  }

  .contact1-5_feature-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .contact1-5_features.vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .section-team1-5 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .margin-bottom-6 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team2_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team2_image {
    width: 13rem;
    height: 13rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-7 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-testimonials1-16 {
    max-width: 100%;
    padding-bottom: 2rem;
  }

  .page-padding-19 {
    min-width: 100%;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .pricing_components-1-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-medium-2 {
    font-size: 1.75rem;
  }

  .padding-vertical-19.padding-huge {
    padding-bottom: 4rem;
  }

  .timeline_centre {
    width: 180px;
  }

  .timeline_item {
    padding-bottom: 0;
  }

  .timeline-1-container {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-size-regular-sf1-9 {
    margin-bottom: 0;
  }

  .blog-category-label {
    color: var(--blue);
    font-family: Outfit, sans-serif;
    font-size: 1rem;
  }

  .padding-vertical-20.padding-large {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .features1-25_tab-pane-2 {
    width: 100%;
  }

  .features1-25_tabs-content-2 {
    margin-top: -30px;
  }

  .features1-25_tab-link-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-vertical-21.padding-large {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .container-large-14 {
    max-width: 100%;
  }

  .page-padding-24 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .features1-25_image-2 {
    height: 16rem;
  }

  .heading-large-sf1-13 {
    margin-top: 0;
    font-size: 30px;
  }

  .features1-25_content-wrapper-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
    align-items: center;
    justify-items: stretch;
  }

  .section-blog1-7-2 {
    grid-template-rows: auto;
  }

  .margin-top-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-review_slider-mask, .home-review_slide {
    border-radius: 10px;
  }

  .home-review_info-wrapper {
    margin-left: 0;
  }

  .home-review_component {
    grid-template-columns: minmax(1px, 1fr);
    grid-auto-flow: row;
  }

  .margin-top-4 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-196 {
    max-height: 200px;
  }

  .coursus_item-divider-2 {
    height: 50px;
    transition: transform;
    top: auto;
    bottom: 0;
    left: 220px;
    right: 0%;
    transform: rotate(180deg);
  }

  .stats1-6-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1.25fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .padding-vertical-24.padding-large {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .container-large-17 {
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-small-sf1-8.text-weight-bold {
    text-align: center;
    margin-top: 0;
  }

  .anim-wrap-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 17rem;
    display: flex;
  }

  .text-size-medium-sf1-19 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .stats1-6-item-2 {
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }

  .number_counter-wrapper-2 {
    width: 90%;
    margin-left: 0;
  }

  .heading-large-4.text-color-white.text-align-center {
    width: 25rem;
    margin-bottom: 0;
    font-size: 26px;
  }

  .bold-text-27 {
    font-size: 2rem;
    line-height: 1;
  }

  .margin-bottom-9 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-9.margin-xsmall {
    margin-bottom: 0;
  }

  .margin-bottom-9.margin-small {
    margin-bottom: 0;
    padding-top: 0;
  }

  .margin-bottom-9.margin-small2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_top-1-6 {
    flex-direction: column-reverse;
  }

  .footer-item-1-4-2 {
    flex: 1;
  }

  .footer_top-right {
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    max-width: 32rem;
    margin-left: 0;
  }

  .footer_social-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .footer_links-list {
    width: 100%;
    margin-top: 2rem;
  }

  .testimonial-author-image {
    width: 56px;
  }

  .container-small {
    max-width: 100%;
  }

  .margin-top-5 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-5.margin-large {
    margin-top: 0;
  }

  .testimonial-card-1-3 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pipe-mask {
    max-width: 50%;
  }

  .spacer-10._15-xsvp {
    width: 30px;
  }

  .marquee-horizontal-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-horizontal {
    opacity: .3;
  }

  .feature---box-1 {
    z-index: 1;
    position: relative;
  }

  .feature-content-wrapper {
    height: 20rem;
  }

  .feature-list-track {
    margin-right: 4rem;
  }

  .feature-content-track {
    width: 20rem;
  }

  .feature-list-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .content-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-content_features1-18 {
    text-align: center;
    width: 60ch;
  }

  .heading-large-sf1-14 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .service-item {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .service-item.left {
    grid-template-columns: 1fr;
  }

  .margin-bottom-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .large-growing-images.small {
    height: 45vw;
    min-height: 400px;
    margin-top: 10px;
  }

  .text-size-medium-sf1-23 {
    text-align: center;
    margin-bottom: 20px;
  }

  .padding-vertical-29.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .more-feature-image {
    border-radius: 10px;
  }

  .more-feature-box-list {
    align-items: center;
    margin-bottom: 10px;
  }

  .more-feature-box-list.right {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .text-size-medium-sf1-24 {
    text-align: center;
    font-family: Noto Sans KR, sans-serif;
  }

  .text-size-medium-sf1-24.text-align-right {
    text-align: center;
  }

  .more-features-holder {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    margin-top: 0;
  }

  .section-features1-5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-large-sf1-15 {
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 30px;
  }

  .padding-vertical-30.padding-huge {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .bold-text-28 {
    font-size: 1.25rem;
  }

  .section-header1-4-2 {
    height: auto;
  }

  .section-hero1-4-2 {
    overflow: hidden;
  }

  .navbar1-1_menu-6 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    flex: 1;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .button-primary-sf1-13 {
    color: #222;
    border-style: none;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .navbar1-1_menu-7 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    flex: 1;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .blog_info-wrapper {
    margin-top: .5rem;
  }

  .padding-vertical-33.padding-huge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar1-1_menu-8 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    flex: 1;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .page-padding-34 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .footer_top-wrapper-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .page-wrapper {
    margin-top: 0;
  }

  .heading-medium.text-color-white.text-align-center {
    color: #222;
    object-fit: fill;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .image-blog-post {
    border-style: none;
    max-width: 100%;
    margin-bottom: 0;
  }

  .rich-text---blog-post {
    margin-top: 10px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .paragraph-3 {
    font-family: Noto Sans KR, sans-serif;
  }

  .right-part {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .padding-vertical-34.padding-huge {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-large-24 {
    background-color: #fff;
  }

  .part-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
  }

  .left-part {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 40px;
  }

  .client-button-wrapper {
    margin-top: 1rem;
  }

  .section-integrations1-8 {
    height: 21rem;
  }

  .left-part-paragraph-wrapper {
    margin-bottom: 0;
  }

  .heading-large-sf1-16 {
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 2.5rem;
  }

  .heading-large-sf1-16.font-color-white {
    align-self: flex-start;
    font-family: Outfit, sans-serif;
    font-size: 2rem;
    font-weight: 500;
  }

  .image-202 {
    padding-right: 0;
  }

  .integrations1-3-item {
    max-width: 5rem;
    min-height: auto;
    max-height: none;
    padding: .25rem .5rem 0;
  }

  .text-size-medium-sf1-28.text-color-grey.text-align-center {
    font-family: Noto Sans KR, sans-serif;
    font-weight: 400;
  }

  .text-size-medium-sf1-28.text-color-purple.text-align-center.text-weight-bold {
    color: #0091d0;
    font-family: Noto Sans KR, sans-serif;
  }

  .text-size-regular-sf1-10 {
    font-family: Noto Sans KR, sans-serif;
  }

  .integrations1-3-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .heading-regular-sf1-3 {
    font-size: .9rem;
    line-height: 1rem;
  }

  .heading-regular-sf1-3.text-color-white {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .25rem;
    padding-bottom: 0;
    font-family: Noto Sans KR, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }

  .anim-wrap-5 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-medium-4 {
    max-width: 50rem;
  }

  .heading-large-sf1-17.font-color-white {
    font-family: Outfit, sans-serif;
    font-size: 2rem;
    font-weight: 600;
  }

  .margin-bottom-12 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-6 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-13 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-7 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact1-5_column-right-2 {
    padding-left: 0;
  }

  .margin-bottom-14 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact1-5_form-2 {
    max-width: 420px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .2);
  }

  .contact1-5_column-left-2 {
    padding-right: 2rem;
  }

  .heading-large-sf1-22.font-color-white {
    font-family: Outfit, sans-serif;
    font-size: 30px;
    font-weight: 600;
  }

  .text-block-8 {
    color: var(--black);
  }

  .success-message-2 {
    background-color: #fff;
  }

  .number_counter-wrapper-3 {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-15 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrapper-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-content_features1-18-2 {
    text-align: center;
    width: 60ch;
  }

  .margin-bottom-16 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical-42.padding-huge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top-8 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-90 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bold-text-32 {
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .text-block-15 {
    font-family: Outfit, sans-serif;
  }

  .contouts-tab {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 7rem;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .contouts-tab.w--current {
    height: 7rem;
    padding-right: 10px;
  }

  .tab-link-tab-2-2 {
    width: 7rem;
    height: 7rem;
    padding: 10px;
  }

  .tab-link-tab-2-2.contouts-tab {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 7rem;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    display: flex;
  }

  .tab-link-tab-3-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 7rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-3-2.w--current {
    height: 7rem;
    display: flex;
  }

  .tab-link-tab-4-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 7rem;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .tabs-content {
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    height: 400px;
    margin-top: .5rem;
    padding: 10px;
    display: block;
  }

  .tab-link-tab-5 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 7rem;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tab-link-tab-6 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 7rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-7 {
    width: 10rem;
    height: 7rem;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 7rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-8.w--current {
    justify-content: center;
    align-items: center;
    width: 10rem;
    max-width: 6rem;
    height: 7rem;
    padding: 9px 10px;
  }

  .margin-top-9 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical-43.padding-huge {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .page-padding-35 {
    padding-bottom: 4rem;
  }

  .text-size-medium-sf1-35.text-color-purple.text-align-center.text-weight-bold {
    color: #0091d0;
  }

  .margin-bottom-17 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .features1-31_card {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features1-31_grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 90%;
    font-family: Outfit, sans-serif;
    font-weight: 500;
  }

  .text-size-regular-sf1-12 {
    padding-top: .25rem;
    font-family: Noto Sans KR, sans-serif;
    font-size: .9rem;
    font-weight: 400;
  }

  .heading-large-sf1-24 {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40 {
    font-size: .8rem;
  }

  .text-span-9 {
    width: 1.8rem;
    padding: 0 .25rem;
    font-size: .8rem;
    line-height: 1.25rem;
  }

  .bold-text-41 {
    font-size: .8rem;
    display: inline;
  }

  .bold-text-42, .text-span-10 {
    font-size: .8rem;
  }

  .icon-container-alt-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-204 {
    height: 2rem;
  }

  .image-205 {
    height: 2.5rem;
  }

  .image-206 {
    height: 2rem;
  }

  .text-size-regular-sf1-13 {
    height: 2.5rem;
    margin-bottom: 0;
    font-family: Outfit, sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    overflow: hidden;
  }

  .blog2_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    margin-top: -10px;
  }

  .padding-vertical-45.padding-large {
    padding-top: 0;
  }

  .blog2_image {
    width: 100%;
    height: 10rem;
  }

  .margin-top-10 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog2_info-wrapper {
    align-items: start;
    justify-items: stretch;
  }

  .page-padding-37 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-regular-sf1-4 {
    height: 3rem;
    margin-top: 0;
    margin-bottom: .5rem;
    padding-right: 0;
    font-family: Outfit, sans-serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
    overflow: hidden;
  }

  .blog2_content-wrapper {
    padding: 0;
  }

  .text-block-16 {
    font-family: Outfit, sans-serif;
    font-size: 1rem;
    line-height: 1rem;
  }

  .cta1-7_component {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 0;
  }

  .cta5_image {
    align-self: flex-end;
    height: 13rem;
  }

  .padding-vertical-46.padding-huge {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta5_content-wrapper {
    width: 22rem;
  }

  .heading-large-sf1-25.font-color-white {
    font-size: 2rem;
  }

  .cta5_image-wrapper {
    background-size: cover;
    height: 20rem;
  }

  .blog_info-wrapper-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .blog_info-divider-2 {
    height: .8rem;
    margin-top: .25rem;
    padding-top: 0;
  }

  .margin-bottom-18 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-17 {
    font-family: Outfit, sans-serif;
    font-size: 1rem;
  }

  .bold-text-44 {
    font-weight: 600;
  }

  .image-209 {
    max-width: 80%;
  }

  .nav-menu-wrapper-4 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-4 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-4 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .bold-text-49 {
    font-size: 2rem;
  }

  .content-block-3 {
    padding: 20px 10px;
  }

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

  .tabs-menu-sf {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-medium-sf1-3 {
    font-size: 1.75rem;
  }

  .margin-bottom-19 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-form {
    padding: 0;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .subscribe-form {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three-2 {
    margin-top: 40px;
  }

  .flag-1 {
    background-image: url('../images/Medium.svg');
  }
}

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .padding-vertical.full-height.align-center {
    height: 0%;
  }

  .padding-vertical.padding-huge {
    background-color: rgba(249, 250, 251, 0);
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical.padding-large {
    padding-right: 0;
  }

  .button-primary-sf1 {
    padding-top: .8rem;
    padding-bottom: 0%;
  }

  .button-primary-sf1.w--current {
    padding-top: 2.5%;
  }

  .container-large {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .page-padding {
    border-radius: 10px;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .page-padding.full-height.justify-center.padding-huge {
    padding: 0 2rem 1rem;
  }

  .text-size-medium-sf1 {
    font-size: 1rem;
  }

  .navbar_component-1-1 {
    min-height: 4rem;
  }

  .navbar_logo-1-1 {
    width: auto;
    max-height: 40px;
  }

  .button-row.is-button-row-center {
    margin-top: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .max-width-large.align-center {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-left: 0;
  }

  .button-secondary-sf1 {
    border-width: 2px;
  }

  .button-wrapper {
    margin-top: 1rem;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .navbar1_dropdown-list {
    border-style: none;
    border-color: var(--line);
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, .2);
  }

  .navbar1_item-heading-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .icon-1x1-small {
    margin-bottom: 10px;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .heading-xsmall-sf1 {
    font-size: 1.125rem;
  }

  .navbar_component-1-4 {
    min-height: 4rem;
  }

  .navbar_component-1-4.background-color-white {
    height: 70px;
    padding-left: 5%;
    padding-right: 5%;
    position: -webkit-sticky;
    position: sticky;
  }

  .navbar1_dropdown-link {
    padding-left: 0%;
  }

  .bold-text {
    font-size: 1.125rem;
  }

  .button-primary-sf1-2 {
    margin-bottom: 0;
  }

  .navbar1_container-2 {
    width: 100%;
  }

  .padding-vertical-sf1 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-sf1.padding-large {
    width: 100%;
    padding-bottom: 1rem;
  }

  .heading-small-sf1.text-align-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .heading-small-sf1.text-weight-bold {
    margin-top: 0;
  }

  .business-logos_wrapper {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    justify-content: center;
    align-items: center;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2.margin-xlarge {
    margin-bottom: 0;
  }

  .container-medium {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .business-logo-section-2 {
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-8 {
    margin-bottom: 20px;
  }

  .container-large-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .benefit-wrapper._250-width._20-left-margin {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    display: flex;
  }

  .features1-30_content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 50ch;
    padding-top: 20px;
  }

  .text-size-regular-sf1 {
    text-align: left;
    margin-top: 10px;
  }

  .features1-29_image-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .features1-30_wrapper {
    margin-top: 4rem;
  }

  .features1-30_features {
    justify-content: center;
    max-width: 95%;
    margin-right: 0;
  }

  .heading-large-sf1 {
    font-size: 2rem;
  }

  .benefit-flex-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-11 {
    text-align: center;
  }

  .icon-1x1-medium.border-radius_10px {
    width: 2.5rem;
    max-width: 3rem;
    margin-top: .25rem;
  }

  .section-strategy {
    background-color: #f9fafb;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium-sf1-2 {
    font-size: 1rem;
  }

  .stats1-6-item {
    border: 1px solid rgba(0, 0, 0, 0);
    padding-bottom: 40px;
  }

  .number-wrapper-1.two {
    margin-bottom: 0;
  }

  .number-wrapper-1.one {
    margin-top: 0;
    margin-bottom: 0;
  }

  .number-wrapper-1.three, .number-wrapper-1.one {
    margin-bottom: 0;
  }

  .number_counter-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .text-size-medium.text-color-black {
    line-height: 30px;
  }

  .grid-stat-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-items: center;
  }

  .heading-large {
    font-size: 2rem;
  }

  .grid-divider {
    display: none;
  }

  .blog-7-grid {
    display: block;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-small {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .text-size-regular {
    letter-spacing: -1.4px;
    padding-top: 10px;
  }

  .text-size-regular.text-weight-light {
    padding-bottom: 10px;
  }

  .bold-text-14 {
    font-size: 30px;
  }

  .image {
    max-width: 20%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar1_logo-link-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .heading-xsmall-sf1-2 {
    font-size: 1.125rem;
  }

  .slide-wrap {
    padding: 90px 50px;
  }

  .page-padding-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-sf1-3 {
    font-size: 1rem;
  }

  .text-size-medium-sf1-3.text-color-purple.mr-2 {
    margin-left: auto;
    margin-right: 0;
  }

  .text-size-medium-sf1-3.text-align-center.text-weight-light.mb-1-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-large-sf1-2 {
    font-size: 2rem;
  }

  .testimonials1-18-card.align-center {
    text-align: center;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials1-18-container {
    min-width: 100%;
  }

  .testimonials1-18-line1 {
    flex-direction: column;
  }

  .testimonials1-18-line2 {
    flex-direction: column;
    display: none;
  }

  .button-wrapper-6 {
    align-items: stretch;
  }

  .text-size-regular-sf1-3 {
    display: flex;
  }

  .layout-centered {
    text-align: left;
    align-items: flex-start;
  }

  .container-large-3 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-padding-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion1_coloumn {
    grid-template-columns: 1fr;
  }

  .accordion1_component {
    display: flex;
  }

  .text-size-medium-sf1-4 {
    font-size: 1rem;
  }

  .page-padding-4 {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-large-sf1-3 {
    font-size: 2rem;
  }

  .text-size-medium-sf1-5 {
    font-size: 1rem;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-medium-sf1 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .footer-grid-1-3 {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .page-padding-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-item {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .cta-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .footer_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer_bottom-right {
    margin-top: 12px;
  }

  .page-padding-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-auto-flow: row;
    justify-items: center;
  }

  .page-padding-8 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ipad-screen {
    border-radius: 6px;
  }

  .page-padding-9 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .background-video {
    width: 90%;
    height: 300px;
    margin-top: 0;
    padding-left: 0%;
  }

  .features1-25_tab-pane {
    padding-top: 2rem;
    top: -50px;
  }

  .features1-25_tabs-content {
    margin-top: -30px;
  }

  .features1-25_tab-link {
    padding: 1rem;
  }

  .padding-vertical-8.padding-large {
    padding-top: 0;
  }

  .layout9_tabs-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 90%;
    margin-top: -40px;
    padding-left: 0%;
    top: -53px;
  }

  .layout9_number-wrapper {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0;
    margin-right: .5rem;
  }

  .page-padding-10 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .features1-25_right {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .heading-small-3 {
    font-size: 1.125rem;
  }

  .features1-25_component {
    margin-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-large-sf1-4 {
    font-size: 2rem;
  }

  .features1-25_title-wrapper {
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
  }

  .text-size-medium-sf1-6 {
    font-size: 1rem;
  }

  .features1-25_content-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .margin-medium-2 {
    margin-bottom: 1.25em;
  }

  .text-size-large-sf1 {
    font-size: 1.25rem;
  }

  .page-padding-11 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-large-sf1-5 {
    font-size: 2rem;
  }

  .tabs-menu-horizontal {
    flex-direction: column;
    align-items: stretch;
  }

  .green-wrapper {
    padding-top: 60px;
  }

  .testimonials1-13-left {
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-size-medium-sf1-7 {
    font-size: 1rem;
  }

  .text-size-large-sf1-2 {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .heading-large-sf1-6 {
    font-size: 2rem;
  }

  .bold-text-16, .bold-text-17, .bold-text-18 {
    font-size: 1rem;
  }

  .home-benefits-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    margin-top: 0;
  }

  .home-benefits-wrapper.margin-top {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
  }

  .section-features1-7 {
    margin-top: auto;
  }

  .home-benefits-content {
    width: 50ch;
  }

  .page-padding-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-sf1-8 {
    font-size: 1rem;
  }

  .heading-large-sf1-7 {
    text-align: left;
    font-size: 2rem;
  }

  .margin-bottom-4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical-10.padding-huge {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .page-padding-13 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-regular-sf1-6.text-align-center {
    width: 20rem;
  }

  .heading-large-sf1-8 {
    font-size: 2rem;
  }

  .features-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-size-medium-sf1-9 {
    font-size: 1rem;
  }

  .text-size-medium-sf1-9.text-color-grey.text-align-center {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .heading-regular-sf1 {
    margin-top: 10px;
  }

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

  .container-medium-3 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .div-block-87 {
    background-position: 50%;
  }

  .padding-vertical-12.padding-huge {
    overflow: visible;
  }

  .newsletter-cta__wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-cta1-13 {
    z-index: 99;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .page-padding-14 {
    z-index: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
  }

  .text-size-medium-sf1-10 {
    font-size: 1rem;
  }

  .cta1-13-container {
    z-index: 100;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 0;
    grid-template-columns: 1fr;
    padding-right: 2em;
    display: flex;
  }

  .heading-large-sf1-ew {
    font-size: 2rem;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .padding-vertical-13.padding-xlarge {
    margin-top: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer_logo-1-1-2 {
    height: 3rem;
  }

  .container-large-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .page-padding-15 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-logo-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    max-width: 260px;
    margin-bottom: 30px;
    display: flex;
  }

  .footer_component-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer1-4_component {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-item-1-4 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .heading-xsmall-sf1-3 {
    font-size: 1.125rem;
  }

  .text-size-medium-sf1-11 {
    text-align: center;
    font-size: 1rem;
  }

  .footer-grid {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    display: grid;
  }

  .contact1-5_column-right {
    padding-top: 40px;
  }

  .heading-medium-sf1-2 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .padding-vertical-14.padding-huge {
    padding-top: 0;
  }

  .icon-1x1-small-2 {
    text-align: center;
  }

  .page-padding-16 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium-sf1-12 {
    font-size: 1rem;
  }

  .contact1-5_columns {
    display: block;
  }

  .contact1-5_form {
    max-width: 450px;
    margin: 0 auto 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact1-5_column-left {
    padding-right: 0;
  }

  .contact1-5_feature-item {
    margin-left: 0;
    margin-right: 2px;
  }

  .contact1-5_features.vertical {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .margin-bottom-6 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding-17 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .team2_image {
    width: 10rem;
    height: 10rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-large-sf1-9 {
    font-size: 2rem;
  }

  .text-size-medium-sf1-13 {
    font-size: 1rem;
  }

  .margin-bottom-7 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding-18 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-large-sf1-10 {
    font-size: 2rem;
  }

  .text-size-medium-sf1-14 {
    font-size: 1rem;
  }

  .section-testimonials1-16 {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .page-padding-19 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium-sf1-15 {
    font-size: 1rem;
  }

  .heading-large-sf1-11 {
    font-size: 2rem;
  }

  .pricing_components-1-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .pricing_component-1-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-large-sf1-12 {
    font-size: 2rem;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .text-size-medium-sf1-16 {
    font-size: 1rem;
  }

  .page-padding-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium-sf1-17 {
    font-size: 1rem;
  }

  .page-padding-21 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_progress {
    left: 6px;
  }

  .page-padding-22 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_text.sub {
    font-size: 15px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
    padding-top: 0;
  }

  .timeline-1-container {
    margin-top: -20px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .heading-large-2 {
    font-size: 2rem;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .text-size-regular-sf1-9 {
    margin-bottom: 0;
  }

  .blog3_item {
    grid-template-columns: 1fr;
  }

  .padding-vertical-20.padding-large {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .page-padding-23 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog3_content-wrapper {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .features1-25_tab-pane-2 {
    padding-top: 0;
  }

  .features1-25_tab-link-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-vertical-21.padding-large {
    width: 100%;
  }

  .layout9_number-wrapper-2 {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0;
    margin-right: .5rem;
  }

  .page-padding-24 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-large-sf1-13 {
    margin-top: 0;
    font-size: 2rem;
  }

  .features1-25_title-wrapper-2 {
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
  }

  .text-size-medium-sf1-18 {
    font-size: 1rem;
  }

  .features1-25_content-wrapper-2 {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .section-blog1-7-2 {
    grid-template-rows: auto;
  }

  .margin-top-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-large-3 {
    font-size: 2rem;
  }

  .page-padding-25 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-review_slider-mask, .home-review_slider {
    border-radius: 10px;
  }

  .page-padding-26 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-review_slide-content {
    padding: 1.5rem;
  }

  .home-review_info-wrapper {
    margin-left: 0;
  }

  .home-review_content-right {
    border-radius: 10px;
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, .2);
  }

  .stripe-vertical-wrapper {
    width: .625rem;
  }

  .stripe-vertical-wrapper.is-left-out {
    top: auto;
    bottom: 0%;
    left: -.625rem;
    right: auto;
  }

  .margin-top-4 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .stats1-6-grid-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .stats1-6_component-2 {
    margin-top: 0;
  }

  .padding-vertical-24.padding-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-large-17 {
    margin-bottom: 40px;
  }

  .page-padding-27 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-small-sf1-8.text-weight-bold {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
  }

  .anim-wrap-4 {
    width: 13rem;
  }

  .text-size-medium-sf1-19 {
    height: 5rem;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .stats1-6-item-2 {
    justify-content: center;
    align-items: center;
    padding: 0 0;
  }

  .number_counter-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .page-padding-28 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-large-4 {
    font-size: 2rem;
  }

  .heading-large-4.text-color-white.text-align-center {
    margin-bottom: 0;
  }

  .footer_bottom-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .margin-bottom-9 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-9.margin-small {
    padding-top: 0;
  }

  .margin-bottom-9.margin-small2 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
  }

  .page-padding-29 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-item-1-4-2 {
    text-align: center;
  }

  .heading-xsmall-sf1-4 {
    font-size: 1.125rem;
  }

  .footer_social-wrapper-2 {
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .footer_divider {
    display: none;
  }

  .text-size-medium-sf1-20 {
    font-size: 1rem;
  }

  .footer_links-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .page-padding-30 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-small {
    max-width: 100%;
  }

  .margin-top-5 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-5.margin-large {
    margin-top: 0;
  }

  .text-size-medium-sf1-21 {
    font-size: 1rem;
  }

  .logo-img-2 {
    width: 50px;
    height: 50px;
  }

  .owl-item-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .pipe-slider {
    padding-bottom: 70px;
  }

  .testimonial-card-1-3 {
    padding: 40px 15px 15px;
    box-shadow: 0 7px 20px rgba(5, 5, 5, .4);
  }

  .pipe-mask {
    max-width: 100%;
  }

  .page-padding-31 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium-sf1-22 {
    font-size: 1rem;
  }

  .marquee-horizontal-large {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #fff), linear-gradient(#fff, rgba(255, 255, 255, 0) 30%);
  }

  .feature-content-wrapper {
    width: 35vh;
    height: 35vh;
  }

  .main-wrapper-sf52 {
    padding-top: 50vh;
    padding-bottom: 50vh;
  }

  .feature-content-track {
    opacity: 0;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 1.25rem;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .content-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .feature-content_features1-18 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 50ch;
    display: flex;
  }

  .heading-large-sf1-14 {
    font-size: 2rem;
  }

  .service-item {
    grid-row-gap: 60px;
  }

  .page-padding-32 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding-32.full-height.justify-center.padding-huge {
    padding: 2rem;
  }

  .margin-bottom-10 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .service-list {
    grid-row-gap: 100px;
  }

  .large-growing-images {
    height: 65vw;
    min-height: 300px;
  }

  .large-growing-images.small {
    height: 60vw;
    min-height: auto;
  }

  .text-size-medium-sf1-23 {
    font-size: 1rem;
  }

  .page-padding-33 {
    background-color: #f9fafb;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .more-feature-image {
    height: 400px;
  }

  .text-size-medium-sf1-24 {
    font-size: 1rem;
  }

  .text-size-medium-sf1-24.text-align-center {
    margin-bottom: auto;
  }

  .more-features-holder {
    grid-row-gap: 68px;
    margin-top: 0;
  }

  .heading-large-sf1-15 {
    margin-top: 0;
    font-size: 2rem;
  }

  .padding-vertical-30.padding-huge {
    padding-top: 5rem;
  }

  .text-size-medium-sf1-25 {
    font-size: 1rem;
  }

  .button-primary-sf1-13 {
    border-style: none;
  }

  .text-size-medium-sf1-26 {
    font-size: 1rem;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link, .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .blog_image-link {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .blog_info-wrapper {
    margin-top: .5rem;
  }

  .padding-vertical-33.padding-huge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-vertical-33.padding-medium {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .heading-small {
    font-size: 1rem;
  }

  .heading-small.text-color-white {
    color: #222;
    font-size: 1.2rem;
  }

  .page-padding-34 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer_link-list-2 {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-auto-flow: row;
    justify-items: center;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-medium.text-color-white.text-align-center {
    color: #222;
  }

  .image-blog-post {
    max-width: 100%;
    margin-bottom: 0;
  }

  .section-blog-related {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .blog-list-wrapper.static {
    grid-template-columns: 1fr;
  }

  .rich-text---blog-post {
    margin-top: 10px;
  }

  .blog-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .blog_image {
    height: 16rem;
  }

  .right-part {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    position: static;
  }

  .padding-vertical-34.padding-huge {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container-large-24 {
    background-color: #fff;
  }

  .part-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .text-size-medium-sf1-27 {
    text-align: left;
    max-width: 100%;
    margin-bottom: 0;
    font-family: Noto Sans KR, sans-serif;
    font-size: .8rem;
  }

  .left-part {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .client-button-wrapper {
    margin-top: 1rem;
  }

  .section-integrations1-8 {
    height: 15rem;
  }

  .left-part-paragraph-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 8px;
    margin-bottom: 0;
    display: flex;
  }

  .heading-large-sf1-16 {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .heading-large-sf1-16.font-color-white {
    text-align: center;
    align-self: center;
  }

  .image-202 {
    padding-right: 0;
  }

  .integrations1-3-item {
    padding: 1rem .5rem;
  }

  .text-size-medium-sf1-28 {
    font-size: 1rem;
  }

  .expert-grade-contours {
    width: 100%;
    max-width: 100%;
  }

  .integrations1-3-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: start;
    margin-left: 0%;
    margin-right: 0%;
  }

  .heading-regular-sf1-3 {
    font-size: 1rem;
  }

  .heading-regular-sf1-3.text-color-white {
    padding-top: .25rem;
    padding-bottom: 0;
    padding-right: 0;
    font-size: .7rem;
    line-height: .9rem;
  }

  .anim-wrap-5 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .heading-large-sf1-17 {
    font-size: 2rem;
  }

  .margin-bottom-12 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-6 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-large-sf1-18 {
    font-size: 2rem;
  }

  .text-size-medium-sf1-29 {
    font-size: 1rem;
  }

  .margin-bottom-13 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-7 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-large-sf1-19 {
    font-size: 2rem;
  }

  .text-size-medium-sf1-30 {
    font-size: 1rem;
  }

  .heading-large-sf1-20 {
    font-size: 2rem;
  }

  .text-size-medium-sf1-31 {
    font-size: 1rem;
  }

  .heading-large-sf1-21 {
    font-size: 2rem;
  }

  .text-size-medium-sf1-32 {
    font-size: 1rem;
  }

  .section-contact1-5-2 {
    background-color: #f9fafb;
  }

  .text-size-medium-sf1-33 {
    font-size: 1rem;
  }

  .text-size-medium-sf1-33.text-color-white {
    text-align: center;
  }

  .margin-bottom-14 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact1-5_form-2 {
    max-width: 450px;
    margin: 2rem auto 8px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .2);
  }

  .contact1-5_column-left-2 {
    padding-right: 0;
  }

  .heading-large-sf1-22 {
    font-size: 2rem;
  }

  .heading-large-sf1-22.font-color-white {
    margin-top: 60px;
    font-weight: 600;
  }

  .number_counter-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .margin-bottom-15 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrapper-2 {
    grid-row-gap: 48px;
    background-color: #fff;
    grid-template-columns: 1fr;
  }

  .feature-content_features1-18-2 {
    width: 50ch;
  }

  .heading-large-sf1-23 {
    font-size: 2rem;
  }

  .margin-bottom-16 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .service-list-2 {
    grid-row-gap: 100px;
  }

  .text-size-medium-sf1-34 {
    font-size: 1rem;
  }

  .padding-vertical-42.padding-huge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top-8 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-90 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bold-text-32 {
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .contouts-tab {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 6rem;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .contouts-tab.w--current {
    height: 6rem;
    padding-right: 10px;
  }

  .tab-link-tab-2-2.contouts-tab {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 6rem;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 10px;
    display: flex;
  }

  .tab-link-tab-3-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 6rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tab-link-tab-3-2.w--current {
    height: 6rem;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tab-link-tab-4-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 6rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: stretch;
    display: flex;
  }

  .tabs-content {
    justify-content: space-between;
    align-items: center;
    height: 300px;
    margin-top: .5rem;
  }

  .tab-link-tab-5 {
    width: 3.5rem;
    height: 6rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 6rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 6rem;
    padding: 9px 10px;
  }

  .tab-link-tab-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 6rem;
  }

  .tab-link-tab-8.w--current {
    width: 3.5rem;
    max-width: none;
    height: 6rem;
  }

  .margin-top-9 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical-43.padding-huge {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
  }

  .container-large-25 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .page-padding-35 {
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-sf1-35 {
    font-size: 1rem;
  }

  .margin-bottom-17 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-17.margin-xxlarge {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .features1-31_card {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features1-31_grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .text-size-regular-sf1-12 {
    font-family: Noto Sans KR, sans-serif;
    font-size: 1rem;
  }

  .text-align-center-15 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-large-sf1-24 {
    font-size: 2rem;
  }

  .page-padding-36 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium-sf1-36 {
    font-size: 1rem;
  }

  .image-205 {
    height: 2rem;
  }

  .text-size-regular-sf1-13 {
    line-height: 1.2rem;
    overflow: hidden;
  }

  .blog2_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-vertical-45.padding-large {
    padding-top: 0;
  }

  .blog2_image {
    height: 8rem;
  }

  .margin-top-10 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding-37 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-regular-sf1-4 {
    height: auto;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .cta1-7_component {
    grid-row-gap: 2rem;
    background-image: url('../images/bg-pattern-01-01.svg');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: cover;
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
  }

  .cta5_image {
    height: 10rem;
    display: inline;
  }

  .padding-vertical-46.padding-huge {
    padding-top: 2rem;
  }

  .cta5_content-wrapper {
    width: 100%;
  }

  .page-padding-38 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-large-sf1-25 {
    font-size: 2rem;
  }

  .heading-large-sf1-25.font-color-white {
    text-align: center;
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .button-row-2 {
    grid-column-gap: 1.25rem;
    justify-content: center;
    margin-top: 0;
  }

  .cta5_image-wrapper {
    display: none;
  }

  .text-size-medium-sf1-37 {
    text-align: center;
    margin-bottom: 0;
    font-family: Noto Sans KR, sans-serif;
    font-size: .9rem;
  }

  .blog_image-2 {
    height: 16rem;
  }

  .heading-small-4 {
    font-size: 1rem;
  }

  .page-padding-39 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-bottom-18 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog4_image {
    height: 16rem;
  }

  .blog4_component {
    grid-row-gap: 2rem;
  }

  .page-padding-40 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-large-sf1-26 {
    font-size: 2rem;
  }

  .image-209 {
    max-width: 80%;
  }

  .div-block-100 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-brand-4 {
    padding-left: 0;
  }

  .nav-menu-4 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-button {
    justify-content: flex-start;
  }

  .tabs-menu-sf {
    flex-wrap: wrap;
    padding-left: 0%;
    padding-right: 0%;
  }

  .page-padding-41 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-medium-sf1-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-large-sf1-27 {
    font-size: 2rem;
  }

  .margin-bottom-19 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-sf1-38 {
    font-size: 1rem;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .footer-subscribe-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .subscribe-form {
    width: 100%;
  }

  .button-primary-8.footer-form-button {
    letter-spacing: 0;
    text-transform: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-family: Outfit, sans-serif;
    font-size: 1rem;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three-2 {
    margin-bottom: 10px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-bottom-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .success-message-3 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .navbar1-1_container {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .menu-icon1_line-top.dark {
    background-color: #fff;
  }

  .navbar_link-1-1 {
    text-align: center;
  }

  .padding-vertical.full-height.align-center {
    padding-top: 0%;
  }

  .padding-vertical.padding-huge {
    padding-top: 0;
  }

  .padding-vertical.padding-large {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 4rem;
  }

  .padding-vertical.padding-huge {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .padding-vertical.padding-large {
    padding: 0 0% 0;
  }

  .button-primary-sf1 {
    letter-spacing: 0;
    text-indent: 0;
    column-count: 0;
    white-space: normal;
    margin-bottom: 0;
    padding: 4% 1rem 0;
    text-decoration: none;
  }

  .button-primary-sf1.w--current {
    padding-top: 4%;
  }

  .heading-xlarge-sf1 {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 500;
  }

  .navbar1-1_menu-right {
    padding-bottom: 1rem;
  }

  .menu-icon1_line-bottom.dark {
    background-color: #fff;
  }

  .page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding.full-height.justify-center.padding-huge {
    margin-top: 0;
    padding: 0 0 1rem;
  }

  .text-size-medium-sf1 {
    font-family: Noto Sans KR, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .text-size-medium-sf1.text-color-grey.text-align-center {
    margin: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 120%;
  }

  .navbar_component-1-1 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar_component-1-1.background-color-dark {
    background-color: #101828;
    border-bottom-color: #171f30;
  }

  .navbar_logo-1-1 {
    width: auto;
    height: 35px;
    max-height: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-row.is-button-row-center {
    z-index: 0;
    margin-top: 10px;
    position: static;
  }

  .margin-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .margin-bottom.margin-xlarge {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-1-4_image {
    margin-top: 20px;
    padding-top: 0%;
  }

  .menu-icon1_line-middle.dark {
    background-color: #fff;
  }

  .section-header1-4 {
    height: auto;
  }

  .max-width-large.align-center {
    margin-left: 0%;
    margin-right: 0%;
    padding: 0 5%;
  }

  .button-secondary-sf1 {
    border-width: 2px;
    padding: .5rem 1rem;
  }

  .navbar1-1_menu {
    z-index: 3;
    min-width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
    position: absolute;
  }

  .navbar1-1_menu.dark {
    background-color: #101828;
  }

  .button-wrapper {
    margin-top: 1rem;
  }

  .menu-icon1.dark {
    color: #fff;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-button-wrapper-3 {
    width: auto;
  }

  .navbar1_dropdown-list {
    border-style: none;
    padding-top: 0;
  }

  .navbar1_dropdown-list.w--open {
    width: 3rem;
    padding-left: 5%;
  }

  .navbar1_menu-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 7rem;
    display: flex;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .navbar_component-1-4.background-color-white {
    height: 70px;
    min-height: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar1_dropdown-link {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar1-1_menu-2 {
    z-index: 3;
    flex-direction: column;
    height: auto;
    padding-bottom: 1rem;
  }

  .navbar1-1_container-2 {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .button-primary-sf1-2 {
    color: #fff;
    background-color: #222;
    padding: .5rem 1rem;
  }

  .section-main {
    height: auto;
    padding-top: 10px;
    top: 0;
  }

  .bold-text-6 {
    font-weight: 400;
  }

  .bold-text-7 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 26px;
  }

  .button-primary-sf1-3 {
    padding: .5rem 1rem;
  }

  .navbar1_container-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar1-1_menu-3 {
    z-index: 3;
    height: auto;
    padding-bottom: 1rem;
  }

  .padding-vertical-sf1 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-sf1.padding-large {
    padding-bottom: 1rem;
  }

  .heading-small-sf1.text-align-center {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0%;
    font-size: 1.2rem;
    line-height: 26px;
  }

  .heading-small-sf1.text-weight-bold {
    text-align: center;
    text-align: left;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 600;
  }

  .section-logos1-2 {
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .business-logos {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .business-logos_wrapper {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: start;
    display: grid;
  }

  .margin-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 0 .25rem;
    display: flex;
  }

  .margin-bottom-2.margin-xlarge {
    margin-bottom: 0;
  }

  .business-logo-section-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .container-2 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bold-text-8 {
    background-color: #f9fafb;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .container-large-2 {
    background-color: #f9fafb;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .benefit-wrapper._250-width._20-left-margin {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .features1-30_content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 10px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    padding-left: 0%;
    display: flex;
  }

  .text-size-regular-sf1 {
    text-align: center;
    align-self: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-feature-1-29 {
    flex: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 300px;
  }

  .features1-29_image-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 300px;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .features1-30_wrapper {
    grid-row-gap: .75rem;
    margin-top: 0;
  }

  .features1-30_features {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
  }

  .heading-large-sf1 {
    margin-top: 0;
    font-size: 20px;
  }

  .benefit-flex-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .text-span {
    margin-left: 0%;
    font-size: 14px;
    line-height: .7em;
  }

  .bold-text-9 {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .bold-text-10, .bold-text-11, .bold-text-12 {
    font-size: 18px;
    font-weight: 600;
  }

  .bold-text-13 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }

  .coursus_item-divider {
    left: 150px;
  }

  .stats1-6-grid {
    grid-template-columns: 1fr;
  }

  .stats1-6_component {
    background-color: rgba(255, 255, 255, 0);
    margin-top: 0;
  }

  .icon-1x1-medium.border-radius_10px {
    width: 2.5rem;
    max-width: 3rem;
    margin-top: 0;
  }

  .section-strategy {
    background-color: #fff;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-sf1-2 {
    text-align: center;
  }

  .stats1-6-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 28px 0;
    display: flex;
  }

  .coursus_content-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-left: 0;
  }

  .section-latest-news {
    background-color: #fff;
  }

  .number-wrapper-1 {
    text-align: center;
    height: 70px;
    margin-bottom: 0;
  }

  .number-wrapper-1.one {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    height: 70px;
    margin-top: 0;
    padding-left: 0%;
    display: flex;
  }

  .number-wrapper-1.three {
    margin-bottom: 0;
  }

  .text-size-medium.text-color-black {
    font-size: 20px;
    line-height: 25px;
  }

  .numbers._3 {
    font-size: 40px;
  }

  .heading-large {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    display: flex;
  }

  .section-blog1-7 {
    background-color: var(--white);
  }

  .blog-7-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-small {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .blog-7-item {
    margin-top: 20px;
  }

  .text-size-regular {
    text-align: left;
    letter-spacing: -1px;
    padding-top: 10px;
    font-size: 10px;
    line-height: 20px;
  }

  .text-size-regular.text-weight-light {
    padding-bottom: 10px;
    font-size: 16px;
  }

  .bold-text-14 {
    font-size: 26px;
  }

  .image {
    max-width: 35%;
  }

  .button-primary-sf1-4 {
    padding: .5rem 1rem;
  }

  .navbar1_logo-link-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 9rem;
    display: flex;
  }

  .navbar1-1_menu-4 {
    z-index: 3;
    border-bottom-style: none;
    flex: 0 auto;
    height: auto;
    margin-bottom: auto;
    padding-bottom: 8rem;
    display: flex;
  }

  .profile-image {
    margin-bottom: 15px;
  }

  .page-padding-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-sf1-3.text-align-center.text-weight-light.mb-1-5 {
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 400;
  }

  .text-size-medium-sf1-3.text-color-grey.text-align-center {
    font-size: 1.125rem;
  }

  .profile-block {
    flex-wrap: wrap;
  }

  .testimonials1-18-tag.mb-1-5 {
    border-radius: 5px;
  }

  .deskare-icon {
    margin-bottom: 4px;
  }

  .testimonials1-18-card.align-center {
    text-align: center;
    border-radius: 10px;
    width: auto;
    min-width: 100%;
    max-width: none;
    margin-bottom: 4rem;
    margin-right: 0;
  }

  .button-primary-sf1-5 {
    padding: .5rem 1rem;
  }

  .testimonials1-18-container {
    max-width: 100%;
  }

  .testimonials1-18-line1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: flex;
  }

  .content-testimonial.align-center {
    text-align: center;
  }

  .author-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonials1-18-line2 {
    flex-direction: column;
    margin-bottom: 0;
    display: block;
  }

  .div-block-86 {
    flex-direction: column;
  }

  .max-width-small-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .accordion1-3_item {
    margin-top: 0;
  }

  .container-large-3 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion1_coloumn {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .accordion1_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-left: 0;
    display: block;
  }

  .padding-vertical-3.padding-huge {
    padding-top: 0;
  }

  .page-padding-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-large-sf1-3 {
    font-size: 30px;
  }

  .header2_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    text-align: center;
  }

  .heading-medium-sf1 {
    margin-top: 0;
  }

  .footer_bottom-link {
    color: rgba(255, 255, 255, .5);
  }

  .footer-grid-1-3 {
    grid-template-areas: ". ."
                         "Area Area";
  }

  .button-primary-sf1-6 {
    padding: .5rem 1rem;
  }

  .footer-info-text {
    color: rgba(255, 255, 255, .5);
    text-align: center;
  }

  .footer-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .cta-grid {
    align-items: center;
    justify-items: center;
  }

  .footer_bottom-links {
    color: rgba(255, 255, 255, .5);
  }

  .footer_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .button-secondary-sf1-2 {
    padding: .5rem 1rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary-4 {
    padding: .5rem 1rem;
  }

  .heading-xlarge-sf1-2 {
    font-size: 2rem;
  }

  .container-large-4 {
    width: 100%;
  }

  .page-padding-8.full-height.justify-center.padding-large {
    padding: .5rem;
  }

  .ipad-screen {
    border-radius: 4px;
  }

  .section-header-hero18 {
    height: auto;
  }

  .navbar1-1_container-3 {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  ._3d-tablet-wrap {
    perspective-origin: 50% 0;
  }

  .padding-vertical-6.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar1-1_menu-5 {
    z-index: 3;
    min-width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
    position: absolute;
  }

  .padding-vertical-7.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .page-padding-9.full-height.justify-center.padding-large {
    padding: .5rem;
  }

  .background-video {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 90%;
    height: 200px;
    margin-top: 0;
  }

  .features1-25_tab-pane {
    width: 100%;
    max-width: 100%;
    top: -50px;
  }

  .features1-25_tabs-content {
    margin-top: -40px;
    padding-top: 40px;
  }

  .features1-25_tab-link {
    flex: 1;
    padding-left: .25rem;
  }

  .padding-vertical-8.padding-large {
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .layout9_tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-top: -10px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
  }

  .layout9_number-wrapper {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .features1-25_right {
    margin-top: 0;
  }

  .features1-25_image {
    height: 10rem;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .features1-25_component {
    max-width: 100%;
    margin-top: 10px;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
    top: 15px;
  }

  .features1-25_title-wrapper {
    flex-flow: column;
    display: flex;
  }

  .features1-25_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .button-primary-sf1-7 {
    padding: .5rem 1rem;
  }

  .empty-green-block, .empty-green-block._2 {
    display: none;
  }

  .text-size-large-sf1-2 {
    padding-top: 10px;
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .home-benefits-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    align-items: start;
    justify-items: end;
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-benefits-wrapper.margin-top {
    grid-row-gap: 3rem;
    justify-content: stretch;
    align-self: center;
    align-items: center;
    justify-items: end;
    margin-top: 0;
    padding-bottom: 2rem;
  }

  .home-benefits_product-images {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 12rem;
    max-width: 18rem;
  }

  .section-features1-7 {
    margin-top: 0;
  }

  .home-benefits-content {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .page-padding-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-feature-1-7 {
    width: 90%;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin-left: 0%;
  }

  .heading-large-sf1-7 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-family: Outfit, sans-serif;
    font-weight: 600;
    display: flex;
  }

  .margin-bottom-4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical-10.padding-huge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .features1-10-item {
    text-align: center;
    padding: 1rem;
  }

  .text-size-regular-sf1-6.text-align-center {
    width: 15rem;
  }

  .heading-large-sf1-8 {
    z-index: 500;
    margin-top: 0;
    font-family: Outfit, sans-serif;
    font-weight: 600;
    position: relative;
  }

  .features-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .section-features1-10 {
    padding-bottom: 0;
  }

  .text-size-medium-sf1-9.text-color-grey.text-align-center {
    font-size: 1rem;
  }

  .heading-regular-sf1 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .container-medium-3 {
    max-width: 100%;
    margin-bottom: 0;
  }

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

  .demo-form-2 {
    padding: 5px 10px;
  }

  .padding-vertical-12.padding-huge {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .button-primary-sf1-8 {
    background-color: #222;
    padding: .5rem 1rem;
  }

  .cta1-13-container {
    opacity: 1;
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .cta1-13-form {
    width: 100%;
  }

  .footer-bottom-2 {
    text-align: center;
  }

  .padding-vertical-13.padding-xlarge {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
  }

  .footer_logo-1-1-2 {
    text-align: center;
    height: 3rem;
    margin-bottom: 0;
  }

  .footer-logo-2 {
    margin-bottom: 20px;
  }

  .footer_component-2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-item-1-4 {
    margin-right: 0;
  }

  .text-size-medium-sf1-11 {
    text-align: center;
    margin-top: 20px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-top: 20px;
  }

  .heading-medium-sf1-2 {
    font-size: 1.5rem;
  }

  .padding-vertical-14.padding-huge {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .button-primary-sf1-9 {
    padding: .5rem 1rem;
  }

  .contact1-5_form {
    min-height: auto;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-5 {
    padding-top: 5px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact1-5_column-left {
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .contact1-5_feature-item {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .contact1-5_features.vertical {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-6 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team2_list {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: start;
  }

  .team2_image {
    width: 7rem;
    height: 7rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-7 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-testimonials1-16 {
    padding-top: 2rem;
  }

  .testimonials1-16_slider-wrapper {
    width: 80%;
  }

  .testimonials1-16-slide {
    overflow: hidden;
  }

  .page-padding-19 {
    background-color: #fff;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-sf1-15.text-color-grey.text-align-center {
    font-size: 1.125rem;
  }

  .slider-right-arrow {
    right: -25%;
  }

  .slider-left-arrow {
    left: -25%;
  }

  .testimonials1-16_slider-container {
    overflow: visible;
  }

  .pricing_components-1-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .pricing_component-1-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-19.padding-huge {
    padding-bottom: 2rem;
  }

  .timeline_text.sub {
    font-size: 18px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .timeline-1-container {
    margin-left: 0;
    margin-right: 0;
  }

  .timeline_date-text {
    margin-bottom: 10px;
  }

  .padding-vertical-xlarge {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_right {
    width: 100%;
  }

  .text-size-regular-sf1-9 {
    text-align: center;
  }

  .blog3_list-wrapper {
    width: 100%;
  }

  .blog-category-label {
    font-size: .8rem;
  }

  .blog3_info-wrapper {
    grid-template-rows: auto;
    margin-bottom: .5rem;
  }

  .blog3_image {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .blog3_image-link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .padding-vertical-20.padding-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .blog3_component, .blog3_content-wrapper {
    width: 100%;
  }

  .features1-25_tab-pane-2 {
    padding-top: 0;
    padding-left: 0;
    position: static;
  }

  .features1-25_tabs-content-2 {
    justify-content: center;
    align-items: flex-start;
    margin-top: -30px;
    display: flex;
  }

  .features1-25_tab-link-2 {
    flex: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container-large-14 {
    max-width: 100%;
  }

  .layout9_number-wrapper-2 {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .page-padding-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-large-sf1-13 {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
  }

  .features1-25_title-wrapper-2 {
    flex-direction: column;
    display: flex;
  }

  .features1-25_content-wrapper-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: stretch;
    padding-left: 0;
    display: grid;
  }

  .section-blog1-7-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .blog-7-grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .padding-vertical-22.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-top-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: block;
  }

  .text-size-regular-2 {
    text-align: left;
    font-size: 1rem;
  }

  .home-review_slider-mask {
    border-radius: 10px;
  }

  .home-review_logo-wrapper {
    display: none;
  }

  .home-review_slider {
    border-radius: 10px;
  }

  .home-review_info-wrapper {
    margin-left: 0;
  }

  .home-review_image {
    object-fit: cover;
  }

  .home-review_content-right {
    border-radius: 10px;
  }

  .margin-top-4 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .coursus_item-divider-2 {
    left: auto;
  }

  .stats1-6-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .stats1-6_component-2 {
    margin-top: 0;
    padding: 1rem .5rem;
  }

  .padding-vertical-24.padding-large {
    padding-top: 0;
  }

  .container-large-17 {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-small-sf1-8.text-weight-bold {
    text-align: center;
    object-fit: fill;
    order: 1;
    align-self: auto;
    width: auto;
    height: auto;
    margin-top: auto;
    padding-left: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .anim-wrap-4 {
    width: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium-sf1-19 {
    text-align: center;
    height: 3.5rem;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .stats1-6-item-2 {
    justify-content: center;
    align-items: flex-start;
    padding: 0;
  }

  .coursus_content-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .margin-bottom-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .margin-bottom-8.margin-xsmall {
    text-align: center;
    height: auto;
    min-height: auto;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
  }

  .numbers_1-2, .number_m-2 {
    font-size: 60px;
  }

  .heading-large-4.text-color-white.text-align-center {
    text-align: left;
    width: 15rem;
    margin-bottom: 0;
    font-size: 20px;
  }

  .padding-vertical-25.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer_form {
    background-color: #2b2e3c;
    border-radius: 1.25rem;
    flex-direction: column;
    align-items: stretch;
    padding: .5rem;
  }

  .button-11.is-footer-subscribe {
    margin-top: .5rem;
    margin-left: 0;
  }

  .footer-bottom-3 {
    text-align: center;
  }

  .margin-bottom-9 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-9.margin-xsmall {
    margin-bottom: 0;
  }

  .margin-bottom-9.margin-small {
    padding-top: 0;
  }

  .footer_bottom {
    align-items: center;
  }

  .form-input-3.is-footer-form, .footer-item-1-4-2 {
    margin-right: 0;
  }

  .footer_links-list {
    grid-template-columns: 1fr;
  }

  .testimonial-author-image {
    width: 48px;
    height: auto;
  }

  .heading-xlarge-sf1-4 {
    font-size: 2rem;
  }

  .container-small {
    max-width: 100%;
  }

  .margin-top-5 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-5.margin-medium {
    margin-bottom: 0;
  }

  .margin-top-5.margin-large {
    width: 100%;
    margin-top: 0;
  }

  .testimonial-author-wrap {
    align-items: center;
  }

  .icon-container-alt {
    width: 150px;
    height: 70px;
    margin-left: .5rem;
    margin-right: 0;
  }

  .spacer-10._15-xsvp {
    width: 5px;
    height: 15px;
  }

  .columns-cta_2.margin-down-40 {
    flex-direction: column;
  }

  .marquee-horizontal-large {
    justify-content: center;
    align-items: flex-start;
    height: 30px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column {
    padding-left: 0;
  }

  .column-2 {
    padding-right: 0;
  }

  .padding-vertical-28.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .flex-vertical {
    justify-content: flex-start;
    align-items: center;
  }

  .feature---box-1 {
    padding: 0 2rem .5rem;
  }

  .marquee-cover-horizontal {
    background-image: none;
  }

  .feature-content-wrapper {
    width: 25vh;
    height: 25vh;
  }

  .feature-content-track {
    opacity: 1;
    display: flex;
  }

  .content-wrapper {
    grid-row-gap: 36px;
  }

  .feature-content_features1-18 {
    width: auto;
    padding-right: 0;
  }

  .heading-large-sf1-14 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .service-item {
    grid-row-gap: 40px;
    align-content: start;
  }

  .service-item.left {
    grid-row-gap: 0px;
  }

  .page-padding-32 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .page-padding-32.full-height.justify-center.padding-huge {
    padding: 1rem;
  }

  .margin-bottom-10 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .service-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .large-growing-images {
    min-height: auto;
  }

  .large-growing-images.small {
    height: 55vw;
    min-height: auto;
    padding-top: 0;
  }

  .text-size-medium-sf1-23 {
    margin-bottom: 20px;
  }

  .padding-vertical-29.padding-huge {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .page-padding-33 {
    background-color: #f9fafb;
  }

  .more-feature-image {
    border-radius: 10px;
    height: 200px;
  }

  .more-feature-box-list {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .more-feature-box-list.right {
    justify-content: flex-start;
    align-items: center;
  }

  .text-size-medium-sf1-24.text-align-right {
    text-align: center;
  }

  .more-features-holder {
    align-items: center;
    justify-items: center;
    margin-top: 0;
  }

  .more-feature-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-large-sf1-15 {
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 1.5rem;
  }

  .padding-vertical-30.padding-huge {
    padding-top: 4rem;
  }

  .navbar1-1_container-4 {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .button-primary-sf1-12 {
    padding: .5rem 1rem;
  }

  .heading-xlarge-sf1-5 {
    font-size: 2rem;
  }

  .text-size-medium-sf1-25.text-color-grey.text-align-center {
    font-size: 1.125rem;
  }

  .section-header1-4-2 {
    height: auto;
  }

  .navbar1-1_menu-6 {
    z-index: 3;
    min-width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
    position: absolute;
  }

  .navbar1-1_container-5 {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .button-primary-sf1-13 {
    padding: .8rem 1rem;
  }

  .heading-xlarge-sf1-6 {
    font-size: 2rem;
  }

  .text-size-medium-sf1-26.text-color-grey.text-align-center {
    font-size: 1.125rem;
  }

  .navbar1-1_menu-7 {
    z-index: 3;
    min-width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
    position: absolute;
  }

  .container-3 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-5.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-link-three {
    font-size: 16px;
  }

  .footer-bottom-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog_info-divider {
    color: rgba(102, 112, 133, .5);
    background-color: #667085;
  }

  .blog_info-wrapper {
    margin-top: .5rem;
  }

  .padding-vertical-33.padding-huge {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .padding-vertical-33.padding-medium {
    padding-top: 0;
  }

  .heading-small.text-color-white {
    color: #222;
  }

  .navbar1-1_menu-8 {
    z-index: 3;
    min-width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
    position: absolute;
  }

  .navbar1-1_menu-8.dark {
    background-color: #101828;
  }

  .page-padding-34 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-small {
    font-size: .5rem;
    line-height: .7rem;
  }

  .footer-bottom-5, .navbar_link {
    text-align: center;
  }

  .text-size-regular-3 {
    text-align: left;
    font-size: 1rem;
  }

  .blog-post-author-container {
    margin-top: 20px;
  }

  .heading-medium.text-color-white.text-align-center {
    color: #222;
  }

  .image-blog-post {
    border-style: none;
    max-width: 100%;
    margin-bottom: 0;
  }

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

  .navbar_component.background-color-dark {
    background-color: #101828;
    border-bottom-color: #171f30;
  }

  .blog-list-wrapper.static {
    grid-template-columns: 1fr;
  }

  .rich-text---blog-post {
    width: 100%;
    margin-top: 10px;
  }

  .blog-item {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large-24 {
    background-color: #fff;
  }

  .text-size-medium-sf1-27 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: .5rem;
    line-height: 1;
  }

  .client-button-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .section-integrations1-8 {
    height: 11rem;
  }

  .left-part-paragraph-wrapper {
    margin-bottom: 0;
  }

  .heading-large-sf1-16 {
    text-align: left;
    margin-top: 10px;
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .heading-large-sf1-16.font-color-white {
    text-align: center;
    margin-top: 10px;
  }

  .image-202 {
    height: 12rem;
  }

  .integrations1-3-item {
    text-align: center;
    width: 3.5rem;
    max-width: 6rem;
    padding: .5rem;
  }

  .padding-vertical-35.padding-huge {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-medium-sf1-28.text-color-grey.text-align-center {
    text-align: center;
    font-size: 1.125rem;
  }

  .expert-grade-contours {
    background-color: #222;
  }

  .integrations1-3-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: start;
    align-items: start;
    justify-items: start;
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-regular-sf1-3 {
    margin-bottom: 3px;
    font-size: .7rem;
    line-height: .7rem;
  }

  .heading-regular-sf1-3.text-color-white {
    font-size: 11px;
    line-height: 13px;
  }

  .container-medium-4 {
    max-width: 100%;
  }

  .margin-bottom-12 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-6 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-13 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-7 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-sf1-31.text-color-purple.text-align-center {
    text-align: center;
  }

  .button-primary-sf1-14 {
    padding: .5rem 1rem;
  }

  .section-contact1-5-2 {
    background-color: #f9fafb;
  }

  .margin-bottom-14 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact1-5_form-2 {
    min-height: auto;
    max-height: 850px;
    margin-top: 2rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .2);
  }

  .contact1-5_column-left-2 {
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .heading-large-sf1-22.font-color-white {
    margin-top: 40px;
    font-weight: 600;
  }

  .circle-number {
    justify-content: center;
    align-items: center;
  }

  .numbers_1-3, .number_m-3 {
    font-size: 60px;
  }

  .margin-bottom-15 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical-41.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .content-wrapper-2 {
    grid-row-gap: 36px;
  }

  .feature-content_features1-18-2 {
    width: auto;
  }

  .button-primary-sf1-15 {
    padding: .5rem 1rem;
  }

  .margin-bottom-16 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical-42.padding-huge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top-8 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-89 {
    background-color: #f9fafb;
    height: 900px;
    max-height: 870px;
  }

  .div-block-90 {
    height: 850px;
    max-height: 900px;
    margin: 0 5%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .textarea {
    max-height: 200px;
  }

  .contouts-tab {
    width: 4rem;
    height: 5rem;
  }

  .contouts-tab.w--current {
    height: 5rem;
  }

  .tabs-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .tab-link-tab-2-2.contouts-tab, .tab-link-tab-3-2 {
    width: 4rem;
    height: 5rem;
  }

  .tab-link-tab-3-2.w--current {
    height: 5rem;
  }

  .tab-link-tab-4-2 {
    width: 4rem;
    height: 5rem;
  }

  .tabs-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tabs-content {
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    height: 300px;
    margin-top: .6rem;
    padding: 10px;
  }

  .tab-link-tab-5, .tab-link-tab-6, .tab-link-tab-7, .tab-link-tab-8, .tab-link-tab-8.w--current {
    width: 4rem;
    height: 5rem;
  }

  .tab-pane-tab-2 {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-top-9 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-9.margin-small {
    width: 100%;
  }

  .padding-vertical-43.padding-huge {
    padding-bottom: 2rem;
  }

  .page-padding-35 {
    padding-bottom: .25rem;
  }

  .text-size-medium-sf1-35.text-color-grey.text-align-center {
    font-size: 1.125rem;
  }

  .text-size-medium-sf1-35.text-color-purple.text-align-center.text-weight-bold {
    color: #0091d0;
  }

  .margin-bottom-17 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .features1-31_card {
    padding: 10px;
  }

  .features1-31_grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .text-size-regular-sf1-12 {
    padding-top: 0;
    font-size: .5rem;
  }

  .heading-large-sf1-24 {
    margin-bottom: 20px;
    line-height: 1;
  }

  .bold-text-33, .bold-text-34 {
    font-size: .5rem;
  }

  .bold-text-35 {
    font-size: .7rem;
  }

  .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40 {
    font-size: .5rem;
  }

  .text-span-9 {
    width: 1.4rem;
    padding-left: .125rem;
    padding-right: .125rem;
    font-size: .7rem;
    line-height: 1.1rem;
  }

  .bold-text-41, .bold-text-42 {
    font-size: .5rem;
  }

  .icon-container-alt-2 {
    width: auto;
    height: 40px;
    margin-left: .5rem;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-3 {
    padding-right: 0;
  }

  .padding-vertical-44.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-204, .image-205, .image-206 {
    height: 1rem;
  }

  .link {
    font-size: 12px;
  }

  .text-size-regular-sf1-13 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 3rem;
    max-height: 4rem;
    padding-bottom: 0%;
    font-size: .8rem;
    line-height: 1rem;
    display: none;
    overflow: visible;
  }

  .blog2_list {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    width: auto;
    margin-top: 0;
    padding-left: 0;
    display: grid;
  }

  .blog2_list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .padding-vertical-45.padding-large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    padding: 0 5% 1rem;
    display: block;
    position: relative;
    left: 0;
    right: 0;
  }

  .blog2_image {
    width: 100%;
    height: 7rem;
  }

  .margin-top-10 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-regular-sf1-4 {
    height: auto;
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.2rem;
    overflow: hidden;
  }

  .cta1-7_component {
    grid-template-columns: 1fr;
    padding: 1.5rem 1rem;
  }

  .cta5_image {
    height: 8rem;
  }

  .padding-vertical-46.padding-huge {
    background-color: var(--white);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta5_content-wrapper {
    width: 100%;
  }

  .heading-large-sf1-25.font-color-white {
    text-align: center;
    margin-top: 0;
    font-size: 1.5rem;
  }

  .button-outline-sf1.color-white {
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .button-row-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 1.25rem;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: stretch;
    max-width: 17.5rem;
    margin-top: 0;
  }

  .button-primary-sf1-16 {
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
    display: flex;
  }

  .cta5_image-wrapper {
    justify-content: flex-start;
    align-items: center;
    height: 8rem;
    display: none;
  }

  .text-size-medium-sf1-37 {
    text-align: center;
    width: 15rem;
  }

  .blog_info-wrapper-2 {
    margin-bottom: .125rem;
  }

  .text-size-small-3 {
    font-size: .8rem;
  }

  .padding-vertical-47.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog_info-divider-2 {
    width: .8px;
    height: .7rem;
    margin-top: .3rem;
  }

  .margin-bottom-18 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-17 {
    font-size: .8rem;
  }

  .image-207 {
    height: .7rem;
  }

  .blog4_item {
    grid-template-columns: 1fr;
  }

  .paragraph-9 {
    text-align: justify;
  }

  .div-block-100 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu-4 {
    flex-direction: column;
  }

  .nav-button-wrapper-4 {
    width: auto;
  }

  .bold-text-47 {
    font-size: 18px;
  }

  .content-block-3 {
    padding-bottom: 10px;
  }

  .tabs-menu-sf {
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-content-1-11 {
    padding-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .margin-bottom-19 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    max-width: none;
  }

  .tabs-4 {
    width: 100%;
  }

  .container-5 {
    max-width: none;
  }

  .footer-form {
    padding: 0;
  }

  .footer-form-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .subscribe-form {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-8.footer-form-button {
    border-radius: 8px;
    width: 100%;
    position: relative;
    right: 0;
  }

  .footer-bottom-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-e10796ad-5dba-8afd-5d18-44beb923087b-aad94215 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-aee6e637-a67e-e2f1-709f-15259127eeba-aad94215, #w-node-_492bfcad-3a1f-60ac-4c4d-8e2381f68f8c-aad94215 {
  align-self: center;
  justify-self: center;
}

#w-node-_8036556a-3c52-933d-f20f-c50cd1a34e9d-d1a34e92, #w-node-_8036556a-3c52-933d-f20f-c50cd1a34e9f-d1a34e92, #w-node-_8036556a-3c52-933d-f20f-c50cd1a34eab-d1a34e92, #w-node-_8036556a-3c52-933d-f20f-c50cd1a34eb5-d1a34e92, #w-node-_8036556a-3c52-933d-f20f-c50cd1a34eb7-d1a34e92, #w-node-cb45912f-a95d-45f1-5d4f-71c6e6ad2729-a48dc376, #w-node-cb45912f-a95d-45f1-5d4f-71c6e6ad2737-a48dc376, #w-node-c69cfea0-8c92-3c6c-1ae8-45d08edfd42a-a48dc376, #w-node-cb45912f-a95d-45f1-5d4f-71c6e6ad2745-a48dc376 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac6b4578-79e4-3c22-42c3-51462f9c4a5f-2f9c4a5a {
  justify-self: center;
}

#w-node-ac6b4578-79e4-3c22-42c3-51462f9c4a89-2f9c4a5a {
  align-self: auto;
  justify-self: auto;
}

#w-node-_9fa9109c-c677-b93c-7d05-005592051716-9205170d {
  align-self: center;
}

#w-node-bae6c548-3813-4c55-142c-78a4f8a86845-9205170d {
  align-self: start;
  justify-self: center;
}

#w-node-_9fa9109c-c677-b93c-7d05-005592051736-9205170d {
  align-self: center;
}

#w-node-a3b61243-3c8d-34a5-a3d5-89450e217351-aad94218, #w-node-a3b61243-3c8d-34a5-a3d5-89450e21735d-aad94218 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3b61243-3c8d-34a5-a3d5-89450e217369-aad94218 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_85c21cd8-1df5-9333-ecb6-f7e2c293dc6e-aad94218, #w-node-_85c21cd8-1df5-9333-ecb6-f7e2c293dc9b-aad94218, #w-node-_85c21cd8-1df5-9333-ecb6-f7e2c293dd12-aad94218, #w-node-_85c21cd8-1df5-9333-ecb6-f7e2c293dd5f-aad94218, #w-node-e533abc5-2848-5c0a-95ba-ca6657b95127-aad94218, #w-node-_4669936c-40ae-fa74-1183-707481f6a80c-aad94218 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_149f2ca4-fda2-1183-1b44-5cfd27af7d06-aad94218 {
  justify-self: center;
}

#w-node-_149f2ca4-fda2-1183-1b44-5cfd27af7d0e-aad94218 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_149f2ca4-fda2-1183-1b44-5cfd27af7d11-aad94218 {
  justify-self: start;
}

#w-node-_149f2ca4-fda2-1183-1b44-5cfd27af7d13-aad94218 {
  align-self: center;
  justify-self: center;
}

#w-node-c7c28678-5084-6c21-7271-74d6865c3ee1-aad94218 {
  justify-self: center;
}

#w-node-c7c28678-5084-6c21-7271-74d6865c3ee9-aad94218 {
  justify-self: end;
}

#w-node-c7c28678-5084-6c21-7271-74d6865c3eec-aad94218 {
  justify-self: center;
}

#w-node-c7c28678-5084-6c21-7271-74d6865c3eee-aad94218, #w-node-_4ccbad2e-412d-f1f6-0554-26d3075c3e4a-aad94218 {
  align-self: center;
  justify-self: center;
}

#w-node-d392e198-ef88-cc27-90c1-d2c97baff723-aad9421a, #w-node-d392e198-ef88-cc27-90c1-d2c97baff726-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cbcd-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cbd0-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cbde-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cbe1-aad9421a, #w-node-b8e05890-08d4-b8ee-7b77-979ad4fc4c05-aad9421a, #w-node-b8e05890-08d4-b8ee-7b77-979ad4fc4c08-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cbef-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cbf2-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc00-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc03-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc11-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc14-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc23-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc26-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc34-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc37-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc46-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc49-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc58-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc5b-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc6a-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc6d-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc7c-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc7f-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc8e-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cc91-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cca0-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cca3-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782ccb2-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782ccb5-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782ccc4-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782ccc7-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782ccd6-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782ccd9-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cce8-aad9421a, #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cceb-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffd1f-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffd22-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffd30-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffd33-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffd53-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffd56-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffd64-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffd67-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffd75-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffd78-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffd87-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffd8a-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffd98-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffd9b-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffdaa-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffdad-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffdbc-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffdbf-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffdce-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffdd1-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffde0-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffde3-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffdf2-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffdf5-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffe04-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffe07-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffe16-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffe19-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffe28-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffe2b-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffe3a-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffe3d-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffe4c-aad9421a, #w-node-_1c4be5b7-2070-c187-6819-3784323ffe4f-aad9421a, #w-node-_9153743e-9bb0-3435-ff08-4dbf4910226c-aad9421a, #w-node-_9153743e-9bb0-3435-ff08-4dbf4910226f-aad9421a, #w-node-_9153743e-9bb0-3435-ff08-4dbf4910227e-aad9421a, #w-node-_9153743e-9bb0-3435-ff08-4dbf49102281-aad9421a, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-8e5522e0, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-aad9421e, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-17c76fc9, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-1adfd331, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-ed739e9b, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-742d21bb, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-a4723471, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-cc438c03, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-ed77a289, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-a9e7f73d, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-4c105138, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-408fe2ce, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-4c4aa7a5, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-378e647e, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-7afb10b1, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-9d0cd2d3, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-10e1678a, #w-node-_58acc7dd-25c7-7408-84a5-b47031c3b177-03452ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85645b80-ef1a-7c29-8518-108ab9fe3042-aad94222 {
  justify-self: stretch;
}

#w-node-e2533720-86ec-16f6-3090-42dd4bcc1c70-aad94224, #w-node-f5fbefea-47ba-81db-de2b-d8ad75cf8bf8-aad94224, #w-node-f53237ec-41da-33db-c8ef-f14a42054a6f-aad94224, #w-node-_07e545f4-3498-b810-54ef-8d147431a3a3-aad94224, #w-node-_7786c6d1-2773-a029-b95b-cf0fc2eaa54e-aad94224, #w-node-_7786c6d1-2773-a029-b95b-cf0fc2eaa551-aad94224, #w-node-_7786c6d1-2773-a029-b95b-cf0fc2eaa55d-aad94224, #w-node-_7786c6d1-2773-a029-b95b-cf0fc2eaa560-aad94224, #w-node-_7786c6d1-2773-a029-b95b-cf0fc2eaa56b-aad94224, #w-node-_7786c6d1-2773-a029-b95b-cf0fc2eaa56e-aad94224, #w-node-_7786c6d1-2773-a029-b95b-cf0fc2eaa579-aad94224, #w-node-_7786c6d1-2773-a029-b95b-cf0fc2eaa57c-aad94224, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-50fa5950, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-cf6b8485 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-aee6e637-a67e-e2f1-709f-15259127eeba-aad94215, #w-node-_492bfcad-3a1f-60ac-4c4d-8e2381f68f8c-aad94215 {
    align-self: center;
    justify-self: center;
  }

  #w-node-af8bbf20-0548-1e05-7c01-07f83598eb5d-3c82a17f {
    justify-self: center;
  }

  #w-node-a730ed0f-0153-f353-d44a-8e62f69c267a-f10e7169 {
    order: 0;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-cd15ff86-7e8a-e92a-b1cb-51ba68f36d11-68f36d0c {
    align-self: start;
  }

  #w-node-cb45912f-a95d-45f1-5d4f-71c6e6ad2737-a48dc376, #w-node-c69cfea0-8c92-3c6c-1ae8-45d08edfd42a-a48dc376 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f04dd2c-648e-7e6a-c4f8-69bb311d6b37-2f9c4a5a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-ac6b4578-79e4-3c22-42c3-51462f9c4a89-2f9c4a5a {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-bae6c548-3813-4c55-142c-78a4f8a86845-9205170d {
    align-self: start;
    justify-self: center;
  }

  #w-node-_9185b4b7-d52a-48f8-3c64-8ef66e5621f7-6e5621f3 {
    justify-self: auto;
  }

  #w-node-a3b61243-3c8d-34a5-a3d5-89450e21735d-aad94218 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2afb5541-9789-b36f-b049-6c2752b1733e-aad94218 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_85c21cd8-1df5-9333-ecb6-f7e2c293dc6e-aad94218, #w-node-_85c21cd8-1df5-9333-ecb6-f7e2c293dc9b-aad94218, #w-node-e533abc5-2848-5c0a-95ba-ca6657b95127-aad94218, #w-node-_4669936c-40ae-fa74-1183-707481f6a80c-aad94218 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_149f2ca4-fda2-1183-1b44-5cfd27af7d0e-aad94218 {
    align-self: center;
  }

  #w-node-_149f2ca4-fda2-1183-1b44-5cfd27af7d11-aad94218, #w-node-_149f2ca4-fda2-1183-1b44-5cfd27af7d13-aad94218 {
    align-self: center;
    justify-self: center;
  }

  #w-node-c7c28678-5084-6c21-7271-74d6865c3ee1-aad94218 {
    justify-self: center;
  }

  #w-node-c7c28678-5084-6c21-7271-74d6865c3ee9-aad94218 {
    align-self: center;
  }

  #w-node-c7c28678-5084-6c21-7271-74d6865c3eec-aad94218 {
    align-self: center;
    justify-self: center;
  }

  #w-node-a722d102-4324-862c-4bae-07e36398c6fd-aad94218 {
    align-self: auto;
  }

  #w-node-_836a1b8a-652d-9eee-7af0-b48ed2fe5932-2c1e5011 {
    justify-self: end;
  }

  #w-node-_5610c16f-b137-03e4-51eb-3a4cc2b965ef-aad94219, #w-node-_5610c16f-b137-03e4-51eb-3a4cc2b965fc-aad94219, #w-node-_5610c16f-b137-03e4-51eb-3a4cc2b96609-aad94219 {
    align-self: start;
  }

  #w-node-_95e06585-a514-3e94-df07-5e9ae2c5e252-aad94224 {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-cb45912f-a95d-45f1-5d4f-71c6e6ad2729-a48dc376 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac6b4578-79e4-3c22-42c3-51462f9c4a89-2f9c4a5a {
    align-self: auto;
    justify-self: center;
  }

  #w-node-_9fa9109c-c677-b93c-7d05-005592051716-9205170d {
    align-self: start;
  }

  #w-node-bae6c548-3813-4c55-142c-78a4f8a86845-9205170d {
    align-self: start;
    justify-self: center;
  }

  #w-node-_9fa9109c-c677-b93c-7d05-005592051736-9205170d {
    align-self: start;
  }

  #w-node-_2afb5541-9789-b36f-b049-6c2752b17338-aad94218 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_2afb5541-9789-b36f-b049-6c2752b17343-aad94218 {
    align-self: auto;
  }

  #w-node-_85c21cd8-1df5-9333-ecb6-f7e2c293dc6e-aad94218, #w-node-_85c21cd8-1df5-9333-ecb6-f7e2c293dc9b-aad94218, #w-node-_85c21cd8-1df5-9333-ecb6-f7e2c293dd12-aad94218, #w-node-_85c21cd8-1df5-9333-ecb6-f7e2c293dd5f-aad94218, #w-node-e533abc5-2848-5c0a-95ba-ca6657b95127-aad94218, #w-node-_4669936c-40ae-fa74-1183-707481f6a80c-aad94218 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_149f2ca4-fda2-1183-1b44-5cfd27af7d0e-aad94218 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_149f2ca4-fda2-1183-1b44-5cfd27af7d11-aad94218, #w-node-c7c28678-5084-6c21-7271-74d6865c3ee9-aad94218 {
    align-self: center;
  }

  #w-node-c7c28678-5084-6c21-7271-74d6865c3eec-aad94218 {
    align-self: center;
    justify-self: center;
  }

  #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-8e5522e0, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-aad9421e, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-17c76fc9, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-1adfd331, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-ed739e9b, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-742d21bb, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-a4723471, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-cc438c03, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-ed77a289, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-a9e7f73d, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-4c105138, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-408fe2ce, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-4c4aa7a5, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-378e647e, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-7afb10b1, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-9d0cd2d3, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-10e1678a, #w-node-_58acc7dd-25c7-7408-84a5-b47031c3b177-03452ec9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_95e06585-a514-3e94-df07-5e9ae2c5e24c-aad94224 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_95e06585-a514-3e94-df07-5e9ae2c5e257-aad94224 {
    align-self: auto;
  }

  #w-node-e2533720-86ec-16f6-3090-42dd4bcc1c70-aad94224, #w-node-f5fbefea-47ba-81db-de2b-d8ad75cf8bf8-aad94224, #w-node-f53237ec-41da-33db-c8ef-f14a42054a6f-aad94224, #w-node-_07e545f4-3498-b810-54ef-8d147431a3a3-aad94224, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-50fa5950, #w-node-ecf137b4-cb43-9352-1dba-b83777b81820-cf6b8485 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_492bfcad-3a1f-60ac-4c4d-8e2381f68f8c-aad94215 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_4dd641ac-bf18-3908-a877-25a17b0cd27c-7b0cd271 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8036556a-3c52-933d-f20f-c50cd1a34e9d-d1a34e92, #w-node-_8036556a-3c52-933d-f20f-c50cd1a34eb5-d1a34e92 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac6b4578-79e4-3c22-42c3-51462f9c4a5f-2f9c4a5a {
    align-self: center;
  }

  #w-node-ac6b4578-79e4-3c22-42c3-51462f9c4a89-2f9c4a5a {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-bae6c548-3813-4c55-142c-78a4f8a86845-9205170d {
    align-self: center;
    justify-self: center;
  }

  #w-node-_9185b4b7-d52a-48f8-3c64-8ef66e5621f7-6e5621f3 {
    justify-self: auto;
  }

  #w-node-_149f2ca4-fda2-1183-1b44-5cfd27af7d0e-aad94218, #w-node-_149f2ca4-fda2-1183-1b44-5cfd27af7d11-aad94218, #w-node-c7c28678-5084-6c21-7271-74d6865c3ee9-aad94218, #w-node-c7c28678-5084-6c21-7271-74d6865c3eec-aad94218 {
    justify-self: center;
  }

  #w-node-_494040cc-6ebd-300d-c57e-69ac3c3e517d-aad94218 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e10796ad-5dba-8afd-5d18-44beb923087b-aad94215 {
    grid-column: span 3 / span 3;
  }

  #w-node-_492bfcad-3a1f-60ac-4c4d-8e2381f68f8c-aad94215 {
    justify-self: center;
  }

  #w-node-_8036556a-3c52-933d-f20f-c50cd1a34eb5-d1a34e92 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb45912f-a95d-45f1-5d4f-71c6e6ad2729-a48dc376, #w-node-cb45912f-a95d-45f1-5d4f-71c6e6ad2737-a48dc376, #w-node-c69cfea0-8c92-3c6c-1ae8-45d08edfd42a-a48dc376 {
    align-self: start;
    justify-self: center;
  }

  #w-node-ac6b4578-79e4-3c22-42c3-51462f9c4a5f-2f9c4a5a {
    align-self: center;
    justify-self: center;
  }

  #w-node-ac6b4578-79e4-3c22-42c3-51462f9c4a89-2f9c4a5a, #w-node-bae6c548-3813-4c55-142c-78a4f8a86845-9205170d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_9fa9109c-c677-b93c-7d05-005592051736-9205170d {
    justify-self: auto;
  }

  #w-node-_149f2ca4-fda2-1183-1b44-5cfd27af7d0e-aad94218 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_149f2ca4-fda2-1183-1b44-5cfd27af7d11-aad94218 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c7c28678-5084-6c21-7271-74d6865c3ee9-aad94218 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-c7c28678-5084-6c21-7271-74d6865c3eec-aad94218 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_5610c16f-b137-03e4-51eb-3a4cc2b96601-aad94219 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e10796ad-5dba-8afd-5d18-44beb923087b-aad94215 {
    grid-column: span 1 / span 1;
  }

  #w-node-_492bfcad-3a1f-60ac-4c4d-8e2381f68f8c-aad94215 {
    justify-self: center;
  }

  #w-node-a3b61243-3c8d-34a5-a3d5-89450e217369-aad94218 {
    justify-self: auto;
  }

  #w-node-_5610c16f-b137-03e4-51eb-3a4cc2b965ef-aad94219 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5610c16f-b137-03e4-51eb-3a4cc2b965f2-aad94219 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5610c16f-b137-03e4-51eb-3a4cc2b965f4-aad94219 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5610c16f-b137-03e4-51eb-3a4cc2b965fc-aad94219 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5610c16f-b137-03e4-51eb-3a4cc2b965ff-aad94219 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5610c16f-b137-03e4-51eb-3a4cc2b96609-aad94219 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5610c16f-b137-03e4-51eb-3a4cc2b9660c-aad94219 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5610c16f-b137-03e4-51eb-3a4cc2b96616-aad94219 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5610c16f-b137-03e4-51eb-3a4cc2b96619-aad94219 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dbbe6c44-1753-b439-827d-1698f5ae13eb-aad94219 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dbbe6c44-1753-b439-827d-1698f5ae13ef-aad94219 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cb4952f3-2850-ac32-eb5e-1eb47177a2db-aad94219 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cb4952f3-2850-ac32-eb5e-1eb47177a2df-aad94219 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cb45912f-a95d-45f1-5d4f-71c6e6ad2729-a48dc376 {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-cb45912f-a95d-45f1-5d4f-71c6e6ad2737-a48dc376, #w-node-c69cfea0-8c92-3c6c-1ae8-45d08edfd42a-a48dc376 {
    align-self: start;
  }

  #w-node-cb45912f-a95d-45f1-5d4f-71c6e6ad2745-a48dc376 {
    align-self: auto;
  }

  #w-node-ac6b4578-79e4-3c22-42c3-51462f9c4a89-2f9c4a5a, #w-node-bae6c548-3813-4c55-142c-78a4f8a86845-9205170d {
    grid-area: 1 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_85c21cd8-1df5-9333-ecb6-f7e2c293dc9b-aad94218 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_149f2ca4-fda2-1183-1b44-5cfd27af7d0e-aad94218 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_149f2ca4-fda2-1183-1b44-5cfd27af7d11-aad94218 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-c7c28678-5084-6c21-7271-74d6865c3ee9-aad94218 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c7c28678-5084-6c21-7271-74d6865c3eec-aad94218 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-a2c28368-7a63-52a2-0c0c-4cfbd782cbc8-aad9421a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_85645b80-ef1a-7c29-8518-108ab9fe3042-aad94222 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_85645b80-ef1a-7c29-8518-108ab9fe3049-aad94222, #w-node-_85645b80-ef1a-7c29-8518-108ab9fe3050-aad94222 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f5fbefea-47ba-81db-de2b-d8ad75cf8bf8-aad94224 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


