:root {
  --fonts--primary-font: var(--font-families--switzer);
  --dark-green-1: #02272c;
  --dark-green-3: #016a70;
  --bg: #e2fff8;
  --white: white;
  --light-green-1: #a7d85f;
  --dark-green-2: #0a4549;
  --borders-secondary-bg: #ccede5;
  --fonts--secondary-font: var(--font-families--playfair);
  --font-families--switzer: Switzer, sans-serif;
  --font-families--playfair: "Playfair Display", sans-serif;
  --light-green2: #c1d9a7;
  --yellow: #f0ab20;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

body {
  font-family: var(--fonts--primary-font);
  color: var(--dark-green-1);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 180%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 130%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 130%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 130%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 130%;
}

a {
  color: var(--dark-green-3);
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.main-wrapper {
  background-color: var(--bg);
}

.link-block {
  color: var(--dark-green-3);
  text-decoration: none;
}

.heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 130%;
}

.text-block, .body {
  line-height: 150%;
}

.text_size-big {
  font-size: 2rem;
  font-weight: 300;
  line-height: 150%;
}

.text_subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 100%;
}

.text_h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 130%;
}

.text_h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

.text_h5 {
  font-size: 1.25rem;
  font-weight: 600;
}

.text_body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.text_btn {
  color: var(--white);
  letter-spacing: .75px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.text_btn.is-green1 {
  color: var(--dark-green-1);
}

.text_btn.is-opcaity40.is-0 {
  opacity: 0;
}

.navbar {
  z-index: 9000;
  background-color: var(--bg);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-decoration: none;
  display: flex;
  position: fixed;
}

.navbar_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar_logo-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  width: 10.5rem;
}

.navbar_logo-wrapper.w--current {
  width: 10.5rem;
}

