body {
    margin: 0;
    padding:0;
    font-family: Inter;
    background-image: url("img/rings1280.png");
    background-size: cover;
    background-position: right;
    overflow:hidden;
    min-height: 100vh;
}

@media (max-width:900px) {
    body {
        background-image: url("img/rings2.png");
    }    
}

.container {
    padding-top: 412px; 
}

@media (max-width:900px) {
    .container {
        padding-top: calc(100vh*66/290 - 5.66px);
    }
}

@media (max-width:550px) {
    .container {
        padding-top: calc(100vh*66/290 - 5.66px); */
    }
}


@media (max-width:550px) {
    body {
        background-image: url("img/rings3.png");
    }    
}

.group8 {
    position:relative;
    left: calc(50% - 654px/2);
    /*top: calc(50% - 160px/2 - 195.5px); */
    /*top:100px; */
    border: transparent 1px solid;
    width:645px;
    height:160px; 
}

@media (max-width:550px) {
    .group8 {
        width:490px;
        height:120px; 
        left: calc(50% - 490px/2);
/*        margin-top: calc(100vh*66/290 - 5.66px); */
    }
}

.group5 {
    position:absolute;
    width:100%;
    height:100%;
}

@keyframes ellipse3-animation {
    0% {opacity: 0;}
    50% {opacity:0.4;}
    100% {opacity: 0;}
}

.group5 .ellipse3 {
    width: 400px;
    height: 80px;
    position: relative;
    top:50%;
    transform: translate(0, -50%);
    clip-path: ellipse(50% 50%);
    background: radial-gradient(50% 50% at 50% 50%, #8595D0 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;

    animation-name: ellipse3-animation;
    animation-duration: 4s;    
    animation-iteration-count: infinite;
}

@keyframes ellipse4-animation {
    0% {opacity: 0;}
    50% {opacity:0.4;}
    100% {opacity: 0;}
}

.group5 .ellipse4 {
    position: relative;
    width: 400px;
    height: 80px;
    top:0;
    transform: translate(0, -50%);
    float: right;    
    clip-path: ellipse(50% 50%);
    background: radial-gradient(50% 50% at 50% 50%, #8595D0 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;

    animation-name: ellipse4-animation;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes ellipse2-animation {
    0% {opacity: 0;}
    50% {opacity:0.6;}
    100% {opacity: 0;}
}

.group5 .ellipse2 {
    width: 556px;
    height: 100%;
    position: absolute;
    top:0;
    left:49px;

    clip-path: ellipse(50% 50%);
    background: radial-gradient(50% 50% at 50% 50%, #8595D0 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0; 

    animation-name: ellipse2-animation;
    animation-duration: 4s;  
    animation-iteration-count: infinite;
}

@media (max-width:550px) {
    .group5 .ellipse3 {
        width: 300px;
        height: 60px;  
    } 
    .group5 .ellipse4 {
        width: 300px;
        height: 60px;  
    } 

    .group5 .ellipse2 {
        width: 417px;
    } 
}


.a-v {

    margin-top:14px;
    text-align: center;

    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
/*    letter-spacing: 0.02em; */

    color: #FFFFFF;
}

@media (max-width:550px) {
    .a-v {
        font-size: 18px;
        line-height: 22px;
    }
}

.group5 .position {
    position: absolute;
    text-align: center;
    width:100%;
    top:50%;
    transform: translate(0, -50%);

    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;

    letter-spacing: 0.02em;
    color: #060913;
}

@media (max-width:550px) {
    .group5 .position {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0.02em;
    }
}



.group7 {
    position: relative;
    width: 166px;
    /* left: calc(50% - 166px/2 + 509px); */

    left: calc( 90% - 166px/2);;
    /*top: calc(50% - 312px/2 + 125px); */
    top: -115px;
    text-align: right;
}    


@media (max-width:1100px) {
    .group7 {
        position:  static;
        width: 248px;
        margin: 0 auto;
        margin: 68px auto 0;
/*        text-align: center; */
    }
}

@media (max-width:550px) {
    .group7 {
        width: 198px;
        margin-top: calc(100vh*103/290 - 242px);
    }
}


@media (max-width:380px) {
    .group7 {
        width: 198px;
    }
}

/*
.group7 .card {
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    height: 120px;
}
*/

.group7 .card:last-child {
    height: auto;
}

.group7 .card h3 {
    margin:0;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #8595D0;

    margin-bottom: 1.5em;
}

.group7 .card div {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #FFFFFF;
    opacity: 0.4;

    margin-bottom: 1.5em;
}

.group7 .card a {
    color:white;
    text-decoration: none;

    display: block;
    margin-bottom: 1.5em;
}

.group7 .card a:hover {
    text-decoration: underline;
}

