:root {
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--white: white;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--300: #eff0f6;
}

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

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

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

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

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

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

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

.w-checkbox-input--inputType-custom {
  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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

p {
  color: #ffffff80;
  text-align: justify;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #fff;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.body {
  cursor: default;
  background-color: #fff;
}

.body.scroll-block-body {
  height: 101vh;
  max-height: 101vh;
  overflow: hidden;
}

.header-column-1 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hamburger-line-2 {
  mix-blend-mode: difference;
  background-color: #fff;
  width: 30px;
  height: 1px;
  margin-top: 5px;
}

.header-bottom-line {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin-top: 10px;
}

.logo-circle-2 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-left: 3px;
}

.header-column-2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.menu-hamburger {
  cursor: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: static;
}

.menu-hamburger:hover {
  background-color: #000;
  border-color: #ffffff4d;
}

.menu-hamburger.scroll-block-trigger {
  background-color: #001db9;
  display: flex;
}

.logo-circle-1 {
  background-color: #000;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.say-hello-button {
  cursor: none;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
}

.say-hello-button:hover {
  background-color: #fff;
  border-color: #0000004d;
}

.say-hello-button.second, .say-hello-button.second.scroll-block-trigger {
  display: none;
}

.say-hello-button.scroll-block-trigger.hover-effect {
  color: #fff;
  background-color: #004aad00;
  border-style: solid;
  border-color: #c2c2c278;
  width: 120px;
  height: 44px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.say-hello-button.scroll-block-trigger.hover-effect:hover {
  color: #000;
}

.header-container-1 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.hamburger-line-1 {
  mix-blend-mode: difference;
  background-color: #fff;
  width: 30px;
  height: 1px;
}

.header-columns {
  z-index: 1;
  width: 100%;
  height: 70px;
  margin-top: 0;
  overflow: hidden;
}

.header {
  z-index: 1000;
  mix-blend-mode: difference;
  background-color: #000;
  border: 1px solid #fff;
  border-bottom-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.wrap-menu-button {
  cursor: none;
  mix-blend-mode: difference;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  display: flex;
}

.wrap-menu-button:hover {
  background-color: #fff;
  border-color: #000;
}

.menu-button-text {
  color: #fff;
  text-align: center;
  mix-blend-mode: difference;
  width: 100%;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: block;
  position: relative;
}

.menu-button-text.w--current {
  color: #fff;
}

.menu-button-text.second {
  position: absolute;
}

.menu-button-text.what-s1 {
  text-align: left;
  mix-blend-mode: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.menu-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-top: 101px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.wrap-logo {
  cursor: none;
}

.menu {
  z-index: 990;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 0;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.site-left-line {
  background-color: #0000004d;
  width: 1px;
  height: 100vh;
  position: absolute;
  inset: 100% auto auto 4%;
}

.menu-columns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-column-1 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.menu-column-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.menu-middle-line {
  mix-blend-mode: difference;
  background-color: #ffffff4d;
  width: 1px;
  height: 100vh;
  margin-top: 101px;
  position: absolute;
  inset: 0% 0% 0% 50%;
}

.wrap-menu-button-text {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.email-field-wrap {
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 5vw;
  margin-top: 101px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.email-field-wrap.form-style {
  border-right: 1px solid #ffffff4d;
  margin-top: 0;
}

.menu-email-link {
  color: #fff;
  letter-spacing: .04em;
  white-space: nowrap;
  cursor: none;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: letter-spacing .5s cubic-bezier(.23, 1, .32, 1);
  transform: rotate(-90deg);
}

.menu-email-link:hover {
  letter-spacing: .08em;
}

.phone-field-wrap {
  mix-blend-mode: difference;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 5vw;
  margin-top: 101px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.phone-field-wrap.form-style {
  border-left: 1px solid #ffffff4d;
  margin-top: 0;
}

.menu-phone-link {
  color: #fff;
  letter-spacing: .04em;
  white-space: nowrap;
  cursor: none;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: letter-spacing .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  transform: rotate(90deg);
}

.menu-phone-link:hover {
  letter-spacing: .08em;
}

.sm-buttons {
  z-index: 991;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 6.5vw 30px auto;
}

.plus-line-1 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 25px;
  position: absolute;
}

.sm-button-plus {
  z-index: 100;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
}

.scroll-bar {
  mix-blend-mode: difference;
  background-color: #ffffff4d;
  justify-content: flex-end;
  align-items: center;
  width: 1px;
  height: 152px;
  margin-right: 25px;
  position: fixed;
  inset: 40% 4.5vw 0% auto;
}

.scroll-bar-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: relative;
  right: 3.5px;
}

.color-switch {
  z-index: 991;
  cursor: none;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto auto 30px 6.5vw;
}

.color-switch-frame {
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 24px;
  display: flex;
}

.color-switch-frame:hover {
  background-color: #fff;
  border-color: #0000004d;
}

.color-switch-dot {
  mix-blend-mode: difference;
  background-color: #fff;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  margin-left: 2px;
}

.scroll-down-wrap {
  margin-top: 0;
  position: static;
  inset: auto 0% 0;
}

.wrap-circles {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.big-circle-home {
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  width: 300px;
  height: 300px;
  margin-left: 10px;
  margin-right: 10px;
}

.big-circle-home.main-big-circle {
  background-color: #004aad;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.you-circle-text {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 4rem;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.you-circle-text:hover {
  z-index: 1;
}

.you-circle-text-2 {
  z-index: 1;
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  color: #000;
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: transform 1s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
}

.you-circle-text-2:hover {
  z-index: 2;
  transform: scale(1.5);
}

.footer {
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 15vh;
  padding-bottom: 0;
  display: block;
}

.footer-logo-wrap {
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-circle-left-wrap {
  background-color: #004aad;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-right: 8px;
  display: flex;
  overflow: hidden;
}

.footer-circle-right-wrap {
  background-color: #e8f2ff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-left: 8px;
  display: flex;
  overflow: hidden;
}

.footer-circle-center-text-wrap {
  position: relative;
  overflow: hidden;
}

.footer-circle-center-wrap {
  background-color: #004aad;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: absolute;
}

.footer-bootom-part-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.footer-frame-line-left {
  background-color: #ffffff4d;
  width: 1px;
  height: 100%;
}

.footer-frame-line-right {
  background-color: #ffffff4d;
  width: 1px;
  height: 100%;
  position: relative;
}

.footer-frame-line-bottom, .footer-frame-line-top {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
}

.footer-center-line {
  background-color: #004aad;
  width: 5px;
  height: 100%;
}

.footer-bootom-text {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding: 5vh 0 2vh;
  display: flex;
}

.port-to-top {
  color: #ffffff80;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.port-to-top.second {
  margin-top: 20px;
  position: absolute;
}

.footer-heading-1 {
  color: #000;
  text-transform: none;
  font-size: 4rem;
  line-height: 60px;
}

.footer-heading-1-wrap {
  flex-direction: row;
  display: flex;
}

.footer-heading-1-1 {
  color: #000;
  text-transform: none;
  margin-left: 20px;
  font-size: 4rem;
  line-height: 60px;
}

.footer-heading-1-1-wrap {
  position: relative;
}

.footer-heading-1-2 {
  color: #000;
  text-transform: none;
  font-size: 4rem;
  line-height: 1.4;
}

.footer-paragraph {
  color: #ffffff80;
  text-align: justify;
  letter-spacing: .04em;
  text-transform: none;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
}

.port-to-top-info-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 7.5vh;
  display: flex;
}

.footer-heading-1-2-wrap {
  overflow: hidden;
}

.footer-center-line-wrap {
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.footer-email-link-wrap {
  cursor: none;
  flex-direction: column;
  padding-left: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.port-to-top-wrap {
  cursor: none;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-links-wrap {
  margin-top: 0;
}

.footer-info-wrap {
  width: 300px;
  display: flex;
  overflow: hidden;
}

.footer-info {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.footer-info.scroll {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  min-width: 10%;
}

.footer-info-text {
  color: #ffffff80;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer-info-text-dot {
  color: #fff;
  font-size: 6px;
  line-height: 1;
  top: -2px;
}

.say-hello-form {
  z-index: 992;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.say-hello-form-wrap {
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  display: flex;
}

.ceo-photo {
  width: 80%;
  position: relative;
  top: 15%;
}

.ceo-background {
  mix-blend-mode: difference;
  background-color: #fff;
  border-radius: 100%;
  width: 450px;
  height: 450px;
  position: absolute;
}

.wrap-ceo-photo {
  mix-blend-mode: normal;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.small-heading {
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.small-heading._50 {
  color: #ffffff80;
}

.small-heading.who-s1 {
  mix-blend-mode: difference;
  position: absolute;
  inset: 20% auto auto 0%;
}

.small-heading.who-s1-ceo {
  mix-blend-mode: difference;
}

.site-right-line {
  background-color: #0000004d;
  width: 1px;
  height: 100vh;
  position: absolute;
  inset: 100% 4% 0% auto;
}

.global {
  background-color: #222;
  width: 100%;
  height: 100vh;
  display: none;
}

.ceo-text-wrap {
  cursor: none;
  background-color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  bottom: 10vh;
}

.ceo-text-wrap:hover {
  background-color: #000;
}

.menu-bg {
  background-color: #001db9;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.simple-vertical-line {
  mix-blend-mode: difference;
  background-color: #ffffff4d;
  justify-content: center;
  align-items: flex-end;
  width: 1px;
  height: 10vh;
  display: flex;
  position: absolute;
  inset: auto 10% 0% auto;
}

.preloader-dots {
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.preloader-dots-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.preloader-dot-1 {
  background-color: #d9ff00;
  border: 1px #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 20px;
  margin-right: 1.5px;
  display: flex;
  overflow: hidden;
}

.preloader-dot-2 {
  background-color: #001db9;
  border: 1px #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 20px;
  margin-left: 1.5px;
  display: flex;
  overflow: hidden;
}

.preloader {
  z-index: 994;
  cursor: none;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 0%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-transition {
  z-index: 994;
  cursor: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 0%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.say-hello-form-wrap-2 {
  border: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.txt-field {
  color: #000;
  background-color: #e5e5e5;
  border: 2px solid #0000;
  border-left: 0 #0000;
  border-right: 0 #0000;
  border-radius: 0;
  margin-bottom: .9em;
  padding: 1.5em 1em;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3em;
  overflow: hidden;
}

.txt-field:hover {
  background-color: #e5e5e580;
}

.txt-field:active {
  border-width: 2px 0;
  border-color: #0000;
}

.txt-field:focus {
  background-color: #e5e5e580;
  border-width: 2px 0;
  border-color: #0000 #0000 #000;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  box-shadow: 0 0 #0000;
}

.txt-field::placeholder {
  color: #000;
}

.back-button {
  margin-bottom: 2.2em;
  margin-left: 2.4em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.close-button {
  z-index: 50;
  margin-top: 2em;
  margin-right: 2em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.success-message {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
  position: absolute;
}

.error-message-hidden {
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0;
  position: absolute;
}

.say-hello-form-wrap-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-page-no {
  color: #ffffff80;
  letter-spacing: .08em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.form-question-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.form-question-wrap.q1 {
  display: flex;
}

.form-question-wrap.q2, .form-question-wrap.q3 {
  display: block;
}

.form-question-wrap.q4, .form-question-wrap.q5 {
  display: none;
}

.form-field-underline {
  background-color: #fff;
  width: 90%;
  height: 1px;
}

.form-field-underline.q2, .form-field-underline.q5-line-1, .form-field-underline.q5-line-2, .form-field-underline.q5-line-3 {
  width: 100%;
}

.heading-1-form {
  font-size: 4rem;
}

.heading-1-form.q1 {
  text-transform: none;
  font-size: 2.6rem;
}

.heading-1-form.q5 {
  text-transform: none;
  font-size: 3rem;
}

.checkbox {
  z-index: 1;
  cursor: none;
  mix-blend-mode: difference;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.checkbox:hover {
  border: 1px solid #fff;
}

.checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-label {
  color: #fff;
  mix-blend-mode: difference;
  align-items: center;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: absolute;
}

.checkbox-label.branding {
  cursor: pointer;
}

.form-checkbox-field {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin: 35px 15px 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-checkbox-wrap {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.say-hello-form-bg {
  z-index: 992;
  background-color: #001db9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-link-next-wrap {
  cursor: none;
  background-color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  position: absolute;
  inset: auto 5% 5% auto;
}

.form-link-next-wrap:active {
  background-color: #fff;
}

.form-link-close-wrap {
  cursor: none;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  position: absolute;
  inset: 5% 5% auto auto;
}

.form-link-close-wrap:hover {
  background-color: #fff;
}

.form-link-close-wrap.thank-you {
  border-color: #ffffff80;
}

.form-link-close-wrap.q1.scroll-block-trigger {
  border-color: #ffffff26;
}

.heading-1-form-wrap {
  overflow: hidden;
}

.heading-1-form-wrap.q2, .heading-1-form-wrap.q5 {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.form-checkbox-field-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.form-checkbox-field-wrap.left {
  justify-content: flex-end;
}

.form-checkbox-field-wrap.right {
  justify-content: flex-start;
}

.form-link-next-img {
  mix-blend-mode: difference;
  width: 22px;
  height: 22px;
  transform: rotate(135deg);
}

.form-link-close-img {
  opacity: .5;
  mix-blend-mode: difference;
  width: 18px;
  height: 18px;
}

.form-link-close-img.thank-you {
  opacity: 1;
}

.form-q2-wrap {
  flex-flow: column wrap;
  place-content: center flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.form-text-area {
  color: #fff;
  cursor: none;
  background-color: #ffffff26;
  border-style: none;
  border-radius: 0 30px 0 0;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  height: 120px;
  min-height: 120px;
  max-height: 300px;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.form-radio-field {
  cursor: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-top: 35px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.radio {
  z-index: 1;
  mix-blend-mode: difference;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.radio:hover {
  border: 1px solid #fff;
}

.radio.w--redirected-checked {
  background-color: #fff;
  border: 1px #fff;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.radio-label {
  color: #fff;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1px;
  display: flex;
  position: absolute;
}

.form-field-underline-wrap {
  width: 70%;
}

.form-q3-wrap, .form-q4-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-q5-wrap {
  flex-flow: column wrap;
  place-content: center flex-end;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
  overflow: hidden;
}

.form-q5-wrap-other {
  display: block;
}

.form-name-field, .form-email-field {
  color: #fff;
  cursor: none;
  background-color: #ffffff26;
  border: 0 #000;
  border-radius: 0 30px 0 0;
  width: 70%;
  height: 50px;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.form-submit-button {
  color: #000;
  letter-spacing: .02em;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
}

.form-submit-button.scroll-block-trigger {
  cursor: none;
}

.wrap-form-field-line {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.form-phone-field {
  color: #fff;
  cursor: none;
  background-color: #ffffff26;
  border: 0 #000;
  border-radius: 0 30px 0 0;
  width: 70%;
  height: 50px;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.success-message-wrap {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.error-message-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.transition-bg-1 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}

.transition-dots-wrap {
  mix-blend-mode: difference;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.transition-dot-1 {
  background-color: #004aad;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-end;
  width: 20px;
  height: 20px;
  margin-right: 1.5px;
  display: flex;
  overflow: hidden;
}

.transition-dot-2 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-end;
  width: 20px;
  height: 20px;
  margin-left: 1.5px;
  display: flex;
  overflow: hidden;
}

.transition-dots {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.transition-bg-2 {
  background-color: #004aad;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cursor {
  z-index: 993;
  opacity: 0;
  cursor: default;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
}

.cursor-dot-2 {
  background-color: #000;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
}

.what-we-do-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 20% auto auto 0%;
}

.what-we-do {
  width: 70px;
  position: relative;
  overflow: hidden;
}

.ceo-frame {
  mix-blend-mode: difference;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 450px;
  height: 450px;
  position: absolute;
}

.wrap-dot {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  position: absolute;
}

.wrap-dot.who-s2 {
  inset: auto auto -6.5px -6.5px;
}

.wrap-dot.who-s3-top {
  inset: -6px auto auto -6px;
}

.wrap-dot.who-s3-bottom {
  inset: auto auto -6px -6px;
}

.wrap-dot.who-s3 {
  inset: -6.5px auto auto -6.5px;
}

.wrap-dot.who-s4 {
  inset: auto -6.5px -6.5px auto;
}

.wrap-dot.who-s5-55, .wrap-dot.who-s5 {
  inset: auto auto -6px -6px;
}

.wrap-dot.who-s5.second {
  inset: auto -6px -6px auto;
}

.wrap-dot.what {
  inset: -6.5px -6.5px auto auto;
}

.wrap-dot.what-bottom {
  inset: auto auto -6.5px -6.5px;
}

.pulsing-dot {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.pulsing-dot.second {
  background-color: #000;
  border-color: #ffffff4d;
}

.section {
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: 8vw;
  margin-right: 7vw;
  display: flex;
}

.section.home-s2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin: 15vh 8vw;
  display: flex;
}

.section.home-s4 {
  height: auto;
  margin-top: 15vh;
  margin-bottom: 15vh;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.section.home-s3 {
  height: auto;
  margin: 15vh 9vw;
}

.section.home-s5 {
  height: auto;
  margin-top: 60vh;
  margin-bottom: 60vh;
  display: block;
}

.section.home-s6 {
  height: auto;
  margin-top: 25vh;
  margin-bottom: 25vh;
  display: block;
}

.section.who-s1 {
  mix-blend-mode: normal;
  align-items: stretch;
}

.section.who-s2, .section.who-s3, .section.who-s4, .section.who-s5 {
  height: auto;
}

.section.what-s1 {
  mix-blend-mode: difference;
  align-items: stretch;
  position: relative;
}

.section.what-s2, .section.what-s3, .section.what-s4, .section.what-s5, .section.what-s6 {
  height: auto;
}

.section.banner-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin: 5vh 8vw 15vh;
  display: flex;
}

.section.home-s2-collection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin: 10vh 8vw;
  display: flex;
}

.text {
  color: #ffffff80;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
}

.wrap-heading {
  position: static;
  overflow: hidden;
}

.wrap-heading.home-s3 {
  align-items: center;
  margin-bottom: 0;
  line-height: 23px;
  display: flex;
}

.wrap-heading.home-s5 {
  color: #000;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.wrap-heading.who-s1 {
  mix-blend-mode: difference;
}

.wrap-heading.who-s3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.wrap-heading.who-s5 {
  flex-direction: column;
  align-items: flex-start;
}

.wrap-heading.what-s1 {
  position: relative;
}

.wrap-heading.newsletter {
  margin-bottom: 40px;
}

.paragraph-white-part {
  color: #000;
  cursor: none;
}

.heading-1.mobile {
  display: none;
}

.heading-1.home-s4 {
  color: #000;
  text-transform: none;
  margin-right: 10px;
  font-size: 2rem;
  line-height: 1.1;
}

.heading-1.home-s1 {
  color: #000;
  text-transform: none;
  font-family: Merriweather, serif;
  font-size: 4rem;
  line-height: 1.2;
  position: static;
  inset: auto auto 0% 0%;
}

.heading-1.home-s6 {
  color: #000;
}

.heading-1.who-s3, .heading-1.who-s5 {
  font-size: 3rem;
}

.heading-1.who-s5.last {
  text-align: center;
  font-size: 5rem;
}

.heading-1-1.mobile {
  display: none;
}

.heading-1-1.home-s4 {
  color: #000;
  text-transform: none;
  margin-left: 0;
  margin-right: 10px;
  font-size: 2rem;
  line-height: 1.7;
}

.heading-1-1.home-s1 {
  color: #004aad;
  text-transform: none;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-1-1.home-s6 {
  color: #000;
}

.heading-1-1.home-s1 {
  color: #001db9;
  text-transform: none;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.heading-1-2, .heading-1-2.mobile {
  display: none;
}

.heading-1-2.home-s1 {
  display: block;
}

.heading-1-2.home-s3 {
  color: #004aad;
  text-transform: none;
  margin-right: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.heading-1-2.home-s4, .heading-1-2.home-s5 {
  display: block;
}

.heading-1-2.home-s6 {
  color: #000;
  display: block;
}

.heading-1-2.home-s3-copy {
  color: #004aad;
  text-transform: none;
  margin-right: 10px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.heading-1-3, .heading-1-3.mobile {
  display: none;
}

.simple-wrap {
  width: 100%;
  display: block;
  position: relative;
}

.simple-wrap._2 {
  margin-top: 100px;
}

.heading-4._50 {
  color: #ffffff80;
}

.heading-4._50.home {
  color: #00000080;
  letter-spacing: .04em;
  margin-bottom: 10px;
  font-size: .8rem;
}

.heading-4.who-s3 {
  mix-blend-mode: difference;
  font-size: 2rem;
  font-weight: 500;
}

.heading-4.who-s5 {
  text-align: center;
  mix-blend-mode: difference;
  width: 44px;
  font-size: 2rem;
  font-weight: 500;
}

.heading-4.who-s5.second {
  position: absolute;
  left: 100%;
}

.heading-4.who-s5.last {
  width: 66px;
}

.paragraph.home {
  color: #000000b0;
  text-align: left;
  letter-spacing: .04em;
  width: auto;
  margin-top: 10px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
}

.paragraph.footer-paragraph {
  color: #000000b5;
  width: 300px;
}

.paragraph.who {
  width: 500px;
  margin-top: 50px;
}

.paragraph.who.s5 {
  width: 400px;
}

.paragraph.what {
  width: 500px;
  margin-top: 50px;
}

.paragraph.what.second {
  text-align: right;
  text-transform: uppercase;
  line-height: 2;
}

.paragraph.success {
  width: 300px;
  margin-top: 50px;
}

.paragraph.home-banner {
  color: #000000b0;
  text-align: left;
  width: 450px;
  margin-top: 20px;
  font-size: 1rem;
}

.paragraph.blog {
  color: #000000b0;
  text-align: left;
  width: auto;
  margin-top: 0;
  font-size: .8rem;
  font-weight: 400;
}

.test-section {
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
}

.line-left {
  mix-blend-mode: difference;
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
}

.plus-line-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 1px;
  position: absolute;
}

.say-hello-text {
  position: relative;
}

.say-hello-text.second {
  position: absolute;
}

.say-hello-text.hover-effect-text {
  color: #fff;
  letter-spacing: .1em;
  text-transform: none;
}

.wrap-say-hello-text {
  mix-blend-mode: difference;
  position: relative;
  overflow: hidden;
}

.wrap-service {
  color: #000;
  cursor: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-text {
  color: #000;
  letter-spacing: .02em;
  padding-left: 20px;
  font-size: 1rem;
}

.service-dot {
  background-color: #000;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  width: 16px;
  height: 16px;
}

.wrap-service-no {
  position: relative;
  overflow: hidden;
}

.service-no-text {
  font-size: 1rem;
  line-height: 25px;
  position: relative;
}

.service-no-text.second {
  margin-top: 25px;
  position: absolute;
}

.wrap-service-left {
  align-items: center;
  display: flex;
}

.wrap-service-line {
  background-color: #ffffff26;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.service-line {
  background-color: #fff;
  width: 0%;
  height: 1px;
}

.superscript-home-s5 {
  font-size: .8rem;
  position: relative;
  top: -70px;
}

.wrap-client {
  color: #000;
  cursor: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client-text {
  letter-spacing: .02em;
  font-size: 1rem;
}

.client-no-text {
  font-size: 1rem;
  line-height: 25px;
  position: relative;
}

.wrap-client-line {
  background-color: #ffffff26;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.client-line {
  background-color: #fff;
  width: 0%;
  height: 1px;
}

.sm-button-1 {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  transform: translate(0, -50px);
}

.sm-button-2 {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  transform: translate(0, -100px);
}

.header-bg {
  z-index: 100;
  background-color: #004aad;
  border-bottom: 0 #000;
  width: 100vw;
  height: 100px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.footer-we-text {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
}

.footer-you-text {
  color: #000;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
}

.footer-us-text {
  color: #fff;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: 88px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  position: relative;
}

.footer-us-text.second {
  position: absolute;
}

.footer-email-text {
  color: #ffffff80;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.footer-email-text.second {
  margin-top: 20px;
  position: absolute;
}

.footer-email-text.hover-effect-text {
  color: #00000080;
}

.footer-phone-link-wrap {
  cursor: none;
  flex-direction: column;
  margin-top: 15px;
  padding-left: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-phone-text {
  color: #ffffff80;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.footer-phone-text.second {
  margin-top: 20px;
  position: absolute;
}

.footer-phone-text.hover-effect-text {
  color: #00000080;
}

.footer-link-dot, .footer-link-dot-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 6px auto auto 0%;
}

.port-to-top-arrow {
  color: #fff;
  font-weight: 500;
}

.who-section-bottom.who-s2 {
  border-bottom: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  border-bottom-right-radius: 100px;
  width: 90%;
  height: 10vh;
  position: relative;
}

.who-section-bottom.who-s3 {
  border-top: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  border-top-right-radius: 100px;
  width: 90%;
  height: 10vh;
  position: relative;
}

.who-section-wrap {
  width: 100%;
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.who-section-wrap.who-s2 {
  border-right: 1px solid #ffffff4d;
  width: 90%;
  padding-top: 30vh;
  padding-bottom: 20vh;
}

.who-section-wrap.who-s1 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.who-section-wrap.who-s4 {
  border-right: 1px solid #ffffff4d;
  width: 90%;
  padding-top: 20vh;
  padding-bottom: 30vh;
  position: relative;
}

.who-section-wrap.who-s3 {
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.who-s3-circle-wrap {
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.who-s3-circle-wrap:hover {
  background-color: #fff;
  border-color: #fff;
}

.who-s3-wrap {
  align-items: center;
  display: flex;
}

.vertical-line-who-s3, .vertical-line-who-s5 {
  background-color: #ffffff4d;
  width: 1px;
  height: 30vh;
  margin-left: 60px;
  position: relative;
}

.who-s5-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  padding-left: 50px;
  display: flex;
  position: relative;
  top: -1.5rem;
}

.who-s5-circle-wrap {
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.who-s5-circle-wrap:hover {
  background-color: #fff;
  border-color: #fff;
}

.who-s5-part-2, .who-s5-part-4, .who-s5-part-3 {
  margin-top: 30vh;
}

.who-s5-no-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.who-s5-part-5 {
  margin-top: 30vh;
}

.who-s5-wrap-last {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.who-s5-curve-line-wrap {
  width: 50%;
  position: relative;
}

.who-s5-curve-line {
  border-bottom: 1px solid #ffffff4d;
  border-left: 1px solid #ffffff4d;
  border-bottom-left-radius: 100px;
  height: 30vh;
  margin-left: 60px;
}

.scroll-down-part-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.scroll-down-text {
  color: #00000080;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  position: relative;
}

.scroll-down-text.second {
  position: absolute;
}

.scroll-down-part-1-right {
  position: relative;
  overflow: hidden;
}

.scroll-down-arrow {
  color: #000;
  font-weight: 400;
}

.scroll-down-text-so-you-are {
  color: #000;
  text-align: center;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.what-section-wrap {
  width: 100%;
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.what-section-wrap.what-s1 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.what-section-wrap.what-s2 {
  border-bottom: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  border-bottom-right-radius: 100px;
  width: 90%;
  margin-top: 20vh;
  position: relative;
}

.what-section-wrap.what-s3, .what-section-wrap.what-s4, .what-section-wrap.what-s5, .what-section-wrap.what-s6 {
  border-bottom: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  border-bottom-right-radius: 100px;
  width: 90%;
  margin-top: 30vh;
  position: relative;
}

.what-circles-wrap {
  margin-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.what-circle {
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}

.what-circle-jump {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  position: absolute;
  left: -33px;
}

.what-circle-jump.no-2 {
  left: 0;
}

.what-circle-jump.no-3 {
  left: 33px;
}

.what-circle-jump.no-4 {
  left: 66px;
}

.what-circle-jump.no-5 {
  left: 99px;
}

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

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

.wrap-what-circle {
  mix-blend-mode: difference;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 450px;
  height: 450px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.what-circle-color-filling {
  background-color: #fff;
  width: 100%;
  height: 0%;
}

.form-send-button-wrap {
  cursor: none;
  background-color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.form-send-button-wrap._2 {
  display: none;
}

.link-block {
  width: 100%;
  height: 100%;
}

.div-block {
  z-index: 1000;
  background-color: #f5fcff;
  width: 100%;
  padding: 10px 5vw;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-2 {
  z-index: -1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.scroll-down-wrap-2 {
  position: absolute;
  inset: auto 0% 44px;
}

.scroll-down-text-2 {
  color: #00000080;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .7rem;
  font-weight: 300;
  line-height: 2;
  position: relative;
}

.scroll-down-text-2.second {
  position: absolute;
}

.scroll-down-text-so-you-are-2 {
  color: #000;
  text-align: center;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 70vh;
  display: flex;
}

.lottie-animation {
  height: 400px;
}

.desktop {
  flex: 0 auto;
  display: inline-flex;
}

.tablet {
  display: none;
}

.image {
  width: 200px;
}

.heading-style-h3 {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
}

.project-left-block {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.project-left-second_content {
  width: auto;
}

.project-container_grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.image-2 {
  border: 1px #383838;
  border-radius: 20px;
  max-width: 100%;
}

.project-left_first {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-left_description {
  align-items: center;
  display: flex;
}

.project-left_second {
  color: #000;
  display: flex;
}

.heading-2 {
  color: #000;
  font-size: 3.6rem;
  line-height: 1.3em;
}

.text-size-small {
  color: #4c4949;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.home-skils_list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.home-skils_item {
  background-color: #f5fcff;
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
}

.home-skils_item:hover {
  border-bottom: 10px solid #004aad26;
}

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

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

.home-skils_icon-wrapper {
  background-color: #fff0;
  border-radius: .5rem;
  padding: 0;
  display: inline-block;
}

.heading-small {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.paragraph-2 {
  color: #00000080;
}

.project-meta-information {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.project-description {
  background-color: #f5fcff;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 32px 24px;
  display: flex;
  position: relative;
}

.project-description._2 {
  background-color: #e7f4fc00;
  border-radius: 14px;
  padding-bottom: 10px;
}

.text-box._64-characters {
  max-width: 64ch;
  margin-top: 28px;
  margin-bottom: 28px;
}

.text-box._64-characters-copy {
  max-width: none;
  margin-top: 28px;
  margin-bottom: 10px;
}

.arrow-button {
  grid-column-gap: 20px;
  color: #fff;
  background-color: #1a40a9;
  align-items: center;
  padding: 8px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-3 {
  color: #4d5358;
  margin-bottom: 16px;
  line-height: 1.5em;
}

.separator-dot {
  background-color: #121619;
  border-radius: 8px;
  width: 8px;
  height: 8px;
}

.heading {
  font-weight: 400;
}

.heading.h4 {
  color: #423c3c;
  text-transform: none;
  margin-bottom: 8px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33em;
}

.heading.h4.blog-heading {
  font-size: 17px;
}

.heading.h1 {
  color: #161515;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 500;
}

.project-container_grid_type_2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
  margin-bottom: 10vh;
  margin-left: 0;
  margin-right: 0;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.benefits-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: grid;
}

.horizontal-line {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.verticle-line {
  background-color: #c0c0d333;
  height: 100%;
  position: relative;
}

.benefit-icon {
  color: #516381;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.benefit-description {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefits-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.body-display {
  color: #516381;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.4em;
}

.benefit-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 275px;
  padding: 30px;
  transition: box-shadow .5s;
  display: grid;
  position: relative;
}

.benefit-card:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px #3540751a;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.header-counter-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: grid;
}

.counter-block {
  text-align: center;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
  display: block;
}

.counter-block.no-margin {
  margin-right: 0;
}

.counter-number {
  color: #fff;
  margin-bottom: 20px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 57px;
  font-weight: 400;
  line-height: 36px;
}

.text-span {
  color: #bdb80b;
}

.counter-text {
  color: #fff;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 19px;
  line-height: 27px;
}

.task-ma-slider {
  height: auto;
}

.task-ma-slider.bg-white {
  background-color: #fff0;
  border-radius: 8px;
  margin-bottom: 10px;
}

.task-manager-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.text-sm {
  font-size: 14px;
  line-height: 1.5em;
}

.text-sm.text-bold {
  font-family: Helvetica Now Display, sans-serif;
  font-weight: 700;
}

.task-manager-area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.task-manager-area.bg-gray-100 {
  padding-top: 0;
  padding-bottom: 0;
}

.task-manager-title {
  margin-bottom: 24px;
}

.text-xs {
  font-size: 12px;
  line-height: 1.5em;
}

.text-xs.color-gray-600 {
  font-family: Helvetica Now Display, sans-serif;
  font-weight: 500;
}

.slide-nav {
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.task-text {
  margin-top: 32px;
  margin-bottom: 32px;
  overflow: visible;
}

.mask {
  max-width: 600px;
  overflow: hidden;
}

.text-xl {
  font-size: 20px;
  line-height: 1.4em;
}

.text-xl.color-gray-500 {
  color: #fff;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 15px;
}

.task-slider {
  height: auto;
  padding: 48px;
  overflow: visible;
}

.text-lg {
  letter-spacing: .5px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

.task-manager-contant {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-md {
  font-size: 16px;
  line-height: 1.5em;
}

.left-arrow {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 16px;
  display: block;
  bottom: 228px;
  left: 412px;
  box-shadow: 1px 1px 3px #b4b7c9;
}

.left-arrow.color-gray-800 {
  display: block;
}

.left-arrow.color-gray-800.bg-white {
  background-color: #1a40a9;
  bottom: 63%;
  left: 80%;
  box-shadow: 0 1px 5px #b4b7c9;
}

.right-arrow {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 16px;
  top: -229px;
  right: 32px;
  box-shadow: 1px 1px 3px #585c7b;
}

.right-arrow.color-gray-800.bg-white {
  background-color: #1a40a9;
  top: -63%;
  right: 6%;
  box-shadow: 0 1px 5px #b4b7c9;
}

.task-manager-tool {
  text-decoration: none;
}

.task-manager-tool.color-white {
  cursor: pointer;
  font-size: 1.3rem;
}

.manager-text {
  padding: 48px;
}

.manager-text.bg-gray-900 {
  border-radius: 8px;
}

.manager-text.bg-gray-900.slide-left-100 {
  background-color: #1a40a9;
  padding: 30px;
}

.manager-bio {
  margin-left: 48px;
  display: block;
}

.manager-bio.margin-16 {
  margin-left: 16px;
}

.manager-slider {
  height: auto;
}

.manager-slider.bg-white {
  border-radius: 8px;
}

.manager-slider.bg-white.slide-right-200 {
  background-color: #f5fcff;
}

.heading-xxl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 800;
  line-height: 1em;
}

.heading-xxl.color-white {
  text-transform: none;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2em;
}

.task-manager-info {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.quote {
  color: #fff;
  font-size: 20px;
}

.container {
  max-width: 1326px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.task-quote {
  border-radius: 6px;
  width: 44px;
  height: 44px;
}

.task-quote.bg-primary {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: -24px;
}

.task-quote.bg-primary.shadow {
  background-color: #1a40a9;
  box-shadow: 0 2px 4px #6366f1;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.heading-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2.2rem;
}

.anim-wrap {
  overflow: hidden;
}

.image-4 {
  margin-left: 10px;
}

.margin-bottom-2.margin-small {
  margin-bottom: 1rem;
}

.features-icon {
  width: 50px;
}

.paragraph-normal {
  color: #64607d;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.875rem;
}

.features-item {
  background-color: #f5fcff;
  border-radius: 20px;
  padding: 54px 28px 40px 22px;
}

.features-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 42px;
  display: grid;
}

.link-block-2 {
  color: #01966b;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.heading-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.h2-heading {
  color: #1d1919;
  letter-spacing: -.04em;
  margin-top: 0;
  font-size: 56px;
  line-height: 1.2;
}

.paragraph-regular {
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  line-height: 26px;
}

.uui-footer05_legal-list-wrapper {
  grid-column-gap: 1.5rem;
  display: flex;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-footer05_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.uui-padding-vertical-xlarge {
  padding-top: 0;
  padding-bottom: 4rem;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #344154;
  text-align: center;
  white-space: nowrap;
  background-color: #fbeb84;
  border: 1px solid #344154;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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 #1018280d;
}

.uui-button:hover {
  color: #fff;
  background-color: #344154;
  border-color: #6941c6;
}

.uui-button:focus {
  color: #fff;
  background-color: #0e0e29;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-button.is-button-small.primary {
  color: #fff;
  background-color: #004aad;
  border-style: none;
  margin-top: 0;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: #344054;
}

.uui-footer05_social-icons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

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

.uui-text-size-small.text-color-gray500 {
  color: #667085;
}

.uui-footer05_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.uui-footer05_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer05_social-link {
  color: #98a2b3;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer05_social-link:hover {
  color: #667085;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-footer05_social-icon {
  color: #004aad;
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer05_bottom-wrapper {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer05_legal-link {
  color: #667085;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer05_legal-link:hover {
  color: #475467;
}

.uui-footer05_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.uui-footer05_newsletter-wrapper._1 {
  margin-bottom: 2rem;
  padding-top: 2rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

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

.uui-form_input {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  display: block;
  position: relative;
  inset: 0% 0% auto auto;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input::placeholder {
  color: #667085;
}

.link {
  color: #1f1e1e;
  text-decoration: underline;
}

.grid-divider {
  background-color: #797979;
  width: 1px;
  height: 50px;
  position: absolute;
  top: 40%;
  left: 35%;
  right: auto;
}

.grid-divider.right {
  left: auto;
  right: 30%;
}

.numbers {
  font-size: 60px;
  overflow: visible;
}

.number_counter-wrapper {
  color: #fff;
  width: 80%;
  margin-left: 70px;
  margin-right: 70px;
  padding-left: 0;
  padding-right: 0;
}

.txt-medium-white {
  color: #fff;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}

.section-2 {
  background-color: #f5f1ff00;
  height: auto;
  padding: 120px 10%;
}

.section-2.bg-color_purple {
  background-color: #004aad00;
  background-image: linear-gradient(146deg, #004aad 11%, #0f0988 80%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-6 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin: 0 auto 80px;
  font-size: 35px;
  font-weight: 400;
}

.container-col-12 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.number-wrapper {
  height: 70px;
  margin-bottom: 20px;
  line-height: 1.1;
  display: flex;
  overflow: hidden;
}

.number_m {
  font-size: 60px;
}

.grid-3 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: stretch;
  position: relative;
}

.square-illustration-image {
  position: relative;
  inset: 0% 0% auto auto;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-checkbox {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library--gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

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

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

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

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large {
  color: #00000080;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-button-neutral {
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #004aad;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-checkbox-label {
  color: var(--flowui-component-library--gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

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

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
  padding: 17px;
}

.f-contact-image-wrapper {
  max-width: 550px;
  height: 100%;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.contact_number {
  color: #4a5d69;
  font-size: 1.125rem;
  font-weight: 500;
}

.heading-small-2 {
  color: #fff;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.contact_details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: grid;
}

.contact_content {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: #004aad;
  border-radius: 13px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center stretch;
  margin-bottom: 2rem;
  padding: 40px 26px;
  display: grid;
}

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

.heading-7 {
  color: #000;
}

.paragraph-4 {
  color: #00000080;
}

.combine-contact4_feature-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.combine-icon_color2-2 {
  color: #00a1c1;
}

.combine-icon_medium-2 {
  color: #fff;
  width: 1.7rem;
  height: 1.7rem;
}

.combine-text-size-regular-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_color1-2 {
  color: #6157f8;
}

.paragraph-5 {
  color: #fff;
  font-size: .9rem;
}

.heading-style-h3-1 {
  color: #ffce0c;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  margin-top: 5px;
  font-weight: 300;
  display: flex;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---color-neutral-801 {
  color: #211f54;
}

.brix---text-200-list-bold {
  font-family: Helvetica Now Display, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.heading-8 {
  color: #030303;
  text-transform: none;
  font-size: 1rem;
  font-weight: 500;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-link {
  text-align: center;
  background-color: #fdfdff14;
  border-bottom: 1px solid #0000;
  border-radius: 8px;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 1em;
  font-size: 1.7rem;
  display: block;
}

.nav-link:hover {
  color: #ffe206;
  border-bottom-color: #2962ff;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 10px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
  margin-top: 0;
}

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

.brix---mg-bottom-24px {
  margin-bottom: 20px;
}

.brix---mg-bottom-32px {
  margin-bottom: 10px;
}

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

.brix---mg-right-16px {
  margin-right: 16px;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size {
  color: #6d5e5e;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---blog-card-featured-wrapper {
  width: 100%;
  text-decoration: none;
}

.brix---blog-card-image-wrapper {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  transform: translate(0);
}

.brix---categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.brix---categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.brix---blog-card-wrapper {
  background-color: #f5fcff;
  border-radius: 16px;
  text-decoration: none;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-3-columns-gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---avatar-circle-03 {
  border-radius: 50%;
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  overflow: hidden;
  transform: translate(0);
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---section-pd-bottom-56px {
  padding-top: 176px;
  padding-bottom: 56px;
}

.brix---blog-card-featured {
  grid-column-gap: 48px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---blog-card-image-featured {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brix---blog-card-image-featured-wrapper-v1 {
  border-radius: 24px;
  height: 448px;
  overflow: hidden;
  transform: translate(0);
}

.brix---badge-primary-small-light {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 11px;
  padding: 10px;
  font-size: 12px;
  line-height: 13px;
  display: inline-block;
}

.brix---grid-title-and-categories {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  display: grid;
}

.brix---badge-secondary-category-badges {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 24px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary-category-badges:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---badge-secondary-category-badges.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  cursor: default;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 12px;
  display: block;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

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

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-link-content-left {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 300px;
  padding: 20px 32px 20px 20px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.ths06-close-icon {
  width: 30px;
  position: absolute;
}

.h1-2 {
  color: #fff;
  text-transform: none;
  max-width: 100%;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3em;
}

.success-icon {
  color: #3f5c37;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: absolute;
  inset: auto 6px 6px auto;
}

.chatbot-title {
  color: #f6f5fa;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 400;
}

.text-field-4 {
  color: #000;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 5px;
  transition: padding .2s cubic-bezier(.165, .84, .44, 1), border .2s cubic-bezier(.165, .84, .44, 1);
}

.text-field-4:focus {
  border-bottom-color: #9d9ca0;
  padding-left: 18px;
}

.text-field-4.text-area {
  min-height: 40px;
}

.feature-badge {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  background-color: #fff;
  border: .8px solid #ffffff1a;
  border-radius: 40px;
  align-items: center;
  padding: 2px 8px 2px 6px;
  font-size: 12px;
  line-height: 1.7;
  transition: color .2s, opacity;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.feature-badge:hover {
  color: #ffd000;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  border-color: #ffffff29;
}

.chatbot-main-content {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.paragraph-6 {
  color: #fff;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6em;
}

.hero-section-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.hero-section-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  display: flex;
}

.success-message-3 {
  background-color: #ddd0;
  padding: 16px 16px 16px 0;
}

.wrap-h-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.wrap-h-xsmall.wrap-child {
  flex-wrap: wrap;
}

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

.ths06-form-open-button {
  z-index: 9;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 20px #8a8484;
}

.ths06-email-icon {
  width: 30px;
}

.image-44 {
  border-radius: 20px;
  max-width: 90%;
}

.profile-image {
  object-fit: cover;
  border: 1px solid #8770db;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.chatbot-title-wrapper-2 {
  background-color: #312f3a00;
  background-image: linear-gradient(135deg, #101010, #434647);
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  flex-flow: row;
  justify-content: space-between;
  padding: 20px 16px 16px;
  display: flex;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.success-message-wrapper {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.div-block-230 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.ths06-footer {
  z-index: 100;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.div-block-606 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  display: block;
}

.success-text-2 {
  text-align: left;
}

.chatbot-sub-title {
  color: #e0e0e0;
  font-size: 14px;
}

.div-block-605 {
  z-index: 100;
  position: fixed;
  inset: auto 0% 0% auto;
}

.uui-form-field-wrapper-2 {
  position: relative;
}

.hero-section-main-wrapper {
  background-color: #0000;
  background-image: linear-gradient(#092688, #23003a);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.section-container {
  width: 100%;
  max-width: 1920px;
}

.success-message-confirmation {
  background-color: #e7eee4;
  border: 1px solid #dce7d7;
  border-radius: 0 20px 20px;
  justify-content: flex-start;
  padding: 8px 22px 21px 8px;
  display: flex;
  position: relative;
}

.button-5 {
  background-color: #101010;
  border: 1px solid #716d83;
  border-radius: 40px;
  padding: 10px 24px;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
}

.button-5:hover {
  background-color: #4f4c5c;
  transform: translate(0, -2px);
}

.text-block-2 {
  color: #fff;
  background-color: #2e2e2e63;
  border-radius: 20px;
  flex-flow: row;
  padding: .7em 1em;
  font-weight: 400;
  display: flex;
}

.field-label-2 {
  margin-bottom: 4px;
  font-weight: 600;
}

.ths06-form-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 17px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 60px;
  margin-right: 60px;
  padding: 0;
  display: none;
}

.grid-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  align-items: center;
}

.section-blog {
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin: 140px 8vw 60px;
  display: flex;
}

.section-blog.home-s2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin: 15vh 8vw;
  display: flex;
}

.section-blog.home-s4 {
  height: auto;
  margin-top: 15vh;
  margin-bottom: 15vh;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.section-blog.home-s3 {
  height: auto;
  margin: 15vh 9vw;
}

.section-blog.home-s5 {
  height: auto;
  margin-top: 60vh;
  margin-bottom: 60vh;
  display: block;
}

.section-blog.home-s6 {
  height: auto;
  margin-top: 25vh;
  margin-bottom: 25vh;
  display: block;
}

.section-blog.who-s1 {
  mix-blend-mode: normal;
  align-items: stretch;
}

.section-blog.who-s2, .section-blog.who-s3, .section-blog.who-s4, .section-blog.who-s5 {
  height: auto;
}

.section-blog.what-s1 {
  mix-blend-mode: difference;
  align-items: stretch;
  position: relative;
}

.section-blog.what-s2, .section-blog.what-s3, .section-blog.what-s4, .section-blog.what-s5, .section-blog.what-s6 {
  height: auto;
}

.section-blog-content {
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin: 20px 8vw 60px;
  display: flex;
}

.section-blog-content.home-s2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin: 15vh 8vw;
  display: flex;
}

.section-blog-content.home-s4 {
  height: auto;
  margin-top: 15vh;
  margin-bottom: 15vh;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.section-blog-content.home-s3 {
  height: auto;
  margin: 15vh 9vw;
}

.section-blog-content.home-s5 {
  height: auto;
  margin-top: 60vh;
  margin-bottom: 60vh;
  display: block;
}

.section-blog-content.home-s6 {
  height: auto;
  margin-top: 25vh;
  margin-bottom: 25vh;
  display: block;
}

.section-blog-content.who-s1 {
  mix-blend-mode: normal;
  align-items: stretch;
}

.section-blog-content.who-s2, .section-blog-content.who-s3, .section-blog-content.who-s4, .section-blog-content.who-s5 {
  height: auto;
}

.section-blog-content.what-s1 {
  mix-blend-mode: difference;
  align-items: stretch;
  position: relative;
}

.section-blog-content.what-s2, .section-blog-content.what-s3, .section-blog-content.what-s4, .section-blog-content.what-s5, .section-blog-content.what-s6 {
  height: auto;
}

.progress-bar-inner {
  background-color: #8410a7;
  border-radius: 0;
  width: 25%;
  height: 100%;
}

.subheader-column-2 {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.list-item-3 {
  line-height: 39px;
}

.image-3 {
  height: auto;
}

.uui-text-size-large-7 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.page-content-heading-h1-2 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.page-content-heading-h1-2:hover {
  color: #ffd103;
  -webkit-text-stroke-color: #fffb00;
}

.left-sticky-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 0;
  display: flex;
  position: sticky;
  top: 80px;
}

.article-author-avatar {
  object-fit: cover;
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.article-author-avatar.big {
  border: 5px solid #eff0f6;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 3px;
}

.list-item-2 {
  margin-bottom: 10px;
}

.progress-bar-outer {
  background-color: #e0e0e0;
  border-radius: 20px;
  align-items: flex-start;
  width: 100%;
  height: 5px;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.bold-text-4 {
  color: #132ca7;
  font-weight: 600;
}

.modal-image-link-wrapper {
  grid-column-gap: 16px;
  background-color: #132ca7;
  align-items: center;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
}

.modal-image-link-wrapper:hover {
  background-color: #6f1fd6;
}

.modal-image-link-wrapper.border-top {
  background-color: #132ca7;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-image-link-wrapper.border-top:hover {
  background-color: #6f1fd6;
}

.modal-image-link-wrapper.border-bottom {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 0;
}

.table_component {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  box-shadow: 0 5px 9px -6px #0003;
}

.modal-link {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.list-5 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 39px;
  list-style-type: decimal;
}

.paragraph-64 {
  color: #5f5b5b;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px;
}

.author-description-2 {
  color: #757575;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 13px;
  line-height: 19px;
}

.div-block-603 {
  background-color: #f9fafb;
  border-radius: 8px;
  padding: 10px 20px;
}

.list-2-copy {
  color: #132ca7;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.table_body {
  color: #000;
  background-color: #fff;
}

.heading-collection-wrapper-3 {
  background-color: #132ca7;
  border: 1px #c2bfbf;
  border-radius: 6px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 12px;
}

.heading-9 {
  color: #22023f;
  text-transform: none;
  font-size: 25px;
  font-weight: 500;
  line-height: 41px;
}

.author-name-medium {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-607 {
  border: 1px #5f5f5f;
  border-radius: 8px;
}

.list-text-bold {
  color: #4b4b4b;
  letter-spacing: .5px;
  margin-bottom: 10px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.list-text-3 {
  color: #5f5b5b;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px;
}

.link-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: block;
}

.table_cell {
  text-align: left;
  min-width: auto;
  padding: 1rem 1.5rem;
  font-weight: 400;
}

.table_cell.head-data {
  color: #fff;
  text-align: left;
  min-width: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 400;
}

.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.sidebar-content {
  grid-column-gap: 80px;
  grid-template-columns: 1fr .45fr;
  align-items: start;
}

.grid-2-columns.sidebar-content.left {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
}

.table_row.background-color {
  background-color: #f3f3f3;
}

.table_row.head {
  color: #fff;
  text-align: left;
  background-color: #0000;
  background-image: linear-gradient(120deg, #0e2381, #3d077f);
}

.list-text-2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.heading-10 {
  color: #333;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
}

.div-block-600 {
  background-color: #fff;
  margin-bottom: 0;
  padding: 10px 0;
}

.article-author-wrapper-2 {
  color: #292929;
  align-items: center;
  margin-bottom: 56px;
  text-decoration: none;
  display: flex;
}

.article-author-wrapper-2.vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}

.img-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-2 {
  color: #132ca7;
  font-size: 18px;
  font-weight: 600;
}

.link-block-4 {
  color: #363535;
  text-decoration: none;
  display: block;
}

.link-block-4:hover {
  color: #ffd900;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.section-7 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-7.main-posts {
  padding-top: 50px;
  padding-bottom: 170px;
}

.section-7.main-posts.post {
  padding-top: 0;
  padding-bottom: 40px;
}

.list-item-4 {
  text-transform: none;
}

.link-3 {
  color: #132ca7;
  font-size: 15px;
  font-weight: 600;
}

.brix---heading-h1-size-2 {
  color: #222121;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
}

.chatbot-title-wrapper {
  background-color: #312f3a00;
  background-image: linear-gradient(135deg, #024fd9, #0a7ebd);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  padding: 20px 16px 16px;
  display: flex;
}

.button {
  background-color: #086ec7;
  border: 1px solid #716d83;
  border-radius: 40px;
  padding: 12px 24px;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
}

.button:hover {
  background-color: #4f4c5c;
  transform: translate(0, -2px);
}

.image-118 {
  margin-left: 5px;
}

.featuredshow-desc {
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.brix---color-neutral-804 {
  color: #211f54;
}

.link-label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.field-label-3 {
  font-weight: 600;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.home-banner-tab {
  float: left;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background-color: #ffc800;
  border-radius: 4px;
  margin-top: 0;
  margin-left: 10px;
  padding: 1px 6px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
  position: relative;
}

.f-heading-detail-small-2 {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}

.chatbot-main-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: grid;
}

.brix---grid-hero-v16 {
  grid-column-gap: 40px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  margin-top: 0;
  display: grid;
}

.link-wrapper {
  color: #fff;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-wrapper:hover {
  transform: translate(0, -2px);
}

.text-field-3 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #d3d3d3;
  transition: padding .2s cubic-bezier(.165, .84, .44, 1), border .2s cubic-bezier(.165, .84, .44, 1);
}

.text-field-3:focus {
  border-bottom-color: #9d9ca0;
  padding-left: 18px;
}

.text-field-3.text-area {
  min-height: 80px;
}

.link-icon {
  background-color: #1a68fc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.div-block-570 {
  padding-top: 0;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-2 {
  color: #211f54;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.brix---grid-1-column-row-16px {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.brix---color-neutral-805 {
  color: #211f54;
}

.brix---color-neutral-806 {
  color: #6e7191;
}

.wbs-hero-6-tagline-1 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(99deg, #024fd9 9%, #087ebd 86%);
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 3px 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
}

.banner-img {
  z-index: 0;
  background-color: #f6f5fa00;
  border-radius: 20px;
  width: 400px;
  position: static;
  inset: auto 24px 104px auto;
}

.home-header_image {
  width: 100%;
  display: block;
}

.div-block-3-banner {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.scroll-down-text-3 {
  color: #ffffff80;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  position: relative;
}

.scroll-down-text-3.second {
  position: absolute;
}

.simple-wrap-2 {
  width: 100%;
}

.heading-11.home-s1 {
  color: #000;
  text-transform: none;
  font-family: Droid Serif, serif;
  font-size: 4rem;
}

.scroll-down-arrow-2 {
  color: #fff;
  font-weight: 400;
}

.scroll-down-text-so-you-are-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-down-wrap-3 {
  position: absolute;
  inset: auto 0% 44px;
}

.wrap-heading-2 {
  color: #000;
  overflow: hidden;
}

.heading-12 {
  color: #22023f;
  font-size: 25px;
  font-weight: 500;
  line-height: 41px;
}

.paragraph-65 {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.list-2-copy-2 {
  color: #132ca7;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.list-7 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}

.list-text-5 {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.simple-wrap-section {
  width: 100%;
  display: block;
  position: relative;
}

.simple-wrap-section._2 {
  margin-top: 100px;
}

.project-container_grid_type_3 {
  grid-column-gap: 10px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  place-items: center stretch;
  margin-bottom: 5vh;
  margin-left: 0;
  margin-right: 0;
}

.project-container_grid_type_4 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  place-items: center stretch;
  margin: 40px 0 5vh;
}

.div-block-608 {
  height: 20px;
}

.code-block, .code-block-2, .code-block-3, .code-block-4 {
  width: 250px;
}

.div-block-609 {
  height: 50px;
}

.tab-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.spark-section-2 {
  z-index: 0;
  width: 100%;
  padding: 100px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-2.spark-primary-background {
  z-index: 2;
  color: #fff;
  background-color: #0000;
  background-image: url('../images/Bulk-5-intl_course_overviews-5.png'), linear-gradient(#fff, #fff);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-radius: 12px;
  max-width: 1200px;
  padding: 40px 64px 40px 20px;
}

.heading-3 {
  color: #1d1e1f;
  font-size: 27px;
  font-weight: 400;
}

.spark-button-2 {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-2.spark-dark-button {
  background-color: #054495;
  border-style: none;
  border-color: #1e116e;
}

.spark-button-2.spark-dark-button:hover {
  opacity: .5;
}

.spark-button-2.spark-dark-button-white {
  color: #493aff;
  background-color: #fff;
  border-style: none;
  border-color: #1e116e;
}

.spark-button-2.spark-dark-button-white:hover {
  opacity: .8;
  background-color: #fff200;
}

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

.spark-flex-row-2.spark-split-and-wrapped {
  width: 60%;
}

.spark-flex-row-2.spark-right {
  grid-column-gap: 16px;
  justify-content: flex-start;
  width: 60%;
  margin-top: 40px;
}

.combine-text-size-regular-3 {
  color: #5f6570;
  text-align: justify;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.8;
}

.spark-absolute-dark-background {
  z-index: 0;
  background-color: #004aad00;
  background-image: radial-gradient(circle, #022b77, #0387e5);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

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

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

.f-success-message-2 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-input-outlined {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-input-outlined::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-form-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-form-button:active {
  background-color: var(--flowui-component-library--gray-900);
}

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

.f-cta-image-wrapper {
  height: 360px;
}

.f-cta-form-block {
  max-width: 460px;
  margin-bottom: 8px;
}

.f-cta-grid-a {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

.brix---paragraph-default-3 {
  color: #ffffffe0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 18px;
  line-height: 41px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: auto;
  height: auto;
  position: static;
  inset: 0%;
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta {
  z-index: 999;
  background-color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---grid-cta-v8 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.brix---cta-v8-half-image-right {
  z-index: 0;
  width: auto;
  height: auto;
  position: static;
  inset: 0% 0% 0% auto;
}

.combine-icon_small {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 10px;
  display: flex;
}

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

.one-to-one {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #493aff00;
  background-image: linear-gradient(166deg, #0c53db 12%, #072e85 46%);
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 92%;
  margin: 47px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 60px;
  display: grid;
}

.form-sub-heading {
  color: #3a3a3a;
  width: 100%;
  max-width: 430px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
}

.f-modal-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.spark-section-4 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-4.spark-primary-color-background {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-142 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  width: 100%;
}

.uui-form-checkbox-icon-2 {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  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 {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.uui-form-checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #7f56d9;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-2.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #f4ebff;
}

.f-modal-form {
  grid-column-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.f-modal-base-wide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 700px;
  padding: 20px;
  display: grid;
  position: relative;
  inset: 0%;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.f-modal-form-card {
  margin-top: 20px;
}

.uui-form-checkbox-label-2 {
  color: #344054;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.form-field-news-update {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.close-popup---brix {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  inset: 15px 15px auto auto;
}

.close-popup---brix:hover {
  transform: scale(.9);
}

.f-button-primary {
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #3009b2;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  margin-top: 20px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary:hover {
  background-color: #282556;
}

.f-success-message-3 {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.uui-form-checkbox-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.f-modal-wrapper-copy {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.uui-form_input-2 {
  color: #6b6d72;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  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, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

.f-sub-heading-regular {
  color: #160042;
  letter-spacing: -.03em;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
}

.slide-content {
  background-color: #fff;
  background-image: url('../images/GE-logo-4.png');
  background-position: 0 0;
  background-size: contain;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
}

.form-paragraph {
  color: #5b617c;
  max-width: 550px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.quote-wrap {
  margin-bottom: 40px;
}

.slider-left {
  color: #fff;
  background-color: #151c340f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: #151c3426;
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.success-message-4 {
  letter-spacing: 1px;
  padding: 50px;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.form-full {
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  max-height: 100vh;
  display: flex;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.slide-counter {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20px;
  margin-top: 40px;
  display: flex;
}

.slider {
  background-color: #0000;
  height: 100vh;
  min-height: auto;
  position: relative;
}

.error-message-2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-banner {
  background-color: #1f1b3a00;
  background-image: radial-gradient(circle, #123d99 64%, #134496 70%, #186486);
  width: 30%;
  min-width: 310px;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-wrap.extra-space {
  margin-bottom: 40px;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.submit-button {
  color: #fff;
  background-color: #5b3acc;
  border-radius: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.submit-button.slider-right {
  background-image: radial-gradient(circle, #113d9a, #381253);
}

.form-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 490px;
  max-width: 560px;
  margin-bottom: -20px;
  display: flex;
}

.paragraph-intro {
  color: #ffffffc7;
  max-width: 650px;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
}

.slider-right {
  color: #fff;
  text-align: center;
  background-color: #fff;
  background-image: radial-gradient(circle, #123c99, #340f54);
  border-radius: 4px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.slider-right:hover {
  background-color: #5233bb;
}

.banner-h3 {
  color: #fff;
  letter-spacing: -.3px;
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.banner-content {
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  padding: 10% 40px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.help-block {
  padding: 20px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.text-field {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  position: relative;
}

.text-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

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

.text-field.text-box {
  min-height: 150px;
}

.button-wrap-2 {
  width: 100%;
  display: flex;
}

.dot {
  background-color: #5b617c1a;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot.active-dot {
  background-color: #5b617c;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.form-item-wrapper {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.form-item-wrapper.fixed-height {
  min-height: 160px;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: static;
}

.slide-wrapper {
  min-height: 100vh;
  display: flex;
}

.notice {
  color: #ffffffa6;
  background-color: #ececec26;
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 15px;
  line-height: 23px;
}

.banner-logo {
  border-bottom: 1px solid #ffffff14;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.field-label {
  color: #617283;
  margin-bottom: 8px;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.section-one {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #493aff00;
  background-image: linear-gradient(166deg, #0c53db 12%, #072e85 46%);
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 92%;
  margin: 47px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
}

@media screen and (min-width: 1440px) {
  .benefit-card {
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---grid-hero-v16 {
    grid-column-gap: 90px;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .image-44 {
    max-width: 100%;
  }
}

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

  h2 {
    font-size: 3rem;
  }

  h3 {
    letter-spacing: .04em;
    font-size: 2rem;
  }

  p {
    letter-spacing: .02em;
    font-size: .8rem;
  }

  .header-column-1 {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .menu-hamburger.scroll-block-trigger {
    width: 45px;
    height: 45px;
  }

  .say-hello-button.scroll-block-trigger.hover-effect {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .header-columns {
    height: 56px;
  }

  .wrap-menu-button {
    width: 300px;
    height: 300px;
    transition-property: none;
  }

  .wrap-menu-button:hover {
    transform: none;
  }

  .menu-button-text {
    font-size: 3.5rem;
  }

  .site-left-line {
    display: none;
  }

  .menu-columns {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .menu-middle-line {
    display: none;
  }

  .big-circle-home {
    width: 200px;
    height: 200px;
  }

  .you-circle-text {
    font-size: 2.5rem;
  }

  .you-circle-text-2 {
    width: 200px;
    height: 200px;
    font-size: .8rem;
  }

  .footer {
    padding-top: 40vh;
    padding-bottom: 10vh;
  }

  .footer-bootom-part-wrap {
    height: 500px;
  }

  .footer-heading-1-1 {
    line-height: 56px;
  }

  .ceo-background, .wrap-ceo-photo {
    width: 350px;
    height: 350px;
  }

  .small-heading.who-s1 {
    left: 0%;
  }

  .site-right-line {
    display: none;
  }

  .ceo-text-wrap {
    width: 100px;
    height: 100px;
  }

  .simple-vertical-line {
    right: 10%;
  }

  .txt-field {
    font-size: 16px;
  }

  .back-button {
    margin-bottom: 18px;
    margin-left: 20px;
  }

  .close-button {
    margin-top: 18px;
    margin-right: 18px;
  }

  .form-page-no {
    bottom: 2.5%;
  }

  .heading-1-form {
    font-size: 3rem;
  }

  .checkbox:hover {
    background-color: #0000;
    border: 0 #0000;
  }

  .checkbox.w--redirected-checked {
    background-color: #fff;
  }

  .checkbox-label {
    letter-spacing: .02em;
  }

  .form-checkbox-field:hover {
    border-color: #ffffff4d;
  }

  .form-link-next-wrap {
    bottom: 2.5%;
    right: 2.5%;
  }

  .form-link-close-wrap {
    top: 2.5%;
    right: 2.5%;
  }

  .form-text-area {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .radio:hover {
    border-style: none;
  }

  .form-field-underline-wrap, .form-name-field, .form-email-field, .form-phone-field {
    width: 80%;
  }

  .cursor {
    display: none;
  }

  .ceo-frame {
    width: 350px;
    height: 350px;
  }

  .section {
    height: auto;
    margin-top: 100px;
  }

  .section.home-s4 {
    margin-top: 10vh;
  }

  .text {
    letter-spacing: .02em;
    font-size: .8rem;
  }

  .wrap-heading {
    overflow: visible;
  }

  .heading-1 {
    display: none;
  }

  .heading-1.mobile {
    align-items: center;
    display: block;
  }

  .heading-1.home-s4 {
    font-size: 2rem;
    display: block;
  }

  .heading-1.home-s1 {
    font-size: 3.3rem;
    display: block;
  }

  .heading-1.home-s5, .heading-1.home-s6 {
    display: block;
  }

  .heading-1.who-s1-ceo, .heading-1.who-s2, .heading-1.who-s3 {
    display: flex;
  }

  .heading-1.who-s3 {
    font-size: 2.5rem;
    display: flex;
  }

  .heading-1.who-s4 {
    display: flex;
  }

  .heading-1.who-s5 {
    font-size: 2.5rem;
    display: flex;
  }

  .heading-1.who-s5.last {
    font-size: 4rem;
  }

  .heading-1.what-s1, .heading-1.what {
    display: flex;
  }

  .heading-1.success, .heading-1.form-error-message-text {
    display: block;
  }

  .heading-1-1 {
    display: none;
  }

  .heading-1-1.mobile {
    display: block;
  }

  .heading-1-1.mobile.home-s1 {
    font-size: 4.4rem;
    line-height: 1.4;
  }

  .heading-1-1.home-s4 {
    font-size: 2rem;
    line-height: 1.3;
    display: block;
  }

  .heading-1-1.home-s1 {
    font-size: 4rem;
    display: block;
  }

  .heading-1-1.home-s5, .heading-1-1.home-s6 {
    display: block;
  }

  .heading-1-2.mobile {
    display: flex;
  }

  .heading-1-2.home-s3 {
    font-size: 2rem;
  }

  .heading-1-2.home-s5 {
    margin-top: -1.7rem;
  }

  .heading-1-2.home-s3-copy {
    font-size: 2rem;
  }

  .heading-1-3.mobile {
    display: flex;
  }

  .simple-wrap._2 {
    position: static;
  }

  .heading-4.who-s3 {
    font-size: 1.5rem;
  }

  .heading-4.who-s5 {
    width: 35px;
    font-size: 1.5rem;
  }

  .heading-4.who-s5.last {
    width: 50px;
  }

  .paragraph.home {
    width: auto;
  }

  .paragraph.who, .paragraph.what {
    width: 450px;
  }

  .paragraph.success {
    width: 250px;
  }

  .paragraph.home-banner, .paragraph.blog {
    width: auto;
  }

  .superscript-home-s5 {
    top: -17px;
  }

  .who-s3-circle-wrap {
    width: 100px;
    height: 100px;
  }

  .vertical-line-who-s3, .vertical-line-who-s5 {
    margin-left: 50px;
  }

  .who-s5-wrap {
    margin-left: 50px;
    padding-left: 40px;
    top: -1rem;
  }

  .who-s5-circle-wrap {
    width: 100px;
    height: 100px;
  }

  .who-s5-curve-line {
    margin-left: 50px;
  }

  .wrap-what-circle {
    width: 350px;
    height: 350px;
  }

  .form-send-button-wrap {
    width: 85px;
    height: 85px;
    bottom: 2.5%;
    right: 2.5%;
  }

  .div-block-2 {
    justify-content: flex-end;
    align-items: flex-end;
    position: static;
  }

  .scroll-down-wrap-2 {
    bottom: 0;
  }

  .scroll-down-text-so-you-are-2 {
    position: absolute;
  }

  .div-block-3 {
    height: auto;
  }

  .desktop {
    vertical-align: baseline;
    display: none;
    overflow: visible;
  }

  .tablet {
    display: inline-flex;
  }

  .image {
    width: 150px;
  }

  .project-container_grid {
    grid-template-columns: 1fr;
  }

  .home-skils_list-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .heading.h4 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .project-container_grid_type_2 {
    grid-template-columns: 1fr;
  }

  .benefits-box {
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
  }

  .task-manager-area.bg-gray-100 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .slide-nav {
    display: none;
  }

  .text-xl {
    font-size: 18px;
  }

  .text-lg {
    font-size: 16px;
  }

  .task-manager-contant {
    grid-template-columns: 1fr;
  }

  .text-md {
    font-size: 15px;
  }

  .heading-xxl {
    font-size: 60px;
  }

  .heading-xxl.color-white {
    font-size: 32px;
  }

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

  .uui-footer05_form-block {
    min-width: auto;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-footer05_social-icons {
    margin-bottom: 1rem;
  }

  .uui-footer05_newsletter-text-wrapper {
    margin-bottom: 2rem;
  }

  .uui-footer05_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-footer05_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .grid-divider {
    left: 27%;
  }

  .grid-divider.right {
    right: 39%;
  }

  .number_counter-wrapper {
    width: 90%;
    margin-left: 0;
  }

  .txt-medium-white {
    width: 90%;
    font-size: 14px;
    line-height: 1.1;
  }

  .section-2 {
    padding: 60px 5%;
  }

  .heading-6 {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }

  .container-col-12 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 2fr 1fr;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .contact_content {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

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

  .nav-link {
    text-align: right;
    display: block;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---categories-badges-wrapper {
    justify-content: flex-start;
  }

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

  .brix---grid-3-columns-gap-row-72px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 118px;
  }

  .brix---blog-card-featured {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---blog-card-image-featured {
    width: 100%;
  }

  .brix---blog-card-image-featured-wrapper-v1 {
    height: 100%;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .h1-2 {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .image-44 {
    max-width: 100%;
  }

  .hero-section-main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-12 {
    grid-column-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-items: center;
  }

  .section-blog, .section-blog-content {
    margin-top: 46px;
  }

  .left-sticky-2 {
    position: static;
  }

  .blog-card-image-2 {
    width: 100%;
  }

  .table_component {
    max-width: 100%;
  }

  .list-2-copy {
    padding-left: 10px;
  }

  .grid-2-columns.sidebar-content {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sidebar-content.left {
    grid-template-columns: 1fr;
  }

  .list-4 {
    padding-left: 10px;
  }

  .section-7 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section-7.main-posts {
    padding-top: 0;
    padding-bottom: 106px;
  }

  .brix---heading-h1-size-2 {
    font-size: 35px;
    line-height: 47px;
  }

  .button-wrap {
    grid-column-gap: 55px;
  }

  .brix---grid-hero-v16 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-2 {
    font-size: 15px;
    line-height: 24px;
  }

  .div-block-3-banner {
    height: auto;
  }

  .heading-11 {
    display: none;
  }

  .heading-11.home-s1 {
    display: block;
  }

  .wrap-heading-2 {
    height: auto;
  }

  .list-2-copy-2, .list-7 {
    padding-left: 10px;
  }

  .project-container_grid_type_3, .project-container_grid_type_4 {
    grid-template-columns: 1fr;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-container-2.spark-primary-background {
    padding: 32px;
  }

  .spark-flex-row-2.spark-split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-right {
    justify-content: flex-start;
  }

  .f-cta-grid-a {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 0;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 10px;
  }

  .brix---heading-h2-size-2 {
    font-size: 26px;
    line-height: 46px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---grid-cta-v8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .7fr;
  }

  .brix---cta-v8-half-image-right {
    width: 100%;
    height: auto;
    inset: auto 0% 0%;
  }

  .one-to-one {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .form-sub-heading {
    text-align: center;
  }

  .spark-section-4 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .slide-content {
    align-items: center;
    width: 100%;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .lottie-animation-4 {
    display: none;
  }

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

  .form-full {
    max-height: none;
  }

  .lottie-animation-6 {
    display: none;
  }

  .slide-banner {
    width: 100%;
    display: block;
  }

  .banner-h3 {
    font-size: 30px;
  }

  .banner-content {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lottie-animation-3 {
    display: none;
  }

  .slide-wrapper {
    flex-direction: column;
  }

  .banner-logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lottie-animation-5 {
    display: none;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  p {
    text-align: justify;
  }

  .header-bottom-line {
    margin-top: 0;
  }

  .menu-hamburger {
    width: 50px;
    height: 50px;
  }

  .menu-hamburger.scroll-block-trigger {
    width: 40px;
    height: 40px;
  }

  .say-hello-button.scroll-block-trigger.hover-effect {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .header-container-1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-columns {
    height: 55px;
    margin-top: 5px;
  }

  .menu-button-text.what-s1 {
    font-size: .8rem;
  }

  .menu-wrap {
    padding-top: 76px;
  }

  .menu-email-link, .menu-phone-link {
    font-size: 10px;
  }

  .sm-buttons {
    mix-blend-mode: difference;
    border-radius: 100%;
    bottom: 20px;
  }

  .scroll-bar {
    margin-right: 0;
    right: 2.5%;
  }

  .color-switch {
    bottom: 20px;
  }

  .scroll-down-wrap {
    bottom: 34px;
  }

  .big-circle-home {
    width: 100px;
    height: 100px;
    margin-left: 5px;
    margin-right: 5px;
    display: none;
  }

  .you-circle-text {
    font-size: 1.2rem;
  }

  .you-circle-text-2 {
    width: 100px;
    height: 100px;
    font-size: .5rem;
  }

  .footer {
    padding-top: 10vh;
    padding-bottom: 0;
  }

  .footer-circle-left-wrap {
    width: 100px;
    height: 100px;
    margin-right: 5px;
  }

  .footer-circle-right-wrap {
    width: 100px;
    height: 100px;
    margin-left: 5px;
  }

  .footer-circle-center-wrap {
    width: 100px;
    height: 100px;
  }

  .footer-bootom-part-wrap {
    height: 20px;
  }

  .footer-bootom-text {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .footer-heading-1-wrap {
    overflow: hidden;
  }

  .footer-heading-1-1 {
    line-height: 40px;
  }

  .footer-paragraph {
    width: 250px;
    margin-top: 50px;
  }

  .port-to-top-info-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-center-line-wrap {
    height: 100px;
  }

  .footer-links-wrap {
    margin-top: 50px;
  }

  .footer-info-wrap {
    width: 80%;
    margin-top: 10px;
  }

  .ceo-background, .wrap-ceo-photo {
    width: 55vw;
    height: 55vw;
  }

  .small-heading {
    font-size: .8rem;
  }

  .small-heading.who-s1 {
    top: 15%;
  }

  .ceo-text-wrap {
    width: 75px;
    height: 75px;
    bottom: 17.5vh;
  }

  .simple-vertical-line {
    height: 17.5vh;
  }

  .say-hello-form-wrap-2 {
    min-height: auto;
  }

  .txt-field {
    margin-bottom: 7px;
    font-size: 13px;
  }

  .back-button {
    margin-bottom: 13px;
    margin-left: 15px;
  }

  .close-button {
    margin-top: 15px;
    margin-right: 15px;
  }

  .form-page-no {
    letter-spacing: .1em;
    height: 55px;
    font-size: .6rem;
  }

  .form-question-wrap {
    padding-bottom: 5vh;
  }

  .heading-1-form {
    font-size: 2rem;
  }

  .checkbox:hover, .checkbox:active {
    border: 1px solid #ffffff4d;
  }

  .checkbox-label, .checkbox-label.strategy.q1 {
    font-size: .8rem;
  }

  .form-checkbox-field {
    margin-top: 12px;
  }

  .form-checkbox-wrap {
    max-width: 350px;
  }

  .form-link-next-wrap, .form-link-close-wrap, .form-link-close-wrap:hover {
    width: 55px;
    height: 55px;
  }

  .heading-1-form-wrap {
    margin-bottom: 15px;
  }

  .form-checkbox-field-wrap {
    width: 100%;
  }

  .form-checkbox-field-wrap.left, .form-checkbox-field-wrap.right {
    justify-content: center;
  }

  .form-text-area {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .form-radio-field {
    margin-top: 12px;
  }

  .radio-label {
    font-size: .8rem;
  }

  .form-field-underline-wrap, .form-name-field, .form-email-field, .form-phone-field {
    width: 90%;
  }

  .what-we-do-wrap {
    top: 15%;
  }

  .ceo-frame {
    width: 55vw;
    height: 55vw;
  }

  .section {
    margin-top: 29px;
  }

  .section.home-s2 {
    margin-top: 5vh;
    margin-bottom: 10vh;
  }

  .section.home-s4 {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .section.home-s3 {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .section.banner-2, .section.home-s2-collection {
    margin-top: 5vh;
    margin-bottom: 10vh;
  }

  .wrap-heading.who-s3 {
    padding-left: 30px;
  }

  .heading-1.mobile.home-s1 {
    font-size: 4.1rem;
  }

  .heading-1.home-s4 {
    font-size: 1.5rem;
  }

  .heading-1.home-s1 {
    font-size: 3rem;
  }

  .heading-1.who-s3, .heading-1.who-s5 {
    font-size: 1.75rem;
  }

  .heading-1.who-s5.last {
    font-size: 2.2rem;
  }

  .heading-1-1.mobile.home-s1 {
    font-size: 4.3rem;
    line-height: 1.4;
  }

  .heading-1-1.home-s4 {
    font-size: 1.5rem;
  }

  .heading-1-1.home-s1 {
    font-size: 3.5rem;
  }

  .heading-1-2.home-s3 {
    font-size: 1.5rem;
  }

  .heading-1-2.home-s5 {
    margin-top: -1.1rem;
  }

  .heading-1-2.home-s3-copy {
    font-size: 1.5rem;
  }

  .heading-4._50.home {
    margin-bottom: 0;
  }

  .heading-4.who-s3 {
    font-size: 1.2rem;
  }

  .heading-4.who-s5 {
    width: 28px;
    font-size: 1.2rem;
  }

  .heading-4.who-s5.last {
    width: 40px;
  }

  .paragraph.home {
    width: auto;
  }

  .paragraph.footer-paragraph {
    width: 70%;
  }

  .paragraph.who {
    width: 80%;
  }

  .paragraph.who.s5 {
    width: 90%;
  }

  .paragraph.who.s5.last, .paragraph.what {
    width: 80%;
  }

  .paragraph.success {
    width: 70%;
  }

  .paragraph.home-banner, .paragraph.blog {
    width: auto;
  }

  .wrap-service {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .service-text {
    font-size: .8rem;
  }

  .service-dot {
    width: 14px;
    height: 14px;
  }

  .service-no-text {
    font-size: .8rem;
  }

  .superscript-home-s5 {
    top: -10px;
  }

  .wrap-client {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .client-text, .client-no-text {
    font-size: .8rem;
  }

  .header-bg {
    height: 75px;
  }

  .footer-we-text, .footer-you-text, .footer-us-text {
    font-size: 1.2rem;
  }

  .footer-phone-link-wrap {
    margin-top: 10px;
  }

  .who-s3-circle-wrap {
    width: 70px;
    height: 70px;
  }

  .vertical-line-who-s3, .vertical-line-who-s5 {
    height: 25vh;
    margin-left: 35px;
  }

  .who-s5-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 35px;
    padding-left: 30px;
    top: -.875rem;
  }

  .who-s5-circle-wrap {
    width: 70px;
    height: 70px;
  }

  .who-s5-part-2, .who-s5-part-4, .who-s5-part-3, .who-s5-part-5 {
    margin-top: 25vh;
  }

  .who-s5-curve-line {
    margin-left: 35px;
  }

  .wrap-what-circle {
    width: 55vw;
    height: 55vw;
  }

  .form-send-button-wrap {
    width: 80px;
    height: 80px;
  }

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

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .scroll-down-wrap-2 {
    bottom: 34px;
  }

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

  .image {
    width: 120px;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .home-skils_list-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .heading-small {
    font-size: 1.25rem;
  }

  .project-description {
    padding: 24px;
  }

  .project-container_grid_type_2 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    margin-bottom: 5vh;
    display: inline-grid;
  }

  .benefit-card {
    grid-row-gap: 48px;
    grid-template-rows: 1fr auto;
    min-height: auto;
  }

  .header-counter-wrapper {
    grid-template-rows: auto;
  }

  .counter-number {
    font-size: 40px;
  }

  .counter-text {
    font-size: 14px;
  }

  .task-ma-slider.bg-white {
    margin-bottom: 36px;
  }

  .task-manager-area.bg-gray-100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .task-slider {
    padding: 30px;
  }

  .task-manager-contant {
    grid-template-columns: 100%;
    width: 100.002%;
  }

  .text-md {
    font-size: 15px;
  }

  .left-arrow.color-gray-800.bg-white {
    bottom: 75%;
  }

  .right-arrow.color-gray-800.bg-white {
    top: -75%;
  }

  .manager-text.bg-gray-900 {
    width: 100%;
    padding: 36px 24px;
  }

  .manager-text.bg-gray-900.slide-left-100 {
    width: auto;
  }

  .manager-slider.bg-white {
    width: 100%;
  }

  .heading-xxl {
    font-size: 45px;
  }

  .heading-xxl.color-white {
    font-size: 24px;
  }

  .container {
    padding-left: 0;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .paragraph-normal {
    font-size: 18px;
    line-height: 28px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

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

  .uui-footer05_legal-list-wrapper {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-footer05_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer05_social-link:hover {
    color: #98a2b3;
  }

  .uui-footer05_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer05_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer05_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .grid-divider {
    display: none;
  }

  .number_counter-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .txt-medium-white {
    text-align: center;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .section-2 {
    height: auto;
  }

  .section-2.bg-color_purple {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-6 {
    width: 90%;
    margin-bottom: 20px;
  }

  .number-wrapper.three, .number-wrapper.one, .number-wrapper.two {
    margin-bottom: 0;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

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

  .heading-style-h3-1 {
    font-size: 1.5rem;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .nav-link {
    text-align: center;
    width: 80%;
    font-size: 1.4rem;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---categories-badges-item-wrapper, .brix---categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .brix---avatar-circle-03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---blog-card-featured {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---badge-primary-small-light {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

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

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

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

  .grid-12 {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .section-blog {
    margin-top: 80px;
  }

  .section-blog.home-s2 {
    margin-top: 5vh;
    margin-bottom: 10vh;
  }

  .section-blog.home-s4, .section-blog.home-s3 {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .section-blog-content {
    margin-top: 0;
  }

  .section-blog-content.home-s2 {
    margin-top: 5vh;
    margin-bottom: 10vh;
  }

  .section-blog-content.home-s4, .section-blog-content.home-s3 {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .left-sticky-2 {
    width: 100%;
    padding-top: 10px;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .modal-link {
    font-size: 13px;
    line-height: 26px;
  }

  .paragraph-64 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-9 {
    font-size: 25px;
  }

  .list-text-bold {
    font-size: 16px;
  }

  .list-text-3 {
    font-size: 14px;
  }

  .grid-2-columns, .grid-2-columns.sidebar-content.left {
    grid-template-columns: 1fr;
  }

  .heading-10 {
    font-size: 20px;
    line-height: 35px;
  }

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

  .section-7.main-posts.post {
    padding-top: 26px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---grid-hero-v16 {
    grid-template-columns: 1fr;
  }

  .scroll-down-wrap-3 {
    bottom: 34px;
  }

  .heading-12 {
    font-size: 25px;
  }

  .paragraph-65 {
    font-size: 14px;
    line-height: 22px;
  }

  .list-text-5 {
    font-size: 14px;
  }

  .project-container_grid_type_3, .project-container_grid_type_4 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    margin-bottom: 5vh;
    display: inline-grid;
  }

  .spark-section-2 {
    padding-top: 40px;
    padding-bottom: 88px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-container-2.spark-primary-background {
    background-position: 0%;
  }

  .heading-3 {
    font-size: 21px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-split-and-wrapped {
    width: 100%;
  }

  .spark-flex-row-2.spark-right {
    flex-direction: row;
  }

  .combine-text-size-regular-3 {
    font-size: 14px;
  }

  .spark-absolute-dark-background {
    height: 45%;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .cta {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .brix---grid-cta-v8 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v8-half-image-right {
    height: auto;
  }

  .one-to-one {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .f-modal-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .spark-section-4 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .image-142 {
    display: none;
  }

  .f-modal-base-wide {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .form-field-news-update {
    flex-flow: wrap;
    place-content: stretch space-between;
    display: flex;
  }

  .slide-content {
    flex-flow: row;
    padding-top: 20px;
  }

  .form-section-title {
    font-size: 20px;
    line-height: 27px;
  }

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

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

  .form-wrapper {
    width: 100%;
  }

  .form-full {
    max-height: 100vh;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-title-wrap {
    margin-bottom: 10px;
  }

  .form-content {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
  }

  .banner-h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .help-block {
    top: 0;
    right: 0;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .banner-logo {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .section-one {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hamburger-line-2 {
    width: 25px;
  }

  .header-column-2 {
    margin-top: 0;
  }

  .menu-hamburger.scroll-block-trigger {
    margin-top: 0;
    margin-bottom: 0;
  }

  .say-hello-button.scroll-block-trigger.hover-effect {
    width: 101px;
    height: 33px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hamburger-line-1 {
    width: 25px;
  }

  .header-columns {
    height: 49px;
  }

  .footer {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .footer-heading-1 {
    font-size: 2rem;
  }

  .footer-heading-1-1 {
    margin-left: 10px;
    font-size: 2rem;
  }

  .footer-heading-1-2 {
    font-size: 2rem;
  }

  .port-to-top-info-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .txt-field {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .back-button {
    margin-bottom: 11px;
    margin-left: 12px;
  }

  .close-button {
    margin-top: 12px;
    margin-right: 12px;
  }

  .checkbox.w--redirected-checked {
    background-color: #fff;
  }

  .section {
    height: 100vh;
    margin-top: 0;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .section.home-s2 {
    margin: 5vh 5vw;
  }

  .section.home-s4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin: 5vh 5vw;
    display: flex;
  }

  .section.home-s3 {
    margin: 5vh 5vw 10vh;
  }

  .section.banner-2, .section.home-s2-collection {
    margin: 5vh 5vw;
  }

  .wrap-heading.home-s3 {
    text-align: left;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-1.mobile.home-s1 {
    font-size: 2.7rem;
  }

  .heading-1.home-s4 {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .heading-1.home-s1 {
    font-size: 2rem;
  }

  .heading-1-1.mobile.home-s1 {
    font-size: 2.9rem;
    line-height: 1.2;
  }

  .heading-1-1.home-s4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
  }

  .heading-1-1.home-s1 {
    font-size: 2.3rem;
    font-weight: 700;
  }

  .heading-1-2.home-s3 {
    font-size: 1.5rem;
  }

  .heading-1-2.home-s3-copy {
    font-size: 1.1rem;
  }

  .simple-wrap {
    margin-bottom: 40px;
    position: static;
  }

  .paragraph.home {
    width: auto;
    margin-top: 0;
    font-size: .9rem;
  }

  .paragraph.home-banner {
    width: auto;
    font-size: .9rem;
  }

  .paragraph.blog {
    width: auto;
    margin-top: 0;
    font-size: .9rem;
  }

  .scroll-down-text {
    font-size: .8rem;
  }

  .scroll-down-text-so-you-are {
    font-size: .7rem;
  }

  .scroll-down-wrap-2 {
    bottom: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .project-left-block {
    grid-row-gap: 0px;
  }

  .project-left-second_content {
    width: auto;
  }

  .heading-2 {
    font-size: 2.3rem;
  }

  .home-skils_list-wrapper {
    grid-template-columns: 1fr;
  }

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

  .project-description {
    padding: 20px;
  }

  .heading.h4 {
    font-size: 21px;
    font-weight: 500;
  }

  .project-container_grid_type_2 {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .benefits-box {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .benefit-card {
    grid-row-gap: 36px;
  }

  .header-counter-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .counter-block {
    margin-right: 0;
  }

  .counter-number {
    font-size: 26px;
  }

  .counter-text {
    line-height: 20px;
  }

  .task-ma-slider.bg-white {
    margin-bottom: 30px;
    overflow: hidden;
  }

  .task-manager-area.bg-gray-100 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .slide-nav {
    display: none;
  }

  .task-slider {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-lg {
    font-size: 14px;
  }

  .left-arrow.color-gray-800.bg-white {
    left: 70%;
  }

  .manager-text.bg-gray-900 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .manager-text.bg-gray-900.slide-left-100 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .manager-slider.bg-white.slide-right-200 {
    width: auto;
  }

  .heading-xxl {
    font-size: 45px;
  }

  .container {
    max-width: none;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: block;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 32px;
  }

  .margin-bottom-2.margin-small {
    margin-top: 6px;
    margin-bottom: 0;
  }

  .paragraph-normal {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

  .features-item {
    padding: 30px 20px 20px;
  }

  .heading-wrapper {
    margin-bottom: 0;
  }

  .paragraph-regular {
    text-align: left;
    font-size: .9rem;
    line-height: 20px;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 0;
  }

  .uui-footer05_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .txt-medium-white {
    width: 90%;
    font-size: 12px;
  }

  .heading-6 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .heading-small-2 {
    font-size: .9rem;
  }

  .contact_details {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .contact_content {
    grid-column-gap: 2rem;
    margin-bottom: 1rem;
  }

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

  .heading-style-h3-1 {
    font-size: 1.2rem;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---text-200-list-bold {
    font-size: 14px;
    line-height: 22px;
  }

  .nav-link {
    order: 1;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.1rem;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---avatar-circle-03 {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---badge-primary-small-light {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---grid-title-and-categories {
    margin-bottom: 40px;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px 21px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---card-link-content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .ths06-close-icon {
    width: 20px;
  }

  .h1-2 {
    max-width: 100%;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .chatbot-title {
    margin-bottom: 0;
    font-size: 16px;
  }

  .chatbot-main-content {
    grid-row-gap: 16px;
    margin-top: 18px;
    margin-bottom: 4px;
  }

  .paragraph-6 {
    max-width: 100%;
    font-size: 12px;
  }

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

  .hero-section-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .form-item {
    margin-bottom: 14px;
  }

  .ths06-form-open-button {
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .ths06-email-icon {
    width: 20px;
  }

  .image-44 {
    max-width: 100%;
  }

  .chatbot-title-wrapper-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .ths06-footer {
    height: 60px;
    padding-right: 20px;
  }

  .chatbot-sub-title {
    font-size: 12px;
    display: block;
  }

  .hero-section-main-wrapper {
    background-image: linear-gradient(#2e0d8a, #101828);
    height: auto;
    padding: 1rem 1em 2rem;
  }

  .section-container {
    width: 100%;
    max-width: none;
  }

  .text-block-2 {
    padding-bottom: .5em;
    font-size: 11px;
  }

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

  .section-blog {
    height: auto;
    margin: 70px 5vw 0;
  }

  .section-blog.home-s2 {
    margin: 5vh 5vw;
  }

  .section-blog.home-s4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin: 10vh 5vw 5vh;
    display: flex;
  }

  .section-blog.home-s3 {
    margin: 5vh 5vw 10vh;
  }

  .section-blog-content {
    height: auto;
    margin-top: 0;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .section-blog-content.home-s2 {
    margin: 5vh 5vw;
  }

  .section-blog-content.home-s4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin: 10vh 5vw 5vh;
    display: flex;
  }

  .section-blog-content.home-s3 {
    margin: 5vh 5vw 10vh;
  }

  .image-3 {
    object-fit: contain;
  }

  .uui-text-size-large-7 {
    font-size: 14px;
    line-height: 18px;
  }

  .page-content-heading-h1-2 {
    margin-left: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .modal-link {
    font-size: 13px;
    line-height: 24px;
  }

  .list-5 {
    font-size: 12px;
  }

  .paragraph-64 {
    line-height: 20px;
  }

  .div-block-603 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-2-copy {
    padding-left: 20px;
    font-size: 13px;
  }

  .heading-9 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .list-text-bold {
    font-size: 14px;
  }

  .list-text-3 {
    font-size: 14px;
    line-height: 21px;
  }

  .table_cell {
    padding-left: .5rem;
  }

  .table_cell.head-data {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .table_cell.background-color-blue-lighter {
    padding-right: .5rem;
  }

  .grid-2-columns.sidebar-content {
    grid-row-gap: 80px;
  }

  .grid-2-columns.sidebar-content.left {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .list-4 {
    padding-left: 20px;
    font-size: 14px;
  }

  .list-text-2 {
    font-size: 14px;
  }

  .heading-10 {
    margin-top: 10px;
    font-size: 17px;
    line-height: 23px;
  }

  .div-block-600 {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-2 {
    font-size: 17px;
  }

  .section-7 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-7.main-posts {
    padding-top: 55px;
  }

  .section-7.main-posts.post {
    padding-top: 20px;
  }

  .link-3 {
    font-size: 15px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 34px;
  }

  .chatbot-title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .image-118 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .featuredshow-desc {
    flex-wrap: wrap;
    width: 100%;
  }

  .home-banner-tab {
    flex: none;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .chatbot-main-content-2 {
    grid-row-gap: 16px;
    margin-top: 18px;
    margin-bottom: 4px;
  }

  .button-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-2 {
    font-size: 14px;
    line-height: 25px;
  }

  .wbs-hero-6-tagline-1 {
    font-size: 14px;
  }

  .banner-img {
    max-width: 88vw;
    bottom: 16px;
    right: 16px;
  }

  .scroll-down-text-3 {
    font-size: .8rem;
  }

  .heading-11.home-s1 {
    font-size: 2rem;
  }

  .scroll-down-text-so-you-are-3 {
    font-size: .7rem;
  }

  .heading-12 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
  }

  .list-2-copy-2 {
    padding-left: 20px;
  }

  .list-7 {
    padding-left: 20px;
    font-size: 15px;
  }

  .list-text-5 {
    font-size: 13px;
  }

  .simple-wrap-section {
    margin-bottom: 40px;
    position: static;
  }

  .project-container_grid_type_3, .project-container_grid_type_4 {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-container-2.spark-primary-background {
    padding: 20px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .spark-button-2.spark-dark-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .8rem;
  }

  .spark-button-2.spark-dark-button-white {
    text-align: center;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .combine-text-size-regular-3 {
    text-align: justify;
  }

  .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-form-button, .f-cta-form-block {
    width: 100%;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---btn-primary-white, .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---cta-v8-half-image-right {
    height: auto;
  }

  .one-to-one {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .f-modal-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .spark-section-4 {
    padding: 64px 20px;
  }

  .spark-section-4.spark-primary-color-background {
    padding-top: 80px;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .f-modal-form {
    flex-wrap: wrap;
    align-items: center;
  }

  .f-modal-base-wide {
    max-width: none;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-form-checkbox-label-2 {
    font-size: .8rem;
  }

  .form-field-news-update {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .close-popup---brix {
    top: 15px;
    right: 15px;
  }

  .f-button-primary {
    margin-top: 0;
  }

  .f-modal-wrapper-copy {
    text-align: center;
    flex-direction: column;
  }

  .uui-form_input-2 {
    min-height: 2.1rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .7rem;
  }

  .f-sub-heading-regular {
    font-size: 19px;
  }

  .slide-content {
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    max-height: none;
    padding-top: 20px;
  }

  .form-section-title {
    font-size: 20px;
    line-height: 1.3em;
  }

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

  .slider-left {
    min-width: 60px;
  }

  .form-full {
    min-height: 100vh;
  }

  .slide-counter {
    display: none;
  }

  .slider {
    height: auto;
    min-height: 80vh;
  }

  .form-content {
    width: 100%;
  }

  .paragraph-intro {
    font-size: 14px;
  }

  .slider-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field.text-box {
    min-height: 120px;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
  }

  .form-item-wrapper.fixed-height {
    margin-bottom: 0;
  }

  .slide-wrapper {
    min-height: auto;
    max-height: 100vh;
  }

  .banner-logo {
    padding-left: 20px;
  }

  .section-one {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_9a6cb9e4-55d3-15d4-48ba-6c70c03f963f-f74818db {
  place-self: start center;
}

#w-node-_6105224a-ad3b-2f7e-c1de-b57058023416-f74818db, #w-node-_6105224a-ad3b-2f7e-c1de-b57058023432-f74818db, #w-node-e822d02a-b279-ccdc-5c67-457619a9fe58-f74818db, #w-node-e822d02a-b279-ccdc-5c67-457619a9fe64-f74818db, #w-node-e8c59023-3853-c646-6fa5-e896f0a936eb-f74818db, #w-node-e8c59023-3853-c646-6fa5-e896f0a936fc-f74818db, #w-node-_2486a244-ad07-df52-5b03-6e0175bddcc0-f74818db, #w-node-_91df164e-6f56-7469-fcb0-120f64bb1833-f74818db, #w-node-e8c59023-3853-c646-6fa5-e896f0a9370d-f74818db, #w-node-a0cc40f2-0a72-5d89-3679-866be254c378-f74818db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bde977a5-d371-e5af-31f6-46ad37082c94-f74818db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ba00fba0-96f7-4a73-6928-f3437426d4c5-1cb5d7c8, #w-node-_45ffef56-6d1e-52ca-ada6-0c6e0f46f310-1cb5d7c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a6cb9e4-55d3-15d4-48ba-6c70c03f963f-03b4faab {
  place-self: start center;
}

#w-node-_63e2ae70-1094-ef5f-281b-d7f7b0981498-03b4faab, #w-node-_98af687b-547d-9ea8-7fb4-7a9ac240f8bb-03b4faab, #w-node-_6b9483de-7e38-4d7e-540e-f857fcce4655-03b4faab, #w-node-_6b9483de-7e38-4d7e-540e-f857fcce4671-03b4faab, #w-node-_91a6eed8-640e-271a-e038-973a793817dd-03b4faab, #w-node-e8c59023-3853-c646-6fa5-e896f0a936eb-03b4faab, #w-node-e8c59023-3853-c646-6fa5-e896f0a936fc-03b4faab, #w-node-_2486a244-ad07-df52-5b03-6e0175bddcc0-03b4faab, #w-node-_91df164e-6f56-7469-fcb0-120f64bb1833-03b4faab, #w-node-e8c59023-3853-c646-6fa5-e896f0a9370d-03b4faab, #w-node-a0cc40f2-0a72-5d89-3679-866be254c378-03b4faab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bde977a5-d371-e5af-31f6-46ad37082c94-03b4faab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a6cb9e4-55d3-15d4-48ba-6c70c03f963f-92be1356 {
  place-self: start center;
}

#w-node-b804c6c6-99d8-ab2d-a8ea-8a3489a8f80d-92be1356, #w-node-_91a6eed8-640e-271a-e038-973a793817dd-92be1356, #w-node-_0320123c-1e9f-8df2-2396-5c66c7aa4ebe-92be1356 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bde977a5-d371-e5af-31f6-46ad37082c94-92be1356 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_45ffef56-6d1e-52ca-ada6-0c6e0f46f310-1cb5d7c8 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Hairline.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}