:root {
  --_typography---font-family--secondary-font: "Inter Tight", sans-serif;
  --dark-gray: #525252;
  --_typography---font-size--body: .9375rem;
  --_typography---line-height--body-height: 162.5%;
  --_typography---font-weight--heading-weight: 400;
  --_typography---letter-spacing--body-font: -.01875rem;
  --_typography---font-family--primary-font: Geist, sans-serif;
  --deep-teal: #002824;
  --_typography---font-size--heading-one: 2.5rem;
  --_typography---line-height--heading-one: 116.667%;
  --_typography---letter-spacing--heading-one: -.1rem;
  --_typography---font-size--heading-two: 1.875rem;
  --_typography---line-height--heading-two: 122.222%;
  --_typography---font-size--heading-three: 1.625rem;
  --_typography---line-height--heading-three: 128.572%;
  --_typography---letter-spacing--heading-three: -.065rem;
  --_typography---font-size--heading-four: 1.375rem;
  --_typography---line-height--heading-four: 140%;
  --_typography---letter-spacing--heading-four: -.055rem;
  --_typography---font-size--heading-five: 1.125rem;
  --_typography---line-height--heading-five: 145.455%;
  --_typography---letter-spacing--heading-five: -.045rem;
  --_typography---font-size--heading-six: 1.0625rem;
  --_typography---line-height--heading-six: 150%;
  --_typography---letter-spacing--heading-six: -.0425rem;
  --black: black;
  --_site-units---container--container-medium: 82.5rem;
  --_site-units---container--container-padding: .9375rem;
  --white: white;
  --_typography---font-size--sub-heading: .875rem;
  --_typography---line-height--sub-text: 171.428%;
  --_typography---font-weight--sub-weight: 600;
  --_typography---letter-spacing--sub-text: .0875rem;
  --_site-units---gap--section-text-gap: 8.125rem;
  --_site-units---gap--section-main-gap: 8.75rem;
  --warm-ivory: #f0eee8;
  --_typography---letter-spacing--heading-two: -.075rem;
  --_typography---font-weight--nav-weight: 500;
  --_typography---font-size--button-font: .9rem;
  --_site-units---container--container: 101.875rem;
  --_site-units---gap--sub-text-gap: 1.2rem;
  --_site-units---gap--card-gap: 2.4rem;
  --_site-units---gap--paragraph-to-button-gap: 2.1875rem;
  --_site-units---gap--heading-gap: 1.3rem;
  --oxford-blue: #0c184e;
  --_typography---line-height--button-height: 164.709%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: var(--_typography---font-family--secondary-font);
  color: var(--dark-gray);
  font-size: var(--_typography---font-size--body);
  line-height: var(--_typography---line-height--body-height);
  font-weight: var(--_typography---font-weight--heading-weight);
  letter-spacing: var(--_typography---letter-spacing--body-font);
  --_typography---font-family--secondary-font: "Inter Tight", sans-serif;
  --_typography---font-size--body: .9375rem;
  --_typography---line-height--body-height: 162.5%;
  --_typography---font-weight--heading-weight: 400;
  --_typography---letter-spacing--body-font: -.01875rem;
  --_typography---font-family--primary-font: Geist, sans-serif;
  --_typography---font-size--heading-one: 2.5rem;
  --_typography---line-height--heading-one: 116.667%;
  --_typography---letter-spacing--heading-one: -.1rem;
  --_typography---font-size--heading-two: 1.875rem;
  --_typography---line-height--heading-two: 122.222%;
  --_typography---font-size--heading-three: 1.625rem;
  --_typography---line-height--heading-three: 128.572%;
  --_typography---letter-spacing--heading-three: -.065rem;
  --_typography---font-size--heading-four: 1.375rem;
  --_typography---line-height--heading-four: 140%;
  --_typography---letter-spacing--heading-four: -.055rem;
  --_typography---font-size--heading-five: 1.125rem;
  --_typography---line-height--heading-five: 145.455%;
  --_typography---letter-spacing--heading-five: -.045rem;
  --_typography---font-size--heading-six: 1.0625rem;
  --_typography---line-height--heading-six: 150%;
  --_typography---letter-spacing--heading-six: -.0425rem;
  --_typography---font-size--sub-heading: .875rem;
  --_typography---line-height--sub-text: 171.428%;
  --_typography---font-weight--sub-weight: 600;
  --_typography---letter-spacing--sub-text: .0875rem;
  --_typography---letter-spacing--heading-two: -.075rem;
  --_typography---font-weight--nav-weight: 500;
  --_typography---font-size--button-font: .9rem;
  --_typography---line-height--button-height: 164.709%;
  --_site-units---container--container-medium: 82.5rem;
  --_site-units---container--container-padding: .9375rem;
  --_site-units---gap--section-text-gap: 8.125rem;
  --_site-units---gap--section-main-gap: 8.75rem;
  --_site-units---container--container: 101.875rem;
  --_site-units---gap--sub-text-gap: 1.2rem;
  --_site-units---gap--card-gap: 2.4rem;
  --_site-units---gap--paragraph-to-button-gap: 2.1875rem;
  --_site-units---gap--heading-gap: 1.3rem;
  --dark-gray: #525252;
  --deep-teal: #002824;
  --black: black;
  --white: white;
  --warm-ivory: #f0eee8;
  --oxford-blue: #0c184e;
  background-color: #f7f7f2;
}

h1 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--heading-one);
  line-height: var(--_typography---line-height--heading-one);
  font-weight: var(--_typography---font-weight--heading-weight);
  letter-spacing: var(--_typography---letter-spacing--heading-one);
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--heading-two);
  line-height: var(--_typography---line-height--heading-two);
  font-weight: var(--_typography---font-weight--heading-weight);
  letter-spacing: var(--_typography---letter-spacing--heading-one);
}

h3 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--heading-three);
  line-height: var(--_typography---line-height--heading-three);
  font-weight: var(--_typography---font-weight--heading-weight);
  letter-spacing: var(--_typography---letter-spacing--heading-three);
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--heading-four);
  line-height: var(--_typography---line-height--heading-four);
  font-weight: var(--_typography---font-weight--heading-weight);
  letter-spacing: var(--_typography---letter-spacing--heading-four);
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--heading-five);
  line-height: var(--_typography---line-height--heading-five);
  font-weight: var(--_typography---font-weight--heading-weight);
  letter-spacing: var(--_typography---letter-spacing--heading-five);
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--heading-six);
  line-height: var(--_typography---line-height--heading-six);
  font-weight: var(--_typography---font-weight--heading-weight);
  letter-spacing: var(--_typography---letter-spacing--heading-six);
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  font-family: var(--_typography---font-family--secondary-font);
  color: var(--dark-gray);
  font-size: var(--_typography---font-size--body);
  line-height: var(--_typography---line-height--body-height);
  font-weight: var(--_typography---font-weight--heading-weight);
  letter-spacing: var(--_typography---letter-spacing--body-font);
  margin-bottom: 10px;
}

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

ul {
  font-family: var(--_typography---font-family--secondary-font);
  color: var(--dark-gray);
  font-size: var(--_typography---font-size--body);
  line-height: var(--_typography---line-height--body-height);
  font-weight: var(--_typography---font-weight--heading-weight);
  letter-spacing: var(--_typography---letter-spacing--body-font);
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 1.25rem;
}

ol {
  font-family: var(--_typography---font-family--secondary-font);
  color: var(--dark-gray);
  font-size: var(--_typography---font-size--body);
  line-height: var(--_typography---line-height--body-height);
  font-weight: var(--_typography---font-weight--heading-weight);
  letter-spacing: var(--_typography---letter-spacing--body-font);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

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

strong {
  color: var(--black);
  font-weight: 700;
}

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

.fda-container-medium {
  max-width: var(--_site-units---container--container-medium);
  padding-right: var(--_site-units---container--container-padding);
  padding-left: var(--_site-units---container--container-padding);
}

.fda-button {
  position: relative;
  overflow: hidden;
}

.fda-button.fda-password-btn-gap {
  align-self: flex-start;
  margin-top: 2rem;
  position: relative;
}

.fda-button-wrapper {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  background-color: var(--deep-teal);
  border-radius: 3rem;
  align-items: center;
  padding: .375rem .375rem .375rem 1.125rem;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.fda-button-wrapper.fda-second-btn {
  background-color: #00282400;
  background-image: linear-gradient(90deg, #dbb9b5, #f3c98d);
}

.fda-button-text-wrapper {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.fda-text-style-h4 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--heading-four);
  line-height: var(--_typography---line-height--heading-four);
  font-weight: var(--_typography---font-weight--heading-weight);
  letter-spacing: var(--_typography---letter-spacing--heading-four);
}

.fda-text-style-h4.fda-gap-10 {
  padding-bottom: .625rem;
}

.fda-button-arrow-wrapper {
  z-index: 1;
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  padding-left: 1px;
  display: flex;
  position: relative;
}

.fda-button-arrow-wrapper.fda-color-change {
  background-color: var(--deep-teal);
}

.fda-sub-text {
  font-family: var(--_typography---font-family--secondary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--sub-heading);
  line-height: var(--_typography---line-height--sub-text);
  font-weight: var(--_typography---font-weight--sub-weight);
  letter-spacing: var(--_typography---letter-spacing--sub-text);
  text-transform: uppercase;
}

.fda-sub-text.fda-sub-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2d2d2c, #ff6f00);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}

.fda-service-v3-heading {
  max-width: 35.4375rem;
  padding-bottom: 3.75rem;
}

.fda-service-v3-item-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.fda-service-v3-lefi-box {
  flex: 1;
  max-width: 41.25rem;
  margin-left: auto;
}

.fda-service-v3 {
  padding-top: var(--_site-units---gap--section-text-gap);
  padding-bottom: var(--_site-units---gap--section-main-gap);
  background-color: var(--warm-ivory);
}

.fda-service-v3-item {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: flex-start;
  align-items: center;
}

.fda-service-v3-wrapper {
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 7rem;
}

.fda-service-v3-item-line {
  background-color: #000;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.fda-service-v3-item-box {
  display: flex;
}

.fda-service-v3-item-text {
  position: relative;
  overflow: hidden;
}

.fda-card-item-lenk-box {
  border: 1px solid #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
}

.fda-card-item-icon-box {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.fda-card-item-heading-box {
  max-width: 15rem;
}

.fda-card-item-heading-box.fda-extra-small {
  max-width: 14.6875rem;
}

.fda-card-item-overlay {
  z-index: -1;
  background-color: var(--white);
  border-radius: 20px;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
  box-shadow: 0 20px 30px #00282433;
}

.fda-card-item-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.fda-card-item-para-box {
  max-width: 304px;
}

.fda-overflow-hidden {
  overflow: hidden;
}

.fda-overflow-hidden.fda-service-v4-cover {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.fda-overflow-hidden.fda-service-v4-cover.fda-border-20 {
  perspective: 20000px;
  perspective-origin: 50%;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.fda-card-item {
  z-index: 1;
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  border-top: .5px solid #0003;
  border-bottom: .5px solid #0003;
  border-right: 1px solid #0003;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem 1.25rem;
  position: relative;
}

.fda-card-item.fda-text-center.fda-left-border {
  border-left: 1px solid #0003;
}

.fda-card {
  padding-top: var(--_site-units---gap--section-text-gap);
  padding-bottom: var(--_site-units---gap--section-main-gap);
}

.fda-price-wrapper-card {
  border: 1px solid #0003;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 8px 97.3px #00000014;
}

.fda-price-wrapper-card.fda-pro-plane-bg {
  background-color: var(--warm-ivory);
}

.fda-price-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
}

.fda-price-wrapper.fda-yearly {
  grid-auto-columns: 1fr;
}

.fda-text-style-h5 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--heading-five);
  line-height: var(--_typography---line-height--heading-five);
  font-weight: var(--_typography---font-weight--heading-weight);
  letter-spacing: var(--_typography---letter-spacing--heading-five);
}

.fda-text-style-h2 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--heading-two);
  line-height: var(--_typography---line-height--heading-two);
  font-weight: var(--_typography---font-weight--heading-weight);
  letter-spacing: var(--_typography---letter-spacing--heading-two);
}

.fda-pricing-plan {
  padding-top: 13.0625rem;
  padding-bottom: var(--_site-units---gap--section-main-gap);
}

.fda-footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.fda-footer-left-box {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  max-width: 364px;
  padding-top: 3.75rem;
}

.fda-footer-col-wrapper {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
}

.fda-footer-right-box {
  border-left: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 40.3125rem;
  padding-top: 3.125rem;
  padding-bottom: 7.5rem;
  padding-left: 3.75rem;
}

.fda-footer-logo {
  padding-bottom: 1.5625rem;
}

.fda-footer-main-wrapper {
  border-top: 1px solid #0003;
  border-bottom: 1px solid #0003;
  justify-content: space-between;
}

.fda-text-style-h1 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--heading-one);
  line-height: var(--_typography---line-height--heading-one);
  font-weight: var(--_typography---font-weight--heading-weight);
  letter-spacing: var(--_typography---letter-spacing--heading-one);
}

.fda-text-style-h3 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--heading-three);
  line-height: var(--_typography---line-height--heading-three);
  font-weight: var(--_typography---font-weight--heading-weight);
  letter-spacing: var(--_typography---letter-spacing--heading-three);
}

.fda-menu {
  color: var(--deep-teal);
  font-weight: var(--_typography---font-weight--nav-weight);
  letter-spacing: .32px;
}

.fda-menu:where(.w-variant-1f2c895c-8275-5b19-a473-bf7cf8b57c10) {
  color: var(--white);
}

.fda-nav-dropdown-link {
  color: var(--deep-teal);
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: .9375rem;
  transition: all .5s;
}

.fda-nav-dropdown-link:hover {
  transform: translate(15px);
}

.fda-nav-dropdown-link.w--current {
  color: #fff;
  padding-right: 0;
}

.fda-nav-mega-menu-list-box-wrapper {
  border-right: 1px solid #0006;
}

.fda-nav-mega-menu-list-box-wrapper.fda-border-right-remove.fda-border-none {
  border-right-style: none;
}

.fda-nav-mega-menu-list-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  padding: 20px 40px 20px 30px;
  display: flex;
}

.fda-nav-mega-menu-list-box.fda-right-border {
  border-right: 1px solid #ffffff0f;
}

.fda-nav-mega-menu-list-box.fda-right-border.fda-bottom-padding-off {
  padding-right: 0;
}

