:root {
  --white: white;
  --black: black;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navbar_logo-image-wrapper {
  z-index: 0;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: static;
  overflow: visible;
}

.navbar_text {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
}

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

.button_text-regular {
  padding-top: .2rem;
  padding-bottom: .11rem;
  font-size: 1rem;
}

.button_text-regular.is-menu-button-text {
  padding-top: .1rem;
  padding-bottom: .1rem;
}

.navbar_logo {
  background-color: #0d0d0d;
  border: 2px solid #1d1d1d;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: relative;
}

.navbar_logo.is-icon {
  inset: 0% auto auto 0%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
  transform: translate(0);
}

.navbar_menu-button {
  padding: 0;
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0d0d0dd9;
  background-image: url('../images/noise_1noise.webp');
  background-position: 0 0;
  background-size: 800px 800px;
  border: 2px solid #1d1d1d;
  border-radius: .5rem;
  justify-content: flex-start;
  width: 25rem;
  height: 3.46rem;
  padding: .2rem;
  transition: width .2s;
  position: fixed;
  left: 50%;
  right: 0;
  overflow: hidden;
  transform: translate(-50%);
}

.navbar_partner {
  width: 8.5rem;
  height: auto;
  margin-bottom: 7px;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.button {
  z-index: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #61d180b3;
  border: 2px solid #61d180b3;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.button.is-navbar-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #0000;
  background-image: url('../images/noise_1noise.webp');
  background-position: 0 0;
  background-size: 800px 800px;
  border-style: solid;
  border-color: #1d1d1d;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .7rem;
  transition: background-color .2s;
  display: flex;
}

.button.is-navbar-button:hover {
  background-color: #1d1d1d;
}

.button.is-navbar-button.menu_button {
  opacity: 0;
  color: #0d0d0d;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
  margin-left: .2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  transition: box-shadow .2s;
}

.button.is-navbar-button.menu_button:hover {
  box-shadow: 0 0 60px #ffffff4d, 0 0 20px #ffffff80, 0 0 5px #ffffff80;
}

.button.is-navbar-button.hide-tablet {
  text-decoration: none;
}

.navbar_logo-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navbar_component {
  z-index: 99;
  background-color: #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 6rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.button_text-small {
  padding-top: .1rem;
  padding-bottom: .09rem;
  font-size: .88rem;
  text-decoration: none;
}

.button_circle {
  z-index: 0;
  background-color: #fff30f;
  border-radius: 50%;
  width: .6rem;
  height: .6rem;
}

.button_circle.menu_button-circle {
  background-color: #61d180;
  border-color: #61d180;
  margin-bottom: 0;
}

.navbar_link {
  color: #fff;
  border-radius: .38rem;
  padding: .8rem 1.5rem .75rem;
  transition: background-color .2s;
}

.navbar_link:hover {
  background-color: #1d1d1d;
}

.navbar_link.w--current {
  color: #fff;
  background-color: #1d1d1d;
}

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

.padding-global.padding-section-large {
  padding-top: 0;
  padding-bottom: 1rem;
  position: relative;
}

.hero-bottom_right {
  cursor: pointer;
  max-width: 8%;
}

.hero-bottom_left {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.hero-bottom_text {
  justify-content: space-between;
  display: flex;
}

.hero_wrapper {
  flex-direction: column;
  justify-content: space-around;
  height: 80vh;
  display: flex;
}

.text-size-small {
  color: #fff;
  font-size: .8rem;
  line-height: 1.3em;
}

.text-size-small.third-tool {
  color: #181818;
  font-weight: 500;
}

.section_hero {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  color: #ffffffcf;
  object-fit: fill;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 4.7rem;
  font-weight: 300;
  line-height: 1.1;
  overflow: visible;
}

.heading-style-h1.mobile {
  display: none;
}

.outline-grow-social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.outline-grow-social-list.invert {
  filter: invert();
}

.button-hover-circle {
  z-index: 5;
  background-color: #fff;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.outline-grow-social-btn {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 17px;
  font-size: .6rem;
  display: flex;
  box-shadow: inset 0 0 0 1px #1a242c;
}

.outline-grow-social-btn:hover {
  box-shadow: inset 0 0 0 2px #617481;
}

.hero-section-cta-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.outline-btn {
  z-index: 20;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #d6e3e7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 12px 20px;
  font-size: .65rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-btn-text {
  z-index: 20;
  font-size: .9rem;
  position: relative;
}

.social-icon-img {
  object-fit: contain;
  width: 100%;
}

.project-title {
  text-align: right;
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.3em;
}

.heading-style-h3 {
  color: #e9e9e9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.project-left-block {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.project-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.project-left-second_content {
  width: 70%;
}

.section_work {
  color: #fff;
  background-color: #181818;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.padding-section-medium {
  background-color: #181818;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.last {
  padding-bottom: 5rem;
}

.project-container_grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
}

.image {
  border: 1px solid #383838;
  border-radius: 20px;
  max-width: 100%;
}

.project-wrapper_container {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.project-left_first {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-left_description {
  align-items: center;
  display: flex;
}

.project-left_second {
  display: flex;
}

.line {
  background-color: #e9e9e9;
  height: 1px;
}

.line.margin-bottom {
  background-color: #e9e9e957;
}

.heading-2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3em;
}

.bold-text {
  color: #ffd000;
  font-family: Poppins, sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

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

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

.capability_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.capability_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.capability_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.padding-global-2 {
  color: #fff;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

.capability_icon-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  max-width: none;
  height: auto;
  display: flex;
}

.cta_image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: auto;
  display: flex;
}

.cta_image-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.container-large-2 {
  width: 100%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
}

.cta_image-arrow {
  width: 3rem;
  height: auto;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%, 50%);
}

.section_capability {
  z-index: 0;
  background-color: #181818;
  position: relative;
}

.image-overlay-layer {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.capability_background-image-wrapper {
  z-index: -2;
  background-image: linear-gradient(#00000080, #00000080);
  display: block;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 40rem;
}

.max-width-large.align-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 46.2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-medium {
  font-size: 1.13rem;
  font-weight: 300;
}

.text-color-green {
  color: #ffda06;
}

.padding-global-3 {
  color: #fff;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.process_card-image {
  width: auto;
  height: 7.81rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.process_card-content {
  background-image: url('../images/noise_1noise.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 800px 800px;
  border: 2px solid #1d1d1d;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.process_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.process_card {
  border: 1px solid #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

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

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

.container-large-3 {
  width: 100%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
}

.section_process {
  background-color: #181818;
}

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

.services-thi {
  background-color: #524f4f;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 7px 10px;
}

.text-size-regular {
  color: #121414;
  text-align: left;
  font-size: .9rem;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.padding-bottom {
  width: 100%;
  padding: 0 0 2rem;
}

.services-first_tool {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #181818;
  border-radius: 20px;
  padding: 7px 10px;
}

.heading-style-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.services-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3em;
}

.featuresv6_sticky-div-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #e9e9e9;
  border: 1px solid #cab3b3;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 9rem;
  padding: 2rem;
  display: flex;
  position: sticky;
  top: 4rem;
}

.featuresv6_sticky-div-2.is-third {
  margin-top: -3rem;
  margin-bottom: 3rem;
  top: 14rem;
}

.featuresv6_sticky-div-2.is-second {
  margin-top: -6rem;
  margin-bottom: 6rem;
  top: 9rem;
}

.featuresv6_sticky-div-2.is-fourth {
  border-color: #ccc;
  margin-bottom: 0;
  top: 18.9rem;
}

.featuresv6_sticky-div-2.is-fifth {
  border-color: #ccc;
  margin-bottom: 0;
  top: 23.9rem;
}

.featuresv6_sticky-div-2.is-sixth {
  border-color: #ccc;
  margin-bottom: 0;
  top: 21.2rem;
}

.featuresv6_sticky-content {
  position: sticky;
  top: 4rem;
}

.services-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: block;
}

.featuresv6_sticky-container {
  font-weight: 200;
}

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

.services-tool {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.section-services {
  background-color: #e9e9e9;
  border-radius: 0%;
  padding-top: 60px;
}

.h2-paragraph-padding {
  max-width: 30rem;
}

._2x1-grid-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

._2x1-grid-layout.is-top-aligned {
  align-items: start;
}

.services-third_tool {
  background-color: #7a787800;
  border: 1px solid #181818;
  border-radius: 20px;
  padding: 7px 10px;
}

.split-line {
  background-color: #4f5e7826;
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 15px;
}

.footer-3-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-3-line {
  background-color: #d3d3d33b;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-3-links {
  margin-bottom: 20px;
  margin-right: 0;
  padding-right: 0;
}

.footer {
  background-color: #181818;
  margin-bottom: 0;
  padding: 5px 5px 0;
}

.footer-3-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.footer-3-col-2, .footer-3-button {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-3-para {
  color: #d9d9da;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.logo-text {
  color: #20193a;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.footer-3-link {
  color: #fcfcfc;
  margin-left: 19px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.row-5 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
}

.info-text {
  float: left;
  color: #4f5e7866;
  text-decoration: none;
  display: block;
}

.footer-3-copywrite {
  color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.footer-3 {
  background-color: #000;
  padding: 60px 5% 20px;
}

.body {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

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

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

.div-block-11 {
  background-color: #fff;
  margin-top: 0;
  padding-left: 4%;
  padding-right: 4%;
  font-family: Poppins, sans-serif;
}

.pg-wrap {
  margin-top: 0;
}

.title {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(auto-fit, 28px);
  justify-content: end;
  justify-items: end;
}

.section {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section.main-posts {
  padding-top: 50px;
  padding-bottom: 170px;
}

.section.main-posts.post {
  padding-top: 40px;
  padding-bottom: 40px;
}

.categories-wrapper-sidebar {
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

.hidden-on-desktop {
  display: none;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.social-icon-square {
  background-color: #f0f0f0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #fff;
  background-color: #131313;
}

.social-icon-square.no-bg {
  background-color: #fff;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  font-size: 18px;
}

.social-icon-square.no-bg:hover {
  color: #727272;
}

.heading-h3-size {
  color: #131313;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.logo-sidebar {
  margin-bottom: 24px;
  transition: transform .3s, color .3s;
  display: inline-block;
  position: static;
}

.logo-sidebar:hover {
  transform: scale(.94);
}

.logo-sidebar.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.category-item-wrapper {
  margin-right: 12px;
}

.text-200 {
  font-size: 18px;
  line-height: 20px;
}

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

.empty-state {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #0000001f;
}

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

.grid-2-columns.sidebar-content {
  grid-column-gap: 80px;
  grid-template-columns: 1fr .45fr;
  align-items: start;
}

.grid-2-columns.sidebar-content.left {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr .4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-icon-font {
  line-height: 21px;
}

.input {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  min-height: 54px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 18px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 6px #0000000f;
}

.input:hover {
  border-color: #131313;
}

.input:focus {
  color: #131313;
  border-color: #131313;
}

.input::placeholder {
  color: #727272;
  font-size: 16px;
  line-height: 16px;
}

.input.search {
  background-image: url('../images/search-icon-writelogy-x-webflow-template.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 25px;
  min-height: 64px;
  padding-left: 16px;
  padding-right: 16px;
}

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

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

.flex-horizontal.space-between {
  justify-content: space-between;
}

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

.grid-1-column.gap-row-22px {
  grid-row-gap: 22px;
}

.divider {
  background-color: #d5d5d5;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.mg-bottom-48px {
  margin-top: 48px;
}

.divider._56px {
  margin-top: 56px;
  margin-bottom: 56px;
}

.heading-5 {
  font-weight: 500;
}

.paragraph {
  font-size: 15px;
  line-height: 25px;
}

.heading-6 {
  font-size: 30px;
  font-weight: 600;
  line-height: 41px;
}

.paragraph-2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.heading-7 {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}

.img-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.table_row.background-color {
  background-color: #f3f3f3;
}

.table_row.head {
  color: #fff;
  text-align: left;
  background-color: #000;
}

.table_cell {
  text-align: left;
  min-width: auto;
  padding: 1rem 1.5rem;
  font-weight: 400;
}

.table_cell.head-data {
  color: #fff;
  text-align: left;
  min-width: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 400;
}

.table_body {
  color: #000;
  background-color: #fff;
}

.table_component {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  box-shadow: 0 5px 9px -6px #0003;
}

.list-2 {
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
}

.list-item {
  margin-bottom: 10px;
}

.list-text {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.list-text-2 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.next-article {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-12 {
  font-size: 10px;
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: flex;
}

.share-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: grid;
}

.article-trending-card {
  background-color: #fff;
  border-bottom: 1px solid #d1d1d1;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 9px;
  font-family: Merriweather, serif;
  display: flex;
}

.progress-bar-inner {
  background-color: #8410a7;
  border-radius: 0;
  width: 25%;
  height: 100%;
}

.uui-text-align-center-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  padding: 9px;
}

.left-sticky {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 0;
  display: flex;
  position: sticky;
  top: 10px;
}

.uui-form-field-wrapper-2 {
  position: relative;
}

.article-trending-card-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-598 {
  background-color: #fff;
  padding: 10px;
}

.article-card-author-wrapper {
  color: #292929;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.article-card-details-dot {
  margin-left: 6px;
  margin-right: 6px;
}

.author-pic {
  object-fit: cover;
  border: 3px solid #e7e7e7;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 2px;
}

.form-field-2col-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-card-copy {
  color: #292929;
  margin-bottom: 8px;
  text-decoration: none;
}

.uui-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-align-left {
  text-align: left;
}

.article-card-details {
  color: #757575;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.article-card-author-name {
  margin-left: 8px;
  font-family: Merriweather, serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.div-block-597 {
  padding: 0;
}

.uui-text-style-link-2 {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: #344054;
}

.author-name-medium {
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.headingxs-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.headingxs-bold.bottom-margin-8px {
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 700;
}

.article-author-avatar {
  object-fit: cover;
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.article-author-avatar.big {
  border: 5px solid #eff0f6;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 3px;
}

.uui-header09_form {
  text-align: left;
  max-width: 40rem;
  margin: 1rem auto 0;
}

.subheader-column {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.author-description {
  color: #757575;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.div-block-2 {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}

.article-card-info-details {
  flex-wrap: wrap;
  align-items: center;
  font-size: 9px;
  display: flex;
}

.progress-bar-outer {
  background-color: #e0e0e0;
  border-radius: 20px;
  align-items: flex-start;
  width: 100%;
  height: 5px;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.large-hero-title {
  color: #131313;
  text-align: left;
  width: 100%;
  margin: 0 auto 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  display: block;
}

.article-author-wrapper-2 {
  color: #292929;
  align-items: center;
  margin-bottom: 56px;
  text-decoration: none;
  display: flex;
}

.article-author-wrapper-2.vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  background-image: linear-gradient(135deg, #2a13a2, #06b4f6);
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.share-icon {
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: color .2s;
  display: flex;
  overflow: hidden;
}

.share-icon:hover {
  color: #6227ec;
}

.uui-form_input-2 {
  color: #6b6d72;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.3rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9rem;
  line-height: 1.2;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

.uui-field-label-2 {
  color: #344054;
  margin-bottom: .5rem;
  font-family: Merriweather, serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.h1 {
  color: #fff;
  max-width: 100%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3em;
}

.hero-section-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.image-44 {
  border-radius: 20px;
  max-width: 90%;
}

.grid-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  align-items: center;
}

.paragraph-3 {
  color: #fff;
  max-width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6em;
}

.outline-btn-2 {
  z-index: 20;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #d6e3e7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 12px 20px;
  font-size: .65rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section-main-wrapper {
  background-color: #000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 82px;
  display: flex;
}

.section-container {
  width: 85%;
  max-width: 1920px;
}

.div-block-230 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.hero-section-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  display: flex;
}

.text-block-2 {
  color: #fff;
  background-color: #2e2e2e63;
  border-radius: 20px;
  flex-flow: row;
  padding: .7em 1em;
  font-weight: 400;
  display: flex;
}

.list-2-copy {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.list-text-bold {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.link {
  color: #000;
  font-weight: 600;
}

.wrap-h-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.wrap-h-xsmall.wrap-child {
  flex-wrap: wrap;
}

.feature-badge {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  background-color: #fff;
  border: .8px solid #ffffff1a;
  border-radius: 40px;
  align-items: center;
  padding: 2px 8px 2px 6px;
  font-size: 12px;
  line-height: 1.7;
  transition: color .2s, opacity;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.feature-badge:hover {
  color: #ffd000;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  border-color: #ffffff29;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.carousel-container-lines {
  z-index: 5;
  background-color: #000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block {
  font-size: 14px;
  line-height: 1.7;
}

.carousel-group {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.carousel-wrapper {
  align-items: center;
  width: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.carousel-item-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.lines-group {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.carousel-overlay {
  pointer-events: none;
  background-image: linear-gradient(to right, #070707, #07070700 15% 85%, #070707);
  position: absolute;
  inset: 0%;
}

.grid-v-full-right {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid-v-full-left {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-599 {
  background-color: #fff;
  padding: 10px;
}

.author-description-2 {
  color: #757575;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 19px;
}

.div-block-600 {
  background-color: #fff;
  margin-bottom: 0;
  padding: 10px 0;
}

.input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.error-message {
  background-color: #0000;
  margin-top: 12px;
  padding: 0;
}

.form-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  left: 10px;
}

.submit-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#ffffff14, #8e78b014);
  border-radius: 40px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  box-shadow: inset 0 1px .75px #ffffff29, inset 0 0 1px #ffffff1f;
}

.error-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.text-area {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #6e6e6e26;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  min-height: 96px;
  margin-bottom: 0;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.7;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.text-area::placeholder {
  color: #6a6a6b;
}

.field-label {
  color: #000;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}

.success-message {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  padding: 24px;
  font-size: 14px;
  line-height: 1.7;
}

.form-input {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.text-field {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  -webkit-text-stroke-color: #645858;
  background-color: #443f3f17;
  border: 1px solid #ffffff1f;
  border-radius: 40px;
  min-height: 36px;
  margin-bottom: 0;
  padding: 6px 10px 6px 32px;
  font-size: 12px;
  line-height: 1.7;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.text-field:focus {
  border-color: #ffffff3d;
}

.text-field::placeholder {
  color: #6a6a6b;
}

.text-field-dropdown {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #6d6767;
  -webkit-text-stroke-color: #645858;
  background-color: #443f3f17;
  border: 1px solid #ffffff1f;
  border-radius: 40px;
  min-height: 36px;
  margin-bottom: 0;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.7;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.text-field-dropdown:focus {
  border-color: #ffffff3d;
}

.text-field-dropdown::placeholder {
  color: #6a6a6b;
}

.div-block-7 {
  border: 1px solid #5f5f5f;
  border-radius: 8px;
}

.modal-image-link-wrapper {
  grid-column-gap: 16px;
  background-color: #444;
  align-items: center;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
}

.modal-image-link-wrapper.border-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-image-link-wrapper.border-bottom {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 0;
}

.image-2 {
  width: 22px;
}

.modal-link {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.image-3 {
  height: 45px;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: block;
}

.navbar_logo-image-wrapper-2 {
  z-index: 0;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.spline-embed-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-vertical.max-50 {
  align-items: center;
  width: 70vw;
  height: 60vh;
  position: absolute;
}

.element-1-s1 {
  z-index: 2;
  flex-direction: column;
  width: 200px;
  height: 400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 53px auto auto;
}

.element-1-sldier-1 {
  background-image: url('../images/element---2-S1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column-reverse;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  transform: rotate(17deg);
}

.div-block {
  opacity: .22;
  filter: blur(14px);
  background-color: #0000008f;
  border-radius: 200%;
  height: 50px;
}

.element-1-s1-copy {
  z-index: 2;
  background-image: none;
  flex-direction: column;
  width: 150px;
  height: 400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: auto 216px -96px auto;
}

.element-1-sldier-1-copy {
  transform-style: preserve-3d;
  background-image: url('../images/element---2-S1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column-reverse;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

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

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: #e0b123;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-blog-info-wrapper-second {
  grid-column-gap: 8px;
  color: #939b9b;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-heading-5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3em;
}

.spacer-s {
  width: 24px;
  height: 24px;
}

.fn-category-pill {
  color: #ecf0ef;
  background-color: #3e4545;
  border-radius: 34px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  line-height: 1em;
  display: flex;
}

.fn-features-card {
  color: #ecf0ef;
  background-color: #0f1213;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card:hover {
  color: #ecf0ef;
  border-color: #df0;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
}

.fn-paragraph.hide-on-mobile {
  font-size: 13px;
  font-weight: 500;
}

.fn-blog-info-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-features-card-column {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.fn-features-card-image {
  object-fit: cover;
  width: 100%;
  height: 225px;
}

.fn-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

.fn-button-secondery {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery:hover {
  background-color: #3e4545;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2em;
}

.fn-column {
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
}

.fn-container-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section {
  color: #ecf0ef;
  background-color: #181818;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 3%;
  font-family: Poppins, sans-serif;
  display: flex;
}

.fn-section.overflow-none {
  overflow: hidden;
}

.fn-author-image {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.fn-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.6em;
  display: flex;
}

.testimonials-stars {
  object-fit: contain;
  width: auto;
  height: 24px;
  margin-bottom: 24px;
}

.fn-slide-item-wrapper-testimonial {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #939b9b;
  background-color: #0000;
  border: 1px solid #687373;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.fn-testimonial-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-heading-6 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2em;
}

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

.fn-error-message {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.fn-success-message-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.fn-success-message {
  color: #0f1213;
  background-color: #df0;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-button-form {
  color: #fff;
  -webkit-text-stroke-color: #ffdb0c;
  background-color: #0000;
  border: 1px solid #f8dd0d;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 7px 42px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-form:hover {
  background-color: #3e4545;
}

.fn-checkbox {
  border: 1px solid #687373;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-checkbox.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-size: 8px 8px;
}

.fn-checkbox.w--redirected-focus {
  box-shadow: none;
}

.fn-checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.fn-field-message {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 100px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
}

.fn-field-message:hover {
  border-color: #cdd3d2;
}

.fn-field-message:active, .fn-field-message:focus {
  border-color: #df0;
}

.fn-field-message::placeholder {
  color: #ecf0ef;
}

.fn-radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-radio-button.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #0000;
}

.fn-radio-button.w--redirected-focus {
  box-shadow: none;
}

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

.fn-radio-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: grid;
}

.form-label {
  color: #cecece;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

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

.fn-select-field {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1em;
}

.fn-field {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field:hover {
  border-color: #cdd3d2;
}

.fn-field:active, .fn-field:focus {
  border-color: #df0;
}

.fn-field::placeholder {
  color: #ecf0ef;
}

.fn-form-advance {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-form {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.fn-heading-7 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-label-small {
  color: #ffd000;
  margin-bottom: 24px;
  line-height: 1em;
}

.text-block-13, .date, .text-cat {
  font-size: 12px;
}

.bold-text-2 {
  color: #ffc800;
  font-weight: 600;
}

.lottie-animation {
  width: 50%;
}

.fn-link-with-arrow-2 {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph-2 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-8 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-blog-slider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-heading-9 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

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

.fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-2 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.blog-cat-2 {
  color: #e7e7e7;
  background-color: #101213;
  border-radius: 11px;
  width: 100%;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.fn-radio-buttons-wrapper-radio {
  grid-column-gap: 33px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .hero_wrapper {
    justify-content: flex-end;
    height: 80vh;
  }
}

@media screen and (min-width: 1920px) {
  .image-44 {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .menu-icon_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0d0d0de6;
    width: 100%;
    height: 100dvh;
    padding: 5%;
    transition: height .5s;
    position: absolute;
    left: auto;
    transform: translate(0%);
  }

  .navbar_container {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0d0d0de6;
    border: 2px solid #1d1d1d;
    border-radius: .5rem;
    grid-template-columns: .25fr 1fr;
    padding: .2rem;
    display: flex;
    position: relative;
  }

  .button.is-navbar-button.menu_button {
    opacity: 1;
    justify-content: center;
  }

  .menu-icon_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_component {
    position: fixed;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_link {
    text-align: center;
    margin-bottom: .5rem;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .hero_wrapper {
    flex-flow: column;
    height: auto;
  }

  .section_hero {
    padding-top: 4rem;
  }

  .heading-style-h1 {
    font-size: 3.3rem;
  }

  .section_work {
    padding-top: 3rem;
  }

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

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

  .bold-text {
    font-size: 3.1rem;
  }

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

  .capability_list {
    grid-column-gap: 2rem;
  }

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

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

  .padding-global-4.padding-section-large.services {
    padding-top: 4rem;
  }

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

  .services-title {
    font-size: 3.3rem;
  }

  .featuresv6_sticky-div-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    top: 40%;
  }

  .featuresv6_sticky-div-2.is-third {
    top: 49%;
  }

  .featuresv6_sticky-div-2.is-second {
    top: 51%;
  }

  .featuresv6_sticky-div-2.is-fourth {
    top: 57%;
  }

  .featuresv6_sticky-div-2.is-fifth {
    top: 66%;
  }

  .featuresv6_sticky-div-2.is-sixth {
    top: 59%;
  }

  .featuresv6_sticky-content {
    max-width: 45rem;
  }

  .section-services {
    padding-top: 20px;
  }

  ._2x1-grid-layout {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-3-wrap {
    width: 100%;
    margin-left: 0;
  }

  .row-5 {
    display: block;
  }

  .title {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section.main-posts {
    padding-top: 0;
    padding-bottom: 106px;
  }

  .heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .grid-2-columns.sidebar-content {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sidebar-content.left {
    grid-template-columns: 1fr;
  }

  .sidebar {
    border-top: 1px solid #f0f0f0;
    padding-top: 60px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .blog-card-image-2 {
    width: 100%;
  }

  .table_component {
    max-width: 100%;
  }

  .list-2 {
    padding-left: 10px;
  }

  .left-sticky {
    position: static;
  }

  .large-hero-title {
    width: 90%;
    font-size: 27px;
    line-height: 35px;
  }

  .h1 {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .image-44 {
    max-width: 100%;
  }

  .grid-12 {
    grid-column-gap: 30px;
    grid-template-rows: auto;
  }

  .hero-section-main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .list-2-copy {
    padding-left: 10px;
  }

  .submit-button {
    display: flex;
  }

  .div-block-601 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-auto-flow: column;
    display: block;
  }

  .fn-features-card:hover {
    border-color: #0f1213;
  }

  .fn-features-card-with-image.slider-cards {
    flex: none;
    width: 411px;
  }

  .fn-button-secondery {
    transition: none;
  }

  .fn-button-secondery:hover {
    background-color: #0000;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .fn-section {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .fn-testimonial-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .fn-heading-6, .fn-heading-7 {
    margin-bottom: 12px;
    font-size: 40px;
  }

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

  .fn-heading-3 {
    font-size: 32px;
  }

  .fn-blog-slider {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

  .fn-heading-9 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

@media screen and (max-width: 767px) {
  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .button.is-navbar-button {
    padding: .25rem 1rem;
  }

  .navbar_logo-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .padding-global.padding-section-large {
    padding-top: 1rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .project-title {
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .project-wrapper {
    flex-flow: column;
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .section_work {
    padding-top: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-medium.last {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .project-wrapper_container {
    flex-direction: row;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

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

  .capability_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .text-size-medium {
    text-align: left;
    font-size: .8rem;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .process_card-content {
    padding: 1.5rem;
  }

  .process_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .process_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global-4.padding-section-large.services {
    padding-top: 1rem;
  }

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

  .heading-style-h4 {
    font-size: 1rem;
  }

  .services-title {
    font-size: 2.4rem;
  }

  .services-wrapper {
    flex-direction: row;
    padding-top: 2em;
    padding-bottom: 4em;
  }

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

  .footer-3-col-2 {
    display: none;
  }

  .logo-text {
    text-align: center;
  }

  .row-5 {
    flex-direction: column;
    display: flex;
  }

  .footer-3-copywrite {
    text-align: center;
  }

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

  .heading-3 {
    text-align: left;
    font-size: 26px;
  }

  .div-block-11, .title {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .section.main-posts.post {
    padding-top: 26px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .grid-2-columns, .grid-2-columns.sidebar-content.left {
    grid-template-columns: 1fr;
  }

  .input {
    border-radius: 6px;
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-1-column.gap-row-22px {
    grid-row-gap: 15px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider.mg-bottom-48px {
    margin-bottom: 20px;
  }

  .heading-6 {
    font-size: 25px;
  }

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

  .heading-7 {
    font-size: 20px;
    line-height: 35px;
  }

  .list-text-2 {
    font-size: 14px;
  }

  .article-trending-card {
    border-bottom: 1px solid #dadada;
  }

  .uui-text-align-center-2 {
    width: 100%;
  }

  .left-sticky {
    width: 100%;
    padding-top: 10px;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .uui-header09_form {
    max-width: none;
    margin-top: 2rem;
  }

  .large-hero-title {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .grid-12 {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .list-text-bold {
    font-size: 16px;
  }

  .carousel-container-lines {
    padding-bottom: 0;
  }

  .carousel-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .modal-link {
    font-size: 13px;
    line-height: 26px;
  }

  .div-block-601 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .6fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: block;
  }

  .fn-heading-5 {
    font-size: 18px;
  }

  .fn-features-card {
    padding: 12px;
  }

  .fn-paragraph {
    text-align: left;
    margin-bottom: 24px;
  }

  .fn-paragraph.hide-on-mobile {
    display: none;
  }

  .fn-blog-info-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .fn-features-card-image {
    height: 170px;
  }

  .fn-features-card-with-image.slider-cards {
    width: 260px;
  }

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

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-testimonial-wrapper {
    grid-template-columns: 1fr;
  }

  .fn-heading-6 {
    font-size: 34px;
  }

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

  .fn-form-advance {
    grid-template-columns: 1fr;
  }

  .fn-heading-7 {
    font-size: 34px;
  }

  .fn-label-small {
    margin-bottom: 12px;
  }

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

  .fn-paragraph-2.hide-on-mobile {
    display: none;
  }

  .fn-heading-8 {
    font-size: 18px;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-heading-9 {
    font-size: 34px;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .navbar_logo-image-wrapper {
    display: flex;
    position: relative;
    overflow: visible;
  }

  .navbar_text-wrapper {
    display: none;
  }

  .navbar_logo.is-icon {
    overflow: visible;
  }

  .navbar_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .padding-global.padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
  }

  .hero-bottom_right {
    max-width: 20%;
  }

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

  .hero-bottom_text {
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .hero_wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
  }

  .text-size-small {
    font-size: .8rem;
    line-height: 1.4em;
  }

  .heading-style-h1 {
    font-size: 2rem;
    display: block;
    overflow: visible;
  }

  .heading-style-h1.mobile {
    margin-top: 0;
    font-size: 2.1rem;
    display: block;
  }

  .outline-grow-social-list {
    grid-column-gap: .75rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .outline-grow-social-list.invert {
    flex-flow: row;
  }

  .hero-section-cta-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .outline-btn {
    align-self: center;
    height: 40px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: flex;
  }

  .project-title {
    font-size: 1.9rem;
  }

  .heading-style-h3 {
    font-size: .9rem;
  }

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

  .project-left-second_content {
    width: 90%;
  }

  .section_work {
    padding-top: 0;
  }

  .project-wrapper_container {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .bold-text {
    font-size: 1.7rem;
  }

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

  .capability_list, .process_row {
    grid-template-columns: 1fr;
  }

  .padding-global-4.padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
  }

  .padding-global-4.padding-section-large.services {
    padding-bottom: 0;
  }

  .text-size-regular {
    font-size: .8rem;
  }

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

  .services-title {
    font-size: 2rem;
  }

  .featuresv6_sticky-div-2 {
    padding: 1.1rem;
    position: static;
    top: 0%;
  }

  .featuresv6_sticky-div-2.is-third, .featuresv6_sticky-div-2.is-second {
    top: 0%;
  }

  .featuresv6_sticky-div-2.is-fourth, .featuresv6_sticky-div-2.is-fifth {
    top: 44%;
  }

  .featuresv6_sticky-div-2.is-sixth {
    top: 27%;
  }

  .featuresv6_sticky-content {
    position: static;
  }

  .services-wrapper {
    flex-direction: column;
  }

  .services-tool {
    flex-flow: wrap;
    align-items: flex-start;
  }

  ._2x1-grid-layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-3-col-2 {
    display: none;
  }

  .footer-3-copywrite {
    text-align: center;
    font-size: 11px;
  }

  .footer-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-11 {
    margin-top: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.main-posts {
    padding-top: 55px;
  }

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

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

  .grid-2-columns.sidebar-content {
    grid-row-gap: 80px;
  }

  .grid-2-columns.sidebar-content.left {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

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

  .grid-1-column.gap-row-22px {
    grid-row-gap: 12px;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .heading-6 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
  }

  .heading-7 {
    font-size: 20px;
    line-height: 27px;
  }

  .table_cell {
    padding-left: .5rem;
  }

  .table_cell.background-color-blue-lighter {
    padding-right: .5rem;
  }

  .table_cell.head-data {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .list-2 {
    padding-left: 20px;
    font-size: 15px;
  }

  .list-text {
    font-size: 14px;
  }

  .list-text-2 {
    font-size: 13px;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .author-pic {
    height: 40px;
  }

  .form-field-2col-2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    margin-top: 10px;
  }

  .large-hero-title {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

  .uui-form_input-2 {
    min-height: 2.1rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .7rem;
  }

  .h1 {
    max-width: 100%;
    font-size: 1.4rem;
  }

  .hero-section-wrapper {
    width: 85%;
  }

  .image-44 {
    max-width: 100%;
  }

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

  .paragraph-3 {
    max-width: 100%;
    font-size: 11px;
  }

  .outline-btn-2 {
    align-self: center;
    height: 45px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: flex;
  }

  .hero-section-main-wrapper {
    background-image: none;
    height: auto;
    padding: 7rem 1em 4rem 0;
  }

  .section-container {
    width: 100%;
    max-width: none;
  }

  .hero-section-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-2 {
    font-size: 11px;
  }

  .list-2-copy {
    padding-left: 20px;
  }

  .list-text-bold {
    font-size: 14px;
  }

  .carousel-container-lines {
    display: none;
  }

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

  .submit-button {
    width: 100%;
  }

  .modal-link {
    font-size: 13px;
    line-height: 24px;
  }

  .image-3 {
    object-fit: contain;
  }

  .flex-vertical.max-50 {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .fn-heading-5 {
    font-size: 14px;
    line-height: 1.5em;
  }

  .fn-paragraph {
    font-size: 13px;
  }

  .fn-button-secondery {
    width: 100%;
    min-width: 139px;
  }

  .fn-heading-2 {
    font-size: 21px;
  }

  .fn-container-grid {
    margin-top: 20px;
  }

  .fn-section {
    padding-top: 0;
  }

  .fn-author-image {
    flex: none;
  }

  .fn-author-wrapper {
    font-size: 14px;
  }

  .testimonials-stars {
    object-position: 0% 50%;
    height: 18px;
  }

  .fn-slide-item-wrapper-testimonial {
    padding: 16px;
  }

  .fn-field-message {
    min-height: 80px;
    max-height: 80px;
  }

  .fn-field {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .fn-form-advance {
    grid-column-gap: 19px;
  }

  .fn-blog-slider {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .checkbox-label {
    font-size: 11px;
  }
}

#w-node-e8eeea3d-de95-e51a-9d57-6111d390a4e5-a47d700c {
  place-self: end start;
}

#w-node-_4e6c9252-770f-8a48-c22c-55cdb13aa8a0-a47d700c, #w-node-_8f048f3a-202d-926f-4667-92f1a94083e7-a47d700c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f54-a47d700c {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f59-a47d700c {
  grid-area: 2 / 1 / 3 / 3;
  place-self: start;
}

#w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f5b-a47d700c {
  grid-area: 1 / 9 / 4 / 13;
}

#w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f6e-a47d700c {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f7e-a47d700c {
  grid-area: 3 / 5 / 4 / 9;
}

#w-node-_97167cef-4d18-99eb-ddc9-62ec4f04d353-a47d700c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_97167cef-4d18-99eb-ddc9-62ec4f04d35e-a47d700c {
  grid-area: 1 / 7 / 2 / 13;
}

#Mobile-Number.w-node-_97167cef-4d18-99eb-ddc9-62ec4f04d362-a47d700c, #Email-4.w-node-_72053f17-317b-c924-116c-93f7744ace29-a47d700c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97167cef-4d18-99eb-ddc9-62ec4f04d365-a47d700c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_97167cef-4d18-99eb-ddc9-62ec4f04d367-a47d700c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field-2.w-node-_97167cef-4d18-99eb-ddc9-62ec4f04d388-a47d700c, #w-node-_97167cef-4d18-99eb-ddc9-62ec4f04d389-a47d700c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a8c1bbf6-e229-4748-5dd6-2d3482c7c371-a47d700c, #w-node-a8c1bbf6-e229-4748-5dd6-2d3482c7c386-a47d700c, #w-node-a8c1bbf6-e229-4748-5dd6-2d3482c7c39b-a47d700c, #w-node-a8c1bbf6-e229-4748-5dd6-2d3482c7c3b1-a47d700c, #w-node-_65d2c636-e340-a31f-3814-aacbb296202d-a47d700c, #w-node-_0f017ea8-eb40-e3a7-4594-5aed47f61c7b-a47d700c, #w-node-ac842e3f-391f-f78b-1627-b287cf8d9dfb-a47d700c, #w-node-e5bc268d-6f82-38d0-f972-b5036c9581b6-a47d700c, #w-node-c4b9b05b-249e-0649-9059-023f5e387b61-a47d700c, #w-node-d1a2c52f-d946-cb94-5ff3-17caf7f98a0f-a47d700c, #w-node-_12e66666-0c72-9a8b-5815-29b77b90fa8a-a47d700c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e98ede93-00dc-65d3-d600-c68c993e2ad3-a47d700c {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-e98ede93-00dc-65d3-d600-c68c993e2ade-a47d700c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f0291dc2-3cdb-264c-4647-3c9db9ab11b8-b9ab11b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f0291dc2-3cdb-264c-4647-3c9db9ab11c8-b9ab11b6 {
  justify-self: end;
}

#w-node-f87eb126-c309-0f8e-b1ab-c3a341de4c77-2562be8b, #w-node-_091f4f72-3b8a-0db1-ac3a-e5e54a935b7b-2562be8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f54-3901dacf {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f59-3901dacf {
  grid-area: 2 / 1 / 3 / 3;
  place-self: start;
}

#w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f5b-3901dacf {
  grid-area: 1 / 9 / 4 / 13;
}

#w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f6e-3901dacf {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f7e-3901dacf {
  grid-area: 3 / 5 / 4 / 9;
}

#w-node-c2fcb2f0-4090-590d-5c23-4f211217c7f0-3901dacf {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e98ede93-00dc-65d3-d600-c68c993e2ad3-3901dacf {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-e98ede93-00dc-65d3-d600-c68c993e2ade-3901dacf {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (max-width: 991px) {
  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f54-a47d700c {
    grid-column: span 8 / span 8;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f59-a47d700c {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f5b-a47d700c {
    grid-column: 5 / 9;
    grid-row-start: 2;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f6e-a47d700c {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f7e-a47d700c {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_97167cef-4d18-99eb-ddc9-62ec4f04d353-a47d700c {
    grid-column: span 3 / span 3;
  }

  #w-node-_97167cef-4d18-99eb-ddc9-62ec4f04d35e-a47d700c {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_97167cef-4d18-99eb-ddc9-62ec4f04d367-a47d700c {
    grid-column: span 2 / span 2;
  }

  #w-node-e98ede93-00dc-65d3-d600-c68c993e2ad3-a47d700c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-e98ede93-00dc-65d3-d600-c68c993e2ade-a47d700c {
    grid-column: span 8 / span 8;
  }

  #w-node-_091f4f72-3b8a-0db1-ac3a-e5e54a935b7b-2562be8b {
    order: -9999;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f54-3901dacf {
    grid-column: span 8 / span 8;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f59-3901dacf {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f5b-3901dacf {
    grid-column: 5 / 9;
    grid-row-start: 2;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f6e-3901dacf {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f7e-3901dacf {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c2fcb2f0-4090-590d-5c23-4f211217c7f0-3901dacf {
    grid-column: span 8 / span 8;
    justify-self: center;
  }

  #w-node-e98ede93-00dc-65d3-d600-c68c993e2ad3-3901dacf {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-e98ede93-00dc-65d3-d600-c68c993e2ade-3901dacf {
    grid-column: span 8 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f54-a47d700c {
    order: -9999;
    grid-column: span 4 / span 4;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f59-a47d700c {
    order: 9999;
    grid-column: span 4 / span 4;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f5b-a47d700c {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f6e-a47d700c {
    grid-row-start: 3;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f7e-a47d700c {
    grid-row: 4 / 5;
  }

  #w-node-_97167cef-4d18-99eb-ddc9-62ec4f04d353-a47d700c, #w-node-_97167cef-4d18-99eb-ddc9-62ec4f04d35e-a47d700c {
    grid-column: span 4 / span 4;
  }

  #w-node-_97167cef-4d18-99eb-ddc9-62ec4f04d365-a47d700c, #w-node-_97167cef-4d18-99eb-ddc9-62ec4f04d367-a47d700c, #field-2.w-node-_97167cef-4d18-99eb-ddc9-62ec4f04d388-a47d700c, #w-node-_97167cef-4d18-99eb-ddc9-62ec4f04d389-a47d700c {
    grid-column: span 1 / span 1;
  }

  #w-node-e98ede93-00dc-65d3-d600-c68c993e2ad3-a47d700c {
    grid-column: span 4 / span 4;
    justify-self: auto;
  }

  #w-node-e98ede93-00dc-65d3-d600-c68c993e2ade-a47d700c {
    grid-column: span 4 / span 4;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f54-3901dacf {
    order: -9999;
    grid-column: span 4 / span 4;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f59-3901dacf {
    order: 9999;
    grid-column: span 4 / span 4;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f5b-3901dacf {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f6e-3901dacf {
    grid-row-start: 3;
  }

  #w-node-cba8ea73-67f4-30d2-8a40-e9e659c77f7e-3901dacf {
    grid-row: 4 / 5;
  }

  #w-node-c2fcb2f0-4090-590d-5c23-4f211217c7f0-3901dacf, #w-node-e98ede93-00dc-65d3-d600-c68c993e2ad3-3901dacf, #w-node-e98ede93-00dc-65d3-d600-c68c993e2ade-3901dacf {
    grid-column: span 4 / span 4;
  }
}


