.card{background:var(--color-white);border:1px solid var(--color-gray-3);border-radius:24px;display:grid;padding:32px}@media screen and (max-width:1023px){.card{padding:24px}}@media screen and (max-width:767px){.card{padding:12px}}.card--x3{color:var(--color-gray);grid-template-columns:repeat(3,auto);grid-template-rows:auto auto;text-decoration:none}@media screen and (max-width:1023px){.card--x3{grid-template-columns:repeat(2,auto)}}.card--x1{grid-template-rows:187px auto auto;min-height:454px}@media screen and (max-width:767px){.card--x1{min-height:426px}}.card__container{display:grid;gap:24px;width:100%}@media screen and (max-width:767px){.card__container{gap:12px}}.card__container--2card{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px}@media screen and (max-width:767px){.card__container--2card{flex-wrap:nowrap;overflow-x:auto}}.card__container--3card{grid-template-columns:repeat(3,calc(33.33333% - 16px))}@media screen and (max-width:1023px){.card__container--3card{grid-template-columns:repeat(2,calc(50% - 12px))}}@media screen and (max-width:767px){.card__container--3card{grid-template-columns:1fr}}.card__container--blog-3card{grid-template-columns:repeat(3,calc(33.33333% - 16px))}@media screen and (max-width:1023px){.card__container--blog-3card{gap:24px;grid-template-columns:repeat(2,calc(50% - 11.5px))}}@media screen and (max-width:679px){.card__container--blog-3card{gap:12px;grid-template-columns:1fr}}.card__info--x2{grid-column:span 2}@media screen and (max-width:1023px){.card__info--x2{grid-column:span 2;margin-bottom:24px;order:3}}.card__badge{align-items:center;border-radius:16px;color:var(--color-white);display:flex;font-size:12px;font-weight:400;grid-column:span 1;justify-content:center;line-height:133%;padding:4px 0;text-align:center;width:81px}.card__badge-container{align-items:start;display:flex;grid-column:span 1;justify-content:flex-end}@media screen and (max-width:1023px){.card__badge-container{grid-column:span 1;order:2}}.card__badge--green{background:var(--color-green)}.card__badge--blue{background:var(--color-blue)}.card__badge--programs{position:absolute;right:0;top:0}.card__buttons{display:flex;flex-direction:column;height:100%;justify-content:space-between}.card__buttons--x2{align-items:start;grid-column:span 1}@media screen and (max-width:1023px){.card__buttons--x2{grid-column:span 2;order:4}.card__buttons--x2 .button{width:100%}}.card__image{height:100%}.card__image-container{display:flex;position:relative}.card__image-container--x2{align-items:flex-end;grid-column:span 2;justify-content:flex-end}@media screen and (max-width:1023px){.card__image-container--x2{grid-column:span 1;justify-content:flex-start;margin-bottom:24px;order:1}}.card__image-container--mb32{margin-bottom:32px}.card__image-container--h155{height:155px}@media screen and (max-width:1239px){.card__image-container{max-height:200px;max-width:200px}}@media screen and (max-width:1023px){.card__image-container{max-height:130px;max-width:130px}}@media screen and (max-width:1239px){.card__image--x2{width:100%}}@media screen and (max-width:1023px){.card__image--x2{aspect-ratio:1/.67;width:100%}}.card__title{color:var(--color-black);display:block;font-size:20px;font-weight:600;line-height:122%;text-decoration:none}.card__title--mb4{margin-bottom:4px}.card__title--mb8{margin-bottom:8px}.card__text{color:var(--color-gray);display:block;font-size:14px;font-weight:400;line-height:157%;text-decoration:none}@media screen and (max-width:1023px){.card__text{line-height:129%}}.card__subtitle{color:var(--color-blue);font-size:14px;font-weight:400;line-height:130%;text-decoration:none}.card__subtitle--mt24{margin:12px 0}@media screen and (max-width:1023px){.card__subtitle--mt24{margin-bottom:24px;margin-top:0}}.card__subtitles{display:grid}.card--w50{width:calc(50% - 12px)}@media screen and (max-width:767px){.card--w50{min-width:275px;width:275px}}.related-cards__container{display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:549px){.related-cards__container{grid-template-columns:repeat(1,1fr)}}.related-cards__card{background:#fff;border:1px solid #f0f4fd;border-radius:42px;display:flex;flex-direction:column;justify-content:space-between;padding:32px}.related-cards__top{display:grid;gap:32px 24px;grid-template-columns:repeat(2,1fr);margin-bottom:32px}@media screen and (max-width:767px){.related-cards__top{gap:24px;grid-template-columns:repeat(1,1fr);grid-template-rows:1fr;margin-bottom:24px}}.related-cards__badge{background:#0047bb;border-radius:16px;color:#fff;font-size:12px;font-weight:400;line-height:16px;padding:4px 16px;text-align:center;text-decoration:none;width:fit-content}.related-cards__badge--green{background:#34c759}.related-cards__badge-container{display:flex;flex-direction:column;gap:8px;grid-column:2/3}@media screen and (max-width:767px){.related-cards__badge-container{flex-direction:row;flex-wrap:wrap;grid-column:initial;margin-bottom:18px}}.related-cards__img-box{grid-row:1/3}@media screen and (max-width:767px){.related-cards__img-box{grid-row:initial}}.related-cards__benefit{color:#2e3038;font-size:14px;font-weight:400;line-height:20px;text-align:left;text-decoration:none}.related-cards__content{display:flex;flex-direction:column;gap:8px;margin-bottom:32px}@media screen and (max-width:767px){.related-cards__content{margin-bottom:24px}}.related-cards__title{color:#2e3038;font-size:20px;font-weight:600;line-height:24px;text-align:left;text-decoration:none}.related-cards__desc{color:#818698;font-size:14px;font-weight:400;line-height:20px;text-align:left;text-decoration:none}.related-cards__button{width:100%}.blog-card{background-color:var(--color-white);border-radius:24px;outline:1px solid var(--color-gray-3);outline-offset:-1px;padding:32px}@media screen and (max-width:879px){.blog-card{padding:24px}}@media screen and (max-width:549px){.blog-card{padding:16px}}.blog-card__container{display:grid;gap:20px;margin-bottom:20px}@media screen and (max-width:679px){.blog-card__container{gap:16px;margin-bottom:16px}}.blog-card__wrap{display:flex;gap:10px;justify-content:space-between}@media screen and (max-width:767px){.blog-card__wrap{flex-direction:column}}@media screen and (max-width:679px){.blog-card__wrap{gap:8px}}.blog-card__image{max-height:200px}@media screen and (max-width:1023px){.blog-card__image{height:300px;max-height:none}}@media screen and (max-width:767px){.blog-card__image{height:217px}}.blog-card__date{color:var(--color-gray);font-size:14px;font-weight:400;line-height:22px}.blog-card__badge{padding:4px 16px;width:auto}@media screen and (max-width:767px){.blog-card__badge{padding:4px 10px;width:fit-content}}.blog-card__text{color:var(--color-black);font-size:14px;font-weight:400;line-height:18px;margin-bottom:20px;min-height:70px}@media screen and (max-width:679px){.blog-card__text{margin-bottom:16px;min-height:54px}}.blog-card__button{border:none;padding:0}:root{--font-primery:"IngoStem","Arial",sans-serif;--color-white:#fff;--color-black:#2e3038;--color-black-1:#000;--color-gray:#818698;--color-gray-2:#f8fafd;--color-gray-3:#f0f4fd;--color-gray-4:#f9fafb;--color-gray-5:#b9bcc6;--color-gray-6:#e3e4e8;--color-gray-7:#818698;--color-gray-8:#f6f6f6;--color-gray-9:#6c7080;--color-gray-10:#ededed;--color-gray-11:#737373;--color-blue:#0047bb;--color-blue-2:#1758c1;--color-blue-3:#286bd7;--color-blue-4:#004de5;--color-blue-5:#0062d2;--color-green:#34c759;--color-red:#e7413a;--color-orange:#ffc107;--color-overlay:rgba(0,0,0,.15);--text-third-c:hsla(0,0%,7%,.7);--header-second-c:#9da1af;--text-main-c:#393939;--link-secondary-c:#165ab7}.article{background-color:var(--color-white);border:1px solid #f0f4fd;border-radius:42px;display:grid;gap:40px;padding:48px 32px 32px;width:100%}@media screen and (max-width:1023px){.article{padding:48px 24px 24px}}@media screen and (max-width:767px){.article{border-radius:12px;gap:16px;padding:24px 16px 16px}}.article__block{width:100%}.article__image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.article__image:hover{transform:scale(1.1)}.article__image-container{border-radius:12px;height:100%;overflow:hidden;position:relative;width:100%}.article__title{color:var(--color-blue);font-size:40px;font-weight:600;letter-spacing:0;line-height:48px;margin:0;padding:0;width:100%}@media screen and (max-width:1023px){.article__title{font-size:24px;line-height:30px}}.article__subtitle{color:var(--color-black);font-size:20px;font-weight:600;letter-spacing:0;line-height:24.4px;margin:0;padding:0}@media screen and (max-width:1023px){.article__subtitle{font-size:18px;line-height:22px}}.article__text{color:var(--color-gray-7);font-size:14px;font-weight:400;letter-spacing:0;line-height:20px}.article__text a{color:var(--color-blue-2);font-size:inherit;line-height:inherit;text-decoration:none;word-break:break-all}.article__text-container{display:grid;gap:12px;width:100%}.article__text-container a,.article__text-container p{font-size:14px;font-weight:400;letter-spacing:0;line-height:20px}.article__text-container p{color:var(--color-gray-7)}.article__text-container a{color:var(--color-blue-2);text-decoration:none;word-break:break-all}.article__quote{border-left-width:4px;border-left:4px solid var(--color-blue);padding:12px 40px;width:100%}@media screen and (max-width:767px){.article__quote{padding:12px 20px}}.article__quote-text{color:var(--color-blue);font-size:24px;font-weight:600;letter-spacing:0;line-height:32px}@media screen and (max-width:1023px){.article__quote-text{font-size:20px;line-height:28px}}.article__quote p{color:var(--color-blue);font-size:24px;font-weight:600;letter-spacing:0;line-height:32px}@media screen and (max-width:1023px){.article__quote p{font-size:20px;line-height:28px}}.article__grid{align-content:start;display:grid;gap:24px}.article__grid--schema-1{grid-template-columns:repeat(2,1fr)}@media screen and (max-width:1023px){.article__grid--schema-1{grid-template-columns:1fr}}.article__grid--schema-2{grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1023px){.article__grid--schema-2{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.article__grid--schema-2{grid-template-columns:1fr}}.article__card{background-color:var(--color-gray-4);border-radius:12px;gap:12px;grid-template-rows:35px auto auto;padding:16px;transition:transform .5s ease}.article__card:hover{transform:scale(1.1)}.article__card-image-container{width:35px}.page-grid{display:grid}.page-grid--gap56{gap:56px}@media screen and (max-width:1023px){.page-grid--gap56{gap:32px}}@media screen and (max-width:767px){.page-grid--gap56{gap:24px}}.box{display:flex}.box--column{flex-direction:column}.box--w100{width:100%}.box--white{background-color:var(--color-white)}.box--p32{padding:32px}@media screen and (max-width:1023px){.box--p32{padding:24px}}@media screen and (max-width:767px){.box--p32{padding:16px}}.box--p33{padding:33px}@media screen and (max-width:1023px){.box--p33{padding:33px 24px}}@media screen and (max-width:767px){.box--p33{padding:24px 16px}}.box--br32{border-radius:32px}@media screen and (max-width:767px){.box--br32{border-radius:24px}}.box--br42{border-radius:42px}@media screen and (max-width:767px){.box--br42{border-radius:24px}}.box--gap24{gap:24px}@media screen and (max-width:767px){.box--gap24{gap:16px}}.box--mb56{margin-bottom:56px}@media screen and (max-width:1023px){.box--mb56{margin-bottom:32px}}@media screen and (max-width:767px){.box--mb56{margin-bottom:24px}}.box--whiteBorder{border:1px solid var(--color-gray-3)}.box__title{font-weight:600}.box__title--black{color:var(--color-black)}.box__title--fw650{font-weight:650}.box__title--fs32{font-size:32px}@media screen and (max-width:767px){.box__title--fs32{font-size:22px}}.box__title--fs40{font-size:40px}@media screen and (max-width:1023px){.box__title--fs40{font-size:34px}}@media screen and (max-width:767px){.box__title--fs40{font-size:22px}}.box__title--lh1_2{line-height:1.2}@media screen and (max-width:767px){.box__title--lh1_2{line-height:1.4}}.box__title--lh1_1{line-height:1.1}.box__title--tac{text-align:center}.box__title--mb8{margin-bottom:8px}.box__text{font-weight:400;letter-spacing:0}.box__text--fw600{font-weight:600}.box__text--black{color:var(--color-black)}.box__text--grey{color:var(--color-gray)}.box__text--fs14{font-size:14px}.box__text--fs12{font-size:12px}.box__text--lh1_4{line-height:1.4}.box__text--lh1_3{line-height:1.3}.box__text--lh1_2{line-height:1.2}.box__text--mb8{margin-bottom:8px}.box__text--mb32{margin-bottom:32px}.box__grid{display:grid}.box__grid--schema-1{grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1023px){.box__grid--schema-1{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.box__grid--schema-1{grid-template-columns:1fr}}.box__grid--schema-2{grid-template-columns:repeat(3,1fr)}@media screen and (max-width:767px){.box__grid--schema-2{grid-template-columns:1fr}}.box__grid--schema-3{column-gap:48px;grid-template-columns:.55fr .45fr;grid-template-rows:auto auto 1fr}@media screen and (max-width:1023px){.box__grid--schema-3{column-gap:6px;grid-template-columns:repeat(2,calc(50% - 3px))}}@media screen and (max-width:767px){.box__grid--schema-3{column-gap:0;grid-template-columns:1fr;grid-template-rows:repeat(4,auto)}}.box__grid--schema-3>div:first-child{grid-column:1/2;grid-row:1/2;margin-bottom:24px}@media screen and (max-width:1023px){.box__grid--schema-3>div:first-child{grid-column:1/3;grid-row:1/2}}@media screen and (max-width:767px){.box__grid--schema-3>div:first-child{grid-column:1/2;grid-row:1/2}}.box__grid--schema-3>div:nth-child(2){grid-column:1/2;grid-row:2/3;margin-bottom:8px}@media screen and (max-width:1023px){.box__grid--schema-3>div:nth-child(2){grid-column:1/3;grid-row:2/3}}@media screen and (max-width:767px){.box__grid--schema-3>div:nth-child(2){grid-column:1/2;grid-row:2/3}}.box__grid--schema-3>div:nth-child(3){grid-column:1/2;grid-row:3/4}@media screen and (max-width:1023px){.box__grid--schema-3>div:nth-child(3){grid-column:1/2;grid-row:3/4}}@media screen and (max-width:767px){.box__grid--schema-3>div:nth-child(3){grid-column:1/2;grid-row:3/4;margin-bottom:24px}}.box__grid--schema-3>div:nth-child(4){grid-column:2/3;grid-row:1/4}@media screen and (max-width:1023px){.box__grid--schema-3>div:nth-child(4){grid-column:2/3;grid-row:3/4}}@media screen and (max-width:767px){.box__grid--schema-3>div:nth-child(4){grid-column:1/2;grid-row:4/5}}.box__grid--schema-4{grid-template-columns:.55fr .45fr}@media screen and (max-width:1023px){.box__grid--schema-4{grid-template-columns:1fr}}.box__grid--schema-5{align-items:center;gap:5px;grid-template-columns:auto 1fr auto}.box__grid--schema-6{grid-template-columns:repeat(4,1fr)}.box__grid--gap24{gap:24px}@media screen and (max-width:767px){.box__grid--gap24{gap:16px}}.box__grid--gap12{gap:12px}.box__grid--gap6{gap:6px}.box__grid--mt6{margin-top:6px}.box__grid--p60_32{padding:3.8rem 2rem 0}@media screen and (max-width:1023px){.box__grid--p60_32{padding:2rem 2rem 0}}.box__grid-element{display:grid}.box__grid-element--schema-1{grid-template-rows:60px 1fr}.box__grid-element--schema-2{grid-template-rows:min-content 1fr}.box__grid-element--schema-3{align-items:flex-start;grid-template-columns:10px 1fr}.box__grid-element--schema-4{align-items:flex-start;grid-template-columns:50px 1fr}.box__grid-element--gap4{gap:4px}.box__grid-element--gap24{gap:24px}.box__grid-element--w100{width:100%}.box__grid-element--br12{border-radius:12px}.box__grid-element--br24{border-radius:24px}.box__grid-element--p16{padding:16px}.box__grid-element--p24{padding:24px}@media screen and (max-width:767px){.box__grid-element--p24{padding:16px}}.box__grid-element--light-grey{background-color:var(--color-gray-4)}.box__grid-element--aife{align-items:flex-end}.box__grid-element--jcc{justify-content:center}.box__grid--w100{width:100%}.box__link{cursor:pointer;font-size:inherit;line-height:inherit}.box__link--ingo{color:var(--color-blue)}.box__link--tdnone{text-decoration:none}.title{color:var(--color-black);font-size:40px;font-weight:600;line-height:48px;margin-bottom:32px;text-align:left}@media screen and (max-width:549px){.title{font-size:24px;line-height:30px;margin-bottom:24px}}.section{margin-bottom:56px}.blog-filter{margin-bottom:32px}@media screen and (max-width:549px){.blog-filter{margin-bottom:24px}}.blog-filter__list{display:flex;gap:24px}@media screen and (max-width:549px){.blog-filter__list{gap:12px}}.blog-filter__btn{background-color:var(--color-white);border:0;border-radius:24px;color:var(--color-black);cursor:pointer;font-size:14px;font-weight:400;line-height:18px;outline:1px solid var(--color-gray-3);outline-offset:-1px;padding:16px 14px}.js-filter-btn--active{color:var(--color-blue)}.blog__section-title{color:var(--color-black);font-size:32px;font-weight:600;letter-spacing:0;line-height:36.48px;margin-bottom:24px;text-align:center}@media screen and (max-width:767px){.blog__section-title{font-size:22px;line-height:22px;margin-bottom:16px}}.blog__card{background-color:var(--color-gray-4);border:1px solid var(--color-gray-3);border-radius:24px;padding:24px}.blog__title{color:var(--color-blue-2);font-size:14px;font-weight:650;letter-spacing:0;line-height:18px}.blog__text{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--color-gray-7);display:-webkit-box;line-height:20px;overflow:hidden;text-overflow:ellipsis}.blog__link,.blog__text{font-size:14px;font-weight:400;letter-spacing:0}.blog__link{color:var(--color-blue);line-height:18px;text-decoration:none}.block{background-color:#fff;border:1px solid #f0f4fd;border-radius:32px;margin-bottom:56px;padding:32px}@media screen and (max-width:1023px){.block{margin-bottom:32px;padding:24px}}@media screen and (max-width:767px){.block{border-radius:24px;margin-bottom:24px;padding:16px}}.block__title{color:#0047bb;font-size:40px;font-style:Medium;font-weight:600;letter-spacing:0;line-height:48px;margin-bottom:24px;text-align:center}@media screen and (max-width:767px){.block__title{font-size:24px;line-height:30px}}.block__subtitle{color:#2e3038;font-size:32px;font-style:Medium;font-weight:600;letter-spacing:0;line-height:36.48px;margin-bottom:24px;text-align:center}@media screen and (max-width:767px){.block__subtitle{font-size:22px;line-height:28px;margin-bottom:16px}}.block__main-text{font-style:Medium;font-weight:600;text-align:center}.block__main-text,.block__text{color:#2e3038;font-size:14px;letter-spacing:0;line-height:20px}.block__text{font-style:Regular;font-weight:400;margin-bottom:24px}@media screen and (max-width:767px){.block__text{margin-bottom:16px}}.block__grid{display:grid;gap:24px}.block__grid--schema-1{grid-template-columns:repeat(5,calc(20% - 19.2px))}@media screen and (max-width:1919px){.block__grid--schema-1{grid-template-columns:repeat(6,calc(16.66667% - 20px));grid-template-rows:repeat(2,auto)}}@media screen and (max-width:1023px){.block__grid--schema-1{grid-template-columns:repeat(2,calc(50% - 12px));grid-template-rows:repeat(3,auto)}}@media screen and (max-width:767px){.block__grid--schema-1{grid-template-columns:1fr;grid-template-rows:repeat(5,auto)}}.block__grid--schema-1 .block__grid-item:first-child{grid-column:1/2;grid-row:1/1}@media screen and (max-width:1919px){.block__grid--schema-1 .block__grid-item:first-child{grid-column:1/3;grid-row:1/2}}@media screen and (max-width:1023px){.block__grid--schema-1 .block__grid-item:first-child{grid-column:1/2;grid-row:1/2}}@media screen and (max-width:767px){.block__grid--schema-1 .block__grid-item:first-child{grid-column:1/2;grid-row:1/2}}.block__grid--schema-1 .block__grid-item:nth-child(2){grid-column:2/3;grid-row:1/1}@media screen and (max-width:1919px){.block__grid--schema-1 .block__grid-item:nth-child(2){grid-column:3/5;grid-row:1/2}}@media screen and (max-width:1023px){.block__grid--schema-1 .block__grid-item:nth-child(2){grid-column:2/3;grid-row:1/2}}@media screen and (max-width:767px){.block__grid--schema-1 .block__grid-item:nth-child(2){grid-column:1/2;grid-row:2/3}}.block__grid--schema-1 .block__grid-item:nth-child(3){grid-column:3/4;grid-row:1/1}@media screen and (max-width:1919px){.block__grid--schema-1 .block__grid-item:nth-child(3){grid-column:5/7;grid-row:1/2}}@media screen and (max-width:1023px){.block__grid--schema-1 .block__grid-item:nth-child(3){grid-column:1/2;grid-row:2/3}}@media screen and (max-width:767px){.block__grid--schema-1 .block__grid-item:nth-child(3){grid-column:1/2;grid-row:3/4}}.block__grid--schema-1 .block__grid-item:nth-child(4){grid-column:4/5;grid-row:1/1}@media screen and (max-width:1919px){.block__grid--schema-1 .block__grid-item:nth-child(4){grid-column:1/4;grid-row:2/3}}@media screen and (max-width:1023px){.block__grid--schema-1 .block__grid-item:nth-child(4){grid-column:2/3;grid-row:2/3}}@media screen and (max-width:767px){.block__grid--schema-1 .block__grid-item:nth-child(4){grid-column:1/2;grid-row:4/5}}.block__grid--schema-1 .block__grid-item:nth-child(5){grid-column:5/6;grid-row:1/1}@media screen and (max-width:1919px){.block__grid--schema-1 .block__grid-item:nth-child(5){grid-column:4/7;grid-row:2/3}}@media screen and (max-width:1023px){.block__grid--schema-1 .block__grid-item:nth-child(5){grid-column:1/3;grid-row:3/4}}@media screen and (max-width:767px){.block__grid--schema-1 .block__grid-item:nth-child(5){grid-column:1/2;grid-row:5/6}}.block__grid--schema-2{grid-template-columns:353px 1fr}@media screen and (max-width:1023px){.block__grid--schema-2{grid-template-columns:1fr}}.block__grid--schema-3{grid-template-columns:repeat(3,calc(33.33333% - 16px));grid-template-rows:repeat(5,auto)}.block__grid--schema-3 .block__grid-item:first-child{grid-column:1/2;grid-row:1/2}@media screen and (max-width:1023px){.block__grid--schema-3 .block__grid-item:first-child{grid-column:1/3;grid-row:1/2}}@media screen and (max-width:767px){.block__grid--schema-3 .block__grid-item:first-child{grid-column:1/2;grid-row:1/2}}.block__grid--schema-3 .block__grid-item:nth-child(2){grid-column:2/3;grid-row:1/2}@media screen and (max-width:1023px){.block__grid--schema-3 .block__grid-item:nth-child(2){grid-column:1/2;grid-row:2/3}}@media screen and (max-width:767px){.block__grid--schema-3 .block__grid-item:nth-child(2){grid-column:1/2;grid-row:2/3}}.block__grid--schema-3 .block__grid-item:nth-child(3){grid-column:3/4;grid-row:1/2}@media screen and (max-width:1023px){.block__grid--schema-3 .block__grid-item:nth-child(3){grid-column:2/3;grid-row:2/3}}@media screen and (max-width:767px){.block__grid--schema-3 .block__grid-item:nth-child(3){grid-column:1/2;grid-row:3/4}}.block__grid--schema-3 .block__grid-item:nth-child(4){grid-column:1/4;grid-row:2/3}@media screen and (max-width:1023px){.block__grid--schema-3 .block__grid-item:nth-child(4){grid-column:1/3;grid-row:3/4}}@media screen and (max-width:767px){.block__grid--schema-3 .block__grid-item:nth-child(4){grid-column:1/2;grid-row:4/5}}.block__grid--schema-3 .block__grid-item:nth-child(5){grid-column:1/4;grid-row:3/4}@media screen and (max-width:1023px){.block__grid--schema-3 .block__grid-item:nth-child(5){grid-column:1/3;grid-row:4/5}}@media screen and (max-width:767px){.block__grid--schema-3 .block__grid-item:nth-child(5){grid-column:1/2;grid-row:5/6}}.block__grid--schema-3 .block__grid-item:nth-child(6){grid-column:1/4;grid-row:4/5}@media screen and (max-width:1023px){.block__grid--schema-3 .block__grid-item:nth-child(6){grid-column:1/3;grid-row:5/6}}@media screen and (max-width:767px){.block__grid--schema-3 .block__grid-item:nth-child(6){grid-column:1/2;grid-row:6/7}}.block__grid--schema-3 .block__grid-item:nth-child(7){grid-column:1/4;grid-row:5/6}@media screen and (max-width:1023px){.block__grid--schema-3 .block__grid-item:nth-child(7){grid-column:1/3;grid-row:6/7}}@media screen and (max-width:767px){.block__grid--schema-3 .block__grid-item:nth-child(7){grid-column:1/2;grid-row:7/8}}@media screen and (max-width:1023px){.block__grid--schema-3{grid-template-columns:repeat(2,calc(50% - 12px));grid-template-rows:repeat(6,auto)}}@media screen and (max-width:767px){.block__grid--schema-3{grid-template-columns:1fr;grid-template-rows:repeat(7,auto)}.block__grid{gap:16px}}.block__card{background:#f9fafb;border:1px solid #f0f4fd;border-radius:24px;display:flex;padding:24px;width:100%}@media screen and (max-width:767px){.block__card{padding:16px}}.block__card--column{flex-direction:column}.block__card-title{color:#2e3038;font-size:14px;font-style:Medium;font-weight:600;letter-spacing:-3%;line-height:20px;margin-bottom:24px}.block__card-text{color:#818698;font-size:14px;font-style:Regular;font-weight:400;letter-spacing:0;line-height:20px}.block__card-subtitle{color:#2e3038;font-size:20px;font-style:Medium;font-weight:600;letter-spacing:0;line-height:24.4px;margin-bottom:32px}.block__card-list{display:flex;flex-direction:column;gap:12px}.block__card-list-item{align-items:center;border:1px solid #f9fafb;color:#818698;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-style:Regular;font-weight:400;justify-content:space-between;letter-spacing:0;line-height:20px;padding:4px 16px;transition:all .5s ease}.block__card-list-item.active{background:#fff;border:1px solid #f0f4fd;border-radius:16px;color:#1758c1}.block__card-list-item p{width:calc(100% - 40px)}.block__card-icon{height:80px;margin-bottom:24px}@media screen and (max-width:767px){.block__card-icon{height:60px}}.faq__container{column-gap:24px;display:grid;grid-template-columns:1fr}.faq__container .faq__element:nth-of-type(odd){background:#f9fafb;padding:0 16px 12px}@media screen and (min-width:769px){.faq__container .faq__element:nth-of-type(odd){background:#f9fafb;padding:0 24px 12px}}.faq__container .block__card-subtitle{background:#f9fafb;border-radius:24px 24px 0 0;margin-bottom:0;padding:24px 24px 32px}@media screen and (min-width:769px){.faq__container .block__card-subtitle{padding:16px 16px 32px}.faq__container{grid-template-columns:353px 1fr}}.faq__element--hidden{display:none}.faq__element--hidden.active{display:block}@media screen and (min-width:769px){.faq__element--hidden.active{grid-column:2/3;grid-row:1/20}}.faq__element--last{border-radius:0 0 24px 24px;padding:0 16px 16px!important}@media screen and (min-width:769px){.faq__element--last{padding:0 24px 24px!important}}.faq__element--last.active{border-radius:0;padding:0 16px 12px!important}@media screen and (min-width:769px){.faq__element--last.active{border-radius:0 0 24px 24px;padding:0 24px 24px!important}}.faq__element .faq__button{padding:4px 16px}.faq__element.active .faq__button{background:#fff;border:1px solid #f0f4fd;border-radius:16px;color:#1758c1}.faq__content{background:#f9fafb}.faq__content:last-child{border-radius:0 0 24px 24px}@media screen and (min-width:769px){.faq__content:last-child{border-radius:0}.faq__content{background:#fff;padding:0}}.faq__content>div{background:#fff;border-radius:24px;margin:0 16px 12px;padding:12px}.faq__content>div.hidden{display:none}@media screen and (min-width:769px){.faq__content>div{border-radius:0;padding:0}}