:root {
  --white: white;
  --systemflow-lite--neutral--60: #aaafb6;
  --black: black;
  --systemflow-lite--neutral--80: #636b75;
  --systemflow-lite--primary--60: #2f54eb;
  --systemflow-lite--primary--70: #1d39c4;
  --systemflow-lite--neutral--100: #0e0f11;
  --systemflow-lite--neutral--20: #f9fafb;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --flowstica-webflow-library--light-slate-grey: #8c98a4;
  --flowstica-webflow-library--white: white;
  --flowstica-webflow-library--black: #010b15;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary800: #53389e;
  --systemflow-lite--neutral--50: #d0d4d9;
  --systemflow-lite--neutral--10-2: white;
  --systemflow-lite--primary--50: #597ef7;
  --systemflow-lite--primary--80: #10239e;
  --systemflow-lite--neutral--40: #dde1e6;
  --systemflow-lite--primary--40: #85a5ff;
  --systemflow-lite--neutral--70: #838d95;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary300: #d6bbfb;
  --systemflow-lite--neutral--30: #edf0f3;
  --systemflow-lite--neutral--90: #1e2024;
  --systemflow-lite--primary--10: #f2f6ff;
  --untitled-ui--primary500: #9e77ed;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.image {
  width: 100%;
}

.header-image-wrapper {
  position: relative;
}

.button-secondary {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #111;
  border: 1px solid #996aff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #494949;
}

.button-secondary:focus {
  outline-offset: 0px;
  outline: 3px solid #996aff;
}

