.logo-svg-container linearGradient {
  transform-origin: center;
  transition: transform 0.5s ease-out;
}
.logo-svg-container:hover linearGradient {
  transform: rotate(180deg);
}

.legals__rich-text blockquote {
  border-width: 0 0 0 1px; /* Set border width only on the left side */
  border-style: solid; /* Set border style to solid */
  border-image: linear-gradient(
      180deg,
      rgba(220, 183, 146, 0) 0%,
      rgba(204, 147, 90, 0.5) 37.24%,
      rgba(220, 183, 146, 0.5) 80.21%,
      rgba(204, 147, 90, 0) 100%
    )
    1; /* Apply linear gradient as border */
}

.btn-wrap.w--current {
  border-width: 0 0 2px 0; /* Set border width only on the left side */
  border-style: solid; /* Set border style to solid */
  border-image: linear-gradient(
      90deg,
      rgba(220, 183, 146, 0) 0%,
      rgba(204, 147, 90, 0.5) 37.24%,
      rgba(220, 183, 146, 0.5) 80.21%,
      rgba(204, 147, 90, 0) 100%
    )
    1; /* Apply linear gradient as border */
}

.contact__form-field.w-select {
  color: #dbd9d8;
}

[aria-expanded="false"] .language-list {
  pointer-events: none !important;
}

[aria-expanded="true"] .language-list {
  pointer-events: auto !important;
}
.popup__close--line {
  transition: 0.3s width ease;
}
.popup__close--w:hover .popup__close--line {
  width: 80%;
}
/*Filters*/
.filter_drop_outline,
.featured_wrap_bg {
  border-radius: 0.5em; /*1*/
  border: 1px solid transparent; /*2*/
  background: linear-gradient(-135deg, #dcb792, #cc935a) border-box; /*3*/
  -webkit-mask: /*4*/
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
  mask-composite: exclude; /*5*/
}
.is-grad-border {
  border-radius: 500px; /*1*/
  border: 1px solid transparent; /*2*/
  background: linear-gradient(-135deg, #dcb792, #cc935a) border-box; /*3*/
  -webkit-mask: /*4*/
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
  mask-composite: exclude; /*5*/
}

.partners__pagination-btn.w--current::before,
.partner-tag--w::before {
  content: "";
  pointer-events: none;
  position: absolute;
  padding: 1px;
  inset: 0;
  border-radius: 0.5em;
  background: linear-gradient(-45deg, #cc935a, #dcb792);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.partners__pagination-btn.w--current,
.partner-tag--w {
  position: relative;
}

/* Search */
/* input syling specificity */
.contact-form__input--wrap .contact__form-field {
  border: 0px solid hsla(0, 0%, 100%, 0.3);
}
.contact-form__input--wrap .contact__form-field:focus {
  border: 0px solid hsla(0, 0%, 100%, 0.3);
}

/* wrapper for field */
.contact-form__input--wrap {
  background-image: linear-gradient(
    306deg,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.3)
  );
}
.contact-form__input--wrap:focus-within {
  background-image: linear-gradient(306deg, var(--pink), var(--cream));
}

input,
select,
textarea {
  color: #dbd9d8 !important;
}

textarea:focus,
input:focus {
  color: #dbd9d8;
}

p a {
  background-image: linear-gradient(90deg, var(--cream), var(--pink));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-decoration: none; /* Optional: removes underline */
}

p a:hover {
  text-decoration: underline; /* Optional: adds underline on hover */
}

p a::selection {
  background: #fff !important;
  color: #000 !important;
  text-shadow: none !important;
}

.announce-tag--w:has(.fs-cmsfilter-field) .tag-placeholder {
  display: none;
}

.rich-text > :first-child {
  margin-top: 0rem;
}

.rich-text > :last-child {
  margin-bottom: 0rem;
}

.inst-partners__grid--w
  .inst-partners__item:not(.is-rwa):nth-child(3)
  .inst-investors__vert-line {
  display: none;
}
.inst-partners__grid--w
  .inst-partners__item.is-rwa:nth-child(4)
  .inst-investors__vert-line {
  display: none;
}
.inst-partners__grid--w
  .inst-partners__item:last-child
  .inst-investors__vert-line {
  display: none;
}

[data-lottie-mask] {
  -webkit-mask-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) 5%,
    white 10%,
    white 90%,
    hsla(0, 0%, 100%, 0) 95%
  );
  mask-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) 5%,
    white 10%,
    white 90%,
    hsla(0, 0%, 100%, 0) 95%
  );
}

.flex-col {
  display: flex;
  flex-flow: column;
}
.careers__list-no-padding {
  padding-left: 0;
}
.none-dot {
  list-style-type: none;
}
.serial {
  display: flex;
  margin-bottom: 1em;
}
.serial span {
  display: inline;
  min-width: 6em;
  color: #000;
  background-color: #e0c68c;
  padding: 2px 10px;
  text-align: center;
  border-radius: 20px;
}
@media screen and (max-width: 479px) {
  .mobile-overlay {
    display: none;
  }
}
