body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-no-shadow-container {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

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

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

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

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

.nav-link:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.mobile-margin-top-10 {
  box-sizing: border-box;
  text-transform: capitalize;
  border-radius: 0;
  flex: 0 auto;
  font-style: normal;
  list-style-type: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-overflow: clip;
  background-color: #24afed;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

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

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

.body {
  text-transform: capitalize;
}

.header {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  -webkit-text-fill-color: inherit;
  background-color: #ffffffc7;
  background-clip: border-box;
  border-bottom: 1px solid #0000;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  padding: 24px 72px;
  display: flex;
  position: fixed;
  inset: auto;
}

.nav-wrapper {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.nav-buttons-wrapper {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image {
  padding-top: 0;
}

.webpage-link {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.mainbody {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.webpage-link-button {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 20px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.webpage-link-button:hover {
  pointer-events: auto;
  border-color: #ddd;
}

.contact-button {
  background-color: #ff6b00;
  border-radius: 20px;
  max-width: none;
  padding: 1% 2.5%;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .2s;
  position: static;
}

.contact-button:hover {
  background-color: #f7771b;
}

.contact-link {
  color: #fff;
  max-width: 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.image-2 {
  margin-top: -3px;
  margin-bottom: 0;
  padding-top: 0;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.submenu {
  width: 100%;
}

.submenu-nav-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

.nav-link-3:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

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

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

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

.navbar-logo-left-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

.nav-link-4:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-divider-3 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

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

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

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

.submenu-wrapper {
  position: relative;
}

.navbar-logo-left-container-4 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-4.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-wrapper-5 {
  display: flex;
}

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

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

.nav-link-5:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-5:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-divider-4 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent-4:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1550px;
  display: flex;
}

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

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

.nav-menu-wrapper-6 {
  background-color: #4ff;
}

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

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

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

.contact-button-copy {
  color: #fff;
  text-align: center;
  background-color: #ff6b00;
  border-radius: 20px;
  min-width: auto;
  max-width: none;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .2s;
}

.contact-button-copy:hover {
  background-color: #f7771b;
}

.nav-buttons-wrappe-submenu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 873.25px;
  text-decoration: none;
  display: flex;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block {
  padding-left: 7%;
  padding-right: 7%;
}

.hero-section {
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.heading-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.heading {
  width: auto;
  height: auto;
  font-size: 1rem;
  line-height: 3rem;
}

.text-span {
  color: #ff6a00;
}

.righthero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 66%;
  display: block;
}

.text-span-2 {
  color: #ff6a00;
}

.text-block {
  font-size: 1rem;
}

.text-block-2 {
  padding-top: 0;
  font-size: 154%;
  line-height: 144%;
}

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

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

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

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

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

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-section {
  padding-top: 7%;
  padding-bottom: 2%;
}

.text-wrapper {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 60vh;
  min-height: auto;
  padding-top: 0;
  display: flex;
}

.contact-button-wrapper {
  width: auto;
}

.herocontactlink {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.imagehero, .top-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-images {
  display: flex;
}

.leftimage {
  padding: 2%;
}

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

.image-3 {
  border-radius: 0;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-3 {
  padding: 3%;
}

.text-block-4 {
  font-size: 1.12222rem;
  line-height: 1.8rem;
}

.heading-2 {
  font-size: 2.9rem;
  line-height: 3.5rem;
}

.contact-butto-hero {
  background-color: #ff6b00;
  border-radius: 20px;
  width: 106%;
  max-width: none;
  padding: 2% 3%;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .2s;
  position: static;
}

.contact-butto-hero:hover {
  background-color: #f7771b;
}

.hero-heading-left-3 {
  background-color: #fff;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1550px;
  padding: 7%;
  display: flex;
  position: relative;
  inset: 91px 0 0;
}

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

.hero-wrapper-3 {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.hero-split-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 720px;
  max-height: 100%;
  margin-top: 0%;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #1a1a1a;
  max-width: 137%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 27px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: lowercase;
  word-break: normal;
  background-color: #ff6b00;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #f7771b;
}

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

.shadow-two-3 {
  width: 100%;
  min-width: 560px;
  max-width: 600px;
  height: auto;
}

.heading-3 {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 3.8rem;
  text-decoration: none;
}

.contact-button-hero {
  text-align: center;
  background-color: #ff6b00;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .2s;
  display: block;
}

.contact-button-hero:hover {
  background-color: #f7771b;
}

.nav-buttons-wrappe-submenu-copy {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 858.52px;
  text-decoration: none;
  display: flex;
}

.nav-wrapper-copy {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 1274px;
  display: flex;
  position: static;
}

.navbar-logo-left-container-5 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-5.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

.nav-link-6:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-6:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-divider-5 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent-5:hover {
  color: #1a1b1fbf;
}

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

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

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

.hero-split-3-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
  height: auto;
  min-height: auto;
  max-height: none;
  display: grid;
}

.heading-3-copy {
  max-width: 100%;
  font-size: 3.9rem;
  line-height: 4.2rem;
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

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

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

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

.nav-link-7:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-7:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

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

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

.navbar-logo-left-container-6 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-6.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-divider-6 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent-6:hover {
  color: #1a1b1fbf;
}

.seperator {
  z-index: 1000000;
  color: #ddd;
  background-color: #ddd;
  width: 2170%;
  height: 2px;
  margin-top: 0;
  margin-left: -2910px;
  margin-right: 0;
  padding-top: 0;
  line-height: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
}

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

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

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

.hero-heading-left-4 {
  background-color: #fff;
  border-bottom: 1px solid #0000;
  width: 100%;
  min-width: auto;
  max-width: 1475px;
  margin-top: 91px;
  padding: 48px 72px 0;
  display: block;
  position: static;
  top: 90px;
}

.container-9 {
  background-color: #fff0;
  border: 1px solid #0000;
  width: 100%;
  max-width: 1475px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 72px;
  padding-right: 72px;
}

.hero-wrapper-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

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

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

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

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.navbar-logo-left-container-7 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-7.shadow-three {
  width: 100%;
  max-width: 1550px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper-8 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.nav-menu-two-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.nav-link-8:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-8:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-divider-7 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent-7:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-17 {
  max-width: none;
}

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

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

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

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1550px;
  display: flex;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logoswrapper {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 20px;
  display: flex;
}

.all {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logos-title-small {
  border: 1px solid #0000;
  min-width: auto;
  max-width: 1550px;
  padding: 36px 72px;
  position: relative;
}

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

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 980px;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  opacity: 1;
  filter: grayscale();
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.logos-without-title {
  background-color: #fff;
  border: 1px solid #0000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1475px;
  padding: 70px 72px;
  display: flex;
  position: relative;
}

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

.clients-wrapper-three-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  width: 100%;
  margin-bottom: -10px;
  display: grid;
}

.partner-logo {
  max-width: 68px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.statistics-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #0000;
  border-radius: 16px;
  width: auto;
  min-width: auto;
  max-width: none;
  padding: 20px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 6px #0003;
}

.container-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-right: 0;
  display: grid;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 43px;
  font-weight: 700;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.text-block-5 {
  font-size: 120%;
}

.text-block-6, .text-block-7, .text-block-8 {
  font-size: 135%;
}

.stats {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #28adeb;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 72px;
  display: flex;
}

.stattext {
  color: #666;
  font-size: 16px;
}

.pastwork {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  min-width: 0;
  max-width: 621px;
  height: 100%;
  min-height: auto;
  max-height: 444px;
  display: flex;
}

.work {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1550px;
  max-height: none;
  padding-top: 0;
  display: flex;
}

.worksay {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 57%;
  min-height: auto;
  max-height: none;
  padding: 0 25px 0 24px;
  display: flex;
  position: static;
}

.worktext {
  text-align: center;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 4rem;
}

.work-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: minmax(0, 444px) minmax(auto, 444px);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 1004px;
  padding-top: 0;
  display: grid;
}

.worktextwrapper {
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.worktextwrapper.padtopbottomphonetexttitle {
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 40px;
}

.workimagetext {
  width: auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.225rem;
  line-height: 1.9rem;
}

.workimage {
  border-bottom: 1px solid #ddd;
  border-radius: 25px 25px 0 0;
  min-width: 100%;
  max-height: 316px;
}

.workbutton {
  color: #fff;
  background-color: #ff6a00;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.workbutton:hover {
  background-color: #f7771b;
}

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

.contact-button-copy-copy {
  background-color: #ff6b00;
  border-radius: 20px;
  min-width: 204px;
  max-width: none;
  padding: 1% 2.5%;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .2s;
}

.div-block-6 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-top-left-radius: 25px;
  width: 133px;
  max-width: none;
  height: 49px;
  position: absolute;
}

.blurlogo {
  -webkit-backdrop-filter: blur(5.5px);
  backdrop-filter: blur(5.5px);
  border-top-left-radius: 25px;
  width: 130px;
  height: 48px;
  position: absolute;
}

.blurlogo-copy {
  -webkit-backdrop-filter: blur(5.5px);
  backdrop-filter: blur(5.5px);
  border-top-left-radius: 25px;
  width: 144px;
  height: 44px;
  position: absolute;
}

.blurlogo-copy-copy {
  -webkit-backdrop-filter: blur(5.5px);
  backdrop-filter: blur(5.5px);
  border-top-left-radius: 25px;
  width: 120px;
  height: 90px;
  position: absolute;
}

.blurlogo-copy-copy-copy {
  -webkit-backdrop-filter: blur(5.5px);
  backdrop-filter: blur(5.5px);
  border-top-left-radius: 25px;
  width: 120px;
  height: 34px;
  position: absolute;
}

.seostat {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-4, .image-5 {
  position: static;
}

.bas-wrapper {
  box-sizing: border-box;
  aspect-ratio: auto;
  border-radius: 25px 25px 0 0;
  width: 100%;
  min-width: auto;
  max-width: 622px;
  height: auto;
  min-height: auto;
  max-height: 316px;
  position: relative;
  overflow: hidden;
}

.bas-image-before {
  object-fit: cover;
  border-radius: 25px 25px 0 0;
  width: 100%;
  height: 100%;
  max-height: 316px;
  display: block;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  border-radius: 25px 25px 0 0;
  width: 50%;
  height: 100%;
  max-height: 316px;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-handle-h {
  z-index: 2;
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  background-color: #70ceff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-line-h {
  z-index: 1;
  background-color: #ff6b00;
  width: 2px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.workimagetext-copy {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 50px;
}

.pastwork-copy {
  border-radius: 25px;
  max-width: 622px;
  height: auto;
  max-height: 454px;
  box-shadow: 0 0 6px #0003;
}

.worksay-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 0%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.workimage-copy {
  border-bottom: 1px solid #ddd;
  border-radius: 25px 25px 0 0;
  min-width: 100%;
  max-height: 316px;
  display: block;
}

.worksay-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding: 0% 24px;
  font-size: 1.3rem;
  line-height: 26px;
  display: flex;
  position: static;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  margin-top: 0%;
  padding-top: 0;
  display: flex;
  position: static;
}

.pastwork-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: 621px;
  height: 100%;
  min-height: auto;
  max-height: 444px;
  display: flex;
  position: static;
  box-shadow: 0 0 6px #0003;
}

.div-block-8 {
  background-color: #f7f7f7;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

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

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.portfoliowrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: auto;
  max-height: 444px;
  display: grid;
  position: static;
}

.slider {
  background-color: #fff;
  border-radius: 25px;
  width: auto;
  height: auto;
  min-height: auto;
  max-height: 444px;
}

.mask {
  background-color: #fff;
  border-radius: 25px;
  width: 621px;
  height: auto;
  min-height: auto;
  max-height: 444px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

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

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

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

.button-primary-12.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-12.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.slide {
  background-color: #fff;
  height: auto;
}

.showportle {
  background-color: #fff;
  width: 621px;
  height: 444px;
}

.showportri {
  width: 621px;
  height: 444px;
}

.slide-2, .slide-3 {
  background-color: #fff;
}

.mask-2 {
  opacity: 1;
  mix-blend-mode: normal;
  width: auto;
}

.slider-2 {
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 20px;
  outline: 3px #fff;
  width: 100%;
  height: auto;
  max-height: 444px;
}

.sliderwrapper {
  border-radius: 25px;
  max-width: 100%;
  box-shadow: 0 0 6px #0003;
}

.portfoliowrrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 621px) minmax(200px, 621px);
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  max-width: 1475px;
  padding: 0;
  display: grid;
}

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

.image-6 {
  max-width: 58%;
}

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

.image-7 {
  max-width: 58%;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1475px;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.why-cindem {
  width: 100%;
  max-width: 1475px;
  padding: 100px 72px;
}

.text-span-3 {
  color: #28adeb;
  font-weight: 600;
}

.benefit {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  padding: 26px;
  display: flex;
  box-shadow: 0 0 6px #0003;
}

.benefitswrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, auto);
  grid-template-columns: minmax(auto, 1fr) minmax(0, 1fr) 1fr;
  grid-auto-rows: minmax(auto, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.iconbenefit {
  border-bottom: 1px solid #ddd;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  max-height: none;
  padding-bottom: 20px;
  display: flex;
}

.benefittext {
  text-align: center;
  width: auto;
  height: auto;
  min-height: 101px;
  max-height: none;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.image-8 {
  max-height: 100px;
}

.benefiticon {
  height: auto;
  min-height: auto;
  max-height: 60px;
}

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

.icontitle {
  text-align: center;
  width: 100%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 0 0;
  font-size: 1.8rem;
  line-height: 35px;
}

.pricing-comparison-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card-2.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title-2 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle-2 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price-2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular-2 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-2.margin-bottom-20 {
  margin-bottom: 20px;
}

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

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

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

.button-primary-13.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-13.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider-2 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list-2 {
  align-self: stretch;
}

.pricing-feature-2 {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag-2 {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.with-vs-without {
  width: 100%;
  max-width: 1475px;
  padding: 100px 72px;
}

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

.problemtext {
  color: #70c170;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  display: flex;
}

.problem {
  margin-bottom: 0;
  padding: 0 0 0 20px;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.leftprob {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 0 6px #ce3535;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.image-9 {
  max-width: none;
  max-height: 38px;
  font-size: 12px;
}

.fixprobwraptext {
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.problemtext-copy {
  color: #ce3535;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  display: flex;
}

.text-span-4 {
  color: #ff6b00;
  font-weight: 600;
}

.withvswithout {
  padding-top: 160px;
  padding-bottom: 160px;
}

.withvswithout.padtopbottomphonetexttitle {
  padding-top: 20px;
  padding-bottom: 40px;
}

.processtext {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 160px;
  padding-bottom: 60px;
  display: grid;
}

.processtext.padtopbottomphonetexttitle {
  padding-top: 20px;
}

.text-block-9 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.3rem;
  line-height: 2.3rem;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tophalfprocess {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.processsteps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.process {
  width: 100%;
  max-width: 1475px;
  padding: 100px 72px;
}

.step {
  padding: 20px;
}

.processtit {
  width: auto;
  max-width: none;
  padding-left: 20px;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 3.5rem;
}

.processicon {
  min-width: 100%;
  max-width: 70px;
  max-height: 70px;
}

.processdesc {
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.text-block-10 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 61%;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 28px;
  display: flex;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1475px;
  padding-top: 40px;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

.bencont {
  color: #fff;
  background-color: #ff6b00;
  border-radius: 25px;
  min-width: auto;
  max-width: none;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
}

.bencont:hover {
  background-color: #f7771b;
}

.text-span-5 {
  color: #fff;
  background-color: #ff6b00;
  border-radius: 20px;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 600;
}

.text-span-5:hover {
  background-color: #f7771b;
}

.text-block-11 {
  text-align: center;
  width: 100%;
  max-width: 1475px;
  padding: 120px 72px;
  font-size: 8rem;
  line-height: 7.1rem;
}

.faq-wrapper {
  width: 100%;
  min-width: auto;
  max-width: 880px;
  padding-top: 0;
}

.faq-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: .75rem 2rem .5rem;
  display: flex;
  box-shadow: 0 0 6px #fff;
}

.faqquestin {
  border-top: 3px solid #0000;
  border-bottom: 3px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.faqanswer {
  padding-bottom: 18px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 36px;
}

.paragraph {
  margin-bottom: 0;
  font-size: 16px;
}

.lottiaccordian {
  width: 20px;
  height: auto;
}

.div-block-13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  flex-flow: column;
  display: flex;
}

.faqquestin-copy {
  border-top: 3px solid #0000;
  border-bottom: 3px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px;
  display: flex;
}

.faqquestin-one {
  border-top: 3px solid #0000;
  border-bottom: 3px solid #ddd;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  display: flex;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 160px 0 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary-14.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.moreq {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.skdirectly {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.emailda.cont {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.4rem;
  display: flex;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.worktext-copy {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 3.6rem;
}

.contacticon {
  width: auto;
  max-width: 28px;
  max-height: 31.9922px;
}

.reachi {
  padding-left: 20px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.gotqafterfaq {
  font-size: 1.6rem;
}

.gotqafterfaqdescription {
  text-align: center;
  max-width: 50%;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.text-block-12 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
}

.footer-subscribe-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
  overflow: visible;
}

.container-18 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two-2 {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary-15.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-2 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-2 {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.nav-menu-two-7-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.webpage-link-button-copy {
  border: 1px solid #0000;
  border-radius: 20px;
  padding: 8px 12px;
  text-decoration: none;
}

.webpage-link-button-copy:hover {
  pointer-events: auto;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.footer {
  color: #fff;
  background-color: #00213d;
  width: 100%;
  min-width: 100%;
  max-width: none;
  padding-top: 40px;
  padding-left: 72px;
  padding-right: 72px;
}

.footerlinks {
  padding-bottom: 0;
}

.footersociallinks {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.instafooter {
  border-radius: 50px;
  padding: 17px;
  box-shadow: 0 0 6px #0003;
}

.instafooter:hover {
  background-color: #fff;
}

.footercopyright {
  min-width: auto;
}

.logofooter {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.webpage-link-button-copy {
  border: 1px solid #0000;
  border-radius: 20px;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.webpage-link-button-copy:hover {
  pointer-events: auto;
  border-color: #ddd;
}

.nav-menu-two-7-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 2rem;
  list-style-type: none;
  display: flex;
}

.faqanswer-copy {
  padding-bottom: 20px;
}

.footerimg {
  max-width: 34px;
}

.image-10 {
  opacity: 1;
  outline-offset: 0px;
  outline: 3px #fff;
  max-width: 300px;
}

.text-block-13 {
  border-top: 2px solid #fff;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  display: flex;
  position: static;
}

.webpage-link-copy {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.faq {
  background-color: #00213d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 100px 72px;
  display: flex;
}

.saqfaq {
  padding-bottom: 40px;
}

.text-block-14 {
  color: #fff;
  margin-bottom: 0;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 5rem;
}

.btnintxt {
  color: #2622e3;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 20px;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.btnintxt:hover {
  background-color: #0000;
  text-decoration: underline;
}

.hero {
  background-color: #ecf9ff00;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 93px;
  padding: 120px 0 100px;
  display: flex;
  position: static;
  top: 90px;
}

.logos {
  background-color: #fff;
  border: 1px solid #0000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1475px;
  padding: 70px 72px;
  display: flex;
  position: relative;
}

.calendly {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1475px;
  padding: 40px 72px 180px;
  display: flex;
}

.text-span-6 {
  color: #fff;
  background-color: #ff6b00;
  border-radius: 20px;
  padding-left: 14px;
  padding-right: 14px;
}

.text-span-6:hover {
  background-color: #f7771b;
}

.past-work {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1475px;
  padding-bottom: 180px;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

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

.bold-text-3.btnintxt {
  font-weight: 500;
  text-decoration: none;
}

.text-span-7, .link {
  text-decoration: none;
}

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

.text-span-8 {
  color: #ff6b00;
  font-weight: 500;
}

.tajik {
  background-color: #000;
  width: 100%;
  min-width: 100%;
  height: 260px;
  padding-left: 0;
  padding-right: 0;
}

.tajikjunior {
  background-color: #000;
}

.text-span-9, .text-span-10 {
  color: #ff6a00;
}

.text-span-11 {
  color: #ff6a00;
  font-weight: 600;
}

.text-span-12 {
  color: #ff6a00;
}

.logo-strip {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: grayscale();
  grid-template-rows: 100%;
  grid-template-columns: auto auto auto auto auto auto;
  grid-auto-columns: auto;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.log-ostrip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  width: 100%;
  margin-bottom: -10px;
  display: grid;
}

.logo-cell {
  height: 100%;
  min-height: auto;
  list-style-type: none;
}

.nationwide {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 72px;
  display: flex;
}

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

.nationwide-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nationwide-heading {
  text-align: center;
  max-width: 800px;
}

.nationwide-body {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.nationwide-bodytext {
  text-align: center;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1.4rem;
  line-height: 27px;
}

.nationwide-headingtext {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 3.7rem;
}

.text-span-13 {
  color: #ff6a00;
}

.past-work-text {
  padding-top: 160px;
  padding-bottom: 160px;
}

.past-work-text.padtopbottomphonetexttitle {
  max-width: 780px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-10-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 28px;
  display: flex;
}

.text-span-14 {
  color: #ff6b00;
  font-weight: 600;
}

.text-span-15 {
  color: #28adeb;
  font-weight: 600;
}

.text-span-16 {
  font-weight: 400;
}

.contact-button-copy-copy {
  color: #fff;
  background-color: #ff6b00;
  border-radius: 20px;
  min-width: auto;
  max-width: none;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .2s;
}

.contact-button-copy-copy:hover {
  background-color: #f7771b;
}

.workbutton-copy {
  color: #fff;
  background-color: #ff6a00;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.workbutton-copy:hover {
  background-color: #f7771b;
}

.genbenprob {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.leftprob-copy {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 0 6px #70c170;
}

.bold-text-5 {
  font-weight: 700;
}

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

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

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

.bold-text-7 {
  color: #fff;
  font-size: 1.1rem;
}

.bold-text-8 {
  color: #fff;
  font-weight: 400;
}

.nav-menu-two-7-copy-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 2rem;
  list-style-type: none;
  display: flex;
}

.serve {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

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

.btnintxt-copy {
  color: #fff;
  background-color: #ff6b00;
  border: 1px solid #0000;
  border-radius: 20px;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.btnintxt-copy:hover {
  background-color: #f7771b;
}

.btnintxt-copy-copy {
  color: #fff;
  background-color: #f900ae;
  border: 1px solid #0000;
  border-radius: 20px;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.btnintxt-copy-copy:hover {
  background-color: #fc2ebe;
}

.text-span-17, .text-span-18 {
  color: #ff6b00;
}

.code-embed {
  width: 100%;
}

.body-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding: 120px 72px;
  display: flex;
}

.heading-5 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 64px;
  line-height: 68px;
}

.text-span-19 {
  color: #ff6b00;
}

.code-embed-2 {
  width: 100%;
  max-width: 1000px;
}

.bold-text-9 {
  width: auto;
  font-size: 26px;
  line-height: 40px;
}

.paragraph-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 1200px;
  margin-bottom: 0;
  display: flex;
}

.text-span-20 {
  color: #28adeb;
}

.text-span-21 {
  text-decoration: underline;
  text-decoration-thickness: 4px;
}

.dfsdf {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 38px;
}

.dfsdffsd {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 0;
}

.book {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0c3150;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 120px 72px;
  display: flex;
}

.gjhjgh {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.text-span-22 {
  text-decoration: underline;
  text-decoration-thickness: 4px;
}

.paragraph-4 {
  color: #000;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.text-span-23 {
  color: #28adeb;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #ff6b00;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.waddwaadw {
  color: #fff;
  text-align: center;
  background-color: #ff6b00;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.dfgfdsgsgfdsgfds {
  color: #fff;
  background-color: #00213d;
  width: 100%;
  min-width: 100%;
  max-width: none;
  padding: 40px 72px 0;
}

.sdfgsfdgdsfgdfsgsd {
  border-top: 2px solid #fff;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  display: flex;
  position: static;
}

.text-span-24 {
  color: #ff6b00;
  font-size: 3.4rem;
  font-weight: 600;
}

.text-span-25 {
  color: #28adeb;
  font-weight: 600;
  text-decoration: none;
}

.sdfdsdfsdf {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.dfggfddfdfg {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  -webkit-text-fill-color: inherit;
  background-color: #ffffffc7;
  background-clip: border-box;
  border-bottom: 1px solid #0000;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  padding: 24px 72px;
  display: flex;
  position: fixed;
  inset: auto;
}

.bold-text-10 {
  color: #fff;
}

.imageinzehero {
  max-width: none;
  max-height: 80px;
}

.diverio {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 6px 3px #0003;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .header {
    opacity: 1;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: #ffffffc7;
    align-items: stretch;
    min-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-button {
    text-align: center;
    width: auto;
    min-width: 20%;
    max-width: none;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
  }

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    padding: 12px;
  }

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

  .container-4 {
    max-width: 728px;
  }

  .nav-menu-wrapper-5 {
    background-color: #0000;
  }

  .nav-menu-two-4 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-5 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    display: flex;
  }

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

  .nav-menu-2 {
    background-color: #fff;
  }

  .icon {
    color: #000;
    font-size: 40px;
  }

  .nav-menu-wrapper-6 {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-6 {
    padding: 12px;
  }

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

  .nav-menu-wrapper-7 {
    background-color: #0000;
  }

  .nav-menu-4 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .menu-button-7 {
    padding: 12px;
  }

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

  .icon-2 {
    background-color: #999;
  }

  .dropdown-wrapper {
    background-color: #fff;
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .contact-button-submenu {
    padding-right: 0;
  }

  .contact-button-copy {
    text-align: center;
    border-radius: 25px;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 0%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .nav-buttons-wrappe-submenu {
    flex-flow: column;
    align-items: stretch;
    padding-left: 6%;
    padding-right: 6%;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .contact-butto-hero {
    text-align: center;
    width: auto;
    min-width: 20%;
    max-width: none;
  }

  .hero-heading-left-3 {
    top: 73px;
    left: 0;
    right: 0;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .margin-bottom-24px-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .shadow-two-3 {
    min-width: 400px;
  }

  .heading-3 {
    text-align: left;
    max-width: 114%;
    font-size: 3.4rem;
    line-height: 3.8rem;
  }

  .contact-button-hero {
    text-align: center;
    width: auto;
    min-width: 20%;
    max-width: 61%;
    margin-left: 0%;
  }

  .nav-buttons-wrappe-submenu-copy {
    flex-flow: column;
    align-items: stretch;
    padding-left: 6%;
    padding-right: 6%;
  }

  .container-7 {
    max-width: 728px;
  }

  .nav-menu-wrapper-8 {
    background-color: #0000;
  }

  .nav-menu-two-5 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-6.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-8 {
    padding: 12px;
  }

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

  .hero-split-3-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 100%;
    margin-bottom: 0;
  }

  .nav-menu-wrapper-9 {
    background-color: #0000;
  }

  .nav-menu-5 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-7.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-3 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-9 {
    padding: 12px;
  }

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

  .container-8 {
    max-width: 728px;
  }

  .nav-menu-two-6 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .hero-heading-left-4 {
    width: 100%;
    margin-top: 21px;
  }

  .container-9 {
    max-width: none;
  }

  .hero-wrapper-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-10 {
    max-width: 728px;
  }

  .navbar-wrapper-8 {
    justify-content: space-between;
  }

  .nav-menu-wrapper-10 {
    background-color: #0000;
  }

  .nav-menu-two-7 {
    background-color: #fff;
    border-radius: 0 0 50px 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-8 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-8.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-10 {
    padding: 12px;
  }

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

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

  .container-11 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .container-12 {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .clients-wrapper-three-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    max-width: 595px;
    display: grid;
  }

  .partner-logo {
    width: auto;
    min-width: auto;
    max-width: 68px;
    height: auto;
    max-height: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .statistics-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    min-width: 100%;
    display: flex;
  }

  .container-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: center;
    place-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

  .features-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .features-block {
    max-width: none;
  }

  .features-title {
    font-size: 280%;
  }

  .stats {
    padding-bottom: 60px;
  }

  .stattext {
    font-size: 13px;
  }

  .worktext {
    text-align: center;
    font-size: 3.1rem;
    line-height: 3.6rem;
  }

  .worktextwrapper.padtopbottomphonetexttitle {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .workimagetext {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .workbutton {
    font-size: 16px;
  }

  .worksay-copy {
    font-size: 1.3rem;
    line-height: 26px;
  }

  .div-block-7 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-14 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .portfoliowrrapper {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 621px);
  }

  .container-15 {
    max-width: 728px;
  }

  .benefitswrapper {
    grid-template-rows: minmax(auto, 370px) auto;
    grid-template-columns: minmax(auto, 1fr) minmax(0, 1fr);
  }

  .benefittext {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .icontitle {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .container-16 {
    max-width: 728px;
  }

  .pricing-wrapper-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-2 {
    width: 350px;
  }

  .with-vs-without {
    padding-top: 80px;
  }

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

  .problem {
    font-size: 1.3rem;
  }

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

  .withvswithout.padtopbottomphonetexttitle, .processtext.padtopbottomphonetexttitle {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .text-block-9 {
    text-align: center;
    font-size: 1.2rem;
  }

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

  .process {
    padding-bottom: 60px;
  }

  .processdesc {
    font-size: 1.3rem;
  }

  .text-block-10 {
    max-width: 100%;
    font-size: 1.2rem;
  }

  .div-block-12 {
    padding-top: 30px;
  }

  .bencont {
    text-align: center;
    width: 88%;
    min-width: 20%;
    max-width: none;
    margin-left: 6%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span-5 {
    text-decoration: none;
  }

  .text-block-11 {
    font-size: 5rem;
    line-height: 5rem;
  }

  .faq-wrapper {
    padding-top: 0;
  }

  .container-17 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .div-block-14 {
    display: block;
  }

  .worktext-copy {
    text-align: left;
    font-size: 3.1rem;
    line-height: 3.6rem;
  }

  .container-18 {
    max-width: 728px;
  }

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three-2 {
    margin-top: 40px;
  }

  .nav-menu-two-7-copy {
    box-shadow: 0 8px 50px #0000000d;
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
  }

  .image-10 {
    max-width: 240px;
  }

  .text-block-14 {
    text-align: center;
  }

  .rich-text-block {
    font-weight: 400;
  }

  .bold-text {
    text-decoration: underline;
  }

  .bold-text-2 {
    color: #fff;
    background-color: #ff6b00;
    border-radius: 20px;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .btnintxt {
    color: #2622e3;
    background-color: #0000;
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    text-decoration: none;
  }

  .btnintxt:hover {
    background-color: #0000;
    text-decoration: underline;
  }

  .hero {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 120px;
  }

  .past-work {
    padding-bottom: 100px;
  }

  .contact-button-copy-copy {
    text-align: center;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 0%;
    padding: 0;
    display: block;
  }

  .logo-strip {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100%;
    grid-template-columns: auto auto auto auto auto auto;
    grid-auto-columns: auto;
    place-items: center;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    display: grid;
  }

  .log-ostrip {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    max-width: 595px;
    display: grid;
  }

  .logo-cell {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .nationwide-bodytext {
    font-size: 1.2rem;
  }

  .nationwide-headingtext {
    font-size: 3.1rem;
  }

  .past-work-text.padtopbottomphonetexttitle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-10-copy {
    font-size: 1.2rem;
  }

  .contact-button-copy-copy {
    text-align: center;
    width: 88%;
    min-width: 20%;
    max-width: none;
    margin-left: 6%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .workbutton-copy {
    font-size: 16px;
  }

  .nav-menu-two-7-copy-copy {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
  }

  .btnintxt-copy {
    color: #2622e3;
    background-color: #0000;
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    text-decoration: none;
  }

  .btnintxt-copy:hover {
    background-color: #0000;
  }

  .btnintxt-copy-copy {
    color: #fff;
    background-color: #f900ae;
    border-radius: 20px;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .div-block-16 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-5 {
    text-align: center;
    font-size: 42px;
    line-height: 44px;
  }

  .dfsdf {
    text-align: center;
  }

  .book {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph-4 {
    text-align: center;
    font-size: 18px;
  }

  .sdfdsdfsdf {
    justify-content: space-between;
  }

  .dfggfddfdfg {
    opacity: 1;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: #ffffffc7;
    align-items: stretch;
    min-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .imageinzehero {
    max-height: 60px;
  }
}

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .header {
    align-items: stretch;
    padding: 10px 44px;
  }

  .mainbody {
    min-width: auto;
    max-width: none;
  }

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

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .navbar-logo-left-container-3 {
    max-width: 100%;
  }

  .navbar-brand-4 {
    padding-left: 0;
  }

  .nav-menu-two-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-3 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .navbar-logo-left-container-4 {
    max-width: 100%;
  }

  .navbar-brand-5 {
    padding-left: 0;
  }

  .nav-menu-two-4 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list-5.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-5.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-4 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-4 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-14 {
    margin-top: 10px;
  }

  .icon {
    font-size: 40px;
  }

  .nav-menu-3, .nav-menu-4 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .contact-button-copy {
    font-size: 16px;
  }

  .hero-heading-left, .hero-heading-left-2, .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .hero-heading-left-3 {
    padding: 60px 15px;
    top: 0%;
  }

  .hero-wrapper-3 {
    justify-content: center;
    align-items: center;
  }

  .hero-split-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .margin-bottom-24px-3 {
    text-align: center;
    width: auto;
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 1.4rem;
  }

  .shadow-two-3 {
    width: 93%;
  }

  .heading-3 {
    text-align: center;
    width: auto;
    max-width: 100%;
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .contact-button-hero {
    max-width: 100%;
    padding: 9px 17px;
    font-size: 18px;
  }

  .navbar-logo-left-container-5 {
    max-width: 100%;
  }

  .navbar-brand-6 {
    padding-left: 0;
  }

  .nav-menu-two-5 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list-6.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-6.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-6.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-5 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-5 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-15 {
    margin-top: 10px;
  }

  .hero-split-3-copy {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .navbar-brand-7 {
    padding-left: 0;
  }

  .nav-menu-5 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-7 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-7 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list-7.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-7.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-7.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-16 {
    margin-top: 10px;
  }

  .navbar-logo-left-container-6 {
    max-width: 100%;
  }

  .nav-menu-two-6 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider-6 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-6 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .hero-heading-left-4 {
    margin-top: 7px;
    padding: 20px 44px;
  }

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

  .hero-wrapper-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 0;
  }

  .navbar-logo-left-container-7 {
    max-width: 100%;
  }

  .navbar-wrapper-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .navbar-brand-8 {
    padding-left: 0;
  }

  .nav-menu-two-7 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-8 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-8 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list-8.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-8.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-8.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-7 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-7 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-17 {
    margin-top: 10px;
  }

  .div-block-2 {
    width: 100%;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    margin-bottom: -30px;
    padding-left: 15px;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .container-12 {
    max-width: 260px;
    padding-left: 0;
  }

  .clients-wrapper-three-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 510px;
    margin-bottom: -30px;
    display: flex;
  }

  .partner-logo {
    max-width: 60px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .statistics-section {
    min-width: 0%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: 20px 14px 0;
  }

  .features-wrapper {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    width: 100%;
    margin-bottom: -14px;
  }

  .features-block {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-bottom: 40px;
  }

  .features-title {
    font-size: 36px;
    line-height: 36px;
  }

  .stats {
    padding: 40px 44px;
  }

  .stattext {
    font-size: 14px;
  }

  .worktext {
    text-align: center;
    font-size: 2.1rem;
    line-height: 2.9rem;
  }

  .worktextwrapper.padtopbottomphonetexttitle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .workimagetext, .worksay-copy {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .image-6, .image-7 {
    max-width: 52%;
  }

  .features-table {
    padding: 60px 15px;
  }

  .why-cindem {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    display: flex;
  }

  .benefit {
    padding-bottom: 26px;
  }

  .benefitswrapper {
    grid-template-rows: minmax(auto, auto) auto;
    grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr);
  }

  .benefittext {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .benefiticon {
    max-height: 60px;
  }

  .icontitle {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }

  .pricing-comparison-2 {
    padding: 60px 15px;
  }

  .pricing-wrapper-2 {
    justify-items: stretch;
  }

  .pricing-card-2 {
    width: auto;
  }

  .pricing-title-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .with-vs-without {
    padding: 60px 44px;
  }

  .problemtext {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }

  .problem {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .image-9 {
    max-height: 38px;
  }

  .problemtext-copy {
    font-size: 2.1rem;
  }

  .withvswithout.padtopbottomphonetexttitle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .processtext.padtopbottomphonetexttitle {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .text-block-9 {
    font-size: 1rem;
    line-height: 1.8rem;
  }

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

  .process {
    padding: 60px 44px;
  }

  .step {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .processtit {
    font-size: 2rem;
  }

  .processdesc {
    font-size: 1rem;
  }

  .text-block-10 {
    max-width: 100%;
    font-size: 1rem;
  }

  .div-block-12 {
    width: 88%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .bencont {
    width: 102%;
  }

  .text-block-11 {
    font-size: 3rem;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-13 {
    width: auto;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .emailda.cont {
    justify-content: flex-start;
    align-items: center;
  }

  .worktext-copy {
    text-align: center;
    font-size: 2.1rem;
    line-height: 2.9rem;
  }

  .contacticon {
    max-height: 32px;
  }

  .reachi {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .footer-subscribe-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three-2 {
    margin-bottom: 10px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-menu-two-7-copy {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .footer {
    padding-left: 44px;
    padding-right: 44px;
  }

  .nav-menu-two-7-copy {
    border-radius: 20px;
    flex-flow: wrap;
    padding-bottom: 20px;
  }

  .image-10 {
    max-width: 220px;
  }

  .text-block-13 {
    font-size: 12px;
  }

  .faq {
    padding: 60px 44px;
  }

  .text-block-14 {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }

  .hero {
    margin-top: 0;
    padding: 120px 44px 20px;
  }

  .logos {
    padding: 60px 15px;
  }

  .calendly {
    padding-bottom: 80px;
  }

  .past-work {
    padding-bottom: 80px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .contact-button-copy-copy {
    width: auto;
    min-width: auto;
    margin-left: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-strip {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    place-items: center;
    display: grid;
  }

  .log-ostrip {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 510px;
    margin-bottom: -30px;
    display: flex;
  }

  .logo-cell {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .nationwide {
    padding: 80px 44px;
  }

  .nationwide-bodytext {
    width: 100%;
    font-size: 1rem;
  }

  .nationwide-headingtext {
    max-width: 550px;
    font-size: 2.1rem;
    line-height: 2.9rem;
  }

  .past-work-text.padtopbottomphonetexttitle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-10-copy {
    max-width: 100%;
    font-size: 1rem;
  }

  .nav-menu-two-7-copy-copy {
    border-radius: 20px;
    flex-flow: row;
    padding-bottom: 30px;
  }

  .div-block-16 {
    padding: 120px 44px 80px;
  }

  .dfsdf {
    font-size: 32px;
  }

  .book {
    padding: 100px 44px;
  }

  .waddwaadw {
    font-size: 16px;
  }

  .dfgfdsgsgfdsgfds {
    padding-left: 44px;
    padding-right: 44px;
  }

  .sdfgsfdgdsfgdfsgsd {
    font-size: 12px;
  }

  .text-span-24, .text-span-25 {
    font-size: 3rem;
  }

  .sdfdsdfsdf {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .dfggfddfdfg {
    align-items: stretch;
    padding: 0 44px;
  }

  .imageinzehero {
    max-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    padding: 20px;
  }

  .contact-link {
    font-size: 14px;
    font-weight: 500;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three, .nav-menu-two {
    flex-direction: column;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two-3 {
    flex-direction: column;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-two-4 {
    flex-direction: column;
  }

  .menu-button-5 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .icon {
    color: #000;
    font-size: 40px;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .nav-menu-4 {
    flex-direction: column;
  }

  .contact-button-copy {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container-5 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .container-6 {
    max-width: none;
  }

  .hero-split-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .margin-bottom-24px-3 {
    text-align: center;
    font-size: 1.1rem;
  }

  .shadow-two-3 {
    min-width: auto;
  }

  .heading-3 {
    text-align: center;
    max-width: 100%;
    font-size: 2.1rem;
    line-height: 2.7rem;
  }

  .contact-button-hero {
    padding: 7px 14px;
    font-size: 14px;
  }

  .container-7 {
    max-width: none;
  }

  .nav-menu-two-5 {
    flex-direction: column;
  }

  .hero-split-3-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-5 {
    flex-direction: column;
  }

  .nav-button-wrapper-3 {
    width: auto;
  }

  .container-8 {
    max-width: none;
  }

  .nav-menu-two-6 {
    flex-direction: column;
  }

  .hero-heading-left-4 {
    width: 100%;
    margin-top: -27px;
    padding: 30px 24px 10px;
  }

  .container-9 {
    max-width: none;
  }

  .hero-wrapper-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 0;
  }

  .container-10 {
    max-width: none;
  }

  .navbar-wrapper-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .nav-menu-two-7 {
    flex-direction: column;
  }

  .logos-title-small {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-11 {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    max-width: 320px;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 160px;
    height: auto;
  }

  .clients-wrapper-three-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .partner-logo {
    max-width: 50px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .statistics-section {
    max-width: 100%;
    min-height: 29%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-13 {
    flex-flow: row;
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    padding: 20px;
  }

  .features-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .features-block {
    width: 100%;
    margin-bottom: 0;
  }

  .features-title {
    margin-bottom: 4px;
    font-size: 32px;
    line-height: 36px;
  }

  .stats {
    padding-left: 24px;
    padding-right: 24px;
  }

  .stattext {
    font-size: 14px;
  }

  .worktext {
    color: #1a1a1a;
    font-size: 2.1rem;
    line-height: 2.9rem;
  }

  .worktextwrapper {
    padding-top: 160px;
  }

  .worktextwrapper.padtopbottomphonetexttitle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .workimagetext {
    color: #1a1a1a;
  }

  .workbutton {
    text-align: center;
  }

  .worksay-copy {
    color: #1a1a1a;
  }

  .container-14 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .image-6 {
    max-width: 45%;
  }

  .image-7 {
    max-width: 48%;
  }

  .container-15 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .why-cindem {
    padding-left: 24px;
    padding-right: 24px;
  }

  .benefit {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 20px;
    display: flex;
  }

  .benefitswrapper {
    grid-row-gap: 16px;
    grid-template-rows: minmax(auto, auto) auto auto;
    grid-template-columns: minmax(auto, 1fr);
  }

  .iconbenefit {
    border-bottom-style: none;
    border-right: 1px solid #ddd;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .benefittext {
    color: #1a1a1a;
    text-align: left;
    padding-top: 0;
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .benefiticon {
    max-height: 54px;
  }

  .icontitle {
    color: #1a1a1a;
    font-size: 1.4rem;
    line-height: 1.5rem;
  }

  .container-16 {
    max-width: none;
  }

  .with-vs-without {
    padding-left: 24px;
    padding-right: 24px;
  }

  .problemsolution {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .problemtext {
    text-align: left;
    font-size: 2.1rem;
  }

  .problem {
    color: #1a1a1a;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .leftprob {
    padding: 14px;
  }

  .image-9 {
    max-height: 36px;
  }

  .problemtext-copy {
    font-size: 2.1rem;
  }

  .withvswithout {
    padding-top: 80px;
  }

  .withvswithout.padtopbottomphonetexttitle {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .processtext.padtopbottomphonetexttitle {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .text-block-9 {
    color: #1a1a1a;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .process {
    padding: 60px 24px;
  }

  .step {
    padding-left: 14px;
    padding-right: 14px;
  }

  .processtit {
    color: #1a1a1a;
    font-size: 2rem;
  }

  .processdesc {
    color: #1a1a1a;
    font-size: 1rem;
  }

  .text-block-10 {
    color: #1a1a1a;
    text-align: center;
    max-width: 100%;
    font-size: 1rem;
  }

  .text-block-11 {
    font-size: 2rem;
    line-height: 4rem;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 26px;
  }

  .container-17 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-14.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .moreq {
    color: #1a1a1a;
    padding-bottom: 80px;
  }

  .skdirectly {
    padding-left: 14px;
    padding-right: 14px;
  }

  .worktext-copy {
    color: #1a1a1a;
    font-size: 2.1rem;
    line-height: 2.9rem;
  }

  .contacticon {
    max-height: 32px;
  }

  .reachi {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .text-block-12 {
    font-size: 1.6rem;
  }

  .container-18 {
    max-width: none;
  }

  .footer-form-two-2 {
    padding: 20px;
  }

  .footer-form-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-15.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer {
    min-width: 100vw;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-menu-two-7-copy {
    flex-direction: column;
  }

  .image-10 {
    max-width: 260px;
  }

  .text-block-13 {
    text-align: center;
    font-size: 1rem;
  }

  .faq {
    color: #1a1a1a;
    padding: 60px 24px;
  }

  .saqfaq {
    padding-bottom: 20px;
  }

  .text-block-14 {
    color: #fff;
    font-size: 2.1rem;
    line-height: 2.6rem;
  }

  .hero {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 80px 24px 0;
  }

  .logos, .calendly, .past-work {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-button-copy-copy {
    width: auto;
    min-width: auto;
    padding: 0;
  }

  .logo-strip {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .log-ostrip {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .nationwide {
    padding: 60px 24px;
  }

  .past-work-text {
    padding-top: 80px;
  }

  .past-work-text.padtopbottomphonetexttitle {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .text-block-10-copy {
    color: #1a1a1a;
    text-align: center;
    max-width: 100%;
    font-size: 1rem;
  }

  .workbutton-copy {
    text-align: center;
  }

  .leftprob-copy {
    padding: 14px;
  }

  .nav-menu-two-7-copy-copy {
    flex-direction: column;
  }

  .div-block-16 {
    margin-top: 138px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .book {
    padding: 80px 44px 80px 24px;
  }

  .button {
    text-align: center;
    font-size: 16px;
  }

  .waddwaadw {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }

  .dfgfdsgsgfdsgfds {
    min-width: 100vw;
    padding-left: 24px;
    padding-right: 24px;
  }

  .sdfgsfdgdsfgdfsgsd {
    text-align: center;
    font-size: 1rem;
  }

  .text-span-24, .text-span-25 {
    font-size: 2.1rem;
  }

  .sdfdsdfsdf {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .dfggfddfdfg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    padding: 0 20px;
  }

  .diverio {
    padding: 12px;
  }

  .bold-text-11 {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}

#w-node-_57020543-ebc3-a6b5-8939-0e1d6df79b57-80e3686c, #w-node-_57020543-ebc3-a6b5-8939-0e1d6df79b58-80e3686c, #w-node-ce0dde0d-bc10-6f74-ff35-68b698182236-80e3686c, #w-node-_6a676bd0-c4c7-23e4-6e42-535ae7c99bf3-80e3686c {
  place-self: center;
}

#w-node-cd3a0535-77c4-2e23-9719-d92b3b6daf8f-80e3686c, #w-node-_37028e12-fc3f-f63c-06b0-f47b22289426-80e3686c {
  place-self: auto;
}

#w-node-_7fe9d042-39de-362a-39d1-e293cce3d42d-80e3686c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c95e8bbd-266a-b5d8-0168-467573f32227-80e3686c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6bd06d3-bd95-ec2f-5268-b18ff33bf87b-80e3686c {
    place-self: center;
  }

  #w-node-_6a676bd0-c4c7-23e4-6e42-535ae7c99bf3-80e3686c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


