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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 700;
  line-height: 20px;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  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;
  display: block;
}

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

.navbar-wrapper {
  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-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1.1em;
  line-height: 1.5em;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: rgba(26, 27, 31, .75);
}

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

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

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

.button-primary.hero {
  margin-top: 2em;
  margin-bottom: 2em;
}

.image {
  width: auto;
  height: 75px;
}

.grid {
  grid-template-rows: auto;
}

.section {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  display: block;
  position: static;
}

.section.hero {
  height: 80vh;
  color: #000;
  background-color: #fff4eb;
  display: flex;
}

.section.why {
  background-color: #f3f3f3;
  margin-top: 5%;
  margin-bottom: 0%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.section.indus {
  background-color: #fcf0eb;
  background-image: linear-gradient(#f8e5d3, #fff5ec);
}

.section.form {
  z-index: 5;
  height: 100vh;
  background-color: rgba(17, 17, 17, .7);
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-container {
  width: auto;
  direction: ltr;
  color: #000;
  text-align: center;
  text-indent: 0;
  overflow-wrap: normal;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 1em;
  display: block;
}

.text-center {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.8em;
}

.services {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: space-around;
  display: flex;
}

.service-cards {
  width: 32%;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  padding: 1em;
  display: flex;
  box-shadow: -1px -1px 10px 1px rgba(0, 0, 0, .05);
}

.h1 {
  text-align: left;
  font-size: 3rem;
  line-height: 4rem;
}

.h1.hero {
  text-align: center;
  margin-top: 0;
  font-size: 4rem;
  line-height: 5rem;
}

.h2 {
  font-size: 2.2em;
  line-height: 2.5em;
}

.h2.text-center {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 2em;
  font-weight: 800;
  line-height: 2.5rem;
}

.card-img {
  width: 100px;
}

.tabs-menu {
  flex-direction: column;
  display: block;
}

.tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto auto;
}

.faq-arrow {
  width: 20px;
  height: 23px;
  margin-right: 0;
}

.ninja-image {
  height: 100%;
  object-fit: contain;
  display: block;
}

.accordion-answer {
  margin-top: 15px;
  margin-bottom: 0;
}

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

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-2.footer-section {
  background-color: #000;
}

.tab-link {
  color: #adadad;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #6b6b6b;
  flex: 1;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.tab-link:hover {
  border-bottom: 1px solid #6b6b6b;
}

.tab-link.w--current {
  color: #203492;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 5px solid #203492;
  bottom: -4px;
}

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

.navbar-2 {
  height: 80px;
  justify-content: center;
}

.square {
  width: 16px;
  height: 16px;
  background-color: #ffc107;
  border-radius: 4px;
  margin-left: 3px;
  margin-right: 15px;
  transform: rotate(45deg);
}

.dropdown-arrow-image {
  transform: rotate(180deg);
}

.dropdown-arrow {
  width: 20px;
  height: 20px;
  border: 1px solid #203492;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.faq-image {
  width: 100%;
  object-fit: contain;
  margin-top: 100px;
  display: block;
}

.sticky-faq {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.accordion-answer-wrap {
  padding-bottom: 0;
  overflow: hidden;
}

.read-more-wrap {
  cursor: pointer;
  align-items: center;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6em;
  display: flex;
  position: relative;
}

.footer-link {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 2em;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .6;
}

.footer-link.no-margin {
  margin-bottom: 0;
}

.max-800 {
  max-width: 800px;
}

._15px-spacer {
  width: 15px;
  height: 15px;
}

.more {
  color: #203492;
  position: static;
}

.navbar {
  z-index: 99;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.button-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.accordion-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 5%;
  margin-bottom: 5%;
  position: relative;
}

.faq-answer {
  overflow: hidden;
}

.tabs-menu-2 {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.question {
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.5em;
}

.brand {
  border-bottom-style: none;
}

.faq-dropdown-2 {
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.special-heading-wrap {
  width: 150px;
  height: 310px;
  color: #203492;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ninja-image-wrap {
  z-index: 999;
  height: 180px;
  position: fixed;
  bottom: 100px;
  right: 50px;
}

.answer {
  color: #000;
  margin-bottom: 0;
}

.special-heading {
  color: #fff;
  text-shadow: 0 1px #203492, -1px 0 #203492, 0 -1px #203492, 1px 0 #203492;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 150px;
  font-weight: 900;
  line-height: 1em;
  display: block;
  transform: rotate(-90deg);
}

.sticky-clone {
  z-index: 999;
  width: 100%;
  object-fit: cover;
  background-color: #f1f4f6;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .07);
}

.lottie {
  width: 20px;
  height: 20px;
  flex: none;
  margin-top: 3%;
  margin-right: 15px;
}

.button-2 {
  min-width: 240px;
  text-align: center;
  background-color: #203492;
  border: 1px #000;
  border-radius: 33px;
  padding: 15px 20px;
  font-size: 16px;
  transition: transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
}

.button-2:hover {
  transform: translate(0, -3px);
}

.button-2.small {
  min-width: 145px;
}

.button-2.all-aresources {
  min-width: 145px;
  color: #203492;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #203492;
  display: block;
}

.no-margin {
  margin-bottom: 0;
}

.accordion-wrapper {
  border: 1px solid #dee3ff;
  border-radius: 10px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.cta-card {
  width: 100%;
  color: #203492;
  background-color: #dee3ff;
  padding: 50px;
}

.cta-card.full-card-center {
  text-align: center;
  background-image: url('../images/Group-365.png');
  background-position: 150% 220px;
  background-repeat: no-repeat;
  background-size: 800px;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.accordion-faq {
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #dee3ff;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.container-2 {
  width: 95%;
  max-width: 1350px;
}

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

.container-2.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.row.margin-s {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.buttons-sideflex {
  flex: none;
  display: flex;
}

.faq-static {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px;
  padding-bottom: 20px;
  transform: perspective(1300px);
}

.label {
  color: #203492;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
}

.label.margin-s {
  margin-bottom: 20px;
}

.label.small {
  background-color: #b5e3f4;
  border-radius: 32px;
  margin-bottom: 15px;
  padding: 5px 10px 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
}

.max-500 {
  max-width: 500px;
}

.no-border {
  border: 1px #000;
  border-bottom-width: 0;
  margin-right: 15px;
}

.container-3 {
  z-index: 5;
  width: 95%;
  max-width: 1340px;
  position: relative;
}

.container-3.footer-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 50px;
  display: grid;
}

.button {
  min-width: 240px;
  text-align: center;
  background-color: #203492;
  border: 1px #000;
  border-radius: 33px;
  padding: 15px 20px;
  font-size: 16px;
  transition: transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
}

.button:hover {
  transform: translate(0, -3px);
}

.button.clone-project {
  min-width: 175px;
  background-image: url('../images/Whiite-ARrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 30px;
}

.button.transparent-button {
  min-width: 200px;
  color: #203492;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Blue-Arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #203492;
  padding-right: 30px;
  display: block;
}

.faq-title {
  max-width: 350px;
  margin-bottom: 0;
}

.guide-heading {
  width: 100%;
  color: #adadad;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.guide-heading.grey-1-text {
  color: #6b6b6b;
}

.faq-max {
  max-width: 1050px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.answer-wrap {
  align-items: flex-start;
  display: block;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-3.smoke-background {
  background-color: #f5f5f5;
}

.section-3.hero-section {
  background-color: #e9f9ff;
}

.tab {
  padding-top: 50px;
}

.less {
  color: #203492;
  display: none;
  position: absolute;
}

.label-2 {
  color: #203492;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: rgba(32, 52, 146, .1);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 2px 10px;
  font-size: 10px;
  font-weight: 200;
  line-height: 1.8em;
}

.label-2.footer-label {
  color: #fff;
  background-color: rgba(249, 249, 249, .1);
  margin-bottom: 15px;
}

.social-icon {
  width: 25px;
  height: 25px;
  display: block;
}

.faq-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.faq-card {
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 30px 30px 0;
  transition: box-shadow .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 0 30px rgba(0, 0, 0, .02);
}

.faq-card:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, .05);
}

.blue-text {
  color: #203492;
}

.section-4 {
  background-color: #fde6de;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.paragraph {
  text-align: left;
  font-size: 1.2em;
  line-height: 1.5em;
}

.paragraph.hero {
  text-align: center;
  margin-top: 20px;
  line-height: 1.7em;
}

.heading {
  margin-bottom: 20px;
}

.heading-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.test-slider {
  width: 80%;
  flex-direction: row;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h2-2 {
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Exo, sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.1;
}

.prev-button.btn {
  color: #fff;
  background-color: #d86909;
  padding: 10px;
}

.testimonial-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}

.testimonial-text.heading-3.h3 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.section-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.section-5.testimonial-section {
  background-image: url('../images/light-gradient.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-5.footer {
  color: #e9e9e9;
  background-color: #020208;
}

.section-5.social {
  background-color: #000;
  border: 1px solid #302f2f;
}

.testimonial-wrapper {
  width: auto;
  background-color: #fff;
  border-radius: 1em;
  flex: 1;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 25px;
}

.author-img {
  width: 70px;
  height: auto;
  margin-right: 20px;
}

.u-mb-2 {
  margin-bottom: 2em;
}

.card-slider_nav-icon {
  width: 10px;
  height: 18px;
}

.card-slider_nav-icon.btn {
  color: #eeecec;
  background-color: #243a5d;
  padding: 20px;
}

.bold {
  font-weight: 700;
}

.container-4 {
  width: 90%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-container {
  justify-content: space-around;
  display: flex;
}

.text-span {
  font-size: .9rem;
  font-weight: 400;
}

.next-button {
  color: #fff;
  background-color: #d86b32;
  padding: 10px;
}

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

.author.u-mt-2 {
  justify-content: center;
}

.heading-4 {
  font-weight: 400;
}

.company {
  text-align: left;
  font-size: 1em;
  font-weight: 400;
}

.text-span-2 {
  line-height: 1.4;
}

.heading-5 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
}

.heading-5.hero {
  color: #f07238;
  text-align: left;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
}

.client-logos {
  width: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.client-img {
  height: 100px;
  flex: 0 auto;
}

.image-2 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.f-text-links {
  color: #fff;
  margin-bottom: 15px;
  text-decoration: none;
}

.h3 {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.h3.text-center {
  border: 1px #000;
}

.h3.text-center.br {
  height: 3em;
  border-bottom-style: solid;
  margin-top: .5em;
}

.h3.small {
  font-size: 1rem;
  line-height: 1.2;
}

.text-field {
  height: 40px;
}

.foot-three {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.image-3 {
  width: 30px;
  opacity: 1;
  filter: invert();
  mix-blend-mode: normal;
  margin-right: 10px;
}

.form-2 {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-around;
  align-items: flex-start;
  justify-items: stretch;
  display: flex;
}

.submit-button {
  height: 40px;
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.submit-button.btn-color {
  background-color: #e6744b;
}

.footer-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.h4 {
  margin-top: 0;
  margin-bottom: .8em;
  font-family: Exo, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.h4.footer {
  flex: none;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.footer-text {
  flex-direction: column;
  justify-content: flex-start;
  display: block;
}

.footer-call {
  font-size: 1.5em;
  line-height: 1.6em;
}

.footer-call.bold {
  font-size: 1em;
  font-weight: 400;
}

.div-block-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.foot-one {
  flex: 1;
}

.foot-two {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-link-2 {
  color: #fff;
  flex-direction: column;
  justify-content: space-around;
  text-decoration: none;
  display: flex;
}

.footer-divider {
  padding-left: 5px;
  padding-right: 5px;
}

.sm-icon-link {
  min-height: auto;
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.sm-icon-link:hover {
  opacity: .8;
}

.grid-3 {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.link {
  color: #0551ad;
  font-weight: 600;
  text-decoration: none;
}

.sm-text.sm-text-light {
  color: #8f8f8f;
  flex: 0 auto;
  font-size: .8em;
}

.text-block {
  color: #888;
}

.text-block.footer {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-links2 {
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.sm-icon {
  width: 20px;
  height: auto;
  object-fit: cover;
}

.footer-copy1 {
  display: flex;
}

.footer-copy1.paragraph-0-9 {
  flex-direction: column;
  align-items: center;
}

.heading-6 {
  font-size: 1em;
  font-weight: 600;
  display: inline-block;
}

.industries {
  background-color: #f5cfb2;
  border-radius: 5em;
  margin: 10px 0;
  padding: 5px 25px;
  font-weight: 400;
  display: inline-block;
}

.industries.dark {
  color: #fff;
  background-color: #a57e61;
}

.ind-container {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.heading-7 {
  margin-bottom: 40px;
}

.pricing-table {
  width: 45%;
  height: auto;
  min-height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -webkit-text-stroke-width: 0px;
  border: 1px #000;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  justify-items: start;
  margin: 10px;
  padding-bottom: 0;
  display: block;
  box-shadow: 0 4px 3px 1px rgba(0, 0, 0, .06);
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
}

.cms-wrapper {
  color: #fff;
  background-color: #a484ff;
  border-radius: 8px;
  padding: 4px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: -4%;
  bottom: auto;
  left: auto;
  right: -4%;
}

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

.text-size-small.text-color-grey {
  color: #a8a7a7;
  font-family: Inconsolata, monospace;
}

.cms-table-desktop {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 5rem auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
}

.heading-1.serif-font {
  font-family: Merriweather, serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3.3rem;
}

.paragraph-block {
  display: flex;
}

.cms-table-mobile {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 5rem auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom {
  flex-direction: row;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-color-grey {
  color: gray;
  font-size: 1rem;
  line-height: 1.3rem;
}

._3-content-title {
  height: auto;
  border-bottom: 1px solid #b8b8b8;
  border-left: 1px #dbd7ce;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  display: flex;
}

.text-block-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading-block {
  margin-bottom: 1.5rem;
  padding-left: 0;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.text-align-left {
  text-align: left;
  font-size: .8rem;
  line-height: 1rem;
}

._2-content-title {
  height: auto;
  border-bottom: 1px solid #b8b8b8;
  border-left: 1px #dbd7ce;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  display: flex;
}

.padding-section-medium {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 12px;
  line-height: 19px;
}

.heading-wrapper {
  position: relative;
}

._1-content-title {
  height: auto;
  min-height: 5rem;
  border-bottom: 1px solid #b8b8b8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  display: flex;
}

.margin-top.margin-medium {
  margin-top: 2rem;
}

.cms-features-section {
  background-color: rgba(164, 132, 255, .08);
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.pricing-box {
  height: auto;
  grid-row-gap: 20px;
  text-align: center;
  border: 1px #000;
  border-radius: .5em;
  padding: 0;
  overflow: hidden;
}

.pricing-container {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.cell {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: block;
}

.cell.cell-center {
  color: #fff;
  background-color: #f56720;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-2 {
  align-items: flex-start;
}

.cell-center {
  align-items: center;
}

.bold-text {
  text-align: left;
}

.heading-9, .heading-10 {
  text-align: center;
}

.h3-cell {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.cell-4, .cell-5, .cell-6, .cell-7, .cell-8 {
  align-items: center;
}

.cell-8.bg {
  color: #fff;
  background-color: #ef6637;
  justify-content: center;
  font-size: 1em;
}

.cell-9 {
  padding-left: 20px;
}

.text-block-3 {
  text-align: left;
}

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

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 400;
}

.heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16 {
  margin-top: 10px;
}

.button2 {
  width: auto;
  min-height: 4em;
  grid-column-gap: 2em;
  color: #fff;
  background-color: #f07238;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2em;
  padding-right: 5.5em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button2_text {
  text-align: center;
  flex: 0 auto;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.8em;
}

.button2_icon-wrap {
  width: 3em;
  height: 3em;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
}

.btn-wrapper {
  justify-content: center;
  display: flex;
}

.body {
  font-family: Exo, sans-serif;
  font-size: 1.2em;
}

.div-block-3 {
  width: 80%;
  height: 100vh;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.close-container {
  text-align: center;
  justify-content: flex-end;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  position:absolute;
}

.close_btn {
  margin-top: 20px;
  margin-right: 20px;
}

.image-4 {
  width: 30px;
  margin-top: 20px;
  margin-right: 20px;
}

.form-container {
  width: 90%;
  height: auto;
  max-width: 600px;
  background-color: #f1f0f0;
  border-radius: 0 0 1em 1em;
  margin: auto;
  padding-bottom: 0;
  overflow: scroll;
  box-shadow: 0 -3px 2px rgba(0, 0, 0, .2);
}

.form-inner {
  height: auto;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-5 {
  width: 30px;
}

.optoin-container {
  justify-content: space-around;
  display: flex;
}

.radio-button {
  width: 200px;
  height: 200px;
  margin-left: 0;
  display: block;
}

.div-block-4 {
  width: 200px;
  height: 200px;
  background-color: #17166b;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-5 {
  width: 200px;
  height: 200px;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
}

.radio-button-field {
  margin-bottom: 0;
  padding-left: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6 {
  width: 150px;
  height: 150px;
  position: static;
}

.radio-button-label {
  display: block;
}

.progress-container {
  z-index: 30;
  width: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.progress-bar {
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html-embed {
  align-items: center;
  display: block;
}

@media screen and (min-width: 1920px) {
  .cms-features-section {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .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 rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sticky-faq {
    position: relative;
    top: 0;
  }

  .accordion-grid {
    grid-row-gap: 50px;
  }

  .tabs-menu-2 {
    justify-content: space-between;
  }

  .faq-dropdown-2 {
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .special-heading-wrap {
    width: auto;
    height: auto;
  }

  .special-heading {
    transform: none;
  }

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

  .h2-2 {
    font-size: 3.2rem;
  }

  .sm-icon-link {
    margin-right: 16px;
  }

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

  .cms-table-desktop {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .cms-features-section {
    height: auto;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .tab-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tab-link.w--current {
    border-bottom-width: 3px;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
  }

  .ninja-image-wrap {
    height: 100px;
    bottom: 80px;
    right: 25px;
  }

  .container-3.footer-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 25px;
  }

  .h2-2 {
    font-size: 2.5rem;
  }

  .section-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .h3 {
    font-size: 1.4rem;
  }

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

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

  .text-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .text-center {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .services {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .service-cards {
    width: 100%;
    margin: 10px;
  }

  .h1.hero {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .h2 {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .accordion-answer {
    line-height: 1.3em;
  }

  .section-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tab-link {
    width: 100%;
    flex: none;
    margin-bottom: 5px;
  }

  .sticky-faq {
    position: relative;
    top: 0;
  }

  .accordion-answer-wrap {
    padding-left: 0;
  }

  ._15px-spacer {
    display: none;
  }

  .button-flex {
    width: 100%;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .accordion-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .tabs-menu-2 {
    height: auto;
    align-content: space-between;
  }

  .question {
    margin-top: 0;
    font-size: 1.3em;
  }

  .faq-dropdown-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .ninja-image-wrap {
    bottom: 115px;
  }

  .special-heading {
    font-size: 90px;
  }

  .cta-card {
    padding: 30px;
  }

  .cta-card.full-card-center {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .accordion-faq {
    padding-left: 15px;
    padding-right: 15px;
  }

  .buttons-sideflex {
    margin-left: 5px;
  }

  .container-3.footer-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .section-3 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .faq-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .paragraph.hero {
    font-size: 1em;
    line-height: 1.5em;
  }

  .test-slider {
    width: 100%;
  }

  .h2-2 {
    font-size: 2rem;
  }

  .testimonial-text.heading-3.h3 {
    font-size: 1rem;
    line-height: 1.2;
  }

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

  .section-5.social {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .bold {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .container-4 {
    width: 86%;
  }

  .heading-5.hero {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .client-logos {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .client-img {
    width: 31%;
    height: auto;
  }

  .image-2 {
    width: 50%;
  }

  .form-2 {
    margin-top: 0;
  }

  .footer-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .h4.updates {
    text-align: center;
    font-weight: 800;
  }

  .h4.footer {
    font-size: 1rem;
  }

  .paragraph-2 {
    text-align: center;
    margin-top: 20px;
  }

  .footer-call.bold {
    line-height: 2.5rem;
  }

  .foot-four {
    text-align: center;
  }

  .footer-link-2 {
    font-size: .9em;
    line-height: 1em;
  }

  .sm-icon-link {
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copy {
    font-size: .9em;
  }

  .grid-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .text-block.footer {
    text-align: center;
    align-self: auto;
    font-size: .8em;
  }

  .footer-links2 {
    flex-wrap: wrap;
    font-size: .7em;
    line-height: 1em;
  }

  .heading-6 {
    font-size: .8em;
    line-height: 1em;
  }

  .industries {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: .7em;
    line-height: 1em;
  }

  .industries.dark {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pricing-table {
    width: 100%;
  }

  .cms-wrapper {
    order: -1;
    position: static;
  }

  .text-size-small.text-color-grey {
    color: #b4b4b4;
  }

  .cms-table-desktop {
    display: none;
  }

  .heading-1.serif-font {
    line-height: 3.2rem;
  }

  .cms-table-mobile {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  ._3-content-title {
    min-height: 5rem;
    background-color: rgba(0, 0, 0, 0);
    padding-left: .5rem;
  }

  .cms-table {
    margin-top: 2rem;
  }

  .text-block-2 {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  ._2-content-title {
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  ._1-content-title {
    background-color: rgba(0, 0, 0, 0);
  }

  .h3-cell {
    font-size: 1em;
  }

  .cell-8.bg {
    padding: 3px;
  }

  .bold-text-4 {
    font-size: 1em;
  }

  .bold-text-5 {
    font-size: 1em;
    line-height: 1em;
  }

  .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16 {
    font-size: 1em;
  }

  .button2 {
    min-height: 2.8em;
    padding-right: 4em;
  }

  .button2_text {
    font-size: 1em;
    line-height: 1em;
  }

  .button2_icon-wrap {
    width: 2em;
    height: 2em;
  }

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

  .footer-para {
    font-size: .8em;
  }
}

#w-node-fd649d71-ccdf-3161-060d-c09335a71a34-7d7b2a2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_938ea943-162e-f884-3d05-b569c4c4d1c8-7d7b2a2f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_938ea943-162e-f884-3d05-b569c4c4d1c9-7d7b2a2f {
  grid-column: span 2 / span 2;
}

#w-node-_8c868326-094f-15c6-9159-f6d42bfcc9f8-7d7b2a2f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8c868326-094f-15c6-9159-f6d42bfcc9f9-7d7b2a2f {
  grid-column: span 2 / span 2;
}

#w-node-_1ccb6ccc-7a5d-aaab-1bf4-1801e0431fe1-7d7b2a2f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1ccb6ccc-7a5d-aaab-1bf4-1801e0431fe2-7d7b2a2f {
  grid-column: span 2 / span 2;
}

#w-node-bfddf263-ba77-47be-bd27-83e9c135bf9f-7d7b2a2f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bfddf263-ba77-47be-bd27-83e9c135bfa0-7d7b2a2f {
  grid-column: span 2 / span 2;
}

#w-node-_28899ea2-86ab-efb3-497e-1ac39cd086e6-7d7b2a2f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_28899ea2-86ab-efb3-497e-1ac39cd086e7-7d7b2a2f {
  grid-column: span 2 / span 2;
}

#w-node-_47d0689d-9aae-138a-1d50-111a6bb7ebe1-7d7b2a2f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_47d0689d-9aae-138a-1d50-111a6bb7ebe2-7d7b2a2f {
  grid-column: span 2 / span 2;
}

#w-node-_3e3054d7-b339-2d2a-de4c-0f919ec66cb6-7d7b2a2f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3e3054d7-b339-2d2a-de4c-0f919ec66cb7-7d7b2a2f {
  grid-column: span 2 / span 2;
}

#w-node-_0372a8ed-b299-c424-9819-c3b640622470-7d7b2a2f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0372a8ed-b299-c424-9819-c3b640622471-7d7b2a2f {
  grid-column: span 2 / span 2;
}

#w-node-_20581902-c941-00a9-9866-0a3918c363d2-7d7b2a2f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_20581902-c941-00a9-9866-0a3918c363d3-7d7b2a2f {
  grid-column: span 2 / span 2;
}

#w-node-_76312116-f27f-c163-3fca-157a464d5a1d-7d7b2a2f, #w-node-_76312116-f27f-c163-3fca-157a464d5a21-7d7b2a2f, #w-node-_76312116-f27f-c163-3fca-157a464d5a25-7d7b2a2f, #w-node-_76312116-f27f-c163-3fca-157a464d5a29-7d7b2a2f, #w-node-_76312116-f27f-c163-3fca-157a464d5a2d-7d7b2a2f, #w-node-_76312116-f27f-c163-3fca-157a464d5a31-7d7b2a2f {
  justify-self: center;
}

#w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bde2-0eb60d4b {
  align-self: center;
}

#w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bdea-0eb60d4b, #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bdec-0eb60d4b {
  justify-self: stretch;
}

#w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bdf8-0eb60d4b {
  align-self: center;
  justify-self: center;
}

#w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bdff-0eb60d4b {
  align-self: start;
}

#w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392be86-0eb60d4b {
  align-self: start;
  justify-self: end;
}

#w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392be8e-0eb60d4b {
  align-self: start;
}

#w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bf73-0eb60d4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bf76-0eb60d4b {
  justify-self: start;
}

#w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bf7a-0eb60d4b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bf80-0eb60d4b, #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bf89-0eb60d4b, #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bf8e-0eb60d4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ae5430ad-d565-25fc-fb1f-89d3a718d5e4-7d7b2a2f, #w-node-_4cae0b60-da24-c12e-a286-50ea92e31392-7d7b2a2f, #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bde2-0eb60d4b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bdf8-0eb60d4b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bdff-0eb60d4b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392be01-0eb60d4b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392be23-0eb60d4b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392be27-0eb60d4b, #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392be5d-0eb60d4b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392be86-0eb60d4b {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392be87-0eb60d4b {
    order: -9999;
  }

  #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392be8e-0eb60d4b, #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392be91-0eb60d4b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bedd-0eb60d4b {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bdff-0eb60d4b, #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392be01-0eb60d4b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bf7a-0eb60d4b {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ae5430ad-d565-25fc-fb1f-89d3a718d5e4-7d7b2a2f, #w-node-_4cae0b60-da24-c12e-a286-50ea92e31392-7d7b2a2f, #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392be5d-0eb60d4b, #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392be86-0eb60d4b, #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392be8e-0eb60d4b, #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392be91-0eb60d4b {
    grid-column: span 1 / span 1;
  }

  #w-node-_4dc8f214-9cf0-7a9f-408f-9dae1392bf7a-0eb60d4b {
    grid-column: span 2 / span 2;
  }
}
