:root {
  --colors--brand-color: #0064af;
  --colors--default-color: white;
  --colors--text-black: #161616;
  --colors--bg-color: #060c16;
  --fonts--main: Inter, sans-serif;
  --font-sizes--small-16px: 1rem;
  --font-sizes--xl-48px: 3rem;
  --font-sizes--xxs-12px: .75rem;
  --font-sizes--l-20px: 1.25rem;
  --font-sizes--m-18px: 1.125rem;
  --spacings--section-spacing: 6rem;
  --font-sizes--xs-15px: .938rem;
  --spacings--10px: .625rem;
  --font-sizes--xxxl-83px: 5.188rem;
  --font-sizes--xxl-76px: 4.5rem;
  --colors--paragraph-color: #000000c4;
}

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

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

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

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

.section_hero {
  background-image: url('../images/transmac-herobg.png');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  max-height: 100%;
  margin-top: -5.6rem;
  padding-top: 1px;
}

.section_hero._2 {
  margin-top: 0;
}

.container {
  width: 100%;
  max-width: 94.688rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .5rem;
}

.container.container2 {
  height: 100%;
  margin-top: -5rem;
}

.navbar {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000029;
  border-bottom: 1px solid #ffffff26;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.button {
  letter-spacing: -.75px;
  padding: .75rem 1.5rem;
  transition: all .35s;
}

.button.primary {
  background-color: var(--colors--brand-color);
  color: var(--colors--default-color);
  box-shadow: inset 0 6px 9px #fff3, inset 0 0 0 1px #ffffff5e;
}

.button.primary:hover {
  color: var(--colors--text-black);
  background-color: #d1ebff;
  box-shadow: inset 0 6px 9px #0003, inset 0 0 0 1px #0000005e;
}

.button.primary.mobile {
  display: none;
}

.button.primary.block {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.button.secondary {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #c2c2c2;
  background-color: #00000003;
  box-shadow: inset 0 0 0 1px #ffffff5e;
}

.button.secondary:hover {
  background-color: var(--colors--default-color);
  color: var(--colors--bg-color);
}

.body {
  background-color: var(--colors--default-color);
  font-family: var(--fonts--main);
  font-size: var(--font-sizes--small-16px);
  line-height: 1.2;
}

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

.nav-link {
  color: #bdbdbd;
  letter-spacing: -.16px;
  border-bottom: 1px solid #0000;
  padding: .3rem 0;
  font-weight: 400;
}

.nav-link.w--current {
  color: var(--colors--default-color);
  border-bottom-color: #fff;
}

.nav-links-wrapper {
  grid-column-gap: var(--font-sizes--xl-48px);
  grid-row-gap: var(--font-sizes--xl-48px);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  padding: .3rem 1rem .3rem 0;
}

.icon {
  opacity: .6;
  color: #fff;
  margin-right: 0;
  font-size: .7rem;
  right: 0;
}

.nav-dropdown-text {
  color: #bdbdbd;
}

.pre-nav {
  background-color: var(--colors--brand-color);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  display: none;
  position: relative;
}

.prenav-text {
  color: #ffffffd9;
  font-size: var(--font-sizes--xxs-12px);
}

.hero-content-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 51.563rem;
  height: 100%;
  display: flex;
}