.fda-icon-color {
  margin: 0;
  position: relative;
}

.fda-icon-color:where(.w-variant-1f2c895c-8275-5b19-a473-bf7cf8b57c10) {
  filter: invert();
}

.fda-nav-wrap {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: flex;
  position: relative;
}

.fda-nav-menu-button-line.fda-top-line {
  background-color: #fff3f0;
  width: 31px;
  height: 2px;
}

.fda-nav-menu-button-line.fda-bottom-line {
  background-color: #fff3f0;
  width: 15px;
  height: 2px;
}

.fda-nav-menu-button-line.fda-middle-line {
  background-color: #fff3f0;
  width: 31px;
  height: 2px;
}

.fda-navbar {
  z-index: 999;
  background-color: #ddd0;
  position: fixed;
  inset: 0% 0% auto;
}

.fda-navigation {
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.fda-nav-button:where(.w-variant-1f2c895c-8275-5b19-a473-bf7cf8b57c10) {
  border-left-color: var(--white);
}

.fda-nav-dropdown-list {
  background-color: #ddd0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  inset: 100% 0% 0%;
}

.fda-nav-dropdown-list.w--open {
  top: 100%;
}

.fda-nav-link-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fda-nav-dropdown-pages-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: .125rem solid var(--deep-teal);
  background-color: var(--white);
  -webkit-backdrop-filter: blur(91px);
  backdrop-filter: blur(91px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 5px #0000001a;
}

.fda-nav-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.fda-nav-logo {
  height: auto;
}

.fda-nav-menu-button-line-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 5px 0 5px 25px;
}

.fda-nav-logo-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fda-nav-hamburger {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  cursor: pointer;
  justify-content: center;
  align-items: flex-start;
}

.fda-play-pause-button {
  z-index: 10;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #fff9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6.375rem;
  height: 6.375rem;
  display: flex;
  position: static;
}

.fda-video-v2-video-text-wrap {
  z-index: 5;
  pointer-events: none;
  background-color: #00282480;
  position: relative;
}

.fda-button-with-ripple {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  height: 12.5rem;
  margin-top: -3.125rem;
  position: relative;
}

.fda-video-icon-wrapper {
  z-index: 6;
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  display: flex;
}

.fda-video-v2-bottom {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  justify-content: center;
  align-items: flex-start;
  padding: 1.5625rem 1rem;
}

.fda-video-v2-wrapper {
  border-radius: 20px;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  position: relative;
}

.fda-lottie-animation-v2 {
  opacity: .5;
  position: absolute;
  inset: 0%;
}

.fda-video-v2-background-video {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fda-service-v2-right-box {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 1;
  max-width: 24.9375rem;
}

.fda-service-v2-details-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: stretch;
}

.fda-service-v2-container {
  border-radius: 20px;
}

.fda-service-v2-left-box {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: 1;
  max-width: 20.625rem;
}

.fda-service-v2-lefi-icon-box {
  background-color: var(--deep-teal);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 40px;
}

.fad-service-v2-lefi-line {
  background-color: var(--black);
  width: 40%;
  position: absolute;
  inset: 0%;
}

.fda-service-v2 {
  padding-top: var(--_site-units---gap--section-text-gap);
  padding-bottom: var(--_site-units---gap--section-main-gap);
}

.fda-service-v2-lefi-item-box {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  align-items: center;
}

.fda-service-v2-lefi-line-wrap {
  background-color: #0003;
  width: 100%;
  height: .0625rem;
  margin-top: 2.5rem;
  position: relative;
}

.fda-service-v2-right-details {
  max-width: 20.125rem;
  height: 100%;
}

.fda-marquee-v1-item {
  border-right: 1px solid #0003;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 11.875rem;
  padding: 4.6875rem 7rem;
  display: flex;
}

.fda-marquee-v1-wrapper {
  border-top: 1px solid #0003;
  border-bottom: 1px solid #0003;
}

.fda-marquee-v1-ten {
  flex: none;
}

.fda-marquee-overlay {
  pointer-events: none;
  background-image: radial-gradient(circle, #fff0 62%, #f7f7f2);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fda-gap-tiny-v2 {
  padding-bottom: .625rem;
}

.fda-consulting-services-box {
  justify-content: center;
  align-items: center;
  padding-top: 3.75rem;
}

.fda-consulting-services-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 500px;
  align-items: center;
  padding: 6px 25px 6px 8px;
  display: inline-flex;
  box-shadow: 0 30px 30px #0000001a;
}

.fda-consulting-services-box-wrap {
  background-color: var(--deep-teal);
  border-radius: 500px;
  padding: .125rem .9375rem;
}

.fda-service-v1-slider-para {
  pointer-events: auto;
  max-width: 27.5rem;
  margin-top: 15.25rem;
  padding-top: 3.125rem;
}

.fda-service-v1-slider-author-details-text {
  z-index: 2;
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  max-width: 339px;
  padding-top: 1.125rem;
  position: relative;
}

.fda-service-v1-slider-author-image {
  margin-left: -.6rem;
}

.fda-service-v1-slider-author-details {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  pointer-events: auto;
  justify-content: space-between;
  width: 100%;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem 1rem;
  position: relative;
}

.fda-support-v1-sub-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.0625rem;
  display: flex;
}

.fda-service-v1-slider-main-image-wrapper {
  z-index: 9;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  inset: auto 5% 3.125rem auto;
}

.fda-blog-v1-item-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.fda-blog-v1 {
  padding-top: var(--_site-units---gap--section-text-gap);
  padding-bottom: var(--_site-units---gap--section-text-gap);
}

.fda-blog-v1-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
}

.fda-blog-v1-item.fda-three, .fda-blog-v1-item.fda-two {
  width: 60%;
}

.fda-blog-v1-heading {
  max-width: 536px;
}

.fda-blog-v1-details {
  justify-content: space-between;
  align-items: center;
}

