:root {
  --white-smoke: #f8f8f8;
  --bg-colors: #f5f7fa;
  --black-2: white;
  --light-purple: #a74098;
  --sea-green: #388054;
  --black: #1e1e1e;
  --dark-purple: #662f90;
  --waves-library--black: #131313;
  --light-light-purple: #e09dd2;
  --waves-library--white: white;
  --waves-library--dark-elevation: #ede0d8;
  --waves-library--background: #faebe3;
  --orange: #eda23f;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--sandy-brown: #ffa84b;
}

.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-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

body {
  color: #1e1e1e;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  line-height: 1.35;
}

h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.35;
}

p {
  margin-bottom: 0;
}

.section {
  padding: 95px 5%;
}

.section.hero {
  min-height: 90vh;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 0 3%;
  display: block;
}

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

.section.about {
  background-color: var(--bg-colors);
  color: #fff;
}

.section.features-02 {
  background-color: var(--black-2);
}

.section.testimonials {
  background-color: var(--light-purple);
}

.section.tabs {
  display: block;
}

.section.pricing {
  background-color: var(--sea-green);
  color: #fff;
}

.section.blog {
  background-color: #f8f8f8;
}

.section.footer {
  padding-top: 40px;
  padding-bottom: 10px;
  font-family: Archivo, sans-serif;
  font-weight: 500;
}

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

.container.hero {
  max-width: 1920px;
  flex: 1;
  display: block;
}