.main-h1 {
  color: var(--colors--default-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  line-height: 1.2;
}

.main-h1.second-h1 {
  letter-spacing: -1px;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.main-h1.about-h1 {
  letter-spacing: -2px;
  font-weight: 600;
  line-height: .97;
}

.main-h1.services-h1 {
  letter-spacing: -1px;
  margin-top: 1.5rem;
  font-size: 4.2rem;
  font-weight: 600;
}

.hero-desc {
  color: #ffffffb3;
  font-size: var(--font-sizes--l-20px);
  margin-top: 2rem;
  margin-bottom: 2.9rem;
  font-weight: 300;
  line-height: 1.45;
}

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

.pre-nav-text-announce {
  color: #fff;
  font-size: var(--font-sizes--xxs-12px);
  background-color: #ffffff26;
  border-radius: .25rem;
  padding: 1px 7px;
  font-weight: 700;
}

.pre-nav-row-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-prenav {
  color: #fff;
}

.section_about {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

.padding-large {
  padding-top: var(--spacings--section-spacing);
  padding-bottom: var(--spacings--section-spacing);
}

.padding-large._2 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-large._3 {
  padding-top: 0;
}

.trusted-companies-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.trusted-companies-inner-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.trusted-companies-tag {
  color: #0000008c;
}

.trusted-company-logo {
  width: 13rem;
}

.trusted-company-logo._3 {
  filter: invert();
}

.default-layout {
  margin-top: var(--spacings--section-spacing);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.default-layout._2 {
  margin-top: 0;
}

.default-layout._5-7 {
  grid-template-columns: .8fr 1fr;
}

.default-layout._4 {
  margin-top: 4rem;
}

.subheading {
  font-size: var(--font-sizes--xs-15px);
  letter-spacing: -.5px;
  background-color: #0064af0d;
  border: 1px solid #0064af1a;
  border-radius: .125rem;
  padding: .25rem .5rem;
  font-weight: 500;
  display: inline-flex;
}

.subheading.contrast {
  color: #ffffffa8;
}

.main-section-title {
  color: var(--colors--text-black);
  font-size: var(--font-sizes--xl-48px);
  letter-spacing: -1.1px;
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

.main-section-title.contrast {
  color: var(--colors--default-color);
}

.main-section-title.no-margin {
  margin-top: 0;
}

.main-paragraph {
  color: #161616c4;
  font-size: var(--font-sizes--m-18px);
  letter-spacing: -.18px;
  line-height: 1.5;
}

.main-paragraph.about-paragraph {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.main-paragraph.about-paragraph.contrast {
  color: #ffffffc4;
}

.main-paragraph.about-paragraph.contrast._2 {
  color: #ffffffb3;
  max-width: 30rem;
}

.main-paragraph.about-paragraph.contrast.value {
  color: #ffffffb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.35;
}

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

.checkmark-icon.contrast {
  filter: invert();
}

.checkmark-text {
  font-size: var(--font-sizes--small-16px);
  letter-spacing: -.18px;
  font-weight: 500;
  line-height: 1.4;
}

.checkmark-text.contrast {
  color: #ffffff8c;
}

.rows-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.about-inner-grid {
  margin-bottom: var(--spacings--10px);
  grid-column-gap: var(--spacings--10px);
  grid-row-gap: var(--spacings--10px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-testimonial {
  background-color: var(--colors--bg-color);
  background-image: radial-gradient(circle farthest-corner at -100% 400%, var(--colors--brand-color), #005ea5f0 6%, #0000);
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

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

.about-testimonial-text {
  color: #fff;
  font-size: var(--font-sizes--l-20px);
  letter-spacing: -1px;
  line-height: 1.35;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.section_services {
  background-color: #000;
  background-image: url('../images/servicesbg.svg');
  background-position: 50%;
  background-size: cover;
}

.headings-row {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.headings-row-box.titles {
  max-width: 37.5rem;
}

.headings-row-box.titles._2 {
  max-width: 40rem;
}

.headings-row-box.titles._3 {
  max-width: 45rem;
}

.section-description {
  color: #ffffffb3;
  font-size: var(--font-sizes--m-18px);
  letter-spacing: -.4px;
  margin-bottom: 0;
  line-height: 1.45;
}

.section-description.contrast {
  color: #161616b3;
}

.section-description.contrast.max-width {
  max-width: 30rem;
}

.section-description._2 {
  color: #b4b4b4;
  font-size: var(--font-sizes--small-16px);
  margin-bottom: 1.25rem;
}

.section-description.big-description {
  letter-spacing: -1px;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.35;
}

.services-layout {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.services-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #d9d9d90d;
  border: 1px solid #ffffff26;
  padding: 3rem 1.75rem;
  text-decoration: none;
}

.services-h3 {
  letter-spacing: -.36px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.services-description {
  color: #ffffffbf;
  letter-spacing: -.3px;
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.35;
}

.service-image {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divider-line {
  background-color: #ffffff26;
  width: 100%;
  height: 2px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.divider-line.contrast {
  background-color: #16161626;
}

.divider-line.big-spacing {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.divider-line._2rem {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.divider-line._2 {
  margin-top: .65rem;
  margin-bottom: .65rem;
}

.divider-line._3 {
  margin-bottom: -4rem;
}

.divider-line._3rem {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.section-headings-wrapper.centered {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-headings-wrapper._2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 140px;
}

.slider {
  max-width: 106.25rem;
  margin-top: 4rem;
  margin-left: auto;
}

.section_reviews {
  background-color: #000;
  background-image: url('../images/reviewsbg.jpg');
  background-position: 50%;
  background-size: cover;
}

.padding-small {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.testimonial-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.decoration-line {
  background-color: var(--colors--brand-color);
  flex: 0 auto;
  align-self: stretch;
  width: 2px;
  height: 3.5rem;
  min-height: 100%;
}

.testimonial-inner-info {
  grid-column-gap: .21rem;
  grid-row-gap: .21rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  width: 4.5rem;
  height: 4.5rem;
}

.testimonial-name {
  color: var(--colors--default-color);
  font-size: var(--font-sizes--m-18px);
  font-weight: 500;
}

.testimonial-info-text {
  color: #ffffff8c;
  font-size: var(--font-sizes--m-18px);
  letter-spacing: -.5px;
}

.testimonial-info-text.link:hover {
  color: var(--colors--brand-color);
}

.testimonial-layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-message {
  color: #ffffffa6;
  letter-spacing: -1px;
  margin-top: 2.5rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.35;
}

.testimonial-span {
  color: #fff;
  font-weight: 400;
}

.testimonial-slider {
  background-color: #ddd0;
  height: 100%;
}

.slide, .mask {
  height: 100%;
}

.slide-nav {
  display: none;
}

.left-arrow {
  width: 3rem;
  height: 3rem;
  transition: all .25s;
  display: inline-flex;
  inset: 0% 4.5% auto auto;
}

.left-arrow:hover {
  filter: invert();
}

.right-arrow {
  justify-content: space-between;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% 0% auto auto;
}

.section_faq {
  background-color: #fff;
}

.container-small {
  width: 100%;
  max-width: 62.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.faq-main-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 4rem;
  display: flex;
}

.faq-wrapper {
  cursor: pointer;
  background-color: #0000000d;
  border: 1px solid #00000026;
  padding: 1.75rem;
  overflow: hidden;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.faq-answer {
  overflow: hidden;
}

.faq-question-h3 {
  font-size: var(--font-sizes--l-20px);
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph {
  color: #0000008c;
  font-size: var(--font-sizes--m-18px);
  letter-spacing: -.18px;
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.footer {
  background-color: var(--colors--bg-color);
  background-image: url('../images/footerbg.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.footer-title {
  font-size: var(--font-sizes--xxxl-83px);
  letter-spacing: -2px;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #fff, #999);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

.text-span {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff0, #fff0 91%, #ffffff3b), linear-gradient(270deg, #35a9ff, var(--colors--brand-color));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-layout-box {
  max-width: 35rem;
}

.footer-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr .75fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo {
  width: 15.563rem;
}

.footer-info-text {
  color: #ffffff8c;
  font-size: var(--font-sizes--m-18px);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.35;
}

.link-block, .link-block.w--current {
  color: #fff;
  text-decoration: none;
}

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

.footer-phone {
  color: #fff;
}

.footer-links-heading {
  color: #fff;
  font-size: var(--font-sizes--m-18px);
  letter-spacing: -.15px;
  font-weight: 600;
}

.footer-link {
  color: #ffffffa8;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: #fff;
  margin-left: .175rem;
}

.footer-link-icon {
  transition: all .25s;
}

.footer-link-icon:hover {
  opacity: .6;
}

.footer-links-wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
  display: flex;
}

.invisilbeblock {
  display: block;
}

.dropdown-list.w--open {
  flex-flow: wrap;
  max-width: 10rem;
}

.arrow-slider-icon._2 {
  transition: all .25s;
  transform: rotate(180deg);
}

.arrow-slider-icon._2:hover {
  filter: invert();
}

.advantages-layout {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1.3fr;
  position: relative;
}

.advantages-layout-box._1 {
  background-color: #fff;
}

.line-wrapper {
  z-index: -4;
  background-color: #d9d9d9;
  width: 3px;
  height: 100%;
  position: relative;
  left: 50%;
  overflow: hidden;
}

.inner-advantage-box {
  background-color: #fff;
  border: 1px solid #0000001a;
  width: 100%;
  padding: .5rem;
}

.inner-line-wrapper {
  z-index: -3;
  background-color: var(--colors--brand-color);
  width: 3px;
  height: 50vh;
  position: fixed;
  bottom: 50vh;
}

.spacing {
  background-color: #fff;
  width: 100%;
  height: 6rem;
}

.advantages-box-wrapper._3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 3rem;
  display: flex;
}

.main-advantage-box {
  background-color: #0064af0a;
  padding: 2rem;
}

.advantage-h3 {
  color: var(--colors--text-black);
  letter-spacing: -1px;
  margin-top: 1.75rem;
  margin-bottom: 3rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.advantage-paragraph {
  color: #0009;
  letter-spacing: -.5px;
  line-height: 1.35;
}

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

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

.section_contact_hero {
  background-image: url('../images/contact-herobg.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: -7.2rem;
  padding-top: 10rem;
  padding-bottom: 6rem;
  display: flex;
}

.contact-hero-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-hero-layout-box {
  padding: 2.25rem;
}

.contact-hero-layout-box.left-side {
  background-color: var(--colors--bg-color);
  border: 1px solid #ffffff0d;
}

.contact-hero-layout-box.right-side {
  background-color: #fff;
}

.field-label {
  color: var(--colors--text-black);
  letter-spacing: -.18px;
  margin-bottom: .3rem;
  font-size: .875rem;
  font-weight: 500;
}

.input {
  border: 1px solid #0006;
  height: 3rem;
}

.input.textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 7rem;
  min-height: 7rem;
}

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

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.contact-h3 {
  letter-spacing: -1px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.contact-paragraph {
  color: #000000a6;
  letter-spacing: -.18px;
  margin-bottom: 2rem;
  font-size: .9rem;
  line-height: 1.35;
}

.contact-hero-paragraph {
  color: #ffffffa6;
  line-height: 1.35;
}

.contact-hero-paragraph.testimonials-hero-paragraph {
  max-width: 37.5rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-hero-paragraph.services-p {
  max-width: 37rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.contact-inner-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 1fr;
  height: 100%;
}

.contact-inner-layout-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.map {
  width: 100%;
  height: 350px;
}

.contact-inner-label {
  color: #fff;
  font-size: var(--font-sizes--m-18px);
  letter-spacing: -.2px;
  margin-bottom: 1rem;
  font-weight: 500;
}

.contact-info-labels-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.contact-info-text {
  color: #ffffffb3;
}

.side-contact-info {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section_testimonials_hero {
  background-color: var(--colors--bg-color);
  background-image: url('../images/testimonialsbg.svg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -7.2rem;
  padding-top: 17rem;
  padding-bottom: 10rem;
  display: flex;
}

.testimonials-hero-container {
  text-align: center;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start;
  margin-top: 6rem;
}

.testimonials-grid-box {
  background-color: var(--colors--bg-color);
  border: 1px solid #ffffff26;
  padding: 2rem;
}

.testimonials-paragraph {
  color: #ffffffa8;
  margin-bottom: 0;
  line-height: 1.35;
}

.testimonials-paragraph._2 {
  margin-bottom: 1rem;
}

.testimonial-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.testimonials-stars {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  display: none;
}

.image-3 {
  filter: none;
}

.image-3._2 {
  filter: invert();
}

.section_about_hero {
  background-image: url('../images/aboutpagebg.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 90vh;
  margin-top: -7.2rem;
  padding-bottom: 5rem;
  display: flex;
}

.about-section-layout {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.about-section-layout-box.first-box, .about-section-layout-box.third-box {
  max-width: 50rem;
}

.inner-about-h2 {
  color: var(--colors--text-black);
  letter-spacing: -2px;
  font-family: Inter, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.1;
}

.inner-about-h2._2 {
  font-size: 2.6rem;
}

.section_process_about {
  background-color: var(--colors--bg-color);
  background-image: url('../images/processabout.svg');
  background-position: 50%;
  background-size: cover;
}

.complex-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10rem;
  display: grid;
}

.complex-layout._2 {
  grid-template-rows: auto;
  margin-bottom: 6rem;
}

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

.complex-grid._2 {
  margin-top: 2rem;
}

.value-tag {
  color: #ffffff8c;
  letter-spacing: -1.1px;
  margin-bottom: 2rem;
  font-style: italic;
  font-weight: 200;
}

.complex-grid-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.value-h3 {
  background-image: linear-gradient(90deg, var(--colors--brand-color), #35a9ff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 2.75rem;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
  display: inline-flex;
}

.inverted {
  filter: invert();
}

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

.uui-text-size-small.hide-mobile-landscape {
  color: silver;
  font-family: Montserrat, sans-serif;
}

.uui-navbar08_item-heading {
  color: #fff;
}

.services-icon-wrapper {
  color: #bdbdbd;
  background-color: #fff0;
  border-radius: 123px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 19px;
  min-width: 19px;
  height: 19px;
  min-height: 19px;
  margin-left: 5px;
  display: flex;
}

.uui-navbar08_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar08_dropdown-link:hover {
  background-color: #f9fafb0d;
}

.uui-navbar08_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar08_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 5px;
  width: 700px;
  padding: 1.25rem;
  left: -50%;
}

.uui-navbar08_dropdown-list.second-dropdown-list {
  opacity: 1;
}

.uui-navbar08_dropdown-list.second-dropdown-list.w--open {
  background-color: var(--colors--bg-color);
  border-color: #eaecf01a;
  width: 350px;
  left: -100%;
}

.nav-link-text {
  color: #bdbdbd;
  font-size: 16px;
}

.uui-navbar08_icon-wrapper {
  color: #7f56d9;
  flex: none;
}

.uui-icon-1x1-xsmall {
  color: #fc636e;
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar08_dropdown-toggle {
  opacity: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 15px;
  transition: all .3s;
  display: inline-flex;
}

.uui-navbar08_dropdown-toggle:hover {
  color: #344054;
}

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

.uui-navbar08_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  border-right: 1px solid #0000001a;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  padding-right: 20px;
  display: grid;
}

.uui-navbar08_dropdown-link-list.second-dd-list {
  border-right-style: none;
  padding-right: 0;
}

.image-72 {
  opacity: .6;
  vertical-align: middle;
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 auto;
  align-self: center;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  margin-left: 0;
  padding-top: 0;
  transform: translate(0, 2px);
}

.uui-navbar08_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar08_menu-dropdown.visible {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.section_services_hero {
  background-color: var(--colors--bg-color);
  background-image: url('../images/Administrative--Data-Processing-Servicesbgg-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  margin-top: -7.2rem;
  padding-top: 7rem;
  display: flex;
}

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

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

.services-features-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.services-features-h3 {
  color: var(--colors--text-black);
  letter-spacing: -1px;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
}

.services-features-h3.contrast {
  color: var(--colors--default-color);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.services-features-description {
  color: #000000c4;
  letter-spacing: -.18px;
  line-height: 1.35;
}

.section_services_advantage {
  background-color: var(--colors--bg-color);
  background-image: url('../images/The-Value-of-Our-Administrative--Data-Processing-Services-bg.svg');
  background-position: 50%;
  background-size: cover;
}

.services-span {
  color: #fff;
  font-weight: 600;
}

._3-grid-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.inner-3-box {
  background-color: #00000026;
  padding: 2rem;
}

.small-tag {
  color: #ffffff8c;
}

.medium-description {
  color: #ffffffbf;
  font-size: var(--font-sizes--l-20px);
  letter-spacing: -.75px;
  line-height: 1.33;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
}

.tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0064af0d;
  flex-flow: column;
  width: 100%;
  max-width: 27.75rem;
  padding: 2rem;
  display: flex;
}

.tab {
  color: #0000008c;
  background-color: #ddd0;
  border-bottom: 1px solid #d9d9d98c;
  padding: 0;
  display: block;
}

.tab.w--current {
  border-left: .2rem solid var(--colors--brand-color);
  color: #000;
  background-color: #fff0;
  padding-left: .5rem;
}

.tab-text {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}

.tab-pane {
  width: 100%;
  min-width: 100%;
  height: 26.05rem;
  padding: 4rem;
}

.tabs-content {
  background-color: var(--colors--bg-color);
  background-image: url('../images/Outsourcing-Advantages-bg.svg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  min-width: auto;
  height: 100%;
}

.tab-paragraph {
  color: #ffffff8c;
  font-size: var(--font-sizes--m-18px);
  letter-spacing: -.5px;
  font-weight: 400;
  line-height: 1.33;
}

.tab-h3 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
}

.square {
  background-color: var(--colors--brand-color);
  width: .6rem;
  height: .6rem;
}

.tab-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list {
  color: #fff;
  margin-top: 3rem;
  line-height: 1.5;
}

.bold-span {
  color: #fff;
}

.about-image {
  object-fit: cover;
  object-position: 86% 40%;
  height: 100%;
}

.heading {
  color: #fff;
}

.text-block {
  color: #a1a1a1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.image-74 {
  filter: invert();
  color: #fff;
}

.link-2 {
  color: var(--colors--brand-color);
}

@media screen and (max-width: 991px) {
  .section_hero {
    margin-top: -7.3rem;
  }

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

  .button.primary.desktop {
    display: none;
  }

  .button.primary.mobile {
    display: block;
  }

  .nav-link {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-link.w--current {
    border-bottom-style: none;
  }

  .nav-links-wrapper {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #161616e6;
    padding: 2rem;
  }

  .dropdown-toggle {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .hero-content-wrapper {
    max-width: 100%;
  }

  .main-h1 {
    font-size: var(--font-sizes--xl-48px);
  }

  .trusted-company-logo {
    width: 15%;
  }

  .default-layout {
    grid-template-columns: 1fr;
  }

  .default-layout._5-7 {
    flex-flow: column;
    grid-template-columns: .8fr;
    display: flex;
  }

  .default-layout-box._2 {
    align-self: stretch;
  }

  .headings-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-description.big-description {
    font-size: 1.5rem;
  }

  .services-layout {
    grid-template-columns: 1fr;
  }

  .section-headings-wrapper._2 {
    padding-bottom: 3rem;
  }

  .testimonial-layout {
    grid-template-columns: 1.5fr;
    place-items: start;
  }

  .testimonial-message {
    font-size: 1.75rem;
  }

  .left-arrow {
    right: 4rem;
  }

  .footer-contact-layout {
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .footer-title {
    font-size: var(--font-sizes--xxl-76px);
  }

  .footer-layout-box {
    max-width: 100%;
  }

  .icon-2 {
    color: #fff;
    font-size: 2rem;
  }

  .main-nav-row {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #0000002e;
  }

  .dropdown-list {
    position: relative;
  }

  .advantages-layout {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .line-wrapper {
    position: absolute;
    inset: 0% auto 0% 0%;
  }

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

  .contact-hero-layout {
    flex-flow: column-reverse;
    grid-template-columns: 1.5fr;
    display: flex;
  }

  .contact-inner-layout {
    grid-template-columns: 1.7fr;
  }

  .map {
    margin-bottom: 2rem;
  }

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

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

  .inner-about-h2 {
    font-size: 2.5rem;
  }

  .uui-text-size-small.hide-mobile-landscape {
    color: #fff;
    display: none;
  }

  .uui-navbar08_item-heading {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
  }

  .uui-navbar08_dropdown-link {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar08_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar08_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar08_dropdown-list.w--open {
    box-shadow: none;
    background-color: #ffffff1a;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-navbar08_dropdown-list.second-dropdown-list.w--open {
    background-color: #fc383805;
    width: 100%;
  }

  .uui-icon-1x1-xsmall {
    display: none;
  }

  .uui-navbar08_dropdown-toggle {
    color: #101828;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar08_dropdown-toggle:hover {
    color: #101828;
  }

  .uui-navbar08_item-right {
    justify-content: center;
    align-items: center;
  }

  .uui-navbar08_dropdown-link-list {
    border-right-style: none;
    width: 100%;
    padding-right: 0;
  }

  .uui-navbar08_dropdown-content {
    background-color: #0000;
    align-content: start;
    place-items: center;
    padding: 1rem 0;
  }

  .uui-navbar08_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
    display: none;
  }

  .uui-navbar08_menu-dropdown.visible {
    flex-flow: column;
    display: flex;
  }

  .section_services_hero {
    height: 100%;
    padding-top: 12rem;
    padding-bottom: 3rem;
  }

  .services-hero-layout {
    grid-template-columns: 1fr;
    display: block;
  }

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

  .inner-3-box {
    padding: 1.5rem;
  }

  .medium-description {
    font-size: var(--font-sizes--m-18px);
  }

  .tabs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .tabs-menu {
    max-width: 100%;
  }

  .tab-pane {
    height: auto;
    padding: 2.5rem;
  }

  .services-hero-img {
    width: 100%;
    margin-top: 2rem;
  }

  .image-73 {
    width: 100%;
  }
}

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

  .main-h1.second-h1 {
    font-size: 1.6rem;
  }

  .main-h1.services-h1 {
    font-size: 3rem;
  }

  .hero-desc {
    font-size: var(--font-sizes--m-18px);
  }

  .pre-nav-row-wrapper {
    flex-flow: wrap;
  }

  .trusted-companies-inner-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .trusted-company-logo {
    width: 75%;
  }

  .trusted-company-logo._2 {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-section-title {
    font-size: 2.2rem;
  }

  .main-paragraph.about-paragraph.contrast._2 {
    max-width: 100%;
  }

  .testimonial-message {
    font-size: 1.5rem;
  }

  .faq-wrapper {
    padding: 1.3rem;
  }

  .faq-icon {
    margin-left: .5rem;
  }

  .footer-title {
    font-size: var(--font-sizes--xl-48px);
  }

  .footer-inner {
    display: block;
  }

  .footer-box {
    margin-top: 2rem;
  }

  .invisilbeblock {
    display: none;
  }

  .advantages-box-wrapper._3 {
    padding-left: 1rem;
  }

  .main-advantage-box {
    padding: 1.5rem;
  }

  .contact-hero-layout-box {
    padding: 1.75rem;
  }

  .inner-about-h2._2 {
    letter-spacing: -1px;
    font-size: 1.6rem;
  }

  .complex-layout {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: flex-start stretch;
    display: flex;
  }

  .complex-grid._2 {
    grid-template-columns: 1fr;
  }

  .uui-text-size-small.hide-mobile-landscape {
    display: none;
  }

  .uui-navbar08_item-heading {
    margin-bottom: 0;
  }

  .uui-navbar08_dropdown-list.second-dropdown-list.w--open {
    background-color: var(--colors--bg-color);
    text-align: center;
  }

  .uui-navbar08_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar08_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar08_dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .services-features-grid, ._3-grid-box {
    grid-template-columns: 1fr;
  }

  .tabs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .tabs-menu {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    text-align: center;
    display: block;
  }

  .main-h1 {
    font-size: 2rem;
  }

  .main-h1.services-h1 {
    font-size: 1.8rem;
  }

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

  .main-section-title {
    font-size: 1.6rem;
  }

  .main-paragraph.about-paragraph {
    font-size: var(--font-sizes--small-16px);
  }

  .about-inner-grid {
    grid-template-columns: 1fr;
  }

  .section-description.big-description {
    font-size: 1rem;
  }

  .testimonial-layout {
    margin-bottom: 5rem;
  }

  .testimonial-message {
    font-size: 1.25rem;
  }

  .left-arrow {
    inset: auto auto 0% 0;
  }

  .right-arrow {
    inset: auto auto 0% 4rem;
  }

  .faq-question-h3 {
    font-size: var(--font-sizes--m-18px);
  }

  .paragraph {
    font-size: var(--font-sizes--small-16px);
  }

  .arrow-slider-icon {
    position: static;
  }

  .main-advantage-box {
    padding: 1rem;
  }

  .dropdown {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-hero-layout-box {
    padding: 1rem;
  }

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

  .contact-hero-paragraph {
    font-size: var(--font-sizes--xs-15px);
  }

  .testimonials-grid-box {
    padding: 1.5rem;
  }

  .inner-about-h2 {
    font-size: 1.6rem;
  }

  .inner-about-h2._2 {
    letter-spacing: -1px;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .complex-layout {
    margin-top: 6rem;
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar08_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .services-features-h3 {
    font-size: 1.2rem;
  }

  .services-features-h3.contrast {
    font-size: 1.3rem;
  }

  .tabs-menu, .tab-pane {
    padding: 1.5rem;
  }

  .tab-paragraph {
    font-size: var(--font-sizes--small-16px);
  }

  .tab-h3 {
    font-size: 1.2rem;
  }

  .list {
    margin-top: 2rem;
    padding-left: 1rem;
  }
}

#w-node-d5fe9e0f-309f-fd66-7947-180ffe30978e-ba39f88f, #w-node-_84c452d0-b747-fc95-40b3-2cd3aa6f0a60-ba39f88f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6aabf17-4647-1ce6-f7b7-27a8d50eabb1-ba39f88f {
  justify-self: end;
}

#w-node-aa7b5314-dd24-867d-bd88-8e3253ff8fb8-53ff8fb0 {
  place-self: end;
}

#w-node-_9dcfac25-fe6a-fe0a-6f2e-f3276ccb31a4-6ccb318f, #w-node-_9dcfac25-fe6a-fe0a-6f2e-f3276ccb31b7-6ccb318f, #w-node-_9dcfac25-fe6a-fe0a-6f2e-f3276ccb31ca-6ccb318f {
  place-self: center;
}

#w-node-_27a2b57f-397d-a41d-1ac9-cad58675d9fb-da3c7e74, #w-node-_06f28554-de87-f48e-6605-c9f3a56c75d1-da3c7e74 {
  align-self: stretch;
}

#w-node-_6611b6ab-0d74-785e-43f2-954bb48610b4-da3c7e74 {
  justify-self: end;
}

#w-node-e3a0aa5b-9fc1-1590-5b4f-436c0ff85d83-da3c7e74, #w-node-_819d136d-318d-a699-b393-c4ac4ca4bd0e-de5039a1 {
  align-self: stretch;
}

#w-node-_3bb2fed6-a5a7-e33c-e5bd-47258b7967e1-de5039a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_758434e1-6bce-7df8-f7e8-8aa7d7fa2d31-1a010274 {
  align-self: center;
}

#w-node-a417377b-0e02-9ff6-fa07-6c645c23ef9b-1a010274 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d57a3f55-1923-9b37-8c46-331262824661-d4c05bcd {
  align-self: center;
}

#w-node-d57a3f55-1923-9b37-8c46-33126282466d-d4c05bcd {
  justify-self: end;
}

#w-node-d57a3f55-1923-9b37-8c46-3312628246b3-d4c05bcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_922ba7ad-4a9c-d7f9-6c4b-87b98d0ab6e1-68593d74 {
  align-self: center;
}

#w-node-_922ba7ad-4a9c-d7f9-6c4b-87b98d0ab733-68593d74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-aa7b5314-dd24-867d-bd88-8e3253ff8fb8-53ff8fb0, #w-node-_9dcfac25-fe6a-fe0a-6f2e-f3276ccb31a4-6ccb318f, #w-node-_9dcfac25-fe6a-fe0a-6f2e-f3276ccb31b7-6ccb318f, #w-node-_9dcfac25-fe6a-fe0a-6f2e-f3276ccb31ca-6ccb318f {
    justify-self: start;
  }

  #w-node-_2ed70f1d-0269-bf53-53e8-89a7f516c692-d9be5173 {
    place-self: start stretch;
  }

  #w-node-c630d677-e59a-0db4-60c6-9df8cba88e82-ccd4c267 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


