.animation_wrap
{
    position: relative;
    margin: 27px 0 0;
    z-index:10;
}
.anim_text_left
{
    display: grid;
    height: 448px;
    align-items: center;
}
.anim_text_block
{
    position: relative;
    z-index:999;
}
.anim-align-text-right .anim_text_block
{
text-align: right;
}
.q-animation
{
    display: flex;
    align-items: center;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    /* padding: 200px 0 0; */
    flex-direction: row;
    flex-wrap: nowrap;
}
.anim_text_block h4
{
margin:0 0 10px;
}
.anim_text_block p
{
    max-width: 444px;
    font-style: italic;
}
.q-sign-image
{
    max-width:fit-content;
    position: relative;
    z-index:100;
}
.animate-line-from-left
{
    position: relative;
    height: 5px;
    flex-basis: 50%;
    z-index:9999;
}
.animation-on .animate-line-from-left:after
{
    content:'';
    position: absolute;
    background:#FFCC39;
    height:5px;
    width:0%;
    top:0;
    left:0;
  animation: filltheline 900ms 100ms ease-in-out forwards;
    
}
.animate-line-from-right
{
    position: relative;
    flex-basis: 50%;
    height: 5px;
    z-index:999;
}
.animation-on .animate-line-from-right:after
{
    content:'';
    position: absolute;
    background:#FF6325;
    height:5px;
    width:0%;
    top:0;
    right:0;
   animation: filltheline2 900ms 100ms ease-in-out forwards;
    
}
.q-vector-image div.maskcircle1
{
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index:999;
}
.animation-on .q-vector-image div.maskcircle1:after
{
    content: '';
    position: absolute;
    border:5px solid #FFCC39;
    width: 305px;
    height: 305px;
    border-radius: 50%;
    clip-path: inset(50% 100% 0% 0);
     animation: fillthecircle 700ms 950ms forwards;
     z-index:10;
}
.q-vector-image div.maskcircle2
{
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index:999;
}
.animation-on .q-vector-image div.maskcircle2:after
{
    content: '';
    position: absolute;
    border:5px solid #FF6325;
    width: 305px;
    height: 305px;
    border-radius: 50%;
    clip-path: inset(0% 0% 50% 100%);
    animation: fillthecircle2 700ms 950ms forwards;
}
.q-vector-image
{
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 295px;
    height: auto;
}
.q-vector-image:after
{
    content: '';
    position: absolute;

    /* background: conic-gradient(rgba(255, 243, 214, 0.4) 225deg, #FFB200 258deg, rgba(255, 243, 214, 0.4) 183deg, #FFB200 258deg, rgba(255, 243, 214, 0.4) 318deg, rgba(255, 243, 214, 0.4) 352deg);
    background: conic-gradient(rgba(255, 243, 214, 0.4) 45deg, #FFB200 140deg,  rgba(255, 243, 214, 0.4) 180deg, rgba(255, 243, 214, 0.4) 225deg, #FFB200 270deg, rgba(255, 243, 214, 0.4) 310deg); */
    /* background: conic-gradient(rgba(255, 243, 214, 0.4) 50deg, #FFB200 90deg,  rgba(255, 243, 214, 0.4) 140deg, rgba(255, 243, 214, 0.4) 225deg, #FFB200 270deg, rgba(255, 243, 214, 0.4) 310deg); */
    background: conic-gradient(#FFB200 34deg, rgba(255, 243, 214, 0.4) 50deg, rgba(255, 243, 214, 0.4) 133deg, #FFB200 182deg, #FFB200 169deg, rgba(255, 243, 214, 0.4) 232deg, rgba(255, 243, 214, 0.4) 302deg, #FFB200 360deg);
    
    -webkit-mask: 
      radial-gradient(farthest-side, transparent calc(100% - 1.7px), white);
    mask: 
      radial-gradient(farthest-side, transparent calc(100% - 1.7px), white);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index:1;
}
.q-vector-image div div div
{
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.animation-on .q-vector-image div div div:after
{
    content: '';
    position: absolute;
    /* background: conic-gradient(from 0deg,#FFB200 50%, rgba(255, 243, 214, 0.4) 0%, #FFB200 50%, rgba(255, 243, 214, 0.5) 0%);
    background: conic-gradient(rgba(255, 243, 214, 0.4) 225deg, rgba(255, 243, 214, 0.4) 183deg, #FFB200 258deg, rgba(255, 243, 214, 0.4) 318deg, rgba(255, 243, 214, 0.4) 352deg);
    background: conic-gradient(rgba(255, 243, 214, 0.4) 55deg, #FFB200 70deg,rgba(255, 243, 214, 0.4) 180deg, rgba(255, 243, 214, 0.4) 225deg, #FFB200 250deg, rgba(255, 243, 214, 0.4) 330deg); */
  
    background: conic-gradient(#FFB200 34deg, rgba(255, 243, 214, 0.4) 50deg, rgba(255, 243, 214, 0.4) 133deg, #FFB200 182deg, #FFB200 169deg, rgba(255, 243, 214, 0.4) 232deg, rgba(255, 243, 214, 0.4) 302deg, #FFB200 360deg);

  -webkit-mask: 
    radial-gradient(farthest-side, transparent calc(100% - 1.7px), white);
  mask: 
    radial-gradient(farthest-side, transparent calc(100% - 1.7px), white);
    /* border-image: conic-gradient(#ff7eb3, #65d6ce, #ffdd67, #ff7eb3) 1; */
    width: 0px;
    height: 0px;
    border-radius: 50%;
    animation: fade_circle380 700ms 1150ms forwards;
    z-index:1;
}
.q-vector-image div div div div div
{
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/* .animation-on .q-vector-image div div div div div:after
{
    content: '';
    position: absolute;
  
    background: conic-gradient(rgba(255, 243, 214, 0.4) 225deg, rgba(255, 243, 214, 0.4) 183deg, #FFB200 258deg, rgba(255, 243, 214, 0.4) 318deg, rgba(255, 243, 214, 0.4) 352deg);
    background: conic-gradient(rgba(255, 243, 214, 0.4) 55deg, #FFB200 70deg,rgba(255, 243, 214, 0.4) 180deg, rgba(255, 243, 214, 0.4) 225deg, #FFB200 250deg, rgba(255, 243, 214, 0.4) 330deg);
    background: conic-gradient(rgba(255, 243, 214, 0.4) 50deg, #FFB200 90deg,  rgba(255, 243, 214, 0.4) 140deg, rgba(255, 243, 214, 0.4) 225deg, #FFB200 270deg, rgba(255, 243, 214, 0.4) 310deg);
    -webkit-mask: 
      radial-gradient(farthest-side, transparent calc(100% - 1.7px), white);
    mask: 
      radial-gradient(farthest-side, transparent calc(100% - 1.7px), white);
    width: 0px;
    height: 0px;
    animation: fade_circle507 700ms 1150ms forwards;
 border-radius: 50%;
 z-index:1;
 
} */
.q-vector-image div div div div div div
{
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/* .animation-on .q-vector-image div div div div div div:after
{
    content: '';
    position: absolute;
    border: 1px solid rgba(209, 209, 214, 0.1);
    width: 0px;
    height: 0px;
    animation: fade_circle636 700ms 1150ms forwards;
    z-index:-1;
    border-radius: 50%;
} */

@keyframes filltheline 
{
    0%{   clip-path: inset(0 100% 0 0);}
    100%{ clip-path: inset(0 0% 0 0);width:100%;}
}
@keyframes filltheline2
{
    0%{   clip-path: inset(0 0 0 100%);}
    100%{ clip-path: inset(0 0 0 0);width:100%;}
}
@keyframes fillthecircle {
    0%{       clip-path: inset(50% 100% 0% 0);}
    100%{       clip-path: inset(50% 50% 0% 0);}
    
}@keyframes fillthecircle2 {
    0%{              clip-path: inset(0% 0% 50% 100%);}
    100%{           clip-path: inset(0% 0% 50% 50%);}
    
}
@keyframes fade_circle380 {
    0%{               width: 0px;
        height: 0px;}
    100%{            width: 420px;
        height: 420px;}
    
}
@keyframes fade_circle507 {
    0%{               width: 0px;
        height: 0px;}
    100%{            width: 540px;
        height: 540px;}
    
}
@keyframes fade_circle636 {
    0%{               width: 0px;
        height: 0px;}
    100%{            width: 650px;
        height: 650px;}
    
}
@media only screen and (max-width:980px)
{
.anim_text_left {
    height: auto!important;
}
.anim_text_block
{
    margin:0 20px 30px;
}
.anim_text_block h4
{
    font-size: 20px;

}
.anim_text_block p
{
  
    max-width: 100%;
}
.q-anim-wrap-mobile .anim_text_left:nth-child(3)
{
    margin: 83px 0 0;
}
.q-anim-wrap-mobile
{
overflow: hidden;
}
.q-animation
{
    position: relative!important;
}}
@media only screen and (max-width:650px)
{
    .anim_text_block h4 {
        margin: 0 0 5px;
    }}