.custom-text {
    font-family: "DM Sans", Sans-serif;
    line-height: 1.2;
    font-weight: 700;
}

.c-primary {
    color: #a46bd2;
}

.analyze-form__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    padding: 15px 20px;
}
@media screen and (min-width: 768px) {
    .analyze-form__wrapper {
        flex-direction: row;
        align-items: center;
        gap: 40px;
        padding: 25px;
    }
}
@media screen and (min-width: 1023px) {
    .analyze-form__wrapper {
        padding: 30px 50px;
    }
}
@media screen and (min-width: 1366px) {
    .analyze-form__wrapper {
        padding: 40px 80px;
        gap: 80px;
    }
}
@media screen and (min-width: 1599px) {
    .analyze-form__wrapper {
        gap: 111px;
    }
}

.analyze-form__form {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1px;
    gap: 20px;
}

@media screen and (min-width: 768px) {
    .analyze-form__form {
        flex-direction: row; 
        align-items: center;
        gap: 40px;
    }
}
@media screen and (min-width: 1023px) {
    .analyze-form__form {
        
    }
}
@media screen and (min-width: 1366px) {
    .analyze-form__form {
        gap: 80px;
    }
}
@media screen and (min-width: 1599px) {
    .analyze-form__form {
        gap: 111px;
    }
}

.analyze-form__formWrapper {
    position: relative;
    padding-bottom: 20px;
}

.analyze-form__form textarea {
    border: 1px solid #868686;
    border-radius: 10px;
    width: 100%;
    resize: none;
    padding: 10px;
    font-family: "DM Sans", Sans-serif;
}
@media screen and (min-width: 768px) {
    .analyze-form__form textarea {
        width: 31.05vw;
        height: 18.36vw;
    }
}
@media screen and (min-width: 1023px) {
    .analyze-form__form textarea {
        width: 31.05vw;
        height: 18.36vw;
    }
}
@media screen and (min-width: 1366px) {
    .analyze-form__form textarea {
        padding: 20px 23px 30px;
    }
}
@media screen and (min-width: 1599px) {
    .analyze-form__form textarea {
        padding: 41px 23px 30px;
    }
}

.analyze-form__form textarea::placeholder {
    font-size: 13px;
}
@media screen and (min-width: 768px) {
    .analyze-form__form textarea::placeholder {
        font-size: 11px;
    }
}

.analyze-form__error {
    color: #c51919;
    font-size: 14px;
    display: block;
    position: absolute;
    bottom: 0;
}

.analyze-form__submitWrapper {
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 26px;
}
@media screen and (min-width: 768px) {
    .analyze-form__submitWrapper {
        flex-direction: column;
    }
}

.analyze-form__btn,
.analyze-form__btn:focus {
    border-radius: 50%;
    width: 66px;
    height: 66px;
    font-size: 22px;
    color: #0B0D39;
    border: 1px solid #dfdfe5;
    background-color: #fff;
    outline: 0;
}
.analyze-form__btn path {
    transition: all .3s;
}
@media screen and (min-width: 768px) {
    .analyze-form__submit {
        
    }
}
@media screen and (min-width: 1023px) {
    .analyze-form__submit {
        
    }
}
@media screen and (min-width: 1366px) {
    .analyze-form__btn,
    .analyze-form__btn:focus {
        width: 93px;
        height: 93px;
        font-size: 33px;
    }
}
@media screen and (min-width: 1599px) {
    .analyze-form__submit {
        
    }
}

.analyze-form__btn:hover,
.analyze-form__btn:active {
    background-color: #A46BD2;
    border: 1px solid #A46BD2;
    color: #fff;
    outline: 0;
}

.analyze-form__btn:hover path,
.analyze-form__btn:active path {
    fill: #fff !important;
}



.analyze-form__loader {
    font-size: 20px;
    letter-spacing: -0.05em;
    line-height: 1.15;
    position: absolute;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    opacity: 0;
    pointer-events: none;
    transition: all .2s;
}
.analyze-form__loaderText {
    padding-left: 15px;
}
@media screen and (min-width: 768px) {
    .analyze-form__loader {
        gap: 15px;
        
    }
}
@media screen and (min-width: 1023px) {
    .analyze-form__loader {
    font-size: 29px;
    }
}
@media screen and (min-width: 1366px) {
    .analyze-form__loader {
    
    }
}
@media screen and (min-width: 1599px) {
    .analyze-form__loader {
    
    }
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 400px;
  height: 120px;
  min-height: 120px;
  background: linear-gradient(to right, #fdb20e, #d9a4e9);
  border-radius: 60px;
  transform: scale(0.5);
  margin-bottom: -20px;
}
@media screen and (min-width: 768px) {
    .lds-ellipsis {
      margin-bottom: 0;
      transform: scale(0.75);
    }
}
@media screen and (min-width: 1023px) {
    .lds-ellipsis {
      transform: scale(1);
    }
}
.lds-ellipsis div {
  position: absolute;
  top: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #a46bd2;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 110px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 110px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 180px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 250px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(70px, 0);
  }
}

.analyze-form__loader.active {
    opacity: 1;
}

.analyze-form__textWrapper {
    font-size: 22px;
    letter-spacing: -2.75px;
    margin-right: auto;
    padding-right: 5vw;
}

.analyze-form__newText {
    display: none;
}
.analyze-form__textWrapper p {
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .analyze-form__textWrapper {
        
    }
}
@media screen and (min-width: 1023px) {
    .analyze-form__textWrapper {
        font-size: 28px;
        
    }
}
@media screen and (min-width: 1366px) {
    .analyze-form__textWrapper {
        
    }
}
@media screen and (min-width: 1599px) {
 .analyze-form__textWrapper {
    font-size: 32px;
    padding-right: 12vw;
}   
}

.analyze-form__link {
    display: none;
    font-family: "DM Sans", Sans-serif;
    font-weight: 500;
    line-height: 1;
    color: var(--e-global-color-primary );
    background-color: var(--e-global-color-20ffd4a );
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-0d198ef );
    border-radius: 43px 43px 43px 12px;
    letter-spacing: 0;
    transition: all .3s;
    margin: 20px 0;
    position: relative;
    font-size: 19px;
    padding: 2.206vw 3.76vw 2.198vw 3.292vw;
}
.analyze-form__link.show {
    display: inline-block !important;
}
@media screen and (min-width: 768px) {
    .analyze-form__link {
        position: absolute;
        right: 2vw;
        bottom: 0;    
        font-size: 1.042vw;
        padding: 1.206vw 2.76vw 1.198vw 2.292vw;
        margin: 0;
    }
}

.analyze-form__link::after {
    position: absolute;
    content: '';
    left: 33%;
    height: 2px;
    bottom: -2px;
    background-color: #fff;
    width: 25px;
    transition: all .3s;
}

.analyze-form__link:hover {
    color: var(--e-global-color-20ffd4a );
    background-color: var(--e-global-color-accent );
    border-color: var(--e-global-color-accent );
}

.analyze-form__link:hover::after {
    background-color: var(--e-global-color-accent );
}