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

body {
  color: #555;
  letter-spacing: .02em;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: #292930;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3;
}

h2 {
  color: #292930;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  color: #292930;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  color: #292930;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  color: #292930;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  color: #292930;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

p {
  color: #555;
  letter-spacing: .02em;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

ul {
  color: #555;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

ol {
  color: #555;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

li {
  padding-top: 10px;
  padding-bottom: 10px;
}

blockquote {
  color: #555;
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('../images/Quotes.svg');
  background-position: 50% 19%;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 5px #e2e2e2;
  border-radius: 30px;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 35px;
  padding: 100px 60px 60px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.banner-title-area {
  min-height: 605px;
  background-image: linear-gradient(297deg, #ffdbd4, #f5e9ff 79%);
  position: relative;
}

.banner-title-area.about-us {
  background-image: linear-gradient(297deg, #e2d4ff, #f9f6da 79%);
}

.banner-title-area.service-page {
  min-height: 556px;
  background-image: linear-gradient(297deg, #fffffd 21%, #cfd4ff);
}

.banner-title-area.style-guide {
  background-image: linear-gradient(297deg, #ffdbd4, #e9f7ff 79%);
}

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

.navbar-wrapper {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 30%;
}

.nav-menu {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #292930;
  letter-spacing: .02em;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover {
  color: #5956e8;
}

.nav-link:focus-visible {
  border-radius: 4px;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
}

.nav-link.w--current {
  color: #292930;
  background-image: url('../images/nav-link-bottom.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all .2s;
  position: relative;
}

.nav-link.dropdown-nav {
  color: #fff;
  padding-right: 0;
  position: relative;
}

.nav-dropdown-toggle {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.nav-dropdown-list {
  background-color: #f4f4f4;
}

.nav-dropdown-list.w--open {
  z-index: 3;
  background-color: #f6f6f6;
  border-radius: 12px;
  margin-top: 10px;
  padding: 10px 0 18px;
  position: absolute;
  left: -24px;
}

.nav-dropdown-menu-link {
  color: #292930;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  transition: color .2s;
}

.nav-dropdown-menu-link:hover, .nav-dropdown-menu-link.w--current {
  color: #5956e8;
}

.nav-link-flex {
  grid-column-gap: 0px;
  align-items: center;
  display: flex;
}

.nav-dropdown-icon {
  min-height: 20px;
  min-width: 20px;
  color: #292930;
  text-align: center;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 5px;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.nav-bar {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 50px;
}

.nav-button-flex {
  grid-column-gap: 0px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.banner-overlay {
  z-index: 1;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.sub-banner-content-flex {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 275px;
  display: flex;
  position: relative;
}

.sub-banner-content-flex.service-banner {
  padding-top: 213px;
}

.banner-center-circle {
  z-index: 1;
  width: 550px;
  height: 550px;
  background-color: #f4f6fb;
  background-image: url('../images/banner-02.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: -165px;
  left: auto;
  right: auto;
}

.sub-banner-bg-main-circle {
  width: 308px;
  height: 308px;
  filter: blur(108px);
  background-color: #fa95d1;
  border-radius: 100%;
  position: absolute;
  top: 162px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.sub-banner-bg-main-circle.style-guide-circle {
  background-color: rgba(255, 118, 126, .69);
  top: 162px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.sub-banner-bg-main-circle.about-us-circle {
  background-color: #fffa76;
}

.sub-banner-bg-main-circle.service-circle {
  background-color: #7dffe8;
}

.banner-text {
  color: #292930;
  text-transform: capitalize;
  font-family: Nunito, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
}

.banner-text.sub-text {
  color: #5956e8;
}

.sub-banner-decorative, .sub-banner-decorative.first {
  position: absolute;
  top: auto;
  bottom: 208px;
  left: 68px;
  right: auto;
}

.sub-banner-decorative-two {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 212px;
  left: auto;
  right: 135px;
}

.style-guide-section {
  padding-top: 140px;
}

.style-guide-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 400px 10px 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 120px;
  display: grid;
}

.style-guide-title-wrap {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.section-sub-title {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-sub-title.center-align {
  justify-content: center;
  align-items: center;
}

.sub-title-content {
  color: #292930;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.sub-title-content.grey {
  color: #d0d0d0;
}

.style-line-break {
  width: 1px;
  background-color: #cfcfcf;
}

.style-guide-color-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-swatch-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.color-swatch {
  width: 180px;
  height: 180px;
  background-color: #ffdc60;
  border-radius: 20px;
}

.color-swatch.primary {
  background-color: #ffdc60;
}

.color-swatch.secondary {
  background-color: #5956e8;
}

.color-swatch.title {
  background-color: #292930;
}

.color-swatch.content {
  background-color: #555;
}

.color-swatch.background {
  background-color: #f6f6f6;
}

.color-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 25px;
}

.style-guide-content-wrap.flex {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.style-guide-title {
  font-size: 50px;
  font-weight: 800;
}

.primary-button {
  min-height: 69px;
  color: #f6f6f6;
  background-color: #292930;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 20px 35px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .2s, color .2s;
  display: flex;
}

.primary-button:hover {
  color: #292930;
  background-color: #ffdc60;
}

.primary-button.large {
  min-width: 260px;
}

.primary-button.pricing-center {
  color: #292930;
  background-color: #fff;
}

.primary-button.pricing-center:hover {
  background-color: #ffdc60;
}

.primary-button.nav-bar {
  padding: 15px 20px;
}

.secondary-button {
  min-height: 69px;
  color: #292930;
  background-color: #f6f6f6;
  border: 2px solid #000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 20px 35px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .2s, color .2s;
  display: flex;
}

.secondary-button:hover {
  color: #fff;
  background-color: #292930;
}

.secondary-button.transparent {
  background-color: rgba(0, 0, 0, 0);
  transition: border-color .2s, background-color .2s, color .2s;
}

.secondary-button.transparent:hover {
  background-color: #5956e8;
  border-color: #5956e8;
}

.secondary-button.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.secondary-button.white:hover {
  color: #292930;
  background-color: #fff;
}

.button-flex {
  grid-column-gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.button-flex.center-flex {
  justify-content: center;
}

.button-flex.about-page {
  margin-top: 30px;
  margin-bottom: 0;
}

.button-flex.cta {
  margin-top: 60px;
}

.button-flex.contact-form {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.button-flex.style-guide {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
}

.button-flex.style-guide-button, .button-flex.fully-left-align {
  justify-content: flex-start;
}

.yellow-button {
  max-width: 224px;
  min-height: 69px;
  color: #292930;
  background-color: #ffdc60;
  border: 2px solid #ffdc60;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 20px 35px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.yellow-button:hover {
  color: #ffdc60;
  background-color: rgba(0, 0, 0, 0);
}

.yellow-button.large {
  min-width: 260px;
  transition: border-color .2s, background-color .2s, color .2s;
}

.yellow-button.large:hover {
  color: #fff;
  background-color: #292930;
  border-color: #292930;
}

.yellow-button.subscribe-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer {
  background-color: #292930;
  padding-top: 120px;
  padding-bottom: 50px;
}

.footer-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
}

.footer-cta-wrap {
  background-color: #3c3c45;
  border-radius: 7px;
  padding: 20px 20px 30px;
}

.footer-logo {
  justify-content: flex-start;
  display: flex;
}

.footer-cta-image-wrap {
  justify-content: center;
  display: flex;
}

.footer-cta-image {
  transform: rotate(-14deg);
}

.white-content {
  color: #fff;
}

.footer-cta-content {
  color: #d0d0d0;
}

.subscribe-form {
  margin-bottom: 0;
}

.footer-cta-subcribe-wrap {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 20px;
  display: flex;
}

.hero-form-input {
  min-height: 69px;
  color: #fff;
  background-color: #5b5b61;
  border: 1px #000;
  border-radius: 7px;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 20px 16px 20px 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.hero-form-input::placeholder {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-contact-wrap {
  grid-column-gap: 30px;
  border-bottom: 1px solid #727274;
  justify-content: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.footer-contact {
  min-height: 160px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.footer-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.footer-contact-flex {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.footer-phone-link {
  width: 260px;
  color: #ffdc60;
  background-color: #3c3c45;
  border-radius: 7px;
  padding: 10px 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.footer-phone-link:hover {
  color: #3c3c45;
  background-color: #ffdc60;
}

.footer-email-link {
  color: #fff;
  text-decoration: none;
  transition: all .2s, color .2s;
}

.footer-email-link:hover {
  color: #ffdc60;
  text-decoration: underline;
}

.footer-contact-content {
  width: 243px;
  color: #fff;
  margin-bottom: 0;
}

.footer-page-wrap {
  grid-column-gap: 48px;
  border-bottom: 1px solid #727274;
  justify-content: space-around;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.footer-page-flex {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.footer-page-title-wrap {
  grid-column-gap: 10px;
  display: flex;
}

.footer-page-link-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-page-link {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-page-link:hover {
  color: #ffdc60;
}

.copyright-wrap {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

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

.copyright-link:hover {
  color: #ffdc60;
  text-decoration: underline;
}

.hero-section {
  background-color: #5956e8;
  background-image: linear-gradient(299deg, #ffdbd4, #e9f7ff 90%);
  padding-top: 0;
  position: relative;
}

.hero-section.service-single {
  background-color: #f6f6f6;
  background-image: none;
}

.banner {
  padding-bottom: 140px;
}

.banner-content-wrap {
  position: relative;
}

.banner-content-wrap.home-page {
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 60px;
}

.banner-content-wrap.service-single {
  padding-top: 60px;
}

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

.banner-grid.service-single {
  grid-template-columns: 1fr 1fr;
}

.section-sub-text.purple {
  color: #5956e8;
}

.section-sub-text.yellow {
  color: #ffdc60;
}

.banner-content-flex {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: static;
}

.banner-image {
  z-index: 2;
  width: 600px;
  height: 578.969px;
  position: absolute;
  top: 106px;
  bottom: auto;
  left: auto;
  right: -45px;
}

.banner-image.service-single {
  width: auto;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
}

.banner-circle {
  z-index: 1;
  width: 900px;
  height: 900px;
  background-color: #f4f6fb;
  background-image: url('../images/banner-02.svg');
  background-position: 38%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  position: absolute;
  top: -41px;
  bottom: auto;
  left: auto;
  right: -285px;
}

.banner-decorative {
  width: 45px;
  height: 45px;
  border: 2px solid #f8bdbd;
  border-radius: 100%;
  position: absolute;
  bottom: 56px;
  left: 496px;
}

.banner-decorative-circle {
  width: 52px;
  height: 52px;
  background-color: #d4ebfb;
  border-radius: 100%;
  position: absolute;
  bottom: 304px;
  left: 0;
}

.service-section {
  background-color: #292930;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section-title-wrap {
  display: block;
}

.section-title-wrap.flex {
  grid-column-gap: 30px;
  justify-content: flex-start;
  display: flex;
}

.section-title-wrap.home-about-section {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #cfcfcf;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 20px;
  display: flex;
}

.section-title-wrap.center-align {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-title-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.white-button {
  min-height: 69px;
  grid-column-gap: 10px;
  color: #292930;
  background-color: #fff;
  border-radius: 7px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 35px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.title-image-wrap {
  width: 88px;
  height: 88px;
  background-color: #5956e8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-image-wrap.yellow {
  background-color: #ffdc60;
}

.title-image-wrap.pink {
  background-color: #f5b7ff;
}

.title-image-wrap.orange {
  background-color: #f96a4b;
}

.title-image-wrap.purple {
  background-color: #ca87ff;
}

.title-image-wrap.green {
  background-color: #93e1a4;
}

.title-image-wrap.black {
  background-color: #292930;
}

.title-width {
  width: 600px;
}

.title-width.home-service {
  width: 586px;
}

.title-width.case-study-title {
  width: 80%;
}

.title-width.article {
  width: 600px;
}

.title-width.about-value {
  width: 636px;
}

.title-width.our-office-title {
  width: 551px;
}

.title-width.service-page {
  width: 816px;
}

.title-width.single-process {
  width: 461px;
}

.title-width.full-width {
  width: 100%;
}

.title-width.service-single {
  width: 537px;
}

.section-title {
  line-height: 1.1;
}

.section-title.white {
  color: #fff;
}

.section-title.bold {
  font-weight: 700;
}

.button-arrow {
  width: 18px;
}

.service-card-wrap {
  margin-top: 80px;
  padding-bottom: 50px;
}

.service-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.service-grid.service-single {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.service-card {
  background-image: linear-gradient(#36363e, #292930);
  border: 1px solid #424245;
  border-radius: 30px;
  padding: 35px 30px 30px 40px;
  transition: all .2s;
  transform: translate(0);
}

.service-card:hover {
  transform: translate(0, -4px);
}

.service-card.about-us-value {
  width: 360px;
  height: auto;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.service-card.service-single-card {
  width: auto;
  height: auto;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.card-image-wrap {
  width: 150px;
  height: 150px;
  background-color: #292930;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-card-content-wrap {
  padding-bottom: 0;
}

.service-card-content-wrap.about-service {
  padding-bottom: 35px;
}

.section-content-title {
  color: #292930;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.section-content-title.white {
  color: #fff;
}

.section-content-title.margin-top-zero {
  margin-top: 0;
}

.section-content-title.author-title {
  font-size: 25px;
  font-weight: 600;
  transition: color .2s;
}

.section-content-title.author-title:hover {
  color: #5956e8;
}

.section-content-title.case-study-client {
  margin-bottom: 0;
}

.section-content-title.contact-card-title {
  margin-top: 0;
  margin-bottom: 0;
}

.section-content-title.about-button-content {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
}

.section-content-title.blog-page-title {
  color: #292930;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  transition: color .2s;
}

.section-content-title.blog-page-title:hover {
  color: #5956e8;
}

.section-content-title.team {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.card-button {
  min-height: 69px;
  grid-column-gap: 10px;
  color: #ababac;
  border: 1px solid #535355;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 20px 35px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.home-about-section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-about-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.home-about-image-wrap {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-about-image {
  z-index: 1;
  display: block;
  position: relative;
}

.home-about-content-wrap {
  width: 76%;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.expert-wrap {
  align-items: center;
  margin-top: -20px;
  padding-left: 60px;
  display: block;
}

.expert-image-wrap {
  width: 86px;
  height: 86px;
  min-width: 86px;
  border: 1px solid #d5d5d5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.expert-content-flex {
  width: 520px;
  flex-direction: column;
  margin-top: 20px;
  padding-left: 20px;
  display: flex;
}

.expert-content {
  margin-top: 20px;
}

.expert-line-break {
  height: 1px;
  background-color: #cfcfcf;
  margin-left: -20px;
}

.expert-flex {
  display: flex;
}

.process-section.service-single {
  padding-bottom: 120px;
}

.process-wrap {
  background-image: linear-gradient(108deg, #e9f7ff, #ffdbd4 54%, #fff3ca 102%);
  border-radius: 10px;
  padding: 120px 20px;
}

.process-wrap.service-single {
  border-radius: 10px;
  padding: 80px 40px 100px;
}

.process-grid-center {
  grid-row-gap: 35%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.process-grid-center.service-single {
  grid-row-gap: 0%;
  justify-content: space-between;
}

.process-content-wrap {
  width: 350px;
}

.process-content-wrap.left {
  text-align: right;
  align-self: center;
}

.process-point {
  z-index: 2;
  min-height: 85px;
  min-width: 85px;
  color: #292930;
  background-color: #fff;
  border: 9px solid #ffd1c8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.process-point.third-point {
  bottom: 133px;
}

.process-point.second-point {
  bottom: 26px;
}

.process-center-line-break {
  width: 1.5px;
  height: 80%;
  border-right: 2px dashed #e38676;
  position: absolute;
}

.process-center-line-break.services-single {
  height: 87%;
}

.testimonial-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-slide {
  width: 590px;
  height: 350px;
  background-image: linear-gradient(166deg, #fff8f8, #f5f7ff);
  border-radius: 7px;
  margin-right: 20px;
  padding: 30px;
}

.home-testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
}

.home-testimonial-mask {
  overflow: hidden;
}

.testimonial-arrow {
  width: 70px;
  height: 70px;
  color: #454545;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 100%;
  font-size: 25px;
  transition: box-shadow .2s, color .2s, border-color .2s, background-color .2s;
  position: absolute;
  top: -85px;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: 0 10px 15px -1px rgba(198, 198, 198, .55);
}

.testimonial-arrow:hover {
  box-shadow: none;
  color: #fff;
  background-color: #454545;
  border-width: 1px;
  border-color: #454545;
}

.testimonial-arrow.left {
  right: 85px;
}

.testimonial-content-wrap {
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 7px;
  flex-direction: column;
  padding: 40px 30px 40px 35px;
  display: flex;
  box-shadow: 0 2px 3px 1px rgba(146, 146, 146, .25);
}

.testimonial-company-wrap {
  border-bottom: 1px solid #ececec;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.testimonial-star-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.testimonial-content-flex {
  position: relative;
}

.testimonial-flex {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.testimonial-author-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.testimonial-author-image {
  border-radius: 100%;
}

.testimonial-author-name {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.slide-nav {
  display: none;
}

.author-description {
  margin-bottom: 0;
}

.sub-title-slash {
  color: #ffdc60;
  font-size: 18px;
}

.sub-title-slash.purple {
  color: #5956e8;
  font-size: 18px;
}

.case-study-section {
  background-color: #292930;
  padding-top: 120px;
  padding-bottom: 120px;
}

.case-tab-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tabs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.case-tab-menu {
  flex-direction: column;
  display: flex;
}

.case-tab-pane {
  width: 100%;
  background-image: linear-gradient(136deg, #5956e8, #5956e8 28%, #ffda57 76%, #ffda57);
  border-radius: 10px;
  padding: 40px;
}

.case-study-image {
  width: 100%;
  border-radius: 10px;
}

.tab-arrow {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #292930;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  display: flex;
  position: absolute;
  top: 41px;
  bottom: auto;
  left: auto;
  right: 26px;
}

.case-tab-link {
  width: 100%;
  background-color: #383840;
  border: 1px #5e5e62;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.case-tab-link.w--current {
  background-color: #383840;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  box-shadow: 6px 6px 13px rgba(0, 0, 0, .25);
}

.tab-sub-title {
  color: #ffdc60;
  margin-bottom: 0;
  font-weight: 400;
}

.tab-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.tabs-content {
  width: 100%;
  align-items: center;
  display: flex;
}

.client-project-wrap {
  border-top: 1px solid #5d5d63;
  padding-top: 70px;
}

.client-project-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  justify-items: center;
  display: flex;
}

.client-title {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: inline-block;
}

.client-title.case-study-client {
  color: #5956e8;
  margin-top: 0;
  margin-bottom: 0;
}

.client-sub-color {
  color: #5956e8;
}

.client-sub-color.red {
  color: #ff1850;
}

.client-sub-color.yellow {
  color: #ffdc60;
}

.client-sub-color.green {
  color: #38e55e;
}

.client-flex {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.client-content {
  color: #d0d0d0;
  text-transform: uppercase;
  margin-bottom: 0;
}

.pricing-section {
  padding-top: 100px;
  padding-bottom: 95px;
}

.pricing-whole-wrap {
  padding-top: 40px;
}

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

.pricing-wrap {
  background-color: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 55px 20px 40px;
}

.pricing-wrap.center {
  background-color: #292930;
  position: relative;
}

.pricing-title-wrap {
  grid-column-gap: 20px;
  border-bottom: 1px solid #d3d3d3;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.pricing-sub-title {
  color: #292930;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
}

.pricing-sub-title.white {
  color: #fff;
}

.pricing-title {
  margin-top: 0;
  font-family: Nunito, sans-serif;
  font-size: 38px;
  font-weight: 900;
}

.pricing-title.white {
  color: #fff;
}

.pricing-subscript {
  color: #555;
  padding-left: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.pricing-subscript.white {
  color: #fff;
}

.pricing-point {
  padding-top: 35px;
}

.pricing-point-flex {
  grid-column-gap: 10px;
  padding-bottom: 15px;
  display: flex;
}

.pricing-point-content {
  margin-bottom: 0;
}

.pricing-point-content.white {
  color: #fff;
}

.pricing-button-flex {
  padding-top: 10px;
}

.benefit-section {
  padding-top: 95px;
  position: relative;
}

.benefit-whole-wrap {
  z-index: 2;
  border-bottom: 1px solid #ccc;
  padding-bottom: 100px;
  position: relative;
}

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

.benefit-image-wrap {
  align-self: center;
}

.benefit-title-and-image-flex {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.benefit-overlay-image {
  filter: blur(100px);
  display: none;
  position: absolute;
  top: auto;
  bottom: 14%;
  left: 109px;
  right: auto;
}

.articles-section {
  padding-top: 115px;
  padding-bottom: 120px;
}

.about-section {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
}

.about-grid {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  justify-items: center;
  position: relative;
}

.about-image-wrap {
  position: relative;
}

.about-whole-wrap {
  z-index: 2;
  position: relative;
}

.sub-banner-bg-circle-left {
  width: 308px;
  height: 308px;
  filter: blur(108px);
  background-color: #ddff7c;
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: -14%;
  left: 367px;
  right: auto;
}

.sub-banner-bg-circle-left.style-guide-bg {
  background-color: #7f7cff;
}

.sub-banner-bg-circle-left.about-us-bg {
  background-color: #e326ae;
  bottom: 6%;
}

.sub-banner-bg-circle-left.service-bg {
  background-color: #7cff99;
}

.about-button-flex {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.about-button {
  height: 68px;
  grid-column-gap: 15px;
  background-color: #292930;
  border-radius: 10px;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.about-image {
  z-index: 1;
  position: relative;
}

.values-section {
  background-color: #292930;
  padding-top: 100px;
  padding-bottom: 100px;
  transition: background-color .2s;
  overflow: hidden;
}

.value-slider-whole-wrap {
  margin-bottom: 40px;
  padding-top: 50px;
}

.value-slide {
  width: auto;
  margin-right: 30px;
}

.value-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.value-mask {
  overflow: visible;
}

.value-line-break-wrap {
  justify-content: center;
  display: flex;
}

.valuse-line-break {
  width: 80px;
  height: 2px;
  background-color: #fff;
}

.grey-content {
  color: #d0d0d0;
}

.values-slide-nav {
  display: none;
}

.border-button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 20px 35px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.border-button:hover {
  color: #292930;
  background-color: #fff;
}

.value-slider-arrow {
  width: 70px;
  height: 70px;
  background-color: #454545;
  border-radius: 100%;
  font-size: 22px;
  transition: background-color .2s;
  left: -35px;
}

.value-slider-arrow:hover {
  color: #f6f6f6;
  background-color: #5956e8;
}

.value-slider-arrow.right {
  left: auto;
}

.about-client-section {
  background-color: #292930;
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-section {
  padding-top: 120px;
  padding-bottom: 140px;
}

.about-team-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-team-bg {
  background-color: #fff;
  background-image: linear-gradient(117deg, #e9f7ff 20%, #ffdbd4 69%, #fff3ca);
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  transition: background-color .2s, all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-team-bg:hover {
  background-image: linear-gradient(117deg, #e9f7ff 20%, #ffdbd4 69%, #fff3ca);
}

.team-image {
  border-radius: 30px;
}

.team-line-break {
  width: 80px;
  height: 3px;
  background-color: #5956e8;
  border-radius: 100px;
  margin-top: 30px;
}

.team-content-wrap {
  text-align: center;
  margin-top: 20px;
}

.team-social-wrap {
  grid-column-gap: 10px;
  flex-direction: row;
  margin-top: 10px;
  display: flex;
}

.location-section {
  background-image: linear-gradient(127deg, #e9f7ff 17%, #ffdbd4 56%, #fff3ca);
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-wrap {
  margin-top: 60px;
}

.our-office-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.address-wrap {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 50px 30px;
}

.office-content-wrap {
  padding-top: 25px;
}

.address-link-wrap {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 15px;
  display: flex;
}

.address-link {
  grid-column-gap: 10px;
  color: #555;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.address-link:hover {
  color: #5956e8;
}

.address-grid-wrap {
  padding-top: 50px;
}

.sub-banner-bg-circle-right {
  width: 400px;
  height: 400px;
  filter: blur(100px);
  background-color: #ffc4bb;
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: -14%;
  left: auto;
  right: 289px;
}

.sub-banner-bg-circle-right.style-guide-bg {
  background-color: #ffc4bb;
}

.sub-banner-bg-circle-right.service-bg {
  background-color: #edffbb;
}

.cta-section {
  padding-top: 120px;
  padding-bottom: 130px;
}

.cta-wrap {
  background-image: linear-gradient(139deg, #e9f7ff 7%, #ffdbd4 48%, #fff3ca);
  border-radius: 30px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 70px;
  position: relative;
}

.cta-title {
  font-size: 43px;
  font-weight: 800;
}

.cta-title-wrap {
  z-index: 2;
  width: 610px;
  position: relative;
}

.cta-overlay {
  border-radius: 30px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.cta-circle {
  width: 500px;
  height: 500px;
  background-color: #fff;
  background-image: url('../images/grid-bg.png');
  background-position: 27% 42%;
  background-repeat: no-repeat;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: -161px;
}

.cta-circle-bg {
  width: 350px;
  height: 350px;
  filter: blur(100px);
  background-color: #cfddec;
  border-radius: 100%;
  position: absolute;
  left: 62px;
}

.cta-overlay-image {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 114px;
}

.cta-overlay-image.ploygon {
  top: auto;
  bottom: 58px;
  left: auto;
  right: 249px;
}

.cta-overlay-image.star {
  top: 172px;
  bottom: auto;
  left: auto;
  right: 54px;
}

.cta-overlay-image.rocket {
  width: 28%;
  top: 6%;
  right: 83px;
}

.cta-overlay-image.shot {
  top: auto;
  bottom: 74px;
  left: auto;
  right: 35px;
}

.banner-image-wrap {
  position: relative;
}

.service-banner-bg {
  filter: blur(100px);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.service-banner-bg.blue {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.service-process-grid-wrap {
  display: flex;
}

.service-process-grid {
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.process-point-wrap {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.process-point-flex {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.process-point-content {
  margin-bottom: 0;
}

.service-process-content-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.service-about, .blog-feature-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.blog-feature-wrap {
  border-radius: 10px;
  margin-top: 40px;
  padding: 60px;
}

.blog-grid {
  grid-column-gap: 70px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.category-and-date {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.category-and-date.blog {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.categories-wrap {
  color: #292930;
  border: 1px solid #292930;
  border-radius: 59px;
  padding: 10px 20px;
  font-family: Nunito, sans-serif;
  font-weight: 500;
  transition: background-color .2s;
}

.categories-wrap:hover {
  background-color: #ffdc60;
}

.blog-publish-date {
  color: #292930;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.blog-image {
  width: 100%;
  border-radius: 10px;
}

.newsletter-section {
  background-color: #292930;
  background-image: url('../images/blog-cta-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 992px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.subscribe-flex {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.subscribe-label {
  min-height: 69px;
  min-width: 350px;
  color: #fff;
  background-color: #5b5b61;
  border: 1px #d1d6db;
  border-radius: 7px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 5px 16px 5px 30px;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
}

.subscribe-label:hover, .subscribe-label:focus {
  border-color: #76879d;
}

.subscribe-label::-ms-input-placeholder {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.subscribe-label::placeholder {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.subscribe-title {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
}

.subscribe-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.newsletter-wrap {
  z-index: 2;
  position: relative;
}

.blog-cta-overlay {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-overlay-image {
  position: absolute;
}

.blog-overlay-image.circle {
  top: 77px;
  bottom: auto;
  left: 160px;
  right: auto;
}

.blog-overlay-image.megaphone {
  top: auto;
  bottom: 84px;
  left: 40px;
  right: 145px;
}

.blog-overlay-image.polygon {
  top: auto;
  bottom: 54px;
  left: 380px;
  right: auto;
}

.blog-overlay-image.goal {
  top: 83px;
  bottom: auto;
  left: auto;
  right: 75px;
}

.blog-overlay-image.star {
  top: auto;
  bottom: 93px;
  left: auto;
  right: 246px;
}

.blog-overlay-image.rocket {
  top: auto;
  bottom: 13px;
  left: auto;
  right: 385px;
}

.blog-overlay-image.outline {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(248, 189, 189, .38);
  border-radius: 100%;
  top: 87px;
  bottom: auto;
  left: auto;
  right: 349px;
}

.latest-blog-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.blog-tab-wrap {
  margin-top: -64px;
}

.tabs-menu {
  grid-column-gap: 20px;
  justify-content: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.blog-collection-list {
  margin-left: 0;
  margin-right: 0;
}

.blog-collection {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-wrap {
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  flex-direction: column;
  padding: 40px 40px 50px;
  transition: background-color .2s;
  display: flex;
}

.blog-wrap:hover {
  background-color: #fff3ca;
}

.blog-collection-item {
  padding: 20px;
}

.blog-tab-menu {
  color: #292930;
  background-color: #fff;
  border: 1.5px solid #292930;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.blog-tab-menu.w--current {
  color: #fff;
  background-color: #292930;
}

.blog-single-section {
  z-index: 2;
  margin-top: -400px;
  padding-bottom: 100px;
  position: relative;
}

.blog-single-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.blog-title {
  width: 850px;
  margin-bottom: 20px;
  font-weight: 700;
}

.author-flex {
  grid-column-gap: 10px;
  justify-content: flex-start;
  display: flex;
}

.author-image {
  border-radius: 100%;
}

.author-content-flex {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-author-wrap {
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.social-link-flex {
  grid-column-gap: 35px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.blog-content-wrap {
  width: 800px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.blog-share-wrap {
  border-top: 1px solid #f4f2f0;
  border-bottom: 1px solid #f4f2f0;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.share-content {
  font-size: 20px;
}

.blog-global-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.case-study-listing-section {
  padding-top: 120px;
  padding-bottom: 100px;
}

.case-study-whole-wrap {
  margin-top: 40px;
}

.case-grid-wrap {
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 40px;
}

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

.case-whole-wrap {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 3px 1px rgba(146, 146, 146, .32);
}

.case-platform-logo-wrap {
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.black-button {
  grid-column-gap: 10px;
  color: #fff;
  background-color: #292930;
  border-radius: 7px;
  flex-direction: row;
  padding: 20px 35px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.home-article-wrap {
  margin-bottom: 55px;
}

.case-study-banner-single {
  padding-top: 100px;
  padding-bottom: 0;
}

.case-image-and-date {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.case-logo-divider {
  width: 15px;
  height: 2px;
  background-color: #5956e8;
}

.case-study-date {
  color: #292930;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.case-banner-image-wrap {
  margin-top: 40px;
}

.case-client-wrap {
  border-bottom: 1px solid #ccc;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.case-study-single-content {
  padding-top: 70px;
  padding-bottom: 75px;
}

.case-study-content-wrap {
  width: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-card-wrap {
  margin-top: 60px;
  margin-bottom: 50px;
}

.contact-card-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.contact-card {
  width: 100%;
  background-image: linear-gradient(144deg, #e9f7ff 15%, #ffdbd4 53%, #fff3ca 88%);
  border-radius: 7px;
  padding: 25px;
}

.contact-inner-card {
  min-height: 230px;
  background-color: #fff;
  border-radius: 7px;
  padding: 30px 25px;
  box-shadow: 0 2px 3px 1px rgba(146, 146, 146, .32);
}

.card-title-wrap {
  border-bottom: 1px solid #ececec;
  justify-content: flex-start;
  padding-bottom: 15px;
  display: flex;
}

.card-title {
  color: #292930;
  background-color: #ffdc60;
  border-radius: 60px;
  padding: 10px 25px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.contact-card-content-wrap {
  grid-column-gap: 10px;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.contact-card-image {
  margin-top: 5px;
}

.contact-card-link {
  color: #555;
  transition: color .2s;
}

.contact-card-link:hover {
  color: #5956e8;
}

.contact-form-wrap {
  background-image: linear-gradient(174deg, #fff8f8, #f5f7ff);
  border-radius: 15px;
  padding: 60px;
}

.contact-form-block {
  margin-bottom: 0;
}

.contact-form-flex {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 30px;
  display: flex;
}

.contact-form-label {
  color: #292930;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.contact-form-field {
  min-height: 65px;
  color: #292930;
  border: 1px solid #dcdcdc;
  border-radius: 7px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.contact-form-field::-ms-input-placeholder {
  color: #555;
}

.contact-form-field::placeholder {
  color: #555;
}

.contact-form-field.message-wrap {
  min-height: 200px;
  padding-top: 30px;
}

.contact-form-label-wrap {
  width: 100%;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

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

.contact-accordion-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.accordion-paragraph {
  width: 100%;
  max-width: 90%;
  margin-bottom: 20px;
}

.accordion-trigger {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-content {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-item {
  width: 900px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #dcdcdc;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.accordion-item-title {
  color: #170f49;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
}

.accordion-arrow-wrap {
  min-height: 46px;
  min-width: 46px;
  background-color: #292930;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-bg {
  background-image: linear-gradient(151deg, #e9f7ff 7%, #ffdbd4 16%, #fff3ca 41%);
  border-radius: 14px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
}

._404-heading {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(111deg, #aeacff 12%, #ffdc60 42%, #ca87ff 69%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Nunito, sans-serif;
  font-size: 350px;
  font-weight: 800;
  line-height: .8;
  position: relative;
}

._404-heading.sub-title {
  z-index: 0;
  background-image: linear-gradient(137deg, rgba(51, 226, 255, .5), rgba(106, 147, 255, .38) 39%, rgba(253, 95, 178, .23) 69%);
  margin-left: 22px;
  position: absolute;
  bottom: auto;
  right: auto;
}

.error-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

._404-title-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._404-sub-title {
  z-index: 1;
  font-size: 40px;
  font-weight: 800;
}

._404-content-wrap {
  z-index: 2;
  margin-bottom: 40px;
  position: relative;
}

.password-utility-wrap {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.password-form-block {
  max-width: 100%;
  background-image: linear-gradient(117deg, #e9f7ff 18%, #ffdbd4 46%, #fff3ca);
  border-radius: 20px;
  padding: 50px;
}

.password-form {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 100px;
  display: flex;
  box-shadow: 0 2px 3px 1px rgba(146, 146, 146, .32);
}

.password-title {
  font-family: Nunito, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.password-text-field {
  width: 475px;
  min-height: 69px;
  background-color: #fafafa;
  border: 1px solid #dcdcdc;
  border-radius: 7px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
}

.password-text-field::-ms-input-placeholder {
  color: #555;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.password-text-field::placeholder {
  color: #555;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.password-label {
  width: 656px;
  font-weight: 400;
}

.password-flex {
  width: 72%;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.changelog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.changelog-whole-wrap {
  width: auto;
  background-image: linear-gradient(142deg, #e9f7ff 13%, #ffdbd4 50%, #fff3ca 79%);
  border-radius: 20px;
  padding: 50px;
}

.changelog-inner-wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 160px;
  box-shadow: 0 5px 20px 2px rgba(146, 146, 146, .25);
}

.changelog-wrap {
  background-color: #5956e8;
  border-radius: 20px;
  padding: 30px 20px;
}

.version-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.changelog-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 800;
}

.version-content {
  font-size: 20px;
  font-weight: 500;
}

.licenses-section {
  padding-top: 100px;
}

.license-type-wrap {
  background-image: linear-gradient(150deg, #fff8f8, #f5f7ff);
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 100px 80px 90px;
}

.icon-content-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding-top: 10px;
  display: flex;
}

.icon-point-wrap {
  margin-top: 50px;
}

.icon-point-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
}

.icon-point-title-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-link {
  color: #ff5d5d;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: underline;
  transition: color .2s;
}

.icon-link:hover {
  color: #5956e8;
}

.license-content {
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.license-content.unsplash {
  grid-column-gap: 5px;
  font-size: 18px;
}

.image-license {
  padding-top: 40px;
}

.image-license.pexels {
  padding-top: 20px;
}

.license-link {
  color: #5956e8;
  font-weight: 500;
  transition: color .2s;
}

.license-link:hover {
  color: #292930;
}

.license-sub-text {
  color: #5956e8;
  font-size: 18px;
  font-weight: 600;
}

.service-about-image {
  display: block;
  position: relative;
}

.service-process-flex {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.home-case-button {
  width: 449px;
  justify-content: center;
  display: flex;
}

.tab-title-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.contact-address-content {
  width: 245px;
  margin-bottom: 0;
}

.icon-point-flex {
  justify-content: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.password-image {
  width: 282px;
}

._404-content {
  width: 661.203px;
}

.banner-image {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  top: 220px;
  right: 0;
}

.banner-overlay-image {
  width: 523px;
}

.banner-overlay-decorative {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.banner-overlay-decorative.mic {
  width: 177px;
  top: -79px;
  left: 8px;
}

.banner-overlay-decorative.badge {
  width: 120px;
  top: auto;
  bottom: 19px;
  left: 56px;
  right: auto;
}

.banner-overlay-decorative.goal {
  width: 110px;
  top: auto;
  bottom: 0;
  left: auto;
  right: 31px;
}

.banner-overlay-decorative.triangle {
  top: auto;
  bottom: 10%;
  left: 40%;
  right: auto;
}

.banner-overlay-decorative.star {
  top: 17%;
  bottom: auto;
  left: auto;
  right: 3%;
}

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

.about-us-shadow {
  filter: blur(100px);
  position: absolute;
  top: auto;
  bottom: 14%;
  left: auto;
  right: 23%;
}

.service-shadow {
  display: none;
}

.popular-wrap {
  color: #292930;
  text-transform: uppercase;
  background-color: #ffdc60;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.banner-flex {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.blog-author-description {
  margin-bottom: 0;
}

.blog-banner-image {
  border-radius: 30px;
}

.banne-circle {
  width: 52px;
  height: 52px;
  background-color: #f8dfe4;
  border-radius: 100%;
  position: absolute;
  top: 247px;
  right: 668.5px;
}

.service-process-content-flex {
  grid-column-gap: 30px;
  display: flex;
}

.sub-banner-decorative.second {
  top: 54%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.tab-content-wrap {
  width: auto;
}

.process-grid {
  height: 100%;
  grid-row-gap: 35%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.process-flex {
  grid-column-gap: 87px;
  justify-content: space-between;
  display: flex;
}

.process-image-grid {
  width: 35%;
  order: -1;
}

.process-image-grid.right {
  order: 1;
}

.process-copy-grid {
  grid-column-gap: 117px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 60px;
  position: relative;
}

.about-team {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 25px 25px 30px;
  display: flex;
  position: relative;
}

.team-item {
  position: relative;
}

.success-message {
  color: #f6f6f6;
  background-color: #5956e8;
  border-radius: 10px;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
}

.error-message {
  color: #555;
  text-align: center;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
}

.license-title-link {
  color: #292930;
  transition: color .2s;
}

.license-title-link:hover {
  color: #5956e8;
}

.case-study-banner {
  border-radius: 30px;
}

.tab-content {
  color: #f6f6f6;
  margin-bottom: 0;
}

.more-template-badge {
  z-index: 999;
  margin-bottom: 10px;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 0%;
}

.buy-template-badge {
  z-index: 999;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: auto;
  right: 0%;
}

.text-span, .text-span-2, .text-span-4 {
  color: #ffdc60;
}

.text-span-5, .text-span-6 {
  color: #5956e8;
}

.div-block {
  margin-top: 0;
  padding: 100px;
}

.text-span-8 {
  font-size: 32px;
  font-weight: 600;
}

.link {
  font-weight: 700;
}

.cookie-banner {
  z-index: 999;
  max-width: 768px;
  background-color: #fff;
  margin: 48px;
  padding: 82px 48px 48px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
}

.heading-2 {
  font-size: 32px;
  font-weight: 700;
}

.lottie-wrapper {
  position: relative;
}

.lottie-animation {
  width: 96px;
  height: 96px;
  margin-left: -16px;
  padding-left: 0;
  position: absolute;
  bottom: -16px;
  left: 0;
}

@media screen and (min-width: 1280px) {
  .banner-title-area, .banner-title-area.service-page {
    min-height: 605px;
  }

  .container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    width: 72%;
    grid-column-gap: 50px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-link {
    font-size: 18px;
  }

  .nav-link.w--current {
    color: #5956e8;
  }

  .nav-link-flex {
    grid-column-gap: 10px;
  }

  .nav-button-flex {
    grid-column-gap: 40px;
  }

  .sub-banner-content-flex {
    padding-top: 240px;
  }

  .banner-center-circle {
    width: 665px;
    height: 665px;
    bottom: -232px;
  }

  .banner-text {
    font-size: 55px;
  }

  .style-guide-section {
    padding-top: 180px;
  }

  .style-guide-wrap {
    padding-bottom: 140px;
  }

  .style-line-break {
    display: block;
  }

  .style-guide-color-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .color-swatch.primary {
    background-color: #ffdc60;
  }

  .color-swatch.secondary {
    background-color: #5956e8;
  }

  .color-swatch.title {
    background-color: #292930;
  }

  .color-swatch.content {
    background-color: #555;
  }

  .color-swatch.background {
    background-color: #f6f6f6;
  }

  .primary-button.nav-bar {
    padding: 20px 35px;
    font-size: 18px;
  }

  .button-flex.style-guide {
    flex-direction: row;
  }

  .footer {
    padding-bottom: 60px;
  }

  .footer-grid {
    grid-column-gap: 98px;
    grid-row-gap: 16px;
  }

  .footer-cta-wrap {
    padding: 40px 55px 45px 50px;
  }

  .footer-contact-wrap {
    justify-content: space-between;
  }

  .footer-phone-link {
    width: 280px;
    padding: 10px 30px;
  }

  .footer-contact-content {
    width: 319px;
  }

  .footer-page-wrap {
    grid-column-gap: 0px;
  }

  .banner {
    padding-bottom: 170px;
  }

  .banner-content-wrap.home-page {
    padding-top: 170px;
  }

  .service-section {
    padding-top: 150px;
    padding-bottom: 130px;
  }

  .service-section.service-page {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .section-title-wrap.home-about-section {
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 0;
    display: flex;
  }

  .title-width {
    width: 506px;
  }

  .title-width.home-service, .title-width.case-study-title {
    width: 750px;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-content-title.about-button-content {
    font-size: 25px;
  }

  .section-content-title.blog-page-title {
    margin-bottom: 10px;
    display: block;
  }

  .home-about-section {
    background-image: none;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .home-about-grid {
    grid-column-gap: 0px;
    grid-template-columns: .75fr 1fr;
    justify-items: end;
  }

  .home-about-image-wrap {
    left: -66px;
  }

  .home-about-image {
    z-index: 1;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .home-about-content-wrap, .expert-content-flex {
    width: auto;
  }

  .process-section.service-single {
    padding-bottom: 150px;
  }

  .process-wrap {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .process-wrap.service-single {
    padding: 100px 80px 120px;
  }

  .process-content-wrap.left {
    margin-top: -76px;
  }

  .testimonial-section {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .case-study-section {
    padding-top: 160px;
    padding-bottom: 170px;
  }

  .case-tab-wrap {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .tabs {
    flex-direction: row;
  }

  .case-tab-menu {
    flex-direction: column;
  }

  .case-tab-pane {
    width: 580px;
    padding: 60px;
  }

  .case-tab-link {
    width: 530px;
  }

  .case-tab-link.w--current {
    width: 530px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
  }

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

  .pricing-section {
    padding-top: 120px;
    padding-bottom: 95px;
  }

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

  .pricing-title {
    font-size: 45px;
  }

  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-overlay-image {
    display: block;
  }

  .articles-section {
    padding-bottom: 140px;
  }

  .about-section {
    background-image: none;
    padding-top: 115px;
    padding-bottom: 150px;
    overflow: hidden;
  }

  .about-grid {
    grid-template-columns: 1fr 1.75fr;
  }

  .about-button-flex {
    grid-column-gap: 20px;
    flex-direction: row;
    padding-top: 30px;
  }

  .about-button {
    padding: 15px 20px;
  }

  .about-image {
    position: absolute;
  }

  .values-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .team-section {
    padding-top: 150px;
    padding-bottom: 160px;
  }

  .about-team-bg {
    padding-bottom: 50px;
  }

  .team-social-wrap {
    margin-top: 10px;
  }

  .location-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .our-office-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .address-wrap {
    padding-left: 40px;
  }

  .cta-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .cta-title {
    font-size: 45px;
  }

  .cta-circle {
    width: 600px;
    height: 600px;
    top: -41px;
    right: -161px;
  }

  .cta-overlay-image.ploygon {
    bottom: 58px;
    right: 249px;
  }

  .cta-overlay-image.star {
    top: 172px;
    right: 54px;
  }

  .cta-overlay-image.rocket {
    width: 415.5px;
    top: 0%;
    right: 114px;
  }

  .cta-overlay-image.shot {
    width: 90.5px;
    bottom: 74px;
    right: 35px;
  }

  .service-process-grid {
    grid-column-gap: 42px;
    grid-template-columns: 1.5fr 1.5fr;
  }

  .service-about, .blog-feature-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .blog-feature-wrap {
    margin-top: 60px;
    padding: 80px;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .category-and-date {
    margin-bottom: 20px;
  }

  .newsletter-section {
    padding-top: 170px;
    padding-bottom: 171px;
  }

  .latest-blog-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .blog-single-section {
    padding-bottom: 150px;
  }

  .blog-title {
    width: 850px;
  }

  .blog-global-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .case-study-listing-section {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .case-study-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-study-banner-single {
    padding-top: 110px;
  }

  .case-study-content-wrap {
    width: 950px;
  }

  .contact-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .contact-card-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-form-wrap {
    padding: 90px 100px 100px;
  }

  .contact-form-field.message-wrap {
    min-height: 250px;
  }

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

  .error-section {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .password-utility-wrap {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .password-form-block {
    max-width: 1200px;
  }

  .changelog-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .changelog-whole-wrap {
    width: 1000px;
    padding: 50px;
  }

  .changelog-inner-wrap {
    padding: 60px 130px 60px 160px;
  }

  .licenses-section {
    padding-top: 150px;
  }

  .license-type-wrap {
    margin-bottom: 150px;
  }

  .service-about-image {
    z-index: 1;
    position: absolute;
  }

  .home-case-button {
    width: auto;
  }

  .banner-image {
    top: 199px;
  }

  .banner-overlay-decorative.mic {
    top: -4px;
    left: 8px;
  }

  .banner-overlay-decorative.badge {
    bottom: 85px;
    left: 0;
  }

  .banner-overlay-decorative.goal {
    bottom: 0;
    right: 31px;
  }

  .service-shadow {
    filter: blur(100px);
    display: block;
    position: absolute;
    top: auto;
    bottom: 14%;
    left: 20%;
    right: auto;
  }

  .popular-wrap {
    border-radius: 9px;
    padding: 10px 13px;
    top: 20px;
    right: 20px;
  }

  .service-process-content-flex {
    grid-column-gap: 50px;
  }

  .tab-content-wrap {
    width: 448px;
  }

  .process-flex {
    align-items: flex-start;
  }
}

@media screen and (min-width: 1440px) {
  .banner-text {
    font-size: 60px;
  }

  .footer-phone-link {
    width: 280px;
  }

  .home-about-section {
    background-position: 6% 111%;
  }

  .pricing-title {
    font-size: 50px;
  }

  .about-section {
    background-image: none;
  }

  .about-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-auto-flow: column;
  }

  .about-button {
    height: 78px;
  }

  .blog-single-section {
    margin-top: -400px;
  }

  .contact-form-field.message-wrap {
    min-height: 300px;
  }

  .license-content {
    font-size: 20px;
  }

  .banner-image {
    top: 244px;
    right: 7px;
  }

  .banne-circle {
    right: 770.5px;
  }

  .text-span-9 {
    font-size: 26px;
    font-weight: 500;
  }

  .column {
    justify-content: flex-end;
    display: flex;
  }

  .column-2 {
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu {
    width: 71%;
  }

  .nav-link {
    background-image: none;
  }

  .nav-link.w--current {
    background-image: url('../images/nav-link-bottom.svg');
  }

  .nav-dropdown-icon {
    line-height: 20px;
  }

  .sub-banner-bg-main-circle.style-guide-circle {
    right: 86px;
  }

  .banner-text {
    font-size: 70px;
  }

  .sub-banner-decorative {
    bottom: 153px;
  }

  .sub-banner-decorative-two {
    right: 197px;
  }

  .style-guide-wrap {
    justify-content: space-between;
  }

  .sub-title-content {
    letter-spacing: .2em;
  }

  .style-guide-color-wrap {
    grid-column-gap: 50px;
  }

  .yellow-button {
    max-width: none;
    justify-content: center;
  }

  .footer-logo.w--current {
    justify-content: flex-start;
  }

  .hero-section {
    background-image: linear-gradient(299deg, #ffdbd4, #e9f7ff 82%);
  }

  .banner {
    padding-bottom: 140px;
  }

  .banner-content-wrap.home-page {
    padding-top: 170px;
    padding-bottom: 150px;
  }

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

  .banner-image {
    width: 789px;
    height: 761.359px;
    top: 36px;
    right: -323px;
  }

  .banner-circle {
    width: 1200px;
    height: 1200px;
    background-position: 33%;
    top: -212px;
    right: -376px;
  }

  .banner-decorative {
    bottom: 120px;
    left: 786px;
  }

  .banner-decorative-circle {
    bottom: 246px;
    left: 116px;
  }

  .section-title-wrap.center-align {
    text-align: center;
  }

  .title-width {
    text-align: left;
  }

  .title-width.article, .title-width.about-value, .title-width.service-page, .title-width.full-width {
    text-align: center;
  }

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

  .service-card {
    padding-left: 20px;
    transform: translate(0);
  }

  .section-content-title {
    font-size: 28px;
    font-weight: 700;
  }

  .section-content-title.white {
    font-size: 26px;
  }

  .section-content-title.margin-top-zero {
    flex-direction: row;
    display: block;
  }

  .home-about-section {
    background-position: 22% -57%;
    background-size: 991px;
  }

  .home-about-image-wrap {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .tabs-content {
    width: 60%;
  }

  .benefit-overlay-image {
    left: 358px;
  }

  .about-section {
    background-image: none;
  }

  .about-grid {
    background-position: -76% 23%;
  }

  .sub-banner-bg-circle-left {
    left: 599px;
  }

  .sub-banner-bg-circle-left.about-us-bg {
    bottom: -3%;
  }

  .value-slider-arrow {
    width: 70px;
    height: 70px;
    background-color: #454545;
    border-radius: 100%;
    font-size: 23px;
    left: -61px;
  }

  .our-office-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: space-between;
    display: grid;
  }

  .address-wrap {
    width: 80%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .flag-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .sub-banner-bg-circle-right {
    right: 620px;
  }

  .sub-banner-bg-circle-right.style-guide-bg {
    right: 536px;
  }

  .sub-banner-bg-circle-right.service-bg {
    right: 568px;
  }

  .service-process-grid {
    grid-template-columns: 1.5fr 1.5fr;
  }

  .service-about {
    background-position: 15% 11%;
    background-size: 1046px;
  }

  .blog-overlay-image.circle {
    left: 320px;
  }

  .blog-overlay-image.megaphone {
    left: 132px;
  }

  .blog-overlay-image.polygon {
    bottom: 61px;
    left: 650px;
  }

  .blog-overlay-image.star {
    bottom: 150px;
    right: 282px;
  }

  .blog-overlay-image.rocket {
    bottom: 33px;
    right: 601px;
  }

  .blog-overlay-image.outline {
    top: 102px;
    right: 514px;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

  .service-about-image {
    display: block;
  }

  .banner-image {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 167px;
    right: 0;
  }

  .banner-overlay-image {
    width: 621px;
  }

  .banner-overlay-decorative.mic {
    width: 218px;
  }

  .banner-overlay-decorative.badge {
    width: 165px;
    bottom: 107px;
  }

  .banner-overlay-decorative.goal {
    width: 136px;
    right: 46px;
  }

  .banner-overlay-decorative.triangle {
    bottom: 17%;
    left: 36%;
  }

  .banner-overlay-decorative.star {
    top: 21%;
    right: 13%;
  }

  .banne-circle {
    right: 992.5px;
  }

  .paragraph {
    font-weight: 500;
  }

  .heading {
    font-size: 30px;
    font-weight: 800;
  }

  .text-span, .text-span-2 {
    color: #ffdc60;
  }

  .text-span-3, .text-span-7 {
    color: #5956e8;
  }

  .column, .column-2 {
    display: block;
  }

  .cookie-banner {
    flex-direction: column;
    display: flex;
  }

  .div-block-2 {
    max-width: 200px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 33px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 23px;
  }

  blockquote {
    padding-left: 100px;
    padding-right: 100px;
  }

  .banner-title-area {
    min-height: 521px;
  }

  .banner-title-area.service-page {
    min-height: 509px;
  }

  .banner-title-area.blog-post-banner {
    min-height: 467px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-brand {
    width: auto;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 36px;
  }

  .nav-link {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    align-self: stretch;
    padding: 15px 5px;
  }

  .nav-link:hover {
    color: #5956e8;
  }

  .nav-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .menu-button {
    color: #fff;
    background-color: #5956e8;
    border-radius: 10px;
    padding: 12px;
    font-size: 35px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #ffdc60;
  }

  .nav-dropdown-toggle {
    grid-column-gap: 20px;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-dropdown-list.w--open {
    background-color: #fff;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    position: relative;
    left: 0;
  }

  .nav-dropdown-menu-link {
    margin-left: 0;
  }

  .nav-link-flex {
    flex-direction: column;
  }

  .nav-dropdown-icon {
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .nav-bar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-button-flex {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .sub-banner-content-flex {
    padding-top: 198px;
  }

  .sub-banner-content-flex.service-banner {
    padding-top: 169px;
  }

  .banner-text {
    font-size: 45px;
  }

  .sub-banner-decorative {
    left: 32px;
  }

  .sub-banner-decorative.first {
    bottom: 208px;
    left: 68px;
  }

  .sub-banner-decorative-two {
    right: 77px;
  }

  .style-guide-section {
    padding-top: 100px;
  }

  .style-guide-wrap {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding-bottom: 100px;
  }

  .style-line-break {
    display: none;
  }

  .style-guide-title {
    font-size: 40px;
  }

  .primary-button, .secondary-button, .yellow-button {
    padding: 15px 25px;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .footer-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .footer-cta-wrap {
    width: auto;
  }

  .footer-cta-image-wrap {
    justify-content: flex-start;
  }

  .footer-contact-wrap {
    justify-content: space-between;
  }

  .banner {
    padding-bottom: 100px;
  }

  .banner-content-wrap.home-page {
    padding-top: 80px;
  }

  .banner-grid {
    grid-template-columns: 1.25fr;
  }

  .banner-image {
    position: static;
  }

  .service-section.service-page {
    padding-top: 100px;
  }

  .section-title-wrap.flex {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title-wrap.home-about-section {
    padding-top: 0;
  }

  .service-title-flex {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .white-button {
    align-items: center;
  }

  .title-width {
    width: auto;
  }

  .title-width.home-service {
    width: 100%;
  }

  .title-width.case-study-title, .title-width.service-page {
    width: auto;
  }

  .section-title, .section-title.white {
    font-size: 35px;
  }

  .service-card-wrap {
    margin-top: 40px;
  }

  .service-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

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

  .card-image-wrap {
    width: 150px;
    height: 150px;
  }

  .section-content-title {
    font-size: 26px;
  }

  .section-content-title.margin-top-zero {
    font-size: 20px;
  }

  .section-content-title.blog-page-title {
    font-size: 24px;
  }

  .home-about-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-about-grid {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-about-image {
    display: block;
    position: static;
  }

  .home-about-content-wrap {
    width: auto;
  }

  .expert-wrap {
    padding-left: 0;
  }

  .expert-content-flex {
    width: 100%;
  }

  .process-section.service-single {
    padding-bottom: 100px;
  }

  .process-wrap {
    border-radius: 10px;
    padding: 100px 20px;
  }

  .process-wrap.service-single {
    padding: 0 60px 60px;
  }

  .process-grid-center {
    display: none;
  }

  .process-grid-center.service-single {
    display: flex;
  }

  .process-content-wrap {
    text-align: left;
    padding-top: 0;
  }

  .process-content-wrap.left {
    padding-top: 0;
  }

  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-slide {
    width: 100%;
  }

  .testimonial-arrow.left, .testimonial-arrow.right {
    top: -171px;
  }

  .case-study-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .case-tab-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tabs {
    flex-direction: column;
  }

  .case-study-image {
    width: 100%;
  }

  .case-tab-link {
    width: auto;
  }

  .tab-title {
    font-size: 28px;
  }

  .tabs-content {
    width: auto;
    justify-content: space-between;
    display: block;
  }

  .client-project-grid {
    grid-column-gap: 100px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .client-title {
    font-size: 30px;
  }

  .pricing-section {
    padding-bottom: 60px;
  }

  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-title {
    font-size: 35px;
  }

  .benefit-section {
    padding-top: 60px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .benefit-overlay-image {
    display: none;
  }

  .articles-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-section {
    padding-bottom: 100px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .sub-banner-bg-circle-left.style-guide-bg {
    left: 90px;
  }

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

  .value-mask {
    width: 404px;
  }

  .value-slider-arrow {
    left: -29px;
  }

  .team-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .our-office-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-wrap {
    padding: 60px 40px;
  }

  .cta-title {
    font-size: 40px;
  }

  .cta-circle {
    width: 400px;
    height: 400px;
    top: -4px;
  }

  .cta-overlay-image.rocket {
    top: 27%;
    right: 62px;
  }

  .cta-overlay-image.shot {
    bottom: 41px;
    right: 11px;
  }

  .service-process-grid {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  .service-about {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blog-feature-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blog-feature-wrap {
    padding: 40px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .category-and-date {
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .categories-wrap {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .newsletter-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .subscribe-title {
    font-size: 40px;
  }

  .blog-overlay-image.circle, .blog-overlay-image.goal {
    display: none;
  }

  .latest-blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blog-tab-wrap {
    margin-top: 20px;
  }

  .tabs-menu {
    justify-content: flex-start;
  }

  .blog-wrap {
    min-height: 515px;
    border-radius: 15px;
    padding: 20px;
  }

  .blog-collection-item {
    padding: 10px;
  }

  .blog-single-section {
    margin-top: -316px;
  }

  .blog-title {
    width: auto;
  }

  .blog-content-wrap {
    width: 100%;
  }

  .case-study-listing-section {
    padding-top: 100px;
  }

  .case-grid-wrap {
    margin-bottom: 40px;
    padding: 40px;
  }

  .case-study-grid {
    grid-template-columns: 1fr;
  }

  .case-study-banner-single {
    padding-top: 80px;
  }

  .case-client-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .case-client-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-study-single-content {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .contact-card-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .contact-form-wrap {
    padding: 40px;
  }

  .contact-form-block {
    background-color: rgba(0, 0, 0, 0);
  }

  .contact-form-flex {
    grid-column-gap: 30px;
    align-items: center;
  }

  .accordion-paragraph {
    max-width: 100%;
  }

  .accordion-item {
    width: auto;
  }

  .accordion-item-title {
    max-width: 88%;
  }

  ._404-heading {
    text-align: center;
    font-size: 300px;
  }

  ._404-title-wrap {
    justify-content: center;
    display: flex;
  }

  .password-utility-wrap {
    padding: 100px 30px;
  }

  .password-form-block {
    max-width: 100%;
  }

  .password-form {
    align-items: center;
    padding: 60px 40px;
  }

  .password-title {
    font-size: 35px;
  }

  .password-text-field {
    width: 100%;
    align-self: stretch;
  }

  .password-label {
    width: auto;
  }

  .changelog-whole-wrap {
    width: auto;
    padding: 30px;
  }

  .changelog-inner-wrap {
    padding: 40px 100px;
  }

  .license-type-wrap {
    padding: 60px 40px;
  }

  .icon-point-wrap {
    width: auto;
  }

  .icon-point-title-wrap {
    grid-column-gap: 30px;
    justify-content: flex-start;
  }

  .service-about-image {
    display: block;
  }

  .case-study-flex {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-case-button {
    width: auto;
  }

  .icon-point-flex {
    margin-bottom: 20px;
  }

  .password-image {
    width: 250px;
  }

  ._404-content {
    width: auto;
  }

  .banner-image {
    height: auto;
    position: relative;
    top: 0;
    right: -53px;
  }

  .banner-overlay-decorative.mic {
    width: 153px;
    top: -62px;
  }

  .banner-overlay-decorative.badge {
    width: 100px;
    bottom: 45px;
  }

  .banner-overlay-decorative.goal {
    width: 92px;
    right: 7px;
  }

  .popular-wrap {
    font-size: 15px;
    top: 20px;
    right: 20px;
  }

  .banne-circle {
    top: 150px;
    right: 573px;
  }

  .sub-banner-decorative.second {
    right: 6%;
  }

  .process-grid {
    display: none;
  }

  .div-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cookie-banner {
    flex-direction: column;
    margin-bottom: 24px;
    margin-left: 24px;
    margin-right: 24px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  p {
    font-size: 17px;
  }

  ul, ol {
    text-align: left;
    font-size: 16px;
  }

  li {
    font-size: 17px;
  }

  blockquote {
    background-position: 50% 19%;
    padding: 100px 80px 40px;
  }

  .banner-title-area {
    min-height: 426px;
  }

  .banner-title-area.service-page {
    min-height: 425px;
  }

  .banner-title-area.blog-post-banner {
    min-height: 450px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.dropdown-nav {
    width: 25%;
  }

  .menu-button {
    color: #fff;
    background-color: #5956e8;
  }

  .menu-button.w--open {
    color: #292930;
    background-color: #ffdc60;
  }

  .sub-banner-content-flex {
    padding-top: 131px;
  }

  .sub-banner-content-flex.service-banner {
    padding-top: 138px;
  }

  .banner-center-circle {
    width: 450px;
    height: 450px;
    background-size: 350px;
  }

  .banner-text {
    font-size: 40px;
  }

  .sub-banner-decorative {
    z-index: 3;
    bottom: 127px;
    left: 14px;
  }

  .sub-banner-decorative.first {
    bottom: 142px;
    left: -6px;
  }

  .sub-banner-decorative-two {
    bottom: 199px;
    right: 37px;
  }

  .style-guide-section {
    padding-top: 80px;
  }

  .style-guide-wrap {
    padding-bottom: 80px;
  }

  .style-guide-title-wrap {
    text-align: center;
  }

  .section-sub-title.banner-sub-title {
    justify-content: center;
  }

  .style-guide-color-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-title {
    font-size: 33px;
  }

  .button-flex {
    justify-content: center;
  }

  .button-flex.about-page {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .button-flex.cta {
    justify-content: center;
  }

  .yellow-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer {
    text-align: left;
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .footer-cta-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-logo, .footer-cta-image-wrap {
    justify-content: flex-start;
  }

  .footer-contact-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-contact {
    min-height: auto;
    grid-row-gap: 15px;
  }

  .footer-phone-link {
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    display: flex;
  }

  .footer-contact-content {
    width: auto;
  }

  .footer-page-wrap {
    grid-column-gap: 105px;
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .banner {
    padding-bottom: 80px;
  }

  .banner-content-wrap.home-page {
    padding-top: 60px;
  }

  .banner-grid.service-single {
    grid-template-columns: 1fr;
  }

  .banner-content-flex {
    text-align: center;
  }

  .banner-image.service-single {
    margin-left: 0;
    margin-right: 0;
  }

  .banner-circle {
    background-position: 15%;
    right: -460px;
  }

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

  .service-section.service-page {
    padding-top: 80px;
  }

  .section-title-wrap.home-about-section {
    flex-direction: column;
  }

  .section-title-wrap.center-align {
    grid-row-gap: 20px;
  }

  .white-button {
    align-items: center;
    padding: 15px 20px;
  }

  .title-width, .title-width.case-study-title, .title-width.article, .title-width.about-value {
    width: auto;
  }

  .title-width.our-office-title {
    width: 100%;
  }

  .title-width.single-process, .title-width.service-single {
    width: auto;
  }

  .section-title.white {
    font-size: 32px;
  }

  .service-card-wrap {
    margin-top: 40px;
  }

  .service-grid {
    grid-row-gap: 50px;
  }

  .service-card {
    height: 440px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .service-card.about-us-value {
    width: 100%;
  }

  .card-image-wrap {
    width: 125px;
    height: 125px;
  }

  .section-content-title {
    font-size: 24px;
  }

  .section-content-title.author-title {
    font-size: 20px;
  }

  .section-content-title.about-button-content {
    color: #fff;
    font-size: 18px;
  }

  .section-content-title.blog-page-title {
    display: block;
  }

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

  .home-about-grid {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-about-image {
    position: relative;
  }

  .home-about-content-wrap {
    padding-right: 0;
  }

  .expert-content-flex {
    width: 87.7101%;
  }

  .expert-content, .expert-line-break {
    width: auto;
  }

  .expert-flex {
    width: 100%;
    text-align: left;
  }

  .process-section.service-single {
    padding-bottom: 80px;
  }

  .process-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .process-wrap.service-single {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .process-content-wrap {
    width: 100%;
    text-align: center;
  }

  .process-content-wrap.left {
    text-align: center;
  }

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

  .home-slide {
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .testimonial-arrow.left {
    font-size: 16px;
    top: auto;
    bottom: -16%;
    left: 30%;
    right: auto;
  }

  .testimonial-arrow.right {
    font-size: 16px;
    top: auto;
    bottom: -16%;
    left: auto;
    right: 30%;
  }

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

  .case-tab-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .case-tab-pane {
    padding: 20px;
  }

  .tab-arrow {
    top: 14px;
  }

  .case-tab-link {
    padding: 25px 10px 25px 20px;
  }

  .tab-sub-title {
    margin-bottom: 0;
  }

  .tab-title {
    margin-bottom: 0;
    font-size: 25px;
  }

  .client-project-wrap {
    padding-top: 60px;
  }

  .client-project-grid {
    grid-column-gap: 20px;
    text-align: left;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .client-title {
    font-size: 25px;
  }

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

  .pricing-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .pricing-title-wrap {
    text-align: left;
  }

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

  .benefit-whole-wrap {
    padding-bottom: 80px;
  }

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

  .sub-banner-bg-circle-left.style-guide-bg {
    bottom: -10%;
    left: -48px;
  }

  .about-button-flex {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .value-slide {
    width: 100%;
  }

  .value-slider-arrow {
    left: -16px;
  }

  .about-client-section, .team-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-team-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-team-bg {
    padding: 20px;
  }

  .team-social-wrap {
    margin-top: 0;
  }

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

  .address-wrap {
    text-align: left;
    border-radius: 15px;
  }

  .address-link-wrap {
    align-items: flex-start;
  }

  .address-link {
    justify-content: center;
    font-size: 18px;
  }

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

  .cta-wrap {
    text-align: center;
    padding: 40px 20px;
  }

  .cta-title {
    font-size: 35px;
  }

  .cta-title-wrap {
    width: auto;
  }

  .cta-circle {
    width: 350px;
    height: 350px;
    display: none;
    top: 2px;
  }

  .cta-overlay-image.ploygon {
    bottom: 35px;
    right: 168px;
  }

  .cta-overlay-image.star {
    right: 22px;
  }

  .cta-overlay-image.rocket {
    width: 100px;
    top: 36%;
  }

  .cta-overlay-image.shot {
    width: 70px;
    display: none;
  }

  .service-banner-bg {
    display: none;
  }

  .service-about, .blog-feature-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-feature-wrap {
    text-align: left;
    padding: 30px;
  }

  .category-and-date {
    flex-direction: row;
  }

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

  .subscribe-title {
    font-size: 35px;
  }

  .subscribe-wrap {
    margin-top: 20px;
  }

  .blog-cta-overlay {
    display: none;
  }

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

  .blog-tab-wrap {
    margin-top: 20px;
  }

  .tabs-menu {
    grid-column-gap: 20px;
  }

  .blog-wrap {
    min-height: auto;
    text-align: left;
  }

  .blog-collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-tab-menu {
    align-items: center;
    padding: 10px;
  }

  .blog-tab-menu.w--current {
    padding: 10px 20px;
  }

  .blog-single-section {
    margin-top: -289px;
    padding-bottom: 80px;
  }

  .blog-title {
    width: auto;
    font-size: 30px;
  }

  .social-link-flex {
    grid-column-gap: 20px;
  }

  .blog-content-wrap {
    padding-top: 40px;
  }

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

  .case-study-listing-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .case-grid-wrap {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }

  .black-button {
    padding: 15px 20px;
  }

  .case-client-wrap, .case-study-single-content {
    padding-top: 20px;
  }

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

  .contact-card-grid {
    justify-items: stretch;
  }

  .contact-inner-card {
    min-height: auto;
  }

  .contact-card-content-wrap {
    grid-row-gap: 10px;
    text-align: left;
    flex-direction: column;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .contact-form-flex {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form-field.message-wrap {
    min-height: 220px;
  }

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

  .contact-accordion-wrap {
    text-align: left;
  }

  .accordion-paragraph {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item-title {
    max-width: 80%;
    font-size: 18px;
  }

  ._404-heading {
    font-size: 250px;
  }

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

  ._404-sub-title {
    font-size: 35px;
  }

  .password-utility-wrap {
    padding: 80px 20px;
  }

  .password-form-block {
    margin-bottom: 0;
    padding: 20px;
  }

  .password-form {
    padding: 40px;
  }

  .password-title {
    font-size: 30px;
  }

  .password-text-field {
    width: 100%;
    margin-bottom: 0;
  }

  .password-flex {
    width: 100%;
    align-items: stretch;
  }

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

  .changelog-whole-wrap {
    text-align: left;
  }

  .changelog-inner-wrap {
    padding: 20px;
  }

  .changelog-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .changelog-title {
    font-size: 40px;
  }

  .version-content {
    font-size: 18px;
  }

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

  .license-type-wrap {
    margin-bottom: 60px;
    padding: 20px 20px 40px;
  }

  .icon-point-wrap {
    text-align: left;
  }

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

  .password-image {
    width: 200px;
  }

  .banner-image {
    width: auto;
    height: auto;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
    right: 0;
  }

  .banner-overlay-image {
    width: 375px;
  }

  .banner-overlay-decorative.mic {
    left: 0;
  }

  .banner-overlay-decorative.badge {
    width: 93px;
    bottom: 10px;
    left: 0;
  }

  .banner-overlay-decorative.goal {
    width: 83px;
  }

  .banner-overlay-decorative.triangle {
    bottom: 0%;
  }

  .about-us-shadow {
    display: none;
  }

  .popular-wrap {
    font-size: 14px;
  }

  .blog-banner-image {
    border-radius: 15px;
  }

  .service-process-content-flex {
    grid-column-gap: 20px;
  }

  .sub-banner-decorative.second {
    top: 55%;
    bottom: auto;
    left: auto;
    right: 6%;
  }

  .process-flex {
    flex-direction: column;
    align-items: center;
  }

  .process-image-grid {
    width: 100%;
  }

  .process-image-grid.right {
    order: -1;
  }

  .process-copy-grid {
    grid-row-gap: 53px;
  }

  .case-study-banner {
    border-radius: 15px;
  }

  .cookie-banner {
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  ul, ol {
    padding-left: 30px;
  }

  blockquote {
    padding: 100px 20px 40px;
    font-size: 16px;
  }

  .banner-title-area {
    min-height: 355px;
  }

  .banner-title-area.service-page {
    min-height: 365px;
  }

  .banner-title-area.blog-post-banner {
    background-image: linear-gradient(297deg, #ffdbd4, #f5e9ff 79%);
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    grid-column-gap: 20px;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.dropdown-nav {
    width: 40%;
  }

  .menu-button {
    font-size: 25px;
  }

  .nav-dropdown-list.w--open {
    background-color: #fff;
  }

  .nav-dropdown-menu-link {
    font-size: 16px;
  }

  .banner-overlay.blog-post-banner {
    display: none;
  }

  .sub-banner-content-flex.service-banner {
    padding-top: 128px;
  }

  .banner-center-circle {
    width: 280px;
    height: 280px;
    background-size: 204px;
    bottom: -85px;
  }

  .banner-text {
    font-size: 38px;
  }

  .banner-text.sub-text {
    margin-top: -9px;
  }

  .sub-banner-decorative, .sub-banner-decorative-two {
    display: none;
  }

  .style-guide-wrap {
    grid-row-gap: 30px;
  }

  .style-guide-title-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .section-sub-title.mobile-center {
    text-align: center;
    justify-content: center;
  }

  .style-guide-color-wrap {
    grid-template-columns: 1fr;
  }

  .color-title {
    font-size: 24px;
  }

  .style-guide-title {
    font-size: 25px;
    font-weight: 600;
  }

  .button-flex {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .button-flex.center-flex {
    align-items: stretch;
    margin-bottom: 0;
  }

  .button-flex.cta {
    align-items: stretch;
    margin-top: 20px;
  }

  .button-flex.style-guide {
    align-items: stretch;
  }

  .footer-cta-wrap {
    padding: 20px;
  }

  .footer-logo {
    width: 200px;
  }

  .footer-cta-image-wrap {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .footer-cta-image {
    width: 167px;
  }

  .subscribe-form {
    align-self: stretch;
  }

  .footer-cta-subcribe-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-form-input {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .hero-form-input::-ms-input-placeholder {
    font-size: 16px;
  }

  .hero-form-input::placeholder {
    font-size: 16px;
  }

  .footer-contact-wrap {
    padding-bottom: 40px;
  }

  .footer-contact-content {
    width: auto;
  }

  .footer-page-wrap {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .footer-page-link.w--current {
    color: #ffdc60;
  }

  .copyright-wrap {
    padding-bottom: 0;
  }

  .banner-grid.service-single {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .banner-circle {
    background-position: 50%;
  }

  .service-section {
    padding-bottom: 60px;
  }

  .section-title-wrap.flex {
    text-align: center;
    align-items: center;
  }

  .section-title-wrap.home-about-section {
    padding-top: 0;
  }

  .service-title-flex {
    align-items: stretch;
  }

  .white-button {
    justify-content: center;
  }

  .section-title {
    font-size: 30px;
  }

  .section-title.white {
    font-size: 28px;
  }

  .service-grid {
    grid-row-gap: 30px;
  }

  .service-card {
    height: auto;
    text-align: center;
    border-radius: 15px;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    display: flex;
  }

  .service-card.about-us-value {
    width: auto;
  }

  .card-image-wrap {
    width: 100px;
    height: 100px;
  }

  .service-card-content-wrap.about-service {
    padding-bottom: 10px;
  }

  .section-content-title, .section-content-title.white, .section-content-title.margin-top-zero {
    font-size: 22px;
  }

  .section-content-title.blog-page-title {
    line-height: 1.3;
  }

  .card-button {
    margin-top: 20px;
    padding: 15px 20px;
  }

  .home-about-grid {
    grid-row-gap: 30px;
  }

  .expert-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .expert-image-wrap, .expert-image-wrap.second-wrap {
    margin-top: 20px;
  }

  .expert-content-flex {
    width: auto;
    margin-top: 0;
    padding-left: 0;
  }

  .expert-content {
    margin-top: 0;
  }

  .expert-line-break {
    display: none;
  }

  .expert-flex {
    flex-direction: column;
  }

  .process-wrap {
    padding: 60px 20px 50px;
  }

  .process-wrap.service-single {
    padding: 40px 20px 20px;
  }

  .process-grid-center.service-single {
    display: none;
  }

  .process-content-wrap {
    width: auto;
  }

  .home-slide {
    margin-left: 0;
    margin-right: 10px;
    padding: 20px;
  }

  .testimonial-arrow {
    width: 60px;
    height: 60px;
  }

  .testimonial-arrow.left {
    bottom: -15%;
    left: 9%;
  }

  .testimonial-arrow.right {
    bottom: -15%;
    right: 11%;
  }

  .testimonial-content-wrap {
    padding: 20px;
  }

  .testimonial-company-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .testimonial-flex {
    grid-row-gap: 20px;
  }

  .testimonial-author-wrap {
    min-height: 76px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
  }

  .case-tab-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tabs {
    grid-row-gap: 20px;
  }

  .case-tab-pane {
    padding: 20px;
  }

  .tab-arrow {
    top: 30px;
    right: 24px;
  }

  .case-tab-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .case-tab-link.w--current {
    padding-right: 10px;
  }

  .tab-sub-title {
    font-size: 16px;
  }

  .tab-title {
    width: 170px;
    font-size: 22px;
  }

  .client-project-wrap {
    padding-top: 40px;
  }

  .client-project-grid {
    justify-items: start;
  }

  .pricing-wrap {
    padding: 20px;
  }

  .pricing-title-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-title {
    font-size: 30px;
  }

  .pricing-subscript {
    font-size: 16px;
  }

  .sub-banner-bg-circle-left.style-guide-bg {
    display: none;
  }

  .about-button-flex {
    align-items: stretch;
  }

  .about-button {
    justify-content: center;
  }

  .value-slider-whole-wrap {
    margin-bottom: 120px;
  }

  .value-slider {
    height: auto;
  }

  .value-mask {
    width: auto;
  }

  .value-line-break-wrap {
    margin-top: 10px;
  }

  .border-button {
    padding: 15px 20px;
  }

  .value-slider-arrow {
    width: 50px;
    height: 50px;
    font-size: 18px;
    top: auto;
    bottom: -21%;
    left: 12%;
    right: auto;
  }

  .value-slider-arrow.right {
    top: auto;
    bottom: -21%;
    left: auto;
    right: 15%;
  }

  .about-team-bg {
    border-radius: 15px;
    transition: background-color .2s, all .2s;
  }

  .team-image {
    border-radius: 15px;
  }

  .team-wrap {
    margin-top: 40px;
  }

  .address-wrap {
    text-align: left;
    border-radius: 15px;
    padding: 0 20px;
  }

  .address-link {
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .cta-wrap {
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-title {
    width: 100%;
    font-size: 30px;
    line-height: 1.2;
  }

  .cta-overlay {
    border-radius: 15px;
  }

  .cta-overlay-image.ploygon {
    display: none;
    bottom: 144px;
    right: 45px;
  }

  .cta-overlay-image.star {
    display: none;
    top: 264px;
  }

  .cta-overlay-image.rocket {
    display: none;
  }

  .process-point-flex {
    text-align: left;
  }

  .blog-feature-wrap {
    padding: 20px;
  }

  .category-and-date {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .category-and-date.blog {
    grid-column-gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .categories-wrap {
    border-radius: 15px;
  }

  .newsletter-section {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .subscribe-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .subscribe-label {
    width: 100%;
    min-width: auto;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .subscribe-label::-ms-input-placeholder {
    font-size: 16px;
  }

  .subscribe-label::placeholder {
    font-size: 16px;
  }

  .subscribe-title {
    font-size: 30px;
  }

  .subscribe-wrap {
    margin-top: 10px;
  }

  .latest-blog-section {
    padding-top: 65px;
    padding-bottom: 55px;
  }

  .blog-tab-wrap {
    margin-top: 20px;
  }

  .tabs-menu {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .blog-collection {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-wrap {
    border-radius: 15px;
    padding: 20px;
  }

  .blog-collection-item {
    padding: 0 0 20px;
  }

  .blog-single-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -300px;
  }

  .blog-single-wrap {
    grid-row-gap: 10px;
  }

  .blog-title {
    font-size: 26px;
  }

  .author-flex {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .blog-author-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 20px;
  }

  .social-link-flex {
    grid-column-gap: 15px;
    justify-content: flex-start;
  }

  .blog-content-wrap {
    padding-top: 0;
  }

  .case-grid-wrap {
    padding: 20px;
  }

  .case-whole-wrap {
    padding: 20px 15px;
  }

  .black-button {
    justify-content: center;
  }

  .case-image-and-date {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .case-client-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .contact-card-grid {
    justify-content: start;
    justify-items: stretch;
  }

  .contact-card {
    padding: 15px;
  }

  .contact-inner-card {
    padding: 20px;
  }

  .contact-card-link {
    font-size: 16px;
  }

  .contact-form-wrap {
    padding: 30px 20px;
  }

  .contact-form-block {
    margin-bottom: 0;
  }

  .contact-form-flex {
    grid-row-gap: 20px;
    padding-bottom: 10px;
  }

  .contact-form-field {
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .contact-form-field::-ms-input-placeholder {
    font-size: 16px;
  }

  .contact-form-field::placeholder {
    font-size: 16px;
  }

  .contact-form-field.message-wrap {
    min-height: 150px;
    padding-top: 20px;
  }

  .contact-form-label-wrap {
    grid-row-gap: 0px;
    margin-top: 5px;
  }

  .accordion-paragraph {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .accordion-item {
    grid-row-gap: 10px;
    padding: 20px 20px 10px;
  }

  .accordion-item-title {
    max-width: 70%;
  }

  ._404-heading {
    font-size: 150px;
  }

  ._404-sub-title {
    font-size: 30px;
  }

  .password-utility-wrap {
    padding: 60px 20px;
  }

  .password-form-block, .password-form {
    border-radius: 15px;
    padding: 20px 15px;
  }

  .password-title {
    font-size: 24px;
  }

  .password-text-field {
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 16px;
  }

  .password-text-field::-ms-input-placeholder {
    font-size: 16px;
  }

  .password-text-field::placeholder {
    font-size: 16px;
  }

  .password-label {
    font-size: 17px;
  }

  .password-flex {
    grid-row-gap: 10px;
    align-items: stretch;
  }

  .changelog-whole-wrap {
    text-align: center;
    border-radius: 15px;
    padding: 15px;
  }

  .changelog-inner-wrap {
    border-radius: 15px;
    padding: 20px 10px;
  }

  .changelog-wrap {
    padding: 15px;
  }

  .version-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .changelog-title {
    font-size: 30px;
  }

  .version-content {
    font-size: 16px;
  }

  .icon-point-link-wrap, .icon-link {
    display: inline;
  }

  .license-content {
    font-size: 16px;
  }

  .license-content.unsplash {
    font-size: 17px;
  }

  .service-image {
    width: 50px;
  }

  .contact-address-content {
    width: auto;
  }

  .icon-point-flex {
    display: block;
  }

  .password-image {
    width: 100px;
  }

  .banner-overlay-image {
    width: auto;
  }

  .banner-overlay-decorative.mic {
    width: 80px;
  }

  .banner-overlay-decorative.badge {
    width: 67px;
    bottom: -3px;
    left: 14px;
  }

  .banner-overlay-decorative.goal {
    width: 50px;
    right: 15px;
  }

  .about-us-shadow {
    right: 0%;
  }

  .banner-flex.categories {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .blog-banner-image {
    border-radius: 15px;
  }

  .process-image-grid, .process-image-grid.right {
    width: auto;
  }

  .about-team {
    border-radius: 15px;
  }

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

  .cookie-banner {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
}

#w-node-_710156c5-66ac-9e50-3328-362006a72b54-485034c6, #w-node-_193a5c6b-797b-9d9d-dfd0-e37f6cb35a87-485034c6, #w-node-_5bb723b9-3016-182e-e864-b62bc68fe883-485034c6, #w-node-f1aabe1b-962f-2719-e8f1-357fd1e5f7ea-485034c6, #w-node-ed2d25eb-8204-e76a-bb45-c077a0593d99-485034c6, #w-node-dced282f-e71c-a10a-b9ee-1110e11ec40f-485034c6, #w-node-_8822bbfa-02b5-6c38-49fa-29a8250424f8-485034c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8822bbfa-02b5-6c38-49fa-29a8250424f9-485034c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8822bbfa-02b5-6c38-49fa-29a8250424fb-485034c6, #w-node-_8822bbfa-02b5-6c38-49fa-29a825042500-485034c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8822bbfa-02b5-6c38-49fa-29a825042501-485034c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8822bbfa-02b5-6c38-49fa-29a825042503-485034c6, #w-node-_8822bbfa-02b5-6c38-49fa-29a825042508-485034c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8822bbfa-02b5-6c38-49fa-29a825042509-485034c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8822bbfa-02b5-6c38-49fa-29a82504250b-485034c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8822bbfa-02b5-6c38-49fa-29a825042510-485034c6 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: stretch;
}

#w-node-edc1c759-9f3f-4687-446b-d779b027ddef-485034c6, #w-node-_28875567-0f80-8be8-0146-80fd7a8f689f-485034c6, #w-node-_04694ea4-f698-c6b2-6ad9-de609c7b7c87-485034c6, #w-node-d1cb9c9a-b6ff-b85e-a04f-f2114dadea9a-485034c6, #w-node-b60b8be4-ad96-c53b-849f-aa359ba25eac-485034c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69344976-02ae-5028-d1c6-c7504fe12719-485034c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a4d201cf-cd7b-7cf6-df07-f5f6966cebbc-966cebb8 {
  align-self: start;
}

#w-node-a4d201cf-cd7b-7cf6-df07-f5f6966cebd0-966cebb8, #w-node-d886c41d-2ae9-aec8-9e47-8f6d3edbaf6c-485034c9, #w-node-d886c41d-2ae9-aec8-9e47-8f6d3edbaf74-485034c9, #w-node-d886c41d-2ae9-aec8-9e47-8f6d3edbaf7c-485034c9, #w-node-d886c41d-2ae9-aec8-9e47-8f6d3edbaf84-485034c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71573b74-0ecc-62b5-c8dc-3b9268483a49-485034c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_52913de7-f145-643c-4fbe-bdf54a2c4ba8-485034c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5d81fa0d-549a-130c-f626-e1fb9046c5ec-485034c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5d81fa0d-549a-130c-f626-e1fb9046c5f9-485034c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5d81fa0d-549a-130c-f626-e1fb9046c606-485034c9, #w-node-f5e6c974-1173-b519-d9ba-5f52611c6322-485034cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b86c9a41-6f18-d430-e956-f2441849a0d8-485034cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b170416d-f63a-5fea-c10b-6653b1b910a8-485034cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d4938392-d68e-2238-1bfc-b593f48b473e-485034d0, #w-node-_3636dabf-ca49-6daa-2dc5-4038b01b0ccf-485034d0, #w-node-_61aeaba0-c704-6d18-d4f1-10c374a79842-485034d0, #w-node-_9d5a8603-e098-ec2e-9a52-edb3c3d45f45-485034d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1db160a-c87f-8db0-805a-1931ed7153e1-485034d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_97348dca-49df-282d-2dc7-d280bdb3e35c-485034d3, #w-node-_0364995c-95ee-808b-149b-d3046feb46c5-485034d3, #w-node-_0364995c-95ee-808b-149b-d3046feb46d3-485034d3, #w-node-_0364995c-95ee-808b-149b-d3046feb46e1-485034d3, #w-node-_0364995c-95ee-808b-149b-d3046feb46ef-485034d3, #w-node-_0364995c-95ee-808b-149b-d3046feb46fd-485034d3, #w-node-_0364995c-95ee-808b-149b-d3046feb470b-485034d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96e25f88-86fe-ac12-7528-e32b4a8ce7f6-485034d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_96e25f88-86fe-ac12-7528-e32b4a8ce7f7-485034d3, #w-node-_041bdefd-7531-1ca7-a2a0-142f696e2039-485034d3, #w-node-_4f1b3c8b-4959-3a9e-08f9-30dddc2a9b07-485034d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d43f7112-1ab1-f5bc-3dd1-3e3fc98f57be-485034d3, #w-node-_4f4abcb5-2fd4-7ac9-3194-a536cd135bb0-485034d3 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: stretch;
}

#w-node-_7753657d-3268-32e1-55ae-4b6344cc02dd-485034d3, #w-node-e684d5b1-6e32-6fa4-ad88-d59cbdecfd04-485034d3, #w-node-c0ed8ad1-d8fa-30dc-cf48-27d2ccbd220d-485034d3, #w-node-a12d2fd6-7583-d887-bf84-3a054e05e57d-485034d4, #w-node-a12d2fd6-7583-d887-bf84-3a054e05e58b-485034d4, #w-node-a12d2fd6-7583-d887-bf84-3a054e05e599-485034d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1db160a-c87f-8db0-805a-1931ed7153e1-8d5ffd07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_97348dca-49df-282d-2dc7-d280bdb3e35c-8d5ffd07, #w-node-_0364995c-95ee-808b-149b-d3046feb46c5-8d5ffd07, #w-node-_0364995c-95ee-808b-149b-d3046feb46d3-8d5ffd07, #w-node-_0364995c-95ee-808b-149b-d3046feb46e1-8d5ffd07, #w-node-_0364995c-95ee-808b-149b-d3046feb46ef-8d5ffd07, #w-node-_0364995c-95ee-808b-149b-d3046feb46fd-8d5ffd07, #w-node-_0364995c-95ee-808b-149b-d3046feb470b-8d5ffd07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96e25f88-86fe-ac12-7528-e32b4a8ce7f6-8d5ffd07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_96e25f88-86fe-ac12-7528-e32b4a8ce7f7-8d5ffd07, #w-node-_041bdefd-7531-1ca7-a2a0-142f696e2039-8d5ffd07, #w-node-_4f1b3c8b-4959-3a9e-08f9-30dddc2a9b07-8d5ffd07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d43f7112-1ab1-f5bc-3dd1-3e3fc98f57be-8d5ffd07, #w-node-_4f4abcb5-2fd4-7ac9-3194-a536cd135bb0-8d5ffd07 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: stretch;
}

#w-node-_7753657d-3268-32e1-55ae-4b6344cc02dd-8d5ffd07, #w-node-e684d5b1-6e32-6fa4-ad88-d59cbdecfd04-8d5ffd07, #w-node-c0ed8ad1-d8fa-30dc-cf48-27d2ccbd220d-8d5ffd07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1db160a-c87f-8db0-805a-1931ed7153e1-1dd91850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_97348dca-49df-282d-2dc7-d280bdb3e35c-1dd91850, #w-node-_0364995c-95ee-808b-149b-d3046feb46c5-1dd91850, #w-node-_0364995c-95ee-808b-149b-d3046feb46d3-1dd91850, #w-node-_0364995c-95ee-808b-149b-d3046feb46e1-1dd91850, #w-node-_0364995c-95ee-808b-149b-d3046feb46ef-1dd91850, #w-node-_0364995c-95ee-808b-149b-d3046feb46fd-1dd91850, #w-node-_0364995c-95ee-808b-149b-d3046feb470b-1dd91850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96e25f88-86fe-ac12-7528-e32b4a8ce7f6-1dd91850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_96e25f88-86fe-ac12-7528-e32b4a8ce7f7-1dd91850, #w-node-_041bdefd-7531-1ca7-a2a0-142f696e2039-1dd91850, #w-node-_4f1b3c8b-4959-3a9e-08f9-30dddc2a9b07-1dd91850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d43f7112-1ab1-f5bc-3dd1-3e3fc98f57be-1dd91850, #w-node-_4f4abcb5-2fd4-7ac9-3194-a536cd135bb0-1dd91850 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: stretch;
}

#w-node-_7753657d-3268-32e1-55ae-4b6344cc02dd-1dd91850, #w-node-e684d5b1-6e32-6fa4-ad88-d59cbdecfd04-1dd91850, #w-node-c0ed8ad1-d8fa-30dc-cf48-27d2ccbd220d-1dd91850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-a4d201cf-cd7b-7cf6-df07-f5f6966cebbc-966cebb8 {
    align-self: stretch;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-a4d201cf-cd7b-7cf6-df07-f5f6966cebbc-966cebb8 {
    align-self: stretch;
  }

  #w-node-_71573b74-0ecc-62b5-c8dc-3b9268483a49-485034c9, #w-node-_5d81fa0d-549a-130c-f626-e1fb9046c5f9-485034c9, #w-node-b86c9a41-6f18-d430-e956-f2441849a0d8-485034cd {
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5d81fa0d-549a-130c-f626-e1fb9046c5ec-485034c9, #w-node-_5d81fa0d-549a-130c-f626-e1fb9046c5f9-485034c9, #w-node-_5d81fa0d-549a-130c-f626-e1fb9046c606-485034c9, #w-node-f5e6c974-1173-b519-d9ba-5f52611c6322-485034cd, #w-node-b86c9a41-6f18-d430-e956-f2441849a0d8-485034cd, #w-node-b170416d-f63a-5fea-c10b-6653b1b910a8-485034cd {
    justify-self: auto;
  }

  #w-node-_041bdefd-7531-1ca7-a2a0-142f696e2039-485034d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d43f7112-1ab1-f5bc-3dd1-3e3fc98f57be-485034d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_4f4abcb5-2fd4-7ac9-3194-a536cd135bb0-485034d3, #w-node-c0ed8ad1-d8fa-30dc-cf48-27d2ccbd220d-485034d3, #w-node-_041bdefd-7531-1ca7-a2a0-142f696e2039-8d5ffd07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d43f7112-1ab1-f5bc-3dd1-3e3fc98f57be-8d5ffd07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_4f4abcb5-2fd4-7ac9-3194-a536cd135bb0-8d5ffd07, #w-node-c0ed8ad1-d8fa-30dc-cf48-27d2ccbd220d-8d5ffd07, #w-node-_041bdefd-7531-1ca7-a2a0-142f696e2039-1dd91850 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d43f7112-1ab1-f5bc-3dd1-3e3fc98f57be-1dd91850 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_4f4abcb5-2fd4-7ac9-3194-a536cd135bb0-1dd91850, #w-node-c0ed8ad1-d8fa-30dc-cf48-27d2ccbd220d-1dd91850 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ed2d25eb-8204-e76a-bb45-c077a0593d99-485034c6, #w-node-dced282f-e71c-a10a-b9ee-1110e11ec40f-485034c6, #w-node-a4d201cf-cd7b-7cf6-df07-f5f6966cebbc-966cebb8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97348dca-49df-282d-2dc7-d280bdb3e35c-485034d3, #w-node-_97348dca-49df-282d-2dc7-d280bdb3e35c-8d5ffd07, #w-node-_97348dca-49df-282d-2dc7-d280bdb3e35c-1dd91850 {
    order: -9999;
    justify-self: center;
  }
}


