@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: black;
  --white: white;
  --midnight-blue: #151c34;
}

body {
  color: #2d3958;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.slider-left {
  color: var(--black);
  border: 2px solid #8c54ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.tab-button {
  color: #7540ee;
  background-color: #0000;
  border: 2px solid #7540ee;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 15px 35px;
  text-decoration: none;
  display: flex;
}

.tab-button.w--current {
  color: var(--white);
  background-color: #7540ee;
}

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

.pricing-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 1px 1px 35px #ebecf0;
}

.content-section {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 3%;
  display: flex;
  overflow: hidden;
}

.slides {
  width: 100%;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.standard-tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

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

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.load-bar-base {
  background-color: #fff3;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.tabs-content {
  overflow: visible;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

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

.heading {
  color: #02044a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 60px;
}

.text-block {
  font-family: Merriweather, serif;
  font-weight: 300;
}

.content-section-copy {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.tabs {
  width: 100%;
}

.slider-base {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.slider-background {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Linkbuilding.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.slider-background.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Content.jpg');
}

.slider-background.background-02.develop {
  background-image: linear-gradient(#0000001a, #0009), url('../images/content-management.jpg');
}

.slider-background.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Google-Advertsing.jpg');
}

.slider-heading {
  z-index: 9;
  color: var(--white);
  text-align: center;
  letter-spacing: -.03em;
  max-width: 760px;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 68px;
  position: relative;
}

.slider-heading.small-live-soon {
  font-size: 17px;
  font-style: italic;
  line-height: 26px;
}

.text-span {
  color: #fff9;
  font-weight: 700;
}

.navigation-flowbase {
  background-color: #0000;
  align-items: center;
  padding: 20px 2%;
  display: flex;
  box-shadow: 34px 34px 74px #38327c14;
}

.navigation-link-flowbase {
  align-items: center;
  display: flex;
}

.container-flowbase {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon {
  margin-right: 0;
}

.logo-mark-flowbase {
  width: 45px;
  margin-right: 16px;
}

.column-grey-flowbase {
  background-color: #f9f9fa;
  padding: 20px 16px 14px;
}

.navigation-menu-flowbase {
  white-space: nowrap;
  align-items: center;
  width: auto;
  display: flex;
}

.html-embed {
  height: 320px;
}

.toggle-flowbase {
  color: #fff;
  padding: 10px 20px 10px 10px;
}

.toggle-flowbase.w--open {
  color: #fff;
}

.nav-grid-flowbase {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.dropdown-list-flowbase {
  min-width: 254px;
}

.dropdown-list-flowbase.w--open {
  background-color: #fff;
  min-width: 440px;
  top: 72px;
  box-shadow: 37px 37px 62px -23px #201a3d14;
}

.text-link-flowbase {
  color: #8687a8;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
}

.text-link-flowbase:hover {
  color: #212350;
}

.column-flowbase {
  padding: 20px 16px;
}

.button-clone-flowbase {
  color: #fff;
  text-align: center;
  background-color: #7839f3;
  border-radius: 10px;
  width: 100%;
  margin-left: 10px;
  padding: 14px 24px;
  font-size: 14px;
  transition: all .3s;
}

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

.dropdown-flowbase {
  background-color: #7839f3;
  border-radius: 10px;
  padding: 2px 7px 2px 2px;
}

.clone-button {
  background-color: #7839f3;
  border-radius: 500px;
  margin-top: 32px;
  padding: 20px 38px;
  transition: all .35s;
}

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

.flowbase-banner {
  height: 64px;
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-logo {
  width: 120px;
}

.global-name-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #6f5cff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 12px #9b8eff4d, inset 0 1px #9b8eff99, 0 -1px 1px #5b29ffcc, 0 0 0 1px #6e5bff;
}

.global-button-primary:hover {
  background-color: #7f6fff;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.global-title-text {
  color: #36364a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-name {
  color: #282735;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-name-block {
  background-color: #f8f9fb;
  border-radius: 6px;
  padding: 2px 6px;
  text-decoration: none;
}

.global-navigation-line {
  background-color: #122b6914;
  width: 1px;
  height: 20px;
}

.global-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.global-container {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-logo-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.global-navigation {
  border-bottom: 1px solid #122b6914;
  align-items: center;
  height: 82px;
  padding: 24px;
  display: flex;
}

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

.global-component-footer {
  border-top: 1px solid #122b6914;
  display: flex;
}

.nav-cover-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.nav-cover {
  background-color: #f5fafc;
  border-bottom: 1px solid #d6e3e7;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.button {
  z-index: 1;
  color: #1d1d1d;
  letter-spacing: -.02em;
  cursor: pointer;
  background-color: #bee1ff;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1.3em 2.7em;
  font-size: .83vw;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav_menu {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #2d395866;
  border-radius: 200px;
  justify-content: flex-end;
  align-items: center;
  padding: 6px 6px 6px 28px;
  display: flex;
}

.nav_brand-logo {
  height: 50px;
}

.title {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: .83vw;
  font-weight: 500;
  line-height: 1;
}

.title.nav_menu-link {
  color: #fff;
  margin-right: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.title.nav_menu-link:hover {
  color: #bee1ff;
}

.title.section_info-number {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.title.section_info-number.is--green-text {
  color: #bee1ff;
}

.title.sub {
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.title.form_label {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.title.service_card-number {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.nav {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.button_text {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav_brand {
  cursor: pointer;
}

.button_icon {
  color: #fff;
  width: 15px;
}

.nav_menu-wrapper {
  z-index: 1;
}

.mobile-menu, .mobile_icon-wrapper {
  display: none;
}

.text-block-2, .text-block-3, .text-block-4 {
  font-family: Merriweather, serif;
  font-weight: 300;
}

.hero-section {
  height: 100vh;
}

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

.hero_button {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.75vw;
  height: 3.75vw;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: auto 50% 8% auto;
}

.hero_button-icon {
  width: 10px;
  transform: rotate(180deg);
}

.form_error {
  background-color: #fcc;
  border-radius: 12px;
}

.button-2 {
  z-index: 1;
  color: #1d1d1d;
  letter-spacing: -.02em;
  cursor: pointer;
  background-color: #bee1ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 1.3em 1.8em;
  font-size: .83vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.button-2.is--secondary {
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #1d1d1d;
  margin-top: 36px;
}

.button-2.is--secondary.no--tm {
  border-width: 2px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.section_info-circle {
  background-color: #2d3958;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.section_info-circle.is--black {
  background-color: #000;
}

.section_info-circle.black {
  color: #2d3958;
  background-color: #2d3958;
}

.section_wrapper {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 16px;
  padding: 10vw 5% 0;
}

.section_wrapper.is--primary {
  background-color: #bee1ff;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
}

.section_wrapper.is--cta {
  background-color: #bee1ff;
  background-image: url('../images/noise.png'), linear-gradient(32deg, #bee1ff, #d4fff0);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form_checkbox {
  cursor: pointer;
  border-width: 2px;
  border-color: #1d1d1d;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
}

.form_checkbox.w--redirected-checked {
  background-color: #1d1d1d;
  background-size: 12px;
  border-style: none;
}

.form_field {
  color: #000;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 2px solid #1d1d1d;
  width: 100%;
  margin-bottom: 32px;
  padding-top: 12px;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.67;
}

.form_field:focus {
  border-bottom-color: #000;
}

.form_field::placeholder {
  color: #393d4799;
}

.form_field.is--message {
  padding-bottom: 160px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.form_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.section_info {
  align-items: center;
  display: flex;
}

.section_content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10vw;
  display: flex;
}

.section_content.is--vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.section_content.is--form-submit {
  padding-bottom: 0;
}

.section_content.is--centered {
  align-items: center;
}

.section_text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  margin-right: 5%;
  display: flex;
}

.section_text.is--left {
  margin-left: 5%;
  margin-right: 0%;
}

.form_success {
  background-color: #fff9;
  border-radius: 12px;
}

.section_text-title {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.form_legal-link {
  cursor: pointer;
  text-decoration: underline;
}

.contact-section {
  transform-origin: 50% 100%;
  padding-bottom: 10vh;
  padding-left: 16px;
  padding-right: 16px;
}

.service_card-icon {
  width: 28px;
}

.paragraph-text {
  width: 100%;
  margin-top: 6px;
}

.paragraph-text.designed {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.service_card-title {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 300;
}

.button-3 {
  z-index: 1;
  color: #1d1d1d;
  letter-spacing: -.02em;
  cursor: pointer;
  background-color: #bee1ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 1.3em 1.8em;
  font-size: .83vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.button-3.is--cta {
  z-index: 2;
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  margin-top: 24px;
  position: relative;
}

.service_card-button {
  z-index: 3;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 2vw;
  display: flex;
  position: absolute;
  inset: auto auto 48px 48px;
}

.service_wrapper {
  height: auto;
  position: relative;
}

.button-text-white {
  color: #fff;
  margin-bottom: 0;
  margin-right: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.service_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.is--small {
  font-size: .9375vw;
  line-height: 1.95;
}

.is--small.service_card-description {
  color: #fff;
  margin-bottom: 2vw;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.is--small.service_card-replace-description {
  margin-bottom: 2vw;
}

.is--small.service_card-description-copy {
  color: #fff;
  margin-bottom: 2vw;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.service_card-replace {
  z-index: 2;
  background-color: #bee1ff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 48px 48px 88px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.service_card-icon-wrapper {
  background-color: #bee1ff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 2vw;
  display: flex;
}

.service_card {
  z-index: 1;
  background-color: #2d3958;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 25vw;
  padding: 28px 48px 88px;
  display: flex;
  position: relative;
}

.service_card-button-icon {
  width: 13px;
}

.h2-header {
  margin-bottom: 16px;
  font-family: Merriweather, serif;
  font-weight: 300;
}

.h2-header.is--cta {
  z-index: 2;
  font-family: Merriweather, serif;
  position: relative;
}

.button_icon-2 {
  color: #fff;
  width: 18px;
}

.services {
  transform-origin: 50% 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.button-4 {
  z-index: 1;
  color: #1d1d1d;
  letter-spacing: -.02em;
  cursor: pointer;
  background-color: #bee1ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 1.3em 1.8em;
  font-size: .83vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.button-4.is--cta {
  z-index: 2;
  color: #000;
  background-color: #2d3958;
  border: 2px solid #000;
  margin-top: 24px;
  text-decoration: none;
  position: relative;
}

.button-4.is--cta.other-pad {
  border-width: 1px;
  border-color: #fff;
  margin-top: 0;
}

.button-4.is--secondary {
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #1d1d1d;
  margin-top: 36px;
}

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

.video_button {
  cursor: pointer;
  background-color: #bee1ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  padding: 24px;
  display: flex;
}

.media-full {
  border-radius: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section_info-circle-2 {
  background-color: #2d3958;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.section_image-half {
  object-fit: cover;
  border-radius: 12px;
  width: 45%;
}

.section_wrapper-2 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #0000001a;
  border-radius: 12px;
  margin-top: 16px;
  padding-top: 5vw;
  padding-left: 5%;
  padding-right: 5%;
}

.media_image {
  width: 100%;
}

.button_text-3 {
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 14px;
  font-weight: 500;
}

.video_play-icon {
  width: 20px;
}

.video_overlay {
  z-index: 1;
  background-image: linear-gradient(#0000001a, #0000001a);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_text-title-3 {
  margin-bottom: 16px;
}

.section {
  transform-origin: 50% 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.container-medium {
  width: 100%;
  max-width: 82rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._0-5rem-spacer {
  height: .5rem;
}

.link-arrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-top: 1.125rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.link-arrow:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.icon-2 {
  border-radius: .625rem;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
}

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

.card {
  background-color: #2d3958;
  border: 1px solid #525252;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.text-size-medium {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.color-e5e5e5 {
  color: #e5e5e5;
}

.item-pic {
  background-color: #bee1ff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.text-block-5 {
  color: #fff;
}

.div-block {
  color: #fff;
  font-weight: 500;
}

.paragraph-2 {
  color: #2da839;
  font-size: 35px;
}

@media screen and (max-width: 991px) {
  .slider-left, .tab-button {
    background-color: #8c54ff;
    border-style: none;
    border-radius: 0;
    width: 80px;
    height: 50px;
    padding: 7px;
  }

  .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pricing-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-flowbase {
    min-height: auto;
    position: relative;
  }

  .global-logo-link {
    margin-right: 0;
  }

  .button {
    padding: 12px 16px;
  }

  .nav_menu {
    padding-bottom: 6px;
    display: none;
  }

  .mobile-menu_link {
    color: #fff;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1;
  }

  .title {
    font-size: 14px;
  }

  .title.service_card-number {
    margin-bottom: 64px;
  }

  .mobile-menu_divider {
    background-color: #393d4799;
    width: 100%;
    height: 1px;
  }

  .button_text {
    margin-right: 24px;
  }

  .mobile_icon {
    height: 40px;
  }

  .mobile-menu {
    z-index: 1;
    transform-origin: 100%;
    background-color: #000c;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 128px 5% 128px 128px;
    display: none;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .mobile_icon-wrapper {
    z-index: 500;
    cursor: pointer;
    display: block;
    position: relative;
  }

  .hero_button {
    display: none;
  }

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

  .button-2.is--secondary.no--tm {
    font-size: 14px;
  }

  .section_info-circle {
    width: 50px;
    height: 50px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .form_field {
    font-size: 16px;
  }

  .form_checkbox-field {
    margin-bottom: 32px;
  }

  .section_info {
    margin-bottom: 48px;
  }

  .section_content {
    flex-direction: column;
    justify-content: flex-start;
  }

  .section_text {
    width: 90%;
  }

  .service_card-icon {
    width: 24px;
  }

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

  .service_card-button {
    margin-top: 0;
    inset: auto auto 24px 24px;
  }

  .button-text-white {
    margin-right: 24px;
  }

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

  .is--small {
    font-size: 14px;
    line-height: 1.8;
  }

  .is--small.service_card-description {
    margin-bottom: 0;
  }

  .is--small.service_card-replace-description {
    font-size: 12px;
    line-height: 1.5;
  }

  .is--small.service_card-description-copy {
    margin-bottom: 0;
  }

  .service_card-replace {
    padding: 24px 24px 80px;
    display: none;
  }

  .service_card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .service_card {
    height: auto;
    padding: 24px 24px 80px;
  }

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

  .video_button {
    padding: 12px;
  }

  .section_info-circle-2 {
    width: 50px;
    height: 50px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section_image-half {
    width: 80%;
    margin-top: 10vw;
  }

  .button_text-3 {
    margin-right: 24px;
  }

  .video_play-icon {
    width: 14px;
  }

  .container-medium {
    position: static;
  }

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

@media screen and (max-width: 767px) {
  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    bottom: 5%;
  }

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

  .content-section-copy {
    height: auto;
  }

  .global-navigation-line, .global-text-wrapper {
    display: none;
  }

  .mobile-menu_link {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .nav_brand-logo {
    height: 40px;
  }

  .title {
    font-size: 12px;
  }

  .nav {
    padding-top: 3%;
  }

  .mobile_icon {
    height: 30px;
  }

  .mobile-menu {
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 100px;
  }

  .section_wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section_wrapper.is--primary {
    padding-left: 5%;
    padding-right: 5%;
  }

  .service_grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto;
  }

  .is--small {
    font-size: 14px;
  }

  .services {
    padding-left: 16px;
  }

  .section_image-half {
    width: 60%;
  }

  .video_play-icon {
    width: 12px;
  }

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

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

@media screen and (max-width: 479px) {
  .tabs-menu {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .tabs-content {
    padding-top: 0;
  }

  .content-section-copy {
    justify-content: center;
    align-items: center;
    height: 90vh;
  }

  .slider-base {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 160px;
    display: flex;
  }

  .slider-background.background-02 {
    background-position: 0 0, 30%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-heading {
    width: 90%;
    font-size: 40px;
    line-height: 50px;
  }

  .text-link-flowbase, .dropdown-flowbase, .flowbase-banner {
    display: none;
  }

  .flowbase-footer {
    background-image: none;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .global-component-banner, .global-title-text, .global-icon-x-small {
    display: none;
  }

  .nav_brand-logo {
    height: 40px;
  }

  .title {
    font-size: 14px;
  }

  .nav {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-top: 0;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile-menu_divider {
    width: 36px;
  }

  .mobile_icon {
    height: 30px;
    position: relative;
  }

  .mobile-menu {
    z-index: 1;
    background-color: #000000e6;
    display: none;
    right: 0%;
  }

  .hero-section {
    height: auto;
    padding-top: 0;
  }

  .section_info-circle {
    width: 50px;
    height: 50px;
  }

  .section_wrapper.is--cta {
    margin-top: 16px;
    padding-top: 10vw;
  }

  .section_text {
    width: 100%;
    margin-right: 0%;
  }

  .section_text.is--left {
    margin-left: 0%;
  }

  .contact-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-3.is--cta {
    margin-top: 16px;
    padding: 10px 18px;
  }

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

  .is--small {
    font-size: 16px;
  }

  .h2-header.is--cta {
    text-align: center;
    width: 230px;
  }

  .services {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-4.is--cta {
    margin-top: 16px;
    padding: 10px 18px;
  }

  .video_button {
    width: 50px;
    height: 50px;
    padding: 8px;
  }

  .media-full {
    height: 300px;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .section_info-circle-2 {
    width: 50px;
    height: 50px;
  }

  .section_image-half {
    width: 100%;
    margin-top: 20vw;
    margin-bottom: 10vw;
  }

  .media_image {
    object-fit: cover;
    height: 100%;
  }

  .section {
    padding-left: 8px;
    padding-right: 8px;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}