.container.nav {
  max-width: 1920px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.wrapper-hero {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(167, 64, 152, .55), rgba(167, 64, 152, .55)), url('../images/TA-_Images-4.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-image-wrapper {
  height: 100%;
  border-top-left-radius: 204px;
  border-top-right-radius: 204px;
  flex: 1;
  display: block;
  overflow: hidden;
}

.hero-center-wrapper {
  width: 600px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-content-wrapper {
  height: auto;
  background-color: var(--sea-green);
  color: #fff;
  border-radius: 0% 0% 304px 304px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.paragraph-small {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.white {
  color: #fff;
}

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

.image-hero {
  width: 100%;
  height: 100%;
  text-align: left;
  object-fit: cover;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.navigation {
  background-color: #f8f8f8;
  padding: 28px 3%;
}

.logo-image {
  max-width: 200%;
}

.menu-links-wrapper {
  color: var(--black);
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.menu-link {
  color: var(--light-purple);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.section-heading-wrapper {
  width: 50%;
}

.section-paragraph-wrapper {
  width: 40%;
}

.tag {
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/Rectangle-19.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 45px;
  padding: 0 20px 0 12px;
  font-size: 16px;
  font-weight: 600;
  display: inline;
  overflow: visible;
}

.tag.blog {
  margin-right: 15px;
}

.tag {
  text-align: left;
  margin-right: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1.2;
  display: inline-block;
  position: static;
  transform: translate(0, -22%);
}

.features-grid {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 78px;
  display: grid;
}

.features-item {
  background-color: var(--light-purple);
  color: #fff;
  border-radius: 12px;
  padding: 24px;
}

.features-item.pink {
  background-color: #e09dd2;
}

.features-item.greeb {
  background-color: var(--dark-purple);
}

.features-number {
  margin-bottom: 40px;
  font-family: Archivo, sans-serif;
  font-size: 68px;
  font-weight: 600;
}

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

.section-wrapper._02 {
  margin-bottom: 192px;
}

.section-wrapper._02.last {
  margin-bottom: 0;
}

.section-content-wrapper {
  width: 60%;
}

.section-content-wrapper.small {
  width: 50%;
}

.section-image-wrapper {
  height: 100%;
  border: 8px solid var(--dark-purple);
  border-radius: 0 50px;
  position: relative;
  overflow: hidden;
}

.margin-40 {
  margin-top: 0;
  margin-bottom: 40px;
}

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

.image-sticker {
  z-index: 2;
  width: 145.45px;
  height: 145.45px;
  color: #3f5045;
  text-align: center;
  background-image: url('../images/Star-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: -8%;
  right: auto;
  transform: rotate(12deg);
}

.paragraph-wrappr {
  justify-content: space-between;
  display: block;
}

.paragraph-2-column {
  width: 48%;
}

.paragraph-2-column.margin-8-mb {
  width: 100%;
  color: var(--black);
  margin-top: 20px;
  font-size: 20px;
}

.section-image-block {
  width: 40%;
  height: 640px;
  text-transform: uppercase;
  margin-left: 96px;
  position: relative;
}

.margin-24 {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 24px;
}

.section-image-wrapper-02 {
  width: 50%;
  text-transform: uppercase;
  margin-left: 96px;
  position: relative;
}

.section-image-wrapper-02.left {
  margin-left: 0;
  margin-right: 96px;
}

.testimonials-wrapper {
  max-width: 880px;
  background-color: #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px 30px;
}

.tabs-menu {
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.tab-link {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-pane {
  margin-top: 0;
}

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

.testimonials-person-wrapper.margin-24 {
  display: flex;
}

.person-avatar {
  width: 48px;
  height: 48px;
  color: #c7760b;
  text-transform: uppercase;
  background-color: #eed37f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.person-name {
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.person-positon {
  font-size: 16px;
}

.testimonials-text-wrapper {
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.tab-link-02 {
  opacity: .6;
  padding: 20px 32px;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.tab-link-02.w--current {
  opacity: 1;
  background-color: #ead488;
}

.tab-link-02 {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-02._2.w--current {
  background-color: #88d8a7;
}

.tab-pane-02 {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 64px;
}

.tab-pane-02._2, .tab-pane-02._4 {
  background-color: #88d8a7;
}

.tabs-02 {
  margin-top: 64px;
  display: none;
}

.tabs-content-2 {
  background-color: #ead488;
  position: relative;
}

.tab-link-02._4.w--current {
  background-color: #88d8a7;
}

.button {
  background-color: var(--black-2);
  color: #000;
  border-radius: 100px;
  padding: 12px 20px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: inline-block;
}

.button:hover {
  background-color: var(--light-purple);
  color: #fff;
}

.button:active {
  background-color: var(--light-purple);
}

.button.strech {
  width: 100%;
}

.button.form {
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: visible;
}

.button.menu {
  padding: 8px 24px;
}

.button.green {
  background-color: #388054;
}

.tab-image-wrapper {
  width: 50%;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

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

.tabs-content-02 {
  width: 45%;
}

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

.tag {
  margin-right: 15px;
}

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

.pricing-wrapper {
  max-width: 880px;
  color: var(--black);
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 32px;
  display: flex;
  overflow: hidden;
}

.pricing-left-wrapper {
  width: 70%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.pricing-right-wrapper {
  width: 30%;
  color: #898989;
  text-align: center;
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  font-size: 20px;
  display: flex;
}

.pricing-text {
  font-family: Archivo, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.margin-36 {
  margin-bottom: 36px;
}

.pricing-list-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list {
  color: var(--black);
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  list-style-type: none;
}

.list-item-icon {
  margin-right: 11px;
}

.list-item {
  display: flex;
}

.price-number {
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.price-number.margin-12 {
  color: var(--black);
}

.pricing-span {
  font-size: 24px;
}

.margin-12 {
  margin-bottom: 12px;
}

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

.faq-blcok {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding-left: 32px;
  padding-right: 32px;
}

.faq-blcok.margin-16 {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-trigger {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  justify-content: space-around;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.faq-question {
  font-family: Archivo, sans-serif;
  font-weight: 500;
}

.acordium-anwser-wrapper {
  width: 100%;
  color: #616161;
  font-size: 20px;
  overflow: hidden;
}

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

.faq-anwser {
  text-align: center;
  padding-bottom: 16px;
  font-size: 14px;
  overflow: visible;
}

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

.blog-image.margin-32 {
  height: auto;
  object-fit: cover;
}

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

.collection-item {
  width: 50%;
  margin-right: 64px;
  padding-left: 0;
  padding-right: 0;
}

.collection-item:last-child {
  margin-right: 0;
}

.collection-list {
  justify-content: space-between;
  display: flex;
}

.newsletter-wrapper {
  color: #fff;
  background-color: #388054;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  font-family: Archivo, sans-serif;
  font-weight: 500;
  display: flex;
}

.newsletter-text {
  color: #b7d1c1;
  margin-top: 4px;
}

.newsletter-form-wrapper {
  width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.form {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-field {
  height: 100%;
  border: 2px solid var(--black-2);
  color: #388054;
  background-color: #b7d1c1;
  border-radius: 6px;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 16px;
  padding: 12px;
  font-size: 18px;
}

.text-field:focus-visible {
  align-self: flex-start;
}

.text-field[data-wf-focus-visible] {
  align-self: flex-start;
}

.text-field::-ms-input-placeholder {
  color: #388054;
}

.text-field::placeholder {
  color: #388054;
}

.form-block {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  display: block;
}

.button.hero {
  width: 176px;
  height: 176px;
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

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

.fotter-logo-image {
  width: 169px;
}

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

.footer-link {
  color: #6f6f6f;
  font-size: 16px;
  text-decoration: none;
}

.footer-link.margin-right {
  margin-right: 40px;
}

.margin-8 {
  margin-bottom: 8px;
}

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

.fotter-bottom-wrapper {
  border-top: 2px solid #e1e1e1;
  justify-content: space-between;
  padding-top: 8px;
  display: flex;
}

.footer-bottom-links, .footer-bottom-right {
  align-items: center;
  display: flex;
}

.margin-12-mb {
  margin-bottom: 0;
}

.h2-heading {
  display: block;
}

.h2-heading.small {
  font-size: 38px;
  font-weight: 500;
}

.h2-heading.blog {
  display: inline;
}

.h2-heading.light {
  font-weight: 500;
}

.h3-heading.margin-24 {
  font-weight: 400;
}

.heading-h3.margin-24 {
  font-size: 24px;
}

.container-2 {
  margin-top: 261px;
}

.container-3 {
  margin-top: 335px;
  display: block;
}

.container-4 {
  align-self: center;
}

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

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

.services-tile---title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.waves-icon-32 {
  width: 500px;
  height: 300px;
  max-height: 100%;
}

.waves---mg-bottom-16 {
  flex-direction: row;
  margin-bottom: 16px;
  display: flex;
}

.services-tiles {
  max-width: 450px;
  min-height: 300px;
  grid-row-gap: 16px;
  background-color: var(--light-purple);
  background-image: linear-gradient(rgba(102, 47, 144, .6), rgba(102, 47, 144, .6)), url('../images/1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  padding: 44px 30px;
  display: block;
}

.services-grid-right {
  width: 100%;
  max-width: 545px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves---cta-dark {
  height: 52px;
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.ta---heading-button {
  margin-top: 16px;
}

.services---para {
  font-size: 20px;
  line-height: 130%;
}

.services-title {
  color: var(--dark-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-sticky-features-2 {
  width: 100%;
  max-width: 420px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
}

.services-grid-left {
  position: relative;
}

.services-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.services-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.services-section {
  padding: 100px 5%;
}

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

.column {
  display: none;
}

.div-block-4 {
  width: 200px;
  height: 300px;
  background-image: url('../images/1.jpg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-5 {
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.column-2 {
  text-align: left;
  align-items: center;
  text-decoration: none;
  display: block;
}

.columns {
  align-items: center;
  display: block;
}

.div-block-4-copy {
  width: 200px;
  height: 300px;
  width: 200px;
  height: 300px;
  background-image: url('../images/TA-_Images-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-tiles-copy {
  grid-row-gap: 16px;
  background-color: var(--light-purple);
  border-radius: 12px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  padding: 44px 30px;
  display: block;
}

.italic-text {
  font-size: 20px;
  font-style: normal;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  font-size: 20px;
}

.button-copy {
  background-color: var(--light-purple);
  color: #fff;
  -webkit-text-stroke-color: #fff;
  border-radius: 100px;
  padding: 12px 20px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: inline-block;
}

.button-copy:hover {
  background-color: var(--light-light-purple);
  color: #fff;
}

.button-copy:active {
  background-color: var(--dark-purple);
}

.button-copy.strech {
  width: 100%;
}

.button-copy.form {
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: visible;
}

.button-copy.menu {
  padding: 8px 24px;
}

.button-copy.green {
  background-color: #388054;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ta---logos-para {
  font-size: 20px;
  line-height: 130%;
}

.why---ta-heading {
  color: var(--dark-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.ta---content-image-halves {
  width: 100%;
  max-width: 520px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.why-ta---main-image {
  width: 100%;
  border-radius: 24px;
}

.why-ta---grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.why-ta---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.waves---cta-white {
  height: 52px;
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 25px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 900px;
}

.header---mega-text {
  width: 60%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 100%;
}

.header---text-wrap {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.header---gradient {
  background-image: linear-gradient(rgba(19, 19, 19, .1) 22%, rgba(167, 64, 152, .54) 77%, #662f90);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-section {
  color: var(--waves-library--white);
  background-image: url('../images/TA-_Images-3.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.why---ta-heading-copy {
  color: var(--dark-purple);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 130%;
}

.ta-image-logo-2 {
  width: 18%;
}

.ta---logos {
  width: 100%;
  max-width: 950px;
  grid-column-gap: 80px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ta---logo-heading {
  color: var(--dark-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.ta---center-text {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ta---certified---container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.ta---certified-section {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves---cta-dark-2 {
  height: 52px;
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
  background-color: var(--light-purple);
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves---checkbox {
  width: 16px;
  height: 16px;
  border-color: var(--waves-library--black);
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves-select-background {
  height: 52px;
  border: 1px solid var(--waves-library--black);
  background-color: var(--light-light-purple);
  color: var(--black-2);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.waves-select-background:focus {
  border-color: var(--waves-library--black);
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-text-field-background {
  height: 52px;
  border: 1px solid var(--waves-library--black);
  background-color: var(--light-light-purple);
  color: var(--black-2);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.waves-form-block-contact-1 {
  width: 100%;
  max-width: 540px;
  margin-top: 40px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-2 {
  color: var(--dark-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---paragraph-small-2 {
  font-size: 16px;
  line-height: 130%;
}

.waves-bottom-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-divider-footer-1 {
  width: 100%;
  height: 1px;
  background-color: rgba(19, 19, 19, .2);
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-link-footer-1 {
  text-decoration: none;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-brand-footer-1 {
  height: 100%;
}

.waves-brand-link-footer-1 {
  height: 32px;
}

.waves-top-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-footer-1 {
  background-color: var(--waves-library--white);
  padding-top: 80px;
  padding-bottom: 64px;
}

.footer-dark {
  background-color: var(--white-smoke);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.services---para-copy {
  margin-top: 20px;
  font-size: 20px;
  line-height: 130%;
}

.why---ta-heading-copy {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 130%;
}

.ta---navbar-cta {
  height: 52px;
  background-color: var(--light-purple);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.ta---navbar-cta:hover {
  background-color: var(--dark-purple);
}

.ta---navbar-button {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ta---navbar-nav-link {
  color: var(--light-purple);
  padding: 12px 16px;
  font-size: 20px;
}

.ta---navbar-nav-link:hover {
  color: var(--dark-purple);
}

.ta---navbar-nav-link.w--current {
  color: var(--light-purple);
}

.ta---navbar-dropdown-link {
  text-align: center;
  font-size: 18px;
}

.ta---navbar-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid rgba(19, 19, 19, .1);
  border-radius: 4px;
}

.ta---navbar-dropdown-icon {
  width: 24px;
  height: 24px;
}

.ta---navbar-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.ta---navbar-menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ta---navbar-middle {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ta---navbar-brand {
  height: 100%;
  max-width: none;
}

.ta---navbar-link {
  height: 50px;
}

.ta---navbar-master {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 240px 1fr 340px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.navbar-buttons{
    display:flex;
    column-gap:20px
}

.navbar-buttons .ta---navbar-button a {
    width: 210px;
}

.navbar-buttons .ta-image-logo-2 {
    width: 100%;
}
.ta---navbar-container {
  height: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.ta---navbar {
  z-index: 104;
  height: 80px;
  background-color: var(--waves-library--white);
  border-bottom: 1px solid rgba(19, 19, 19, .2);
}

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

.text-block-3 {
  color: var(--light-purple);
  font-size: 20px;
}

.text-block-3:hover {
  color: var(--dark-purple);
}

.waves---paragraph-small-3 {
  font-size: 16px;
  line-height: 130%;
}

.waves---check-icon-2 {
  width: 24px;
  height: 24px;
}

.waves---single-check-item-2 {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-vertical-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.ra--paragraph-big {
  text-align: left;
  align-self: center;
  font-size: 20px;
  line-height: 130%;
}

.ta---heading-2-no-margins {
  color: var(--dark-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.ta---content-image-halves-2 {
  width: 100%;
  max-width: 520px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ta-image-features-4 {
  width: 100%;
  border-radius: 24px;
}

.ta---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.ta--main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.ta---sections {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ta---heading-3-no-margins {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-33 {
  width: 100px;
  height: 100px;
}

.ta---mg-bottom-17 {
  margin-bottom: 16px;
}

.ta-tile-feature-5 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.ta---grid-features-5 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
}

.waves---limit-510 {
  max-width: 510px;
}

.ta--center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-icon-34 {
  width: 24px;
  height: 24px;
}

.ta-socials-wrap-team-4 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.waves---paragraph-regular {
  color: var(--light-purple);
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}

.ta---heading-3-no-margins-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.ta-name-wrap-team-3 {
  width: 80%;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ta-image-team-3 {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
}

.ta-tile-team-3 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.ta-grid-team-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.waves---heading-3-no-margins-3 {
  text-align: left;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-testimonial-3 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.waves-tile-testimonial-3 {
  grid-row-gap: 32px;
  background-color: var(--light-light-purple);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.waves-grid-testimonials-3 {
  grid-column-gap: 32px;
  grid-template: ". ."
                 ". ."
                 "Area Area-2"
                 / 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-flow: row;
  margin-top: 64px;
}

.waves---subtitle-2 {
  font-size: 24px;
  line-height: 40px;
}

.waves---heading-3-no-margins-4 {
  color: var(--dark-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-35 {
  width: 32px;
  height: 32px;
}

.waves-tile-small-feature-7 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.image-vertical-feature-7 {
  width: 100%;
}

.waves-inside-tile-vertical-features-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.waves-vertical-tile-features-7 {
  grid-row-gap: 24px;
  background-color: var(--waves-library--dark-elevation);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.waves-image-wide-feature-7 {
  z-index: 1;
  width: 50%;
  max-height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
  margin-top: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.waves-inside-wide-feature-7 {
  z-index: 2;
  width: 100%;
  max-width: 365px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves-wide-tile-features-7 {
  min-height: 410px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---grid-features-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---cta-dark-3 {
  height: 52px;
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: rgba(19, 19, 19, .9);
}

.ta---heading-2-no-margins-3 {
  color: var(--dark-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-icon-36 {
  width: 32px;
  height: 32px;
}

.waves-tile-features-6 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.waves---grid-features-6 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.ta---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-64 {
  width: 64px;
  height: 64px;
}

.waves-tile-contact-3 {
  grid-row-gap: 16px;
  background-color: var(--light-light-purple);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.waves-grid-contact-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---expand-line {
  width: 16px;
  height: 2px;
  background-color: var(--waves-library--black);
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.ta---expand-icon-wrap {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  display: flex;
}

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

.waves---expand-space {
  height: 24px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.ta---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.ta---expandable-item {
  height: auto;
  border-top: 1px solid var(--waves-library--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.ta---expandable-wrap {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.ta-expandable-master-faq-1 {
  max-width: 545px;
}

.ta---limit-511 {
  width: 100%;
  max-width: 480px;
}

.ta-left-faq-1 {
  width: 100%;
  max-width: 520px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ta-grid-faq-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

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

.ta---team-bio-text {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.cf-service-paragraph {
  color: rgba(13, 14, 16, .9);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: left;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-image {
  border-radius: 16px;
}

.cf-service-number {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.cf-features-section-2-icon-wrap {
  width: 100%;
  height: 56px;
  max-width: 56px;
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cf-features-section-2-icon-wrap.cf-absolute {
  background-image: linear-gradient(to bottom, var(--light-purple), var(--light-purple));
  position: absolute;
  top: -6%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.cf-features-section-2-image-wrapper {
  margin-bottom: 32px;
  position: relative;
}

.cf-features-section-2-grid-cell {
  width: 100%;
  max-width: 353px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.cf-features-section-2-grid-cell.homepage-3 {
  max-width: 353px;
  align-items: flex-start;
}

.cf-features-section-2-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.cf-features-section-2-heading {
  max-width: 700px;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-2-wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.hero-without-image {
  color: var(--dark-purple);
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: var(--black);
  margin-bottom: 24px;
  font-size: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading {
  color: var(--dark-purple);
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
  font-size: 18px;
}

.ta---paragraph-regular-2 {
  font-size: 18px;
  line-height: 130%;
}

.ta---heading-3-no-margins-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-65 {
  width: 64px;
  height: 64px;
}

.ta---mg-bottom-18 {
  margin-bottom: 16px;
}

.ta-tile-contact-4 {
  grid-row-gap: 16px;
  background-color: var(--light-light-purple);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.ta-grid-contact-4 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.ta---paragraph-big-4 {
  width: 80%;
  font-size: 20px;
  line-height: 130%;
}

.ta---heading-2-no-margins-4 {
  color: var(--dark-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.ta---center-heading-3 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ta---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.services-tiles-2 {
  max-width: 450px;
  min-height: 300px;
  grid-row-gap: 16px;
  background-color: var(--light-purple);
  background-image: linear-gradient(rgba(102, 47, 144, .6), rgba(102, 47, 144, .6)), url('../images/2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  padding: 44px 30px;
  display: block;
}

.services-tiles-3 {
  max-width: 450px;
  min-height: 300px;
  grid-row-gap: 16px;
  background-color: var(--light-purple);
  background-image: linear-gradient(rgba(102, 47, 144, .6), rgba(102, 47, 144, .6)), url('../images/3.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  padding: 44px 30px;
  display: block;
}

.services-tiles-4 {
  max-width: 450px;
  min-height: 300px;
  grid-row-gap: 16px;
  background-color: var(--light-purple);
  background-image: linear-gradient(rgba(102, 47, 144, .6), rgba(102, 47, 144, .6)), url('../images/5.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  padding: 44px 30px;
  display: block;
}

.services-tiles-5 {
  max-width: 450px;
  min-height: 300px;
  grid-row-gap: 16px;
  background-color: var(--light-purple);
  background-image: linear-gradient(rgba(102, 47, 144, .93), rgba(102, 47, 144, .93)), url('../images/More.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  padding: 44px 30px;
  text-decoration: none;
  display: block;
}

.services-tiles-more {
  max-width: 450px;
  min-height: 300px;
  grid-row-gap: 16px;
  background-color: var(--light-purple);
  background-image: linear-gradient(rgba(102, 47, 144, .6), rgba(102, 47, 144, .6)), url('../images/11.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  padding: 44px 30px;
  display: block;
}

.image-2 {
  margin-top: 20px;
}

.ta---chat-paragraph {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-4, .text-block-5 {
  font-size: 20px;
}

.cf-18px-paragraph {
  max-width: 510px;
  color: rgba(0, 0, 0, .9);
  margin-bottom: 48px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 155%;
}

.cf-32px-heading {
  color: #000;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Archivo, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.cf-14px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.cf-flex-1---text-contain {
  width: 45%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-flex-1---image-2 {
  width: 80%;
  max-width: 435px;
  object-fit: fill;
  border-radius: 16px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: -10%;
  box-shadow: 0 24px 94px rgba(0, 0, 0, .08);
}

.cf-flex-1---image-1 {
  width: 100%;
  max-width: 480px;
  object-fit: contain;
  border-radius: 16px;
}

.cf-flex-1---image-contain {
  width: 45%;
  align-items: stretch;
  display: flex;
  position: relative;
}

.cf-flex-1---container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.cf-flex-1---wrapper, .ta---flex-1---wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.ta---flex-1---container-2 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.ta---flex-1---image-container {
  width: 45%;
  align-items: stretch;
  display: flex;
  position: relative;
}

.ta---flex-1---text-container {
  width: 45%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ta-flex-1---image-1 {
  width: 100%;
  max-width: 480px;
  object-fit: contain;
  border-radius: 16px;
}

.ta-flex-1---image-2 {
  width: 80%;
  max-width: 435px;
  object-fit: fill;
  border-radius: 16px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: -10%;
  box-shadow: 0 24px 94px rgba(0, 0, 0, .08);
}

.ta-32px-heading {
  color: #000;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Archivo, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.ta-18px-paragraph {
  max-width: 510px;
  color: rgba(0, 0, 0, .9);
  margin-bottom: 48px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 155%;
}

.more-about-button {
  background-color: var(--light-purple);
  color: #fff;
  -webkit-text-stroke-color: #fff;
  border-radius: 100px;
  padding: 12px 20px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: inline-block;
}

.more-about-button:hover {
  background-color: var(--light-light-purple);
  color: #fff;
}

.more-about-button:active {
  background-color: var(--dark-purple);
}

.more-about-button.strech {
  width: 100%;
}

.more-about-button.form {
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: visible;
}

.more-about-button.menu {
  padding: 8px 24px;
}

.more-about-button.green {
  background-color: #388054;
}

.discover-services-button {
  background-color: var(--light-purple);
  color: #fff;
  -webkit-text-stroke-color: #fff;
  border-radius: 100px;
  padding: 12px 20px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: inline-block;
}

.discover-services-button:hover {
  background-color: var(--light-light-purple);
  color: #fff;
}

.discover-services-button:active {
  background-color: var(--dark-purple);
}

.discover-services-button.strech {
  width: 100%;
}

.discover-services-button.form {
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: visible;
}

.discover-services-button.menu {
  padding: 8px 24px;
}

.discover-services-button.green {
  background-color: #388054;
}

.waves---cta-dark-4 {
  height: 52px;
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-4:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark-4.wide-cta {
  min-width: 200px;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---subtitle-3 {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-511 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 115%;
}

.waves-limit-1008 {
  width: 100%;
  max-width: 1008px;
}

.waves-title-line-hero-2 {
  width: 92px;
  height: 12px;
  background-image: linear-gradient(to right, rgba(19, 19, 19, 0), var(--waves-library--black));
  border-radius: 30px;
}

.waves-title-wrap-hero-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.cf-benefits-pointer-line {
  height: 2px;
  background-color: rgba(177, 108, 234, .1);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cf-benefits-pointer-line._3 {
  background-color: rgba(209, 211, 213, .2);
}

.cf-text-block-2 {
  font-family: Montserrat, sans-serif;
}

.cf-text-block-2._16-px {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.cf-case-study-number-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.cf-benefits-pointer-number {
  background-image: linear-gradient(to bottom, var(--light-purple), var(--light-purple));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.cf-benefits-pointer-heading-and-number {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-benefits-pointer-item {
  max-width: 300px;
  padding-top: 24px;
  padding-bottom: 56px;
  position: relative;
}

.cf-benefits-pointers-right {
  margin-top: 120px;
}

.cf-video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.cf-benefits-image {
  width: 50%;
  height: 100%;
  max-width: 400px;
  margin-top: 60px;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  left: 0%;
}

.cf-wrapper {
  z-index: 10;
  width: 85%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.benefits-wrapper {
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 160px;
}

.link {
  color: var(--light-purple);
  font-size: 15px;
}

.cf-video-thumbnail-copy {
  width: 100%;
  height: 100%;
  max-width: 50%;
  object-fit: contain;
  object-position: 50% 50%;
  position: absolute;
  top: 240px;
  left: -64px;
}

.ta---paragraph-small-4 {
  font-size: 20px;
  line-height: 130%;
}

.ta---check-icon-3 {
  width: 24px;
  height: 24px;
}

.ta---single-check-item-3 {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ta---master-checks-vertical-3 {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ta---mg-top-18 {
  margin-top: 16px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves-2 {
  width: 100%;
  max-width: 520px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-features-4 {
  width: 100%;
  border-radius: 24px;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.ta---form-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.ta---form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.columns-2 {
  width: 380px;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-team-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-image-team-2 {
  width: 100%;
  border-radius: 8px;
}

.waves-tile-team-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-grid-team-2 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.ta---cta-dark-5 {
  height: 52px;
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.ta---cta-dark-5:hover {
  background-color: rgba(19, 19, 19, .9);
}

.ta---cta-dark-5.wide-cta {
  min-width: 200px;
  background-color: var(--light-purple);
}

.ta---cta-dark-5.wide-cta:hover {
  background-color: var(--dark-purple);
}

.waves---sides-heading-button-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ta-success-mesaage-2 {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.ta-submit-wrap-contact-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-label-2 {
  font-size: 16px;
}

.waves---checkbox-2 {
  width: 16px;
  height: 16px;
  border-color: var(--waves-library--black);
  margin-top: 3px;
  margin-right: 6px;
}

.ta---checkbox-field-2 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.ta-select-white {
  height: 52px;
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.ta-select-white:focus {
  border-color: var(--waves-library--black);
}

.ta---field-label-2 {
  font-size: 20px;
}

.ta---input-wrap-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ta-text-field-white {
  height: 52px;
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  align-self: auto;
  margin: 0;
  font-size: 16px;
}

.ta-text-field-white:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.ta--2-inputs-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

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

.ta-form-block-contact-2 {
  width: 100%;
  margin-bottom: 0;
}

.ta-content-contact-2 {
  z-index: 1;
  width: 90%;
  max-width: 762px;
  background-color: var(--waves-library--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 100px;
  display: flex;
  position: relative;
}

.waves-image-contact-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ta-image-wrap-contact-2 {
  width: 100%;
  height: 420px;
  border-radius: 24px;
  overflow: hidden;
}

.ta-master-contact-2 {
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.select-field {
  height: 52px;
  border: 1px solid #000;
  border-radius: 8px;
}

.ta---navbar-nav-link-copy {
  color: var(--light-purple);
  padding: 12px 16px;
  font-size: 20px;
  display: none;
}

.ta---navbar-nav-link-copy:hover {
  color: var(--dark-purple);
}

.ta---navbar-nav-link-copy.w--current {
  color: var(--light-purple);
  display: none;
}

.text-span {
  aspect-ratio: auto;
  color: #00577d;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.link-2 {
  font-family: Archivo, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.ta-image-logo-2-copy {
  width: 150px;
  max-width: 100%;
  align-self: center;
}

.link-3 {
  color: var(--black);
  text-decoration: none;
}

.waves-success-mesaage-2 {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves---cta-dark-5 {
  height: 52px;
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-5:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark-5.wide-cta {
  min-width: 200px;
  background-color: var(--light-purple);
}

.waves-submit-wrap-contact-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-label-3 {
  font-size: 16px;
}

.waves---checkbox-3 {
  width: 16px;
  height: 16px;
  border-color: var(--waves-library--black);
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-field-2 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves-select-background-2 {
  height: 52px;
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  color: var(--waves-library--black);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.waves-select-background-2:focus {
  border-color: var(--waves-library--black);
}

.waves---field-label-2 {
  font-size: 22px;
}

.waves---input-wrap-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-text-field-background-2 {
  height: 52px;
  border: 1px solid var(--waves-library--black);
  background-color: var(--black-2);
  color: var(--waves-library--black);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background-2:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves---2-inputs-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.waves-form-block-contact-2 {
  width: 100%;
  max-width: 540px;
  margin-top: 40px;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-contact-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-form {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.message-form {
  height: 120px;
  border: 1px solid var(--waves-library--black);
  background-color: var(--black-2);
  color: var(--waves-library--black);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
  text-decoration: none;
}

.message-form:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.services-tiles-more-copy, .services-tiles---child {
  max-width: 450px;
  min-height: 300px;
  grid-row-gap: 16px;
  background-color: var(--light-purple);
  background-image: linear-gradient(rgba(102, 47, 144, .6), rgba(102, 47, 144, .6)), url('../images/14.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  padding: 44px 30px;
  display: block;
}

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

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

.ta-image---acknowledgement {
  width: 40%;
  max-width: 100%;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.waves---paragraph-big-4 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-team-1 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-image-team-1 {
  width: 100%;
  border-radius: 8px;
}

.waves-tile-team-1 {
  grid-row-gap: 24px;
  background-color: var(--waves-library--dark-elevation);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.waves-grid-team-1 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading-3 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.ta---paragraph-big-5 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-team-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ta-board-image-team-3 {
  width: 70%;
  max-width: 100%;
  border-radius: 8px;
}

.ta-board-tile-team-3 {
  grid-row-gap: 24px;
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
  display: flex;
}

.ta---board-grid-team-3 {
  grid-column-gap: 10px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  justify-content: stretch;
  align-items: stretch;
  justify-items: center;
  margin-top: 64px;
}

.ta---heading-2-no-margins-5 {
  color: var(--dark-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.ta---center-heading-4 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ta---board-main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.faq-answer-2 {
  text-align: left;
  padding-bottom: 0;
  font-size: 14px;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 70px 20px;
  }

  .section.hero {
    min-height: auto;
  }

  .section.tabs {
    padding-bottom: 0;
    overflow: hidden;
  }

  .container.nav {
    display: flex;
  }

  .wrapper-hero {
    display: block;
  }

  .hero-image-wrapper {
    height: 500px;
  }

  .hero-center-wrapper {
    width: auto;
  }

  .hero-content-wrapper {
    height: 600px;
    flex: 0 auto;
  }

  .image-hero {
    display: none;
  }

  .section-top-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-heading-wrapper, .section-paragraph-wrapper {
    width: auto;
  }

  .features-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

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

  .section-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .section-wrapper._02 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 96px;
  }

  .section-content-wrapper {
    width: 50%;
  }

  .section-content-wrapper.small {
    width: 50%;
    order: 0;
  }

  .section-image-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
  }

  .image-sticker {
    width: 200px;
    height: 200px;
    left: -9%;
  }

  .paragraph-wrappr {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-2-column {
    width: auto;
  }

  .section-image-block {
    width: 50%;
    height: 70vh;
    margin-top: 0;
    margin-left: 60px;
  }

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

  .section-image-wrapper-02 {
    width: 50%;
    height: 50vh;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .section-image-wrapper-02.left {
    align-self: auto;
    margin-right: 60px;
  }

  .section-image-wrapper-02.right {
    margin-left: 60px;
  }

  .tab-link-02 {
    white-space: nowrap;
  }

  .tab-pane-02 {
    padding-top: 350px;
    padding-right: 64px;
  }

  .tab-pane-02._1 {
    padding-right: 64px;
  }

  .tabs-02 {
    width: 100vw;
    margin-left: -20px;
  }

  .tab-link-02._4.w--current {
    background-color: #88d8a7;
  }

  .tab-image-wrapper {
    width: 100%;
    height: 300px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .tabs-content-02 {
    width: auto;
  }

  .acordium-anwser-wrapper {
    width: 100%;
  }

  .collection-item {
    width: auto;
    margin-bottom: 64px;
    margin-right: 64px;
  }

  .collection-list {
    flex-direction: row;
    align-items: center;
  }

  .newsletter-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .newsletter-text-wrapper {
    margin-bottom: 32px;
  }

  .newsletter-form-wrapper {
    width: auto;
  }

  .button.hero {
    width: 136px;
    height: 136px;
  }

  .footer-grid.margin-40 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid-item {
    text-align: center;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .margin-12-mb {
    margin-bottom: 12px;
  }

  .margin-8-mb {
    margin-bottom: 8px;
  }

  .tabs-menu-2 {
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
    overflow: scroll;
  }

  .div-block {
    display: block;
  }

  .services-tile---title {
    text-align: center;
  }

  .services-grid-right {
    margin-left: auto;
    margin-right: auto;
  }

  .ta---heading-button {
    text-align: left;
  }

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

  .waves---content-sticky-features-2 {
    text-align: center;
    align-items: center;
  }

  .services-sticky {
    flex-direction: column;
    align-items: center;
  }

  .services-grid-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .services-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .text-block, .paragraph-3, .paragraph-4, .paragraph-5 {
    text-align: center;
  }

  .ta---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .why-ta---main-image {
    max-width: 470px;
  }

  .why-ta---grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

  .header---mega-text {
    width: 100%;
    text-align: center;
    font-size: 72px;
    line-height: 110%;
  }

  .header-section {
    padding-top: 240px;
  }

  .ta-image-logo-2 {
    width: 150px;
  }

  .ta---logos {
    grid-column-gap: 40px;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .services---para-copy {
    text-align: center;
  }

  .ta---navbar-hamburger-icon {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
  }

  .ta---navbar-menu-button {
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .ta---navbar-menu-button.w--open {
    width: 52px;
    height: 52px;
    background-color: var(--light-purple);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .ta---navbar-button {
    grid-column-gap: 8px;
  }

  .ta---navbar-nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .ta---navbar-dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .ta---navbar-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .ta---navbar-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .ta---navbar-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ta---navbar-menu {
    background-color: var(--waves-library--white);
    border: 1px solid rgba(19, 19, 19, .1);
    border-radius: 8px;
    margin-top: 4px;
  }

  .ta---navbar-link {
    padding-left: 0;
  }

  .ta---navbar-master {
    display: flex;
  }

  .ra--paragraph-big {
    text-align: left;
  }

  .ta---content-image-halves-2 {
    text-align: center;
    align-items: center;
  }

  .ta-image-features-4 {
    max-width: 470px;
  }

  .ta---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .ta---grid-features-5 {
    width: 100%;
    max-width: 430px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .ta-grid-team-3 {
    max-width: 400px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-testimonials-3 {
    width: 100%;
    max-width: 480px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---grid-features-6 {
    width: 100%;
    max-width: 430px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-contact-3 {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .ta-left-faq-1 {
    text-align: center;
    align-items: center;
  }

  .ta-grid-faq-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .cf-features-section-2-grid {
    max-width: 700px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-2-wrapper {
    padding-top: 140px;
  }

  .container-7 {
    max-width: 728px;
  }

  .ta-grid-contact-4 {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-flex-1---text-contain {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .cf-flex-1---image-contain {
    width: 100%;
    max-width: 500px;
  }

  .cf-flex-1---container {
    flex-direction: column;
  }

  .cf-flex-1---wrapper, .ta---flex-1---wrapper {
    padding-top: 140px;
  }

  .ta---flex-1---container-2 {
    flex-direction: column;
  }

  .ta---flex-1---image-container {
    width: 100%;
    max-width: 500px;
  }

  .ta---flex-1---text-container {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .ta-32px-heading {
    text-align: center;
  }

  .ta-18px-paragraph {
    max-width: none;
    text-align: center;
    margin-bottom: 0;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .cf-benefits-image {
    display: none;
  }

  .cf-wrapper.benefits-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .ta---paragraph-small-4 {
    text-align: left;
  }

  .waves---content-image-halves-2 {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-team-2 {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---sides-heading-button-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .ta-content-contact-2 {
    padding: 48px 40px;
  }

  .ta---navbar-nav-link-copy {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: none;
  }

  .ta---navbar-nav-link-copy.w--current {
    display: none;
  }

  .container-8 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .waves-grid-team-1 {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .ta---board-grid-team-3 {
    width: 100%;
    max-width: 600px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 36px;
  }

  .section {
    padding: 48px 16px;
  }

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

  .section.tabs {
    padding-bottom: 0;
    padding-left: 16px;
  }

  .section.newsletter {
    background-color: var(--sea-green);
    font-size: 25px;
  }

  .section.footer {
    padding-top: 52px;
    padding-bottom: 16px;
  }

  .container, .container.hero {
    max-width: none;
  }

  .hero-image-wrapper {
    height: 400px;
    max-width: 100%;
    display: block;
  }

  .hero-center-wrapper {
    width: 100%;
  }

  .hero-content-wrapper {
    width: 100%;
    height: 440px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-hero {
    display: block;
  }

  .menu-links-wrapper {
    display: none;
  }

  .tag {
    margin-right: 10px;
    transform: translate(0, -16%);
  }

  .features-number {
    text-align: center;
    margin-bottom: 30px;
    font-size: 58px;
  }

  .section-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-wrapper._02 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-content-wrapper {
    width: auto;
  }

  .section-content-wrapper.small {
    width: auto;
    order: 1;
  }

  .section-image {
    height: 100%;
  }

  .image-sticker {
    width: 120px;
    height: 120px;
    font-size: 15px;
    top: 5%;
    left: 2%;
  }

  .paragraph-2-column.margin-8-mb {
    text-align: center;
  }

  .section-image-block {
    width: 100%;
    height: 110vw;
    margin-top: 32px;
    margin-left: 0;
  }

  .section-image-wrapper-02 {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  .section-image-wrapper-02.left {
    margin-right: 0;
  }

  .section-image-wrapper-02.right {
    margin-left: 0;
  }

  .testimonials-wrapper {
    padding: 16px;
  }

  .tabs-menu {
    flex-wrap: nowrap;
    margin-top: 24px;
    overflow: scroll;
  }

  .tab-link {
    opacity: .4;
    margin-right: 71px;
  }

  .tab-pane-02 {
    padding: 255px 16px 32px;
  }

  .tab-pane-02._1 {
    padding-top: 255px;
    padding-bottom: 32px;
    padding-left: 16px;
  }

  .tabs-02 {
    width: 100vw;
    margin-top: 32px;
    margin-left: -16px;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .tab-image-wrapper {
    width: 100%;
    height: 230px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .paragraph-testimonial {
    font-size: 36px;
  }

  .tabs-content-02 {
    width: auto;
  }

  .section-wrapper-center {
    text-align: left;
  }

  .pricing-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .pricing-wrapper.margin-40 {
    margin-bottom: 24px;
  }

  .pricing-left-wrapper {
    padding-left: 32px;
  }

  .pricing-right-wrapper {
    width: 100%;
  }

  .pricing-list-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .list {
    margin-bottom: 24px;
  }

  .list.last {
    margin-bottom: 0;
  }

  .price-number.margin-12 {
    font-size: 40px;
  }

  .faq-blcok, .faq-blcok.margin-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-question {
    font-weight: 600;
  }

  .acordium-anwser-wrapper {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 64px;
    display: block;
  }

  .collection-item:last-child {
    margin-bottom: 0;
  }

  .collection-list {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .newsletter-form-wrapper {
    width: 100%;
  }

  .form {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .text-field {
    margin-bottom: 16px;
    margin-right: 0;
    font-size: 18px;
  }

  .form-block {
    width: 100%;
  }

  .button.hero {
    width: 136px;
    height: 136px;
  }

  .footer-link.margin-right {
    margin-right: 0;
    padding-bottom: 12px;
  }

  .fotter-bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16px;
    display: block;
  }

  .footer-bottom-links {
    flex-direction: column;
    justify-content: center;
  }

  .footer-bottom-right {
    justify-content: center;
    margin-top: 20px;
  }

  .tabs-menu-2 {
    overflow: scroll;
  }

  .h2-heading {
    font-size: 28px;
  }

  .h2-heading.margin-64 {
    margin-bottom: 32px;
  }

  .h2-heading.small {
    font-size: 28px;
  }

  .h2-heading.small.margin-40, .h2-heading.light.margin-24 {
    margin-bottom: 12px;
  }

  .testimonials-image {
    max-width: 130px;
  }

  .heading-h3 {
    font-size: 36px;
  }

  .div-block {
    display: none;
  }

  .services-tiles {
    flex: 0 auto;
    align-self: center;
  }

  .ta---heading-button {
    text-align: center;
  }

  .services-title {
    text-align: center;
    font-size: 44px;
    line-height: 125%;
  }

  .services-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    text-align: center;
  }

  .why---ta-heading {
    font-size: 44px;
    line-height: 125%;
  }

  .why-ta---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .why-ta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .header---mega-text {
    font-size: 56px;
  }

  .header---text-wrap {
    text-align: center;
    align-items: center;
  }

  .header-section {
    padding-top: 160px;
  }

  .why---ta-heading-copy {
    font-size: 44px;
    line-height: 125%;
  }

  .ta---logos {
    flex-direction: row;
  }

  .ta---logo-heading {
    font-size: 44px;
    line-height: 125%;
  }

  .ta---certified---container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ta---certified-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ta---contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .services---para-copy {
    text-align: center;
  }

  .why---ta-heading-copy {
    text-align: center;
    font-size: 44px;
    line-height: 125%;
  }

  .ta---navbar-menu-button.w--open {
    background-color: var(--light-purple);
  }

  .ta---navbar-nav-link {
    display: block;
  }

  .ta---navbar-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ta---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .ta--main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ta---sections {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-grid-testimonials-3 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-areas: ".";
    grid-auto-flow: row dense;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves-inside-wide-feature-7 {
    max-width: 80%;
    text-align: center;
    align-items: center;
  }

  .waves-wide-tile-features-7 {
    min-height: 300px;
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

  .ta---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .ta---section-medium-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-without-image, .features-table {
    padding: 60px 15px;
  }

  .ta---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .ta---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ta---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-14px-heading {
    font-size: 18px;
  }

  .cf-flex-1---image-2 {
    right: 0%;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---wrapper, .ta---flex-1---wrapper {
    width: 90%;
    padding-top: 90px;
  }

  .ta-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ta-flex-1---image-2 {
    right: 0%;
  }

  .ta-32px-heading, .ta-18px-paragraph {
    text-align: center;
  }

  .waves---subtitle-3 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-benefits-pointers-right {
    margin-top: 0;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-wrapper.benefits-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .ta---paragraph-small-4 {
    text-align: left;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .ta---form-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ta---form {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .columns-2 {
    width: 200px;
  }

  .column-3 {
    margin-top: 10px;
  }

  .ta-content-contact-2 {
    width: 92%;
    padding: 40px 32px;
  }

  .ta-image-wrap-contact-2 {
    height: 340px;
  }

  .ta---navbar-nav-link-copy {
    display: none;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .contact-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ta-image---acknowledgement {
    width: 340px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ta---heading-2-no-margins-5 {
    font-size: 44px;
    line-height: 125%;
  }

  .ta---board-main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ta---board-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .section.features {
    overflow: hidden;
  }

  .hero-image-wrapper {
    display: block;
  }

  .paragraph-small {
    width: auto;
  }

  .tag.blog {
    font-size: 14px;
  }

  .features-grid {
    width: 100%;
    justify-content: center;
    justify-items: center;
  }

  .features-item {
    width: 290px;
  }

  .features-item.pink {
    width: auto;
    max-width: 290px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-number {
    text-align: center;
    margin-bottom: 20px;
  }

  .section-image {
    height: 100%;
  }

  .paragraph-2-column.margin-8-mb {
    text-align: center;
    font-size: 16px;
  }

  .section-image-block {
    width: 100%;
    height: 110vw;
  }

  .tab-pane-02 {
    padding-right: 16px;
  }

  .button.menu {
    white-space: nowrap;
  }

  .acordium-anwser-wrapper {
    width: 100%;
  }

  .faq-anwser {
    text-align: center;
    font-size: 14px;
  }

  .collection-item {
    width: 100%;
    align-items: flex-start;
  }

  .footer-grid.margin-40 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-grid-item {
    text-align: center;
  }

  .footer-link {
    text-align: left;
    align-self: auto;
  }

  .footer-link.margin-8 {
    text-align: left;
  }

  .footer-links-wrapper {
    text-align: center;
    align-items: center;
  }

  .div-block {
    display: none;
  }

  .div-block-2 {
    text-align: center;
  }

  .services-tile---title {
    text-align: center;
    font-size: 22px;
  }

  .services-tiles {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-grid-right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .services---para {
    font-size: 16px;
  }

  .services-title {
    text-align: center;
    font-size: 34px;
  }

  .services-grid {
    justify-items: center;
  }

  .services-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-block {
    text-align: center;
    font-size: 16px;
  }

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

  .paragraph-3, .paragraph-4, .paragraph-5 {
    text-align: center;
    font-size: 18px;
  }

  .button-copy.menu {
    white-space: nowrap;
  }

  .why---ta-heading {
    font-size: 34px;
  }

  .ta---content-image-halves {
    align-items: stretch;
  }

  .why-ta-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---subtitle {
    font-size: 16px;
    line-height: 16px;
  }

  .header---mega-text {
    text-align: center;
    font-size: 26px;
  }

  .header-section {
    padding-bottom: 48px;
  }

  .why---ta-heading-copy {
    font-size: 34px;
  }

  .ta-image-logo-2 {
    width: 150px;
  }

  .ta---logos {
    flex-direction: column;
    align-items: center;
  }

  .ta---logo-heading {
    font-size: 34px;
  }

  .ta---certified-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .ta---contact-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .container-6 {
    max-width: none;
  }

  .services---para-copy {
    text-align: center;
    font-size: 16px;
  }

  .why---ta-heading-copy {
    text-align: center;
    font-size: 34px;
  }

  .ta---navbar-cta {
    display: none;
  }

  .ta---navbar-menu-button.w--open {
    background-color: var(--light-purple);
  }

  .bold-text {
    font-size: 50px;
  }

  .ra--paragraph-big {
    text-align: center;
    font-size: 16px;
  }

  .ta---heading-2-no-margins {
    font-size: 34px;
  }

  .ta---content-image-halves-2 {
    align-items: stretch;
  }

  .ta---sections {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .ta---heading-3-no-margins {
    font-size: 22px;
  }

  .ta---heading-3-no-margins-2 {
    font-size: 18px;
  }

  .ta-name-wrap-team-3 {
    width: 100%;
  }

  .ta-tile-team-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .ta-grid-team-3 {
    grid-row-gap: 80px;
  }

  .waves---heading-3-no-margins-3 {
    font-size: 22px;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .waves---heading-3-no-margins-4 {
    font-size: 22px;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ta---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .ta---paragraph-big-3 {
    font-size: 16px;
  }

  .waves---heading-3-no-margins-5 {
    font-size: 22px;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .ta---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .ta---expandable-content {
    max-width: none;
    flex: 0 auto;
  }

  .ta---section-medium-copy {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cf-service-paragraph, .cf-service-heading {
    text-align: center;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-features-section-2-wrapper {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .container-7 {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 16px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .ta---paragraph-regular-2 {
    text-align: left;
  }

  .ta---heading-3-no-margins-6 {
    font-size: 22px;
  }

  .ta-grid-contact-4 {
    justify-content: center;
    justify-items: stretch;
  }

  .ta---paragraph-big-4 {
    width: 90%;
    font-size: 16px;
  }

  .ta---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .ta---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .services-tiles-2, .services-tiles-3, .services-tiles-4, .services-tiles-5, .services-tiles-more {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-4, .text-block-5, .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-flex-1---text-contain {
    margin-top: 60px;
  }

  .cf-flex-1---image-2 {
    width: 90%;
  }

  .cf-flex-1---image-1 {
    width: 100%;
  }

  .ta---flex-1---wrapper {
    padding-bottom: 50px;
  }

  .ta---flex-1---text-container {
    margin-top: 60px;
  }

  .ta-flex-1---image-1 {
    width: 100%;
  }

  .ta-flex-1---image-2 {
    width: 90%;
  }

  .ta-32px-heading {
    text-align: center;
    font-size: 20px;
  }

  .ta-18px-paragraph {
    text-align: center;
    font-size: 16px;
  }

  .more-about-button {
    text-align: left;
  }

  .more-about-button.menu, .discover-services-button.menu {
    white-space: nowrap;
  }

  .waves---subtitle-3 {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-text-block-2._16-px {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .cf-benefits-pointer-number {
    text-align: left;
  }

  .cf-benefits-pointer-heading-and-number {
    text-align: left;
    justify-content: center;
  }

  .cf-benefits-pointer-item {
    max-width: none;
    text-align: center;
  }

  .cf-benefits-image {
    display: none;
  }

  .cf-wrapper.benefits-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ta---paragraph-small-4 {
    text-align: left;
    font-size: 16px;
  }

  .ta---master-checks-vertical-3 {
    align-items: flex-start;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---content-image-halves-2 {
    align-items: stretch;
  }

  .ta---form {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .columns-2 {
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    display: block;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .ta--2-inputs-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .ta---form-contact-2 {
    align-items: center;
  }

  .ta-content-contact-2 {
    padding: 24px 16px;
  }

  .ta---navbar-nav-link-copy {
    display: block;
  }

  .waves---field-label-2 {
    font-size: 18px;
  }

  .waves---2-inputs-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .services-tiles---child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ta-image---acknowledgement {
    width: 2550px;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .waves---heading-3-no-margins-6 {
    font-size: 22px;
  }

  .waves-tile-team-1 {
    padding: 16px;
  }

  .waves-grid-team-1 {
    grid-row-gap: 32px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .ta---paragraph-big-5 {
    font-size: 16px;
  }

  .waves---heading-3-no-margins-7 {
    font-size: 22px;
  }

  .ta-board-image-team-3 {
    width: 80%;
  }

  .ta-board-tile-team-3 {
    padding: 16px 0;
  }

  .ta---board-grid-team-3 {
    max-width: 600px;
    grid-row-gap: 32px;
  }

  .ta---heading-2-no-margins-5 {
    font-size: 34px;
  }

  .ta---board-section {
    padding-top: 64px;
    padding-bottom: 50px;
  }

  .faq-answer-2 {
    text-align: left;
    font-size: 14px;
  }

  .list-item-2 {
    text-align: center;
  }
}

#w-node-_7afc1798-6376-3f5a-039b-77611b1bc2fc-1ca468e2, #w-node-b410f15a-b630-a924-2426-e7a4dcbe3e6c-1ca468e2, #w-node-_5f3b9a17-866b-3c48-805e-8f0eb9667369-1ca468e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01647888-f928-ab1b-5637-13aa6528862f-1ca468e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_01647888-f928-ab1b-5637-13aa65288639-1ca468e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3c36eeb9-cf57-4419-6185-047dc1085583-1ca468e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c36eeb9-cf57-4419-6185-047dc1085584-1ca468e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_43bdf03e-02cc-1392-27c5-5d9fba3ef835-ba3ef82f, #w-node-_43bdf03e-02cc-1392-27c5-5d9fba3ef842-ba3ef82f, #w-node-d87885e6-e845-f4bd-dc99-d7ded15a36f3-d15a36e8, #w-node-d87885e6-e845-f4bd-dc99-d7ded15a36f7-d15a36e8, #w-node-d87885e6-e845-f4bd-dc99-d7ded15a3717-d15a36e8, #w-node-d87885e6-e845-f4bd-dc99-d7ded15a371f-d15a36e8, #w-node-d87885e6-e845-f4bd-dc99-d7ded15a3726-d15a36e8, #w-node-_9e3efb40-1cd7-67da-cc25-382ba4152e80-ba971467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e3efb40-1cd7-67da-cc25-382ba4152e81-ba971467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_44e03ad1-f406-bfc3-e606-0a70bd13981e-ba971467, #w-node-_44e03ad1-f406-bfc3-e606-0a70bd139817-ba971467, #w-node-_927d3271-0e7f-fdbe-e8fe-21281a8ebbd4-ba971467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_927d3271-0e7f-fdbe-e8fe-21281a8ebbdd-ba971467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d84c96a2-718d-513d-d02f-170f5e26e9dd-ba971467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-d84c96a2-718d-513d-d02f-170f5e26e9e4-ba971467, #w-node-d84c96a2-718d-513d-d02f-170f5e26e9eb-ba971467, #w-node-f62ded8d-bd80-b8cc-378a-48bed3045efd-ba971467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-babed996-287f-ce7e-6596-44fa88470eae-ba971467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-babed996-287f-ce7e-6596-44fa88470ec4-ba971467, #w-node-babed996-287f-ce7e-6596-44fa88470eda-ba971467, #w-node-babed996-287f-ce7e-6596-44fa88470ef0-ba971467, #w-node-c07ed276-6875-6e16-f759-562195c48ee7-95c48edf, #w-node-c07ed276-6875-6e16-f759-562195c48eee-95c48edf, #w-node-c07ed276-6875-6e16-f759-562195c48ef5-95c48edf, #w-node-_306c3807-5c24-786b-b1cb-105f4f745460-5318fc5c, #w-node-_306c3807-5c24-786b-b1cb-105f4f745464-5318fc5c, #w-node-_80868191-9859-ecef-8f58-f194dddd0bda-5318fc5c, #w-node-_80868191-9859-ecef-8f58-f194dddd0bde-5318fc5c, #w-node-c17d2c3c-0206-185b-49c5-2362379a846c-5318fc5c, #w-node-c17d2c3c-0206-185b-49c5-2362379a8470-5318fc5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3c36eeb9-cf57-4419-6185-047dc1085583-1ca468e2, #w-node-_9e3efb40-1cd7-67da-cc25-382ba4152e80-ba971467, #w-node-_927d3271-0e7f-fdbe-e8fe-21281a8ebbd4-ba971467, #w-node-_927d3271-0e7f-fdbe-e8fe-21281a8ebbdd-ba971467 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7afc1798-6376-3f5a-039b-77611b1bc2fc-1ca468e2 {
    justify-self: auto;
  }
}