.fda-price-table-row {
  border-bottom: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fda-price-table-row.fda-border-off {
  border-bottom-style: none;
}

.fda-price-table-row.fda-border-top {
  border-top: 1px solid #0003;
}

.fda-plan-name {
  text-align: center;
  width: 33.3333%;
}

.fda-price-right-border {
  border-right: 1px solid #0003;
}

.fda-price-table-title-wrap {
  width: 100%;
  max-width: 36.75rem;
}

.fda-price-row-left {
  border-right: 1px solid #0003;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.fda-price-number {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.fda-price-table {
  padding-top: var(--_site-units---gap--section-text-gap);
  background-color: var(--warm-ivory);
}

.fda-price-right-plan {
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.fda-price-right-plan.fda-plan-name-padding-change {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  position: relative;
}

.fda-price-right-plan.pricing-right-check-box {
  justify-content: space-around;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.fda-price-right-plan.fda-gap-buttom {
  padding-top: 2.5rem;
  padding-bottom: var(--_site-units---gap--section-text-gap);
}

.fda-price-table-border-wrapper {
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.fda-blog-v2 {
  padding-top: var(--_site-units---gap--section-text-gap);
  padding-bottom: var(--_site-units---gap--section-main-gap);
}

.fda-blog-v2-data-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}

.fda-blog-v2-item-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.fda-form-main-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: stretch;
}

.fda-checkfield-wrapper {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.fda-form-right-wrapper {
  border: 1px solid #0003;
  border-radius: .625rem;
  flex: 1;
  max-width: 45rem;
  padding: 1.7rem 1.875rem 1.875rem;
}

.fda-text-field {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--heading-six);
  line-height: var(--_typography---line-height--heading-six);
  background-color: #fff0;
  border-style: none none solid;
  border-top-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #0003;
  border-left-color: #000;
  margin-bottom: 0;
  padding: 2.1875rem 0;
}

.fda-text-field:focus {
  border-bottom-width: 1px;
  border-bottom-color: #e8bf96;
}

.fda-text-field::placeholder {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--heading-six);
  line-height: var(--_typography---line-height--heading-six);
  letter-spacing: var(--_typography---letter-spacing--heading-six);
}

.fda-text-field.fda-textarea {
  border-color: #1b2c3000 #1b2c3000 #0003;
  padding-top: 1.875rem;
  padding-bottom: 6.25rem;
  padding-left: 0;
}

.fda-text-field.fda-textarea:focus {
  border-top-color: #fff0;
  border-left-color: #fff0;
  border-right-color: #fff0;
}

.fda-text-field.fda-textarea::placeholder {
  line-height: var(--_typography---line-height--heading-six);
}

.fda-text-field.fad-extra-gap {
  padding-top: 4.5rem;
}

.fda-text-field.fad-extra-gap:focus {
  border-bottom-color: #0003;
}

.fda-text-field.fda-top-gap-off {
  padding-top: 1rem;
}

.fda-form-icon-box {
  background-color: var(--warm-ivory);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.fda-checkbox {
  border: 1px solid #0003;
  width: 1.375rem;
  height: 1.375rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fda-checkbox.w--redirected-checked {
  filter: invert();
  background-color: #2352ff00;
  background-image: url('../images/aventivo-Tick-White.svg');
  background-size: auto;
  border-color: #ffffff54;
}

.fda-checkbox.w--redirected-focus {
  box-shadow: 0 2px 5px #0003;
}

.fda-form-upper-content {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  background-color: var(--white);
  border-radius: .625rem;
  align-items: center;
  width: 100%;
  padding: 1.625rem;
}

.fda-success-message {
  text-align: center;
  background-color: #58d67e3b;
  width: 100%;
  padding: 1.25rem;
}

.fda-form-left-card-heading {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
}

.fda-text-color-red {
  color: #f02727;
}

.fda-form {
  padding-top: 12.5rem;
  padding-bottom: var(--_site-units---gap--section-main-gap);
  background-color: var(--warm-ivory);
}

.fda-form-left-wrapper {
  flex: 1;
  max-width: 39.5625rem;
}

.fda-checkbox-field {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding-left: 0;
  display: flex;
}

.fda-form-fields-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.fda-form-fields-wrapper.fda-change {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fda-text-style-h6 {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--heading-six);
  line-height: var(--_typography---line-height--heading-six);
  font-weight: var(--_typography---font-weight--heading-weight);
  letter-spacing: var(--_typography---letter-spacing--heading-six);
}

.fda-team-hero {
  padding-top: 15rem;
}

.fda-faq-heading {
  justify-content: flex-start;
  align-items: center;
}

.fda-faq-main-box {
  justify-content: flex-start;
  align-items: center;
  max-width: 66.875rem;
  margin-left: auto;
  margin-right: auto;
}

.fda-faq {
  padding-top: var(--_site-units---gap--section-text-gap);
  padding-bottom: var(--_site-units---gap--section-main-gap);
}

.fda-submit-button {
  z-index: 9;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.fda-blog-information-para-one-wrap {
  max-width: 52.625rem;
}

.fda-blog-author-wrapper {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.fda-blog-information-right-box {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
}

.fda-blog-author-name-box {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  flex-flow: column;
  display: flex;
}

.fda-blog-details-two {
  width: 100%;
  max-width: 48.125rem;
  padding-bottom: .8125rem;
}

.fda-description-one {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}

.fda-blog-author-image-box {
  flex: none;
  max-width: 9.6875rem;
}

.fda-blog-post-date {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.fda-blog-post-date.fda-gap-extra {
  padding-bottom: .625rem;
}

.fda-blog-information-everyday-image-box {
  flex: 1;
  max-width: 29.375rem;
}

.fda-blog-image-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 43px;
  padding-bottom: 2.5rem;
  display: flex;
}

.fda-blog-information-left-box {
  border-right: 1px solid #b1b1b180;
  flex: none;
  width: 100%;
  max-width: 15.25rem;
  padding-bottom: 53px;
  padding-right: 30px;
  position: relative;
}

.fda-blog-information-content-wrap {
  justify-content: space-between;
  display: flex;
}

.fda-blog-information {
  padding-top: var(--_site-units---gap--section-main-gap);
}

.fda-blog-information-everyday-section {
  max-width: 60rem;
}

.fda-team-member-details-box {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding-top: 5px;
  position: relative;
}

.fda-team-member-details {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 1.25rem;
}

.fda-team-member-details.fda-big {
  display: none;
}

.fda-team-member-button {
  z-index: 3;
  background-color: var(--white);
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding-top: 1px;
  display: flex;
  position: absolute;
  inset: 3% 1.3rem 0% auto;
}

.fda-team-member-button.fda-v2 {
  border-color: #0003;
  width: 2rem;
  height: 2rem;
  padding-top: .125rem;
  padding-left: .0625rem;
  top: 16%;
  right: 2rem;
}

.fda-team-member-text-box {
  z-index: 9;
  background-color: var(--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: .625rem;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  position: relative;
}

.fda-grid-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fda-team {
  padding-top: 16.25rem;
  padding-bottom: var(--_site-units---gap--section-text-gap);
}

.fda-information-hero {
  padding-top: 13.75rem;
  padding-bottom: var(--_site-units---gap--section-text-gap);
  background-color: var(--deep-teal);
}

.fda-information-hero-main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.fda-text-link {
  -webkit-text-decoration: underline #5b5e61;
  text-decoration: underline #5b5e61;
  text-decoration-thickness: 1px;
}

.fda-text-link:hover {
  color: var(--deep-teal);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--deep-teal);
  text-decoration-color: var(--deep-teal);
}

.fda-license-images-wrapper {
  width: 100%;
}

.fda-license-images-wrapper.fda-two {
  margin-bottom: 1.25rem;
}

.fda-information-inner {
  padding-top: var(--_site-units---gap--section-main-gap);
  padding-bottom: var(--_site-units---gap--section-main-gap);
}

.fda-information-inner-main {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.fda-icons-logo-boxes {
  background-color: var(--white);
  border-radius: 10px;
  padding: 1.25rem;
  box-shadow: 0 10px 40px #00000014;
}

.fda-icons-logo-boxes.fda-background-black {
  background-color: var(--black);
}

.fda-typography-informations {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex: 0 50%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fda-style-guide-blocks {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  width: 100%;
}

.fda-style-guide-colors {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fda-guide-logo-wrapper {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  width: 100%;
  margin-bottom: 2.5rem;
}

.fda-guide-logo-wrapper.fda-bottom-margin-off {
  margin-bottom: 0;
}

.fda-style-guide-blocks-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.fda-shadow-blocks {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fda-color-information {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.fda-typography-wrapper {
  width: 100%;
}

.fda-list-gaps {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.fda-shadow-box {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 11.25rem;
}

.fda-shadow-box.fda-shadow-box-small {
  box-shadow: 0 2.5rem 3.75rem #0000001a;
}

.fda-shadow-box.fda-shadow-box-medium {
  box-shadow: 0 1.25rem 5.625rem #0028240d;
}

.fda-color-code {
  background-color: var(--white);
  color: #121212;
  border-radius: 4px;
  padding: .1875rem .3125rem;
  font-size: 12px;
  line-height: 15px;
}

.fda-typography-text {
  flex: 0 50%;
}

.fda-logo-showcase-box {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fda-color-showcase {
  border-radius: 5px;
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
  box-shadow: 0 2px 40px #00000021;
}

.fda-color-showcase.fda-color-one {
  background-color: var(--deep-teal);
}

.fda-color-showcase.fda-color-four {
  background-color: var(--warm-ivory);
}

.fda-color-showcase.fda-color-three {
  background-color: var(--white);
}

.fda-color-showcase.fda-color-five {
  background-color: var(--dark-gray);
}

.fda-color-showcase.fda-color-two {
  background-color: var(--black);
}

.fda-color-blocks {
  border: 1px solid #0003;
  border-radius: 10px;
  padding: 1.25rem 1.25rem .9rem;
}

.fda-avatars-box {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
}

.fda-typography-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.fda-typography-row.fda-row-top {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: .625rem;
}

.fda-style-guide-border {
  background-color: #0003;
  width: 100%;
  height: .0625rem;
  margin-top: 1.25rem;
  margin-bottom: 2.1875rem;
}

.fda-style-guide-main {
  grid-column-gap: 3.23529rem;
  grid-row-gap: 3.23529rem;
}

.fda-footer-links {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  max-width: 10.1875rem;
  display: flex;
}

.fda-footer-links:hover {
  color: var(--deep-teal);
}

.fda-footer-texts {
  padding-right: 10px;
}

.fda-footer-texts.fda-under-line {
  text-underline-offset: 4px;
  text-decoration: underline;
}

.fda-service-v2-line-two {
  background-color: var(--deep-teal);
  position: absolute;
  inset: 0%;
}

.fda-all-appearance.fda-marquee-main-line {
  position: relative;
}

.fda-all-appearance.fda-blog-sticky {
  position: sticky;
  top: 8rem;
}

.fda-all-appearance.fda-service-v4-left-top {
  max-width: 47.75rem;
}

.fda-all-appearance.fda-blog-wrap {
  height: 100%;
}

.fda-about-v1-background-video {
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 121px;
  display: flex;
}

.fda-feature-v3-play-pause-button {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.3125rem;
  height: 2.3125rem;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fda-button-text-v1 {
  font-family: var(--_typography---font-family--secondary-font);
  color: var(--white);
  font-size: var(--_typography---font-size--button-font);
  line-height: var(--_typography---line-height--body-height);
  font-weight: var(--_typography---font-weight--nav-weight);
  letter-spacing: 0;
}

.fda-button-text-v1.fda-color-change {
  color: var(--deep-teal);
}

.fda-button-v2-wrap {
  position: relative;
}

.fda-about-v1-pause-state {
  padding-left: .2rem;
}

.fda-faq-contect-main {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.fda-service-v2-center-image-box {
  background-color: var(--white);
  border-radius: 1rem;
  flex: 1;
  width: 100%;
  padding: 1.25rem;
}

.fda-utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 1rem;
  display: flex;
}

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

.fda-utility-page-content.fda-protected-page {
  background-color: var(--white);
  border-radius: .625rem;
  width: 100%;
  max-width: 692px;
  margin-top: 3.75rem;
  padding: 8rem 5rem;
  box-shadow: 0 30px 30px #0000001a;
}

.fda-utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fda-para-404 {
  padding-top: .625rem;
}

.fda-image-404 {
  padding-bottom: 1.25rem;
}

.fda-hero-v11 {
  padding-top: 12.1875rem;
  padding-bottom: var(--_site-units---gap--section-main-gap);
}

.fda-hero-v11.fda-padding-off {
  padding-bottom: 0;
}

.fda-container-main {
  width: 100%;
  max-width: var(--_site-units---container--container);
  padding-right: var(--_site-units---container--container-padding);
  padding-left: var(--_site-units---container--container-padding);
  margin-left: auto;
  margin-right: auto;
}

.fda-container-main.fda-height-full {
  height: 100%;
}

.fda-hero-v11-wrapper {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: flex-start;
  align-items: center;
}

.fda-blog-details-top {
  justify-content: flex-start;
  align-items: center;
  max-width: 50rem;
}

.fda-blog-details-top-image {
  width: 100%;
}

.fda-sub-gap {
  margin-bottom: var(--_site-units---gap--sub-text-gap);
}

.fda-border-10 {
  border-radius: 10px;
}

.fda-border-10.fda-overflow-hidden.fda-image-service-v2 {
  width: 2.25rem;
}

.fda-center-small-mg {
  padding-bottom: 2px;
}

.fda-blog-item-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.fda-sub-wrapper.fda-sub-gap.fda-extra-gap {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
}

.fda-details-bottom-heading {
  max-width: 30rem;
}

.fda-heading-card-gap {
  margin-bottom: var(--_site-units---gap--card-gap);
}

.fda-blog-v2-item-text {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  background-color: var(--white);
  border-radius: .625rem;
  flex: 1;
  padding: 1.25rem;
}

.fad-button-overlay {
  border-radius: 3.125rem;
  justify-content: flex-end;
  padding: .125rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fda-button-overlay-inner {
  background-color: var(--white);
  border-radius: 50px;
  width: 11%;
  height: 73%;
  transform: translate(-10px);
}

.fda-button-overlay-inner.fda-color-change {
  background-color: var(--deep-teal);
  transform: translate(-10px);
}

.fda-button-overlay-main {
  border-radius: 40px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.fda-button-icon {
  justify-content: center;
  align-items: center;
  width: .875rem;
  display: flex;
  position: absolute;
}

.fad-button-icon-1 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fda-button-icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.fda-blog-pag-top {
  justify-content: flex-start;
  align-items: center;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.fda-hero-8 {
  padding-top: 12.5rem;
  padding-bottom: var(--_site-units---gap--section-main-gap);
  background-color: #f0eee8;
}

.fda-faq-bottom-part {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.fda-faq-plus {
  background-color: var(--white);
  width: 2px;
  height: 1.125rem;
  position: absolute;
}

.faq-para-wrap {
  max-width: 49.625rem;
  margin-top: 1.5625rem;
}

.faq-para-wrap.fda-padding-off {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 0;
}

.fda-faq-right-part {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.fda-faq-minus {
  background-color: var(--white);
  width: 1.125rem;
  height: 2px;
}

.fda-faq-dropdown-wrap {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  box-shadow: 0 20px 90px #00000012;
}

.fda-faq-text-wrap {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
}

.fda-faq-top-part {
  background-color: var(--deep-teal);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.875rem;
}

.fda-faq-para {
  max-width: 39.5rem;
  margin-bottom: 0;
}

.fda-hero-8-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fda-hero-8-left {
  flex: 1;
  max-width: 28.5rem;
}

.fda-hero-8-right {
  flex: 1;
  max-width: 41.25rem;
}

.fda-pagination-main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 3.75rem;
}

.fda-page-count {
  width: auto;
  margin-top: 0;
}

.fda-pagination-box {
  background-color: #fafafa00;
  border-radius: .3125rem;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0;
  padding: 0;
  display: flex;
}

.fda-sub-image {
  padding-bottom: .2rem;
}

.fda-footer-top {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2.1875rem;
  display: flex;
}

.fda-footer-top-left {
  flex: 1;
  max-width: 26.25rem;
}

.fda-footer-left-lenk {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.fda-footer-gap-large {
  margin-bottom: 2.75rem;
}

.fda-team-hero-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  display: flex;
}

.fda-team-hero-name {
  padding-bottom: 2.5rem;
}

.fda-team-hero-left {
  flex: 1;
  max-width: 62.5rem;
}

.fda-team-hero-right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(90deg, #dbb9b5, #f3c98d);
  flex: 1;
  justify-content: space-between;
  max-width: 33.625rem;
  padding: 2.5rem;
}

.fda-team-colon {
  align-self: flex-end;
}

.fda-team-details {
  padding-top: 6.5rem;
  padding-bottom: var(--_site-units---gap--section-main-gap);
}

.fda-team-details-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.fda-team-details-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  max-width: 55.9375rem;
}

.fda-team-details-right {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex: 1;
  max-width: 24.6875rem;
  padding-top: 4rem;
  position: sticky;
  top: 2rem;
}

.fda-team-details-right.fda-v2 {
  max-width: 600rem;
  padding-bottom: 3.75rem;
}

.fda-team-details-right-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fda-team-details-right-item.fda-gap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
}

.fda-team-details-right-item.fda-all-appearance {
  justify-content: flex-start;
  align-items: center;
}

.fda-team-right-item-right {
  flex: 1;
  max-width: 19.0625rem;
}

.fda-team-right-item-left {
  flex: none;
  width: 8.4375rem;
}

.fda-team-details-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 92%;
  padding-top: 2rem;
}

.fda-button-para-gap {
  margin: 0rem 0rem var(--_site-units---gap--paragraph-to-button-gap);
}

.fda-team-big-text {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  letter-spacing: var(--_typography---letter-spacing--heading-one);
  font-size: 5rem;
  line-height: 1.08333;
}

.fda-footer-top-icon {
  transform-origin: 50%;
}

.fda-footer-top-icon.fda-mobile-none {
  padding-right: 1.25rem;
}

.fda-footer-icon-rotate {
  transform: translate(0);
}

.fda-team-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fda-form-left-text-inner {
  width: 100%;
  max-width: 35.3125rem;
}

.fda-form-left-text-inner.fda-all-appearance {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.fda-under-line {
  text-underline-offset: 3px;
  text-decoration: underline;
}

.fda-text-link-color-change:hover {
  color: var(--deep-teal);
}

.fda-text-field-subject {
  height: 4rem;
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--heading-six);
  line-height: var(--_typography---line-height--heading-six);
  letter-spacing: var(--_typography---letter-spacing--heading-six);
  background-color: #fff0;
  border-style: none none solid;
  border-top-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #0003;
  border-left-color: #000;
  margin-top: .5rem;
  margin-bottom: 0;
  padding-bottom: 1.5625rem;
  padding-left: 0;
  padding-right: 0;
}

.fda-text-field-subject:focus {
  border-bottom-width: 1px;
  border-bottom-color: #c0beba;
}

.fda-text-field-subject::placeholder {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: var(--_typography---font-size--heading-six);
  line-height: var(--_typography---line-height--heading-six);
  letter-spacing: var(--_typography---letter-spacing--heading-six);
}

.fda-footer-gap-top {
  padding-top: var(--_site-units---gap--section-main-gap);
}

.fda-team-pag-top {
  justify-content: flex-start;
  align-items: center;
  max-width: 40.875rem;
  margin-left: auto;
  margin-right: auto;
}

.fda-team-pag-top.fda-text-center.fda-heading-card-gap.fda-v2 {
  max-width: 30rem;
}

.fda-pricing-page-top {
  justify-content: flex-start;
  align-items: center;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.fda-pricing-button-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: flex-start;
}

.fda-prising-button {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  cursor: pointer;
  border: 1px solid #0003;
  border-radius: 1.875rem;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem .875rem;
}

.fda-prising-button-dot {
  background-color: var(--deep-teal);
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
  margin-bottom: 1px;
}

.fda-price-content {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  border-bottom: 1px solid #0003;
  padding: 1.875rem;
}

.fda-price-content.fda-bottom {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  border-bottom-style: none;
}

.fda-price-nember {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.fda-text-color-dark {
  color: var(--deep-teal);
}

.fda-price-inner-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.fda-prising-icon {
  width: 10px;
  margin-bottom: 2px;
}

.fda-price-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-bottom: .5rem;
}

.fda-pro-plane-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.fda-pro-plane-btn {
  background-color: var(--deep-teal);
  border-radius: 20px;
  padding: 1px 1rem;
}

.fda-text-color-white {
  color: var(--white);
}

.fda-text-color-white.fda-text-small {
  font-size: .8rem;
}

.fda-pricing-wrapper-v2 {
  padding-top: var(--_site-units---gap--section-text-gap);
}

.fda-blog-content {
  padding-top: 1.4375rem;
}

.fda-text-color-para {
  color: var(--dark-gray);
}

.fda-service-heading-top {
  justify-content: flex-start;
  align-items: center;
  max-width: 44.1875rem;
  margin-left: auto;
  margin-right: auto;
}

.fda-icon-card-2 {
  position: absolute;
}

.fda-position-relative {
  z-index: 1;
  position: relative;
}

.fda-position-relative.fda-headine {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.fda-border-none-buttom {
  border-bottom: 1px #000;
}

.fda-icon-height {
  justify-content: center;
  align-items: center;
  height: 2.5rem;
}

.fda-service-v3-item-icon {
  border: 1px solid #0000001a;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 4.0625rem;
  height: 2.8125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fda-service-v3-item-icon.fda-v2 {
  z-index: 2;
  width: 6.6875rem;
}

.fda-service-v3-overlay {
  background-image: linear-gradient(90deg, #dbb9b5, #f3c98d);
  position: absolute;
  inset: 0%;
}

.fda-service-v3-overlay.fda-1 {
  opacity: 1;
}

.fda-service-v3-left {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 51.25rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
}

.fda-service-v3-right {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  flex: 1;
  max-width: 68.75rem;
  display: flex;
  overflow: hidden;
}

.fda-service-v3-image-wrapper {
  display: flex;
}

.fda-service-v3-image-item {
  flex: none;
  width: 100%;
  max-width: 36rem;
  padding-right: 1.875rem;
}

.fda-service-v3-wrapper-main {
  height: 250vh;
}

.fda-border-20 {
  border-radius: 1.25rem;
}

.fda-client-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: stretch;
}

.fda-client-wrapper.fda-v2 {
  justify-content: flex-start;
  padding-top: 8.75rem;
}

.fda-client-box {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.fda-client-line {
  background-color: #0003;
  width: .0625rem;
}

.fda-client-v1 {
  padding-top: var(--_site-units---gap--section-main-gap);
  padding-bottom: var(--_site-units---gap--section-main-gap);
}

.fda-about-v1-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fda-about-v1-left {
  flex: 1;
  max-width: 42.5rem;
}

.fda-about-v1-right {
  flex: 1;
  justify-content: space-between;
  max-width: 39.375rem;
}

.fda-heading-h2-para-gap {
  padding-bottom: var(--_site-units---gap--heading-gap);
}

.fda-gap-off {
  margin: 0;
}

.fda-gap-off.fda-text-color-white.fda-width {
  max-width: 40rem;
}

.fda-gap-off.fda-pricing-1 {
  max-width: 20rem;
}

.fda-gap-off.fda-pricing-2 {
  max-width: 19.75rem;
}

.fda-gap-off.fda-pricing-3 {
  max-width: 16.1875rem;
}

.fda-about-v1-right-caunter {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  padding-top: 4.375rem;
  padding-bottom: 3.125rem;
}

.fda-counter-box {
  justify-content: flex-start;
  align-items: flex-start;
  height: 2.25rem;
  display: flex;
  overflow: clip;
}

.fda-counter-box.fda-h1 {
  height: 3.4rem;
}

.fda-about-v1, .fda-approach {
  padding-top: var(--_site-units---gap--section-text-gap);
}

.fda-approach-content {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fda-approach-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fda-approach-main {
  border: 1px solid #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8.125rem;
  height: 8.125rem;
  padding: .625rem;
  display: flex;
  position: relative;
}

.fda-approach-overlay {
  background-color: var(--deep-teal);
  border-radius: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 20px 30px #0003;
}

.fda-approach-icon {
  z-index: 2;
  position: relative;
}

.fda-hero-v3-hero-slides {
  width: 100%;
}

.fda-hero-v3-slider-text {
  z-index: 4;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  padding-bottom: 15vh;
  position: absolute;
  inset: 0% 0% auto;
}

.fda-hero-v3-hero-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 110vh;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.fda-hero-v3-slider {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fda-home-v3-slider-arrow {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 83px;
  display: flex;
  inset: auto 5vw 15vh auto;
}

.fda-home-v3-slider-arrow:hover {
  background-color: #14162a;
}

.fda-home-v3-slider-arrow.fda-slider-arrow-two {
  border-color: #ffffff80;
  margin-bottom: 108px;
}

.fda-home-v3-slider-arrow.fda-slider-arrow-two:hover {
  background-color: #14162a;
}

.fda-hero-v3-slider-mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.fda-icon-invert {
  filter: invert();
}

.fda-icon-invert.fda-arrow-bottom {
  transform: rotate(90deg);
}

.fda-icon-invert.fda-icon-rotate {
  transform: rotate(270deg);
}

.fda-portfolio-bottom {
  border-radius: 10px;
  max-width: 50%;
  position: relative;
}

.fda-home-v2-hero-slider-background {
  border-radius: 100% 100% 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200vw;
  height: 120vh;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
  overflow: hidden;
}

.fda-hero-v3 {
  background-color: var(--deep-teal);
  transform-origin: 50% 0;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.fda-hero-v3-main-background {
  z-index: 1;
  width: 100%;
  max-width: 110vw;
  height: 100%;
  position: absolute;
  inset: auto auto 0%;
}

.fda-hero-v3-main-background.fda-hero-one {
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/service-banner-v3-big.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.fda-hero-v3-main-background.fda-hero-two {
  background-image: linear-gradient(#0000001f, #0000001f), linear-gradient(90deg, #00000080, #fff0 39%, #9a9a9a00 53%, #65656500 68%, #00000080 101%), url('../images/aventivo-hero-service--banner--2.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.fda-hero-v3-main-background.fda-hero-three {
  background-image: linear-gradient(#0000001f, #0000001f), linear-gradient(90deg, #00000080, #fff0 39%, #9a9a9a00 53%, #65656500 68%, #00000080 101%), url('../images/hero-service--banner--1.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.fda-hero-v3-overlay {
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(#002824, #fff0 33%);
  position: absolute;
  inset: 0%;
}

.fda-hero-v3-overlay.fda-v1 {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#fff0 37%, #0000006e 80%), linear-gradient(#002824, #fff0 33%);
}

.fda-hero-v3-right {
  z-index: 8;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 15vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fda-hero-v3-right-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--warm-ivory);
  pointer-events: auto;
  border-radius: .625rem;
  justify-content: space-between;
  width: 100%;
  max-width: 25.625rem;
  margin-left: auto;
  padding: 1rem 1rem 4rem;
  display: flex;
}

.fda-hero-v3-right-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  width: 33.3333%;
  display: flex;
}

.fda-hero-v3-right-item.fda-one {
  width: 40%;
}

.fda-hero-v3-right-item.fda-two, .fda-hero-v3-right-item.fda-three {
  width: 30%;
}

.fda-hero-v3-right-image {
  border-radius: .625rem;
  overflow: hidden;
}

.fda-hero-v3-right-text {
  text-align: center;
  height: 3.1rem;
  overflow: hidden;
}

.fda-hero-slaider-dot {
  z-index: 999;
  color: var(--dark-gray);
  font-size: .4rem;
  display: none;
  inset: auto auto 16vh;
}

.fda-team-v2 {
  padding-top: var(--_site-units---gap--section-text-gap);
  padding-bottom: var(--_site-units---gap--section-main-gap);
  background-color: var(--warm-ivory);
  background-image: url('../images/dots-team.png');
  background-position: 0 0;
  background-size: cover;
}

.fda-hero-v2 {
  background-color: var(--deep-teal);
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  padding-top: 12.5rem;
  padding-bottom: 11rem;
  display: flex;
  position: relative;
}

.fda-service-v2-center-box {
  flex: 1;
  max-width: 34.375rem;
}

.fda-service-v2-image-box {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
}

.fda-service-v2-top {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  padding-bottom: 3.75rem;
}

.fda-service-v2-top-left {
  flex: 1;
  max-width: 20.625rem;
}

.fda-service-v2-top-right {
  flex: 1;
  max-width: 45.5625rem;
}

.fda-service-v2-top-link {
  background-color: #19181833;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.9375rem;
  height: 4.9375rem;
  margin-top: .5rem;
  display: flex;
}

.fda-service-v2-top-link.fda-v2 {
  background-color: #ffffff54;
  border: .4px solid #ffffff47;
  width: 6.125rem;
  height: 6.125rem;
  margin-top: 3.75rem;
}

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

.fad-trusted-left {
  flex: 1;
  max-width: 43.125rem;
}

.fad-trusted-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex: 1;
  max-width: 36.375rem;
}

.fad-trusted-right-bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  max-width: 29.9375rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.fad-trusted-right-icon {
  background-color: var(--black);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 7px;
}

.fad-trusted-right-text {
  z-index: 2;
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  position: relative;
}

.fda-strategic {
  padding-top: var(--_site-units---gap--section-main-gap);
  padding-bottom: var(--_site-units---gap--section-text-gap);
}

.fda-strategic-heading {
  justify-content: flex-start;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.fda-strategic-heading-tex {
  justify-content: flex-start;
  align-items: center;
}

.fda-strategic-para {
  max-width: 35rem;
  margin-bottom: 0;
}

.fda-strategic-content {
  justify-content: space-between;
  align-items: stretch;
}

.fda-strategic-item {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.fda-strategic-dot-wrap {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .9rem;
}

.fda-strategic-dot {
  background-color: #0028244d;
  border-radius: 100%;
  width: .375rem;
  height: .375rem;
}

.fda-strategic-dot.fda-color {
  background-color: var(--deep-teal);
}

.fda-hero-v2-overlay-green {
  z-index: 9;
  pointer-events: none;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fda-hero-v2-overlay-item {
  width: 20%;
  height: 100%;
}

.fda-hero-v2-overlay-inner {
  background-color: var(--deep-teal);
  width: 0%;
  height: 100%;
}

.fda-hero-v2-line-overlay {
  z-index: 2;
  pointer-events: none;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.fda-hero-v2-overlay-line {
  background-color: #ffffff1f;
  width: 1px;
}

.fda-hero-v2-overlay-line.fda-2 {
  background-color: #ffffff3d;
}

.fda-hero-v2-wrapper {
  z-index: 4;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.fda-hero-v2-left {
  flex: 1;
  max-width: 45.625rem;
}

.fda-hero-v2-right {
  background-color: var(--white);
  border-radius: 1.25rem;
  flex: none;
  width: 23.4375rem;
  padding: 2rem 1.5rem 1.25rem;
}

.fda-hero-v2-bg-image {
  background-image: url('../images/-about-banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.fda-invart {
  filter: invert();
}

.fda-hero-v2-right-slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  height: 8.8rem;
  display: flex;
}

.fdsa-slider-dot {
  height: 15px;
  padding-top: 0;
  font-size: .4rem;
  inset: auto 0% 1%;
}

.fda-hero-v2-slider-top {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: .9rem;
  display: flex;
}

.fda-hero-v2-slider-top-author {
  justify-content: flex-start;
  align-items: center;
  max-width: 7.5rem;
  display: flex;
}

.fda-hero-v2-slider-author {
  border: 2px solid var(--white);
  border-radius: 100%;
  width: 2.8rem;
  height: 2.8rem;
  overflow: hidden;
}

.fda-hero-v2-slider-author.fda-1 {
  border-color: var(--black);
}

.fda-hero-v2-slider-author.fda-2 {
  border-color: var(--white);
  margin-left: -6%;
}

.fda-hero-v2-slider-author.fda-2.fda-color {
  border-color: var(--black);
}

.fda-hero-v2-slider-author.fda-3 {
  border-color: var(--white);
  margin-left: -6%;
}

.fda-hero-v2-overlay-color {
  background-image: linear-gradient(90deg, #000000e0, #fff0 38%, #a5a5a500 61%, #000 101%);
  position: absolute;
  inset: 0%;
}

.fda-service-v2-lefi-icon-box-2 {
  background-color: var(--warm-ivory);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
}

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

.fda-service-v4 {
  padding-top: var(--_site-units---gap--section-text-gap);
  padding-bottom: var(--_site-units---gap--section-main-gap);
}

.fda-service-v4-top {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  padding-bottom: 3.125rem;
}

.fda-service-v4-image {
  max-width: 100%;
  transform: translate(0, 14%)scale(1.3);
}

.fda-service-v4-small {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #002824eb;
  border-radius: 2.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 42.4706rem;
  padding: .875rem 1.25rem;
  position: absolute;
  bottom: 2.8125rem;
}

.fda-service-v4-small-left {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
}

.fda-service-v4-small-icon {
  background-image: linear-gradient(90deg, #f3c98d, #dbb9b5);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
}

.fda-service-v4-small-icon.fda-size-change {
  z-index: 1;
  flex: none;
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
}

.fda-service-v4-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  display: flex;
  position: relative;
}

.fda-service-v4-left {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 36.125rem;
}

.fda-service-v4-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 47.1875rem;
}

.fda-service-v4-raund {
  border: 1px solid #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.fda-service-v4-raund.fda-1, .fda-service-v4-raund.fda-2 {
  flex: none;
}

.fda-service-v4-line {
  background-image: radial-gradient(circle, #0003 40%, #fff0);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.fda-service-v4-image-wrap {
  justify-content: center;
  align-items: center;
  width: 120%;
  height: 205%;
  display: flex;
  overflow: hidden;
}

.fda-trusted-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
  top: 8rem;
}

.fda-trusted-left {
  flex: 1;
  max-width: 37.1875rem;
}

.fda-trusted-right {
  border-radius: 1.25rem;
  flex: 1;
  max-width: 49.0625rem;
  height: 37.5rem;
}

.fda-trusted-right.fda-overflow-hidden {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.fda-trusted-left-inner {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: stretch;
}

.fda-trusted-left-item {
  grid-column-gap: 1.4375rem;
  grid-row-gap: 1.4375rem;
  border: 1px solid #0003;
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.1875rem 1.4375rem 1.1875rem 1.375rem;
  position: relative;
}

.fda-trusted-right-image {
  height: 100%;
}

.fda-trusted-left-item-overlay {
  background-color: var(--white);
  border-radius: 1.25rem;
  position: absolute;
  inset: 0%;
  box-shadow: 0 20px 90px #0000001a;
}

.fda-trusted-right-small {
  width: 22.75rem;
  padding-bottom: 1.25rem;
  position: absolute;
  inset: auto auto 0%;
}

.fda-trusted-right-box {
  z-index: 4;
  background-color: var(--white);
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  height: 3.625rem;
  display: flex;
  position: relative;
}

.fda-trusted-right-box.fda-v2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff4d;
  margin-top: -33px;
}

.fda-hero-v1 {
  background-color: var(--deep-teal);
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.fda-hero-v1-height {
  height: 300vh;
}

.fda-hero-v1-one {
  z-index: 99;
  width: 100%;
  height: 100vh;
  padding-top: 14.625rem;
  padding-bottom: 6.1875rem;
  position: absolute;
  inset: 0%;
}

.fda-hero-v1-one-wrap {
  z-index: 4;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fda-hero-v1-one-left {
  flex: 1;
  max-width: 42.375rem;
}

.fda-hero-v1-one-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 17.1875rem;
  margin-bottom: 6.25rem;
  padding: 1.5625rem 1.25rem;
}

.fda-hero-v1-one-right.fda-border-20 {
  align-self: flex-end;
}

.fda-hero-v1-image {
  position: absolute;
  inset: 0%;
}

.fda-hero-v1-one-para {
  max-width: 36.6875rem;
}

.fda-hero-v1-two {
  width: 100%;
  height: 100vh;
  position: relative;
}

.fda-background-video {
  object-fit: cover;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 100vh;
  display: flex;
}

.fda-hero-v1-two-wrapper {
  z-index: 22;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.fda-big-text {
  font-family: var(--_typography---font-family--primary-font);
  font-size: 6.25rem;
  line-height: 106%;
}

.fda-hero-v1-play-wrapper {
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  position: relative;
}

.fdaplay-pause-button {
  z-index: 10;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #fff9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.875rem;
  height: 4.875rem;
  display: flex;
  position: relative;
  bottom: auto;
  right: auto;
}

.fda-lottie-animation {
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fda-hero-v1-one-content {
  z-index: 4;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  position: relative;
}

.fda-about-v2 {
  padding-top: var(--_site-units---gap--section-main-gap);
  padding-bottom: var(--_site-units---gap--section-main-gap);
}

.fda-about-v2-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
}

.fda-about-v2-left {
  flex: 1;
  max-width: 42.1875rem;
}

.fda-about-v2-right {
  flex: 1;
  max-width: 41.1875rem;
}

.fda-about-v2-right-inner {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: stretch;
  padding-top: 6.875rem;
  padding-bottom: 4rem;
}

.fda-about-v2-line {
  background-color: #0003;
  width: 1px;
}

.fda-about-v2-line-inner {
  background-color: var(--black);
  width: 100%;
  height: 50%;
}

.fda-about-v2-right-inner-gap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.fda-about-v2-right-buttom {
  max-width: 31.25rem;
}

.fda-about-v3 {
  padding-bottom: var(--_site-units---gap--section-main-gap);
}

.fda-about-v3-top {
  justify-content: flex-start;
  align-items: center;
  max-width: 40.875rem;
  margin-left: auto;
  margin-right: auto;
}

.fda-about-v3-top.fda-text-center.fda-heading-card-gap.fda-v2 {
  max-width: 24rem;
}

.fda-about-v3-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: stretch;
}

.fda-about-v3-item {
  grid-column-gap: 9.375rem;
  grid-row-gap: 9.375rem;
  background-color: var(--white);
  border-radius: 1.25rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 32.0625rem;
  padding: 2.8125rem 1.6rem;
  display: flex;
  position: relative;
}

.fda-about-v3-item-top {
  z-index: 2;
  justify-content: space-between;
  position: relative;
}

.fda-about-v4 {
  padding-top: var(--_site-units---gap--section-main-gap);
}

.fda-about-v4-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
}

.fda-about-v4-left {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  max-width: 48rem;
  display: flex;
  position: relative;
}

.fda-about-v4-right {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 39.125rem;
}

.fda-about-v4-left-inner {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 24.875rem;
  padding-bottom: 1rem;
  position: absolute;
}

.fda-about-v4-left-inner-one {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  background-color: var(--white);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .625rem;
}

.fda-about-v4-left-round {
  background-image: linear-gradient(135deg, #dbb9b5, #f3c98d 99%, #fff);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.9375rem;
  height: 4.9375rem;
  padding: 1rem;
  display: flex;
}

.fda-about-v4-left-inner-two {
  background-color: #fff6;
  border-radius: 100px;
  width: 100%;
  max-width: 80%;
  height: 4.8125rem;
}

.fda-about-v4-left-inner-two.fda-v2 {
  max-width: 60%;
}

.fda-small-padding-top {
  padding-top: .625rem;
}

.fda-about-v4-center {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 3.4375rem;
  display: flex;
  position: relative;
}

.fda-about-v4-item {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--white);
  border-radius: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem 1.5625rem;
  display: flex;
  position: relative;
  box-shadow: 0 10px 30px #0000001a;
}

.fda-about-v4-item.w--current {
  background-color: var(--deep-teal);
  display: flex;
}

.fda-about-v4-right-bottom {
  background-color: var(--deep-teal);
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 15rem;
  padding: .1875rem;
}

.fda-about-v4-right-inner {
  background-color: var(--warm-ivory);
  border-radius: 1.25rem;
  width: 100%;
  padding: 1.875rem;
  box-shadow: 0 2px 5px #0003;
}

.fda-about-v4-right-inner.fda-3 {
  z-index: 3;
}

.fda-about-v4-right-para {
  max-width: 26.125rem;
  padding-bottom: .625rem;
}

.fda-about-v4-right-list-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fda-about-v4-right-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.fda-about-v4-right-list-dot {
  background-color: var(--deep-teal);
  flex: none;
  width: .25rem;
  height: .25rem;
}

.fda-support-v1 {
  padding-top: var(--_site-units---gap--section-main-gap);
  padding-bottom: var(--_site-units---gap--section-text-gap);
  background-color: var(--warm-ivory);
  background-image: url('../images/image-dots.png');
  background-position: 0 0;
  background-size: cover;
}

.fda-support-v1-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
}

.fda-support-v1-right {
  flex: 1;
  max-width: 32.5rem;
}

.fda-support-v1-left {
  flex: 1;
  max-width: 45.875rem;
  position: relative;
}

.fda-support-v1-left-image {
  position: absolute;
  inset: 0%;
}

.fda-support-v1-left-image.fda-two, .fda-support-v1-left-image.fda-three {
  opacity: 0;
}

.fda-support-v1-right-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.fda-support-v1-line {
  background-color: #0003;
  justify-content: center;
  align-items: flex-start;
  height: .0625rem;
  margin-top: .625rem;
  position: relative;
}

.fda-support-v1-line-inner {
  background-color: var(--black);
  border-radius: 10px;
  width: 0%;
  height: .1875rem;
  position: absolute;
}

.fda-support-v1-left-image-main {
  opacity: 1;
}

.fda-hero-v1-one-color {
  pointer-events: none;
  background-image: linear-gradient(74deg, #001412 3%, #00141299 38%, #6e7a7900 64%, #002824cc 93%);
  position: absolute;
  inset: 0%;
}

.fda-hero-v1-one-icon-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
}

.fda-hero-v1-one-icon {
  background-color: var(--deep-teal);
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
}

.fda-support-v1-wrapper-v2 {
  max-width: 54.125rem;
  padding-top: var(--_site-units---gap--section-text-gap);
  margin-left: auto;
  margin-right: auto;
}

.fda-menu-wrap {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: center;
  align-items: center;
  padding: 1.75rem .5625rem;
  display: flex;
  position: relative;
}

.fda-navigation-top {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
}

.fda-navigation-bottom {
  display: none;
}

.fda-footer-text {
  background-color: var(--deep-teal);
  width: 0%;
  height: .0625rem;
}

.fda-navigation-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.fda-navbar-color {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.fda-navbar-color:where(.w-variant-1f2c895c-8275-5b19-a473-bf7cf8b57c10) {
  background-color: var(--deep-teal);
}

.fda-icon-and-text {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  justify-content: flex-start;
  align-items: center;
}

.fda-team-item-wrapp {
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.fda-width-full {
  width: 100%;
  position: relative;
}

.fda-license-box {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-bottom: .0625rem solid #0003;
  margin-bottom: 1.875em;
  padding-bottom: 2.5rem;
}

.fda-feature-video-button {
  -webkit-backdrop-filter: blur(1.1875rem);
  backdrop-filter: blur(1.1875rem);
  background-color: #fff3;
  border: .125rem solid #fff9;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.fda-typography-license {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
}

.fda-showcase-images {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 1.25rem;
  display: grid;
}

.fda-vedio-v2 {
  width: 100%;
}

.fda-image-links-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: wrap;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.fda-error-message {
  text-align: center;
  background-color: #efd2d2;
  width: 100%;
  padding: 1.25rem;
}

.fda-style-guide-blocks-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

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

.fda-blog-v2-item-text-top {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
}

.fda-author-size {
  width: 9.6875rem;
  height: 9.6875rem;
}

.fda-video-overlay {
  background-image: linear-gradient(45deg, #000 3%, #0000 54%, #0000004d 82%, #000 96%);
  position: absolute;
  inset: 0%;
}

.fda-service-v1-overlay {
  background-image: url('../images/support-Expert.webp');
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  inset: 0%;
}

.fda-service-v1-author {
  width: 2.6875rem;
}

.fda-service-v1-slider-author--v3 {
  margin-left: -1.3rem;
}

.fda-blog-image {
  border-radius: 1.25rem;
}

.fda-support-v1-left-inner {
  flex: 1;
}

.fda-blog-information-right-mg {
  margin-top: -1.7rem;
  padding-left: 3.75rem;
}

.fda-heading-h1-para-gap {
  padding-bottom: 1.3rem;
}

.fda-big-tex-two {
  font-family: var(--_typography---font-family--primary-font);
  color: var(--deep-teal);
  font-size: 4rem;
  line-height: 89%;
}

.fda-blog-details-bottom {
  max-width: 49.9375rem;
}

.fda-service-banner-overlay {
  z-index: 3;
  background-image: linear-gradient(#002824, #fff0 32%), linear-gradient(135deg, #000 4%, #000000e6 26%, #0000 50% 66%, #000000b3 90%, #000);
  position: absolute;
  inset: 0%;
}

.fda-style-guide-icon {
  width: 2.5rem;
}

.fda-height-full {
  height: 100%;
}

.fda-team-text-overlay {
  z-index: 1;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.fda-slider-service {
  display: none;
}

.fda-about-v3-item-overlay {
  background-image: linear-gradient(90deg, #dbb9b5, #f3c98d);
  border-radius: 1.25rem;
  position: absolute;
  inset: 0%;
  box-shadow: 0 1.25rem 5.625rem #0000000d;
}

.div-block {
  align-self: stretch;
  max-width: 13.75rem;
  padding: 1.25rem;
}

.fda-about-v4-item-image {
  background-color: var(--deep-teal);
  border-radius: 100px;
  width: .75rem;
  height: .75rem;
  margin-top: .125rem;
}

@media screen and (min-width: 1280px) {
  body {
    --_typography---font-family--secondary-font: "Inter Tight", sans-serif;
    --_typography---font-size--body: 1rem;
    --_typography---line-height--body-height: 162.5%;
    --_typography---font-weight--heading-weight: 400;
    --_typography---letter-spacing--body-font: -.02rem;
    --_typography---font-family--primary-font: Geist, sans-serif;
    --_typography---font-size--heading-one: 3.75rem;
    --_typography---line-height--heading-one: 116.667%;
    --_typography---letter-spacing--heading-one: -.15rem;
    --_typography---font-size--heading-two: 2.8125rem;
    --_typography---line-height--heading-two: 122.222%;
    --_typography---font-size--heading-three: 2rem;
    --_typography---line-height--heading-three: 128.572%;
    --_typography---letter-spacing--heading-three: -.0875rem;
    --_typography---font-size--heading-four: 1.5625rem;
    --_typography---line-height--heading-four: 140%;
    --_typography---letter-spacing--heading-four: -.0625rem;
    --_typography---font-size--heading-five: 1.375rem;
    --_typography---line-height--heading-five: 145.455%;
    --_typography---letter-spacing--heading-five: -.055rem;
    --_typography---font-size--heading-six: 1.25rem;
    --_typography---line-height--heading-six: 150%;
    --_typography---letter-spacing--heading-six: -.05rem;
    --_typography---font-size--sub-heading: .8rem;
    --_typography---line-height--sub-text: 171.428%;
    --_typography---font-weight--sub-weight: 600;
    --_typography---letter-spacing--sub-text: .0875rem;
    --_typography---letter-spacing--heading-two: -.1125rem;
    --_typography---font-weight--nav-weight: 500;
    --_typography---font-size--button-font: 1.0625rem;
    --_typography---line-height--button-height: 164.709%;
    --_site-units---container--container-medium: 82.5rem;
    --_site-units---container--container-padding: .9375rem;
    --_site-units---gap--section-text-gap: 8.125rem;
    --_site-units---gap--section-main-gap: 8.75rem;
    --_site-units---container--container: 101.875rem;
    --_site-units---gap--sub-text-gap: 1.2rem;
    --_site-units---gap--card-gap: 3.125rem;
    --_site-units---gap--paragraph-to-button-gap: 2.5rem;
    --_site-units---gap--heading-gap: 1.7rem;
  }

  .fda-service-v3-heading {
    padding-bottom: 2rem;
  }

  .fda-price-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .fda-footer-col-wrapper {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
  }

  .fda-video-v2-wrapper {
    height: 90vh;
  }

  .fda-service-v2-right-box {
    grid-column-gap: 6.25rem;
    grid-row-gap: 6.25rem;
  }

  .fda-service-v1-slider-author-details {
    grid-column-gap: 4.375rem;
    grid-row-gap: 4.375rem;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 42.0625rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .fda-support-v1-sub-heading {
    align-items: center;
  }

  .fda-service-v1-slider-main-image-wrapper {
    width: 100%;
    bottom: 4rem;
    right: -12%;
  }

  .fda-form-right-wrapper {
    padding: 2.2rem 2.5rem 2.5rem;
  }

  .fda-blog-author-name-box {
    flex: none;
  }

  .fda-team-member-details-box {
    padding-top: 5px;
  }

  .fda-blog-details-top {
    max-width: 67.5rem;
  }

  .fda-details-bottom-heading {
    max-width: 36.3125rem;
  }

  .fda-blog-v2-item-text {
    padding: 1.7rem 1.875rem 1.875rem;
  }

  .fda-blog-pag-top {
    max-width: 51.8125rem;
  }

  .fda-team-details {
    padding-top: 8rem;
  }

  .fda-team-details-right {
    padding-top: 1.3rem;
  }

  .fda-team-right-item-left {
    width: 8.7rem;
  }

  .fda-team-details-bottom {
    width: 95%;
  }

  .fda-team-big-text {
    font-size: 7.5rem;
  }

  .fda-under-line.fda-text-link-color-change {
    text-underline-offset: 4px;
  }

  .fda-team-pag-top {
    max-width: 42rem;
  }

  .fda-pricing-page-top {
    max-width: 50rem;
  }

  .fda-pricing-page-top.fda-text-center.fda-heading-card-gap.fda-2 {
    max-width: 37rem;
  }

  .fda-price-content {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    padding: 2.5rem;
  }

  .fda-text-color-dark.fda-para-bigtext-same {
    padding-bottom: .3rem;
  }

  .fda-service-heading-top {
    max-width: 50rem;
  }

  .fda-about-v1-para {
    max-width: 35.5625rem;
  }

  .fda-counter-box {
    height: 3.4375rem;
  }

  .fda-counter-box.fda-h1 {
    height: 4.6rem;
  }

  .fda-approach-content {
    grid-column-gap: 9.375rem;
    grid-row-gap: 9.375rem;
  }

  .fda-portfolio-bottom {
    max-width: 46.25rem;
  }

  .fda-service-v2-top, .fad-trusted-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .fad-trusted-right {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    max-width: 40.375rem;
  }

  .fad-trusted-right-bottom {
    max-width: 30.6rem;
  }

  .fda-strategic-heading {
    max-width: 50rem;
  }

  .fda-strategic-item {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fda-trusted-left-item {
    padding-left: 1.375rem;
    padding-right: 2rem;
  }

  .fda-hero-v1-one-left {
    max-width: 44.9rem;
  }

  .fda-big-text {
    font-size: 10rem;
  }

  .fda-about-v2-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .fda-about-v3-top {
    max-width: 50rem;
  }

  .fda-support-v1-wrapper {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .fda-blog-v2-item-text-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .fda-blog-information-right-mg {
    margin-top: -1.8rem;
    padding-left: 5rem;
  }

  .fda-about-v2-heading {
    max-width: 38rem;
  }

  .fda-heading-h1-para-gap {
    padding-bottom: 1.2rem;
  }

  .fda-big-tex-two {
    font-size: 5rem;
  }
}

@media screen and (min-width: 1440px) {
  .fda-service-v3-heading {
    padding-bottom: 8rem;
  }

  .fda-overflow-hidden {
    overflow: hidden;
  }

  .fda-footer-right-box {
    padding-left: 5.625rem;
  }

  .fda-nav-logo-content {
    justify-content: center;
    align-items: center;
  }

  .fda-video-v2-background-video {
    object-fit: cover;
  }

  .fda-team-member-details.fda-big {
    display: block;
  }

  .fda-team-member-details.fda-small {
    display: none;
  }

  .fda-team-member-button {
    top: 0%;
    right: 1.25rem;
  }

  .fda-team-member-text-box {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    -webkit-mask-image: url('../images/');
    mask-image: url('../images/');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }

  .fda-service-v2-center-image-box {
    padding: 2rem;
    -webkit-mask-image: url('../images/');
    mask-image: url('../images/');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }

  .fda-blog-item-wraper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .fda-team-hero-wrapper {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
  }

  .fda-team-hero-right {
    padding: 5rem;
  }

  .fda-service-v3-left {
    padding-right: 0;
  }

  .fda-service-v3-image-item {
    max-width: 42rem;
  }

  .fda-client-wrapper.fda-v2 {
    padding-top: 12rem;
  }

  .fda-about-v1-wrapper {
    justify-content: space-between;
  }

  .fda-about-v1-left-image {
    -webkit-mask-image: url('../images/');
    mask-image: url('../images/');
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }

  .fda-service-v2-image-box {
    padding-top: 1.7rem;
  }

  .fad-trusted-wrapper {
    grid-column-gap: 8.75rem;
    grid-row-gap: 8.75rem;
  }

  .fad-trusted-right {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .fad-trusted-left-inner {
    block-size: 100%;
    -webkit-mask-image: url('../images/');
    mask-image: url('../images/');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }

  .fda-hero-v2-right {
    -webkit-mask-image: url('../images/');
    mask-image: url('../images/');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }

  .fda-trusted-right {
    height: 50rem;
  }

  .fda-about-v2-wrapper {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .fda-about-v2-image-wrap {
    -webkit-mask-image: url('../images/');
    mask-image: url('../images/');
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }

  .fda-about-v3-content {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .fda-about-v3-item {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .fda-support-v1-wrapper {
    grid-column-gap: 12.5rem;
    grid-row-gap: 12.5rem;
  }

  .fda-team-item-wrapp {
    width: 100%;
  }

  .fda-support-v1-left-inner {
    -webkit-mask-image: url('../images/');
    mask-image: url('../images/');
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

@media screen and (min-width: 1920px) {
  a {
    color: var(--dark-gray);
  }

  .fda-overflow-hidden {
    overflow: hidden;
  }

  .fda-marquee-v1-item {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .fda-blog-information-para-one-wrap {
    max-width: 861px;
  }

  .fda-grid-v2 {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
  }

  .fda-footer-links:hover {
    color: var(--black);
  }

  .fda-about-v1-wrapper {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    justify-content: center;
  }

  .fda-hero-v3-main-background.fda-hero-one {
    background-image: linear-gradient(#0000001f, #0000001f), linear-gradient(90deg, #00000080, #fff0 39%, #9a9a9a00 53%, #65656500 68%, #00000080 101%), url('../images/hero-service--banner--1.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .fda-hero-slaider-dot {
    right: 17%;
  }

  .fda-service-v2-top {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
  }

  .fda-service-v2-top-link.fda-v2 {
    margin-top: 80px;
  }

  .fda-about-v3-item {
    grid-column-gap: 9.375rem;
    grid-row-gap: 9.375rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_typography---font-family--secondary-font: "Inter Tight", sans-serif;
    --_typography---font-size--body: .9375rem;
    --_typography---line-height--body-height: 162.5%;
    --_typography---font-weight--heading-weight: 400;
    --_typography---letter-spacing--body-font: -.01875rem;
    --_typography---font-family--primary-font: Geist, sans-serif;
    --_typography---font-size--heading-one: 2.5rem;
    --_typography---line-height--heading-one: 116.667%;
    --_typography---letter-spacing--heading-one: -.1rem;
    --_typography---font-size--heading-two: 1.875rem;
    --_typography---line-height--heading-two: 122.222%;
    --_typography---font-size--heading-three: 1.625rem;
    --_typography---line-height--heading-three: 128.572%;
    --_typography---letter-spacing--heading-three: -.065rem;
    --_typography---font-size--heading-four: 1.375rem;
    --_typography---line-height--heading-four: 140%;
    --_typography---letter-spacing--heading-four: -.055rem;
    --_typography---font-size--heading-five: 1.125rem;
    --_typography---line-height--heading-five: 145.455%;
    --_typography---letter-spacing--heading-five: -.045rem;
    --_typography---font-size--heading-six: 1.0625rem;
    --_typography---line-height--heading-six: 150%;
    --_typography---letter-spacing--heading-six: -.0425rem;
    --_typography---font-size--sub-heading: .8rem;
    --_typography---line-height--sub-text: 171.428%;
    --_typography---font-weight--sub-weight: 600;
    --_typography---letter-spacing--sub-text: .0875rem;
    --_typography---letter-spacing--heading-two: -.075rem;
    --_typography---font-weight--nav-weight: 500;
    --_typography---font-size--button-font: .9rem;
    --_typography---line-height--button-height: 164.709%;
    --_site-units---container--container-medium: 82.5rem;
    --_site-units---container--container-padding: .9375rem;
    --_site-units---gap--section-text-gap: 3.4rem;
    --_site-units---gap--section-main-gap: 3.75rem;
    --_site-units---container--container: 101.875rem;
    --_site-units---gap--sub-text-gap: .5rem;
    --_site-units---gap--card-gap: 1.5rem;
    --_site-units---gap--paragraph-to-button-gap: .8rem;
    --_site-units---gap--heading-gap: .8rem;
    --dark-gray: #525252;
    --deep-teal: #002824;
    --black: black;
    --white: white;
    --warm-ivory: #f0eee8;
    --oxford-blue: #0c184e;
  }

  .fda-button.fda-password-btn-gap {
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .fda-button-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    padding: .25rem .25rem .25rem .75rem;
  }

  .fda-button-arrow-wrapper {
    width: 2rem;
    height: 2rem;
  }

  .fda-service-v3-heading {
    padding-bottom: 2.5rem;
  }

  .fda-service-v3-lefi-box {
    padding-right: 0;
  }

  .fda-service-v3 {
    margin-left: auto;
    margin-right: auto;
    padding: 70px 15px;
  }

  .fda-service-v3-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .fda-service-v3-wrapper {
    position: relative;
    top: 0;
  }

  .fda-service-v3-item-box {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .fda-card-item-lenk-box {
    width: 2.5rem;
    height: 2.5rem;
  }

  .fda-card-item-grid-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .fda-card-item-para-box {
    max-width: 100%;
  }

  .fda-card-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-left: 1px solid #0003;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .fda-price-wrapper-card {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .fda-price-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fda-price-wrapper.fda-monthly {
    flex-flow: column;
    grid-auto-columns: 1fr;
  }

  .fda-pricing-plan {
    padding-top: 6rem;
  }

  .fda-footer-left-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 1;
    max-width: 30%;
    padding-top: 1.5rem;
  }

  .fda-footer-col-wrapper {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .fda-footer-col-wrapper.fda-buttom-nav {
    flex-flow: row;
    justify-content: space-between;
  }

  .fda-footer-right-box {
    flex: 1;
    max-width: 100%;
    padding-top: 1.3rem;
    padding-bottom: 2rem;
    padding-left: 4rem;
  }

  .fda-footer-col.fda-buttom-nav {
    text-align: left;
    width: 100%;
  }

  .fda-menu {
    color: #232318;
  }

  .fda-nav-dropdown-link {
    padding-top: .1875rem;
    padding-bottom: .1875rem;
  }

  .fda-nav-dropdown-link.fda-top {
    padding-top: 0;
  }

  .fda-nav-mega-menu-list-box-wrapper.fda-border-right-remove {
    border-right-style: none;
  }

  .fda-nav-mega-menu-list-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fda-nav-mega-menu-list-box.fda-top-padding-ten.fda-right-border-v2 {
    border-right-width: 0;
  }

  .fda-nav-mega-menu-list-box.fda-top-padding-ten.fda-right-border-v2.fda-bottom-padding-off {
    max-width: 40%;
    padding-top: 0;
  }

  .fda-nav-mega-menu-list-box.fda-right-border.fda-bottom-padding-off.fda-fda-top-padding-0 {
    max-width: 30%;
    padding-top: 0;
    padding-left: 1rem;
  }

  .fda-icon-color {
    filter: none;
  }

  .fda-nav-wrap {
    z-index: 2;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .fda-nav-menu-button-line {
    margin-bottom: 6px;
  }

  .fda-nav-menu-button-line:where(.w-variant-1f2c895c-8275-5b19-a473-bf7cf8b57c10) {
    background-color: var(--white);
  }

  .fda-nav-menu-button-line.fda-top-line {
    background-color: var(--deep-teal);
    width: 21.28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fda-nav-menu-button-line.fda-top-line:where(.w-variant-1f2c895c-8275-5b19-a473-bf7cf8b57c10) {
    background-color: var(--white);
  }

  .fda-nav-menu-button-line.fda-bottom-line {
    background-color: var(--deep-teal);
    color: #b0b0bc;
    width: 11px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fda-nav-menu-button-line.fda-bottom-line:where(.w-variant-1f2c895c-8275-5b19-a473-bf7cf8b57c10) {
    background-color: var(--white);
  }

  .fda-nav-menu-button-line.fda-middle-line {
    background-color: var(--deep-teal);
    color: #b0b0bc;
    width: 21.28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fda-nav-menu-button-line.fda-middle-line:where(.w-variant-1f2c895c-8275-5b19-a473-bf7cf8b57c10) {
    background-color: var(--white);
  }

  .fda-navbar {
    position: fixed;
  }

  .fda-navigation {
    background-color: var(--white);
    border-top: 1px solid #0003;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    padding: 0 1rem 10px;
  }

  .fda-nav-button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
  }

  .fda-nav-dropdown-list {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0%;
  }

  .fda-nav-dropdown-list.w--open {
    top: 0%;
  }

  .fda-nav-dropdown-pages-menu {
    max-width: 100%;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
  }

  .fda-brand, .fda-brand.w--current {
    padding-left: 0;
  }

  .fda-nav-dropdown {
    border-bottom: 1px solid #0003;
  }

  .fda-nav-logo {
    width: 150px;
  }

  .fda-nav-menu-button-line-wrapper {
    background-color: #fff0;
    padding-top: 8px;
    padding-left: 15px;
    display: block;
  }

  .fda-nav-menu-button-line-wrapper:active, .fda-nav-menu-button-line-wrapper:focus-visible, .fda-nav-menu-button-line-wrapper[data-wf-focus-visible], .fda-nav-menu-button-line-wrapper.w--open {
    background-color: #fff0;
  }

  .fda-nav-logo-content {
    border-right-style: none;
    width: auto;
    padding-top: .9rem;
    padding-bottom: .9rem;
  }

  .fda-nav-hamburger.fda-tab-off {
    display: none;
  }

  .fda-play-pause-button {
    width: 80px;
    height: 80px;
  }

  .fda-video-v2-bottom {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .fda-video-v2-wrapper {
    height: 450px;
  }

  .fda-service-v2-right-box, .fda-service-v2-left-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fda-service-v2-lefi-icon-box {
    border-radius: .625rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    padding: .625rem .625rem .8rem;
  }

  .fda-service-v2-lefi-item-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fda-service-v2-lefi-line-wrap {
    margin-top: 0;
  }

  .fda-marquee-v1-item {
    height: 6rem;
    padding: 3rem;
  }

  .fda-consulting-services-box {
    padding-top: 40px;
  }

  .fda-service-v1-slider-para {
    width: 100%;
    max-width: 18.75rem;
    margin-top: 2rem;
    padding-top: 1rem;
  }

  .fda-service-v1-slider-author-details-text {
    flex: 1;
    max-width: 500px;
    padding-top: 0;
  }

  .fda-service-v1-slider-author-details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--white);
    border-radius: 20px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fda-support-v1-sub-heading {
    padding-bottom: .5rem;
  }

  .fda-blog-v1-item-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fda-blog-v1-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
  }

  .fda-blog-v1-item.fda-three, .fda-blog-v1-item.fda-two {
    width: 100%;
  }

  .fda-plan-name.fda-width {
    text-align: center;
  }

  .fda-price-row-left {
    padding-right: 20px;
  }

  .fda-price-number {
    text-align: center;
  }

  .fda-blog-v2-heading-wrapper {
    max-width: 100%;
  }

  .fda-form-main-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .fda-checkfield-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: flex;
  }

  .fda-form-right-wrapper {
    padding: 1.25rem .625rem;
  }

  .fda-text-field {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fda-text-field.fda-textarea {
    padding-bottom: 2rem;
  }

  .fda-text-field.fad-extra-gap {
    padding-top: 2rem;
  }

  .fda-checkbox {
    margin-left: -15px;
  }

  .fda-form-upper-content {
    width: 100%;
    padding: 1rem;
  }

  .fda-form-left-card-heading {
    max-width: 100%;
  }

  .fda-form {
    padding-top: 8rem;
  }

  .fda-form-left-wrapper {
    max-width: none;
  }

  .fda-checkbox-field {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fda-form-fields-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .fda-form-para {
    max-width: 550px;
  }

  .fda-form-left-text {
    width: 100%;
    max-width: 100%;
  }

  .fda-team-hero {
    padding-top: 6rem;
  }

  .fda-blog-information-para-one-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fda-blog-details-two {
    max-width: 100%;
    padding-top: 1px;
    padding-bottom: 0;
  }

  .fda-description-one {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .fda-blog-information-everyday-image-box {
    width: 100%;
    max-width: 100%;
  }

  .fda-blog-image-wrapper {
    padding-top: .875rem;
    padding-bottom: .25rem;
  }

  .fda-blog-information-left-box {
    border-right-style: none;
    flex-flow: row;
    max-width: 13rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fda-blog-information-everyday-section {
    max-width: 100%;
  }

  .fda-team-member-details {
    background-color: #fff;
    border-radius: .625rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .fda-team-member-button {
    border: 1px solid #0003;
    top: 20px;
    right: 5%;
  }

  .fda-team-member-button.fda-v2 {
    top: 19px;
    right: 1rem;
  }

  .fda-team-member-text-box {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

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

  .fda-team {
    padding-top: 6rem;
  }

  .fda-information-hero {
    padding-top: 10.3125rem;
    padding-bottom: 5.9375rem;
  }

  .fda-style-guide-colors, .fda-shadow-blocks {
    grid-template-columns: 1fr 1fr;
  }

  .fda-all-appearance {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .fda-about-v1-background-video {
    width: 100%;
    height: 400px;
    display: none;
  }

  .fda-feature-v3-play-pause-button {
    width: 60px;
    height: 60px;
  }

  .fda-service-v2-center-image-box {
    padding: 1rem;
  }

  .fda-hero-v11 {
    padding-top: 7rem;
  }

  .fda-hero-v11-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .fda-blog-v2-item-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .fda-button-overlay-inner {
    height: 75%;
  }

  .fda-hero-8 {
    padding-top: 7rem;
  }

  .faq-para-wrap {
    margin-top: .5rem;
  }

  .fda-footer-top {
    padding-bottom: 1rem;
  }

  .fda-footer-gap-large {
    margin-bottom: 1rem;
  }

  .fda-team-hero-name {
    padding-bottom: 1rem;
  }

  .fda-team-hero-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.25rem;
  }

  .fda-team-colon {
    width: 3.7rem;
  }

  .fda-team-details {
    padding-top: 2rem;
  }

  .fda-team-details-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fda-team-details-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 1.2rem;
  }

  .fda-team-details-right.fda-v2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .fda-team-details-bottom {
    padding-top: .5rem;
  }

  .fda-team-big-text {
    font-size: 3rem;
  }

  .fda-footer-top-icon {
    width: 4rem;
  }

  .fda-form-left-text-inner.fda-all-appearance {
    max-width: none;
  }

  .fda-text-field-subject {
    height: 3.7rem;
  }

  .fda-price-content {
    padding-top: 1.7rem;
  }

  .fda-price-nember {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .fda-border-none-buttom {
    border-bottom-style: solid;
    border-bottom-color: #0003;
  }

  .fda-service-v3-item-icon.fda-v2 {
    flex: none;
    width: 5.7rem;
  }

  .fda-service-v3-left {
    padding-left: 0;
    padding-right: 1rem;
  }

  .fda-service-v3-image-wrapper {
    width: 100%;
  }

  .fda-service-v3-image-item {
    flex: 1;
    max-width: none;
    padding-right: 0;
  }

  .fda-service-v3-image-item.fda-of-tab {
    display: none;
  }

  .fda-service-v3-wrapper-main {
    height: auto;
  }

  .fda-client-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fda-client-wrapper.fda-v2 {
    padding-top: 2rem;
    display: none;
  }

  .fda-client-box {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .fda-about-v1-right-caunter {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 0;
  }

  .fda-counter-box.fda-h1 {
    height: 2.7rem;
  }

  .fda-approach-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fda-approach-main {
    width: 5rem;
    height: 5rem;
    padding: 1.4rem;
  }

  .fda-hero-v3-slider-text {
    min-height: 100%;
    padding-bottom: 3.75rem;
  }

  .fda-hero-v3-hero-box.fda-hero-v3-slider-inner {
    min-height: 100%;
  }

  .fda-home-v3-slider-arrow {
    display: none;
  }

  .fda-portfolio-bottom {
    max-width: 80%;
  }

  .fda-home-v2-hero-slider-background.fda-portfolio-v4-background {
    width: 200%;
    height: 110%;
  }

  .fda-hero-v3 {
    aspect-ratio: 1920 / 1024;
    border-radius: 0;
    height: auto;
  }

  .fda-hero-v3-main-background.fda-hero-one {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(90deg, #00000080, #fff0 39%, #9a9a9a00 53%, #65656500 68%, #00000080 101%), url('../images/hero-service--banner--1.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .fda-hero-v3-main-background.fda-hero-two {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(90deg, #00000080, #fff0 39%, #9a9a9a00 53%, #65656500 68%, #00000080 101%), url('../images/hero-service--banner--2.avif');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .fda-hero-v3-main-background.fda-hero-three {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(90deg, #00000080, #fff0 39%, #9a9a9a00 53%, #65656500 68%, #00000080 101%), url('../images/hero-service--banner--3.avif');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .fda-hero-v3-right, .fda-hero-slaider-dot {
    display: none;
  }

  .fda-hero-v2 {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .fda-service-v2-image-box {
    padding-top: 1rem;
  }

  .fda-service-v2-top {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 2rem;
  }

  .fda-service-v2-top-left {
    max-width: 15rem;
  }

  .fda-service-v2-top-link, .fda-service-v2-top-link.fda-v2 {
    width: 4rem;
    height: 4rem;
  }

  .fad-trusted-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .fad-trusted-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
  }

  .fad-trusted-left-inner {
    height: 100%;
  }

  .fad-trusted-right-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .fda-strategic-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fda-strategic-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fda-hero-v2-overlay-line.fda-2 {
    background-color: #ffffff1f;
  }

  .fda-hero-v2-right {
    padding: 1rem;
  }

  .fda-hero-v2-right-slider {
    height: 9rem;
  }

  .fda-hero-v2-overlay-color {
    background-image: linear-gradient(#00000087, #00000087);
  }

  .fda-service-v2-lefi-icon-box-2 {
    border-radius: .625rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: .625rem;
  }

  .fda-service-v3-content {
    position: relative;
    top: 0;
  }

  .fda-service-v4-top {
    padding-bottom: 2.1875rem;
  }

  .fda-service-v4-image {
    transform: none;
  }

  .fda-service-v4-small {
    bottom: 1rem;
  }

  .fda-service-v4-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .fda-service-v4-left, .fda-service-v4-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .fda-service-v4-raund {
    width: 2.5rem;
    height: 2.5rem;
  }

  .fda-trusted-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: stretch;
    position: static;
  }

  .fda-trusted-right {
    height: auto;
  }

  .fda-trusted-left-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: .6rem;
  }

  .fda-trusted-right-small {
    width: 18.8rem;
  }

  .fda-hero-v1 {
    height: auto;
    position: relative;
  }

  .fda-hero-v1-height {
    height: auto;
  }

  .fda-hero-v1-one {
    height: auto;
    padding-top: 14.625rem;
    position: relative;
  }

  .fda-hero-v1-one-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .fda-hero-v1-one-right.fda-border-20 {
    margin-bottom: 0;
    padding: 1rem;
  }

  .fda-hero-v1-two.fda-text-center.fda-overflow-hidden {
    display: none;
  }

  .fdaplay-pause-button {
    width: 80px;
    height: 80px;
  }

  .fda-about-v2-wrapper {
    align-items: stretch;
  }

  .fda-about-v2-image-wrap {
    height: 100%;
  }

  .fda-about-v2-right-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .fda-about-v3-top.fda-text-center.fda-heading-card-gap.fda-v2 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .fda-about-v3-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem 1rem;
  }

  .fda-about-v3-item-icon {
    width: 2.88235rem;
  }

  .fda-about-v4-height {
    height: auto;
  }

  .fda-about-v4-wrapper {
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    top: 0;
  }

  .fda-about-v4-left-inner {
    width: 90%;
    max-width: none;
  }

  .fda-about-v4-left-round {
    width: 3rem;
    height: 3rem;
  }

  .fda-about-v4-left-inner-two {
    height: 2rem;
  }

  .fda-about-v4-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1.2rem;
  }

  .fda-about-v4-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex: none;
    padding: .6rem 1rem;
  }

  .fda-about-v4-right-bottom {
    height: auto;
  }

  .fda-about-v4-right-inner {
    padding: 1rem;
  }

  .fda-about-v4-right-list-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .fda-support-v1-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fda-menu-wrap {
    border-bottom: 1px solid #0003;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 0;
  }

  .fda-menu-wrap.fda-page {
    border-bottom-style: none;
    justify-content: space-between;
  }

  .fda-navigation-top {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .fda-navigation-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    height: 57%;
    padding-bottom: 2rem;
    display: flex;
  }

  .fda-navigation-bottom-line {
    background-color: #0003;
    width: 100%;
    height: .0625rem;
  }

  .fda-navigation-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
  }

  .fda-navbar-color {
    background-color: var(--white);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .fda-navbar-color:where(.w-variant-1f2c895c-8275-5b19-a473-bf7cf8b57c10) {
    background-color: var(--deep-teal);
  }

  .fda-tab-none {
    display: none;
  }

  .fda-blog-v2-item-text-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .fda-big-tex-two {
    font-size: 3rem;
  }

  .div-block {
    flex: 1;
    align-self: auto;
    max-width: 33.3333%;
    padding: 0 0 .8rem .625rem;
    display: none;
  }

  .fda-namu-line-tab {
    background-color: #a5a5a5;
    align-self: center;
    width: .0625rem;
    height: 146px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font-family--secondary-font: "Inter Tight", sans-serif;
    --_typography---font-size--body: .875rem;
    --_typography---line-height--body-height: 162.5%;
    --_typography---font-weight--heading-weight: 400;
    --_typography---letter-spacing--body-font: -.0175rem;
    --_typography---font-family--primary-font: Geist, sans-serif;
    --_typography---font-size--heading-one: 1.9rem;
    --_typography---line-height--heading-one: 116.667%;
    --_typography---letter-spacing--heading-one: -.076rem;
    --_typography---font-size--heading-two: 1.5625rem;
    --_typography---line-height--heading-two: 122.222%;
    --_typography---font-size--heading-three: 1.375rem;
    --_typography---line-height--heading-three: 128.572%;
    --_typography---letter-spacing--heading-three: -.055rem;
    --_typography---font-size--heading-four: 1.25rem;
    --_typography---line-height--heading-four: 140%;
    --_typography---letter-spacing--heading-four: -.05rem;
    --_typography---font-size--heading-five: 1.0625rem;
    --_typography---line-height--heading-five: 145.455%;
    --_typography---letter-spacing--heading-five: -.0425rem;
    --_typography---font-size--heading-six: 1rem;
    --_typography---line-height--heading-six: 150%;
    --_typography---letter-spacing--heading-six: -.04rem;
    --_typography---font-size--sub-heading: .8rem;
    --_typography---line-height--sub-text: 171.428%;
    --_typography---font-weight--sub-weight: 600;
    --_typography---letter-spacing--sub-text: .0875rem;
    --_typography---letter-spacing--heading-two: -.0625rem;
    --_typography---font-weight--nav-weight: 500;
    --_typography---font-size--button-font: .875rem;
    --_typography---line-height--button-height: 164.709%;
    --_site-units---container--container-medium: 82.5rem;
    --_site-units---container--container-padding: .9375rem;
    --_site-units---gap--section-text-gap: 3.4rem;
    --_site-units---gap--section-main-gap: 3.75rem;
    --_site-units---container--container: 101.875rem;
    --_site-units---gap--sub-text-gap: .5rem;
    --_site-units---gap--card-gap: 1.5rem;
    --_site-units---gap--paragraph-to-button-gap: .8rem;
    --_site-units---gap--heading-gap: .8rem;
    --dark-gray: #525252;
    --deep-teal: #002824;
    --black: black;
    --white: white;
    --warm-ivory: #f0eee8;
    --oxford-blue: #0c184e;
  }

  .fda-service-v3-heading {
    max-width: 100%;
    padding-bottom: 1.875rem;
  }

  .fda-service-v3-item-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 1;
    align-items: stretch;
  }

  .fda-service-v3-lefi-box {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .fda-service-v3 {
    padding-top: 63px;
  }

  .fda-service-v3-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .fda-service-v3-wrapper {
    flex-flow: column;
  }

  .fda-service-v3-item-box {
    justify-content: flex-start;
    align-items: center;
  }

  .fda-card-item-heading-box {
    max-width: 14.5rem;
  }

  .fda-card-item-heading-box.fda-extra-small {
    max-width: 12rem;
  }

  .fda-card-item-overlay {
    border-radius: 0;
  }

  .fda-card-item-grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }

  .fda-card-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fda-price-wrapper-card {
    align-items: stretch;
  }

  .fda-price-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }

  .fda-footer-left-box {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .fda-footer-right-box {
    border-left-style: none;
    padding-top: 1.5rem;
    padding-left: 0;
  }

  .fda-footer-main-wrapper {
    flex-flow: column;
  }

  .fda-nav-mega-menu-list-box-wrapper.fda-border-right-remove {
    border: 1px #000;
  }

  .fda-nav-mega-menu-list-box.fda-top-padding-ten {
    padding-top: 10px;
  }

  .fda-nav-mega-menu-list-box.fda-top-padding-ten.fda-right-border-v2.fda-bottom-padding-off {
    max-width: none;
    padding-top: 0;
  }

  .fda-nav-mega-menu-list-box.fda-right-border.fda-bottom-padding-off {
    padding-bottom: 0;
  }

  .fda-nav-mega-menu-list-box.fda-right-border.fda-bottom-padding-off.fda-fda-top-padding-0 {
    max-width: none;
    padding-top: 0;
  }

  .fda-nav-link-wrapper.fda-nav-button-l {
    padding-bottom: 1rem;
  }

  .fda-nav-logo {
    width: 120px;
  }

  .fda-service-v2-right-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-width: 13.7rem;
    max-width: none;
  }

  .fda-service-v2-details-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .fda-service-v2-left-box {
    width: 100%;
    min-width: 13.7rem;
    max-width: 100%;
  }

  .fda-service-v2-right-details {
    max-width: none;
  }

  .fda-consulting-services-text-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .fda-service-v1-slider-para {
    max-width: 100%;
    margin-top: .5rem;
  }

  .fda-service-v1-slider-author-details-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 0;
  }

  .fda-service-v1-slider-author-details {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fda-blog-v1-item-wrapper {
    flex-flow: column;
  }

  .fda-blog-v1-details {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .fda-price-table-row {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .fda-plan-name {
    text-align: center;
  }

  .fda-price-table-title-wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .fda-price-row-left {
    border-right-width: 0;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-right: 0;
  }

  .fda-price-row-left.fda-off {
    padding-top: 0;
  }

  .fda-price-number {
    text-align: center;
  }

  .fda-price-right-plan {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .fda-price-right-plan.fda-plan-name-padding-change {
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .fda-price-right-plan.pricing-right-check-box {
    padding-top: .7rem;
    padding-bottom: 1rem;
  }

  .fda-price-right-plan.fda-gap-buttom {
    padding-top: 1rem;
  }

  .fda-price-table-border-wrapper {
    display: none;
  }

  .fda-form-main-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fda-text-field.fda-textarea {
    padding-bottom: 80px;
  }

  .fda-form-icon-box {
    width: 2.8rem;
    height: 2.8rem;
    padding: 10px;
  }

  .fda-checkbox {
    flex: none;
  }

  .fda-form-upper-content {
    padding: 1rem;
  }

  .fda-form-left-wrapper {
    border-right-style: none;
    padding-right: 0;
  }

  .fda-form-fields-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .fda-blog-author-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .fda-blog-details-two {
    padding-left: 0;
  }

  .fda-blog-author-image-box {
    max-width: 7rem;
  }

  .fda-blog-information-left-box {
    max-width: none;
    padding-bottom: 0;
  }

  .fda-blog-information-content-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fda-team-member-details-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fda-team-member-details {
    padding-left: .9375rem;
  }

  .fda-team-member-button {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0;
    top: 0;
    right: 1rem;
    transform: translate(0, 50%);
  }

  .fda-team-member-button.fda-v2 {
    display: none;
    top: 0;
  }

  .fda-grid-v2 {
    flex-flow: wrap;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .fda-style-guide-colors, .fda-shadow-blocks {
    grid-template-columns: 1fr;
  }

  .fda-all-appearance.fda-blog-sticky {
    position: static;
  }

  .fda-all-appearance.fda-nosink {
    flex: none;
  }

  .fda-utility-page-content.fda-protected-page {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .fda-blog-item-wraper {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }

  .fda-faq-bottom-part {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fda-faq-text-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fda-faq-top-part {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fda-hero-8-wrapper {
    justify-content: center;
    align-items: center;
  }

  .fda-hero-8-left {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .fda-landscape-none {
    display: none;
  }

  .fda-footer-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fda-footer-left-lenk {
    grid-column-gap: 1.9rem;
    grid-row-gap: .6rem;
    flex-flow: wrap;
  }

  .fda-team-hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fda-team-hero-right.fda-border-10 {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    padding: 1rem;
  }

  .fda-team-colon {
    width: 3rem;
  }

  .fda-team-details-wrapper {
    flex-flow: column;
  }

  .fda-team-details-right {
    max-width: none;
    position: relative;
    top: 0;
  }

  .fda-team-details-right.fda-v2.fda-all-appearance {
    padding-top: 0;
    padding-bottom: .8rem;
  }

  .fda-team-right-item-right {
    max-width: none;
  }

  .fda-team-big-text {
    font-size: 2.5rem;
  }

  .fda-form-left-text-inner {
    max-width: none;
  }

  .fda-price-content {
    padding: 1.25rem;
  }

  .fda-text-color-white {
    color: var(--white);
  }

  .fda-service-v3-item-icon {
    flex: none;
    width: 3.6rem;
  }

  .fda-service-v3-item-icon.fda-v2 {
    width: 5rem;
  }

  .fda-service-v3-image-wrapper {
    flex: 1;
  }

  .fda-about-v1-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fda-about-v1-left-image {
    height: 100%;
  }

  .fda-counter-box {
    height: 2rem;
  }

  .fda-hero-v3-slider-text {
    padding-bottom: 15vh;
  }

  .fda-hero-v3-hero-box.fda-hero-v3-slider-inner {
    position: static;
  }

  .fda-home-v2-hero-slider-background.fda-portfolio-v4-background {
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    width: 110%;
  }

  .fda-hero-v3 {
    width: 100%;
    height: 550px;
  }

  .fda-hero-v3-main-background.fda-hero-one, .fda-hero-v3-main-background.fda-hero-two, .fda-hero-v3-main-background.fda-hero-three {
    max-width: none;
  }

  .fda-service-v2-center-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-width: 13.7rem;
  }

  .fda-service-v2-top {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fda-service-v2-top-left {
    flex: 0 auto;
    max-width: none;
  }

  .fda-service-v2-top-link {
    flex: none;
    width: 3rem;
    height: 3rem;
  }

  .fad-trusted-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fad-trusted-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fda-strategic-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .fda-hero-v2-overlay-line {
    background-color: #ffffff14;
  }

  .fda-hero-v2-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fda-hero-v2-left {
    max-width: 25rem;
  }

  .fda-hero-v2-right {
    width: 28.125rem;
  }

  .fda-hero-v2-right-slider {
    height: 8rem;
  }

  .fda-service-v3-content {
    align-items: stretch;
  }

  .fda-service-v4-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90%;
    padding: .4rem .6rem;
  }

  .fda-service-v4-small-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fda-service-v4-small-icon {
    flex: none;
  }

  .fda-service-v4-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fda-service-v4-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fda-service-v4-raund.fda-2 {
    width: 2rem;
    height: 2rem;
    padding: .25rem;
  }

  .fda-trusted-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fda-hero-v1-one-right.fda-border-20 {
    display: none;
  }

  .fda-about-v2-wrapper {
    align-items: stretch;
  }

  .fda-about-v2-image-wrap {
    height: 100%;
  }

  .fda-about-v3-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fda-about-v3-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .fda-about-v4-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fda-about-v4-left-inner-one {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .fda-about-v4-left-round {
    display: none;
  }

  .fda-support-v1-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: stretch;
  }

  .fda-support-v1-right {
    align-self: center;
  }

  .fda-support-v1-right-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .fda-support-v1-left-image-main {
    height: 100%;
  }

  .fda-hero-v1-one-color {
    background-image: linear-gradient(#00282436, #00282436), linear-gradient(74deg, #001412 3%, #00141299 38%, #6e7a7900 64%, #002824cc 93%);
  }

  .fda-license-box {
    padding-bottom: .625rem;
  }

  .fda-showcase-images {
    grid-template-columns: 1fr 1fr;
  }

  .fda-image-links-wrapper {
    margin-bottom: 1.25rem;
  }

  .fda-blog-information-right-mg {
    padding-left: 0;
  }

  .fda-style-guide-icon {
    width: 2rem;
  }

  .fda-namu-line-tab {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---font-family--secondary-font: "Inter Tight", sans-serif;
    --_typography---font-size--body: .875rem;
    --_typography---line-height--body-height: 162.5%;
    --_typography---font-weight--heading-weight: 400;
    --_typography---letter-spacing--body-font: -.0175rem;
    --_typography---font-family--primary-font: Geist, sans-serif;
    --_typography---font-size--heading-one: 1.9rem;
    --_typography---line-height--heading-one: 116.667%;
    --_typography---letter-spacing--heading-one: -.076rem;
    --_typography---font-size--heading-two: 1.5625rem;
    --_typography---line-height--heading-two: 122.222%;
    --_typography---font-size--heading-three: 1.375rem;
    --_typography---line-height--heading-three: 128.572%;
    --_typography---letter-spacing--heading-three: -.055rem;
    --_typography---font-size--heading-four: 1.25rem;
    --_typography---line-height--heading-four: 140%;
    --_typography---letter-spacing--heading-four: -.05rem;
    --_typography---font-size--heading-five: 1.0625rem;
    --_typography---line-height--heading-five: 145.455%;
    --_typography---letter-spacing--heading-five: -.0425rem;
    --_typography---font-size--heading-six: 1rem;
    --_typography---line-height--heading-six: 150%;
    --_typography---letter-spacing--heading-six: -.04rem;
    --_typography---font-size--sub-heading: .8rem;
    --_typography---line-height--sub-text: 171.428%;
    --_typography---font-weight--sub-weight: 600;
    --_typography---letter-spacing--sub-text: .0875rem;
    --_typography---letter-spacing--heading-two: -.0625rem;
    --_typography---font-weight--nav-weight: 500;
    --_typography---font-size--button-font: .875rem;
    --_typography---line-height--button-height: 164.709%;
    --_site-units---container--container-medium: 82.5rem;
    --_site-units---container--container-padding: .9375rem;
    --_site-units---gap--section-text-gap: 3.4rem;
    --_site-units---gap--section-main-gap: 3.75rem;
    --_site-units---container--container: 101.875rem;
    --_site-units---gap--sub-text-gap: .5rem;
    --_site-units---gap--card-gap: 1.5rem;
    --_site-units---gap--paragraph-to-button-gap: .8rem;
    --_site-units---gap--heading-gap: .625rem;
    --dark-gray: #525252;
    --deep-teal: #002824;
    --black: black;
    --white: white;
    --warm-ivory: #f0eee8;
    --oxford-blue: #0c184e;
  }

  .fda-service-v3-lefi-box {
    padding-bottom: 40px;
  }

  .fda-service-v3 {
    padding-top: 45px;
  }

  .fda-card-item-overlay {
    box-shadow: none;
  }

  .fda-card-item-grid-wrapper.fda-all-appearance {
    display: none;
  }

  .fda-footer-bottom-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .fda-footer-left-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .fda-footer-col-wrapper {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .fda-footer-right-box {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .fda-nav-mega-menu-list-box.fda-top-padding-ten.fda-right-border-v2.fda-bottom-padding-off {
    padding-bottom: 0;
    padding-left: .625rem;
  }

  .fda-nav-mega-menu-list-box.fda-right-border.fda-bottom-padding-off.fda-fda-top-padding-0 {
    padding-left: .625rem;
  }

  .fda-nav-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .fda-nav-dropdown-pages-menu {
    flex-flow: column;
  }

  .fda-video-v2-wrapper {
    height: 450px;
  }

  .fda-service-v2-right-box {
    min-width: auto;
  }

  .fda-service-v2-details-wrapper {
    flex-flow: column;
  }

  .fda-service-v2-left-box {
    min-width: auto;
  }

  .fda-marquee-v1-item {
    width: 12rem;
    padding: 2rem;
  }

  .fda-consulting-services-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
  }

  .fda-service-v1-slider-author-details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fda-support-v1-sub-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fda-blog-v1-item-wrapper {
    grid-template-columns: 1fr;
  }

  .fda-blog-v1-details {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fda-checkbox {
    width: 18px;
    height: 18px;
    margin-left: -10px;
  }

  .fda-checkbox.w--redirected-checked {
    background-size: 12px;
  }

  .fda-form-upper-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fda-checkbox-field {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fda-form-fields-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .fda-blog-author-name-box {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .fda-blog-author-image-box {
    flex: 1;
  }

  .fda-blog-image-wrapper {
    flex-flow: column;
    padding-bottom: 15px;
  }

  .fda-blog-information-left-box {
    padding-right: 0;
  }

  .fda-team-member-button {
    right: 20px;
  }

  .fda-team-member-text-box {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .fda-grid-v2 {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }

  .fda-typography-informations {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    flex-basis: 70%;
  }

  .fda-list-gaps {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .fda-typography-text {
    flex: 0 auto;
  }

  .fda-logo-showcase-box {
    flex-flow: wrap;
  }

  .fda-typography-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .fda-style-guide-main {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .fda-utility-page-content.fda-protected-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fda-sub-wrapper.fda-sub-gap.fda-extra-gap {
    flex-flow: column;
  }

  .fda-faq-right-part {
    padding-top: 10px;
  }

  .fda-faq-text-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .fda-faq-top-part {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fda-mobile-none {
    display: none;
  }

  .fda-team-hero-wrapper {
    flex-flow: column;
  }

  .fda-team-colon {
    width: 2.7rem;
  }

  .fda-team-details-right-item {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .fda-team-right-item-left {
    width: 6.9rem;
  }

  .fda-team-details-bottom.fda-all-appearance {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: .7rem;
  }

  .fda-footer-top-icon {
    width: 3rem;
  }

  .fda-client-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(10.625rem, 1fr));
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
  }

  .fda-client-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fda-client-line {
    display: none;
  }

  .fda-approach-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fda-hero-v3-hero-box.fda-hero-v3-slider-inner {
    justify-content: center;
    align-items: flex-end;
  }

  .fda-portfolio-bottom {
    max-width: none;
  }

  .fda-home-v2-hero-slider-background.fda-portfolio-v4-background {
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    width: 110%;
    height: 110%;
  }

  .fda-hero-v3 {
    width: 100%;
    height: 500px;
  }

  .fda-hero-v3-main-background.fda-hero-one, .fda-hero-v3-main-background.fda-hero-two, .fda-hero-v3-main-background.fda-hero-three {
    max-width: none;
  }

  .fda-hero-slaider-dot.fda-v2 {
    padding-top: 0;
    display: none;
    position: relative;
    inset: 0 0% 0 0;
  }

  .fda-service-v2-center-box {
    min-width: auto;
  }

  .fda-strategic-heading {
    padding-bottom: 20px;
  }

  .fda-strategic-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fda-strategic-item {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fda-hero-v2-overlay-line.fda-2 {
    background-color: #ffffff12;
  }

  .fda-hero-v2-right {
    width: 100%;
  }

  .fda-hero-v2-bg-image {
    background-position: 3%;
  }

  .fda-hero-v2-right-slider {
    height: 8.5rem;
  }

  .fda-service-v3-content {
    flex-flow: column;
  }

  .fda-service-v4-item.fda-all-appearance {
    justify-content: space-between;
    align-items: center;
  }

  .fda-service-v4-left {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-flow: column;
  }

  .fda-service-v4-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
  }

  .fda-lottie-animation {
    top: -67%;
    left: -70%;
  }

  .fda-about-v2-wrapper {
    flex-flow: column;
  }

  .fda-about-v3-content {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .fda-support-v1-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fda-showcase-images {
    grid-template-columns: 1fr;
  }

  .fda-slider-service {
    background-color: #ddd0;
    height: auto;
    padding-bottom: .25rem;
    display: block;
  }
}

#w-node-_00482ba7-c184-6514-cfaa-610b8e901519-8e9014c0 {
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-_00482ba7-c184-6514-cfaa-610b8e901519-8e9014c0 {
    justify-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_70675459-211a-bd68-6a94-a55f9ce40b7c-9ce40b66 {
    justify-self: center;
  }

  #w-node-_750e2070-83b0-3edf-2025-822e10965de0-9ce40b66 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_70675459-211a-bd68-6a94-a55f9ce40b8b-9ce40b66 {
    order: 0;
  }

  #w-node-_70675459-211a-bd68-6a94-a55f9ce40b7c-9ce40b66 {
    order: 1;
  }
}


