@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
:root
{
  --font: "Outfit", sans-serif;
  --dark-blue:#16143D;
}
*{
  margin: 0;
  padding: 0;
  font-family: var(--font);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: initial;
}
html
{
  background: #fff;
  min-height: 100vh;
  height: 100%;
  scroll-behavior: smooth;
}

body
{
  font-size: 1rem;
}
.relative
{
  position: relative;
}

footer
{
  padding-top:10vh;
}
.nav-link,
.nav-link:hover,
.nav-link:focus,
.nav-link:active
{
  color: #3D475B;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.text-justify
{
  text-align: justify;
}
.dropdown-item:hover
{
  color: #5a3bba;
}
.logo_navbar {
  max-height: 90px;
}
.navbar
{
  background:none;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-nav .dropdown-menu
{
  top: 100%;
  margin-top: 0px;
  left: initial;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
  padding: 24px 24px 24px 24px;
  z-index: 9999;
  text-align: center;
}
.navbar {
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease, -moz-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease, -moz-box-shadow 0.3s ease;
  width: 100%;
  max-width: 1200px;
  background: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar.scrolled {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(244, 244, 244, 0.85);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 0.48175px 0.48175px -1.33333px, rgba(0, 0, 0, 0.17) 0px 1.83083px 1.83083px -2.66667px, rgba(0, 0, 0, 0.05) 0px 8px 8px -4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.19) 0px 0.48175px 0.48175px -1.33333px, rgba(0, 0, 0, 0.17) 0px 1.83083px 1.83083px -2.66667px, rgba(0, 0, 0, 0.05) 0px 8px 8px -4px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 0.48175px 0.48175px -1.33333px, rgba(0, 0, 0, 0.17) 0px 1.83083px 1.83083px -2.66667px, rgba(0, 0, 0, 0.05) 0px 8px 8px -4px;
  will-change: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50% 0px;
  -moz-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  -o-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}
.navbar-toggler:focus
{
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23593BBA' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar.shadow {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.navbar img
{
  height: 30px;
}
.hero
{
  background: -webkit-gradient(linear, left top, left bottom, from(#E9E3FF), to(#9B83E7));
  background: -webkit-linear-gradient(top, #E9E3FF 0%, #9B83E7 100%);
  background: -moz-linear-gradient(top, #E9E3FF 0%, #9B83E7 100%);
  background: -o-linear-gradient(top, #E9E3FF 0%, #9B83E7 100%);
  background: linear-gradient(180deg, #E9E3FF 0%, #9B83E7 100%);
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
          height: -webkit-calc(100vh - 2rem);
          height: -moz-calc(100vh - 2rem);
          height: calc(100vh - 2rem);
}
.contact
{
  background: -webkit-gradient(linear, left top, left bottom, from(#E9E3FF), to(#9B83E7));
  background: -webkit-linear-gradient(top, #E9E3FF 0%, #9B83E7 100%);
  background: -moz-linear-gradient(top, #E9E3FF 0%, #9B83E7 100%);
  background: -o-linear-gradient(top, #E9E3FF 0%, #9B83E7 100%);
  background: linear-gradient(180deg, #E9E3FF 0%, #9B83E7 100%);
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
          min-height: 100vh;
}
.second-heros
{
  background: -webkit-gradient(linear, left top, left bottom, from(#E9E3FF), to(#9B83E7));
  background: -webkit-linear-gradient(top, #E9E3FF 0%, #9B83E7 100%);
  background: -moz-linear-gradient(top, #E9E3FF 0%, #9B83E7 100%);
  background: -o-linear-gradient(top, #E9E3FF 0%, #9B83E7 100%);
  background: linear-gradient(180deg, #E9E3FF 0%, #9B83E7 100%);
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
          height: -webkit-calc(100vh - 35vh);
          height: -moz-calc(100vh - 35vh);
          height: calc(100vh - 35vh);
}
.noice
{
  background: url("../images/noise_bg.png");
  background-position: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-repeat: repeat;
  position: absolute;
  mix-blend-mode: soft-light;
  opacity: 0.7;
  }
.z0{z-index:0;}
.z1{z-index:1;}
.z2{z-index:2;}
.z3{z-index:3;}
.z4{z-index:4;}
.z5{z-index:5;}
.unith_link,.unith_link:hover
{
  background: #593BBA;
  background-color: #593BBA;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0.796192px 0.796192px -0.9375px, rgba(0, 0, 0, 0.14) 0px 2.41451px 2.41451px -1.875px, rgba(0, 0, 0, 0.12) 0px 6.38265px 6.38265px -2.8125px, rgba(0, 0, 0, 0.05) 0px 20px 20px -3.75px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0.796192px 0.796192px -0.9375px, rgba(0, 0, 0, 0.14) 0px 2.41451px 2.41451px -1.875px, rgba(0, 0, 0, 0.12) 0px 6.38265px 6.38265px -2.8125px, rgba(0, 0, 0, 0.05) 0px 20px 20px -3.75px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0.796192px 0.796192px -0.9375px, rgba(0, 0, 0, 0.14) 0px 2.41451px 2.41451px -1.875px, rgba(0, 0, 0, 0.12) 0px 6.38265px 6.38265px -2.8125px, rgba(0, 0, 0, 0.05) 0px 20px 20px -3.75px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50% 0px;
  -moz-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  -o-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
  will-change: auto;
  opacity: 1;
  color: #fff;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.hero .hero-content
{
  position: relative;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
  top: 30%;
}
.hero .hero-content .title
{
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  color: var(--dark-blue);
}
.hero .hero-content .subtext
{
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  color: var(--dark-blue);
}
.unith-app.svelte-App
{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.16) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.06) 0px 10px 10px -3.75px;
  -moz-box-shadow: rgba(0, 0, 0, 0.18) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.16) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.06) 0px 10px 10px -3.75px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.16) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.06) 0px 10px 10px -3.75px;
  opacity: 1;
}
.thbox
{
  margin-top: -60vh;
  height: 70vh;
}
#talking-head.talking_head
{height: 70vh;position: absolute;top: 30%;z-index: 0;display: none;width: 100%;}
.mask_mother
{
  position: absolute;
  top: 30%;
  height: 70vh;
  z-index: 1;
  width: 100%;
}
.button-to-start-conversation
{
  background: rgba(0, 0, 0, 0.4);
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 24px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  position: absolute;
  z-index: 99999;
  top: 70%;
  left: 0;
  right: 0;
  margin: auto;
  width: 170px;
  text-align: center;
}

.button-to-start-conversation:hover {
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.mask {
  height: 459px;
  width: 100%;
  overflow: hidden;
  display: block;
  text-align: center;
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.mask video {
  position: absolute;
  margin: auto;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  height: 500px;
}
.unith-app.svelte-App
{
  height: 459px;
}
.basic-text
{
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  text-align: justify;
  color: var(--dark-blue)
}
.sub-title
{
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  color: var(--dark-blue);

}

#product-steps .product-media-wrap{
  background: -webkit-gradient(linear,left top, right top,from(#eff6ff),to(#fafafa));
  background: -webkit-linear-gradient(left,#eff6ff,#fafafa);
  background: -moz-linear-gradient(left,#eff6ff,#fafafa);
  background: -o-linear-gradient(left,#eff6ff,#fafafa);
  background: linear-gradient(90deg,#eff6ff,#fafafa);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.product-tab-content{
  -webkit-border-radius:16px;
  -moz-border-radius:16px;
  border-radius:16px;
  overflow:hidden;
 }


.product-step-item,.list-group-item:first-child{
  position:relative;
  overflow:hidden;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  gap:.9rem;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -moz-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding:1rem 1.25rem;
  -webkit-border-radius:14px;
  -moz-border-radius:14px;
  border-radius:14px;
  border:1px solid #E5E5E5;
  background:#fff;
  margin-bottom:1rem;
  -webkit-transition:all .15s ease;
  -o-transition:all .15s ease;
  -moz-transition:all .15s ease;
  transition:all .15s ease;
  cursor:pointer;
  background:#FAFAFA;

}
.product-step-item:hover{
  -webkit-box-shadow:0 0 0 3px rgba(13,110,253,.08);
  -moz-box-shadow:0 0 0 3px rgba(13,110,253,.08);
  box-shadow:0 0 0 3px rgba(13,110,253,.08);
 }
.product-step-item.active{
  background:#FAFAFA;
 border-color:#E5E5E5;
 -webkit-box-shadow:0 0 0 3px rgba(13,110,253,.12);
 -moz-box-shadow:0 0 0 3px rgba(13,110,253,.12);
 box-shadow:0 0 0 3px rgba(13,110,253,.12);
 }

.product-step-fill{
  position:absolute;
   inset:0;
   width:0%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(13,110,253,.10)), color-stop(70%, rgba(13,110,253,.10)), color-stop(70%, rgba(13,110,253,.04)), to(rgba(255,255,255,0)));
  background: -webkit-linear-gradient(left, rgba(13,110,253,.10) 0%, rgba(13,110,253,.10) 70%, rgba(13,110,253,.04) 70%, rgba(255,255,255,0) 100%);
  background: -moz-linear-gradient(left, rgba(13,110,253,.10) 0%, rgba(13,110,253,.10) 70%, rgba(13,110,253,.04) 70%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left, rgba(13,110,253,.10) 0%, rgba(13,110,253,.10) 70%, rgba(13,110,253,.04) 70%, rgba(255,255,255,0) 100%);
  background: linear-gradient(90deg, rgba(13,110,253,.10) 0%, rgba(13,110,253,.10) 70%, rgba(13,110,253,.04) 70%, rgba(255,255,255,0) 100%);
  pointer-events:none; -webkit-transition:width .1s linear; -o-transition:width .1s linear; -moz-transition:width .1s linear; transition:width .1s linear;
  -webkit-border-radius:inherit;
     -moz-border-radius:inherit;
          border-radius:inherit;
}

.product-step-badge{
  display: block;
  line-height: 44px;
  text-align: center;
  min-width: 44px;
  min-height: 44px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  background:#0d6efd;
  color:#fff;
  font-weight:700;
  -webkit-box-shadow:0 8px 20px rgba(13,110,253,.25), inset 0 -8px 16px rgba(255,255,255,.15);
  -moz-box-shadow:0 8px 20px rgba(13,110,253,.25), inset 0 -8px 16px rgba(255,255,255,.15);
  box-shadow:0 8px 20px rgba(13,110,253,.25), inset 0 -8px 16px rgba(255,255,255,.15);
}
.product-step-title{
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: var(--dark-blue);
}

.product-step-sub
{
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: var(--dark-blue);
  display: none;
  margin-top: 9px;
}

.product-step-item.active .product-step-sub {
  display: block;
}
.team-up
{
  background: -webkit-linear-gradient(236.28deg, #FFFFFF 48.11%, #E9E3FF 99.52%);
  background: -moz-linear-gradient(236.28deg, #FFFFFF 48.11%, #E9E3FF 99.52%);
  background: -o-linear-gradient(236.28deg, #FFFFFF 48.11%, #E9E3FF 99.52%);
  background: linear-gradient(213.72deg, #FFFFFF 48.11%, #E9E3FF 99.52%);
}
.whyworkwithus
{
  background: -webkit-gradient(linear,  left top, left bottom,  from(#ffffff),to(#e9e3ff));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e3ff 100%);
  background: -moz-linear-gradient(top,  #ffffff 0%,#e9e3ff 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#e9e3ff 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#e9e3ff 100%);
  border:1px solid #E5E5E5;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}


.product-tab-pane{ display:none; }
.product-tab-pane.active{ display:block; }

.service-card {
  position: relative;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  -webkit-box-shadow: 0 8px 24px rgba(20,16,41,.06);
     -moz-box-shadow: 0 8px 24px rgba(20,16,41,.06);
          box-shadow: 0 8px 24px rgba(20,16,41,.06);
  background: #FFF;
  padding: 40px 28px 28px;
  height: 100%;
}


.service-card .top-tab {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tab-light { background: #9B83E7; }
.tab-mid   { background: #514CA1; }
.tab-dark  { background: #16143D; }


.service-card h3 {
  font-weight: 600;
  color: var(--dark-blue);
  line-height: 1.2;
  font-size: 22px;
  text-transform: uppercase;
}
.service-card p.lead {
  color: #3b3456;
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-blue);
}


.service-card .divider {
  height: 1px;
  background: #eee;
}


.advantages h6 {
  font-weight: 600;
  color: var(--dark-blue);
  font-size: 16px;
}
.material-symbols-rounded {
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}
.check {
  font-size: 32px;
  color: #1C1B1F;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.icon-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 0;
}

.icon-text p {
  margin-bottom: 0;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.btn-cta {
  width: 100%;
  font-weight: 600;
  color:#ffffff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  letter-spacing: .2px;
  font-size: 16px;
}
.btn-lightPurple,.btn-lightPurple:hover,.btn-lightPurple:active
{
  background:#9B83E7;
   color:#fff;
   border:none;
}
.btn-midPurple,.btn-midPurple:hover,.btn-midPurple:active
{
  background:#514CA1;
  color:#fff;
  border:none;
}
.btn-darkPurple,.btn-darkPurple:hover,.btn-darkPurple:active
{
  background:#16143D;
  color:#fff;
  border:none;
}

.cards-wrap { padding-block: 48px; }

.uptodate
{
  -webkit-border-radius: 0!important;
     -moz-border-radius: 0!important;
          border-radius: 0!important;
}
.uptodate .title {
  color: #ffffff;
}

.signup-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}


.signup-bar .form-control {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  height: 64px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 24px;
  font-size: 16px;
  line-height: 1;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
  -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
  width: 70%;
  font-family: var(--font);
  font-weight: 400;
  color: #5E5E5E;
}


.signup-bar .form-control::-webkit-input-placeholder {
  color: #5E5E5E;
}
.signup-bar .form-control:-moz-placeholder {
  color: #5E5E5E;
}
.signup-bar .form-control::-moz-placeholder {
  color: #5E5E5E;
}
.signup-bar .form-control:-ms-input-placeholder {
  color: #5E5E5E;
}
.signup-bar .form-control::-ms-input-placeholder {
  color: #5E5E5E;
}
.signup-bar .form-control::placeholder {
  color: #5E5E5E;
}

.signup-bar .btn-darkPurple {
  height: 64px;
  padding: 0 42px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
  -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
  cursor: pointer;
  width: 30%;
}

.signup-bar .form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(90,75,214,.25), 0 2px 10px rgba(0,0,0,.25);
     -moz-box-shadow: 0 0 0 3px rgba(90,75,214,.25), 0 2px 10px rgba(0,0,0,.25);
          box-shadow: 0 0 0 3px rgba(90,75,214,.25), 0 2px 10px rgba(0,0,0,.25);
}

.footer{
  background: #05041d;
  color:#fff;
}
.footer-bottom{
  background:#05041D;
  font-size: 12px;
  font-weight: 400;
}

.footer-logo{
  height: 44px;
  width: auto;
  -webkit-filter: drop-shadow(0 0 0 rgba(0,0,0,0));
          filter: drop-shadow(0 0 0 rgba(0,0,0,0));
}

.footer-heading{
  color:#ffffff;
  letter-spacing:.06em;
  font-weight:600;
  font-size: 16px;
  margin-bottom:1rem;
}

.footer-text{
  color:#e9ebf4;
  font-size: 12px;
  font-weight: 400;
  margin:0;
}

.footer-list li{
  color:#e9ebf4;
  font-size: 12px;
  font-weight: 400;
  margin-bottom:.6rem;
  line-height:1.4;
}

.footer-list .label{
  color:#e9ebf4;
  font-size: 12px;
  font-weight: 400;
  margin:0;
}

.footer-link{
  color:#ffffff;
  text-decoration:none;
}
.footer-link:hover{
  color:#ffffff;
}
.radius0
{
-webkit-border-radius: 0!important;
   -moz-border-radius: 0!important;
        border-radius: 0!important;
}
.gradient_blob
{
  overflow: hidden;
  background: #0D1226;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}
.gradient_blob h3
{
  font-weight: 600;
  line-height: 1.2;
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
}
.gradient_blob p{
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.blur {
  -webkit-filter: blur(100px);
          filter: blur(100px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.gradient-mask {
  -webkit-border-radius: 99999px;
     -moz-border-radius: 99999px;
          border-radius: 99999px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  min-width: 1000px;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
     -moz-transform: translate(-50%, -50%) scale(0.7);
      -ms-transform: translate(-50%, -50%) scale(0.7);
       -o-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  overflow: hidden;
}

.spinning-gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vw;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: spin 8s linear infinite;
     -moz-animation: spin 8s linear infinite;
       -o-animation: spin 8s linear infinite;
          animation: spin 8s linear infinite;
  background: conic-gradient(
    from 180deg at 50% 50%,
    #D083E7 0deg,
    #9B83E7 60deg,
    #3b2f6e 120deg,
    #5a3c91 160deg,
    #2D517A 220deg,
    #593BBA 300deg,
    #D083E7 360deg
  );
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2);
            transform: translate(-50%, -50%) rotate(0deg) scale(2);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn) scale(2);
            transform: translate(-50%, -50%) rotate(1turn) scale(2);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg) scale(2);
         transform: translate(-50%, -50%) rotate(0deg) scale(2);
  }

  to {
    -moz-transform: translate(-50%, -50%) rotate(1turn) scale(2);
         transform: translate(-50%, -50%) rotate(1turn) scale(2);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: translate(-50%, -50%) rotate(0deg) scale(2);
       transform: translate(-50%, -50%) rotate(0deg) scale(2);
  }

  to {
    -o-transform: translate(-50%, -50%) rotate(1turn) scale(2);
       transform: translate(-50%, -50%) rotate(1turn) scale(2);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2);
       -moz-transform: translate(-50%, -50%) rotate(0deg) scale(2);
         -o-transform: translate(-50%, -50%) rotate(0deg) scale(2);
            transform: translate(-50%, -50%) rotate(0deg) scale(2);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn) scale(2);
       -moz-transform: translate(-50%, -50%) rotate(1turn) scale(2);
         -o-transform: translate(-50%, -50%) rotate(1turn) scale(2);
            transform: translate(-50%, -50%) rotate(1turn) scale(2);
  }
}
.whyworkwithus
{
  background: -webkit-gradient(linear,  left top, left bottom,  from(#ffffff),to(#e9e3ff));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e3ff 100%);
  background: -moz-linear-gradient(top,  #ffffff 0%,#e9e3ff 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#e9e3ff 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#e9e3ff 100%);
  border:1px solid #E5E5E5;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}
.whyworkwithus .check {
  font-size: 32px;
  color: #1C1B1F;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #9B83E7;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  padding: 3px;
}
.whyworkwithus .icon-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 0;
}

.whyworkwithus .icon-text p {
  margin-bottom: 0;
  color: var(--dark-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.benefit_operators
{
  background:#fff;
  border:1px solid #E5E5E5;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}
.benefit_operators .check {
  font-size: 32px;
  color: #1C1B1F;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #9B83E7;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  padding: 3px;
}

.benefit_operators .icon-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  padding: 10px 0;
}

.benefit_operators .icon-text p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  margin-top: 3px;
}
.benefit_operators .icon-text>p>span
{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #16143D;
}

.timeline {
  max-width: 960px;
  padding: 80px 20px;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  margin-left: -2px;
  background-color: #ffffff;
  opacity: 100;
  z-index: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}


.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 40px;
  opacity: 0;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity .6s ease-out, -webkit-transform .6s ease-out;
  transition: opacity .6s ease-out, -webkit-transform .6s ease-out;
  -o-transition: opacity .6s ease-out, -o-transform .6s ease-out;
  -moz-transition: transform .6s ease-out, opacity .6s ease-out, -moz-transform .6s ease-out;
  transition: transform .6s ease-out, opacity .6s ease-out;
  transition: transform .6s ease-out, opacity .6s ease-out, -webkit-transform .6s ease-out, -moz-transform .6s ease-out, -o-transform .6s ease-out;
}
.timeline-item.left { left: 0;   -webkit-transform: translateX(-40px) translateY(20px);   -moz-transform: translateX(-40px) translateY(20px);   -ms-transform: translateX(-40px) translateY(20px);   -o-transform: translateX(-40px) translateY(20px);   transform: translateX(-40px) translateY(20px); }
.timeline-item.right{ left: 50%; -webkit-transform: translateX( 40px) translateY(20px); -moz-transform: translateX( 40px) translateY(20px); -ms-transform: translateX( 40px) translateY(20px); -o-transform: translateX( 40px) translateY(20px); transform: translateX( 40px) translateY(20px); }

.timeline-item.show { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }


.timeline-item::before {
  content: "";
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  background: #7a5cf9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
}

.timeline-item .content {
  background: #795cf8;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 25px;
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.4);
  -moz-box-shadow: 0 4px 16px rgba(0,0,0,.4);
  box-shadow: 0 4px 16px rgba(0,0,0,.4);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out, -moz-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out, -o-transform .3s ease-in-out;
}
.timeline-item .content:hover { -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -o-transform: translateY(-4px); transform: translateY(-4px); }


.icon {
  font-size: 30px;
  color: #00c853;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transform: scale(.8);
     -moz-transform: scale(.8);
      -ms-transform: scale(.8);
       -o-transform: scale(.8);
          transform: scale(.8);
  -webkit-transition: -webkit-transform .5s ease-in-out .3s;
  transition: -webkit-transform .5s ease-in-out .3s;
  -o-transition: -o-transform .5s ease-in-out .3s;
  -moz-transition: transform .5s ease-in-out .3s, -moz-transform .5s ease-in-out .3s;
  transition: transform .5s ease-in-out .3s;
  transition: transform .5s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s, -moz-transform .5s ease-in-out .3s, -o-transform .5s ease-in-out .3s;
}
.timeline-item.show .icon { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); }
.dark-blue
{
  background: #16143D;
}
.white_lable>img
{
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  -webkit-box-shadow: 0 8px 24px rgba(20, 16, 41, .06);
     -moz-box-shadow: 0 8px 24px rgba(20, 16, 41, .06);
          box-shadow: 0 8px 24px rgba(20, 16, 41, .06);
          border: 1px solid #E5E5E5;
}

@media (prefers-reduced-motion: reduce) {
  .timeline-item,
  .icon {
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
  }
}


@media screen and (min-width: 280px)
{
  .nav-link, .nav-link:hover, .nav-link:focus, .nav-link:active
  {
    font-size: 20px;
  }
  .navbar-nav .dropdown-menu
  {
    background: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
            text-align: left;
            padding: 0;
    color: #3D475B;
    text-align: start;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .dropdown-item
  {
    border: none;
    display: block;
    white-space:normal
  }
  .dropdown-item:hover
  {
    border: none;
    background:none;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
  }
  .unith_link, .unith_link:hover
  {
    display: block;
    padding: 12px 0;
    font-size: 14px;
  }
  .navbar.has-open-collapse {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(244, 244, 244, 0.85);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 0.48175px 0.48175px -1.33333px, rgba(0, 0, 0, 0.17) 0px 1.83083px 1.83083px -2.66667px, rgba(0, 0, 0, 0.05) 0px 8px 8px -4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.19) 0px 0.48175px 0.48175px -1.33333px, rgba(0, 0, 0, 0.17) 0px 1.83083px 1.83083px -2.66667px, rgba(0, 0, 0, 0.05) 0px 8px 8px -4px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 0.48175px 0.48175px -1.33333px, rgba(0, 0, 0, 0.17) 0px 1.83083px 1.83083px -2.66667px, rgba(0, 0, 0, 0.05) 0px 8px 8px -4px;
    will-change: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0px;
    -moz-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    -o-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
    z-index: 9999999999999999;
  }
  .navbar.has-open-collapse .navbar-toggler .navbar-toggler-icon
  {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23593BBA' stroke-width='2' stroke-linecap='round' d='M6 6L24 24M24 6L6 24'/%3e%3c/svg%3e");
  }
  .signup-bar .form-control,.signup-bar .btn-darkPurple
  {
    width: 100%;
  }
  .service-card
  {
    max-width: 440px;
  }
  .hero .hero-content .title
  {
    font-size: 28px;
  }
  .second-heros .hero-content .subtext,
  .hero .hero-content .subtext
  {
    font-size: 14px;
  }
  .timeline-item::before,.timeline-item.left::before,.timeline-item.right::before
  {
    left: 0;
    right: 0;
    margin: auto;
    top: 12px;
    background: #fff;
  }
  .hero .hero-content
  {
    top: 30vh;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    z-index: 2;
  }
  .gradient_blob
  {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .unith-position-absolute-chat.svelte-Container {
    width: 100%;
    max-width: 100%;
  }
  .svelte-components-SuggestionContainer
  {
    font-size: 13px;
    margin: auto;
    margin-left: 0;
    text-align: left;
    line-height: 1.2;
  }
  .unith-info-bar.svelte-components-InputContainer
  {
    display: none;
  }
  .cta-button_imp,
  .cta-button_imp:hover,
  .cta-button_imp:active,
  .cta-button_imp:focus
  {
    background: #16143D;
    background-color: #16143D;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0.796192px 0.796192px -0.9375px, rgba(0, 0, 0, 0.14) 0px 2.41451px 2.41451px -1.875px, rgba(0, 0, 0, 0.12) 0px 6.38265px 6.38265px -2.8125px, rgba(0, 0, 0, 0.05) 0px 20px 20px -3.75px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0.796192px 0.796192px -0.9375px, rgba(0, 0, 0, 0.14) 0px 2.41451px 2.41451px -1.875px, rgba(0, 0, 0, 0.12) 0px 6.38265px 6.38265px -2.8125px, rgba(0, 0, 0, 0.05) 0px 20px 20px -3.75px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.796192px 0.796192px -0.9375px, rgba(0, 0, 0, 0.14) 0px 2.41451px 2.41451px -1.875px, rgba(0, 0, 0, 0.12) 0px 6.38265px 6.38265px -2.8125px, rgba(0, 0, 0, 0.05) 0px 20px 20px -3.75px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
  }

  .btn-check:focus+.btn, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus
  {
        -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .form-contact{
    background: rgba(255,255,255,0.5);
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,0.1);
       -moz-box-shadow: 0 4px 30px rgba(0,0,0,0.1);
            box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    backdrop-filter: blur(10.5px);
    -webkit-backdrop-filter: blur(10.5px);
  }
  .float-field{
    position: relative;
    height: 64px;
  }
  .float-field.text-field{
    height: 120px;
    resize: vertical;
  }
  .float-field input,
  .float-field textarea{
    width: 100%;
    height: 100%;
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 9px 24px 10px;
    font-size: 16px;
    line-height: 1;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    box-shadow: 0 2px 10px rgba(0,0,0,.25);
    color: var(--dark-blue);
    outline: none;
  }
  .float-field label{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    pointer-events: none;
  }
  .float-field label span{
    position: absolute;
    left: 24px;
    top: 20px;
    color: #777;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: transparent;
  }

  .float-field input:focus + label span,
  .float-field input:valid + label span,
  .float-field textarea:focus + label span,
  .float-field textarea:valid + label span
  {
    -webkit-transform: translateY(-17px);
    -moz-transform: translateY(-17px);
    -ms-transform: translateY(-17px);
    -o-transform: translateY(-17px);
    transform: translateY(-17px);
    font-size: 10px;
    color: #9B83E7;
  }
  .float-field textarea{
    padding-top: 24px;
  }
  .float-field input[type="email"]:focus + label span,
  .float-field input[type="email"].has-value + label span {
    -webkit-transform: translateY(-17px);
       -moz-transform: translateY(-17px);
        -ms-transform: translateY(-17px);
         -o-transform: translateY(-17px);
            transform: translateY(-17px);
    font-size: 10px;
    color: #9B83E7;
  }

  .float-field input[type="email"]:focus + label::after,
  .float-field input[type="email"].has-value + label::after {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }

  .float-field input[type="email"]:focus {
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    border-color: transparent !important;
  }
  .contact-button,
  .contact-button:hover,
  .contact-button:active,
  .contact-button:focus
  {
    background: #16143D;
    background-color: #16143D;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0.796192px 0.796192px -0.9375px, rgba(0, 0, 0, 0.14) 0px 2.41451px 2.41451px -1.875px, rgba(0, 0, 0, 0.12) 0px 6.38265px 6.38265px -2.8125px, rgba(0, 0, 0, 0.05) 0px 20px 20px -3.75px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0.796192px 0.796192px -0.9375px, rgba(0, 0, 0, 0.14) 0px 2.41451px 2.41451px -1.875px, rgba(0, 0, 0, 0.12) 0px 6.38265px 6.38265px -2.8125px, rgba(0, 0, 0, 0.05) 0px 20px 20px -3.75px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.796192px 0.796192px -0.9375px, rgba(0, 0, 0, 0.14) 0px 2.41451px 2.41451px -1.875px, rgba(0, 0, 0, 0.12) 0px 6.38265px 6.38265px -2.8125px, rgba(0, 0, 0, 0.05) 0px 20px 20px -3.75px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
  }
  .extra_contact_button
  {
    background: none;
    border: 1px solid #16143D;
    color: #16143D;
  }
}
@media screen and (min-width: 576px)
{

}
@media screen and (min-width: 768px)
{
  .gradient_blob
  {
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
  }
}
@media screen and (min-width: 992px)
{
  .nav-link, .nav-link:hover, .nav-link:focus, .nav-link:active
  {
    font-size: 14px;
  }
  .unith_link, .unith_link:hover
  {
    font-size: 12px;
    padding: 8px 12px;
  }
  .navbar-nav .dropdown-menu {
      top: 100%;
      margin-top: 0px;
      left: initial;
      background: #fff;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: none;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
      -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
      padding: 24px 24px 24px 24px;
      text-align: left;
  }
  .dropdown-item {
    border: 1px solid #fff;
  }
  .dropdown-item:hover
  {
    border: 1px solid #16143D;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: rgb(248, 250, 252);
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.1) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -3.75px;
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.1) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -3.75px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.1) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -3.75px;
    opacity: 1;
    will-change: auto;
    color: #5a3bba;
  }
  section{
    padding: 2vh 0;
  }
  .product-step-title{
    font-size:1.125rem;
  }
  #product-steps .product-media-wrap{
  height: 100%;
  position: relative;
  }
  .product-tab-content{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 92%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
   }

  .service-card
  {
    max-width: initial;
  }

  .service-card h3,.service-card p.lead {
    min-height: 90px;
  }
  .advantages {
    min-height: 244px;
  }
  .signup-bar .btn-darkPurple
  {
    width: 30%;
    min-width: 230px;
  }
  .second-heros .hero-content .title,
  .hero .hero-content .title
  {
    font-size: 45px;
  }
   .hero .hero-content .subtext
  {
    font-size: 28px;
  }
    .second-heros .hero-content .subtext
  {
    font-size: 17px;
  }
  .footer-dark .row > [class*="col-"]{
    padding-left:2rem;
    padding-right:2rem;
  }
  .timeline-item.left::before
  {
    right: -10px;
    left: initial;
  }
  .timeline-item.right::before
  {
    left:  -10px;
    right: initial;
  }
  .hero .hero-content
  {
    top: 30vh;
  }
  .dropdown-item
  {
    white-space: nowrap;
  }
  .mask video {
    position: absolute;
    margin: auto;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
  }
  .svelte-components-SuggestionContainer
  {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1200px)
{
  .service-card h3,.service-card p.lead {
    min-height: 72px;
  }
}
@media screen and (min-width: 1400px)
{
}
@media screen and (min-width: 1600px)
{
}
@media screen and (min-width: 1800px)
{
  .thbox {
    margin-top: -50vh;
  }
  .hero .hero-content {
      top: 35vh;
  }
  .hero.second-heros .hero-content {
      top: 30vh;
  }
}
@media (orientation: landscape) and (hover: none) and (pointer: coarse)
{
}
@media (max-width: 991.98px) {
  .navbar .dropdown-menu {
    display: block !important;
  }
  .timeline::after { left: 24px; }
  .timeline-item,
  .timeline-item.left,
  .timeline-item.right {
    width: 100%;
    left: 0;
    padding-left: 56px;
    -webkit-transform: translateX(0) translateY(20px);
    -moz-transform: translateX(0) translateY(20px);
    -ms-transform: translateX(0) translateY(20px);
    -o-transform: translateX(0) translateY(20px);
    transform: translateX(0) translateY(20px);
    padding-left: 0;
    padding-right: 0;
  }
  .timeline-item::before { left: 0; right: 0; }
}

@media (max-width: 575.98px) {
  .signup-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .signup-bar .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .signup-bar .darkpurple {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
  }
}