.section {
  background-color: #503131;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.section.hero {
  background-image: linear-gradient(rgba(10, 96, 233, .36), rgba(10, 96, 233, .36)), url('../images/Localization-Demo.svg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.section.hero:lang(is) {
  background-image: url('../images/Localization-Demo.svg');
  background-position: 0 100%;
  background-size: cover;
}

.hero-heading {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

.button-2 {
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-2:hover {
  box-shadow: none;
  color: #000;
  background-color: #b1b1b1;
  border-color: #7aa35a;
}

.button-2:focus {
  outline-offset: 0px;
  background-color: #b3b3b3;
  outline: 3px solid #996aff;
}

.hero-header-component {
  z-index: 2;
}

.hero-subheading {
  color: #757575;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-text-wrapper {
  z-index: 2;
  margin-bottom: 32px;
  position: relative;
}

.cta-header-component {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.button-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.image-2 {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 68px;
}

.text-block {
  color: var(--white);
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
}

.body {
  font-family: Inter, sans-serif;
}

.grid-2 {
  grid-template-columns: 1fr;
  margin-bottom: 46px;
  padding-left: 36px;
  padding-right: 36px;
  display: block;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 74px;
}

.paragraph {
  color: var(--white);
  font-size: 18px;
  font-weight: 200;
  line-height: 25px;
}

.heading-2 {
  color: var(--white);
  margin-top: 24px;
  margin-bottom: 10px;
  font-weight: 400;
}

.layout-wrapper {
  background-color: #fcf7f2;
  border: 1px solid #222;
  border-radius: 12px;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.layout-wrapper:hover {
  background-color: rgba(255, 255, 255, .1);
  border-color: #757575;
}

.layout-wrapper.horizontal {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: space-between;
  display: flex;
}

.bg-gradient {
  z-index: -1;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: -35%;
  right: auto;
}

.bg-gradient.right {
  top: -30%;
  left: auto;
  right: -25%;
}

.featured-icon-wrapper {
  background-color: #2b2b2b;
  border: 1px solid #484849;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  display: flex;
}

.features-layout {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.features-component-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.feature-card-image {
  border-radius: 12px;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.feature-card-image.horizontal {
  width: 55%;
  position: relative;
}

.h2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
}

.container-3 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-2 {
  color: #b3b3b3;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-2.max-width-40ch {
  max-width: 40ch;
}

.container-4 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-3 {
  color: #b3b3b3;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-3.max-width-40ch {
  max-width: 40ch;
}

.section-2 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.list {
  max-width: 255.727ch;
}

.spline-scene {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-embed {
  align-items: center;
  width: 21px;
  height: 16px;
  margin-left: -7px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.layout-item {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #fff;
  border: 1px #c4ccff;
  border-radius: .5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 40px 48px;
  line-height: 1.5;
  display: flex;
}

.layout-item.center {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.layout-item.layout-item-01 {
  background-image: url('../images/cozant_79174.png');
  background-position: 50%;
  background-size: cover;
}

.layout-wrapper-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-tertiary {
  grid-column-gap: 12px;
  color: #0c23b3;
  text-transform: uppercase;
  align-items: center;
  margin-top: 40px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-tertiary:hover {
  color: #6d81ff;
}

.icon-outline-large {
  color: #0c23b3;
  background-color: rgba(222, 227, 255, .48);
  border: 1px solid #c4ccff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

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

.icon-small {
  width: 1.5rem;
  height: 1.5rem;
}

.features-layout-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.eyebrow-wrapper {
  color: #0c23b3;
  text-transform: uppercase;
  background-color: rgba(109, 129, 255, .03);
  border: 1px solid #c4ccff;
  border-radius: 10rem;
  margin-bottom: 16px;
  padding: 2px 16px 2px 15px;
  display: flex;
}

.button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-secondary-2 {
  grid-column-gap: .5rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #0c23b3;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, .16);
  border: 1px solid #2400ff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 10px 28px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button-secondary-2:hover {
  color: #e9ecff;
  background-color: #0c23b3;
}

.button-secondary-2:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.paragraph-center {
  text-align: center;
  max-width: 70ch;
}

.button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  background-image: linear-gradient(#0c23b3, #1b14b6);
  border: 1px solid #2400ff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 10px 28px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button:hover {
  background-image: linear-gradient(#080461, #080461);
  border-color: #0c23b3;
}

.button:focus {
  color: #0c23b3;
  background-color: #f6f8ff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #e7eaff;
}

.space-small {
  width: 100%;
  min-height: 1.5rem;
}

.list-2 {
  padding-left: 0;
}

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

.container--02 {
  width: 90%;
  max-width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spacing_20 {
  height: 20px;
}

.highlight_card {
  border-radius: 32px;
  padding: 24px;
}

.highlight_card.white {
  background-color: #fff;
  background-image: url('../images/white_bg_pattern.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.highlight_card.green {
  background-color: #94d7c5;
  background-image: url('../images/social_bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.highlight_card.pink {
  background-color: #f4dfe2;
  background-image: url('../images/purbple_g_pattern.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text_color_grey {
  color: #484848;
}

.text_color_grey.text_width_small {
  max-width: 17ch;
}

.text_color_black {
  color: #070707;
}

.display_large {
  font-size: 54px;
}

.spacing_8 {
  height: 8px;
}

.font_weight_bold {
  font-weight: 700;
}

.text_color_green {
  color: #1f4a47;
}

.highlights_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.icon_24x24 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.spacing_32 {
  height: 32px;
}

.icon_48x48 {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.spacing_4 {
  height: 4px;
}

.flex_wrapper {
  display: flex;
}

.flex_wrapper.flex_distribute {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.flex_wrapper.flex_vertical {
  flex-direction: column;
}

.flex_wrapper.flex_vertical.card_link {
  color: #070707;
  background-image: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .95));
  border: 1px solid #dee2e5;
  border-radius: 16px;
  justify-content: space-between;
  height: 186px;
  padding: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
}

.flex_wrapper.flex_vertical.card_link:hover {
  background-color: #fff;
  border-color: #fff;
}

.spacing_48 {
  height: 48px;
}

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

.article-alt-cover {
  background-image: url('../images/card-cover.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 270px;
  margin-top: 26px;
  padding-bottom: 0;
}

.article-alt-cover.article-1-content {
  background-image: url('../images/flatiron.jpg');
  border-radius: .5em;
  padding-bottom: 0;
}

.article-alt-cover.article-2-content {
  background-image: url('../images/article-cover-1.jpg');
  margin-top: 0;
  margin-bottom: 26px;
}

.article-alt-cover.article-5-content {
  background-image: url('../images/article-cover-3.jpg');
  border-radius: .5em;
}

.article-alt-cover.article-3-content {
  border-radius: .5em;
}

.article-alt-cover.article-4-content {
  background-image: url('../images/article-cover-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .5em;
  margin-top: 0;
  margin-bottom: 26px;
}

.style-label {
  color: #bebebe;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.content-wrapper {
  margin-bottom: 50px;
}

.basic-column {
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.tag-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 5px;
  padding-right: 5px;
}

.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.tagline.tagline-promo-40 {
  color: rgba(51, 51, 51, .4);
}

.article {
  margin-bottom: 10px;
  padding: 12px;
}

.label-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.label {
  background-color: #1991eb;
  border-radius: 4px;
  padding: 4px 10px 3px;
  display: inline-block;
}

.label.label-article-brownish {
  background-color: #aa955d;
  margin-bottom: 2px;
}

.label.label-article-brown {
  background-color: #66493e;
  margin-bottom: 2px;
}

.label.label-article-greenish {
  background-color: #28998a;
  margin-bottom: 2px;
}

.label.label-article-grey {
  background-color: #858589;
  margin-top: 2px;
}

.label.label-article-pink {
  background-color: #e556a4;
  margin-top: 2px;
}

.paragraph-4, .paragraph-5 {
  font-size: 16px;
  line-height: 24px;
}

.text-block-2 {
  font-size: 0;
}

.text-block-3 {
  padding-bottom: 4px;
  font-size: 18px;
  line-height: 26px;
}

.heading-3 {
  text-transform: none;
}

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

.features-list {
  background-color: #f0ecec;
  border-bottom: 1px solid #e4ebf3;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  padding: 0 30px 80px;
  display: flex;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 1440px;
  margin-top: 104px;
  margin-left: auto;
  margin-right: auto;
}

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

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

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

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.section-3 {
  background-color: #000;
}

.features-layout-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1.25fr;
  width: 100%;
  display: grid;
}

.icon-outline-large-01 {
  color: #0c23b3;
  background-color: rgba(222, 227, 255, .48);
  border: 1px solid #c4ccff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.section-4 {
  background-image: url('../images/article-cover-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.features-list-02 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.layout-item--01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: rgba(255, 255, 255, .16);
  border: 1px #c4ccff;
  border-radius: .5em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 0 48px;
  line-height: 1.5;
  display: grid;
}

.layout-item--01.center {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.layout-item--01.layout-item-01 {
  background-image: url('../images/article-cover-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.space-small-copy {
  width: 100%;
  min-height: 1.5rem;
  padding-top: 9px;
}

.icon-outline-large-02 {
  color: #0c23b3;
  background-color: rgba(222, 227, 255, .48);
  border: 1px solid #c4ccff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

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

.icon-small---01 {
  width: 2rem;
  height: 2rem;
}

.text-block-4 {
  font-weight: 400;
}

.section-5 {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-10 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  display: block;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.container-12 {
  max-width: 1280px;
}

.container-13 {
  text-align: center;
  max-width: 1440px;
  padding-bottom: 34px;
}

.logos-title-small-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-tag-2 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three-2 {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.clients-card {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.clients-image-two {
  padding-top: 0;
}

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

.rl_navbar5_blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_navbar5_dropdown-list.w--open {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #2666d9;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.rl_navbar5_menu-button {
  padding: 0;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_navbar5_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: start;
  justify-items: start;
  padding: 2rem 21rem 2rem 0;
  display: grid;
}

.rl_navbar5_dropdown-link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  padding-left: 16px;
  padding-right: 0;
  display: grid;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_navbar5_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: start;
  justify-items: stretch;
  margin-top: -10px;
  padding-top: .5rem;
  padding-bottom: .2rem;
  text-decoration: none;
  display: grid;
}

.rl_navbar5_logo {
  flex: 0 auto;
  width: 264px;
  margin-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.rl_navbar5_dropdown-toggle {
  color: #d8d8d8;
  padding: 0 2.5rem 0 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_container {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  margin-left: 42px;
  margin-right: 42px;
  display: flex;
}

.rl_navbar5_dropdown-content {
  background-color: #fff;
  justify-content: center;
  width: 73%;
  display: flex;
}

.rl_navbar5_link-text-2 {
  color: #000;
  font-weight: 400;
}

.rl_navbar5_dropdown-background-layer {
  background-color: #f4f4f4;
  min-width: 100vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.rl_navbar5_item-title-2 {
  color: #d8d8d8;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.rl_navbar5_item-title-2.styles-font-01 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .8rem;
  font-weight: 400;
}

.rl-text-style-small {
  color: #d8d8d8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar5_menu-dropdown {
  height: 35px;
  position: static;
}

.rl_navbar5_spacing-block2 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #d8d8d8;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #d8d8d8;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl_navbar5_menu {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  margin-left: 0;
  padding-top: 27px;
  display: flex;
  position: static;
}

.rl-dropdown-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar5_spacing-block1 {
  width: 100%;
  padding-bottom: .25rem;
}

.rl_navbar5_component-2 {
  background-color: #fff;
  border: 1px solid rgba(40, 102, 218, .61);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

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

.rl_navbar5_blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.rl_navbar5_logo-link {
  padding-left: 0;
}

.rl_navbar5_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.rl_navbar5_item-link {
  color: #d8d8d8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_navbar5_button {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_blog-image-wrapper {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.rl_navbar5_dropdown-content-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.rl_navbar5_dropdown-column-text {
  color: #d8d8d8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.3;
}

.rl_navbar5_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.bold-text {
  color: #080808;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.rl_navbar5_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.rl_navbar5_button-secondary {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d8d8d8;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_link-2 {
  color: #000;
  height: 35px;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_link-2.w--current {
  color: rgba(0, 0, 0, 0);
}

.slider {
  height: 100vh;
}

._1-slide {
  background-image: linear-gradient(183deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6)), url('../images/cozant__.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  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 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link: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 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

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

.efi-secondary-link-dark {
  color: #2b2b2b;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.efi-ftr-01-footer-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.efi-text-rights {
  color: rgba(30, 40, 51, .5);
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.efi-ftr-01-footer-bottom {
  justify-content: space-between;
  margin-top: 90px;
  display: flex;
}

.efi-footer-links {
  color: #2b2b2b;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  display: block;
}

.efi-footer-title {
  color: #b8b8b8;
  margin-bottom: 22px;
  font-size: 15px;
}

.efi-ftr-01-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.efi-ftr-01-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ftr-01 {
  border-top: .5px solid var(--systemflow-lite--neutral--60);
  background-color: #fff;
  padding: 100px 5% 24px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .07);
}

.efi-ftr-01-footer-bottom-1 {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 16px;
  display: flex;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 52px;
  display: grid;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

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

.footer-copyright {
  color: #3a4554;
}

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

.footer-social-link-2 {
  width: 56px;
  margin-left: 0;
  padding: 6px 0;
}

.efi-hr-03-image {
  height: 100%;
}

.efi-button {
  background-color: #000;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  transition: all .7s;
}

.efi-button:hover {
  transform: translate(0, -7px);
}

.efi-button.invert {
  filter: invert();
}

.efi-hr-03-button-wrapper {
  margin-top: 30px;
}

.efi-small-paragraph {
  font-weight: 400;
}

.efi-big-paragraph {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.efi-hr-03-right-content {
  color: #fff;
  padding-top: 30px;
}

.efi-jumbo {
  font-size: 5.5vh;
  line-height: 1.1em;
}

.efi-jumbo.white {
  color: #fff;
}

.efi-hr-03-title-wrapper {
  width: 80%;
  margin-bottom: 50px;
}

.efi-hr-03-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.efi-hr-03-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-hr-03-top {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sergey-zolkin-_UeY8aTI6d0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 0% 5%;
}

.efi-tsm-02-title {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.efi-tsm-02-testimonial-title {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-direction: column;
  display: flex;
}

.efi-tsm-02-icon {
  width: 20%;
}

.efi-tsm-02-testimonial-top {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  align-items: center;
  display: flex;
}

.efi-tsm-02-testimonial {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  border-radius: 1.1em;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

.efi-tsm-02-div-3 {
  width: 33%;
  padding-left: 10px;
}

.efi-tsm-02-div-2 {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}

.efi-tsm-02-div-1 {
  width: 33%;
  padding-right: 10px;
}

.efi-tsm-02-testimonials {
  flex-wrap: nowrap;
  display: flex;
}

.efi-tsm-02-title-wrapper {
  color: #fff;
}

.efi-h2 {
  margin-top: 0;
}

.efi-tsm-02-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  margin-bottom: 100px;
}

.efi-tsm-02-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-tsm-02 {
  background-color: #000;
  padding: 10% 5%;
}

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

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

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

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: -32px;
}

.testimonial-slide-wrapper {
  width: 100%;
  max-width: 384px;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline-2 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-left: 75px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-right: 75px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.div-block-2 {
  padding: 20px 32px;
}

._3_col_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.icon_32x32 {
  object-fit: contain;
  width: 32px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.headline-8-col {
  width: 786px;
  margin-bottom: 50px;
}

.content1-item-description {
  padding-left: 21px;
  padding-right: 21px;
}

.decoline {
  background-color: #d2d2d2;
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.decoline.decoline-dark {
  background-color: rgba(210, 210, 210, .2);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.content1-image {
  border-radius: 8px;
  height: 340px;
  margin-bottom: 0;
}

.content1-image.content1-image3 {
  background-image: none;
}

.content1-image.content1-image2 {
  background-image: url('../images/Services1-Image3.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image-1 {
  background-image: url('../images/0_1-2.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.content1-image.content1-image-2 {
  background-image: url('../images/0_3-4_1.webp');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image-3 {
  background-image: url('../images/0_0-2.webp');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image3 {
  background-image: url('../images/Services1-Image2.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image1, .content1-image.content1-image2 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image3 {
  background-image: url('../images/0_0-1.webp');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
}

.content1-image.content1-image1 {
  margin-bottom: 0;
}

.content1-image.content1-image2 {
  background-image: url('../images/0_0.webp');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
}

.content1-image.content1-image-3 {
  background-image: url('../images/0_1-1.webp');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .6;
  margin-bottom: 0;
}

.tagline-3 {
  opacity: .6;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

._4-col {
  width: 300px;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  width: auto;
  margin-right: 0;
  display: inline-block;
}

.section-dark {
  color: #fff;
  background-color: #111212;
  background-image: url('../images/Localization-Demo.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.content1-items {
  grid-column-gap: 17px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w80 {
  width: 100%;
  max-width: 1440px;
  margin-top: 78px;
  padding: 0 20px 80px;
}

.wrap.w80-50 {
  width: 1440px;
  padding-top: 80px;
  padding-bottom: 50px;
}

.wrap.w50 {
  width: 1440px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrap.w80-50-copy {
  width: 1440px;
  padding-top: 80px;
  padding-bottom: 50px;
}

.wrap.w50-80-start {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: auto;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 0 34px;
  display: grid;
}

.wrap.w80 {
  padding-top: 0;
  padding-bottom: 80px;
}

.wrap.w50-80-start-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  width: 1440px;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.container-19 {
  max-width: 1440px;
}

.headline-8-col-2 {
  width: 770px;
  margin-bottom: 24px;
  padding-left: 20px;
}

.section-6 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.list-3 {
  padding-left: 13px;
}

.list-item {
  color: #333;
}

.list-4, .list-5, .list-6 {
  padding-left: 13px;
}

.headline-6-col {
  width: 460px;
  margin-top: 135px;
  margin-bottom: auto;
}

.h2-jumbo {
  color: var(--white);
  margin-bottom: 61px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

._3-col {
  width: auto;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.content7-number-card-no-wrap {
  margin-top: -5px;
  margin-bottom: -5px;
}

.content7-divider {
  background-color: rgba(255, 255, 255, .1);
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.content7-numbers-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 65px;
  display: flex;
}

.section-dark-2 {
  color: #fff;
  background-color: #111212;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  overflow: hidden;
}

.content7-number-card {
  color: #fff;
  background-color: #111212;
  border-radius: 8px;
  padding: 10px 30px 20px;
}

.content7-number-card.content7-number-card-content2 {
  background-color: #c47ca2;
  height: auto;
}

.content7-number-card.content7-number-card-content1 {
  background-color: #3fcedc;
  height: auto;
}

.content7-number-card.content7-number-card-content3 {
  background-color: #b3b3af;
}

.content7-number-card.content7-number-card-content4 {
  background-color: #21263b;
  height: 155px;
}

.content7-number-card.content7-number-card-content4-copy {
  background-color: #21263b;
}

.content7-number-card.a-1 {
  background-color: #b3b3af;
}

.path-ehx6p, .path-2svvo, .path-fdwmef, .path-b8ncs, .path-9bgus, .path-4xtad, .path-93sd8, .path-skzwn, .path-1m0gs, .path-eyjh5 {
  color: #fff;
}

.path-zazfe, .path-lnat3k {
  color: #4049fd;
}

.path-j93asj {
  color: #4951ff;
}

.logo-to-use-2ps33g {
  width: 124px;
  height: auto;
}

.path-1oc19, .path-f654ng, .path-uvf3h, .path-cdr8l, .path-4m875, .path-e0pfk, .path-q1ay6 {
  color: #1a1b6c;
}

.path-lu9v2 {
  color: #ef898b;
}

.logo-to-use-momqe {
  width: 124px;
  height: auto;
}

.container-20 {
  max-width: 1440px;
  margin-top: 193px;
}

.section-7 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-21 {
  max-width: 1440px;
}

.content7-number-card-copy {
  color: #fff;
  background-color: #111212;
  border-radius: 8px;
  padding: 10px 30px 20px;
}

.content7-number-card-copy.content7-number-card-content2 {
  background-color: #c47ca2;
}

.content7-number-card-copy.content7-number-card-content1 {
  background-color: #3fcedc;
}

.content7-number-card-copy.content7-number-card-content3 {
  background-color: #b3b3af;
}

.content7-number-card-copy.content7-number-card-content4, .content7-number-card-copy.content7-number-card-content4-copy {
  background-color: #21263b;
}

.container-21-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  display: grid;
}

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

.container-23 {
  flex: 1;
  max-width: 1440px;
}

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

.path-omjt6g, .path-tpeiif, .path-ore43h, .path-ugyf7, .path-bygja, .path-jbevw, .path-p813k {
  color: #1a1b6c;
}

.path-o0f8m {
  color: #ef898b;
}

.logo-to-use-9r6jj {
  width: 124px;
  height: auto;
}

.div-block-3 {
  margin: 13px;
  padding: 0;
}

.path-e9nub, .path-pa362l, .path-9ib0aj, .path-clu19, .path-n6jvf, .path-o2o77, .path-1fdr4 {
  color: #1a1b6c;
}

.path-f0h6s {
  color: #ef898b;
}

.logo-to-use-8046hj {
  width: 206px;
  height: auto;
}

.flex_wrapper-copy {
  display: flex;
}

.flex_wrapper-copy.flex_distribute {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.flex_wrapper-copy.flex_vertical {
  flex-direction: column;
}

.flex_wrapper-copy.flex_vertical.card_link {
  color: #070707;
  background-image: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .95));
  border: 1px solid #dee2e5;
  border-radius: 16px;
  justify-content: space-between;
  height: 186px;
  padding: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
}

.flex_wrapper-copy.flex_vertical.card_link:hover {
  background-color: #fff;
  border-color: #fff;
}

.flex_wrapper-copy.flex_vertical-copy {
  flex-direction: column;
}

.flex_wrapper-copy.flex_vertical-copy.card_link {
  color: #070707;
  background-image: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .95));
  border: 1px solid #dee2e5;
  border-radius: 16px;
  justify-content: space-between;
  height: 186px;
  padding: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
}

.flex_wrapper-copy.flex_vertical-copy.card_link:hover {
  background-color: #fff;
  border-color: #fff;
}

.flex_wrapper-copy.flex_vertical-copy.card_link-copy {
  color: #070707;
  background-image: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .95));
  border: 1px solid #dee2e5;
  border-radius: 16px;
  justify-content: space-between;
  height: 129px;
  padding: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
}

.flex_wrapper-copy.flex_vertical-copy.card_link-copy:hover {
  background-color: #fff;
  border-color: #fff;
}

.section-co-logo {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.container-25 {
  flex: 1;
  max-width: 1440px;
  padding: 100px 19px;
}

._3_col_grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.icon_32x32-2 {
  object-fit: contain;
  width: 103px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-4 {
  margin-bottom: 68px;
}

.testimonial5-image {
  background-image: url('../images/Person-Pic-32x.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
}

.testimonial5-image.testimonial5-image2 {
  background-image: url('../images/Person-Pic-42x.jpg');
}

.testimonial5-image.testimonial5-image3 {
  background-image: url('../images/Person-Pic-52x.jpg');
}

.link-16-blue {
  font-size: 16px;
  line-height: 28px;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60, .text-16.text-16-p {
  opacity: .6;
  color: var(--black);
  padding-right: 45px;
}

.testimonial5-item-wrap {
  border: 1px solid rgba(17, 18, 18, .06);
  border-radius: 8px;
  padding: 30px;
}

.testimonial5-item-wrap.testimonial5-item-wrap-dark {
  background-color: #1a1a1a;
  border-color: rgba(255, 255, 255, .06);
  justify-content: center;
  align-items: center;
  height: 267px;
  padding-left: 56px;
  padding-right: 45px;
  display: flex;
}

.testimonial5-quote-wrap {
  margin-bottom: 0;
}

.testimonial5-content-wrap {
  align-items: flex-start;
  display: flex;
}

.tagline-4 {
  opacity: .6;
  color: #e7e7e7;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 35px;
  font-size: 12px;
}

.section-dark-3 {
  color: #fff;
  background-color: #111212;
  height: 56vh;
  display: flex;
  overflow: hidden;
}

.wrap-copy {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap-copy.w80 {
  width: 100%;
  max-width: 1440px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrap-copy.w80-50 {
  width: 1440px;
  padding-top: 80px;
  padding-bottom: 50px;
}

.wrap-copy.w50 {
  width: 1440px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrap-copy.w80-50-copy {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 91px;
  padding: 0 19px;
}

.efi-hr-03-top-copy {
  background-color: #000;
  background-image: url('../images/sergey-zolkin-_UeY8aTI6d0-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding: 0% 5% 31%;
}

.headline-8-col-3 {
  width: 786px;
  margin-bottom: 50px;
}

.tagline-5 {
  opacity: .6;
  color: #c2c2c2;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.heading-5 {
  color: var(--white);
}

.heading-6 {
  margin-top: 11px;
  margin-bottom: 41px;
}

.slider-2 {
  background-image: url('../images/0_0-5-copy_10_0-5 copy.webp');
  background-position: 50%;
  background-size: cover;
  height: 480px;
}

.sysf-breadcrumbs-link {
  color: var(--systemflow-lite--neutral--80);
  font-weight: 500;
  text-decoration: none;
}

.sysf-breadcrumbs-link:hover {
  color: var(--systemflow-lite--primary--60);
}

.sysf-breadcrumbs-link:active {
  color: var(--systemflow-lite--primary--70);
}

.sysf-breadcrumbs-link:focus {
  color: var(--systemflow-lite--primary--60);
}

.sysf-breadcrumbs-link.w--current {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-breadcrumbs-separator {
  color: var(--systemflow-lite--neutral--60);
  padding-left: 8px;
  padding-right: 8px;
  line-height: 24px;
  display: inline-block;
}

.material-icons.sysf-icon-back {
  margin-right: 4px;
}

.sysf-breadcrumbs-back-mobile {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.sysf-breadcrumbs {
  color: var(--systemflow-lite--neutral--80);
  align-items: center;
  padding-top: 25px;
  display: block;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

.content3-bottom-headline {
  opacity: .6;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.btn.btn-outline-dark {
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s, border .2s;
}

.btn.btn-outline-dark:hover {
  border-color: rgba(255, 255, 255, .5);
}

.btn.btn-outline-light {
  color: #111212;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(17, 18, 18, .05);
}

.btn.btn-outline-light:hover {
  border-color: rgba(17, 18, 18, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

._6-col-last {
  width: 460px;
}

.tagline-6 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.content3-headline {
  width: 753px;
  margin-top: 5px;
  padding-right: 50px;
}

.section-dark-4 {
  color: #fff;
  background-color: #111212;
  overflow: hidden;
}

.section-9 {
  overflow: hidden;
}

.tagline-7 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.section-10 {
  overflow: hidden;
}

.tagline-8 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.container-26 {
  max-width: 1440px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0b4328;
  background-image: linear-gradient(198deg, rgba(0, 0, 0, 0), #000);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 474px;
  padding-left: 70px;
  padding-right: 70px;
  display: grid;
}

.container-27, .container-28 {
  max-width: 1440px;
}

.button-3 {
  background-color: #bdbdbd;
  border-radius: 17px;
  margin-top: 18px;
  margin-left: 17px;
  margin-right: 17px;
}

.body-2 {
  font-family: Inter, sans-serif;
}

.section-6-copy {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.container-29 {
  max-width: none;
  padding: 0 30px 0 20px;
}

.container-30 {
  padding: 0 25px 25px;
}

.a-2 {
  color: #fff;
  background-color: #111212;
  border-radius: 8px;
  padding: 10px 30px 20px;
}

.a-2.content7-number-card-content2 {
  background-color: #c47ca2;
  height: auto;
}

.a-2.content7-number-card-content1 {
  background-color: #3fcedc;
  height: auto;
}

.a-2.content7-number-card-content3 {
  background-color: #b3b3af;
}

.a-2.content7-number-card-content4, .a-2.content7-number-card-content4-copy {
  background-color: #21263b;
}

.a-2.a-1 {
  background-color: var(--white);
  border: .5px solid #000;
  border-radius: 11px;
  padding: 1px 15px;
  display: flex;
}

.heading-7 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 19px;
}

._3-col-copy {
  width: auto;
  margin: 10px 9px;
  display: inline-block;
}

._3-col-copy._3-col-last {
  margin-right: 0;
}

.heading-8 {
  color: var(--black);
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 300;
}

.container-28-copy {
  float: none;
  text-align: center;
  max-width: 1440px;
}

.container-27-copy {
  max-width: 1440px;
}

.content1-item-description-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 204px;
  padding-right: 0;
  display: flex;
}

.content1-items-2 {
  align-items: flex-start;
  display: flex;
}

.headline-8-col-4 {
  width: 781px;
  margin-bottom: 50px;
}

.tagline-9 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.section-dark-5 {
  color: #fff;
  background-color: #111212;
  justify-content: flex-start;
  align-items: center;
  display: block;
  overflow: hidden;
}

.content1-items-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-9 {
  color: var(--black);
  text-transform: capitalize;
  line-height: 41px;
}

.container-31 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: start;
  max-width: 1440px;
  margin-left: -23px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tagline-10 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.section-dark-copy {
  color: #fff;
  background-color: #111212;
  overflow: hidden;
}

.container-32, .container-33 {
  max-width: 1440px;
}

.cell {
  background-color: rgba(255, 255, 255, 0);
}

.section-11 {
  background-color: #f0f0f0;
}

.text-block-5 {
  font-size: 16px;
}

.div-block-5 {
  background-color: #fff;
  width: auto;
  max-width: 632px;
  height: 99px;
  padding: 36px 153px 18px 10px;
}

.text-block-6 {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.list-item-2 {
  font-size: 29px;
  line-height: 63px;
}

.list-item-3 {
  font-weight: 600;
}

.list-item-4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.quick-stack {
  grid-column-gap: 20px;
}

.cell-2 {
  justify-content: space-between;
  align-items: stretch;
}

.cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8, .cell-9, .cell-10, .cell-11, .cell-12 {
  justify-content: flex-start;
  align-items: stretch;
}

.quick-stack-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
}

.cell-13 {
  justify-content: flex-start;
  align-items: stretch;
}

.cell-14, .cell-15, .cell-16, .cell-17, .cell-18 {
  background-color: #fff;
}

.button-tertiary-s-1 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #0c23b3;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-tertiary-s-1:hover {
  color: #6d81ff;
}

.icon-embed-s-1 {
  color: #fff;
  align-items: center;
  height: 16px;
  display: flex;
}

.icon-embed-s-1:hover {
  color: #b8b8b8;
}

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

.text-block-7:hover {
  color: #b8b8b8;
}

.bold-text-2 {
  font-size: 22px;
}

.slide-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-4 {
  border-radius: 20px;
  max-width: 89%;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 0;
  padding-right: 0;
}

.container-34 {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.container-35 {
  justify-content: flex-start;
  align-items: center;
  max-width: 461px;
  display: flex;
}

.paragraph-6 {
  color: var(--white);
  font-size: 16px;
  line-height: 23px;
}

.text-block-8 {
  color: var(--white);
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 48px;
  font-weight: 500;
  line-height: 53px;
}

.icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .1rem;
  display: flex;
}

.icon.dark-icon-color {
  color: var(--white);
}

.icon.icon-embed {
  color: #0c23b3;
  justify-content: flex-start;
  align-items: center;
}

.span-name {
  color: #fff;
  white-space: nowrap;
  background-color: #3f8ef1;
  border-radius: 1rem;
  margin-top: -1.25rem;
  margin-left: -1rem;
  padding: .2rem .875rem;
  font-size: .875rem;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
}

.span-name.three {
  background-color: #5088a3;
}

.span-name.two {
  background-color: #b6496b;
}

.intro-text {
  text-align: center;
  width: 100%;
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
}

.span-avatar {
  text-align: left;
  white-space: nowrap;
  background-image: url('../images/Placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  width: 3.75rem;
  height: 3.75rem;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  transition: border-radius .4s cubic-bezier(.25, .46, .45, .94), border-color .4s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  bottom: -.875rem;
}

.span-avatar:hover {
  border-color: #3f8ef1;
  border-radius: 2rem;
}

.span-avatar.three {
  background-image: url('../images/Screenshot-2024-03-28-at-5.30.29-AM.webp');
}

.span-avatar.three:hover {
  border-color: #5088a3;
  border-bottom-left-radius: .5rem;
}

.span-avatar.two {
  background-image: url('../images/pngtree-shiny-yellow-star-icon-clipart-png-image_6613580.webp');
}

.span-avatar.two:hover {
  border-color: #b6496b;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.span-avatar.one {
  white-space: nowrap;
  background-image: url('../images/0_3-4.webp');
}

.span-avatar.delivery {
  background-image: url('../images/Screenshot-2024-03-28-at-6.25.29-AM_1Screenshot 2024-03-28 at 6.25.29 AM.webp');
}

.span-avatar.delivery:hover {
  border-color: #5088a3;
  border-bottom-left-radius: .5rem;
}

.intro-paragraph {
  flex-direction: column;
  font-size: 3.25rem;
  line-height: 1.45;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.div-block-6 {
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.sysf-body-text {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
}

.sysf-body-text.sysf-m {
  letter-spacing: -.011em;
}

.sysf-s-m-b-0 {
  margin-bottom: 0;
}

.sysf-faq-question {
  margin-bottom: 8px;
  font-weight: 600;
}

.sysf-faq-item-wrapper {
  margin-bottom: 24px;
}

.sysf-faq-item-wrapper.sysf-box {
  background-color: var(--systemflow-lite--neutral--20);
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 24px;
}

.sysf-faq-item-wrapper.sysf-box.sysf-last {
  margin-bottom: 0;
}

.sysf-column {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.sysf-row {
  flex-direction: row;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.sysf-heading {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-heading.sysf-l {
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-section-title {
  width: 50%;
  margin-bottom: 48px;
}

.sysf-section-title.sysf-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sysf-wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section-6-copy-1 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.text-block-9 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.button-tertiary-copy {
  grid-column-gap: 12px;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  margin-top: 40px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-tertiary-copy:hover {
  color: silver;
}

.bold-text-3 {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
}

.text-block-10 {
  font-size: 27px;
}

.text-block-11 {
  font-size: 13px;
}

.text-block-12 {
  color: #000;
  font-size: 27px;
  font-weight: 700;
}

.div-block-7 {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-slide {
  background-image: linear-gradient(183deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6)), url('../images/cozant_7911cozant_7910.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

._1-tagline {
  opacity: .6;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.container-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1440px;
  height: 87vh;
  padding-left: 0;
  display: flex;
}

.heading-11 {
  color: var(--white);
  align-self: auto;
}

.div-block-13 {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  margin-bottom: 159px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.paragraph-7 {
  color: var(--white);
  font-size: 16px;
  line-height: 25px;
}

.paragraph-8 {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}

.div-block-14 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-5 {
  border-radius: 20px;
}

.services-heading {
  color: var(--white);
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.container-services {
  max-width: 460px;
  padding-bottom: 18px;
}

.paragraph-9 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 23px;
}

.container-37 {
  max-width: none;
}

.div-block-15 {
  padding-left: 45px;
  padding-right: 0;
}

.services-div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.services-container {
  max-width: 1440px;
}

.services-01 {
  max-width: none;
}

.services-02 {
  padding-left: 45px;
  padding-right: 0;
}

.paragraph-10 {
  color: var(--black);
  padding-top: 100px;
  padding-right: 56px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.body-3 {
  font-family: Inter, sans-serif;
}

.services-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 662px;
  padding-left: 70px;
  padding-right: 70px;
  display: grid;
}

.div-block-16 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-13 {
  text-transform: capitalize;
  line-height: 40px;
}

.container-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  max-width: 1440px;
  display: grid;
}

.c-col {
  width: auto;
  margin-right: 20px;
  display: inline-block;
}

.c-col._3-col-last {
  background-color: #21263b;
  border-radius: 8px;
  margin-right: 0;
  padding: 10px 20px 20px;
}

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

.c-grid-01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.p-01-text {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.p-01-text.text-16-60 {
  opacity: .6;
  color: var(--black);
  padding-right: 45px;
}

.image-6 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 12px;
  height: 100%;
}

.image-6-copy {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 12px;
  height: 100%;
}

.bold-text-4 {
  color: #080808;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.5px;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-uppercase.mg-bottom-16px {
  margin-top: 25px;
  margin-bottom: 20px;
}

.text-200 {
  font-size: 18px;
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
  font-size: 16px;
}

.dropdown-pd {
  padding: 30px 36px 32px;
}

.dropdown-pd.small {
  padding: 28px 32px;
}

.dropdown-wrapper {
  padding: 20px 15px;
}

.dropdown-toggle {
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  padding: 0;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #727272;
}

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr;
  justify-items: start;
}

.grid-1-column.dropdown-link-column.mg-top-16px {
  grid-row-gap: 10px;
  grid-template-columns: .5fr;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
}

.dropdown-column-wrapper.w--open {
  border-radius: 10px;
  margin-top: 21px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

.dropdown-column-wrapper.small {
  transform: translate(0%);
}

.dropdown-link {
  color: #333;
  width: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.dropdown-link:hover {
  color: #000;
}

.dropdown-link.w--current {
  color: #131313;
}

.dropdown-link.special {
  color: #131313;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 2px solid #131313;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: border-color .3s, color .3s;
}

.dropdown-link.special:hover {
  color: #727272;
  border-bottom-color: #727272;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.dropdown-2-sides {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr auto;
  align-items: stretch;
  width: 600px;
  margin-left: 190px;
  padding: 22px 34px;
}

.empty-state {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
}

.wbs-menu-button {
  background-color: var(--flowstica-webflow-library--white-smoke);
  border-radius: 10px;
}

.wbs-menu-button.w--open {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-button-primary-4 {
  background-color: var(--flowstica-webflow-library--light-slate-grey);
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
}

.wbs-button-primary-4:hover {
  background-color: var(--flowstica-webflow-library--black);
}

.wbs-nav-center-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.wbs-nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.wbs-dropdown-link {
  color: var(--flowstica-webflow-library--black);
  font-size: 16px;
  font-weight: 700;
  transition: color .3s ease-in-out;
}

.wbs-dropdown-link:hover {
  color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-dropdown-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.wbs-dropdown-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wbs-dropdown-list {
  background-color: var(--flowstica-webflow-library--white);
  border: 1px solid rgba(1, 11, 21, .12);
  border-radius: 10px;
  padding: 15px 10px;
}

.wbs-logo {
  height: 2.375rem;
}

.wbs-nav-center-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.wbs-navbar-center {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 15px;
  padding-bottom: 15px;
}

.wbs-section {
  padding: 6.25rem 5%;
}

.wbs-button-primary-1 {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
}

.wbs-button-primary-1:hover {
  background-color: var(--flowstica-webflow-library--black);
}

.wbs-nav-link-dark {
  color: var(--flowstica-webflow-library--white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.wbs-nav-menu {
  margin-left: auto;
}

.wbs-nav-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.wbs-navbar-6 {
  background-color: var(--flowstica-webflow-library--black);
  padding-top: 15px;
  padding-bottom: 15px;
}

.body-4 {
  font-family: Inter, sans-serif;
}

.efi-button-menu {
  padding: 0;
}

.efi-cta-menu-button {
  background-color: #000;
  padding: 10px 30px;
  font-weight: 700;
}

.efi-cta-menu-button.nav-04 {
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.efi-nav-link {
  padding: 0 10px;
  font-size: 16px;
}

.efi-nav-link.last {
  padding-right: 20px;
}

.efi-nav-04-nav-menu {
  align-items: center;
  display: flex;
}

.efi-nav-04-inner {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.efi-nav-04 {
  background-color: #fff;
  padding: 10px 2%;
}

.header-nav-link {
  letter-spacing: .08em;
  text-transform: none;
  padding: 20px 15px;
  font-size: 16px;
  line-height: 18px;
}

.header-nav-link:hover {
  color: #727272;
}

.header-nav-link.w--current {
  color: #131313;
}

.text-block-13 {
  text-transform: none;
}

.bold-text-5 {
  color: #080808;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.uui-navbar08_menu-button {
  padding: 0;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray800);
  background-color: var(--untitled-ui--gray800);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .225rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--systemflow-lite--primary--60);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray700);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet, .show-tablet {
  display: none;
}

.uui-navbar08_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar08_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar08_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar08_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar08_link.w--current {
  color: #000;
}

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

.uui-navbar08_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
}

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

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

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

.uui-navbar08_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

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

.uui-navbar08_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar08_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar08_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar08_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 7px;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  margin: 17px 10px;
  display: grid;
}

.uui-navbar08_dropdown-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template: ". Area"
  / .25fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.uui-navbar08_dropdown-list {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-navbar08_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding: 1.25rem 0;
  display: block;
  left: -400px;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.uui-navbar08_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar08_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar08_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: auto;
  margin-bottom: -1px;
  padding-bottom: 0;
  display: flex;
}

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

.uui-navbar08_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  display: flex;
}

.uui-navbar08_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.bold-text-6 {
  font-weight: 400;
}

.uui-navbar3_menu-button {
  padding: 0;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-tertiary-gray-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray-2:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray700);
}

.uui-button-tertiary-gray-2.hide-tablet {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--white);
  padding-left: .525rem;
  padding-right: .525rem;
}

.uui-button-tertiary-gray-2.hide-tablet-1 {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--white);
  width: 157px;
  padding-left: .525rem;
  padding-right: .525rem;
}

.uui-button-tertiary-gray-2.hide-tablet-001 {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--white);
  width: 112px;
  margin-top: 19px;
  padding-left: .525rem;
  padding-right: .525rem;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-2.show-tablet, .show-tablet-2 {
  display: none;
}

.uui-navbar03_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar03_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.uui-navbar03_link {
  color: var(--black);
  align-items: center;
  padding: 1.75rem .7rem;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.uui-navbar03_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar03_link.w--current {
  color: #000;
}

.uui-button-icon {
  color: var(--systemflow-lite--primary--70);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--systemflow-lite--primary--70);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-navbar03_bottom-bar-right {
  grid-column-gap: 1.5rem;
  display: flex;
  position: relative;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-navbar03_bottom-bar-left {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  font-weight: 500;
  display: flex;
  position: relative;
}

.uui-navbar03_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar03_bottom-bar-background {
  border: .2px solid var(--systemflow-lite--neutral--50);
  background-color: var(--untitled-ui--gray50);
  width: 200vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -50vw;
  right: -50vw;
}

.uui-navbar03_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

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

.uui-navbar03_item-heading {
  color: var(--black);
  margin-bottom: .25rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.uui-navbar03_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall-2 {
  color: var(--systemflow-lite--primary--60);
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.uui-navbar03_icon-wrapper {
  flex: none;
}

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

.uui-navbar03_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-badge-small-success-2 {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar03_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar03_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar03_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  border: 0 solid #3b3b3b;
  border-left: .3px solid #858585;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar03_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: grid;
}

.uui-navbar03_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar03_dropdown-list {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-navbar03_dropdown-list.w--open {
  border-top: .3px solid var(--systemflow-lite--neutral--60);
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  top: 4.9625rem;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.uui-dropdown-icon-2 {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.uui-navbar03_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.uui-navbar03_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar03_menu-dropdown {
  position: static;
}

.uui-navbar03_menu-left {
  margin-left: 30px;
}

.uui-navbar03_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark-2 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

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

.uui-navbar03_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-block-15 {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
}

.text-block-16 {
  font-size: 14px;
  font-weight: 400;
}

.text-block-17, .text-block-18 {
  font-size: 96px;
  line-height: 106px;
}

.text-block-19 {
  font-size: 95px;
}

.text-block-20 {
  font-size: 96px;
  line-height: 106px;
}

.text-block-21 {
  font-size: 106px;
  line-height: 68px;
}

.text-block-22, .heading-14 {
  color: var(--white);
  font-size: 96px;
  line-height: 106px;
}

.heading-15 {
  color: var(--white);
  text-align: left;
  max-width: 706px;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 0;
  font-size: 65px;
  line-height: 67px;
}

.mask-2 {
  height: 100vh;
}

._3-slide {
  background-image: linear-gradient(183deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .77)), url('../images/1-banners-Content_11-banners-Content.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide-nav {
  font-size: 19px;
  top: auto;
  bottom: 0%;
  left: 100px;
  right: auto;
}

._1-container-s-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
  height: 87vh;
  padding-left: 0;
  display: flex;
}

.slider-3 {
  height: 100vh;
}

.slide-3 {
  background-image: linear-gradient(207deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .39) 67%, #000), url('../images/cozant__.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-7 {
  height: 103%;
  display: block;
}

.slide-4 {
  background-image: url('../images/cozant__.png');
  background-position: 50%;
  background-size: cover;
}

.outline-button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid rgba(136, 158, 168, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.outline-button.light {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, .2);
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.centered-line {
  background-color: rgba(255, 255, 255, .09);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.inner-hero-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.home-hero {
  justify-content: center;
  min-height: 94vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-background {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  max-width: 650px;
  margin-bottom: 124px;
  margin-left: 127px;
  display: grid;
}

.slide-content {
  justify-content: center;
  height: 100%;
  padding-bottom: 160px;
  display: flex;
}

.slide-hero-background {
  background-image: url('../images/033.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-hero-background.slider-001 {
  background-image: linear-gradient(193deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .23) 63%, rgba(0, 0, 0, .72)), url('../images/cozant__.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-hero-background.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background.slider-003 {
  background-image: url('../images/017.jpeg');
}

.slide-hero-background.slider-002 {
  background-image: linear-gradient(193deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .23) 63%, rgba(0, 0, 0, .72)), url('../images/cozant_7911cozant_7910.webp');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-hero-background.slider-003 {
  background-image: linear-gradient(193deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .23) 63%, rgba(0, 0, 0, .72)), url('../images/1-banners-Content-copy_11-banners-Content-copy.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.slide-hero-background.slider-004 {
  background-image: linear-gradient(193deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .23) 63%, rgba(0, 0, 0, .72)), url('../images/0_0-1_1.webp');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.slide-hero-background.slider-005 {
  background-image: linear-gradient(193deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .23) 63%, rgba(0, 0, 0, .72)), url('../images/0_1.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.line-fill {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.line-fill.light {
  background-color: rgba(255, 255, 255, .2);
}

.slider-arrow {
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding-left: 100px;
  display: flex;
  top: 0;
  bottom: 80px;
  left: -100px;
}

.slider-arrow.right {
  padding-left: 0;
  padding-right: 100px;
  left: auto;
  right: -100px;
}

.slider-arrow-icon {
  opacity: .3;
  width: 18px;
}

.slider-5 {
  background-color: rgba(221, 221, 221, 0);
  height: 100%;
}

.hero-top {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 24px;
}

.xxl-heading {
  color: var(--white);
  font-size: 56px;
  line-height: 1.2em;
}

.slide-nav-2 {
  display: none;
}

.overlay {
  background-color: rgba(10, 16, 29, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-19 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  display: grid;
  position: relative;
}

.slider-6 {
  height: 100%;
}

.hover-line {
  height: 1px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.dropdown-link-2 {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(136, 158, 168, .2);
  width: 100%;
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

.dropdown-link-2.bottom {
  border-bottom-style: none;
}

.nav-menu {
  justify-content: center;
  max-width: 400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.social-toggle {
  border: 1px solid rgba(136, 158, 168, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px;
  display: flex;
}

.dropdown {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.social-drop-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px rgba(136, 158, 168, .2);
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  padding: 6px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .12);
}

.navigation-content {
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  justify-content: space-between;
  width: 96%;
  display: flex;
  position: relative;
}

.social-circle {
  cursor: pointer;
  border: 1px rgba(136, 158, 168, .2);
  border-radius: 100%;
  width: 36px;
  height: 36px;
  position: relative;
}

.nav-right {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  position: relative;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list.w--open {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.hover-line-fill {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.dropdown-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 250px;
  min-width: 250px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .12);
}

.dropdown-corner {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(45deg);
}

.outline-social-icon {
  border: 1px solid rgba(136, 158, 168, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.outline-social-icon.large {
  width: 34px;
  height: 34px;
}

.social-dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.brand {
  color: #000;
  letter-spacing: -.03em;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.image-8 {
  width: 180px;
  padding-top: 27px;
  padding-bottom: 27px;
}

.nav-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  padding: 12px 32px;
  font-size: 9px;
  text-decoration: none;
  overflow: hidden;
}

.navbar {
  border-bottom: .6px solid var(--systemflow-lite--neutral--60);
  background-color: #fff;
  justify-content: center;
  height: 80px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
}

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

.nav-cover {
  background-color: #fff;
  border: 1px rgba(136, 158, 168, .05);
  height: 100%;
  box-shadow: 0 12px 36px -8px rgba(62, 65, 116, .1);
}

.navigation-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 15px;
  margin-left: 6px;
  margin-right: -21px;
  display: flex;
}

.nav-link {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  display: flex;
}

.nav-link.w--current {
  color: #000;
}

.slide-nav-3 {
  bottom: 34px;
}

.home-hero--c-001 {
  background-image: linear-gradient(215deg, rgba(0, 0, 0, 0), rgba(1, 1, 1, .42) 78%, #030303), url('../images/0_2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  min-height: 74vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block--c-0002 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.slider-background-c-004 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-intro-c-005 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  max-width: 650px;
  margin-bottom: 80px;
  margin-left: 0;
  display: grid;
}

.centered-line-c-005 {
  background-color: rgba(255, 255, 255, .09);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.container-40 {
  flex: 1;
  max-width: 1440px;
}

.services-heading-c-001 {
  color: var(--white);
  max-width: 664px;
  margin-bottom: 102px;
  padding-left: 22px;
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
}

.body-5 {
  font-family: Inter, sans-serif;
}

.home-hero--p-001 {
  background-image: linear-gradient(215deg, rgba(0, 0, 0, 0), rgba(1, 1, 1, .42) 78%, #030303), url('../images/0_0-1_2.webp');
  background-position: 0 0, 50% 27%;
  background-size: auto, cover;
  justify-content: center;
  min-height: 74vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-6 {
  font-family: Inter, sans-serif;
}

.div-block-p-002 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #3c00ff;
  background-image: linear-gradient(198deg, rgba(0, 0, 0, 0), #000);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 474px;
  padding-left: 70px;
  padding-right: 70px;
  display: grid;
}

.div-block-p-0003 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: linear-gradient(198deg, rgba(0, 0, 0, 0), #f3f3f3);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 474px;
  padding-left: 70px;
  padding-right: 70px;
  display: grid;
}

.image-9 {
  border-radius: 20px;
}

.services-heading-p-1 {
  color: var(--black);
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.paragraph-c--001 {
  color: var(--black);
  font-size: 16px;
  line-height: 23px;
}

.overlay-2 {
  background-color: rgba(11, 12, 15, .15);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-2.light-overlay {
  background-color: rgba(11, 12, 15, .1);
}

.home-banner_slider {
  cursor: grab;
  display: flex;
}

.navbar_toggle {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border: 1px solid #2e313a;
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  display: flex;
}

.navbar_toggle.w--open {
  z-index: 10;
}

.home-banner_bkg {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.heading-style-huge {
  letter-spacing: -.5vw;
  text-transform: uppercase;
  padding-top: 2vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 16vw;
  font-weight: 400;
  line-height: .75;
}

.heading-style-huge.text-color-white.text-align-center {
  color: var(--white);
  margin-top: 0;
  padding-top: 0;
  font-weight: 700;
}

.text-size-regular {
  font-size: 1.2rem;
  line-height: 1.4;
}

.home-banner_nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e7eeee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.curve-arrow {
  border: 1px solid #e7eeee;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  position: absolute;
  top: .5rem;
}

.text-size-xsmall {
  color: var(--white);
  font-size: .8rem;
}

.text-size-xsmall.text-style-allcaps {
  letter-spacing: .07rem;
  font-size: .625rem;
  line-height: 1.3;
}

.curve-block-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: center;
  align-items: flex-end;
  height: 0;
  display: flex;
  position: absolute;
  top: .5px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-service_card {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  border-right: 1px dashed #e7eeee;
  flex-direction: column;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home-service_card.end {
  border-right-style: none;
}

.letter-1 {
  z-index: 1;
  letter-spacing: normal;
  font-size: 112px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.letter-1.letter-1-our-01 {
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  padding-left: 0;
  font-family: Cookie, sans-serif;
  font-size: 36px;
  font-weight: 400;
  bottom: 108px;
}

.home-work-block {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.text-size-small {
  font-size: .975rem;
  line-height: 1.35;
}

.letter-8 {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.home-service {
  overflow: hidden;
}

.home-service-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-top: 4rem;
  padding-bottom: 8rem;
  display: grid;
}

.text-style-link {
  color: #000;
  text-decoration: none;
}

.text-style-link.light {
  color: #fff;
}

.home-about {
  z-index: 25;
  position: relative;
}

.home-banner_credit {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

.line-fill-2 {
  background-color: #2e313a;
  width: 100%;
  height: 1px;
}

.line-fill-2.light-line-fill {
  background-color: #e7eeee;
}

.home-service-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 27.5rem;
  display: flex;
}

.home-work-cms {
  padding-bottom: 2rem;
}

.hero-rotate-image {
  z-index: 25;
  perspective: 200vw;
  border-radius: .875rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0%;
  display: flex;
  position: relative;
  overflow: visible;
  transform: perspective(200vw);
}

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

.home-faq-number {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.home-banner_avatar {
  border-radius: .4rem;
  width: 3rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
}

.home-about-block {
  background-color: #fff;
  border-radius: .875rem;
  flex-direction: column;
  justify-content: space-between;
  min-height: 20rem;
  display: flex;
  position: relative;
}

.home-service-block {
  background-color: #fff;
  border-radius: 1rem;
  position: relative;
}

.footer-link-2 {
  color: #fff;
  text-decoration: none;
}

.navbar_dropdown-list.w--open {
  background-color: rgba(221, 221, 221, 0);
  justify-content: flex-end;
  align-items: flex-start;
  width: 0;
  height: 0;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-service_top {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20rem;
  display: flex;
}

.home-service_base {
  border-top: 1px solid #e7eeee;
}

.row-title-clip {
  overflow: hidden;
}

.footer-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_menu {
  display: none;
}

.navbar_right {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_line {
  background-color: #fff;
  width: 37.5%;
  height: 1px;
}

.hover-text.bottom-hover-text {
  position: absolute;
  top: auto;
  bottom: -100%;
  left: 0%;
  right: 0%;
}

.hame-faq-bottom {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-rotate-base {
  z-index: 50;
  perspective: 200vw;
  width: 22.5%;
  max-width: 40vh;
  height: 100%;
  position: absolute;
}

.home-banner_slide {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5rem;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xlarge {
  padding-top: 134px;
  padding-bottom: 134px;
}

.home-hero-2 {
  z-index: 10;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .14), #000), url('../images/0_3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
  overflow: visible;
}

.letter-9 {
  display: inline-block;
}

.row-title-bottom {
  border-top: 1px solid #e7eeee;
  padding-bottom: 5rem;
}

.text-size-xlarge {
  font-size: 3.2rem;
  line-height: 1.3;
}

.text-size-xlarge.text-align-center {
  color: var(--white);
  margin-top: -28px;
  font-size: 26px;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-size-tiny-2 {
  font-size: .7rem;
}

.grid-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 1fr) minmax(auto, 96rem) minmax(2rem, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-work-bottom {
  position: relative;
}

.icon-2 {
  color: #0b0c0f;
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  display: flex;
  overflow: hidden;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.625rem;
  display: flex;
}

.navbar_overlay {
  z-index: 5;
  cursor: pointer;
  background-color: rgba(11, 12, 15, .5);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-block-2 {
  flex-direction: column;
  display: flex;
}

.row-title-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.about-hero_navbar {
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider-arrow-2 {
  grid-column-gap: .35rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.slider-arrow-2.swiper-prev {
  border-right: 1px solid #e7eeee;
}

.footer-menu {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  justify-content: space-between;
  display: flex;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.home-faq-icon {
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.clip {
  position: relative;
  overflow: hidden;
}

.hero-rotate-item {
  z-index: 25;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-arrow.top {
  position: absolute;
  top: -100%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hover-arrow.right {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -100%;
}

.hover-arrow.left {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -100%;
  right: auto;
}

.home-about-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .3rem;
  padding-bottom: 2rem;
  display: flex;
}

.home-work-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  display: flex;
}

.home-faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0);
  border-top: 1px solid #e7eeee;
  border-bottom: 1px #e7eeee;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
  padding: 0;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.home-faq-item.w--current {
  background-color: rgba(221, 221, 221, 0);
  overflow: hidden;
}

.home-faq-item.no-border {
  border-top-style: none;
  position: relative;
}

.row-title {
  width: 100%;
}

.brand-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: .4rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 400;
}

.home-service_intro {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #e7eeee;
  border-left: 1px #e7eeee;
  border-right: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  justify-items: start;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: grid;
}

.letter-3 {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.slider-arrow_text {
  padding-bottom: .25rem;
}

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.home-service-top {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 8rem;
  display: flex;
}

.icon-1x1-tiny {
  justify-content: center;
  align-items: center;
  width: .9rem;
  height: .9rem;
  display: flex;
  overflow: hidden;
}

.navbar_dropdown {
  position: static;
}

.home-hero-intro {
  z-index: 1;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  display: flex;
  position: relative;
}

.navbar_component {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.home-faq-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e7eeee;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 2rem;
  display: flex;
  overflow: hidden;
}

.home-faq-content {
  background-color: #0b0c0f;
  border: 1px #e7eeee;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 2.5rem;
  padding: 4rem 2rem 4rem 6rem;
  display: flex;
  overflow: hidden;
}

.home-service_height {
  border-radius: .625rem;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.home-banner_com {
  border-radius: .625rem;
  justify-content: center;
  align-items: flex-end;
  min-height: 80vh;
  padding-top: 16rem;
  padding-bottom: 16rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-size-large {
  font-size: 1.4rem;
  line-height: 1.45;
}

.letter-2 {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.home-faq-block {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: space-between;
  min-height: 35rem;
  display: flex;
}

.home-banner_content {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-radius: .625rem;
  flex-direction: column;
  width: 100%;
  max-width: 35rem;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navlink {
  color: #fff;
  text-decoration: none;
}

.navbar_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-transform: none;
  border-right: 1px solid #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 10rem;
  max-height: 65vh;
  padding: 12rem 2rem 0;
  text-decoration: none;
  display: grid;
  overflow: auto;
}

.home-hero-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 90vh;
  padding-top: 6rem;
  padding-bottom: 5.4rem;
  display: flex;
  position: relative;
}

.navbar_drop-content {
  z-index: 30;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2e313a;
  border-radius: 100rem;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.button-4.is-light {
  color: #000;
  border-color: #e7eeee;
}

.heading-style-h5 {
  letter-spacing: -.05rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer-bottom-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #2e313a;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.hero-rotate-height {
  padding-top: 130%;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.row-title-text {
  letter-spacing: -.35vw;
  text-transform: uppercase;
  margin-bottom: -3.5vw;
  font-size: 13.5vw;
  font-weight: 400;
  line-height: .89;
}

.row-title-text.text-align-center {
  text-align: center;
  font-size: 197px;
}

.navbar_link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.home-faq-text {
  max-width: 30rem;
}

.line {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.line.line-wrap_topleft {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.curve-link {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -1px;
  padding: 0;
  display: flex;
  position: relative;
}

.letter-4 {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.home-service_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  display: flex;
}

.text-block-23 {
  color: red;
}

.heading-16 {
  font-size: 22px;
}

.heading-17 {
  font-size: 19px;
}

.body-7 {
  font-family: Inter, sans-serif;
}

.efi-paragraph-2 {
  margin-bottom: 0;
  padding-top: 108px;
}

.efi-ft-02-features-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.efi-ft-02-image-wrapper {
  margin-bottom: 45px;
}

.efi-h2-2 {
  text-transform: capitalize;
  line-height: 40px;
}

.efi-ft-02-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  align-content: stretch;
  align-items: end;
  justify-items: center;
  margin-bottom: 50px;
}

.efi-ft-02-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-02 {
  padding: 50px 5% 100px;
}

.efi-h2-2-c-001 {
  font-weight: 400;
}

.body-8 {
  font-family: Inter, sans-serif;
}

.efi-ft-07-grid {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  margin-bottom: 100px;
}

.ft-07-tab-text-block {
  font-size: 18px;
  font-weight: 700;
}

.ft-07-tab-link {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.ft-07-tab-link.w--current {
  color: #bdbdbd;
  background-color: rgba(200, 200, 200, 0);
  font-size: 18px;
}

.ft-07-tab-link.uui-button-tertiary-gray-2.hide-tablet.hide-tablet-01 {
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.ft-07-tab-link.uui-button-tertiary-gray-2.hide-tablet.hide-tablet-01.w--current {
  background-color: #070088;
}

.efi-ft-07-tabs-menu {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  margin-right: 0;
  display: flex;
}

.efi-ft-07-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-07 {
  padding: 100px 2%;
}

.tab-link-tab-5 {
  background-color: #c8c8c8;
}

.tab-link-tab-5.w--current {
  background-color: rgba(200, 200, 200, 0);
  width: 0;
}

.tab-link-tab-5-2 {
  color: #333;
}

.tab-link-tab-5-2.w--current {
  color: rgba(51, 51, 51, 0);
  background-color: rgba(200, 200, 200, 0);
}

.tab-link-tab-5-2.w--current:active {
  background-color: rgba(255, 255, 255, 0);
}

.body-9 {
  font-family: Inter, sans-serif;
}

.container-41 {
  max-width: 1440px;
}

.section-12 {
  height: auto;
}

.efi-form-button {
  color: #fff;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 0;
  width: 100%;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: all .7s ease-in-out;
}

.efi-form-button:hover {
  color: #fff;
  background-color: #636363;
  transform: translate(0, -7px);
}

.efi-form-button:active {
  color: #fff;
}

.input {
  color: #727272;
  letter-spacing: -.8px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #6b6b6b;
  height: 55px;
  margin-bottom: 30px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.input:focus {
  border: 1px #cecece;
  border-bottom-style: solid;
}

.efi-frm-01-form-wrapper {
  padding: 60px 30px;
}

.efi-frm-01-form-block {
  border: 1px solid #bebebe;
}

.efi-frm-01-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.efi-frm-01-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-frm-01 {
  padding: 100px 5%;
}

.sysf-button {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--systemflow-lite--neutral--10-2);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button:hover {
  background-color: var(--systemflow-lite--primary--50);
}

.sysf-button:active {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10-2), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button.sysf-medium:hover {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button.sysf-medium:active {
  background-color: var(--systemflow-lite--primary--80);
}

.sysf-button.sysf-medium:focus {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-switch-label {
  color: var(--systemflow-lite--neutral--80);
  margin-bottom: 0;
  font-weight: 400;
}

.sysf-switch {
  background-color: var(--systemflow-lite--neutral--40);
  cursor: pointer;
  background-image: url('../images/Switch-Handle.svg');
  background-position: 2px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-style: none;
  border-radius: 10px;
  width: 36px;
  height: 20px;
  margin-top: 0;
  margin-right: 8px;
  transition: background-color .2s;
}

.sysf-switch:hover {
  border-color: var(--systemflow-lite--primary--50);
  background-color: var(--systemflow-lite--neutral--50);
}

.sysf-switch.w--redirected-checked {
  border-width: 0;
  border-color: var(--systemflow-lite--primary--60);
  background-color: var(--systemflow-lite--primary--60);
  background-image: url('../images/Switch-Handle.svg');
  background-position: 17px;
  background-size: 16px;
}

.sysf-switch.w--redirected-focus {
  border-color: var(--systemflow-lite--primary--50);
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10-2), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-switch-field {
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.sysf-input-description {
  margin-bottom: .75rem;
}

.sysf-input-title {
  margin-bottom: .25rem;
  font-weight: 600;
}

.sysf-input-with-label {
  margin-bottom: 1.5rem;
}

.sysf-checkbox-label {
  color: var(--systemflow-lite--neutral--80);
  margin-bottom: 0;
  font-weight: 400;
}

.sysf-checkbox {
  border: 1px solid var(--systemflow-lite--neutral--50);
  background-color: var(--systemflow-lite--neutral--10-2);
  cursor: pointer;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 8px;
  transition: background-color .2s;
}

.sysf-checkbox:hover {
  border-color: var(--systemflow-lite--primary--50);
}

.sysf-checkbox.w--redirected-checked {
  border-color: var(--systemflow-lite--primary--60);
  background-color: var(--systemflow-lite--primary--60);
  background-image: url('../images/check.svg');
  background-size: 12px 12px;
}

.sysf-checkbox.w--redirected-focus {
  border-color: var(--systemflow-lite--primary--50);
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10-2), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-checkbox-field {
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.sysf-radio-button-label {
  color: var(--systemflow-lite--neutral--80);
  margin-bottom: 0;
  font-weight: 400;
}

.sysf-radio-button {
  border-color: var(--systemflow-lite--neutral--50);
  background-color: var(--systemflow-lite--neutral--10-2);
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 8px;
}

.sysf-radio-button:hover {
  border-color: var(--systemflow-lite--primary--50);
}

.sysf-radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--systemflow-lite--primary--60);
  background-color: var(--systemflow-lite--neutral--10-2);
  width: 20px;
  height: 20px;
}

.sysf-radio-button.w--redirected-focus {
  border-color: var(--systemflow-lite--primary--50);
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10-2), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-radio-button-field {
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.sysf-input {
  border: 1px solid var(--systemflow-lite--neutral--40);
  background-color: var(--systemflow-lite--neutral--10-2);
  border-radius: 6px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.sysf-input:hover {
  border-color: var(--systemflow-lite--primary--40);
}

.sysf-input:active {
  border-color: var(--systemflow-lite--primary--50);
}

.sysf-input:focus {
  border-color: var(--systemflow-lite--primary--60);
  background-color: var(--systemflow-lite--neutral--10-2);
}

.sysf-input::placeholder {
  color: var(--systemflow-lite--neutral--70);
}

.sysf-input.sysf-medium {
  height: 44px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.sysf-input-caption {
  color: var(--systemflow-lite--neutral--80);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-3:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-form-checkbox-label {
  color: var(--untitled-ui--gray700);
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: none;
  background-image: url('../images/check_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  border-radius: .25rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--systemflow-lite--neutral--80);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form_input.select {
  color: var(--untitled-ui--gray900);
  background-color: #fff;
}

.uui-field-label {
  color: var(--untitled-ui--gray700);
  text-transform: capitalize;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-form-radio-label {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 500;
}

.uui-form-radio-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-radio-icon:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.uui-form-radio-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  margin-top: 0;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: var(--untitled-ui--primary600);
  background-image: url('../images/check-tick.svg');
}

.uui-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

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

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

.uui-contact04_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-text-style-link-02 {
  color: var(--untitled-ui--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-icon-1x1-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-contact04_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact04_item {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-contact04_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  padding-top: 17px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-contact04_component {
  grid-column-gap: 7.1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.form-field-2col--01 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray200);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout82_item {
  border: 1px solid #bebebe;
  flex-direction: column;
  align-items: center;
  padding: 26px 16px;
}

.uui-layout82_list {
  grid-column-gap: .6rem;
  grid-row-gap: .7rem;
  grid-template-rows: auto;
  width: 100%;
  margin-top: -42px;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-3:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-3:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout82_content {
  flex-direction: column;
  align-items: center;
}

.uui-layout82_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.container-42 {
  max-width: 1440px;
  padding-bottom: 17px;
}

.uui-text-size-medium-2-f-001 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  padding-bottom: 23px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.slider-background-c-c-005 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-hero--c-0010 {
  background-image: linear-gradient(215deg, rgba(0, 0, 0, 0), rgba(1, 1, 1, .22) 78%, #030303), url('../images/0_70_06.webp');
  background-position: 0 0, 50% 27%;
  background-size: auto, cover;
  justify-content: center;
  min-height: 83vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tagline-3-h-0001 {
  opacity: .6;
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.text-block-24 {
  color: #000;
}

.text-block-25 {
  color: var(--white);
  text-align: center;
  font-size: 55px;
  line-height: 66px;
}

.text-block-26 {
  color: var(--white);
  text-align: center;
  margin-top: -21px;
  font-size: 39px;
  font-weight: 700;
  line-height: 50px;
}

.container-43 {
  background-image: url('../images/0_3.webp');
  background-position: 0 0;
  background-size: cover;
  max-width: 1440px;
  min-height: 94vh;
}

.home-about-block-c-001 {
  background-color: #fff;
  border-radius: .875rem;
  flex-direction: column;
  justify-content: space-between;
  min-height: 20rem;
  display: flex;
  position: relative;
}

.container-c-003 {
  max-width: 1440px;
}

.c-001-container, .c--001-container {
  max-width: none;
  padding: 0 30px;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
}

.image-12 {
  width: 626px;
}

.image-13 {
  width: 831px;
}

.efi-ft-06-image {
  margin-bottom: 15px;
}

.efi-ft-06-cell {
  color: #fff;
}

.efi-ft-06-features {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.efi-ft-06-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  margin-bottom: 125px;
}

.efi-ft-06-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-06 {
  background-color: #000;
  padding: 150px 5% 100px;
}

.efi-pr-03-cell-wrapper.invert {
  color: #fff;
}

.efi-pr-03-list-item {
  font-size: 16px;
  font-weight: 400;
}

.efi-pr-03-cells {
  grid-column-gap: 35px;
  border-bottom: 1px solid #383838;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr 1fr .5fr;
  padding-bottom: 50px;
}

.efi-pr-03-pricing-grid {
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.efi-pr-03-title-wrapper.invert {
  color: #fff;
}

.efi-pr-03-title-grid {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  margin-bottom: 150px;
}

.efi-pr-03-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-pr-03 {
  background-color: #000;
  padding: 100px 5%;
}

.efi-pricing-button {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 40px;
  font-size: 18px;
  transition: all .7s;
  display: flex;
}

.efi-pricing-button:hover {
  transform: translate(0, -7px);
}

.efi-pricing-button.invert {
  filter: invert();
}

.efi-option {
  font-size: 16px;
  font-weight: 400;
}

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

.efi-points-grid {
  grid-column-gap: 5px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
  margin-bottom: 15px;
}

.efi-pricing-points, .efi-price-block {
  margin-bottom: 0;
}

.efi-big-paragraph-2 {
  font-size: 20px;
  font-weight: 400;
}

.efi-pricing-header {
  border-bottom: 1px solid #5f5f5f;
  padding-bottom: 0;
}

.efi-pricing-container {
  grid-column-gap: 40px;
  grid-row-gap: 38px;
  border-bottom: 1px #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  display: grid;
}

.efi-pr-02-pricing-container {
  color: #fff;
  border: 1px solid #313131;
  border-radius: 1px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.efi-pr-02-pricing-container.grey {
  background-color: #202020;
  border-style: none;
}

.efi-pr-02-pricing-grid {
  grid-column-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.efi-tab-text {
  font-size: 18px;
  font-weight: 700;
}

.efi-tab-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 20px;
}

.efi-tab-link.w--current {
  filter: none;
  color: #c2c2c2;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 20px;
}

.efi-pr-02-tab-menu {
  margin-bottom: 35px;
}

.efi-pr-02-title-wrapper.invert {
  color: #fff;
}

.efi-pr-02-grid {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  margin-bottom: 100px;
}

.efi-pr-02-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-paragraph-2-copy {
  margin-bottom: 0;
  padding-top: 0;
}

.tagline-3-copy {
  opacity: .6;
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.container-44 {
  max-width: 1440px;
}

.body-10 {
  font-family: Inter, sans-serif;
}

.div-block-20 {
  padding: 87px 140px;
}

.heading-19, .heading-20 {
  font-weight: 400;
}

.body-11 {
  font-family: Inter, sans-serif;
}

.services-heading-c-00101 {
  color: var(--white);
  max-width: 1000px;
  margin-bottom: 102px;
  padding-left: 22px;
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
}

.services-heading-c-001-01 {
  color: var(--white);
  max-width: 816px;
  margin-bottom: 102px;
  padding-left: 22px;
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
}

.headline-6-col-01 {
  width: 100%;
  max-width: 715px;
  margin-top: auto;
  margin-bottom: auto;
}

.intro-paragraph-1 {
  flex-direction: column;
  font-size: 3.25rem;
  line-height: 1.45;
}

.heading-28 {
  line-height: 39px;
}

.paragraph-11 {
  font-size: 32px;
  font-weight: 700;
}

.container-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  display: grid;
}

.uui-contact05_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.error-text-2 {
  color: #e23939;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text-2 {
  font-weight: 600;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-4:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-4:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form-button-wrapper-2 {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui--gray700);
}

.uui-form-checkbox-label-2 {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon-2 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon-2:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-checkbox-icon-2.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: none;
  background-image: url('../images/check_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-2.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  border-radius: .25rem;
}

.uui-form-checkbox-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-form_input-2.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-field-label-2 {
  color: var(--untitled-ui--gray700);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper-2 {
  position: relative;
}

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

.uui-contact05_form-wrapper {
  flex-direction: column;
  align-items: stretch;
  margin-top: 3rem;
  margin-bottom: 0;
}

.uui-text-style-link-02-2 {
  color: var(--untitled-ui--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-contact05_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.efi-frm-05-image-wrapper {
  background-image: url('../images/a1.jpg');
  background-position: 50%;
  background-size: cover;
}

.efi-form-button-2 {
  color: #fff;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 0;
  width: 100%;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: all .7s ease-in-out;
}

.efi-form-button-2:hover {
  color: #fff;
  background-color: #636363;
  transform: translate(0, -7px);
}

.efi-form-button-2:active {
  color: #fff;
}

.input-2 {
  color: var(--white);
  letter-spacing: -.8px;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #6b6b6b;
  border-radius: 9px;
  height: 43px;
  margin-bottom: 30px;
  padding: 12px 0 12px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.input-2:focus {
  border: 1px #cecece;
  border-bottom-style: solid;
}

.efi-h3-3 {
  color: var(--white);
}

.efi-frm-05-form {
  margin-top: 38px;
  margin-bottom: 38px;
}

.efi-frm-05-form-block {
  border: 1px solid var(--white);
  background-color: #eaeaea;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 0 30px;
}

.efi-frm-05-grid {
  grid-column-gap: 6px;
  grid-template-rows: auto;
}

.efi-frm-05 {
  padding: 30px 2% 75px;
}

.body-12 {
  font-family: Inter, sans-serif;
}

.text-block-27 {
  color: var(--white);
  margin-bottom: 12px;
}

.s-1-container {
  max-width: 1440px;
}

.s-1-div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0b1d43;
  background-image: linear-gradient(198deg, rgba(0, 0, 0, 0), #000);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 36px 70px 64px;
  display: grid;
}

.s-1-div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.s-1-div-block-15 {
  padding-left: 0;
  padding-right: 0;
}

.s-1-container-services {
  max-width: 460px;
  padding-bottom: 18px;
}

.s-1-services-heading {
  color: var(--white);
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.s1-1-container-services {
  max-width: 460px;
  padding-bottom: 0;
}

.s-1-paragraph-9 {
  color: var(--white);
  font-size: 28px;
  line-height: 35px;
}

.checkbox-label {
  color: var(--black);
}

.link {
  color: var(--systemflow-lite--primary--40);
  text-transform: capitalize;
}

.s-2-services-heading-copy {
  color: var(--white);
  font-size: 53px;
  font-weight: 700;
  line-height: 63px;
}

.sysf-button-text {
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}

.material-icons-2.sysf-icon-left {
  margin-top: 2px;
  margin-right: 4px;
}

.sysf-button-content-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sysf-button-2 {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--systemflow-lite--neutral--10-2);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button-2:hover {
  background-color: var(--systemflow-lite--primary--50);
}

.sysf-button-2:active {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-2:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10-2), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button-2.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button-2.sysf-medium:hover {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-2.sysf-medium:active {
  background-color: var(--systemflow-lite--primary--80);
}

.sysf-button-2.sysf-medium:focus {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-2.sysf-medium.sysf-outline {
  box-shadow: inset 0 0 0 1px var(--systemflow-lite--neutral--40);
  margin-right: 6px;
}

.sysf-button-2.sysf-medium.sysf-outline:hover {
  background-color: var(--systemflow-lite--neutral--20);
}

.sysf-button-2.sysf-medium.sysf-outline:active {
  background-color: var(--systemflow-lite--neutral--30);
}

.sysf-button-2.sysf-medium.sysf-outline:focus {
  background-color: var(--systemflow-lite--neutral--20);
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10-2), 0 0 0 5px var(--systemflow-lite--primary--60), inset 0 0 0 1px var(--systemflow-lite--neutral--40);
}

.sysf-button-2.sysf-outline {
  background-color: var(--systemflow-lite--neutral--10-2);
  color: var(--systemflow-lite--neutral--100);
}

.sysf-button-2.sysf-outline:hover {
  background-color: var(--systemflow-lite--neutral--30);
}

.container-46 {
  margin-top: 24px;
}

.bold-text-7 {
  font-size: 20px;
}

.bold-text-8 {
  font-size: 15px;
}

.efi-h3-3-copy {
  color: var(--black);
  margin-bottom: 31px;
  font-size: 30px;
}

.body-13 {
  font-family: Inter, sans-serif;
}

.testimonial-slider-small-2 {
  background-color: var(--black);
  color: #4b4b4b;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

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

.testimonial-slider-2 {
  background-color: rgba(0, 0, 0, 0);
  max-width: 1440px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper-2 {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-card-2.testimonial-01-card-2 {
  background-color: #1a1a1a;
  height: 230px;
  padding-left: 73px;
  padding-right: 70px;
}

.testimonial-info-2 {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
}

.tagline-11 {
  color: var(--white);
  margin-bottom: 10px;
  padding-top: 8px;
  font-size: 14px;
  line-height: 22px;
}

.testimonial-icon-wrapper-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 157px;
  display: flex;
}

.testimonial-slider-left-2 {
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  padding-bottom: 20px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: .5%;
  right: auto;
}

.testimonial-slider-left-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
  max-width: 67%;
}

.testimonial-slider-right-2 {
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  padding-bottom: 20px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: .5%;
}

.testimonial-slider-right-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav-2 {
  display: none;
}

.container-48 {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 35px 0;
}

.section-13 {
  background-color: #111212;
}

.div-block-21 {
  width: auto;
  max-width: none;
}

.image-16 {
  padding-right: 0;
}

.heading-29 {
  color: var(--white);
  text-transform: capitalize;
}

.container-49 {
  max-width: 1440px;
  padding: 70px 30px;
}

.section-14 {
  background-color: #111212;
}

.image-17 {
  padding: 4px;
}

.image-18 {
  margin-left: 10px;
  margin-right: 10px;
}

.heading-30 {
  text-transform: capitalize;
}

.container-42-copy {
  max-width: 1440px;
  padding-bottom: 17px;
  padding-right: 643px;
}

.efi-h2-2-p01 {
  text-transform: capitalize;
  margin-top: 0;
  line-height: 40px;
}

@media screen and (max-width: 991px) {
  .image {
    min-width: 18rem;
    max-width: 35rem;
  }

  .section.hero {
    padding-top: 39px;
  }

  .cta-header-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .clients-image-three {
    margin-bottom: 30px;
  }

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

  .grid-2 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-2 {
    font-size: 23px;
  }

  .layout-wrapper.vertical, .layout-wrapper.horizontal {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .features-component-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .feature-card-image {
    width: auto;
    height: 100%;
  }

  .feature-card-image.horizontal {
    object-fit: none;
    position: absolute;
  }

  .button-secondary-2:hover {
    background-color: #2400ff;
  }

  .button:hover {
    background-image: linear-gradient(#2400ff, #2400ff);
  }

  .features-list {
    padding-top: 0;
    padding-bottom: 55px;
  }

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

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

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .features-layout-3 {
    grid-column-gap: .6rem;
    grid-row-gap: .8rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .features-wrapper {
    justify-content: space-between;
  }

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

  .clients-image-three-2 {
    margin-bottom: 30px;
  }

  .container-15, .container-16 {
    max-width: 728px;
  }

  .rl_navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .rl_navbar5_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .rl_navbar5_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_navbar5_dropdown-content-left {
    grid-column-gap: 0rem;
    grid-row-gap: 26px;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-top: .7rem;
    padding-left: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .rl_navbar5_logo {
    width: 218px;
    margin-left: 0;
    padding-top: 15px;
  }

  .rl_navbar5_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar5_dropdown-content {
    flex-direction: column;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar5_dropdown-background-layer {
    min-width: 100%;
  }

  .rl_navbar5_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .rl_navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .rl_navbar5_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 15rem;
    position: absolute;
    overflow: auto;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rl_navbar5_blog-list, .rl_navbar5_large-item-content, .rl_navbar5_dropdown-content-wrapper {
    width: 100%;
  }

  .rl_navbar5_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
  }

  .rl_navbar5_blog-item {
    width: 100%;
  }

  .rl_navbar5_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .slider {
    height: 57vh;
  }

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

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

  .efi-text-rights {
    font-size: 12px;
    line-height: 16px;
  }

  .efi-footer-links {
    font-size: 14px;
  }

  .efi-ftr-01-footer-column {
    margin-bottom: 36px;
  }

  .efi-ftr-01-grid {
    grid-template-columns: .75fr .75fr 1fr;
    grid-auto-flow: row;
  }

  .container-18 {
    grid-template-columns: 1fr;
    max-width: 728px;
    padding-bottom: 46px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-social-block-two {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
  }

  .footer-social-link-2 {
    width: 60px;
  }

  .efi-hr-03-right-content {
    padding-top: 0;
  }

  .efi-jumbo {
    font-size: 65px;
  }

  .efi-hr-03-title-wrapper {
    width: 100%;
  }

  .efi-hr-03-grid {
    grid-template-columns: 1fr;
  }

  .efi-hr-03-top {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .efi-tsm-02-icon {
    width: 5.2em;
  }

  .efi-tsm-02-div-3 {
    width: 100%;
    padding-left: 0;
  }

  .efi-tsm-02-div-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .efi-tsm-02-div-1 {
    width: 100%;
    padding-right: 0;
  }

  .efi-tsm-02-testimonials {
    flex-direction: column;
  }

  .efi-tsm-02-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-slide-wrapper {
    max-width: 325px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider-left {
    margin-left: 2px;
    left: -20px;
  }

  .testimonial-slider-right {
    margin-right: 19px;
    right: -20px;
  }

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

  .headline-8-col {
    text-align: center;
    width: auto;
  }

  .content1-item-description {
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .decoline {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .decoline.decoline-dark {
    text-align: left;
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .content1-image.content1-image2, .content1-image.content1-image-3 {
    background-position: 50% 62%;
  }

  .tagline-3 {
    text-align: left;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    flex: 0 auto;
    order: 0;
    width: 100%;
    margin-bottom: 0;
    margin-right: auto;
  }

  .section-dark {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .content1-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    align-items: start;
    justify-items: stretch;
    margin-bottom: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w80 {
    margin-top: 21px;
    padding: 50px;
  }

  .wrap.w50-80-start {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: auto;
    margin-top: 45px;
    margin-bottom: 45px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrap.w50-80-start-copy {
    flex-direction: column;
  }

  .headline-8-col-2 {
    text-align: center;
    width: auto;
  }

  .section-6 {
    height: auto;
  }

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

  .headline-6-col {
    text-align: left;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .h2-jumbo {
    margin-bottom: 43px;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content7-numbers-wrap {
    flex-direction: column;
    align-items: center;
  }

  .section-dark-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .content7-number-card, .content7-number-card-copy {
    text-align: center;
  }

  .container-25 {
    padding: 69px 20px;
  }

  ._3_col_grid-2 {
    grid-column-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-4 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .testimonial5-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-16.text-16-60 {
    color: var(--black);
    text-align: left;
    width: 100%;
    padding-right: 0;
  }

  .text-16.text-16-p {
    width: 100%;
    padding-right: 0;
  }

  .testimonial5-item-wrap {
    text-align: center;
  }

  .testimonial5-item-wrap.testimonial5-item-wrap-dark {
    text-align: left;
    padding-left: 37px;
    padding-right: 37px;
  }

  .testimonial5-content-wrap {
    flex-direction: column;
    margin-bottom: -30px;
  }

  .section-dark-3 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-copy {
    width: 645px;
  }

  .wrap-copy.w80-50-copy {
    width: auto;
    padding-left: 58px;
    padding-right: 58px;
  }

  .efi-hr-03-top-copy {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .headline-8-col-3 {
    text-align: center;
    width: auto;
  }

  .heading-6 {
    text-align: left;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content3-text-wrap {
    text-align: center;
  }

  ._6-col-last {
    width: auto;
  }

  .content3-headline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .section-dark-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    padding: 70px 70px 40px;
  }

  .container-29 {
    padding-left: 0;
    padding-right: 0;
  }

  .a-2 {
    text-align: center;
  }

  ._3-col-copy {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .heading-8 {
    font-size: 17px;
  }

  .content1-item-description-2 {
    text-align: left;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .content1-items-2 {
    flex-direction: column;
    margin-bottom: -30px;
  }

  .headline-8-col-4 {
    text-align: center;
    width: auto;
  }

  .tagline-9 {
    text-align: left;
  }

  .section-dark-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .content1-items-3 {
    flex-direction: column;
    margin-bottom: -30px;
  }

  .heading-9, .heading-10 {
    text-align: left;
  }

  .section-dark-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    max-width: 95%;
  }

  .container-34 {
    max-width: none;
    margin: 0 -20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-35 {
    max-width: 558px;
  }

  .text-block-8 {
    padding-top: 0;
  }

  .span-avatar {
    border-radius: .35rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .intro-paragraph {
    padding: 55px;
    font-size: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-6 {
    height: auto;
  }

  .sysf-faq-question {
    line-height: 1.5;
  }

  .sysf-faq-item-wrapper.sysf-box, .sysf-faq-item-wrapper.sysf-box.sysf-last {
    margin-bottom: 16px;
  }

  .sysf-column {
    width: 100%;
  }

  .sysf-row {
    flex-direction: column;
  }

  .sysf-section-title {
    width: 100%;
    margin-bottom: 32px;
  }

  .sysf-section-title.sysf-centered {
    width: 75%;
  }

  .sysf-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-6-copy-1 {
    height: auto;
    margin-top: 0;
  }

  .text-block-12 {
    text-align: left;
  }

  .div-block-8 {
    margin-bottom: 43px;
  }

  .div-block-9 {
    margin-bottom: 30px;
  }

  .div-block-10, .div-block-11, .div-block-12 {
    margin-bottom: 35px;
  }

  ._1-tagline {
    text-align: left;
    font-size: 9px;
  }

  .container-36 {
    justify-content: flex-start;
    align-items: flex-end;
    height: 49vh;
    padding-bottom: 71px;
  }

  .div-block-13 {
    max-width: 620px;
    padding-right: 0;
  }

  .paragraph-8 {
    font-size: 14px;
    line-height: 20px;
  }

  .image-5 {
    opacity: 1;
    border-radius: 15px;
  }

  .container-services {
    max-width: none;
  }

  .container-37 {
    margin-top: 50px;
  }

  .div-block-15 {
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .services-01 {
    margin-top: 50px;
  }

  .services-02 {
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .services-div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    padding: 70px;
  }

  .heading-12, .heading-13 {
    text-align: left;
  }

  .div-block-17 {
    margin-bottom: 42px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .c-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .c-col._3-col-last {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .c-grid-01 {
    grid-column-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mask {
    max-width: 682px;
  }

  .p-01-text.text-16-60 {
    width: 100%;
    padding-right: 0;
  }

  .dropdown-wrapper {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    transform: translate(-30%);
  }

  .wbs-menu-button {
    background-color: var(--flowstica-webflow-library--white-smoke);
    border-radius: 10px;
    margin-left: auto;
    padding: 15px;
  }

  .wbs-menu-button.w--open {
    background-color: var(--flowstica-webflow-library--medium-sea-green);
  }

  .wbs-nav-center-right {
    display: none;
  }

  .wbs-nav-center-menu {
    background-color: var(--flowstica-webflow-library--white);
    border: 1px solid rgba(1, 11, 21, .1);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-nav-right {
    display: none;
  }

  .wbs-nav-menu {
    background-color: var(--flowstica-webflow-library--white);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wbs-navbar-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .efi-button-menu {
    padding: 0;
  }

  .efi-button-menu.w--open {
    background-color: #000;
  }

  .efi-cta-menu-button.nav-04 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .efi-nav-link.last.light.center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .efi-nav-link.light {
    background-color: #fff;
    padding: 30px 5%;
  }

  .efi-nav-link.light.center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .efi-nav-04-nav-menu {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
  }

  .header-nav-link {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar08_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hide-tablet {
    display: none;
  }

  .uui-button-secondary-gray.show-tablet, .show-tablet {
    display: block;
  }

  .uui-navbar08_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar08_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar08_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .45rem 0 .45rem .5rem;
    font-size: 1.125rem;
  }

  .uui-navbar08_link:hover {
    color: var(--untitled-ui--gray900);
  }

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

  .uui-navbar08_dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-navbar08_dropdown-link-list {
    grid-row-gap: 12px;
    grid-template-columns: .25fr;
  }

  .uui-navbar08_dropdown-content {
    grid-template-columns: .75fr .25fr;
    align-content: start;
    align-items: start;
    padding: 0 0 1rem;
  }

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

  .uui-navbar08_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: rgba(0, 0, 0, 0);
    width: auto;
    padding: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .uui-navbar08_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .45rem;
    padding-bottom: .15rem;
    padding-left: .5rem;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar08_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

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

  .uui-navbar08_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar08_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon_line-bottom-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar3_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hide-tablet-2 {
    display: none;
  }

  .uui-button-secondary-gray-2.show-tablet, .show-tablet-2 {
    display: block;
  }

  .uui-navbar03_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar03_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar03_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar03_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar03_bottom-bar-left {
    margin-bottom: 2rem;
  }

  .uui-navbar03_container {
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-navbar03_bottom-bar-background {
    border-radius: .5rem;
    width: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .uui-navbar03_bottom-bar {
    border-radius: .5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .uui-navbar03_dropdown-link {
    padding-left: 1.5rem;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-navbar03_dropdown-link-list {
    align-content: stretch;
  }

  .uui-navbar03_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar03_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar03_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon-2 {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .uui-navbar03_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar03_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar03_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar03_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 4px;
    margin-right: 0;
    display: flex;
  }

  .uui-navbar03_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .text-block-15 {
    font-size: 1.125rem;
  }

  .heading-15 {
    max-width: 624px;
    margin-bottom: 0;
    padding-left: 59px;
    padding-right: 0;
    font-size: 52px;
    line-height: 58px;
  }

  .mask-2 {
    height: 72vw;
    margin-top: -80px;
    padding-top: 77px;
  }

  .slide-nav {
    font-size: 14px;
    top: auto;
    bottom: 4%;
    left: 8%;
    right: auto;
  }

  .tagline-3-copy {
    color: var(--black);
    text-align: left;
  }

  ._1-container-s-1 {
    justify-content: flex-start;
    align-items: flex-end;
    height: 49vh;
    padding-bottom: 71px;
  }

  .slider-3 {
    height: 60vh;
  }

  .mask-3 {
    height: 50vh;
  }

  .slider-4 {
    height: 100vw;
  }

  .inner-hero-content {
    padding-top: 36px;
  }

  .home-hero {
    min-height: 56vh;
  }

  .slider-background {
    justify-content: center;
    align-items: flex-end;
  }

  .hero-intro {
    grid-row-gap: 0px;
    margin-bottom: 91px;
    margin-left: 0;
  }

  .slide-hero-background.slider-001, .slide-hero-background.slider-002, .slide-hero-background.slider-003, .slide-hero-background.slider-004, .slide-hero-background.slider-005 {
    align-self: auto;
    margin-top: 0;
  }

  .slider-arrow {
    width: 160px;
    height: 160px;
  }

  .slider-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
    line-height: 43px;
  }

  .div-block-19 {
    margin-top: 0;
  }

  .dropdown-link-2 {
    border-top: 1px solid rgba(136, 158, 168, .2);
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    display: flex;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .social-drop-wrapper {
    border-style: solid;
  }

  .navigation-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .dropdown-list {
    position: absolute;
  }

  .dropdown-list.w--open {
    padding-top: 0;
  }

  .dropdown-wrapper-2 {
    width: 100%;
    min-width: auto;
    box-shadow: 0 18px 36px -8px rgba(41, 43, 78, .12);
  }

  .menu-icon-wrapper {
    border: 1px #000;
    border-left: 1px solid rgba(136, 158, 168, .2);
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0 0 24px;
    display: flex;
  }

  .dropdown-corner {
    border-top: 1px solid rgba(136, 158, 168, .2);
    border-left: 1px solid rgba(136, 158, 168, .2);
    top: -6px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 19px 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon {
    width: 28px;
  }

  .navbar {
    height: 58px;
  }

  .menu-items {
    flex-direction: column;
    box-shadow: 0 18px 36px -8px rgba(41, 43, 78, .07);
  }

  .nav-link {
    background-color: #fff;
    border: 1px rgba(136, 158, 168, .2);
    border-top-style: solid;
    min-height: 60px;
  }

  .slide-nav-3 {
    font-size: 10px;
  }

  .home-hero--c-001 {
    min-height: 56vh;
  }

  .slider-background-c-004 {
    justify-content: center;
    align-items: flex-end;
  }

  .hero-intro-c-005 {
    margin-bottom: 91px;
    margin-left: 0;
  }

  .services-heading-c-001 {
    max-width: 424px;
    margin-bottom: 39px;
    padding-left: 44px;
    font-size: 43px;
  }

  .home-hero--p-001 {
    min-height: 56vh;
  }

  .div-block-p-002, .div-block-p-0003 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    padding: 70px 70px 40px;
  }

  .text-size-regular {
    font-size: 1.1rem;
  }

  .home-service_card {
    border-bottom: 1px dashed #e7eeee;
    border-right-style: none;
    padding: 3rem 0;
  }

  .letter-1.letter-1-our-01 {
    font-size: 30px;
    bottom: 48px;
  }

  .home-service-list {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .home-work-cms {
    padding-bottom: 4rem;
  }

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

  .footer-intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-rotate-base {
    width: 30%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .row-title-bottom {
    padding-bottom: 3rem;
  }

  .text-size-xlarge.text-align-center {
    text-align: center;
    margin-top: -23px;
    font-size: 20px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-large {
    grid-template-columns: minmax(1rem, 1fr) minmax(auto, 104rem) minmax(1rem, 1fr);
  }

  .footer-menu {
    padding-bottom: 2rem;
  }

  .home-about-intro {
    max-width: 40.6rem;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-faq-top {
    grid-template-columns: 2rem 1fr auto;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-service-top {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }

  .home-faq-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }

  .home-banner_com {
    align-items: center;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .home-banner_content {
    max-width: 70vw;
  }

  .navbar_link {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border-bottom: 1px solid #e7eeee;
    border-right-style: none;
    max-height: none;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: visible;
  }

  .home-hero-block {
    min-height: 80vw;
    padding-bottom: 5rem;
  }

  .navbar_drop-content {
    max-height: 80vh;
    overflow: auto;
  }

  .navbar_drop-content.radius-regular {
    max-height: 65vh;
  }

  .footer-bottom-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_link-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-service_grid {
    padding-top: 8rem;
  }

  .efi-paragraph-2 {
    padding-top: 0;
  }

  .efi-ft-02-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-02-image-wrapper {
    margin-bottom: 34px;
  }

  .efi-ft-02-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .efi-ft-02 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-07-tabs-menu {
    height: auto;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .efi-ft-07 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-frm-01-grid {
    grid-template-columns: 1.5fr;
  }

  .efi-frm-01 {
    padding-top: 73px;
  }

  .sysf-button.sysf-medium, .sysf-input {
    font-size: 16px;
  }

  .uui-contact04_contact-list {
    margin-top: 2rem;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .uui-layout82_component {
    grid-template-columns: 1fr;
  }

  .slider-background-c-c-005 {
    justify-content: center;
    align-items: flex-end;
  }

  .home-hero--c-0010 {
    min-height: 56vh;
  }

  .tagline-3-h-0001 {
    color: var(--black);
    text-align: left;
  }

  .text-block-26 {
    margin-top: -22px;
    font-size: 23px;
    line-height: 33px;
  }

  .heading-18 {
    margin-top: 0;
  }

  .efi-ft-06-features {
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-06 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-pr-03-list {
    padding-left: 20px;
  }

  .efi-pr-03-cells {
    grid-template-columns: 1fr 1fr;
  }

  .efi-pr-02-pricing-grid {
    grid-template-columns: 1fr;
  }

  .efi-paragraph-2-copy {
    padding-top: 0;
  }

  .tagline-3-copy {
    text-align: left;
  }

  .div-block-20 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .heading-19 {
    font-weight: 400;
  }

  .services-heading-c-00101 {
    max-width: 554px;
    margin-bottom: 39px;
    padding-left: 44px;
    font-size: 29px;
    line-height: 32px;
  }

  .services-heading-c-001-01 {
    max-width: 627px;
    margin-bottom: 39px;
    padding-left: 44px;
    font-size: 35px;
    line-height: 37px;
  }

  .headline-6-col-01 {
    text-align: left;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .intro-paragraph-1 {
    padding: 55px;
    font-size: 2.5rem;
  }

  .uui-contact05_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .input-2 {
    border-radius: 9px;
  }

  .efi-frm-05-form {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .efi-frm-05-form-block {
    padding-left: 34px;
    padding-right: 34px;
  }

  .efi-frm-05-grid {
    grid-column-gap: 6px;
  }

  .efi-frm-05 {
    padding-top: 25px;
  }

  .s-1-div-block {
    background-color: #0b1d43;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    padding: 70px 70px 40px;
  }

  .s-1-div-block-9 {
    margin-bottom: 30px;
  }

  .s-1-div-block-15 {
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .s-1-container-services {
    max-width: none;
  }

  .s1-1-container-services {
    max-width: none;
    padding-bottom: 0;
  }

  .s-1-paragraph-9 {
    font-size: 32px;
    line-height: 39px;
  }

  .checkbox-label {
    color: var(--black);
  }

  .link {
    color: var(--systemflow-lite--primary--40);
  }

  .s-2-services-heading-copy {
    font-size: 52px;
    line-height: 59px;
  }

  .sysf-button-2.sysf-medium {
    font-size: 16px;
  }

  .container-46 {
    margin-top: 25px;
  }

  .efi-h3-3-copy {
    margin-bottom: 30px;
    font-size: 30px;
  }

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

  .testimonial-card-2.testimonial-01-card-2 {
    justify-content: center;
    align-items: flex-start;
    height: 341px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-author-2 {
    margin-top: 0;
  }

  .testimonial-slider-left-2 {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
    left: 0;
  }

  .testimonial-slider-right-2 {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
    right: 0;
  }

  .container-48 {
    max-width: 728px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .image-18 {
    max-width: 40%;
  }

  .heading-30 {
    text-align: left;
  }

  .container-42-copy {
    padding-right: 0;
  }

  .efi-h2-2-p01 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 100%;
    overflow: visible;
  }

  .header-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    display: flex;
  }

  .button-secondary {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .button-secondary:hover {
    color: #344054;
    background-color: #fff;
  }

  .section {
    padding: 60px 15px;
  }

  .hero-heading {
    font-size: 46px;
  }

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

  .button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .hero-subheading {
    font-size: 46px;
  }

  .button-row {
    align-self: stretch;
  }

  .hero-without-image, .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 33px;
  }

  .feature-card-image {
    opacity: .4;
  }

  .h2 {
    font-size: 46px;
  }

  .button-wrapper.max-width-landscape {
    width: 100%;
  }

  .layout-item.center {
    align-items: flex-start;
  }

  .features-layout-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .button-row-2 {
    align-self: stretch;
  }

  .button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .button-secondary-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-2:hover {
    color: #28345f;
    background-color: #fff;
  }

  .paragraph-center {
    text-align: left;
  }

  .button {
    font-size: 1rem;
  }

  .button:hover {
    background-color: #2400ff;
    border-color: #2400ff;
  }

  .space-small {
    min-height: 1.25rem;
  }

  .article {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: block;
  }

  .features-list {
    padding: 0 15px 60px;
  }

  .features-layout-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-left: 22px;
    padding-right: 22px;
  }

  .features-list-02 {
    padding: 60px 15px;
  }

  .layout-item--01.center {
    align-items: flex-start;
  }

  .space-small-copy {
    min-height: 1.25rem;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .logos-title-small-2 {
    padding: 60px 15px;
  }

  .clients-wrapper-three-2 {
    margin-bottom: -30px;
  }

  .clients-image-three-2 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

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

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

  .rl_navbar5_logo {
    width: 201px;
    margin-left: 0;
    padding-top: 6px;
    padding-bottom: 0;
  }

  .rl_navbar5_spacing-block2, .rl_navbar5_spacing-block1 {
    padding-bottom: .75rem;
  }

  .rl_navbar5_component-2 {
    min-height: 4rem;
  }

  .rl_navbar5_dropdown-content-right {
    padding: 1.5rem;
  }

  .rl_navbar5_blog-item {
    grid-template-columns: .6fr 1fr;
  }

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

  .efi-ftr-01-footer-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .efi-text-rights {
    font-size: 12px;
  }

  .efi-ftr-01-footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    display: grid;
  }

  .efi-footer-links {
    padding-top: 0;
  }

  .efi-footer-title {
    margin-bottom: 10px;
  }

  .efi-ftr-01-footer-column {
    margin-bottom: 0;
  }

  .efi-ftr-01-grid {
    grid-column-gap: 10px;
    grid-template-columns: 2fr 1fr 1fr;
  }

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

  .container-18 {
    grid-auto-flow: row;
    align-items: center;
    justify-items: stretch;
    width: auto;
    max-width: none;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 19px;
    margin-left: auto;
    padding-right: 0;
  }

  .footer-social-link-2 {
    width: 50px;
    margin-left: 0;
  }

  .efi-jumbo {
    font-size: 50px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slider {
    width: 517px;
    max-width: none;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  ._3_col_grid {
    grid-column-gap: 14px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._4-col._4-col-last {
    width: 100%;
  }

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

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap.w80 {
    margin-top: 6px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .wrap.w50-80-start {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 51px;
    margin-bottom: 51px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .headline-8-col-2 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-3, .list-4, .list-5, .list-6 {
    padding-left: 40px;
  }

  .headline-6-col {
    margin-top: 37px;
  }

  .container-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-16.text-16-60 {
    color: var(--black);
  }

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

  .testimonial5-item-wrap.testimonial5-item-wrap-dark {
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .testimonial5-quote-wrap {
    flex: 1;
  }

  .wrap-copy {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-copy.w80-50-copy {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sysf-breadcrumbs-link.sysf-desktop, .sysf-breadcrumbs-separator {
    display: none;
  }

  .sysf-breadcrumbs-back-mobile {
    display: flex;
  }

  ._6-col {
    margin-right: 0;
  }

  .div-block-4 {
    height: auto;
    margin-top: 0;
    margin-bottom: 35px;
    padding: 22px 4px;
  }

  .container-29 {
    padding: 0 10px;
  }

  .heading-8 {
    font-size: 11px;
  }

  .heading-9 {
    font-size: 26px;
    line-height: 37px;
  }

  .image-4 {
    max-width: 91%;
  }

  .container-34 {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-35 {
    max-width: 420px;
  }

  .text-block-8 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 33px;
    line-height: 43px;
  }

  .intro-text {
    padding-top: 0;
  }

  .span-avatar {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -2rem;
    bottom: -1.25rem;
  }

  .intro-paragraph {
    font-size: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sysf-faq-item-wrapper, .sysf-faq-item-wrapper.sysf-box {
    margin-bottom: 16px;
  }

  .sysf-section-title, .sysf-section-title.sysf-centered {
    width: 100%;
  }

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

  .section-6-copy-1 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .div-block-9 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .div-block-12 {
    margin-bottom: 18px;
  }

  ._1-tagline {
    font-size: 11px;
    line-height: 16px;
  }

  .container-36 {
    height: 39vh;
    padding-top: 66px;
    padding-bottom: 0;
    padding-left: 22px;
  }

  .heading-11 {
    margin-top: 7px;
    font-size: 31px;
  }

  .div-block-13 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .div-block-14 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .image-5 {
    border-radius: 8px;
  }

  .services-heading {
    margin-bottom: 16px;
    font-size: 41px;
    line-height: 45px;
  }

  .container-services {
    padding-bottom: 0;
  }

  .paragraph-9 {
    margin-bottom: 0;
  }

  .container-37 {
    margin-top: 40px;
  }

  .services-div-block {
    margin-left: 35px;
    margin-right: 35px;
  }

  .services-01 {
    margin-top: 40px;
  }

  .services-div {
    height: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 22px 4px;
  }

  .heading-13 {
    font-size: 22px;
  }

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

  .mask {
    width: 100%;
    padding-right: 0;
  }

  .p-01-text.text-16-60 {
    color: var(--white);
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .dropdown-pd, .dropdown-pd.small {
    padding: 0;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    margin-top: 18px;
    margin-bottom: 14px;
    position: static;
  }

  .dropdown-column-wrapper.w--open {
    box-shadow: none;
    border-radius: 0;
    transform: translate(0%);
  }

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

  .grid-2-columns.dropdown-2-sides {
    grid-row-gap: 40px;
    grid-template-columns: 1.2fr;
  }

  .wbs-dropdown-grid {
    grid-template-columns: 1fr;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-navbar08_link {
    font-size: 16px;
  }

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

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

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

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

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

  .uui-navbar08_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-logo_component {
    justify-content: space-between;
    align-items: flex-start;
  }

  .uui-navbar08_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bold-text-6, .text-block-14 {
    font-size: 16px;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-tertiary-gray-2:hover {
    color: var(--untitled-ui--gray600);
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-navbar03_link, .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-navbar03_container {
    padding-bottom: 5px;
  }

  .uui-badge-small-success-2 {
    padding: .125rem .5rem;
  }

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

  .uui-navbar03_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .uui-navbar03_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar03_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-15 {
    font-size: 1rem;
  }

  .heading-15 {
    max-width: 487px;
    padding-left: 0;
    font-size: 40px;
    line-height: 43px;
  }

  .mask-2 {
    height: 99vw;
  }

  .slide-nav {
    font-size: 12px;
    top: auto;
    bottom: 9%;
    left: 4%;
    right: auto;
  }

  .right-arrow, .left-arrow {
    height: 179px;
  }

  .div-block-18 {
    align-self: auto;
  }

  ._1-container-s-1 {
    height: 39vh;
    padding-top: 66px;
    padding-bottom: 0;
    padding-left: 22px;
  }

  .slider-3 {
    height: 60vh;
  }

  .slider-4 {
    height: 100vw;
  }

  .inner-hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero {
    min-height: 60vh;
  }

  .hero-intro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide-hero-background.slider-001, .slide-hero-background.slider-002, .slide-hero-background.slider-003, .slide-hero-background.slider-004, .slide-hero-background.slider-005 {
    margin-top: 0;
  }

  .slider-arrow {
    width: 140px;
    height: 140px;
    padding-left: 80px;
    left: -80px;
  }

  .slider-arrow.right {
    padding-right: 80px;
    right: -80px;
  }

  .xxl-heading {
    font-size: 32px;
    line-height: 41px;
  }

  .dropdown-link-2 {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-right {
    grid-column-gap: 18px;
  }

  .navbar {
    height: 59px;
  }

  .nav-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .slide-nav-3 {
    font-size: 10px;
  }

  .home-hero--c-001 {
    background-position: 0 0, 69%;
    min-height: 60vh;
  }

  .hero-intro-c-005 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .services-heading-c-001 {
    max-width: 388px;
    margin-bottom: 57px;
    font-size: 41px;
    line-height: 45px;
  }

  .home-hero--p-001 {
    background-position: 0 0, 69%;
    min-height: 60vh;
  }

  .div-block-p-002, .div-block-p-0003 {
    height: auto;
    margin-top: 0;
    margin-bottom: 35px;
    padding: 22px 4px;
  }

  .services-heading-p-1 {
    margin-bottom: 16px;
    font-size: 41px;
    line-height: 45px;
  }

  .paragraph-c--001 {
    margin-bottom: 0;
  }

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

  .home-service_card {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-service_card.end {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .letter-1 {
    font-size: 78px;
  }

  .letter-1.letter-1-our-01 {
    bottom: 37px;
  }

  .home-service-list {
    padding-bottom: 2rem;
  }

  .home-service-intro {
    max-width: 24rem;
  }

  .letter-animation {
    width: 100%;
    overflow: hidden;
  }

  .footer-intro {
    max-width: 22rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-rotate-base {
    width: 40%;
  }

  .home-banner_slide.swiper-slide {
    padding: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xlarge {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .row-title-bottom {
    padding-bottom: 3rem;
  }

  .text-size-xlarge.text-align-center {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-menu {
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .home-about-intro {
    justify-content: center;
    align-items: center;
    max-width: 33.1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-faq-top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-service-top {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .home-faq-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-faq-list.radius-regular {
    padding: 0 1rem;
  }

  .home-faq-content {
    margin-bottom: 1.75rem;
    padding: 1.75rem 1.5rem;
  }

  .home-faq-content.radius-regular {
    padding: 1.2rem;
  }

  .home-banner_com {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .home-banner_content {
    max-width: 80vw;
  }

  .navbar_link {
    padding: 1.5rem;
  }

  .home-hero-block {
    min-height: 120vw;
    padding-top: 10rem;
    padding-bottom: 5.7rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .footer-bottom-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-service_grid {
    padding-top: 3rem;
  }

  .efi-ft-02-features-grid {
    grid-template-columns: 1fr;
  }

  .efi-ft-02-image-wrapper {
    margin-bottom: 30px;
  }

  .efi-ft-02 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .efi-ft-07-grid {
    grid-template-columns: 1fr;
  }

  .efi-ft-07-tabs-menu {
    margin-right: 0;
  }

  .efi-frm-01 {
    padding-top: 68px;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact04_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1px;
    padding-right: 1px;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-layout82_list {
    grid-row-gap: 2.5rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-layout82_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-hero--c-0010 {
    background-position: 0 0, 50%;
    min-height: 60vh;
  }

  .text-block-26 {
    margin-top: -21px;
  }

  .c-001-container {
    padding: 0 40px;
  }

  .c--001-container {
    padding: 0 20px;
  }

  .heading-18 {
    margin-top: 0;
  }

  .efi-ft-06-grid, .efi-pr-03-title-grid, .efi-pr-02-grid {
    grid-template-columns: 1fr;
  }

  .div-block-20 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .list-7 {
    padding-left: 28px;
  }

  .services-heading-c-00101 {
    max-width: 457px;
    margin-bottom: 57px;
    font-size: 24px;
    line-height: 29px;
  }

  .services-heading-c-001-01 {
    max-width: 533px;
    margin-bottom: 57px;
    font-size: 32px;
    line-height: 40px;
  }

  .headline-6-col-01 {
    margin-top: 37px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-paragraph-1 {
    font-size: 2rem;
  }

  .heading-26 {
    font-size: 32px;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-contact05_form-wrapper {
    margin-top: 2rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact05_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .efi-frm-05-image-wrapper {
    height: 400px;
  }

  .efi-frm-05-form {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .efi-frm-05-form-block {
    margin-top: 68px;
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .efi-frm-05-grid {
    grid-template-columns: 1fr;
  }

  .efi-frm-05 {
    padding-top: 25px;
  }

  .s-1-div-block {
    background-color: #0b1d43;
    height: auto;
    margin-top: 0;
    margin-bottom: 35px;
    padding: 26px 4px 56px;
  }

  .s-1-div-block-9 {
    margin-bottom: 1px;
    margin-left: 35px;
    margin-right: 35px;
  }

  .s-1-container-services {
    padding-bottom: 0;
  }

  .s-1-services-heading {
    margin-bottom: 16px;
    font-size: 41px;
    line-height: 45px;
  }

  .s1-1-container-services {
    padding-bottom: 0;
  }

  .s-1-paragraph-9 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 49px;
  }

  .s-2-services-heading-copy {
    margin-bottom: 3px;
    font-size: 47px;
    line-height: 59px;
  }

  .efi-h3-3-copy {
    font-size: 28px;
  }

  .testimonial-slider-small-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-card-2.testimonial-01-card-2 {
    height: 321px;
  }

  .testimonial-author-2 {
    margin-top: 0;
  }

  .testimonial-slider-left-2 {
    left: 10px;
  }

  .testimonial-slider-right-2 {
    right: 10px;
  }

  .image-18 {
    max-width: 68%;
    margin-left: 3px;
    margin-right: 3px;
  }

  .efi-h2-2-p01 {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .header-image-wrapper {
    height: 16rem;
  }

  .section.hero {
    height: 196svh;
  }

  .hero-heading, .hero-subheading {
    font-size: 28px;
  }

  .container {
    max-width: none;
    margin-top: 19px;
  }

  .cta-header-component {
    grid-template-columns: 1fr;
  }

  .container-2 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    margin-top: 18px;
  }

  .heading {
    font-size: 30px;
    line-height: 33px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 25px;
  }

  .layout-wrapper {
    padding: 24px;
  }

  .feature-card-image {
    z-index: -1;
  }

  .h2 {
    font-size: 28px;
  }

  .container-3, .container-4 {
    max-width: none;
  }

  .layout-item {
    padding: 20px;
  }

  .layout-item.layout-item-01 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .features-layout-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container--02 {
    max-width: none;
    margin-top: 19px;
  }

  .highlight_card {
    border-radius: 24px;
  }

  .display_large {
    font-size: 50px;
  }

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

  .flex_wrapper.flex_vertical.card_link {
    background-color: #fff;
    border-color: #fff;
    width: auto;
    height: 150px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .spacing_48 {
    height: 32px;
  }

  .container-9 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .features-layout-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .layout-item--01 {
    padding: 20px;
  }

  .container-11, .container-14 {
    max-width: none;
  }

  .clients-wrapper-three-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-15 {
    max-width: none;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .container-16 {
    max-width: none;
  }

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

  .rl_navbar5_dropdown-link {
    padding-left: 0;
  }

  .rl_navbar5_logo {
    flex: 0 auto;
    width: 163px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .rl_navbar5_blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rl_navbar5_large-item-content {
    margin-top: 1rem;
  }

  .rl_navbar5_blog-item {
    flex-direction: column;
    display: flex;
  }

  .slider {
    height: 38vh;
    padding-bottom: 0;
  }

  ._1-slide {
    background-position: 0 0, 50%;
  }

  .container-17 {
    max-width: none;
  }

  .efi-secondary-link-dark {
    margin-right: 32px;
  }

  .efi-ftr-01-footer-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .efi-text-rights {
    text-align: left;
    margin-right: 0;
    padding-top: 0;
    font-size: 13px;
  }

  .efi-ftr-01-footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .efi-footer-links {
    padding-top: 0;
  }

  .efi-ftr-01-footer-column {
    margin-bottom: 25px;
  }

  .efi-ftr-01-grid {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .efi-ftr-01-footer-bottom-1 {
    flex-direction: column;
  }

  .container-18 {
    grid-template-columns: .25fr;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-block-two {
    margin-top: 40px;
  }

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

  .footer-social-block-two {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .footer-social-link-2 {
    width: 44px;
  }

  .efi-jumbo {
    font-size: 45px;
  }

  .efi-tsm-02-testimonial-top {
    text-align: left;
    justify-content: center;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-slide-wrapper {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 193px;
    padding-right: 0;
    left: auto;
    right: auto;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    margin-left: 169px;
    left: -10px;
  }

  .testimonial-slider-right {
    justify-content: center;
    align-items: center;
    margin-right: 192px;
    right: 0;
  }

  ._3_col_grid {
    grid-column-gap: 9px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr 1fr;
  }

  .content1-item-description {
    padding-left: 5px;
    padding-right: 0;
  }

  .content1-items {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap.w80 {
    flex: 1;
    order: -1;
    align-self: auto;
    margin-top: 0;
    padding: 40px 16px;
  }

  .wrap.w50-80-start {
    margin-top: 19px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-19 {
    margin-left: auto;
    margin-right: auto;
  }

  .headline-8-col-2 {
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-3, .list-4, .list-5, .list-6 {
    padding-left: 40px;
  }

  .headline-6-col {
    max-width: none;
    padding-left: 5px;
    padding-right: 5px;
  }

  .flex_wrapper-copy.flex_vertical.card_link, .flex_wrapper-copy.flex_vertical-copy.card_link, .flex_wrapper-copy.flex_vertical-copy.card_link-copy {
    background-color: #fff;
    border-color: #fff;
    height: 150px;
  }

  .flex_wrapper-copy.flex_vertical-copy.card_link-copy {
    background-color: #fff;
    border-color: #dee2e5;
    width: 100%;
    height: 93px;
  }

  .container-25 {
    padding-left: 0;
    padding-right: 0;
  }

  ._3_col_grid-2 {
    grid-column-gap: 5px;
    grid-row-gap: 3px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .icon_32x32-2 {
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 30px;
  }

  .text-16.text-16-60 {
    color: var(--black);
    padding-left: 0;
    padding-right: 0;
  }

  .text-16.text-16-p {
    padding-left: 0;
    padding-right: 20px;
  }

  .testimonial5-item-wrap.testimonial5-item-wrap-dark {
    max-width: 308px;
  }

  .wrap-copy.w80-50-copy {
    padding-left: 11px;
    padding-right: 11px;
  }

  .heading-6 {
    font-size: 22px;
    line-height: 30px;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .div-block-4 {
    height: auto;
  }

  .container-29 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8 {
    text-align: left;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
  }

  .container-28-copy {
    text-align: left;
  }

  .heading-9 {
    margin-top: 7px;
    font-size: 25px;
    line-height: 30px;
  }

  .image-4 {
    max-width: 84%;
  }

  .container-34 {
    margin-top: 32px;
  }

  .container-35 {
    max-width: 251px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .text-block-8 {
    font-size: 21px;
    line-height: 27px;
  }

  .intro-text {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .intro-paragraph {
    padding-left: 31px;
    padding-right: 31px;
    font-size: 22px;
    line-height: 1.8;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-9 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-10 {
    margin-bottom: 15px;
  }

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

  .container-36 {
    height: 24vh;
  }

  .div-block-14 {
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-5 {
    border-radius: 8px;
  }

  .services-heading {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 25px;
  }

  .container-services {
    padding-bottom: 0;
  }

  .paragraph-9 {
    font-size: 11px;
    line-height: 20px;
  }

  .div-block-15 {
    margin-top: 15px;
  }

  .services-div-block {
    margin-top: 40px;
  }

  .services-02 {
    margin-top: 15px;
  }

  .services-div {
    height: auto;
  }

  .heading-12 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-13 {
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-17 {
    padding-left: 16px;
    padding-right: 0;
  }

  .c-grid-01 {
    grid-template-columns: 1fr 1fr;
  }

  .p-01-text.text-16-60 {
    padding-left: 0;
    padding-right: 20px;
  }

  .grid-2-columns.dropdown-2-sides {
    justify-items: start;
  }

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

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

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

  .uui-logo_component {
    justify-content: space-between;
    align-items: flex-start;
  }

  .bold-text-6 {
    font-size: 13px;
  }

  .uui-navbar03_bottom-bar-right {
    flex-direction: column;
    width: 100%;
  }

  .uui-navbar03_bottom-bar-left {
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
  }

  .uui-navbar03_bottom-bar {
    align-items: flex-start;
  }

  .uui-navbar03_dropdown-link {
    padding-left: .9rem;
  }

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

  .text-block-15 {
    font-size: 1rem;
  }

  .heading-15 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 16px;
    font-size: 25px;
    line-height: 27px;
  }

  .mask-2 {
    height: 118vw;
  }

  .slide-nav {
    margin-bottom: 0;
    font-size: 10px;
    top: 0%;
    bottom: 3%;
    left: 7%;
    right: auto;
  }

  .right-arrow, .left-arrow {
    height: 202px;
  }

  ._1-container-s-1 {
    height: 25vh;
  }

  .slider-3 {
    height: 40vh;
  }

  .slider-4 {
    height: 100vw;
  }

  .inner-hero-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero {
    min-height: 55vh;
  }

  .hero-intro {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-content {
    padding-top: 124px;
    padding-bottom: 260px;
  }

  .slide-hero-background.slider-001, .slide-hero-background.slider-002, .slide-hero-background.slider-003 {
    flex: 0 auto;
    margin-top: 0;
  }

  .slide-hero-background.slider-004 {
    background-position: 0 0, 72% 0;
    flex: 0 auto;
    margin-top: 0;
  }

  .slide-hero-background.slider-005 {
    flex: 0 auto;
    margin-top: 0;
  }

  .slider-arrow {
    width: 120px;
    height: 120px;
    padding-left: 60px;
    top: auto;
    bottom: 140px;
    left: -60px;
  }

  .slider-arrow.right {
    padding-right: 60px;
    right: -60px;
  }

  .hero-top {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xxl-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 19px;
    padding-right: 32px;
    font-size: 32px;
  }

  .menu-icon-wrapper {
    padding-left: 18px;
  }

  .nav-button {
    display: none;
  }

  .navbar {
    height: 55px;
  }

  .slide-nav-3 {
    font-size: 8px;
  }

  .home-hero--c-001 {
    min-height: 55vh;
  }

  .hero-intro-c-005 {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .services-heading-c-001 {
    max-width: 304px;
    margin-bottom: 56px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 29px;
    line-height: 35px;
  }

  .home-hero--p-001 {
    min-height: 55vh;
  }

  .div-block-p-002, .div-block-p-0003 {
    height: auto;
  }

  .services-heading-p-1 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph-c--001 {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar_toggle {
    width: 2.5rem;
    height: 2.5rem;
  }

  .letter-1 {
    font-size: 46px;
  }

  .letter-1.letter-1-our-01 {
    font-size: 17px;
    bottom: 18px;
  }

  .home-service-list {
    padding-bottom: 2rem;
  }

  .footer-intro {
    max-width: 20rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-rotate-base {
    width: 45%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-xlarge.text-align-center {
    margin-top: -19px;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu {
    padding-top: 1rem;
  }

  .home-about-intro {
    justify-content: center;
    align-items: center;
    max-width: 18.2rem;
    padding: 2rem 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-service-top {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .home-faq-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-banner_content {
    max-width: 85vw;
  }

  .navbar_link {
    padding: 1.25rem;
  }

  .home-hero-block {
    min-height: 110vw;
    padding-top: 15.1rem;
    padding-bottom: 2.8rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .efi-h4-2 {
    margin-top: 0;
  }

  .efi-ft-02-image-wrapper {
    margin-bottom: 25px;
  }

  .efi-h2-2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .efi-ft-02 {
    padding-left: 8%;
    padding-right: 8%;
  }

  .efi-ft-07-tabs-menu {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .efi-frm-01-grid {
    grid-template-columns: 1.5fr;
  }

  .efi-frm-01 {
    padding-top: 57px;
  }

  .sysf-button.sysf-medium {
    align-self: stretch;
  }

  .sysf-switch-field {
    align-items: center;
    display: flex;
  }

  .sysf-radio-button {
    margin-top: 0;
  }

  .sysf-radio-button-field {
    align-items: center;
    display: flex;
  }

  .sysf-input.sysf-medium {
    margin-bottom: .5rem;
  }

  .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
  }

  .uui-page-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-field-2col--01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-layout82_item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-layout82_list {
    grid-template-columns: 1fr;
  }

  .home-hero--c-0010 {
    min-height: 55vh;
  }

  .text-block-26 {
    width: 100%;
    font-size: 20px;
    line-height: 23px;
  }

  .c-001-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c--001-container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-18 {
    margin-top: 0;
    padding-top: 9px;
    line-height: 24px;
  }

  .efi-ft-06-features, .efi-pr-03-cells {
    grid-template-columns: 1fr;
  }

  .div-block-20 {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .list-7 {
    padding-left: 25px;
  }

  .services-heading-c-00101 {
    max-width: 304px;
    margin-bottom: 56px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 20px;
    line-height: 29px;
  }

  .services-heading-c-001-01 {
    max-width: 304px;
    margin-bottom: 56px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 22px;
    line-height: 29px;
  }

  .heading-21 {
    font-size: 22px;
    line-height: 30px;
  }

  .headline-6-col-01 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-22, .heading-23, .heading-24 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-25 {
    font-size: 22px;
  }

  .intro-paragraph-1 {
    padding-left: 31px;
    padding-right: 31px;
    font-size: 22px;
    line-height: 1.8;
  }

  .heading-27 {
    font-size: 22px;
    line-height: 32px;
  }

  .uui-contact05_component {
    grid-template-columns: 1fr;
  }

  .input-2 {
    padding-left: 9px;
  }

  .efi-frm-05-form-block {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .efi-frm-05-grid {
    grid-template-columns: 1fr;
  }

  .s-1-div-block {
    background-color: #0b1d43;
    height: auto;
  }

  .s-1-div-block-9 {
    margin-bottom: -16px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .s-1-div-block-15 {
    margin-top: 15px;
  }

  .s-1-container-services {
    padding-bottom: 0;
  }

  .s-1-services-heading {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 31px;
  }

  .s1-1-container-services {
    padding-bottom: 0;
  }

  .s-1-paragraph-9 {
    font-size: 18px;
    line-height: 33px;
  }

  .s-2-services-heading-copy {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 31px;
  }

  .sysf-button-content-wrapper {
    justify-content: center;
  }

  .sysf-button-2.sysf-medium {
    align-self: stretch;
  }

  .sysf-button-2.sysf-medium.sysf-outline {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .container-46 {
    margin-top: 14px;
  }

  .bold-text-8 {
    font-size: 13px;
  }

  .efi-h3-3-copy {
    margin-bottom: 18px;
    font-size: 22px;
  }

  .container-47 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-card-2.testimonial-01-card-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-author-2, .tagline-11 {
    text-align: center;
  }

  .testimonial-slider-left-2 {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
    left: 10px;
  }

  .testimonial-slider-right-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
    right: 10px;
  }

  .container-48 {
    max-width: none;
  }

  .div-block-22 {
    text-align: center;
    padding-left: 13px;
    padding-right: 13px;
  }

  .heading-29 {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 27px;
  }

  .image-18 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .efi-h2-2-p01 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
  }
}

#w-node-_842a18f9-9183-faaa-7638-a7bccd866e29-0b75bbbc {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d1730e68-99d3-10aa-ce99-efda418d0d21-0b75bbbc, #w-node-_58c51c29-1c5e-1a07-f42e-c82037db2a23-0b75bbbc, #w-node-bbefdb56-e6a1-a1a4-efc3-71044fec3f2a-0b75bbbc, #w-node-_780c2d71-c5c6-7799-9c4d-a0584b2eb543-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec0ea-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec0ec-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec0ee-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec0f0-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec0f2-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec0f4-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec0f6-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec0f8-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec0fa-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec0fc-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec0fe-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec100-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec102-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec104-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec106-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec108-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec10a-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec10c-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec10e-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec110-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec112-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec114-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec116-0b75bbbc, #w-node-_9d692f5c-7155-42c7-70cc-308a5deec118-0b75bbbc {
  justify-self: center;
}

#w-node-b4be5238-26d3-8d34-313e-afbe818fc9e6-818fc9e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b4be5238-26d3-8d34-313e-afbe818fc9ef-818fc9e3, #w-node-b4be5238-26d3-8d34-313e-afbe818fca15-818fc9e3, #w-node-b4be5238-26d3-8d34-313e-afbe818fca02-818fc9e3, #w-node-_0eca1ebf-7a03-76df-cf4a-b6643910ee27-818fc9e3 {
  justify-self: end;
}

#w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb408-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb40c-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb410-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb414-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb418-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb41c-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb421-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb425-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb429-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb42d-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb431-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb435-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb43a-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb43e-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb442-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb446-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb44a-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb44e-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb453-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb457-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb45b-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb45f-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb463-efcbb3f4, #w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb467-efcbb3f4 {
  align-self: center;
}

#w-node-_9b26ba33-2fee-5d75-f78f-2f73efcbb46e-efcbb3f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbfeb7be-23e2-568c-f3f1-0f08c4349a6a-0b75bbbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-fbfeb7be-23e2-568c-f3f1-0f08c4349a6d-0b75bbbd {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbbd {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbbd, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1baf1c9c-5ab6-05dc-a48e-16ab9f044681-0b75bbbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_1baf1c9c-5ab6-05dc-a48e-16ab9f044684-0b75bbbe {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbbe {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbbe, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df4e3b3a-ab04-e7ce-ef7c-d0854f77bbb0-0b75bbbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-df4e3b3a-ab04-e7ce-ef7c-d0854f77bbb3-0b75bbbf {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbbf {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbbf, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f6e6de5-44c0-62af-5e15-594e65638d26-0b75bbc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_1f6e6de5-44c0-62af-5e15-594e65638d29-0b75bbc0 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbc0 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbc0, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c34b080f-6606-fa90-6cf9-5686b967392e-0b75bbc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c34b080f-6606-fa90-6cf9-5686b9673931-0b75bbc1 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbc1 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbc1, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0de7256-8d64-5a0f-95ed-7c92caaaf962-0b75bbc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d0de7256-8d64-5a0f-95ed-7c92caaaf965-0b75bbc2 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbc2 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbc2, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b4c3626-09e9-06a9-ac37-d1d1bd409336-0b75bbc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_5b4c3626-09e9-06a9-ac37-d1d1bd409339-0b75bbc3 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbc3 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbc3, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1fa3761-7358-259b-a3fc-da17a7a09067-0b75bbc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-e1fa3761-7358-259b-a3fc-da17a7a0906a-0b75bbc4 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbc4 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbc4, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e54ac228-4172-7d0d-bd1b-b2d482206989-0b75bbc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-e54ac228-4172-7d0d-bd1b-b2d48220698c-0b75bbc5 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbc5 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbc5, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb3473c4-ba95-e36c-e89c-8d4caf7c41e8-0b75bbc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-cb3473c4-ba95-e36c-e89c-8d4caf7c41eb-0b75bbc6 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbc6 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbc6, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b66d0ffb-e878-8519-71f5-0bf58039b4ac-0b75bbc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-b66d0ffb-e878-8519-71f5-0bf58039b4af-0b75bbc7 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbc7 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbc7, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e07018a-3d90-ed7c-7c40-614aa6e8bc50-0b75bbc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_8e07018a-3d90-ed7c-7c40-614aa6e8bc53-0b75bbc8 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbc8 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbc8, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18a65023-bb24-b00d-a952-0bb487533e50-0b75bbc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_18a65023-bb24-b00d-a952-0bb487533e53-0b75bbc9 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbc9 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbc9, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10111ad2-5ee5-f771-7804-c960b6c606ca-0b75bbca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_10111ad2-5ee5-f771-7804-c960b6c606cd-0b75bbca {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbca {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbca, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ace47d03-32a3-3779-172e-19eb169c8327-0b75bbcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ace47d03-32a3-3779-172e-19eb169c832a-0b75bbcb {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbcb {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbcb, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_529cfa4d-c5c6-7447-18e6-d073b97fc9a1-0b75bbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_529cfa4d-c5c6-7447-18e6-d073b97fc9a4-0b75bbcc {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbcc {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbcc, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33cc6078-56df-7fa7-b8c1-c5bb3614f47c-0b75bbcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_33cc6078-56df-7fa7-b8c1-c5bb3614f47f-0b75bbcd {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbcd {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5543dff8-0017-bfe3-97db-5768cc30c88d-0b75bbce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_5543dff8-0017-bfe3-97db-5768cc30c890-0b75bbce {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbce {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbce, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f5de148-4a89-2d33-d1c1-0d355f878a2e-0b75bbcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4f5de148-4a89-2d33-d1c1-0d355f878a31-0b75bbcf {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbcf {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbcf, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8a0eeff-e6d0-4e59-f760-a01a6d13fe40-0b75bbd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-b8a0eeff-e6d0-4e59-f760-a01a6d13fe43-0b75bbd0 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbd0 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbd0, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba4062ec-abd0-1f01-53fc-257b80828e14-0b75bbd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ba4062ec-abd0-1f01-53fc-257b80828e17-0b75bbd1 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbd1 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbd1, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7be00d94-0e62-841c-0c95-b1765e207a6a-0b75bbd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_7be00d94-0e62-841c-0c95-b1765e207a6d-0b75bbd2 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbd2 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbd2, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_878eef8a-a13d-6a7d-0542-06c9d9fb5e52-0b75bbd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_878eef8a-a13d-6a7d-0542-06c9d9fb5e55-0b75bbd3 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbd3 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbd3, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b546843-f513-2742-32eb-1d6b89c32d9c-0b75bbd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_0b546843-f513-2742-32eb-1d6b89c32d9f-0b75bbd4 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbd4 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbd4, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af7cc40c-a210-ed38-28f1-71153e7639e0-0b75bbd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-af7cc40c-a210-ed38-28f1-71153e7639e3-0b75bbd5 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbd5 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbd5, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0235fcb7-d16d-b126-bf2d-a4438255c676-0b75bbd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_0235fcb7-d16d-b126-bf2d-a4438255c679-0b75bbd6 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbd6 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbd6, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7c7fe28-02f4-c209-f259-9914ac53477a-0b75bbd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d7c7fe28-02f4-c209-f259-9914ac53477d-0b75bbd7 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_40b29c29-ca11-6194-7c4a-094946146e18-0b75bbd7 {
  justify-self: auto;
}

#w-node-a667b37c-a113-bc65-4c4c-27807afd8bd1-0b75bbd7, #w-node-_2ae584a3-5e55-2250-dff4-c8d255872c4d-0b75bbd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a80fbc42-dcc8-5a71-dafe-b62dcc5bfdbd-0b75bbd8, #intro.w-node-a80fbc42-dcc8-5a71-dafe-b62dcc5bfdec-0b75bbd8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7ef98472-d344-f693-dd38-de5173b24ce2-0b75bbd8 {
  justify-self: auto;
}

#w-node-_7ef98472-d344-f693-dd38-de5173b24ce4-0b75bbd8, #w-node-_7ef98472-d344-f693-dd38-de5173b24cee-0b75bbd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6dfd8a8-090a-a1a6-118b-520068e69028-0b75bbd8, #w-node-e6dfd8a8-090a-a1a6-118b-520068e6902c-0b75bbd8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e6dfd8a8-090a-a1a6-118b-520068e6903a-0b75bbd8, #w-node-e6dfd8a8-090a-a1a6-118b-520068e69044-0b75bbd8, #w-node-e6dfd8a8-090a-a1a6-118b-520068e6904e-0b75bbd8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8660f191-d188-5f5b-7b95-27a331ea0065-0b75bbd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8660f191-d188-5f5b-7b95-27a331ea006a-0b75bbd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_885a80d4-d847-95e5-ae79-167dcc66929d-0b75bbda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_885a80d4-d847-95e5-ae79-167dcc6692a0-0b75bbda {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_885a80d4-d847-95e5-ae79-167dcc6692a9-0b75bbda, #w-node-_885a80d4-d847-95e5-ae79-167dcc6692ae-0b75bbda, #w-node-_885a80d4-d847-95e5-ae79-167dcc6692b3-0b75bbda, #w-node-_290c7e8e-0a6c-e660-a978-4cdc35388dd2-0b75bbda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9d4877c-d623-01b0-dba3-2a5760259ab8-0b75bbdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d9d4877c-d623-01b0-dba3-2a5760259abb-0b75bbdb {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d9d4877c-d623-01b0-dba3-2a5760259ac5-0b75bbdb {
  justify-self: auto;
}

#w-node-d9d4877c-d623-01b0-dba3-2a5760259ac7-0b75bbdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-d9d4877c-d623-01b0-dba3-2a5760259acf-0b75bbdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61258189-c1a7-2d48-bb9c-cd3f7e1139d1-0b75bbdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_61258189-c1a7-2d48-bb9c-cd3f7e1139d4-0b75bbdb {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_850010a2-6cf1-e18f-d321-a848925e4eb1-0b75bbdb {
  justify-self: auto;
}

#w-node-_850010a2-6cf1-e18f-d321-a848925e4eb3-0b75bbdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_850010a2-6cf1-e18f-d321-a848925e4eb6-0b75bbdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91697c12-fcab-85fa-e7ba-f0fabdbf1550-0b75bbdc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91697c12-fcab-85fa-e7ba-f0fabdbf158c-0b75bbdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91697c12-fcab-85fa-e7ba-f0fabdbf158d-0b75bbdc {
  justify-self: center;
}

#w-node-b7952949-f11c-ea3e-ed21-7ac3a5ebad3b-0b75bbdc, #w-node-b7952949-f11c-ea3e-ed21-7ac3a5ebad3c-0b75bbdc, #w-node-_06b676be-2502-d82e-bc3e-d6fdc64dec22-0b75bbdc, #w-node-_8f081cbe-eb7b-ddf2-12a1-e2aef630eb1a-0b75bbdc, #w-node-d4f8ff20-91cc-7bae-c8ac-5c0ddc98354e-0b75bbdc, #w-node-dbc1a80e-b1d5-40f1-d7c8-cccc761d2b6e-0b75bbdc {
  align-self: stretch;
}

#w-node-_961beda3-0c9b-25bf-6c46-8041daef7e46-0b75bbdf {
  align-self: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-b4be5238-26d3-8d34-313e-afbe818fc9e6-818fc9e3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: auto;
  }

  #w-node-b4be5238-26d3-8d34-313e-afbe818fc9ef-818fc9e3, #w-node-b4be5238-26d3-8d34-313e-afbe818fca15-818fc9e3, #w-node-b4be5238-26d3-8d34-313e-afbe818fca02-818fc9e3, #w-node-_0eca1ebf-7a03-76df-cf4a-b6643910ee27-818fc9e3 {
    justify-self: start;
  }

  #w-node-e6dfd8a8-090a-a1a6-118b-520068e69028-0b75bbd8 {
    grid-area: span 2 / span 6 / span 2 / span 6;
  }

  #w-node-e6dfd8a8-090a-a1a6-118b-520068e6903a-0b75bbd8, #w-node-e6dfd8a8-090a-a1a6-118b-520068e69044-0b75bbd8, #w-node-e6dfd8a8-090a-a1a6-118b-520068e6904e-0b75bbd8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b4be5238-26d3-8d34-313e-afbe818fc9e6-818fc9e3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b4be5238-26d3-8d34-313e-afbe818fca15-818fc9e3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-b4be5238-26d3-8d34-313e-afbe818fca02-818fc9e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_0eca1ebf-7a03-76df-cf4a-b6643910ee27-818fc9e3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-e6dfd8a8-090a-a1a6-118b-520068e69028-0b75bbd8, #w-node-e6dfd8a8-090a-a1a6-118b-520068e6902c-0b75bbd8, #w-node-e6dfd8a8-090a-a1a6-118b-520068e6903a-0b75bbd8, #w-node-e6dfd8a8-090a-a1a6-118b-520068e69044-0b75bbd8, #w-node-e6dfd8a8-090a-a1a6-118b-520068e6904e-0b75bbd8 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b4be5238-26d3-8d34-313e-afbe818fc9e6-818fc9e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b4be5238-26d3-8d34-313e-afbe818fc9ef-818fc9e3, #w-node-b4be5238-26d3-8d34-313e-afbe818fca15-818fc9e3, #w-node-b4be5238-26d3-8d34-313e-afbe818fca02-818fc9e3, #w-node-_0eca1ebf-7a03-76df-cf4a-b6643910ee27-818fc9e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-e6dfd8a8-090a-a1a6-118b-520068e69028-0b75bbd8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


