/* ADATASK_PUBLIC_BRAND_V120B */
.ada-brand-header-link{display:inline-flex;align-items:center;min-width:0;text-decoration:none}
.ada-brand-header-full{display:block}
.ada-brand-header-compact{display:none}
.ada-brand-header-full img{display:block;width:auto;height:48px;max-width:190px;object-fit:contain}
.ada-brand-header-compact img{display:block;width:38px;height:38px;object-fit:contain;border-radius:10px}
.ada-brand-footer-link{display:inline-flex;max-width:100%;align-items:center;text-decoration:none}
.ada-brand-footer-link img{display:block;width:min(100%,270px);height:auto;object-fit:contain}
.ada-brand-mockup-logo{display:block;width:34px;height:34px;object-fit:contain;border-radius:9px}
@media(max-width:640px){
  .ada-brand-header-full{display:none}
  .ada-brand-header-compact{display:block}
  .ada-brand-footer-link img{width:min(100%,210px)}
}

/* ADATASK_HEADER_BRAND_V120C_START */
.ada-brand-header-full,
.ada-brand-header-compact{
  display:none !important;
}

.ada-brand-header-inline{
  display:inline-flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  position:relative;
  padding:4px 0;
  direction:rtl;
  isolation:isolate;
}

.ada-brand-header-inline::after{
  content:"";
  position:absolute;
  right:0;
  left:0;
  bottom:-5px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#96CDCD 0%,#AAD2F1 38%,#9759E7 100%);
  transform:scaleX(.38);
  transform-origin:right center;
  opacity:.82;
  transition:transform .36s ease,opacity .36s ease;
}

.ada-brand-header-inline:hover::after{
  transform:scaleX(1);
  opacity:1;
}

.ada-brand-header-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.ada-brand-header-icon img{
  width:58px;
  height:58px;
  display:block;
  filter:drop-shadow(0 10px 20px rgba(151,89,231,.18));
  animation:adaBrandFloatV120C 4.8s ease-in-out infinite;
  transition:transform .32s ease, filter .32s ease;
}

.ada-brand-header-inline:hover .ada-brand-header-icon img{
  transform:translateY(-2px) scale(1.045);
  filter:drop-shadow(0 14px 24px rgba(151,89,231,.26));
}

.ada-brand-header-text-wrap{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  line-height:1.02;
  min-width:max-content;
}

.ada-brand-header-title{
  font-size:27px;
  font-weight:900;
  letter-spacing:-.6px;
  color:#173454;
  text-shadow:0 1px 0 rgba(255,255,255,.45);
  transition:color .32s ease, transform .32s ease;
}

.ada-brand-header-inline:hover .ada-brand-header-title{
  color:#102f4d;
  transform:translateX(-1px);
}

.ada-brand-header-subtitle{
  margin-top:4px;
  font-size:10.5px;
  font-weight:800;
  color:#68809a;
  letter-spacing:.12px;
  white-space:nowrap;
}

@keyframes adaBrandFloatV120C{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}

@media (max-width: 1100px){
  .ada-brand-header-title{
    font-size:24px;
  }
  .ada-brand-header-icon img{
    width:52px;
    height:52px;
  }
}

@media (max-width: 820px){
  .ada-brand-header-subtitle{
    display:none;
  }
  .ada-brand-header-title{
    font-size:22px;
  }
  .ada-brand-header-icon img{
    width:46px;
    height:46px;
  }
}

@media (max-width: 640px){
  .ada-brand-header-text-wrap{
    display:none;
  }
  .ada-brand-header-inline::after{
    display:none;
  }
  .ada-brand-header-icon img{
    width:42px;
    height:42px;
  }
}
/* ADATASK_HEADER_BRAND_V120C_END */

/* ADATASK_FOOTER_BRAND_V120D_START */

.ada-brand-footer-inline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  max-width: 100% !important;
  padding: 5px 0 !important;
  direction: rtl !important;
  color: #ffffff !important;
  text-decoration: none !important;
  position: relative !important;
  isolation: isolate;
}

.ada-brand-footer-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.10),
      rgba(255,255,255,.025)
    );
  border: 1px solid rgba(150,205,205,.20);
  box-shadow:
    0 14px 30px rgba(0,0,0,.17),
    inset 0 1px 0 rgba(255,255,255,.08);
  overflow: hidden;
  animation:
    adaFooterBrandFloatV120D
    5.2s ease-in-out infinite;
  transition:
    transform .32s ease,
    border-color .32s ease,
    box-shadow .32s ease;
}

