:root {
  --royal-blue: #2454a2;
  --white-smoke: #eee;
  --white: white;
  --cornflower-blue: #6799d7;
  --sea-green: #217d49;
  --black: #333;
  --dim-grey: #4c4d4f;
  --dim-grey-2: #4f5051;
}

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

h2 {
  color: var(--royal-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 15px;
}

li {
  padding-left: 0;
  font-size: 16px;
  line-height: 30px;
  list-style-type: none;
}

em {
  font-style: italic;
}

.body {
  color: var(--white-smoke);
}

.section {
  min-height: 100vh;
}

.main-hero-banner {
  background-image: linear-gradient(194deg, #4c4d4f87, #ffffffb3), url('../images/GM-Projects-Hero-Banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: auto;
}

.main-hero-banner.shapedividers_com-2062 {
  position: relative;
}

.main-hero-banner.shapedividers_com-5260 {
  background-image: linear-gradient(194deg, #3333338f, #3333332e), url('../images/Header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  min-height: 100px;
  padding-bottom: 147px;
  position: relative;
}

.main-nav-grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  align-items: center;
}

.logo-title {
  color: var(--royal-blue);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

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

.nav-menu {
  width: 100%;
  display: flex;
}

.nav-link {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.navbar {
  background-color: #0000;
  border-radius: 0;
}

.primary-btn {
  background-color: var(--royal-blue);
  color: var(--white);
}

.html-embed {
  position: absolute;
  inset: auto 0% 0%;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.left {
  padding-left: 0;
  padding-right: 12px;
}

.dropdown-link {
  color: #6e7191;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link:hover {
  color: #4a3aff;
}

.header-nav-menu-list {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-logo-link.left {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 25px;
  display: flex;
}

.brix---header-wrapper-rounded {
  background-color: #ffffffad;
  border-radius: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 3px 10px #211f5414;
}

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.dropdown-pd {
  padding: 40px;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-nav-link {
  color: var(--royal-blue);
  width: 99.9996%;
  padding: 12px 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}

.header-nav-link:hover {
  border-bottom: 1px solid var(--sea-green);
  color: var(--sea-green);
  background-color: #217d491c;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

.header-nav-link.w--current {
  color: var(--sea-green);
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #4a3aff;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.brix---header-content-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px #14142b14;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.brix---header-left-col {
  align-items: center;
  display: flex;
}

.brix---container-default {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}

.btn-primary {
  background-color: var(--sea-green);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 15px 38px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  background-color: var(--cornflower-blue);
  color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  background-color: var(--sea-green);
  margin-left: 0;
}

.btn-primary.small.header-btn-hidde-on-mb:hover {
  background-color: var(--cornflower-blue);
  color: var(--white);
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.header-logo {
  max-width: 240px;
}

.logo-column {
  align-items: center;
  display: flex;
}

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

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

.div-block {
  padding-top: 32px;
  padding-left: 3vw;
  padding-right: 3vw;
}

.div-block-2 {
  width: 65%;
  height: auto;
}

.container {
  text-shadow: 0 1px 1px #0000009e;
  max-width: 65%;
  margin-top: 18px;
}

.heading {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2454a266;
  font-family: Roboto, sans-serif;
  font-size: 65px;
  line-height: 75px;
}

.heading.terms {
  color: var(--white);
  margin-top: 79px;
}

.two-button-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-top: 35px;
  margin-bottom: 39px;
  display: flex;
}

.btn-secondary {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 15px 38px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s, background-color .3s, transform .3s, color .3s;
}

.btn-secondary:hover {
  background-color: var(--cornflower-blue);
  color: #fff;
  font-family: Roboto, sans-serif;
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-secondary.small.header-btn-hidde-on-mb {
  background-color: var(--sea-green);
  margin-left: 0;
}

.btn-secondary.small.header-btn-hidde-on-mb:hover {
  background-color: var(--cornflower-blue);
  color: var(--white);
}

.std-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.std-section.grey {
  background-color: var(--white-smoke);
  position: relative;
}

.std-section.grey.color-bg {
  background-color: #4f5051;
  background-image: linear-gradient(#33333329, #33333329), url('../images/Reviews-BG.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.std-section.grey.color-bg.shapedividers_com-5260 {
  background-image: linear-gradient(#33333380, #33333380), url('../images/Footer.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.std-section.shapedividers_com-5260 {
  position: relative;
}

.std-container {
  max-width: 65%;
}

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

.grid.portfolio {
  margin-top: 66px;
}

.heading-2 {
  color: var(--royal-blue);
  margin-top: 13px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.heading-2.white {
  color: var(--royal-blue);
}

.heading-2.white.new {
  color: var(--white);
}

.paragraph {
  color: var(--black);
  margin-top: 18px;
  margin-bottom: 32px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.heading-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.heading-wrapper.white {
  justify-content: center;
}

.heading-wrapper.spacing {
  justify-content: center;
  margin-top: 66px;
}

.heading-wrapper.spacing.center {
  justify-content: center;
  max-width: 65%;
  margin-top: 0;
}

.heading-wrapper.spacing.center.new {
  max-width: none;
}

.heading-wrapper.center {
  justify-content: center;
  margin-top: 58px;
}

.circle-bg-element {
  background-color: var(--royal-blue);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  margin-left: 89px;
  position: relative;
  top: -4px;
  left: 36px;
  box-shadow: 0 2px 20px #000000fa;
}

.image {
  border-radius: 50%;
  width: 380px;
  height: 380px;
  margin-left: 65px;
  position: static;
  top: 22px;
  left: -31px;
}

.container---xs {
  background-image: url('../images/shri-BA_i8d6uVqk-unsplash_1shri-BA_i8d6uVqk-unsplash.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  max-width: 452px;
  min-height: 40vh;
  overflow: hidden;
}

.container---xs.double._9 {
  background-image: url('../images/About.jpg');
  border-radius: 8%;
}

.container---xs.double._9.small {
  width: 400px;
  max-width: none;
  height: 100%;
  min-height: auto;
}

.css {
  display: none;
}

.icon-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

.paragraph-2 {
  color: var(--royal-blue);
  text-align: center;
  margin-top: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.service-grid-primary {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 53px;
}

.rich-text-block {
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.rich-text-block h3 {
  color: var(--royal-blue);
  margin-top: 0;
}

.rich-text-block p {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.rich-text-block em {
  color: var(--cornflower-blue);
}

.rich-text-block ul {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: block;
}

.rich-text-block li {
  background-image: url('../images/Icon-for-headings.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 10px;
  padding-left: 36px;
  font-size: 18px;
  line-height: 32px;
}

.rich-text-block.new {
  margin-top: 22px;
}

.rich-text-block a {
  color: var(--sea-green);
  text-decoration: none;
}

.service-grid-secondary {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 53px;
}

.tab-panel {
  background-color: #fff;
  border-radius: 24px;
  min-height: auto;
  padding: 30px 25px 25px;
}

.text-block {
  color: var(--royal-blue);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.text-block.portfolio {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.tab-button {
  opacity: .29;
  color: #151c34;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 15px;
  font-size: 15px;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #151c34;
  background-color: #0000;
  justify-content: center;
  position: relative;
}

.tab-button.portfolio {
  background-color: var(--royal-blue);
  opacity: 1;
  border-radius: 48px;
  padding: 13px;
}

.tab-button.portfolio:hover {
  background-color: var(--cornflower-blue);
  opacity: 1;
}

.tab-button.portfolio.w--current {
  background-color: var(--sea-green);
}

.tab-button.portfolio.w--current:hover {
  background-color: var(--cornflower-blue);
}

.tab-image {
  width: 44px;
  margin-right: 12px;
}

.paragraph-3 {
  color: #7b88a8;
  max-width: 650px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.link-arrow {
  color: #6a35ff;
  align-items: center;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.load-bar-base {
  background-color: var(--sea-green);
  border-radius: 500px;
  max-width: 100%;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-h1 {
  color: #2d3958;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.1;
}

.content-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.tab-grid {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.tabs-menu {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-menu.portfolio {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.animation-block {
  border-radius: 25px;
}

.tabs-content {
  padding-top: 40px;
  overflow: visible;
}

.tabs-content.portfolio {
  padding-top: 18px;
}

.text-block-5 {
  margin-right: 14px;
}

.load-bar {
  background-color: #7839f3;
  border-radius: 500px;
  width: 0%;
  height: 5px;
}

.text-block-6 {
  color: var(--royal-blue);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.text-block-7, .text-block-8 {
  color: var(--royal-blue);
  font-size: 16px;
}

.tabs.portfolio {
  margin-top: 46px;
  padding-top: 33px;
  padding-left: 23px;
  padding-right: 23px;
  box-shadow: 0 2px 20px #0003;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 43px;
  margin-bottom: 86px;
  display: flex;
}

.div-block-4.extra {
  margin-bottom: 0;
}

.html-embed-2 {
  width: 100%;
}

.popup-wrapper {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.popup-wrapper.mission {
  display: flex;
}

.popup-container {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 65%;
  height: auto;
  padding: 2vw;
  display: flex;
  position: relative;
  box-shadow: 0 2px 15px #000000ba;
}

.div-block-5 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  width: 90%;
  margin-top: 19px;
  display: flex;
}

.additonal-services-rich-text {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.additonal-services-rich-text li {
  background-image: url('../images/Icon-for-headings.png');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
}

.div-block-6 {
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-button {
  background-color: var(--royal-blue);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 35px;
  font-style: italic;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.reviews-grid {
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.reviews-div-block {
  background-color: var(--white);
  border-radius: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2vw;
  display: flex;
}

.dropdown-toggle-2 {
  color: var(--royal-blue);
}

.dropdown {
  color: var(--royal-blue);
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  position: static;
}

.paragraph-4 {
  color: var(--royal-blue);
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.paragraph-5 {
  color: var(--royal-blue);
  height: auto;
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  background-color: #0000;
  font-weight: 400;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: -100px auto auto;
}

.d-135-view-project-text {
  z-index: 5;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  position: relative;
}

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

.d-135-card-wrapper {
  background-image: linear-gradient(#00000042, #00000042), url('../images/Portfolio.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 8%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.d-135-card-wrapper._2, .d-135-card-wrapper._3 {
  background-image: linear-gradient(#00000042, #00000042), url('../images/Portfolio.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 8%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.d-135-view-project-underline {
  background-color: var(--sea-green);
  transform-origin: 0%;
  height: 10px;
  margin-top: -10px;
  position: relative;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.browser-demo {
  z-index: auto;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 800px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.d-135-color-overlay {
  background-color: #0000004d;
  border-radius: 8%;
  position: absolute;
  inset: 0%;
}

.d-135-view-project-wrapper {
  margin-top: 40px;
}

.browser-top {
  z-index: 1;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.d-135-card-caption {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}

.demo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row-reverse;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 35px;
  margin-right: 0%;
  display: grid;
  position: relative;
  inset: 0%;
}

.d-135-h3-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.image-2 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.section-title {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.section-title.footer {
  margin-bottom: 20px;
}

.footer-03-div {
  grid-column-gap: 44px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  display: grid;
}

.brand-link {
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.brand-link.in-footer {
  margin-bottom: 15px;
}

.brand-link.in-footer._2 {
  margin-bottom: 0;
}

.footer-03-bottom {
  border-top: 1px solid #dbdbdb;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.blue {
  color: #3b2ae5;
}

.legal-info {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 22px;
}

.legal-info.non {
  font-style: normal;
}

.button {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button:hover {
  opacity: .8;
}

.globe {
  max-width: 40px;
  margin-right: 10px;
}

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

.footer-section-03 {
  background-color: var(--black);
  background-image: linear-gradient(#00000069, #00000069), url('../images/Reviews-BG.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 54px;
  display: flex;
}

.footer-section-03.shapedividers_com-8736 {
  background-image: linear-gradient(#00000069, #00000069), url('../images/Footer.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
}

.text-field-01 {
  border: 1px solid #dbdbdb;
  height: 48px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-01:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.logo-txt {
  color: #000;
  margin-top: 3px;
  line-height: 23px;
}

.footer-top-bar {
  border-bottom: 1px solid #dbdbdb;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 97px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.footer-newsletter-form {
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-newsletter-block {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.platform-icon {
  background-color: #3b2ae5;
  justify-content: center;
  align-items: center;
  width: 22px;
  max-width: 22px;
  height: 22px;
  max-height: 22px;
  margin-right: 0;
  padding: 4px;
  display: flex;
}

.footer-link {
  opacity: .8;
  color: #000;
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-link:hover {
  opacity: 1;
  color: #3b2ae5;
}

.social-link-nav {
  color: #3b2ae5;
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-nav:hover {
  opacity: .8;
}

.services-wrap-footer {
  margin-top: 0;
}

.socials-in-footer {
  border-left: 1px #dbdbdb;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-3 {
  width: 20%;
}

.link-block-2 {
  align-items: center;
  margin-bottom: 17px;
  text-decoration: none;
  display: flex;
}

.text-block-9 {
  color: var(--white);
  text-shadow: 0 1px 4px #000000b8;
  margin-top: -14px;
  margin-left: 4px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
}

.div-block-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--cornflower-blue);
  border-radius: 48px;
  align-items: center;
  padding: 18px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.div-block-7:hover {
  background-color: var(--royal-blue);
}

.text-block-10 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.html-embed-3 {
  width: 90%;
  margin-top: 28px;
}

.paragraph-6 {
  color: var(--black);
  margin-top: 26px;
  padding: 1px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.mission-popup-wrapper {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.mission-popup-wrapper.mission {
  display: flex;
}

.html-embed-4 {
  position: absolute;
  inset: 0% 0% auto;
}

.html-embed-4.shapedividers_com-8736 {
  z-index: 55;
}

.paragraph-7 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.active-rich-text {
  color: var(--black);
  margin-top: 29px;
  font-family: Roboto, sans-serif;
}

.active-rich-text h3 {
  color: var(--royal-blue);
  margin-top: 0;
}

.active-rich-text p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.active-rich-text em {
  color: var(--cornflower-blue);
}

.active-rich-text ul {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.active-rich-text li {
  background-image: url('../images/Icon-for-headings.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 10px;
  padding-left: 36px;
  font-size: 18px;
  line-height: 32px;
}

.active-rich-text.new {
  margin-top: 22px;
}

.link {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.terms-rich-text {
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.terms-rich-text h3 {
  color: var(--cornflower-blue);
  margin-top: 0;
  font-size: 20px;
  font-style: italic;
}

.terms-rich-text p {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.terms-rich-text em {
  color: var(--cornflower-blue);
}

.terms-rich-text ul {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: block;
}

.terms-rich-text li {
  background-image: url('../images/Icon-for-headings.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 10px;
  padding-left: 36px;
}

.terms-rich-text.new {
  margin-top: 22px;
}

.link-2 {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

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

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

.text-block-11 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.heading-3 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #217d49;
  border-radius: 48px;
  justify-content: center;
  padding: 15px 38px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #6799d7;
  transform: translate3d(0, -3px, .01px);
}

@media screen and (min-width: 1920px) {
  .header-nav-list-item.left {
    padding-right: 0;
  }

  .header-nav-menu-list {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .header-nav-link {
    font-size: 20px;
  }

  .brix---header-content-wrapper {
    grid-template-columns: .5fr 1.75fr .25fr;
  }

  .brix---container-default {
    max-width: none;
    padding: 10px 52px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: -9px;
  }

  .brix---header-menu-wrapper-v2 {
    display: flex;
  }

  .menu-column {
    justify-content: space-around;
  }

  .div-block {
    padding-top: 25px;
  }

  .div-block-2 {
    width: 65%;
    height: auto;
  }

  .container {
    max-width: 65%;
    margin-top: 50px;
  }

  .heading {
    font-family: Roboto, sans-serif;
    font-size: 60px;
    line-height: 75px;
  }

  .two-button-wrapper {
    margin-bottom: 93px;
  }

  .btn-secondary.small.header-btn-hidde-on-mb {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: -9px;
  }

  .std-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .std-section.grey.color-bg {
    background-image: linear-gradient(#33333373, #33333373), url('../images/Reviews-BG.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .std-section.shapedividers_com-5260 {
    position: relative;
  }

  .std-container {
    max-width: 65%;
  }

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

  .heading-wrapper.center {
    justify-content: center;
    margin-top: 63px;
  }

  .container---xs.double._9 {
    max-width: 600px;
  }

  .rich-text-block ul {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: block;
  }

  .rich-text-block.new {
    margin-top: 35px;
  }

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

  .text-block.portfolio {
    color: var(--white);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
  }

  .tab-button {
    justify-content: center;
    padding-right: 8px;
  }

  .tab-button.portfolio {
    background-color: var(--royal-blue);
    opacity: 1;
    color: var(--white);
    border-radius: 48px;
    font-size: 18px;
  }

  .tab-button.portfolio:hover {
    background-color: var(--cornflower-blue);
  }

  .tab-button.portfolio.w--current {
    background-color: var(--sea-green);
  }

  .tab-image {
    width: 65px;
  }

  .load-bar-base {
    background-color: var(--sea-green);
    max-width: 100%;
  }

  .tabs-menu {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    max-width: none;
  }

  .load-bar {
    background-color: var(--sea-green);
  }

  .text-block-6, .text-block-8 {
    font-size: 20px;
  }

  .tabs {
    margin-top: 39px;
  }

  .popup-wrapper {
    display: none;
  }

  .popup-wrapper.mission {
    display: flex;
  }

  .popup-container {
    height: auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .div-block-5 {
    justify-content: space-between;
    width: 70%;
    margin-top: 29px;
  }

  .reviews-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .reviews-div-block {
    background-color: var(--white);
    color: var(--royal-blue);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 2vw;
    font-size: 16px;
    line-height: 30px;
    display: flex;
  }

  .dropdown-toggle-2 {
    color: var(--royal-blue);
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }

  .dropdown {
    width: 100%;
    font-family: Roboto, sans-serif;
  }

  .paragraph-4 {
    letter-spacing: 1px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 900;
  }

  .paragraph-5 {
    height: auto;
    padding-top: 16px;
    font-family: Roboto, sans-serif;
    line-height: 32px;
  }

  .dropdown-list {
    position: static;
  }

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

  .d-135-card-wrapper, .d-135-card-wrapper._2, .d-135-card-wrapper._3 {
    background-image: linear-gradient(#00000042, #00000042), url('../images/Portfolio.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    width: 100%;
  }

  .demo-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    margin-top: 43px;
    display: grid;
  }

  .footer-section-03 {
    position: relative;
  }

  .footer-top-bar {
    margin-top: 131px;
  }

  .paragraph-6 {
    color: var(--black);
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .mission-popup-wrapper {
    display: none;
  }

  .mission-popup-wrapper.mission {
    display: flex;
  }

  .active-rich-text ul {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .active-rich-text.new {
    margin-top: 35px;
  }

  .terms-rich-text ul {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .terms-rich-text.new {
    margin-top: 35px;
  }
}

@media screen and (max-width: 991px) {
  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---btn-header-hidden-on-mbl.v16 {
    margin-left: 0;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-menu-wrapper-v2 {
    background-color: #fff;
    border: 1px solid #eff0f6;
    border-radius: 28px;
    margin-top: 19px;
    padding: 24px;
  }

  .container {
    max-width: 85%;
  }

  .heading {
    font-size: 28px;
    line-height: 40px;
  }

  .two-button-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .btn-secondary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .std-container {
    max-width: 85%;
  }

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

  .container---xs.double._9 {
    margin-top: 42px;
  }

  .content-block {
    padding: 20px 10px;
  }

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

  .tabs-menu.portfolio {
    flex-direction: column;
  }

  .reviews-grid {
    flex-direction: column;
    display: flex;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .d-135-card-wrapper {
    margin-bottom: 60px;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 140px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  .image-2 {
    margin-right: 0;
  }

  .footer-03-div {
    flex-direction: column;
    display: flex;
  }

  .footer-section-03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .active-rich-text ul {
    display: block;
  }

  .btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .header-logo {
    max-width: 220px;
  }

  .btn-secondary {
    padding: 20px 32px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .heading-2 {
    font-size: 22px;
  }

  .heading-wrapper.spacing.center {
    max-width: 85%;
  }

  .heading-wrapper.spacing.center.new, .heading-wrapper.center, .tab-button, .tab-button.w--current {
    justify-content: flex-start;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

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

  .instructions-wrapper {
    margin-left: 0;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .demo-wrapper {
    margin-top: 140px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-03-div {
    grid-template-columns: 2fr;
  }

  .brand-link.in-footer {
    padding-left: 0;
  }

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

  .image-4, .image-5, .image-6, .image-7, .image-9, .image-10 {
    display: none;
  }

  .btn-primary-2 {
    padding: 20px 32px;
  }
}

@media screen and (max-width: 479px) {
  .main-hero-banner.shapedividers_com-5260 {
    padding-bottom: 78px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .header-nav-menu-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .brix---header-wrapper-rounded {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    background-color: var(--cornflower-blue);
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-logo {
    max-width: 170px;
  }

  .div-block-2 {
    width: 90%;
  }

  .container {
    max-width: 80%;
  }

  .heading {
    font-size: 28px;
    line-height: 40px;
  }

  .heading.terms {
    margin-bottom: 63px;
  }

  .two-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .std-section.grey.shapedividers_com-8736 {
    padding-top: 43px;
  }

  .std-section.shapedividers_com-5260 {
    padding-top: 48px;
  }

  .std-container {
    max-width: 80%;
  }

  .image-wrapper-right {
    width: 100%;
    margin-top: 34px;
  }

  .grid {
    flex-direction: column;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .heading-2 {
    font-size: 28px;
  }

  .heading-wrapper.spacing.center {
    max-width: 85%;
  }

  .heading-wrapper.center {
    justify-content: flex-start;
  }

  .heading-wrapper.popup {
    margin-top: 43px;
  }

  .heading-wrapper.mission-pipup {
    flex-direction: row;
    width: 100%;
    margin-top: 35px;
  }

  .container---xs.double._9 {
    max-width: none;
  }

  .tab-panel {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-button.w--current {
    justify-content: flex-start;
  }

  .content-block {
    padding-bottom: 10px;
  }

  .tabs-content {
    padding-top: 53px;
  }

  .popup-wrapper {
    display: none;
  }

  .popup-container {
    width: 85%;
  }

  .popup-container.mission {
    height: 600px;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 600px;
    overflow: auto;
  }

  .reviews-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .reviews-div-block {
    padding: 9vw;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 140px;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    margin-top: 0;
    margin-right: 0;
  }

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

  .footer-03-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-newsletter-form {
    width: 100%;
  }

  .platform-icon {
    min-width: 22px;
    min-height: 22px;
  }

  .social-link-nav {
    margin-bottom: 10px;
  }

  .socials-in-footer {
    margin-left: -20px;
  }

  .mission-popup-wrapper {
    display: none;
  }

  .active-rich-text ul {
    display: block;
  }

  .image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10 {
    display: none;
  }

  .btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

#w-node-_9f2df595-a295-025c-7af7-a8cf3a067c91-a8a9396f {
  justify-self: center;
}

#w-node-_19f88031-8b46-31ac-6f98-3872d244423a-d244422b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_4a76434a-722b-78af-1aca-3fbb11ac1609-a8a9396f, #w-node-_9f2df595-a295-025c-7af7-a8cf3a067c91-a8a9396f, #w-node-ed55442e-c2db-501a-2315-510cbf7c2336-a8a9396f, #w-node-_9699cc91-6ed1-2d58-90cb-cf54c7c571e7-a8a9396f, #w-node-e1e624a8-2232-b412-baf0-d36fbd5e620a-a8a9396f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


