.b-diagram__circle-container{display:grid;grid-template:1fr/1fr;height:auto;position:relative;width:100%;z-index:1}.b-diagram__circle-container>*{grid-area:1/1/2/2}.b-diagram__svg{position:relative;z-index:1}.b-diagram__slider-wrapper{height:100%;position:relative;width:100%}.b-diagram__slider-wrapper .b-diagram__svg{display:block;height:auto;width:100%}.b-diagram__slider{background-color:#e5f2ff;border-radius:50%;height:44.6rem;margin:auto;position:relative;width:44.6rem;z-index:20}.b-diagram__btns-wrapper{flex-flow:row nowrap;justify-content:space-between;left:50%;padding:0 1.2rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:100}.b-diagram__btn,.b-diagram__btns-wrapper{align-items:center;display:flex;height:4rem}.b-diagram__btn{color:#07305c;cursor:pointer;justify-content:center;transition:color .3s ease-in-out;width:4rem}.b-diagram__btn:focus-visible,.b-diagram__btn:hover{color:#044991}.b-diagram__points{pointer-events:none}.b-diagram__points li{color:#000;font-size:1.6rem;letter-spacing:-.02em;line-height:1.1;max-width:20ch;pointer-events:auto;position:absolute;text-align:center;transform:translateX(-50%);width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:20}@media (min-width:1024px){.b-diagram__points li{font-size:2.2rem}}.b-diagram__points li:first-child{left:50%;top:10%}.b-diagram__points li:nth-child(2){left:81.5%;top:22.5%}.b-diagram__points li:nth-child(3){left:94.5%;top:54.3%}.b-diagram__points li:nth-child(4){left:87.3%;top:81%}.b-diagram__points li:nth-child(5){left:68%;top:97%}.b-diagram__points li:nth-child(6){left:32.5%;top:97%}.b-diagram__points li:nth-child(7){left:12.7%;top:81%}.b-diagram__points li:nth-child(8){left:4.5%;top:54.3%}.b-diagram__points li:nth-child(9){left:16%;top:22.5%}@media(max-width:1280px){.b-diagram__slider{height:31vw;width:31vw}}@media(max-width:1024px){.b-diagram__slider{height:46vw;width:46vw}}@media(max-width:600px){.b-diagram__slider-wrapper{display:none}}.b-diagram .details{align-items:center;display:flex;flex-flow:column;height:100%;justify-content:center;width:100%}.b-diagram .details,.b-diagram .details__item{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.b-diagram .details__item{opacity:0;text-align:center;transition:all .3s ease-in-out;transition-property:visibility,opacity;visibility:hidden}.b-diagram .details__item--is-active{opacity:1;visibility:visible}.b-diagram .details .ornaments{align-items:center;display:flex;flex-flow:column;height:100%;justify-content:space-between;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.b-diagram .details .ornaments__item{background-color:#4483c7;height:1rem;width:3.2rem}.b-diagram .listing{align-items:center;display:flex;flex-flow:column}.b-diagram .listing__item{position:relative}.b-diagram .listing__item:before{background-color:#94bbe3;content:"";display:inline-block;height:1.2rem;margin-right:1.4rem;width:1.2rem}.b-diagram .listing__item:nth-of-type(n+2){margin-top:1rem}@media(max-width:1024px){.b-diagram .listing__item{font-size:1.3rem}.b-diagram .listing__item:before{height:1rem;margin-right:.8rem;width:1rem}}