.frame-68 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.logo-fake {
  grid-row-gap: 8px;
  background-color: var(--dark-green-3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.logo-fake.is-footer {
  background-color: var(--light-green-1);
  width: 2rem;
  height: 2rem;
}

.text {
  color: #0a4549;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text.is-footer {
  color: var(--white);
  font-size: 2rem;
}

.navbar_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar_list.text_btn {
  color: var(--dark-green-1);
}

.navbar_link {
  color: var(--dark-green-1);
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #0a4549;
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.section_hero {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero_wrapper-texts {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.frame-14 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
  text-decoration: none;
  display: flex;
}

.accelerate-your-tga-approval-management {
  color: #02272c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-13 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #0a4549;
  letter-spacing: .1125px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 193%;
  text-decoration: none;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--dark-green-2);
  border-radius: 60.75px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem 1rem 1.5rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button:hover, .button.is-green1 {
  background-color: var(--dark-green-1);
}

.button.is-secondary {
  background-color: #0000;
  border: 1px solid #ffffff80;
  padding-right: 1.5rem;
}

.button.is-secondary:hover {
  background-color: #ffffff26;
}

.button.is-transparent {
  color: var(--dark-green-1);
  background-color: #0000;
  border: 1px solid #02272c4d;
}

.button.is-transparent.is-only-text {
  padding-right: 1.5rem;
}

.button.is-smaller {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.text-4 {
  color: #fff;
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.icon-wrapper {
  color: var(--light-green-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.icon-wrapper.is-green1 {
  color: var(--dark-green-1);
}

.hero_wrapper-image-w {
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  overflow: clip;
}

.navbar_icon-wrapper {
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.main-container {
  width: clamp(20rem, 90vw, 90rem);
}

.hero_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-2 {
  color: var(--dark-green-2);
}

.heading-2 {
  max-width: 600px;
}

.is-green2 {
  color: var(--dark-green-2);
}

.spacer_vertical-48-3 {
  height: 3rem;
}

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

.frame-45 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.challenge_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subtitle-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.yellow-circle {
  grid-column-gap: 8px;
  background-color: var(--light-green-1);
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 1rem;
  height: 1rem;
  text-decoration: none;
}

.text-5 {
  color: #02272c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.privacy-list_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.challenge_left {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.text-6 {
  color: #02272c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-7 {
  color: #0a4549;
  letter-spacing: .1125px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 193%;
  text-decoration: none;
}

.challenge_right {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 608px;
  text-decoration: none;
  display: flex;
}

.challenge_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.icon {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.challenge_item-texts {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  color: #02272c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.horizontal-line {
  grid-row-gap: 8px;
  background-color: var(--borders-secondary-bg);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 1px;
}

.frame-21 {
  grid-column-gap: 24px;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 608px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.challenge_icon {
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
}

.path {
  color: var(--light-green-1);
}

.path-2 {
  color: var(--dark-green-1);
}

.path-3 {
  color: var(--light-green-1);
}

.spacer_vertical-80-5 {
  height: 5rem;
}

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

.clicks_wrapper-bg {
  background-color: var(--dark-green-2);
  background-image: url('../images/bg_1.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.5rem;
  width: 100%;
  height: 45rem;
  position: absolute;
  overflow: clip;
}

.clicks_content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1442px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-81 {
  grid-row-gap: 93px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.solutions_texts {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  padding-top: 4rem;
  text-decoration: none;
  display: flex;
}

.solutions_texts.is-mobile {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  padding-top: 0;
  padding-left: 4rem;
}

.text-8 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-9 {
  color: #fff;
  text-align: center;
  letter-spacing: .1125px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 193%;
  text-decoration: none;
}

.buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-3 {
  grid-column-gap: 9px;
  background-color: #0a4549;
  border-radius: 60.75px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 12px 12px 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-10 {
  color: #fff;
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.arrow---left {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 36px;
  left: 185px;
}

.frame-2 {
  grid-column-gap: 9px;
  border: 1px solid #ffffff80;
  border-radius: 60.75px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 48px;
  padding: 12px 12px 12px 18px;
  text-decoration: none;
  display: flex;
}

.solutions_images-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50rem;
  height: 35rem;
  text-decoration: none;
  display: flex;
}

.solutions_images-wrapper.is-both {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.clicks_wrapper {
  display: flex;
  position: relative;
}

.text-block-3, .is-white {
  color: var(--white);
}

.is-white.is-footer {
  font-size: 1rem;
}

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

.image {
  width: clamp(20rem, 80vw, 80rem);
  display: none;
  position: absolute;
  top: -20.7vh;
  left: -73.7vh;
}

.image-2 {
  opacity: .69;
  width: clamp(20rem, 100vw, 90rem);
  display: none;
  position: absolute;
  top: -82.7vh;
  left: 25.6vw;
}

.image-3 {
  width: clamp(20rem, 100vw, 90rem);
  display: none;
  position: absolute;
  top: 13.5vh;
  left: 58.6vw;
}

.section_features {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.features_list {
  grid-column-gap: 1.5rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.features_card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 1px solid var(--borders-secondary-bg);
  background-color: #fafffe;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  padding: 1.5rem;
  display: flex;
}

.text-11 {
  color: #02272c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.features_icon-wrapper {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.features_icon {
  grid-row-gap: 8px;
  color: var(--dark-green-1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 8rem;
  height: 8rem;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  opacity: .8;
  color: #0a4549;
  letter-spacing: .1125px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 193%;
  text-decoration: none;
}

.text-13 {
  opacity: .8;
  color: #0a4549;
  letter-spacing: .1125px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 193%;
  text-decoration: none;
}

.text-0 {
  opacity: .8;
  color: #0a4549;
  letter-spacing: .1125px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 193%;
  text-decoration: none;
}

.text-1 {
  opacity: .8;
  color: #0a4549;
  letter-spacing: .1125px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 193%;
  text-decoration: none;
}

.text-block-4 {
  opacity: 1;
  color: var(--dark-green-2);
}

.path-4 {
  color: var(--light-green-1);
}

.text-block-5 {
  opacity: .8;
}

.ellipse {
  color: var(--light-green-1);
}

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

.path-5 {
  color: var(--light-green-1);
}

.circle {
  color: var(--white);
}

.circle-2 {
  color: var(--light-green-1);
}

.path-6, .path-7 {
  color: var(--dark-green-1);
}

.path-8 {
  color: var(--light-green-1);
}

.section_cta-mobile {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-mobile_bg {
  background-color: var(--dark-green-2);
  background-image: url('../images/bg_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  width: 100%;
  height: 27rem;
  position: absolute;
}

.cta-mobile_content {
  width: 100%;
  position: relative;
}

.cta-mobile_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: -3.75rem;
}

.cta-mobile_img-wrapper {
  flex: none;
  padding-right: 5rem;
}

.cta-mobile_text {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  max-width: 40rem;
  padding-top: 0;
  padding-left: 4rem;
  text-decoration: none;
  display: flex;
}

.cta-mobile_text.is-mobile {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  padding-top: 0;
  padding-left: 4rem;
}

.cta-mobile_description, .cta-mobile_heading {
  color: var(--white);
}

.section_testimonials {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.swiper-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.swiper-wrapper.is-testimonials {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.swiper-wrapper.is-blog {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
}

.frame-88 {
  grid-row-gap: 8rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-85 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-75 {
  grid-column-gap: 8px;
  background-color: #f0ab20;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #02272c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.testimonial_item {
  grid-column-gap: 4rem;
  cursor: grab;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.testimonial_image-side {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.testimonial_image-side.is-near-name {
  display: none;
}

.testimonial_image-container {
  grid-row-gap: 8px;
  border-radius: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  overflow: clip;
}

.testimonial_image-container.is-near-name {
  width: 4rem;
  height: 4rem;
  display: none;
}

.testimonial_quote-icon-w {
  background-color: var(--light-green-1);
  border-radius: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -8.75rem;
  left: -6rem;
}

.testimonial_text-side {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #02272c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.dr-james-t-pharmacy-owner-0 {
  color: #02272c;
  letter-spacing: undefinedundefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 170%;
  text-decoration: none;
}

.dr-james-t-pharmacy-owner-1 {
  color: #02272c;
  letter-spacing: undefinedundefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.testimonial_name-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.is-hidden {
  display: none;
}

.text_size-small {
  font-size: 1rem;
}

.testimonial_image-side-big {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.frame-90 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.faq_wrapper {
  grid-row-gap: 54px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.faq_header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #02272c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-17 {
  color: #0a4549;
  text-align: center;
  letter-spacing: .1125px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 193%;
  text-decoration: none;
}

.faq_list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.faq_item {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--borders-secondary-bg);
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
}

.faq_question-w {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #02272c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.faq_btn {
  background-color: var(--dark-green-2);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 68px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.faq_icon {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.text-19 {
  opacity: .8;
  color: #0a4549;
  letter-spacing: .1125px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 193%;
  text-decoration: none;
}

.faq_answer-w {
  display: flex;
  overflow: clip;
}

.svg {
  color: var(--white);
}

.section_contact {
  background-image: url('../images/bg_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.contact_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contact_text-w {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 3rem;
  display: flex;
}

.text-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-21 {
  color: #fff;
  letter-spacing: .1125px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 193%;
  text-decoration: none;
}

.contact_form {
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 38rem;
  margin-bottom: 0;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
}

.contact_form-heading {
  color: #02272c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-56 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  text-decoration: none;
  display: flex;
}

.input {
  grid-column-gap: 8px;
  color: var(--dark-green-1);
  background-color: #fff;
  border: 1px solid #d6e3e6;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.input:focus {
  border-width: 1.5px;
  border-color: var(--light-green-1);
  color: var(--dark-green-1);
}

.input:focus-visible {
  border-width: 1.5px;
  border-color: var(--light-green-1);
  color: var(--dark-green-1);
}

.input[data-wf-focus-visible] {
  border-width: 1.5px;
  border-color: var(--light-green-1);
  color: var(--dark-green-1);
}

.input.is-text-area {
  height: 13rem;
}

.text-23 {
  opacity: .7;
  color: #02272c;
  letter-spacing: .44px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.frame-51 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 195px;
  text-decoration: none;
  display: flex;
}

.btn {
  grid-column-gap: 9px;
  background-image: linear-gradient(82.45deg, #022125 0%, #004c51 100%);
  border-radius: 60.75px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 12px 12px 18px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #fff;
  letter-spacing: .5625px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-block-7 {
  font-size: 3rem;
  line-height: 130%;
}

.form-block {
  width: 100%;
}

.contact_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--dark-green-2);
  text-transform: uppercase;
  border-radius: 60.75px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.contact_button:hover, .contact_button.is-green1 {
  background-color: var(--dark-green-1);
}

.contact_button.is-secondary {
  background-color: #0000;
  border: 1px solid #ffffff80;
  padding-right: 1.5rem;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  display: flex;
}

.blog_wrapper {
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: clamp(20rem, 90vw, 110rem);
  text-decoration: none;
}

.text-25 {
  color: #02272c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.blog_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: none;
}

.blog_item {
  color: var(--dark-green-1);
  cursor: pointer;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog_content {
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog_image-w {
  grid-row-gap: 8px;
  aspect-ratio: 3.5 / 2.5;
  object-fit: cover;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-height: 16rem;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.text-26 {
  color: #02272c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-27 {
  opacity: .5;
  color: #02272c;
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.frame-55 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-54 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-28 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.arrow-left {
  grid-column-gap: 8px;
  cursor: pointer;
  border: 1px solid #ccede5;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: .75rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.arrow-left:hover {
  background-color: var(--borders-secondary-bg);
}

.arrow-right {
  grid-column-gap: 8px;
  background-color: var(--dark-green-2);
  color: var(--white);
  cursor: pointer;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: .75rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.arrow-right:hover {
  background-color: var(--dark-green-1);
}

.swiper-scrollbar {
  grid-row-gap: 8px;
  background-color: var(--dark-green-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 3px;
  text-decoration: none;
  display: flex;
}

.swiper-scrollbar.is-blog {
  position: relative;
}

.frame-95 {
  grid-column-gap: 9px;
  border: 1px solid #02272c4d;
  border-radius: 60.75px;
  justify-content: flex-end;
  align-items: center;
  width: 127.583px;
  height: 48px;
  padding: 12px 12px 12px 16px;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #02272c;
  letter-spacing: .5625px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.section_blog {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-opcaity90 {
  opacity: .9;
}

.is-opcaity80 {
  opacity: .8;
}

.is-opcaity70 {
  opacity: .7;
}

.is-opcaity60 {
  opacity: .6;
}

.is-opcaity50 {
  opacity: .5;
}

.is-opcaity40 {
  opacity: .4;
}

.is-opcaity30 {
  opacity: .3;
}

.is-opcaity20 {
  opacity: .2;
}

.is-opcaity10 {
  opacity: .1;
}

.image-4 {
  height: 100%;
}

.image-5 {
  aspect-ratio: 3.5 / 2.5;
}

.blog_heading {
  text-align: center;
}

.div-block {
  background-color: var(--dark-green-3);
  width: 30%;
  height: 100%;
}

.section_discliminar {
  background-color: var(--borders-secondary-bg);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text_size-xsmall {
  font-size: 1rem;
}

.text_size-xsmall.is-opcaity70 {
  font-size: .875rem;
  line-height: 160%;
}

.footer {
  background-color: var(--dark-green-2);
  background-image: url('../images/footer-bg_1.avif');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-top: 80px;
  padding-left: 104px;
  padding-right: 104px;
  text-decoration: none;
  display: flex;
}

.footer_wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer_content {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer_logo-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 4rem;
  text-decoration: none;
  display: flex;
}

.footer_container {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer_company {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 26rem;
  text-decoration: none;
  display: flex;
}

.text-29 {
  color: #fff;
  letter-spacing: .1125px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 193%;
  text-decoration: none;
}

.footer_socials-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 13.5rem;
  text-decoration: none;
  display: flex;
}

.footer_social-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  border: 1px solid #ccede54d;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 1.25rem 2rem;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.footer_social-item:hover {
  background-color: #ffffff26;
  border-color: #ccede580;
}

.footer_social-icon-2 {
  grid-column-gap: 8px;
  -webkit-backdrop-filter: blur(2.25px);
  backdrop-filter: blur(2.25px);
  border: 1px solid #ccede54d;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 48px;
  padding: 15px 31px;
  text-decoration: none;
  display: flex;
}

.footer_links-family {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 26rem;
  text-decoration: none;
  display: flex;
}

.footer_links-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-30 {
  opacity: .43;
  color: #ccede5;
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.footer_link-item {
  grid-column-gap: 11px;
  color: var(--white);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.footer_copy-right-text {
  color: #fff;
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.frame-66 {
  border: 0 solid #fff;
  border-top: 1px solid #ccede533;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.footer_copy-right-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: none;
}

.text-32 {
  color: #fff;
  text-align: right;
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.footer_sab {
  color: var(--light-green-1);
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  text-decoration: none;
  display: none;
}

.footer_social-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer_links-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer_circle {
  grid-column-gap: 8px;
  background-color: var(--dark-green-3);
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  width: .75rem;
  height: .75rem;
  text-decoration: none;
}

.footer_logo {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 10.5rem;
  text-decoration: none;
  display: flex;
}

.logo-img, .logo-footer {
  height: 3.5rem;
}

.lottie-animation {
  width: 1.5rem;
  height: 1.5rem;
}

.div-block-2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.section_features-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  padding-left: 104px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.test_wrapper {
  background-color: var(--dark-green-2);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50vh;
  padding-bottom: 120vh;
  display: flex;
  position: relative;
}

.test-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-green-1);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  height: 500vh;
  display: flex;
}

.div-block-3 {
  background-color: var(--light-green-1);
  width: 30vw;
  height: 50vh;
  position: sticky;
  top: 10px;
}

.fixed-horizontal-scroll {
  width: 100%;
  overflow: clip;
}

.features_card-1, .features_card-2, .features_card-3, .features_card-4, .features_card-5 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--white);
  border-radius: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  max-width: 25rem;
  max-height: 35rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  top: 10rem;
}

.challenge_left-copy {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.arrow-container {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.spacer_vertical-104-7 {
  height: 7rem;
}

.swiper-slide.is-testimonials {
  width: 100%;
  min-width: 100%;
}

.swiper.is-testimonials {
  width: 100%;
  overflow: clip;
}

.swiper.is-blog, .blog_wrapper-cms {
  width: 100%;
}

.swiper-scrollbar-container {
  grid-row-gap: 8px;
  background-color: #ccede5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20rem;
  height: 3px;
  text-decoration: none;
  display: flex;
}

.menu-open {
  display: none;
}

.navbar_link2 {
  color: var(--dark-green-1);
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.navbar_list2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar_list2.text_btn {
  color: var(--dark-green-1);
}

.privacy_hero {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px none var(--borders-secondary-bg);
  background-color: var(--borders-secondary-bg);
  background-image: url('../images/Group-107.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10rem 3rem;
}

.pages-heading {
  flex: none;
  font-size: 5rem;
  font-weight: 500;
  line-height: 120%;
}

.privacy_hero-texts {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.section_privacy_hero {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.privacy-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  max-width: 800px;
  text-decoration: none;
  display: flex;
}

.privacy-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 4rem;
  text-decoration: none;
  display: flex;
}

.bullet-point-text {
  padding-left: 2rem;
}

.text-span {
  background-color: var(--borders-secondary-bg);
  border-radius: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.code-embed {
  display: none;
}

.navbar_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--dark-green-2);
  border-radius: 60.75px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem .75rem 1.5rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navbar_button:hover, .navbar_button.is-green1 {
  background-color: var(--dark-green-1);
}

.navbar_button.is-secondary {
  background-color: #0000;
  border: 1px solid #ffffff80;
  padding-right: 1.5rem;
}

.navbar_button.is-secondary:hover {
  background-color: #ffffff26;
}

.navbar_button.is-transparent {
  color: var(--dark-green-1);
  background-color: #0000;
  border: 1px solid #02272c4d;
}

.navbar_button.is-smaller {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.circle-3, .path-9, .rect, .rect-2, .rect-3, .rect-4, .rect-5, .rect-6 {
  color: var(--light-green-1);
}

.footer_email {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.svg-2 {
  color: var(--white);
  height: 1.5rem;
}

.link {
  color: var(--dark-green-2);
  text-decoration: none;
}

.link-2 {
  color: var(--dark-green-2);
}

.privacy-list_table-block {
  width: 30%;
  position: sticky;
  top: 10vh;
}

.privacy-list_table-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

.privacy-list_table-item-w {
  width: 100%;
}

.privacy-list_spacer {
  width: 100%;
  height: 1rem;
  margin-bottom: 4rem;
}

.solution-header {
  height: 4rem;
}

.circle-4, .circle-5, .circle-6, .rect-7, .rect-8, .rect-9 {
  color: var(--light-green-1);
}

.section_blog_hero {
  justify-content: center;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 3rem;
  display: flex;
}

.div-block-4 {
  aspect-ratio: 2;
}

.image-6 {
  aspect-ratio: 2;
  position: absolute;
  inset: 0%;
}

.blog_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 2;
  border-radius: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.blog_bg-overlay {
  -webkit-backdrop-filter: blur(150px);
  backdrop-filter: blur(150px);
  background-image: linear-gradient(#02272c00, #02272c);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog_headings {
  z-index: 1;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  display: flex;
  position: relative;
}

.blog_title {
  color: var(--white);
  font-size: 4rem;
}

.blog_date {
  color: var(--borders-secondary-bg);
}

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

.div-block-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.blog_page-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

.blog_page-header {
  font-size: 5rem;
}

.collection-list-wrapper {
  flex-flow: column;
  display: flex;
}

.collection-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_contact-hero {
  background-image: linear-gradient(25deg, var(--dark-green-3), var(--bg) 41%);
  justify-content: center;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: flex;
}

.blog-contact_wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.spacer_vertical-80-5-copy {
  height: 5rem;
}

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

.solutions_content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1442px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._404-img {
  max-width: 350px;
  padding-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  h1, h2, h4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text {
    flex: none;
  }

  .navbar_list.text_btn {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar_link {
    flex: none;
    display: none;
  }

  .hero_wrapper-texts {
    width: 100%;
  }

  .hero_wrapper-image-w {
    width: 100%;
    height: 25rem;
  }

  .navbar_icon-wrapper {
    cursor: pointer;
    flex: none;
    display: block;
  }

  .main-container.is-clicks {
    width: 100%;
  }

  .hero_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .privacy-list_content {
    flex-flow: column;
    position: static;
  }

  .challenge_left {
    max-width: none;
  }

  .challenge_right {
    grid-row-gap: 1rem;
    max-width: none;
  }

  .challenge_item {
    padding: 1rem;
  }

  .spacer_vertical-80-5 {
    display: block;
  }

  .clicks_wrapper-bg {
    border-radius: 0;
    height: 42rem;
  }

  .clicks_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .solutions_texts.is-mobile {
    max-width: none;
    padding-right: 4rem;
  }

  .solutions_images-wrapper {
    aspect-ratio: 5 / 3.5;
    width: 90vw;
    height: auto;
  }

  .solutions_images-wrapper.is-both {
    flex-flow: column;
  }

  .is-white.is-footer {
    font-size: 1rem;
  }

  .image {
    width: clamp(20rem, 80vw, 100rem);
    max-width: none;
    top: -10.5vh;
    left: -38.8vh;
  }

  .image-2 {
    opacity: .5;
    top: -46.6vh;
    left: 49.6vw;
  }

  .image-3 {
    opacity: .58;
    top: 17.3vh;
  }

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

  .features_card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .features_icon {
    width: 7rem;
    height: 7rem;
  }

  .cta-mobile_bg {
    height: 43rem;
  }

  .cta-mobile_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    top: 0;
  }

  .cta-mobile_img-wrapper {
    padding-right: 0;
  }

  .cta-mobile_text {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-mobile_text.is-mobile {
    max-width: none;
    padding-right: 4rem;
  }

  .cta-mobile_description, .cta-mobile_heading {
    text-align: center;
  }

  .swiper-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .swiper-wrapper.is-blog {
    padding-left: 2rem;
  }

  .testimonial_item {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonial_image-side.is-near-name, .testimonial_image-container.is-near-name {
    display: block;
  }

  .testimonial_text-side {
    grid-row-gap: 3rem;
  }

  .testimonial_image-side-big {
    display: none;
  }

  .contact_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .contact_text-w {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 0;
  }

  .contact_form {
    max-width: none;
  }

  .blog_wrapper {
    grid-row-gap: 5rem;
    width: 100%;
  }

  .blog_list {
    justify-content: flex-start;
    align-items: flex-start;
    width: 150%;
  }

  .swiper-scrollbar {
    display: none;
  }

  .footer_container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .footer_company {
    max-width: 90vw;
  }

  .footer_links-family {
    max-width: none;
  }

  .footer_links-wrapper {
    width: 50%;
  }

  .footer_circle {
    mix-blend-mode: overlay;
  }

  .logo-img {
    width: 10rem;
    height: auto;
  }

  .logo-footer {
    width: 12rem;
    height: auto;
  }

  .challenge_left-copy {
    max-width: none;
  }

  .swiper-scrollbar-container {
    display: none;
  }

  .menu-open {
    z-index: 9990;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-open-wrapper {
    z-index: 9200;
    background-color: #fff;
    width: 75vw;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .navbar_link2 {
    flex: none;
    display: block;
  }

  .navbar_list2.text_btn {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 4rem;
    padding-left: 2.5rem;
  }

  .menu-open-overlay {
    z-index: 9100;
    background-color: #000000b3;
    width: 100vw;
    position: fixed;
    inset: 0%;
  }

  .privacy_hero {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    border-radius: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem;
  }

  .pages-heading {
    font-size: 4rem;
  }

  .privacy_hero-texts {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .privacy-list {
    grid-row-gap: 1rem;
    width: 100%;
    max-width: none;
  }

  .privacy-list_table-block {
    width: 100%;
    position: static;
  }

  .image-6 {
    border-radius: 1.25rem;
    position: static;
  }

  .blog_header {
    aspect-ratio: auto;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    position: static;
  }

  .blog_bg-overlay {
    display: none;
    position: static;
  }

  .blog_headings {
    border-bottom: 1px solid var(--borders-secondary-bg);
    max-width: none;
    padding-bottom: 2rem;
    position: static;
  }

  .blog_title {
    color: var(--dark-green-1);
    font-size: 3.5rem;
  }

  .blog_date {
    color: var(--dark-green-3);
  }

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

  .blog_page-heading {
    max-width: none;
  }

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

  .blog-contact_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .solutions_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .solutions_app-img {
    width: 100%;
  }

  .image-7 {
    width: 30%;
    margin-top: -178px;
    margin-left: 0;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  .text_size-big {
    font-size: 1.75rem;
  }

  .text_h2.is-white {
    font-size: 2.25rem;
  }

  .text_h4 {
    font-size: 1.25rem;
  }

  .text_btn {
    flex: none;
  }

  .navbar {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .button {
    flex: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .hero_wrapper-image-w {
    border-radius: 1.25rem;
    height: 20rem;
  }

  .body-2 {
    font-size: 1rem;
  }

  .challenge_item {
    padding: .75rem;
  }

  .heading-4 {
    font-size: 2.25rem;
  }

  .clicks_wrapper-bg {
    height: 37rem;
  }

  .buttons-wrapper.is-blog {
    display: none;
  }

  .solutions_images-wrapper {
    aspect-ratio: 5 / 3.5;
    width: 90vw;
    height: auto;
  }

  .image {
    width: clamp(40rem, 200vw, 150rem);
    max-width: none;
    top: -23.3vh;
    left: -96.4vh;
  }

  .image-2 {
    width: clamp(20rem, 150vw, 120rem);
    max-width: none;
    top: -61.9vh;
    left: 24.2vw;
  }

  .image-3 {
    top: 23.8vh;
  }

  .text-block-5 {
    font-size: 1rem;
    line-height: 170%;
  }

  .cta-mobile_text {
    width: 90%;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-wrapper.is-blog {
    padding-left: 0;
  }

  .faq_question-w {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq_btn {
    flex: none;
  }

  .contact_button {
    flex: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .blog_wrapper {
    grid-row-gap: 3rem;
  }

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

  .blog_item {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blog_item:where(.w-variant-bd821013-232a-6c10-6f08-9a63f4729c4f) {
    padding-left: 0;
    padding-right: 0;
  }

  .blog_item.is-single {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blog_image-w {
    border-radius: .75rem;
  }

  .frame-55 {
    justify-content: center;
    align-items: center;
  }

  .footer {
    background-position: 100% 0;
  }

  .footer_logo-wrapper {
    height: 3rem;
  }

  .logo-img {
    width: 8rem;
    height: auto;
  }

  .logo-footer {
    width: 10rem;
    height: auto;
  }

  .privacy_hero {
    border-radius: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pages-heading {
    font-size: 3rem;
  }

  .privacy_hero-texts {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .navbar_button {
    flex: none;
    padding: .5rem .75rem .5rem 1rem;
  }

  .section_blog_hero {
    padding-top: 7rem;
  }

  .image-6 {
    border-radius: .75rem;
  }

  .blog_title {
    font-size: 2.75rem;
  }

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

  .section_contact-hero {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .image-7 {
    margin-top: -127px;
    margin-left: 0;
  }

  ._404-img {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .text_size-big {
    font-size: 1.5rem;
  }

  .text_h2.is-white {
    font-size: 1.75rem;
  }

  .text_h4 {
    font-size: 1rem;
  }

  .navbar {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .hero_wrapper-image-w {
    height: 17rem;
  }

  .heading-4 {
    font-size: 1.75rem;
  }

  .clicks_wrapper-bg {
    height: 39rem;
    overflow: clip;
  }

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

  .buttons-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .solutions_images-wrapper {
    width: 88vw;
  }

  .image {
    max-width: none;
    top: -29.2vh;
    left: -35.6vh;
  }

  .image-2 {
    width: clamp(20rem, 200vw, 120rem);
    top: 13.1vh;
    left: 28vw;
  }

  .image-3 {
    top: 1.6vh;
    left: 67.7vw;
  }

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

  .cta-mobile_bg {
    height: 46rem;
  }

  .cta-mobile_img-wrapper {
    width: 80%;
  }

  .blog_list {
    justify-content: center;
    align-items: flex-start;
    width: 250%;
  }

  .blog_item {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer {
    background-position: 80% 0;
  }

  .footer_logo-wrapper {
    height: 2.5rem;
  }

  .footer_social-item {
    padding: 1rem 1.5rem;
  }

  .frame-66 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer_social-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .logo-img {
    width: 8rem;
    height: auto;
  }

  .logo-footer {
    width: 10rem;
    height: auto;
  }

  .menu-open {
    height: 120vh;
  }

  .menu-open-wrapper {
    width: 80vw;
    height: 120vh;
  }

  .navbar_list2.text_btn {
    padding-left: 1.5rem;
  }

  .menu-open-overlay {
    height: 120vh;
  }

  .privacy_hero {
    padding-top: 2rem;
  }

  .pages-heading {
    font-size: 3rem;
  }

  .section_blog_hero {
    padding-top: 6rem;
  }

  .blog_title {
    font-size: 2rem;
  }

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

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

  .image-7 {
    margin-top: -93px;
  }

  ._404-img {
    width: 70%;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}