:root {
  --dim-grey: dimgrey;
  --midnight-blue: #1f1d55;
  --slate-blue: #4354ff;
  --white: white;
  --white-smoke: #f8f8f8;
  --smarterchange-blue: #6d54eb;
  --medium-blue: #3a2bc4;
  --white-2: #fffffff2;
  --midnight-blue-2: #1f1f38;
  --gelb: #fff000;
  --black: #1e1e2f;
  --royal-blue: #0d6efd;
  --slate-blue-2: #6d54eb1a;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: var(--dim-grey);
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.8;
  display: block;
}

h1 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Radio Canada;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Radio Canada;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Radio Canada;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Radio Canada;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Radio Canada;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Radio Canada;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--slate-blue);
  text-decoration: none;
}

.nav-link {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 500;
}

.nav-link.blue-hover {
  color: var(--midnight-blue);
  font-family: IBM Plex Sans, sans-serif;
  display: inline-block;
}

.nav-link.blue-hover:hover {
  color: var(--slate-blue);
}

.nav-link.black-hover {
  padding: 8px 30px;
}

.nav-link.black-hover:hover {
  color: #000;
}

.nav-link.black-hover.w--current {
  color: var(--dim-grey);
}

.navbar {
  background-color: var(--white);
  width: 100%;
  max-width: none;
  display: block;
  position: sticky;
  top: 0%;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 5px #0000001a;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.submenu-list {
  background-color: #e7d5d5;
}

.submenu-list.w--open {
  border-style: none none solid;
  border-width: 5px 5px 4px;
  border-color: black black var(--midnight-blue);
  background-color: #fff;
  border-radius: 0;
  width: 240px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 29px 2px #0000000d;
}