.ada-brand-footer-icon picture {
  display: block;
  width: 100%;
  height: 100%;
}

.ada-brand-footer-icon img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  border: 0 !important;
  border-radius: 17px !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ada-brand-footer-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}

.ada-brand-footer-title {
  color: #ffffff;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.6px;
  text-shadow:
    0 2px 14px rgba(0,0,0,.18);
}

.ada-brand-footer-subtitle {
  position: relative;
  margin-top: 6px;
  padding-right: 31px;
  color: #96cdcd;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.5;
  white-space: nowrap;
}

.ada-brand-footer-subtitle::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      #96cdcd,
      #9759e7
    );
  transform: translateY(-50%);
}

.ada-brand-footer-inline::after {
  content: "";
  position: absolute;
  right: 76px;
  bottom: -5px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      #96cdcd,
      #aad2f1,
      #9759e7
    );
  transition: width .38s ease;
}

.ada-brand-footer-inline:hover::after {
  width: 150px;
}

.ada-brand-footer-inline:hover
.ada-brand-footer-icon {
  transform:
    translateY(-3px)
    rotate(-2deg)
    scale(1.035);
  border-color: rgba(150,205,205,.42);
  box-shadow:
    0 18px 36px rgba(0,0,0,.22),
    0 0 24px rgba(151,89,231,.12);
}

@keyframes adaFooterBrandFloatV120D {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 640px) {
  .ada-brand-footer-inline {
    gap: 11px !important;
  }

  .ada-brand-footer-icon {
    width: 54px;
    height: 54px;
    border-radius: 15px;
  }

  .ada-brand-footer-icon img {
    border-radius: 14px !important;
  }

  .ada-brand-footer-title {
    font-size: 23px;
  }

  .ada-brand-footer-subtitle {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ada-brand-footer-icon {
    animation: none !important;
  }
}

/* ADATASK_FOOTER_BRAND_V120D_END */

/* ADATASK_HEADER_FAVICON_MONOGRAM_V120F_START */

.ada-brand-header-link.ada-brand-header-v120f{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:9px!important;
  min-width:0!important;
  direction:rtl!important;
  text-decoration:none!important;
  color:#173454!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  isolation:isolate;
}

.ada-brand-header-mark-v120f{
  display:grid!important;
  place-items:center!important;
  flex:0 0 56px!important;
  width:56px!important;
  height:56px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  overflow:visible!important;
  transform-origin:center;
  animation:adataskHeaderMarkFloatV120F 5.4s ease-in-out infinite;
  transition:transform .32s ease,filter .32s ease;
}

.ada-brand-header-mark-v120f picture{
  display:block!important;
  width:100%!important;
  height:100%!important;
}

.ada-brand-header-mark-v120f img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:drop-shadow(0 7px 10px rgba(23,52,84,.13));
}

.ada-brand-header-copy-v120f{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  min-width:0!important;
  line-height:1.1!important;
}

.ada-brand-header-title-v120f{
  color:#173454!important;
  font-size:24px!important;
  font-weight:850!important;
  line-height:1.1!important;
  letter-spacing:-.7px!important;
  white-space:nowrap!important;
}

.ada-brand-header-subtitle-v120f{
  margin-top:5px!important;
  color:#64748b!important;
  font-size:9.5px!important;
  font-weight:750!important;
  line-height:1.4!important;
  white-space:nowrap!important;
}

.ada-brand-header-v120f:hover .ada-brand-header-mark-v120f{
  transform:translateY(-2px) scale(1.045) rotate(-1.5deg);
  filter:drop-shadow(0 10px 16px rgba(151,89,231,.17));
}

.ada-brand-header-v120f:hover .ada-brand-header-title-v120f{
  background:linear-gradient(90deg,#173454,#9759e7,#319b9b);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent!important;
}

@keyframes adataskHeaderMarkFloatV120F{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-3px)}
}

@media(max-width:640px){
  .ada-brand-header-link.ada-brand-header-v120f{
    gap:7px!important;
  }

  .ada-brand-header-mark-v120f{
    flex-basis:46px!important;
    width:46px!important;
    height:46px!important;
  }

  .ada-brand-header-title-v120f{
    font-size:20px!important;
  }

  .ada-brand-header-subtitle-v120f{
    margin-top:3px!important;
    font-size:8px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .ada-brand-header-mark-v120f{
    animation:none!important;
  }
}

/* ADATASK_HEADER_FAVICON_MONOGRAM_V120F_END */