.project-thumbnail {
  border-radius: 5px;
  width: 150px;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.hero-section {
  background-color: #eff2f6;
  position: relative;
  overflow: hidden;
}

.hero-section.hero-one-animate {
  z-index: 1;
  background-color: #f9f9f9;
}

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

.section-background-gray {
  z-index: 1;
  background-color: var(--white-smoke);
}

.section-background-gray.testimonial-image-bg {
  background-image: linear-gradient(#ffffffd9, #f8f8f8), url('../images/spencer-DXobXpIa9_4-unsplash_web.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-background-gray.footer-bg-image {
  background-color: var(--smarterchange-blue);
  background-image: linear-gradient(to bottom, var(--smarterchange-blue), white), url('../images/footer-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-content {
  text-align: left;
}

.section-content.text-center {
  text-align: center;
}

.section-content.section-contern-gap-80 {
  margin-bottom: 65px;
}

.section-content.section-contern-gap-80.text-center {
  text-align: center;
  margin-bottom: 0;
}

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

.hero-column-right {
  z-index: 1;
  justify-content: flex-end;
  display: flex;
}

.section-tag {
  color: var(--smarterchange-blue);
  text-align: center;
  flex: 0 auto;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.section-tag.text-light {
  color: var(--white);
  text-align: left;
  font-weight: 400;
}

.section-tag.text-center {
  color: var(--smarterchange-blue);
  text-align: center;
}

.section-tag.position-left {
  text-align: left;
}

.bold-text {
  color: var(--smarterchange-blue);
  text-align: left;
  font-weight: 600;
  line-height: 1.33;
  display: inline-block;
}

.section-tag-border-start {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.section-tag-border {
  background-color: var(--medium-blue);
  width: 50px;
  height: 3px;
}

.section-tag-border.margin-right-15 {
  background-color: var(--smarterchange-blue);
  margin-right: 15px;
}

.section-text-medium {
  text-align: left;
  letter-spacing: .5px;
  font-family: IBM Plex Sans, sans-serif;
}

.section-text-medium.center {
  text-align: center;
}

.section-text-medium.center.white {
  color: var(--white);
}

.nav-menu {
  margin-right: 40px;
  display: block;
  position: static;
}

.offcanvas-logo-link, .offcanvas-logo-link.w--current {
  display: none;
}

.hero-column-left {
  z-index: 2;
}

.section-inner-space-120 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-image-box {
  text-align: right;
  position: relative;
}

.about-section-image-1 {
  text-align: left;
  border-radius: 10px;
}

.sction-inner-space-120 {
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
  overflow: hidden;
}

.section-title-medium {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.16;
}

.section-title-medium.text-light {
  color: var(--white-2);
  font-family: IBM Plex Mono, sans-serif;
}

.section-background-white {
  background-color: #fff;
  position: relative;
  overflow: visible;
}

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

.about-column-left {
  padding-right: 40px;
}

.about-column-right {
  padding-left: 40px;
}

.service-section {
  z-index: 1;
  position: relative;
}

.section-title-small {
  z-index: 5;
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}

.service-list-single-item {
  z-index: 1;
  text-align: center;
  background-color: #fffffff2;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-icon {
  background-color: var(--white-smoke);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-bottom: 25px;
  display: flex;
}

.service-content-title {
  color: var(--midnight-blue-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  display: inline-block;
}

.header-social-menu {
  display: none;
}

.header-social-menu-list {
  grid-column-gap: 10px;
  display: flex;
}

.header-social-link {
  background-color: var(--medium-blue);
  color: var(--midnight-blue);
  border: 1px solid #2c79ff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Font Awesome5 Brands;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.header-social-link:hover {
  background-color: var(--slate-blue);
}

.team-section {
  display: none;
}

.team-inner-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
}

.team-single-item {
  z-index: 1;
  padding-left: 20px;
  position: relative;
}

.team-image {
  border-radius: 40px 10px 10px;
  position: relative;
  top: 20px;
  overflow: hidden;
}

.team-content {
  margin-top: 40px;
}

.team-social-link {
  background-color: var(--medium-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.team-social-link:hover {
  background-color: var(--midnight-blue);
  color: var(--slate-blue);
}

.team-member-name {
  color: var(--midnight-blue);
  font-family: Radio Canada;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}

.team-member-name:hover {
  color: var(--medium-blue);
}

.faq-section {
  background-color: #0000;
  display: block;
}

.faq-column {
  align-items: flex-end;
  display: flex;
}

.faq-column.alignment-top {
  flex-direction: row;
  align-items: flex-start;
}

.faq-column-right {
  display: block;
}

.accordian-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: block;
}

.accordian-single-item {
  border: 2px solid var(--gelb);
  background-color: var(--midnight-blue-2);
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.accordian-hader-text {
  color: #fff;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.accordian-hader-text.w--open {
  color: #fff;
  display: flex;
}

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

.faq-video {
  position: relative;
}

.accordian-title {
  white-space: pre-wrap;
  padding: 15px;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  transition: color .2s;
  position: static;
}

.accordian-icon {
  border: 2px solid var(--white);
  border-radius: 50%;
  margin: 15px 10px 15px 15px;
  padding: 15px;
  font-family: Font Awesome Solid;
  position: relative;
}

.anwendungsgebiete {
  display: block;
}

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

.section-background-blue {
  background-color: var(--midnight-blue-2);
  background-image: url('../images/Faq-Pattern.png');
  background-position: 50%;
  background-size: cover;
}

.section-fluid-100 {
  padding-left: 0;
  padding-right: 0;
}

.project-single-item {
  z-index: 1;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.project-slider-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.project-slider-item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
}

.project-slider-content {
  text-align: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  transform: translate(0, -30px);
}

.project-slider-image {
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

.project-tag {
  color: #a9a6c6;
  font-size: 13px;
  font-weight: 500;
}

.project-link {
  color: var(--white);
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.testimonial-slider {
  background-color: #0000;
  width: auto;
  height: auto;
  position: relative;
}

.section-fluid-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.testimonial-item {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial-single-item {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 40px 50px;
  display: block;
  overflow: visible;
}

.testimonial-text {
  letter-spacing: .5px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
}

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

.testimonial-user-image {
  border-radius: 50%;
  max-width: 15%;
  margin-right: 20px;
}

.testimonial-user-name {
  color: var(--midnight-blue);
  text-transform: capitalize;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.testimonial-user-title {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 15px;
}

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

.testimonila-mask {
  margin-left: -25px;
  margin-right: -25px;
  position: relative;
  overflow: hidden;
}

.testimonial-item-wrapper {
  display: block;
}

.deafult-slider-nav-icon {
  color: var(--midnight-blue);
}

.default-slider-arrow {
  background-color: #fff;
  border-radius: 50%;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 15px;
  display: flex;
  bottom: 0;
  box-shadow: 0 0 10px 1px #474b5f14;
}

.default-slider-arrow.default-arrow-next {
  right: -30px;
}

.default-slider-arrow.default-arrow-prev {
  left: -30px;
}

.default-slider-nav-icon {
  color: var(--midnight-blue);
}

.blog-feed-section {
  display: none;
}

.blog-feed-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-single-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white-smoke);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px 30px 20px 20px;
  display: flex;
}

.blog-thumbnail-image-link {
  border-radius: 5px;
  width: 125px;
  height: 125px;
  overflow: hidden;
}

.blog-thumbnail-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-feed-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
}

.blog-feed-title {
  color: var(--midnight-blue);
  margin-bottom: 15px;
  font-family: Radio Canada;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.blog-feed-title:hover {
  color: var(--medium-blue);
}

.blog-feed-post-meta {
  margin-right: -15px;
  display: flex;
}

.blog-feed-post-meta.blog-details-post-meta-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.post-meta-catagories {
  color: var(--dim-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.newsletter-section {
  display: none;
}

.post-meta-author {
  color: var(--dim-grey);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.post-meta-author:hover {
  color: var(--midnight-blue);
}

.post-meta-item {
  align-items: flex-start;
  display: flex;
}

.post-meta-item.margin-bottom-10 {
  align-items: center;
  margin-bottom: 10px;
}

.post-meta-date {
  color: var(--dim-grey);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.section-background-newsletter {
  background-color: var(--medium-blue);
  background-image: url('../images/subscribe-shape-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sction-inner-space-80 {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  overflow: visible;
}

.newsletter-title {
  color: #fff;
  text-align: left;
  font-size: 48px;
  line-height: 1.3;
}

.paragraph-2 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.newsletter-wrapper {
  align-items: center;
  display: flex;
}

.newsletter-form-item {
  height: 50px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.form-block {
  margin-bottom: auto;
}

.newsletter-subscribe-input {
  border-radius: 5px;
  height: 100%;
  margin-bottom: 0;
  padding: 3px 170px 3px 20px;
}

.newsletter-subscribe-button {
  background-color: var(--midnight-blue);
  border-radius: 0 5px 5px 0;
  height: 100%;
  padding: 0 55px;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.newsletter-column-right {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-column {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-title {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 15px;
}

.footer-info-text {
  color: var(--dim-grey);
  text-decoration: none;
  transition: all .3s;
}

.footer-info-text:hover {
  color: var(--royal-blue);
}

.footer-info-text.footer-text:hover {
  color: var(--dim-grey);
  font-weight: 400;
}

.footer-info-item {
  margin-bottom: 15px;
}

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

.footer-nav-list {
  flex: 1;
  margin-top: 0;
  padding-left: 0;
}

.footer-nav-item {
  margin-bottom: 10px;
}

.footer-nav-link {
  color: var(--white);
  letter-spacing: .5px;
  font-family: IBM Plex Sans, sans-serif;
  transition: all .3s;
}

.footer-nav-link:hover {
  color: var(--midnight-blue);
}

.footer-copyright {
  border-top: 1px solid #1e1e2f1a;
  padding-top: 20px;
}

.copyright-text {
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
}

.service-text {
  text-align: center;
  letter-spacing: .5px;
  font-family: IBM Plex Sans, sans-serif;
}

.breadcrumb-section {
  z-index: 2;
  background-image: linear-gradient(#090624e0, #090624e0), url('../images/breadcrumb-bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: relative;
}

.section-innert-space-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.breadcrumb-title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 600;
  display: inline-block;
}

.breadcrumb-content {
  text-align: center;
}

.breadcrumb-nav-list {
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.breadcrumb-nav-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumb-nav-link {
  color: #fff;
  font-family: Radio Canada;
  text-decoration: none;
}

.project-contact-column {
  display: flex;
}

.project-contact-column-left {
  background-color: var(--white);
  align-self: flex-end;
  padding: 20px 20px 40px;
}

.project-contact-column-right {
  background-color: #0000;
  align-self: flex-end;
  padding: 0 60px 40px;
}

.project-contact-form {
  padding-top: 20px;
}

.project-contact-item-field {
  background-color: var(--white-smoke);
  outline-offset: 0px;
  border: 1px #000;
  border-radius: 5px;
  outline: 3px #333;
  height: 50px;
  margin-bottom: 30px;
  padding: 10px 15px;
  font-family: IBM Plex Sans, sans-serif;
}

.project-contact-item-field.project-contact-item-textarea {
  min-height: 100px;
  font-family: IBM Plex Sans, sans-serif;
}

.page-pagination {
  margin-top: 60px;
}

.page-paginaton-item {
  color: var(--slate-blue);
  background-color: #f8f8f8;
  border-style: none;
  border-radius: 6px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 500;
  transition: all .3s;
}

.page-paginaton-item:hover {
  background-color: var(--midnight-blue);
  color: #fff;
  box-shadow: 0 -1px 3px #0000001a;
}

.blog-details-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.blog-details-hero-image {
  margin-bottom: 20px;
}

.blog-details-content {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 60px;
  display: block;
}

.section-fluid-570 {
  border-bottom: 1px #f5f5f51a;
  padding-left: 190px;
  padding-right: 190px;
}

.blog-details-hero-title {
  color: var(--midnight-blue);
  font-weight: 600;
}

.blog-details-rich-text {
  margin-top: 20px;
}

.blog-tag-and-share {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.blog-tag-link {
  color: var(--dim-grey);
  text-decoration: none;
}

.blog-share {
  align-items: center;
  display: flex;
  position: relative;
}

.blog-share-text {
  margin-bottom: 0;
  margin-right: 20px;
}

.blog-share-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 6px;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  top: -50px;
  box-shadow: 0 0 5px #00000040;
}

.author-share-link {
  color: #fff;
  margin-left: 12.5px;
  margin-right: 12.5px;
  font-family: Font Awesome Brand;
  font-size: 21px;
  text-decoration: none;
  transition: color .3s;
}

.author-share-link:hover {
  color: var(--white-smoke);
}

.author-wrapper {
  display: block;
}

.author-thumbnail {
  text-align: left;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  flex: none;
}

.author-image-thumbnail {
  object-fit: cover;
  border-radius: 15px 0% 0% 15px;
  width: 100%;
  box-shadow: 0 0 3px #f8f8f81a;
}

.author-name {
  color: var(--midnight-blue);
  font-weight: 600;
}

.team-member-title {
  color: var(--dim-grey);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.team-member-title.w--current {
  color: var(--slate-blue);
  font-size: 18px;
}

.team-member-social {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.blog-author-column {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.blog-author-column-left {
  flex: 0 auto;
  padding-right: 60px;
}

.team-social-share-list {
  flex: 0 auto;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
  position: static;
  top: -50px;
}

.team-share-item {
  background-color: var(--slate-blue);
  text-align: center;
  border-radius: 5px;
}

.service-details-column {
  display: flex;
  position: relative;
  overflow: visible;
}

.service-details-column-left {
  position: relative;
  overflow: visible;
}

.service-details-hero-content {
  padding-left: 20px;
}

.service-details-hero-title {
  color: var(--midnight-blue);
  font-size: 36px;
  line-height: 1.3;
}

.service-details-hero-subtitle {
  color: var(--midnight-blue);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

.service-details-hero-text {
  margin-top: 25px;
}

.main-wrapper {
  position: relative;
}

.service-description.margin-top-80 {
  margin-top: 80px;
}

.service-about-text {
  margin-bottom: 40px;
}

.service-block-quote {
  background-color: var(--white-smoke);
  align-items: center;
  padding: 60px;
  display: flex;
}

.block-quote {
  color: var(--slate-blue);
  border-left-style: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 60px;
  font-size: 20px;
  line-height: 1.6;
}

.project-info-column-right {
  padding-left: 100px;
}

.project-info-main-title {
  color: var(--midnight-blue);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
}

.project-details-list {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-details-label {
  color: var(--midnight-blue);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.project-details-item-text {
  color: var(--dim-grey);
}

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

.bold-text-5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.project-details-title {
  color: var(--midnight-blue);
}

.project-details-about {
  color: var(--dim-grey);
}

.project-main-image {
  margin-top: 40px;
  margin-bottom: 60px;
}

.project-main-images {
  object-fit: cover;
  width: 100%;
  display: block;
}

.project-category-about-column {
  padding-bottom: 90px;
}

.project-abolut-column-right {
  padding-left: 100px;
}

.project-category-about-main-title {
  color: var(--midnight-blue);
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.5;
}

.feature-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-feature-image-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "." 1fr
                 "." 1fr
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.title-style {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 47px;
  font-weight: 400;
  display: inline-block;
}

.title-style-wrapper {
  margin-bottom: 30px;
  display: inline-block;
}

.title-style-border {
  background-color: var(--midnight-blue);
  width: 100%;
  height: 3px;
}

.paragraph-styles.mt-20 {
  margin-top: 20px;
}

.small {
  font-size: 14px;
}

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

.color-box {
  border: 2px solid #353535;
  height: 150px;
  position: relative;
}

.color-box.slate-blue, .color-box.royal-blue {
  background-color: var(--slate-blue);
}

.color-box.dim-gray {
  background-color: var(--dim-grey);
}

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

.color-box.white {
  background-color: var(--white);
}

.color-box.black {
  background-color: var(--black);
}

.color-box.midnight-blue {
  background-color: var(--midnight-blue);
}

.color-box.medium-blue {
  background-color: var(--medium-blue);
}

.color-code {
  text-align: center;
  background-color: #e9e9e9;
  border-top: 2px solid #414141;
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
}

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

.change-log-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.change-log-title {
  background-color: var(--slate-blue);
  color: var(--white);
  margin-right: 20px;
  padding: 5px 15px;
  font-weight: 600;
  display: inline-block;
}

.chane-log-date {
  font-weight: 500;
  display: inline-block;
}

.change-log-center {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.change-log-version {
  margin-bottom: 10px;
  display: inline-block;
}

.changle-log-text-list {
  margin-top: 10px;
  list-style-type: decimal;
}

.button-primary {
  background-color: var(--smarterchange-blue);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 40px;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 600;
  transition: background-color .3s;
  display: inline-block;
  position: static;
}

.button-primary:hover {
  background-color: var(--midnight-blue);
}

.button-primary.margin-top-20 {
  margin-top: 20px;
}

.button-primary.on-hover {
  background-color: var(--midnight-blue);
}

.button-primary.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary.margin-bottom-20.margin-right-20 {
  margin-right: 20px;
}

.button-primary.button-with-icon {
  float: none;
  background-color: var(--smarterchange-blue);
  margin-left: auto;
  margin-right: 40px;
}

.button-primary.button-with-icon.margin-top-30 {
  margin-top: 30px;
}

.button-primary.button-small {
  padding: 5px 15px;
  font-size: 13px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

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

._404-heading {
  font-size: 200px;
}

._404-content {
  text-align: center;
}

.password-label {
  margin-bottom: 10px;
}

.password-field {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  height: 60px;
  margin-bottom: 25px;
}

.error-message {
  color: #ff5252;
  border-radius: 5px;
  padding: 20px;
}

.icon-font-list {
  display: flex;
}

.icon-font-image {
  width: 100%;
  height: 50px;
}

.icon-list-item {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.accordion-body {
  padding-left: 16px;
  padding-right: 16px;
}

.accordian-text {
  color: var(--white);
  letter-spacing: .5px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: IBM Plex Sans, sans-serif;
}

.accordian-icon-vertical, .accordian-icon-horizontal {
  background-color: var(--white);
  width: 15px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.success-message-2 {
  background-color: var(--gelb);
  color: #000;
}

.text-block-2 {
  font-family: IBM Plex Sans, sans-serif;
}

.blog-share-link {
  justify-content: center;
  align-items: center;
  margin-right: 12.5px;
  text-decoration: none;
  transition: color .3s;
}

.blog-share-link:hover {
  color: var(--royal-blue);
}

.success-message-3 {
  background-color: #fff;
  border-radius: 6px;
}

.contact-list {
  margin-top: 20px;
}

.contact-list-item {
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.contact-icon {
  background-color: var(--white-smoke);
  color: var(--royal-blue);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.contact-content {
  margin-left: 30px;
}

.contact-title-text {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

.contact-info-text {
  color: var(--midnight-blue-2);
  -webkit-text-stroke-color: var(--white);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.contact-info {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.contact-title {
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}

.header-social-icon {
  width: 16px;
  height: 18px;
}

.hero-title-large {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.hero-inner-verticle-shape-grid {
  z-index: -1;
  grid-column-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.header-inner-shape {
  background-image: linear-gradient(#3a2bc40d, #ffffff0d);
}

.header-inner-shape-reverse {
  background-image: linear-gradient(to top, var(--slate-blue-2), #ffffff0d);
}

.about-video-link {
  border: 2.5px solid var(--white);
  background-color: var(--medium-blue);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.about-video-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-video-icon {
  width: 15px;
}

.service-icon-image {
  max-width: 70px;
}

.service-inner-shape-1 {
  z-index: -1;
  background-color: #ffffff1a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -77%;
  left: 20%;
  transform: translate(-50%)rotate(30deg);
  box-shadow: 8px 0 10px 1px #00000003;
}

.service-inner-shape-2 {
  z-index: -1;
  background-color: #ffffff1a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -85%;
  left: 50%;
  transform: translate(-50%)rotate(30deg);
  box-shadow: 8px 0 10px 1px #00000003;
}

.team-image-shape {
  background-color: #f2f2f2;
  border-radius: 35px;
  width: 80%;
  height: 70%;
  position: absolute;
  left: 0;
}

.image-4 {
  width: 10px;
}

.section-tag-text {
  font-weight: 600;
}

.section-column {
  background-color: var(--white-smoke);
  border-right: 1px #000;
  border-radius: 8px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 40px 30px;
}

.section-column.section-background-white {
  display: block;
}

.section-column.white-background {
  background-color: var(--white);
}

.section-column-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px none var(--slate-blue);
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-column-center {
  border-right: 1px none var(--white);
  padding-left: 20px;
  padding-right: 20px;
  right: auto;
}

.project-single-gradient-hover {
  background-image: linear-gradient(to bottom, #ffffff1a, var(--midnight-blue));
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.project-list-block {
  text-align: center;
}

.button-icon.margin-left-10 {
  width: 12px;
  margin-left: 10px;
}

.button-icon-text {
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 500;
  display: inline-block;
}

.service-image-shape-1 {
  z-index: 0;
  width: 608px;
  position: absolute;
  inset: 25% 0 auto auto;
}

.service-image-shape-2 {
  z-index: 0;
  width: 500px;
  position: absolute;
  inset: auto auto -2% -5%;
}

.quote-image {
  width: 45px;
  margin-bottom: 30px;
}

.post-meta-icon-image {
  width: 14px;
  margin-right: 10px;
}

.hero-image-block {
  display: flex;
  position: relative;
}

.link {
  color: var(--dim-grey);
}

.breadcrumb-inner-verticle-shape-grid {
  z-index: -1;
  grid-column-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.breadcrumb-inner-shape {
  background-image: linear-gradient(#ffffff0a, #0906240a);
}

.breadcrumb-shape-reverse {
  background-image: linear-gradient(to top, #ffffff0a, #0906240a);
}

.breadcrumb-nav-block {
  z-index: 28;
  background-color: var(--medium-blue);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
}

.breadcrumb-link-seperator {
  color: var(--white);
  padding-left: 5px;
  padding-right: 5px;
  font-family: Radio Canada;
  font-weight: 500;
}

.service-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.project-social-menu-list {
  grid-column-gap: 10px;
  display: flex;
}

.project-social-link {
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
  border: 1px solid #2c79ff26;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Font Awesome5 Brands;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.project-social-link:hover {
  background-color: var(--white-smoke);
}

.project-social-icon {
  width: 16px;
  height: 18px;
}

.tag-icon-image {
  width: 18px;
  margin-right: 10px;
}

.blog-share-button {
  border: 1px solid var(--dim-grey);
  background-color: #0000;
  background-image: url('../images/share-icon-gray.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-attachment: scroll;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.blog-share-image {
  width: 16px;
  height: 16px;
}

.contact-icon-image {
  width: 20px;
  height: 20px;
}

.scroll-top-button {
  z-index: 99;
  background-color: #090524;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  margin-right: 15px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.scroll-top-button.w--current {
  border-radius: 5px;
}

.scrool-top-image {
  transform: rotate(90deg);
}

.hero-text {
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
}

.license-image-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
}

.license-image-block {
  text-align: center;
  height: 150px;
}

.license-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.font-roboto {
  font-family: Roboto;
  font-weight: 400;
}

.brand {
  align-self: center;
}

.brand.w--current {
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  display: flex;
}

.text-block-3 {
  color: var(--black);
}

.text-block-4 {
  color: var(--black);
  font-family: IBM Plex Mono, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-span, .text-span-2 {
  color: var(--smarterchange-blue);
}

.image-5 {
  width: 150px;
}

.heading, .heading-2 {
  font-family: IBM Plex Mono, sans-serif;
}

.text-span-3 {
  color: var(--smarterchange-blue);
}

.heading-3, .heading-4 {
  font-family: IBM Plex Mono, sans-serif;
}

.div-block {
  height: 50px;
}

.bold-text-7 {
  font-family: IBM Plex Mono, sans-serif;
}

.bold-text-8 {
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
}

.div-block-2 {
  margin-bottom: 40px;
}

.text-span-4 {
  color: var(--midnight-blue-2);
}

.link-2, .link-3 {
  color: var(--gelb);
}

.div-block-3 {
  display: flex;
}

.div-block-4 {
  background-color: var(--white);
  -webkit-text-stroke-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px;
  display: flex;
}

.list-item {
  float: none;
  text-align: center;
  list-style-type: disc;
}

.list-item-2, .list-item-3 {
  text-align: left;
}

.list {
  padding-left: 15px;
}

.list-2 {
  text-align: center;
  padding-left: 15px;
}

.list-3 {
  text-align: left;
  padding-left: 15px;
  list-style-type: disc;
  display: block;
}

.text-span-5 {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.8;
}

.text-block-5 {
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
}

.button {
  background-color: var(--smarterchange-blue);
  border-radius: 5px;
}

.columns {
  background-color: var(--white-smoke);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.column {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.columns-2 {
  position: relative;
  left: auto;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: static;
  left: auto;
  right: auto;
  overflow: visible;
}

.columns-3 {
  background-color: var(--white-smoke);
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 0;
  padding-right: 0;
}

.div-block-5 {
  background-color: var(--white-smoke);
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 0;
}

.grid-3 {
  background-color: var(--white-smoke);
  border-radius: 8px;
  grid-template: ". Area"
  / .25fr .25fr;
  padding-top: 30px;
  padding-bottom: 30px;
}

.grid-4 {
  background-color: var(--white-smoke);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.link-4, .link-5 {
  color: var(--gelb);
}

.div-block-6 {
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-5 {
  clear: none;
  color: var(--white);
  text-align: center;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.div-block-8 {
  margin-bottom: 0;
  padding-bottom: 120px;
}

.div-block-9 {
  padding-top: 120px;
}

.link-6 {
  color: var(--black);
  font-family: IBM Plex Sans, sans-serif;
}

.link-7, .link-8, .link-9 {
  color: var(--midnight-blue-2);
  font-family: IBM Plex Sans, sans-serif;
}

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

.ck-button-w {
  background-color: var(--smarterchange-blue);
  color: #fff;
  text-align: center;
  border-radius: .3rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w:hover {
  background-color: #262926;
}

.ck-button-w.is--fullwidth {
  flex: none;
  width: 100%;
}

.ck-button-w.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w.is--secondary.is--fullwidth {
  margin-top: .75rem;
  margin-bottom: -1rem;
  margin-right: 0;
}

.ck-form-w {
  margin-bottom: 0;
}

.ck-preference__scroll-w {
  width: 100%;
  max-height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  overflow: auto;
}

.ck-radio-w {
  color: #999c98;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio-w.is--not-allowed {
  cursor: not-allowed;
}

.ck-modal {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.ck-radio__btn {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio__btn.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
}

.ck-radio__btn.w--redirected-focus {
  box-shadow: none;
}

.ck-radio__btn.is--checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.text-block {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-txt-link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck__exitbtn__line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.ck__exitbtn__line.is--left {
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  transform: rotate(-45deg);
}

.ck-css-styles {
  display: none;
}

.ck-preference-w {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.ck-radio__desc {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

.ck-form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.ck-preference__icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.ck-modal__exit-btn {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.ck-modal__exit-btn.is--sticky {
  position: sticky;
  top: 1rem;
}

.ck-preference__bg {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ck-modal__btns-w {
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.ck-modal__btns-w.in-pref-manger {
  margin: 2rem -2rem -2.25rem;
}

.ck-modal__btns-w.is--small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.ck-prefmanager-w {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.ck-prefmanager-w:hover {
  text-decoration: underline;
}

.ck-radio__label {
  color: #262926;
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.ck-preference__btn {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.ck-preference__btn:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.ck-sr__only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-cookie-w {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.ck-title {
  color: #262926;
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: 1.1875rem;
}

.html-embed-2 {
  display: block;
}

.html-embed {
  color: #fff;
  background-color: #ffcd70;
  border-radius: 5px 5px 0 0;
  margin-left: 20px;
  padding: .7em 2.4em;
  font-style: normal;
  font-weight: 500;
  text-decoration: line-through;
  position: fixed;
  inset: auto auto 0% 0%;
}

.html-embed.cookie-link {
  z-index: 100;
  background-color: var(--smarterchange-blue);
  color: #000;
  text-align: left;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: normal;
  border: 0 solid #000;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-left: 15px;
  padding: 1.6em;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.error-message-2 {
  background-color: var(--dim-grey);
}

.text-block-6 {
  color: var(--white-smoke);
  font-family: IBM Plex Sans, sans-serif;
}

.heading-6 {
  font-family: IBM Plex Mono, sans-serif;
}

@media screen and (min-width: 1280px) {
  .section-title-medium {
    font-size: 48px;
  }

  .about-column-left {
    padding-right: 65px;
  }

  .about-column-right {
    padding-left: 65px;
  }

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

  .service-list-single-item {
    padding: 40px;
  }

  .team-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-fluid-100 {
    padding-left: 0;
    padding-right: 0;
  }

  .project-slider-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .testimonial-item {
    width: 50%;
  }

  .post-meta-item {
    margin-right: 20px;
  }

  .service-details-hero-content {
    padding-left: 55px;
  }

  .service-details-hero-subtitle {
    font-size: 30px;
  }

  .service-block-quote {
    padding-left: 160px;
  }

  .project-category-about-main-title {
    font-size: 42px;
  }

  .button-primary {
    justify-content: center;
    align-items: center;
  }

  .about-video-link {
    width: 110px;
    height: 110px;
    overflow: hidden;
  }

  .about-video-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .button-icon {
    width: 12px;
  }
}

@media screen and (min-width: 1440px) {
  p {
    line-height: 1.86;
  }

  .section-fluid-100 {
    padding-left: 0;
    padding-right: 0;
  }

  .project-slider-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-link {
    font-size: 20px;
  }

  .footer-title {
    white-space: pre-line;
    display: inline-block;
  }

  .main-wrapper {
    line-height: 1.86;
  }

  .button-primary.button-with-icon {
    margin-left: auto;
    margin-right: 20px;
  }

  .about-video-link {
    z-index: 1;
    position: absolute;
  }

  .div-block-8 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .nav-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-tag {
    text-align: left;
  }

  .section-title-medium.text-light {
    font-size: 46px;
    font-weight: 700;
  }

  .section-background-white {
    overflow: hidden;
  }

  .accordian-title {
    font-size: 22px;
  }

  .section-background-blue {
    background-color: var(--black);
    background-image: url('../images/Faq-Pattern.png');
  }

  .section-fluid-100 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .project-single-item {
    z-index: 1;
  }

  .project-slider-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-slider-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-link {
    font-size: 24px;
  }

  .project-contact-column-left {
    background-color: #0000;
  }

  .blog-details-hero-image {
    border-radius: 5px;
    margin-bottom: 35px;
  }

  .blog-details-content {
    display: block;
  }

  .section-fluid-570 {
    padding-left: 555px;
    padding-right: 555px;
  }

  .blog-details-hero-title {
    color: var(--midnight-blue);
    flex: 0 auto;
    font-size: 34px;
    line-height: 1.4;
  }

  .blog-share-list {
    display: none;
  }

  .team-social-share-list {
    display: block;
  }

  .service-details-hero {
    position: static;
  }

  .main-wrapper {
    position: relative;
  }

  .service-block-quote {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-main-image {
    display: block;
  }

  .button-primary.button-with-icon {
    float: none;
    clear: none;
  }

  .header-inner-shape-reverse {
    background-image: linear-gradient(to top, #3a2bc40d, #ffffff0d);
  }

  .service-image-shape-1, .service-image-shape-2 {
    background-image: none;
  }

  .breadcrumb-shape-reverse {
    background-image: linear-gradient(to top, #3a2bc40d, #ffffff0d);
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .nav-link.blue-hover {
    color: #fff;
    border: 1px #000;
    border-bottom: 1px solid #ffffff26;
    padding-left: 30px;
    padding-right: 40px;
    display: block;
  }

  .nav-link.blue-hover:hover {
    color: #fff;
  }

  .nav-link.black-hover {
    color: #ffffffb3;
  }

  .nav-link.black-hover:hover {
    color: #fff;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .submenu-list {
    background-color: #fff0;
    border-top: 1px #000;
    border-left: 1px #000;
    border-right: 1px #000;
  }

  .submenu-list.w--open {
    background-color: #fff0;
    border: 1px #ffffffb3;
    border-bottom: 1px solid #ffffff26;
  }

  .section-content.text-center {
    margin-bottom: 20px;
  }

  .section-content.section-contern-gap-80 {
    margin-bottom: 45px;
  }

  .hero-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text {
    display: inline-block;
  }

  .section-text-medium.center.white {
    text-align: left;
  }

  .dropdown-menu {
    display: block;
  }

  .nav-menu {
    z-index: 999;
    background-image: linear-gradient(to bottom, var(--smarterchange-blue), var(--smarterchange-blue));
    width: 360px;
    height: 100%;
    position: fixed;
  }

  .offcanvas-logo-link {
    text-align: left;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    display: block;
    position: relative;
  }

  .offcanvas-logo-link.w--current {
    text-align: left;
    background-color: #fff;
    padding: 15px 30px;
    display: block;
  }

  .section-inner-space-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-image-box {
    text-align: left;
  }

  .about-image-box.about-image-top-space {
    text-align: center;
    margin-bottom: 40px;
  }

  .sction-inner-space-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-title-medium {
    font-size: 42px;
    line-height: 1.47;
  }

  .about-column {
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .about-column-right {
    padding-left: 10px;
  }

  .section-title-small {
    font-size: 28px;
  }

  .service-list-single-item {
    margin-left: auto;
    margin-right: auto;
  }

  .header-social-menu {
    flex: 1;
    justify-content: flex-end;
    display: none;
  }

  .header-social-menu-list {
    text-align: left;
    display: none;
  }

  .team-inner-image {
    object-fit: cover;
    width: 100%;
  }

  .team-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-member-name {
    font-size: 22px;
  }

  .faq-column {
    flex-flow: column;
  }

  .faq-column.alignment-top {
    flex-direction: column;
    justify-content: space-between;
  }

  .faq-column-left, .faq-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .accordian-wrapper {
    padding-bottom: 0;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .faq-video {
    text-align: center;
    margin-bottom: 40px;
  }

  .section-fluid-100 {
    padding-left: 0;
    padding-right: 0;
  }

  .project-slider-list {
    grid-template-columns: 1fr 1fr;
  }

  .project-slider-content {
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(0, -20px);
  }

  .project-tag {
    font-size: 13px;
  }

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

  .section-fluid-80 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-item {
    width: 100%;
  }

  .testimonial-single-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-feed-list {
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-single-item {
    flex-direction: column;
    padding-right: 20px;
  }

  .blog-thumbnail-image-link {
    width: 100%;
  }

  .sction-inner-space-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .newsletter-title {
    line-height: 1.3;
  }

  .newsletter-form-item {
    margin-top: 30px;
    margin-left: 0;
  }

  .newsletter-column {
    flex-direction: column;
  }

  .newslteer-column-left, .newsletter-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-title {
    font-size: 20px;
  }

  .footer-info-text:hover {
    color: var(--dim-grey);
  }

  .footer-nav-item {
    margin-bottom: 10px;
  }

  .section-innert-space-140 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .breadcrumb-title {
    margin-bottom: 20px;
    font-size: 42px;
    display: inline-block;
  }

  .project-contact-column {
    flex-direction: column;
  }

  .project-contact-column-left {
    padding: 60px 40px 60px 0;
  }

  .project-contact-column-right {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .section-fluid-570 {
    padding-left: 0;
    padding-right: 0;
  }

  .author-share-link:hover {
    color: var(--white);
  }

  .author-thumbnail {
    margin-right: 0;
  }

  .blog-author-column-left {
    padding-right: 20px;
  }

  .team-social-share-list {
    background-color: var(--slate-blue);
    border-radius: 5px;
    width: 100%;
  }

  .team-share-item {
    background-color: #0000;
    border-radius: 0;
    justify-content: center;
    display: flex;
  }

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

  .service-details-column-left {
    flex: 0 auto;
    display: block;
    overflow: visible;
  }

  .service-details-column-right {
    flex: 0 auto;
  }

  .service-details-hero {
    width: 100%;
    position: static;
  }

  .service-details-hero-image {
    margin-bottom: 40px;
  }

  .service-details-hero-content {
    padding-left: 0;
  }

  .service-description.margin-top-80 {
    margin-top: 40px;
  }

  .service-about-text {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .service-block-quote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 25px 40px;
  }

  .block-quote {
    border-left-style: none;
    padding-left: 30px;
    font-size: 18px;
  }

  .project-info-column-right {
    padding-left: 10px;
  }

  .project-info-main-title {
    font-size: 36px;
  }

  .project-category-about-column {
    padding-bottom: 70px;
  }

  .project-abolut-column-right {
    padding-left: 10px;
  }

  .project-category-about-main-title {
    font-size: 36px;
  }

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

  .button-primary {
    padding: 12px 35px;
  }

  ._404-heading {
    font-size: 120px;
  }

  .menu-button {
    background-color: var(--midnight-blue);
    color: var(--white);
    border-radius: 5px;
    margin-left: 20px;
    padding: 14px;
    display: block;
    overflow: visible;
  }

  .hero-title-large {
    font-size: 38px;
  }

  .section-column-right {
    display: block;
  }

  .service-image-shape-1, .service-image-shape-2 {
    display: none;
  }

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

  .project-social-menu-list {
    text-align: left;
  }

  .icon {
    display: block;
    overflow: visible;
  }

  .text-span-5 {
    font-size: 15px;
  }

  .div-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    text-align: left;
    margin-top: 40px;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #1f1d55;
    border-radius: 5px;
    margin-left: 20px;
    padding: 14px;
  }

  .html-embed.cookie-link {
    margin-bottom: 95px;
    margin-right: 20px;
    padding-right: 1.6em;
    inset: auto 0% 0% auto;
  }
}

@media screen and (max-width: 767px) {
  .section-content.flex-center {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .hero-column-right {
    justify-content: center;
  }

  .nav-menu {
    background-image: linear-gradient(to bottom, var(--smarterchange-blue), var(--smarterchange-blue));
    margin-top: 99px;
    top: 0;
  }

  .offcanvas-logo-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-image {
    margin-top: 60px;
  }

  .sction-inner-space-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title-medium {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.27;
  }

  .section-title-small {
    font-size: 24px;
  }

  .header-social-menu {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .header-social-menu-list {
    align-items: center;
  }

  .team-member-name {
    font-size: 18px;
  }

  .accordian-wrapper {
    padding-bottom: 0;
  }

  .accordian-hader-text {
    justify-content: space-between;
  }

  .collection-list {
    grid-column-gap: 30px;
  }

  .faq-video {
    margin-top: 40px;
  }

  .accordian-title {
    margin-right: 30px;
  }

  .project-slider-list {
    flex-direction: column;
    justify-content: flex-start;
  }

  .project-slider-item {
    justify-content: center;
    display: flex;
  }

  .project-link {
    font-size: 20px;
  }

  .testimonial-single-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-feed-content {
    height: auto;
    min-height: auto;
  }

  .blog-feed-title {
    font-size: 17px;
  }

  .sction-inner-space-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .newsletter-title {
    font-size: 36px;
  }

  .footer-column {
    flex-direction: column;
  }

  .footer-nav-list {
    flex: 1;
  }

  .breadcrumb-title {
    font-size: 34px;
  }

  .project-contact-column-left, .project-contact-column-right {
    padding: 30px 0;
  }

  .blog-details-hero-title {
    font-size: 24px;
  }

  .author-thumbnail {
    margin-right: 10px;
  }

  .author-image-thumbnail {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .blog-author-column {
    flex-direction: column;
  }

  .blog-author-column-left {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .service-details-hero-title {
    font-size: 40px;
  }

  .service-details-hero-subtitle {
    font-size: 24px;
  }

  .service-description.margin-top-80 {
    margin-top: 20px;
  }

  .service-block-quote {
    padding-left: 25px;
    padding-right: 25px;
  }

  .project-info-column-left, .project-info-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .project-info-main-title {
    font-size: 32px;
  }

  .project-category-about-column {
    padding-bottom: 50px;
  }

  .project-category-about-main-title {
    font-size: 32px;
  }

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

  .button-primary {
    padding: 10px 30px;
  }

  .team-image-shape {
    height: 60%;
  }

  .section-column-right {
    display: none;
  }

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

  .project-social-menu-list {
    align-items: center;
  }

  .div-block-12 {
    margin-top: 20px;
  }

  .image-6 {
    margin-top: 0;
    display: none;
  }

  .ck-preference__scroll-w {
    padding-top: 2rem;
  }

  .ck-preference-txt {
    display: none;
  }

  .ck-modal__content-w {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ck-form {
    padding-top: .75rem;
  }

  .ck-preference__icon {
    margin-right: 0;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
  }

  .ck-modal__exit-btn.is--sticky {
    top: -1rem;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__btns-w.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: 0;
  }

  .html-embed.cookie-link {
    margin-bottom: 90px;
    margin-right: 30px;
    padding-right: 1.6em;
    inset: auto 0% 0% auto;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.blue-hover {
    color: var(--white);
    margin-top: auto;
  }

  .nav-link.black-hover.w--current {
    color: #fff;
  }

  .navbar {
    z-index: 99999;
    display: block;
    position: fixed;
    top: auto;
  }

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

  .project-thumbnail {
    padding-left: 5px;
  }

  .section-tag {
    font-size: 20px;
  }

  .section-text-medium.center {
    font-weight: 400;
  }

  .nav-menu {
    z-index: 800;
    background-image: linear-gradient(to bottom, var(--smarterchange-blue), var(--smarterchange-blue));
    flex-direction: row;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    width: auto;
    min-width: 100vw;
    max-width: none;
    height: auto;
    margin-top: 98px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: 0% auto 0% 0%;
    overflow: visible;
  }

  .offcanvas-logo-link.w--current {
    padding-left: 0;
  }

  .hero-image {
    margin-top: 40px;
  }

  .section-inner-space-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title-medium {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.27;
  }

  .section-title-medium.text-light, .section-title-small {
    font-size: 24px;
  }

  .service-list-single-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-icon {
    width: 80px;
    height: 80px;
  }

  .service-content-title {
    font-size: 20px;
  }

  .header-social-menu, .header-social-menu-list {
    display: block;
  }

  .faq-column.alignment-top {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .faq-column-left, .faq-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .accordian-wrapper {
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .accordian-title {
    margin-right: 5px;
    font-size: 20px;
  }

  .container-wrapper-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .project-slider-list {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .testimonial-user {
    flex-direction: column;
    margin-top: 20px;
  }

  .testimonial-user-image {
    max-width: 30%;
  }

  .testimonial-user-name {
    font-size: 20px;
  }

  .default-slider-arrow {
    width: 40px;
    height: 40px;
  }

  .default-slider-arrow.default-arrow-next {
    width: 40px;
    height: 40px;
    right: -10px;
  }

  .default-slider-arrow.default-arrow-prev {
    left: -10px;
  }

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

  .blog-feed-post-meta.blog-details-post-meta-box {
    flex-direction: column;
    flex: 1;
  }

  .post-meta-item {
    margin-bottom: 10px;
    margin-right: 10px;
  }

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

  .paragraph-2 {
    font-size: 16px;
  }

  .newsletter-subscribe-input {
    padding-right: 96px;
  }

  .newsletter-subscribe-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .newslteer-column-left {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    flex-direction: row;
    align-content: stretch;
    align-items: stretch;
    display: block;
  }

  .footer-nav-list {
    padding-top: 20px;
  }

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

  .breadcrumb-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/page-banner.jpg');
    background-position: 0 0, 50%;
  }

  .section-innert-space-140 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .breadcrumb-nav-list {
    flex-wrap: wrap;
  }

  .breadcrumb-nav-link {
    padding-right: 10px;
  }

  .blog-tag-and-share {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-tag {
    margin-bottom: 20px;
  }

  .author-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .team-member-content {
    margin-left: 0;
  }

  .team-member-title {
    color: var(--dim-grey);
    text-decoration: none;
  }

  .service-details-hero-content {
    padding-left: 0;
  }

  .service-details-hero-title {
    font-size: 25px;
  }

  .service-details-hero-subtitle {
    font-size: 22px;
  }

  .service-block-quote {
    flex-direction: column;
    padding-left: 25px;
  }

  .block-quote {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .project-info-main-title {
    font-size: 32px;
  }

  .project-details-list {
    grid-template-columns: 1fr;
  }

  .project-category-about-main-title {
    font-size: 32px;
  }

  .project-feature-image-list {
    grid-template-columns: 1fr;
  }

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

  .button-primary.margin-bottom-20 {
    margin-bottom: 20px;
  }

  .button-primary.button-with-icon {
    margin-bottom: 20px;
    margin-right: auto;
  }

  ._404-heading {
    font-size: 100px;
  }

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

  .text-block-2 {
    color: #000;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
  }

  .contact-content {
    flex: 0 auto;
    margin-left: 10px;
  }

  .hero-title-large {
    font-size: 30px;
  }

  .about-video-link {
    width: 80px;
    height: 80px;
  }

  .about-video-icon {
    width: 22px;
  }

  .section-column {
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
  }

  .section-column-left {
    display: none;
  }

  .section-column-center {
    padding-left: 0;
    padding-right: 0;
  }

  .section-column-right {
    display: none;
  }

  .breadcrumb-nav-block {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-column-single-item {
    width: 100%;
    margin-top: auto;
  }

  .license-image-grid {
    grid-template-columns: auto auto;
  }

  .brand.w--current {
    z-index: 9999;
    justify-content: flex-start;
    padding-left: 0;
  }

  .text-block-4 {
    display: none;
  }

  .image-5 {
    margin-bottom: 40px;
  }

  .text-span-5 {
    font-family: IBM Plex Mono, sans-serif;
    font-weight: 600;
  }

  .div-block-5 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .grid-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    margin-top: 20px;
  }

  .div-block-10, .div-block-11 {
    display: none;
  }

  .image-6 {
    margin-top: auto;
    display: none;
    overflow: visible;
  }

  .menu-button-2 {
    background-color: var(--smarterchange-blue);
    display: block;
  }

  .ck-button-w {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-preference__scroll-w {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-preference-w {
    align-items: flex-end;
  }

  .ck-modal__content-w.is--small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-prefmanager-w {
    left: 1rem;
  }

  .ck-cookie-w {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .html-embed.cookie-link {
    z-index: 9999;
    margin-bottom: 80px;
    margin-right: 20px;
    padding-bottom: 1.6em;
    padding-right: 1.6em;
    inset: auto 0 0% auto;
  }
}

#w-node-_506932a0-f023-18c3-c1b8-9fc8d490ebe3-a67cc4f8, #w-node-_506932a0-f023-18c3-c1b8-9fc8d490ebf5-a67cc4f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_506932a0-f023-18c3-c1b8-9fc8d490ec09-a67cc4f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e4869af7-ac9d-9d5b-f9b3-d565027821d9-a67cc4f8, #w-node-_7cd667f5-5b38-f121-9242-a41840237641-a67cc4f8, #w-node-_2c5da912-8f89-e815-6453-ec0047a143a8-a67cc4f8, #w-node-_4136b31a-6c1b-89cf-42df-08406d72b79c-f9e20a8a, #w-node-db4bc18b-4aa8-6daa-68e1-c6ca54ec2346-f9e20a8a, #w-node-_13643224-9796-d878-8f04-cb818af19ec6-f9e20a8a, #w-node-c5e0312b-2444-7841-ec79-10d3ccf45c10-fd14be94, #w-node-_6f18102e-4547-4058-399d-5e22f95f971c-fd14be94, #w-node-_4d472a03-2c43-14da-3e2b-6a8821108cf2-fd14be94, #w-node-_3b9959fa-5a6a-16a3-203c-7a2367cbaf2b-fd14be94, #w-node-b66212e5-0d75-efbb-f6c5-1cfbbc927942-fd14be94, #w-node-_9d2572fd-12e9-ca4e-c281-12cf15558fd3-fd14be94, #w-node-bc16997e-f697-f7d9-210f-0666b50407af-fd14be94, #w-node-_28ab7baf-461a-8f5d-418c-c9c153156dd8-fd14be94, #w-node-_195bb9a5-f781-aac5-71c7-2abb151dcf31-a67cc4fc, #w-node-_195bb9a5-f781-aac5-71c7-2abb151dcf32-a67cc4fc, #w-node-_195bb9a5-f781-aac5-71c7-2abb151dcf33-a67cc4fc, #w-node-_195bb9a5-f781-aac5-71c7-2abb151dcf34-a67cc4fc, #w-node-_195bb9a5-f781-aac5-71c7-2abb151dcf35-a67cc4fc, #w-node-_195bb9a5-f781-aac5-71c7-2abb151dcf36-a67cc4fc, #w-node-_195bb9a5-f781-aac5-71c7-2abb151dcf37-a67cc4fc, #w-node-_195bb9a5-f781-aac5-71c7-2abb151dcf38-a67cc4fc, #w-node-b6450f9a-fc05-5d92-11fc-8bf15ae7d31b-a67cc4fd, #w-node-b6450f9a-fc05-5d92-11fc-8bf15ae7d31c-a67cc4fd, #w-node-b6450f9a-fc05-5d92-11fc-8bf15ae7d31d-a67cc4fd, #w-node-b6450f9a-fc05-5d92-11fc-8bf15ae7d31e-a67cc4fd, #w-node-b6450f9a-fc05-5d92-11fc-8bf15ae7d31f-a67cc4fd, #w-node-b6450f9a-fc05-5d92-11fc-8bf15ae7d320-a67cc4fd, #w-node-b6450f9a-fc05-5d92-11fc-8bf15ae7d321-a67cc4fd, #w-node-b6450f9a-fc05-5d92-11fc-8bf15ae7d322-a67cc4fd, #w-node-_58b273bd-c8c7-e105-537a-9ba31eb3c8cf-a67cc503, #w-node-_58b273bd-c8c7-e105-537a-9ba31eb3c8d0-a67cc503, #w-node-_58b273bd-c8c7-e105-537a-9ba31eb3c8d1-a67cc503, #w-node-_58b273bd-c8c7-e105-537a-9ba31eb3c8d2-a67cc503, #w-node-_58b273bd-c8c7-e105-537a-9ba31eb3c8d3-a67cc503, #w-node-_58b273bd-c8c7-e105-537a-9ba31eb3c8d4-a67cc503, #w-node-_58b273bd-c8c7-e105-537a-9ba31eb3c8d5-a67cc503, #w-node-_58b273bd-c8c7-e105-537a-9ba31eb3c8d6-a67cc503, #w-node-c9f8b844-d645-1f71-3ac0-1f78a8a5de0e-a67cc504, #w-node-c9f8b844-d645-1f71-3ac0-1f78a8a5de0f-a67cc504, #w-node-c9f8b844-d645-1f71-3ac0-1f78a8a5de10-a67cc504, #w-node-c9f8b844-d645-1f71-3ac0-1f78a8a5de11-a67cc504, #w-node-c9f8b844-d645-1f71-3ac0-1f78a8a5de12-a67cc504, #w-node-c9f8b844-d645-1f71-3ac0-1f78a8a5de13-a67cc504, #w-node-c9f8b844-d645-1f71-3ac0-1f78a8a5de14-a67cc504, #w-node-c9f8b844-d645-1f71-3ac0-1f78a8a5de15-a67cc504, #w-node-a7d52f4d-a03b-5f3b-e993-7e2db0362ee7-a67cc505, #w-node-a7d52f4d-a03b-5f3b-e993-7e2db0362ee8-a67cc505, #w-node-a7d52f4d-a03b-5f3b-e993-7e2db0362ee9-a67cc505, #w-node-a7d52f4d-a03b-5f3b-e993-7e2db0362eea-a67cc505, #w-node-a7d52f4d-a03b-5f3b-e993-7e2db0362eeb-a67cc505, #w-node-a7d52f4d-a03b-5f3b-e993-7e2db0362eec-a67cc505, #w-node-a7d52f4d-a03b-5f3b-e993-7e2db0362eed-a67cc505, #w-node-a7d52f4d-a03b-5f3b-e993-7e2db0362eee-a67cc505, #w-node-a268f635-593a-2e61-703b-95afd9f10096-a67cc506, #w-node-a268f635-593a-2e61-703b-95afd9f10097-a67cc506, #w-node-a268f635-593a-2e61-703b-95afd9f10098-a67cc506, #w-node-a268f635-593a-2e61-703b-95afd9f10099-a67cc506, #w-node-a268f635-593a-2e61-703b-95afd9f1009a-a67cc506, #w-node-a268f635-593a-2e61-703b-95afd9f1009b-a67cc506, #w-node-a268f635-593a-2e61-703b-95afd9f1009c-a67cc506, #w-node-a268f635-593a-2e61-703b-95afd9f1009d-a67cc506, #w-node-_4b43170d-51c1-ec95-ba52-a74a24471af0-a67cc507, #w-node-_4b43170d-51c1-ec95-ba52-a74a24471af1-a67cc507, #w-node-_4b43170d-51c1-ec95-ba52-a74a24471af2-a67cc507, #w-node-_4b43170d-51c1-ec95-ba52-a74a24471af3-a67cc507, #w-node-_4b43170d-51c1-ec95-ba52-a74a24471af4-a67cc507, #w-node-_4b43170d-51c1-ec95-ba52-a74a24471af5-a67cc507, #w-node-_4b43170d-51c1-ec95-ba52-a74a24471af6-a67cc507, #w-node-_4b43170d-51c1-ec95-ba52-a74a24471af7-a67cc507 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_506932a0-f023-18c3-c1b8-9fc8d490ebe3-a67cc4f8, #w-node-_506932a0-f023-18c3-c1b8-9fc8d490ebf5-a67cc4f8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_506932a0-f023-18c3-c1b8-9fc8d490ec09-a67cc4f8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
  }

  #w-node-e4869af7-ac9d-9d5b-f9b3-d565027821d9-a67cc4f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4136b31a-6c1b-89cf-42df-08406d72b79c-f9e20a8a, #w-node-db4bc18b-4aa8-6daa-68e1-c6ca54ec2346-f9e20a8a, #w-node-_13643224-9796-d878-8f04-cb818af19ec6-f9e20a8a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_506932a0-f023-18c3-c1b8-9fc8d490ebe3-a67cc4f8, #w-node-_506932a0-f023-18c3-c1b8-9fc8d490ebf5-a67cc4f8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_506932a0-f023-18c3-c1b8-9fc8d490ec09-a67cc4f8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
  }

  #w-node-_4136b31a-6c1b-89cf-42df-08406d72b79c-f9e20a8a, #w-node-db4bc18b-4aa8-6daa-68e1-c6ca54ec2346-f9e20a8a, #w-node-_13643224-9796-d878-8f04-cb818af19ec6-f9e20a8a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7cd667f5-5b38-f121-9242-a41840237641-a67cc4f8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: stretch stretch;
  }

  #w-node-_4136b31a-6c1b-89cf-42df-08406d72b79c-f9e20a8a {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: auto stretch;
  }

  #w-node-db4bc18b-4aa8-6daa-68e1-c6ca54ec2346-f9e20a8a, #w-node-_13643224-9796-d878-8f04-cb818af19ec6-f9e20a8a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


