:not(ymaps),
:not(ymaps):after,
:not(ymaps):before {
    box-sizing: border-box;
    position: relative;
}
html {
    height: 100%;
}
body {
    margin: 0;
    background-color: #fff;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
:focus {
    outline: 0;
}
blockquote,
dd,
dl,
figure,
p {
    margin: 0;
}
blockquote,
q {
    quotes: none;
}
ol,
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    font-weight: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}
audio,
video {
    display: block;
}
img {
    display: block;
    border: none;
}
iframe {
    border: none;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
abbr {
    border: none;
    text-decoration: none;
}
dfn {
    font-style: inherit;
}
mark {
    background-color: transparent;
    color: inherit;
}
small {
    font-size: inherit;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: inherit;
    line-height: 0;
}
sub {
    bottom: -0.25em;
    font-size: 0.8em;
}
sup {
    top: -0.4em;
    font-size: 0.8em;
}
button,
input,
optgroup,
select,
textarea {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-align: left;
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
    -webkit-appearance: none;
}
textarea {
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 0;
}
[type="number"] {
    -moz-appearance: textfield;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[type="search"] {
    outline: 0;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
fieldset {
    padding: 0;
    margin: 0;
    border: none;
}
legend {
    display: block;
    padding: 0;
    white-space: normal;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
::placeholder {
    color: inherit;
    opacity: 1;
    transition: opacity 0.3s;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
:-moz-placeholder {
    color: inherit;
    opacity: 1;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}
[hidden] {
    display: none;
}
._disabled,
.disabled,
:disabled {
    cursor: not-allowed;
}
::-ms-clear {
    display: none;
}
:-webkit-autofill {
    box-shadow: 0 0 100px #fff inset;
    -webkit-text-fill-color: currentColor;
}
:-webkit-autofill[data-focus-visible-added] {
    box-shadow: 0 0 100px #fff inset;
}
picture {
    display: block;
}
@media print {
    @page {
        margin: 1cm;
    }
    body {
        background: #fff;
        color: #000;
    }
    a,
    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }
    dl,
    ol,
    ul {
        page-break-before: avoid;
    }
}
@keyframes fadeEffect {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
:root {
    --vh: 1vh;
    --scrollbar-width: 0px;
    --dvh: 1vh;
}
html {
    font-size: 10px;
    scroll-behavior: smooth;
    scroll-padding-top: 6.8rem;
}
@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
html[data-no-effects] {
    scroll-behavior: auto;
}
@media (min-width: 768px) {
    [data-zoom="100"] html {
        scroll-padding-top: 9rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] html {
        scroll-padding-top: 10.6rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] html {
        scroll-padding-top: 13.8rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] html {
        scroll-padding-top: 13.8rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] html {
        scroll-padding-top: 13.8rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] html {
        scroll-padding-top: 13.8rem;
    }
}
html[data-zoom="125"] {
    font-size: 12.5px;
}
html[data-zoom="150"] {
    font-size: 15px;
}
html[data-zoom="175"] {
    font-size: 17.5px;
}
html[data-zoom="200"] {
    font-size: 20px;
}
html[data-images="2"] image,
html[data-images="2"] img,
html[data-images="2"] video {
    filter: grayscale(1);
}
html[data-images="3"] image,
html[data-images="3"] img,
html[data-images="3"] video {
    visibility: hidden;
}
.body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: #f2f4f7;
    color: #151619;
    font-family: EuclidCircularA, sans-serif;
    font-size: 10px;
    letter-spacing: normal;
    line-height: 1.2;
}
.body._overflow-hidden {
    overflow: hidden;
}
.body._padding-top {
    padding-top: 6.8rem;
}
@media (min-width: 768px) {
    [data-zoom="100"] .body._padding-top {
        padding-top: 9rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .body._padding-top {
        padding-top: 10.6rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .body._padding-top {
        padding-top: 13.8rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .body._padding-top {
        padding-top: 13.8rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .body._padding-top {
        padding-top: 13.8rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .body._padding-top {
        padding-top: 13.8rem;
    }
}
.body._bg-bright {
    background: #fff;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 320px) {
    [data-zoom="100"] .container {
        max-width: 100%;
    }
}
@media all and (min-width: 400px) {
    [data-zoom="125"] .container {
        max-width: 100%;
    }
}
@media all and (min-width: 480px) {
    [data-zoom="150"] .container {
        max-width: 100%;
    }
}
@media all and (min-width: 560px) {
    [data-zoom="175"] .container {
        max-width: 100%;
    }
}
@media all and (min-width: 640px) {
    [data-zoom="200"] .container {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    [data-zoom="100"] .container {
        max-width: 100%;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .container {
        max-width: 100%;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .container {
        max-width: 1920px;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .container {
        max-width: 1920px;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .container {
        max-width: 1920px;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .container {
        max-width: 1920px;
    }
}
@media (min-width: 320px) {
    [data-zoom="100"] .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media all and (min-width: 400px) {
    [data-zoom="125"] .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media all and (min-width: 480px) {
    [data-zoom="150"] .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media all and (min-width: 560px) {
    [data-zoom="175"] .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media all and (min-width: 640px) {
    [data-zoom="200"] .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 768px) {
    [data-zoom="100"] .container {
        padding-right: 32px;
        padding-left: 32px;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .container {
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .container {
        padding-right: 140px;
        padding-left: 140px;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .container {
        padding-right: 140px;
        padding-left: 140px;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .container {
        padding-right: 140px;
        padding-left: 140px;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .container {
        padding-right: 140px;
        padding-left: 140px;
    }
}
@media (min-width: 320px) and (max-width: 767.98px) {
    [data-zoom="100"] .container.sm-full {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media all and (min-width: 400px) and (max-width: 959.975px) {
    [data-zoom="125"] .container.sm-full {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media all and (min-width: 480px) and (max-width: 1151.97px) {
    [data-zoom="150"] .container.sm-full {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media all and (min-width: 560px) and (max-width: 1343.965px) {
    [data-zoom="175"] .container.sm-full {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media all and (min-width: 640px) and (max-width: 1535.96px) {
    [data-zoom="200"] .container.sm-full {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
    [data-zoom="100"] .container.md-full {
        margin-right: -32px;
        margin-left: -32px;
    }
}
@media (min-width: 1280px) and (max-width: 1919.98px) {
    [data-zoom="100"] .container.lg-full {
        margin-right: -40px;
        margin-left: -40px;
    }
}
@media all and (min-width: 1600px) and (max-width: 2399.975px) {
    [data-zoom="125"] .container.lg-full {
        margin-right: -40px;
        margin-left: -40px;
    }
}
@media all and (min-width: 1920px) and (max-width: 2879.97px) {
    [data-zoom="150"] .container.lg-full {
        margin-right: -40px;
        margin-left: -40px;
    }
}
@media all and (min-width: 2240px) and (max-width: 3359.965px) {
    [data-zoom="175"] .container.lg-full {
        margin-right: -40px;
        margin-left: -40px;
    }
}
@media all and (min-width: 2560px) and (max-width: 3839.96px) {
    [data-zoom="200"] .container.lg-full {
        margin-right: -40px;
        margin-left: -40px;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .container.xl-full {
        margin-right: -140px;
        margin-left: -140px;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .container.xl-full {
        margin-right: -140px;
        margin-left: -140px;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .container.xl-full {
        margin-right: -140px;
        margin-left: -140px;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .container.xl-full {
        margin-right: -140px;
        margin-left: -140px;
    }
}
.container._px-0 {
    padding-left: 0;
    padding-right: 0;
}
.hidden {
    display: none !important;
}
@media (min-width: 768px) {
    [data-zoom="100"] .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .hidden-lg {
        display: none !important;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .hidden-xl {
        display: none !important;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .hidden-xl {
        display: none !important;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .hidden-xl {
        display: none !important;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .hidden-xl {
        display: none !important;
    }
}
@media (max-width: 767.98px) {
    [data-zoom="100"] .visible-md {
        display: none !important;
    }
}
@media (max-width: 1279.98px) {
    [data-zoom="100"] .visible-lg {
        display: none !important;
    }
}
@media (max-width: 1919.98px) {
    [data-zoom="100"] .visible-xl {
        display: none !important;
    }
}
@media all and (max-width: 2399.975px) {
    [data-zoom="125"] .visible-xl {
        display: none !important;
    }
}
@media all and (max-width: 2879.97px) {
    [data-zoom="150"] .visible-xl {
        display: none !important;
    }
}
@media all and (max-width: 3359.965px) {
    [data-zoom="175"] .visible-xl {
        display: none !important;
    }
}
@media all and (max-width: 3839.96px) {
    [data-zoom="200"] .visible-xl {
        display: none !important;
    }
}
.text-nowrap {
    white-space: nowrap;
}
.text-muted {
    color: #17171780;
}
.text-uppercase {
    text-transform: uppercase;
}
.link,
a {
    cursor: pointer;
}
strong {
    font-weight: 700;
}
::-webkit-input-placeholder {
    color: #17171780;
}
:-moz-placeholder {
    color: #17171780;
}
::-moz-placeholder {
    color: #17171780;
}
:-ms-input-placeholder {
    color: #17171780;
}
.necessaty_fields {
    display: none !important;
}
.fancybox-navigation,
.fancybox__nav {
    position: static;
}
.contain-pic,
.cover-pic {
    width: 100%;
    height: 100%;
}
.cover-pic {
    object-fit: cover;
    object-position: top center;
}
.contain-pic {
    object-fit: contain;
}
.svgsprite {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.screen-reader-only {
    position: fixed !important;
    top: auto;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}
a[href^="mailto:"] {
    overflow-wrap: anywhere;
}
.js-hidden-input {
    display: none;
}
._my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
._mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.js-custom-link {
    cursor: pointer;
}
.link-hover {
    text-decoration: none;
}
.link-hover {
    transition-property: color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
    .link-hover:hover {
        color: #0e3db8 !important;
    }
}
@supports selector(: focus-visible) {
    body:not(._use-mouse) .link-hover:focus-visible {
        color: #0e3db8 !important;
    }
    body:not(._use-mouse) .link-hover:focus-visible:not(input):not(textarea),
    body:not(._use-mouse) .link-hover:focus-visible[type="checkbox"] + label,
    body:not(._use-mouse) .link-hover:focus-visible[type="radio"] + label {
        outline-offset: 0.2rem;
        outline: black auto;
    }
}
@supports not selector(: focus-visible) {
    body:not(._use-mouse) .link-hover[data-focus-visible-added] {
        color: #0e3db8 !important;
    }
    body:not(._use-mouse) .link-hover[data-focus-visible-added]:not(input):not(textarea),
    body:not(._use-mouse) .link-hover[data-focus-visible-added][type="checkbox"] + label,
    body:not(._use-mouse) .link-hover[data-focus-visible-added][type="radio"] + label {
        outline-offset: 0.2rem;
        outline: black auto;
    }
}
.link-hover:active {
    color: #0e3db8 !important;
}
.link-hover._disabled,
.link-hover:disabled {
    color: #171717 !important;
    opacity: 0.4;
}
.link-violet {
    color: #664ab1;
    text-decoration: none;
}
.link-violet {
    transition-property: color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
    .link-violet:hover {
        color: #513b7a !important;
    }
}
@supports selector(: focus-visible) {
    body:not(._use-mouse) .link-violet:focus-visible {
        color: #513b7a !important;
    }
    body:not(._use-mouse) .link-violet:focus-visible:not(input):not(textarea),
    body:not(._use-mouse) .link-violet:focus-visible[type="checkbox"] + label,
    body:not(._use-mouse) .link-violet:focus-visible[type="radio"] + label {
        outline-offset: 0.2rem;
        outline: black auto;
    }
}
@supports not selector(: focus-visible) {
    body:not(._use-mouse) .link-violet[data-focus-visible-added] {
        color: #513b7a !important;
    }
    body:not(._use-mouse) .link-violet[data-focus-visible-added]:not(input):not(textarea),
    body:not(._use-mouse) .link-violet[data-focus-visible-added][type="checkbox"] + label,
    body:not(._use-mouse) .link-violet[data-focus-visible-added][type="radio"] + label {
        outline-offset: 0.2rem;
        outline: black auto;
    }
}
.link-violet:active {
    color: #513b7a !important;
}
.link-violet._disabled,
.link-violet:disabled {
    color: #171717 !important;
    opacity: 0.4;
}
.body._menu-opened {
    overflow: hidden;
}
.startups-hero {
    position: relative;
    background-color: #917aba;
    overflow: hidden;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-hero ._mobile-break {
        display: none;
    }
}
.startups-hero > * {
    z-index: 1;
}
.startups-hero__inner {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-hero__inner {
        flex-direction: row;
    }
}
.startups-hero__left {
    flex: 1;
    padding: 4.2rem 0;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-hero__left {
        padding: 6rem 0;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-hero__left {
        padding: 9.6rem 4rem 10rem 0;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-hero__left {
        padding: 13rem 14rem 14rem 0;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-hero__left {
        padding: 13rem 14rem 14rem 0;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-hero__left {
        padding: 13rem 14rem 14rem 0;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-hero__left {
        padding: 13rem 14rem 14rem 0;
    }
}
.startups-hero__title {
    color: #fff;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-hero__title {
        width: 50rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-hero__title {
        width: min(100%, 90rem);
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-hero__title {
        width: 81.6rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-hero__title {
        width: 81.6rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-hero__title {
        width: 81.6rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-hero__title {
        width: 81.6rem;
    }
}
.startups-hero__title span {
    color: #fff9;
}
.startups-hero__description {
    width: 95%;
    margin-top: 2.2rem;
    color: #fff9;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-hero__description {
        margin-top: 3.6rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-hero__description {
        margin-top: 4.6rem;
        width: min(65%, 58.2rem);
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-hero__description {
        margin-top: 6.4rem;
        width: 58rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-hero__description {
        margin-top: 6.4rem;
        width: 58rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-hero__description {
        margin-top: 6.4rem;
        width: 58rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-hero__description {
        margin-top: 6.4rem;
        width: 58rem;
    }
}
.startups-hero__button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 3.8rem;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-hero__button {
        width: fit-content;
        min-width: 31.6rem;
        margin-top: 6rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-hero__button {
        margin-top: 7.4rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-hero__button {
        width: fit-content;
        min-width: 42rem;
        margin-top: 9.6rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-hero__button {
        width: fit-content;
        min-width: 42rem;
        margin-top: 9.6rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-hero__button {
        width: fit-content;
        min-width: 42rem;
        margin-top: 9.6rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-hero__button {
        width: fit-content;
        min-width: 42rem;
        margin-top: 9.6rem;
    }
}
.startups-hero__right {
    --left-padding-compensation: -2rem;
    --right-padding-compensation: -2rem;
    position: relative;
    margin-left: var(--left-padding-compensation);
    margin-right: var(--right-padding-compensation);
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-hero__right {
        --left-padding-compensation: -3.2rem;
        --right-padding-compensation: -3.2rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-hero__right {
        --left-padding-compensation: 0;
        --right-padding-compensation: -4rem;
        flex-shrink: 0;
        width: 42.15%;
        min-width: 54rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-hero__right {
        --right-padding-compensation: auto;
        width: 100%;
        max-width: 82.4rem;
    }
    [data-zoom="100"] .startups-hero__right-image {
        height: 100%;
    }
    [data-zoom="100"] .startups-hero__right-image-inner {
        height: inherit;
    }
    [data-zoom="100"] .startups-hero__right-image-inner picture {
        height: inherit;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-hero__right {
        --right-padding-compensation: auto;
        width: 100%;
        max-width: 82.4rem;
    }
    [data-zoom="150"] .startups-hero__right-image {
        height: 100%;
    }
    [data-zoom="150"] .startups-hero__right-image-inner {
        height: inherit;
    }
    [data-zoom="150"] .startups-hero__right-image-inner picture {
        height: inherit;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-hero__right {
        --right-padding-compensation: auto;
        width: 100%;
        max-width: 82.4rem;
    }
    [data-zoom="175"] .startups-hero__right-image {
        height: 100%;
    }
    [data-zoom="175"] .startups-hero__right-image-inner {
        height: inherit;
    }
    [data-zoom="175"] .startups-hero__right-image-inner picture {
        height: inherit;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-hero__right {
        --right-padding-compensation: auto;
        width: 100%;
        max-width: 82.4rem;
    }
    [data-zoom="200"] .startups-hero__right-image {
        height: 100%;
    }
    [data-zoom="200"] .startups-hero__right-image-inner {
        height: inherit;
    }
    [data-zoom="200"] .startups-hero__right-image-inner picture {
        height: inherit;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-hero__right-image,
    [data-zoom="100"] .startups-hero__right-image-inner {
        height: 100%;
    }
    [data-zoom="100"] .startups-hero__right-image-inner picture {
        height: 100%;
    }
}
.startups-hero__right-image-inner img {
    width: 100%;
    max-height: 37.6rem;
    height: auto;
    object-fit: cover;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-hero__right-image-inner img {
        max-height: 56.8rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-hero__right-image-inner img {
        height: 100%;
        max-height: none;
    }
}
.startups-hero__runner-line {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.startups-hero__bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.startups-hero__bg-image-inner {
    width: 100%;
    height: 100%;
}
.startups-hero__bg-image-inner img {
    display: none;
    width: 100%;
    gap: 100%;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-hero__bg-image-inner img {
        display: block;
        height: 46rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-hero__bg-image-inner img {
        height: 62rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-hero__bg-image-inner img {
        height: 96rem;
    }
}
.startups-features {
    counter-reset: startups-features 0;
}
.startups-features-item {
    --startups-features-item-bg-color: #fff;
    --startups-features-item-title-color: #151619;
    --startups-features-item-description-color: #6e6f72;
    --startups-features-item-number-bg-color: #917aba;
    --startups-features-item-number-color: #fff;
    background-color: var(--startups-features-item-bg-color);
    counter-increment: startups-features;
}
.startups-features-item._variant {
    --startups-features-item-bg-color: #1f2026;
    --startups-features-item-title-color: #fff;
    --startups-features-item-description-color: rgba(255, 255, 255, 0.6);
}
.startups-features-item._violet {
    --startups-features-item-bg-color: #917aba;
    --startups-features-item-title-color: #fff;
    --startups-features-item-description-color: rgba(255, 255, 255, 0.6);
    --startups-features-item-number-bg-color: #151619;
    --startups-features-item-number-color: #fff;
}
.startups-features-item._violet .btn-common {
    background: #ffffff1f;
}
@media (hover: hover) and (pointer: fine) {
    .startups-features-item._violet .btn-common:hover {
        background-color: #ffffff3b;
    }
}
.startups-features-item._violet .btn-common:active {
    background-color: #ffffff3b;
}
@supports selector(: focus-visible) {
    body:not(._use-mouse) .startups-features-item._violet .btn-common:focus-visible {
        background-color: #ffffff3b;
    }
    body:not(._use-mouse) .startups-features-item._violet .btn-common:focus-visible:not(input):not(textarea),
    body:not(._use-mouse) .startups-features-item._violet .btn-common:focus-visible[type="checkbox"] + label,
    body:not(._use-mouse) .startups-features-item._violet .btn-common:focus-visible[type="radio"] + label {
        outline-offset: 0.2rem;
        outline: black auto;
    }
}
@supports not selector(: focus-visible) {
    body:not(._use-mouse) .startups-features-item._violet .btn-common[data-focus-visible-added] {
        background-color: #ffffff3b;
    }
    body:not(._use-mouse) .startups-features-item._violet .btn-common[data-focus-visible-added]:not(input):not(textarea),
    body:not(._use-mouse) .startups-features-item._violet .btn-common[data-focus-visible-added][type="checkbox"] + label,
    body:not(._use-mouse) .startups-features-item._violet .btn-common[data-focus-visible-added][type="radio"] + label {
        outline-offset: 0.2rem;
        outline: black auto;
    }
}
.startups-features-item__inner {
    display: flex;
    flex-wrap: wrap;
}
.startups-features-item__number {
    --number-cut-border-value: 0.8rem;
    --number-offset: 0.5rem;
    transform: translateY(var(--number-offset));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
    background-color: var(--startups-features-item-number-bg-color);
    clip-path: polygon(
        0 0px,
        0px 0,
        calc(100% - var(--number-cut-border-value)) 0,
        100% var(--number-cut-border-value),
        100% calc(100% + -0px),
        calc(100% + -0px) 100%,
        var(--number-cut-border-value) 100%,
        0 calc(100% - var(--number-cut-border-value))
    );
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-features-item__number {
        --number-offset: 0.6rem;
        width: 3.6rem;
        height: 3.6rem;
        font-size: 1.8rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-features-item__number {
        --number-offset: 0.8rem;
        width: 3.8rem;
        height: 3.8rem;
        font-size: 2rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-features-item__number {
        --number-cut-border-value: 1.2rem;
        --number-offset: 1rem;
        width: 5.3rem;
        height: 5.3rem;
        font-size: 2.6rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-features-item__number {
        --number-cut-border-value: 1.2rem;
        --number-offset: 1rem;
        width: 5.3rem;
        height: 5.3rem;
        font-size: 2.6rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-features-item__number {
        --number-cut-border-value: 1.2rem;
        --number-offset: 1rem;
        width: 5.3rem;
        height: 5.3rem;
        font-size: 2.6rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-features-item__number {
        --number-cut-border-value: 1.2rem;
        --number-offset: 1rem;
        width: 5.3rem;
        height: 5.3rem;
        font-size: 2.6rem;
    }
}
.startups-features-item__number:before {
    content: counter(startups-features);
    line-height: 1;
    color: var(--startups-features-item-number-color);
}
.startups-features-item__title {
    flex: 1;
    margin-left: 2rem;
    color: var(--startups-features-item-title-color);
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-features-item__title {
        max-width: 41rem;
        margin-left: 3.2rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-features-item__title {
        margin-left: 4.6rem;
        margin-right: 4.6rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-features-item__title {
        max-width: 56rem;
        margin-left: 6.4rem;
        margin-right: 6.4rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-features-item__title {
        max-width: 56rem;
        margin-left: 6.4rem;
        margin-right: 6.4rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-features-item__title {
        max-width: 56rem;
        margin-left: 6.4rem;
        margin-right: 6.4rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-features-item__title {
        max-width: 56rem;
        margin-left: 6.4rem;
        margin-right: 6.4rem;
    }
}
.startups-features-item__right {
    margin-left: auto;
    width: 100%;
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-features-item__right {
        max-width: 56rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-features-item__right {
        max-width: 56rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-features-item__right {
        max-width: 56rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-features-item__right {
        max-width: 56rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-features-item__right {
        max-width: 56rem;
    }
}
.startups-features-item__description {
    flex: 1 0 100%;
    width: 100%;
    margin-top: 2.2rem;
    color: var(--startups-features-item-description-color);
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-features-item__description {
        margin-top: 2.4rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-features-item__description {
        margin-top: 0;
        margin-right: 9rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-features-item__description {
        margin-right: 12.4rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-features-item__description {
        margin-right: 12.4rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-features-item__description {
        margin-right: 12.4rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-features-item__description {
        margin-right: 12.4rem;
    }
}
.startups-features-item__link {
    width: 100%;
    margin-top: 2rem;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-features-item__link {
        max-width: 31.6rem;
        margin-top: 2.2rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-features-item__link {
        margin-top: 2.6rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-features-item__link {
        max-width: 42rem;
        margin-top: 3.6rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-features-item__link {
        max-width: 42rem;
        margin-top: 3.6rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-features-item__link {
        max-width: 42rem;
        margin-top: 3.6rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-features-item__link {
        max-width: 42rem;
        margin-top: 3.6rem;
    }
}
.startups-achievements ._mobile-break {
    display: none;
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-achievements ._mobile-break {
        display: block;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-achievements ._mobile-break {
        display: block;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-achievements ._mobile-break {
        display: block;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-achievements ._mobile-break {
        display: block;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-achievements__inner {
        display: flex;
        justify-content: space-between;
        gap: 60px;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-achievements__left {
        /* width: 46.8rem; */
        width: 60rem;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        justify-content: flex-start;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-achievements__left {
        /* width: 64.8rem; */
        width: 75rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-achievements__left {
        width: 64.8rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-achievements__left {
        width: 64.8rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-achievements__left {
        width: 64.8rem;
    }
}
.startups-achievements__title > span {
    color: #664ab1;
}
.startups-achievements__description {
    width: 100%;
    margin-top: 1.6rem;
    color: #6e6f72;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-achievements__description {
        margin-top: 3.6rem;
    }
}
.startups-achievements__right {
    margin-top: 3.2rem;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-achievements__right {
        margin-top: 3.6rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-achievements__right {
        /* width: 50rem; */
        width: 80rem;
        min-width: 44rem;
        margin-top: 0;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-achievements__right {
        /* width: 68.4rem; */
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-achievements__right {
        width: 68.4rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-achievements__right {
        width: 68.4rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-achievements__right {
        width: 68.4rem;
    }
}
.startups-achievements__list {
    display: grid;
    align-items: stretch;
    gap: 1.2rem;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-achievements__list {
        gap: 1.6rem;
        grid-template-columns: repeat(2, minmax(150px, 1fr));
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-achievements__list {
        gap: 2rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-achievements__list {
        gap: 2.8rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-achievements__list {
        gap: 2.8rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-achievements__list {
        gap: 2.8rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-achievements__list {
        gap: 2.8rem;
    }
}
.startups-achievements__bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}
.startups-achievements__bg-image,
.startups-achievements__bg-image-inner {
    -webkit-mask-image: linear-gradient(to top, #0000, #fff);
    mask-image: linear-gradient(to top, #0000, #fff);
}
.startups-achievements__bg-image-inner img {
    width: 100%;
    height: auto;
}
.startups-achievements-item {
    --cut-border-value: 3.2rem;
    --pin-size: 1rem;
    --pin-inset: 3.4rem auto auto 2rem;
    width: 100%;
    height: 100%;
    padding: 1.6rem 2rem 1.6rem 4.6rem;
    background-color: #fff;
    clip-path: polygon(0 0px, 0px 0, calc(100% - var(--cut-border-value)) 0, 100% var(--cut-border-value), 100% calc(100% + -0px), calc(100% + -0px) 100%, 0px 100%, 0 calc(100% + -0px));
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-achievements-item {
        --pin-size: 1rem;
        --pin-inset: 3.8rem auto auto 2rem;
        padding: 1.6rem 2.2rem 1.6rem 4.6rem;
        font-size: 5rem;
        letter-spacing: -0.2rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-achievements-item {
        --cut-border-value: 3.6rem;
        --pin-size: 1.2rem;
        --pin-inset: 4.6rem auto auto 2.4rem;
        padding: 2rem 2.6rem 2rem 5.2rem;
        font-size: 6.2rem;
        letter-spacing: -0.248rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-achievements-item {
        --cut-border-value: 5rem;
        --pin-size: 1.6rem;
        --pin-inset: 6.3rem auto auto 3.2rem;
        padding: 2.8rem 3.6rem 2.8rem 7.2rem;
        font-size: 8.6rem;
        letter-spacing: -0.344rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-achievements-item {
        --cut-border-value: 5rem;
        --pin-size: 1.6rem;
        --pin-inset: 6.3rem auto auto 3.2rem;
        padding: 2.8rem 3.6rem 2.8rem 7.2rem;
        font-size: 8.6rem;
        letter-spacing: -0.344rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-achievements-item {
        --cut-border-value: 5rem;
        --pin-size: 1.6rem;
        --pin-inset: 6.3rem auto auto 3.2rem;
        padding: 2.8rem 3.6rem 2.8rem 7.2rem;
        font-size: 8.6rem;
        letter-spacing: -0.344rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-achievements-item {
        --cut-border-value: 5rem;
        --pin-size: 1.6rem;
        --pin-inset: 6.3rem auto auto 3.2rem;
        padding: 2.8rem 3.6rem 2.8rem 7.2rem;
        font-size: 8.6rem;
        letter-spacing: -0.344rem;
    }
}
.startups-achievements-item:before {
    content: "";
    position: absolute;
    inset: var(--pin-inset);
    width: var(--pin-size);
    height: var(--pin-size);
    border: calc(var(--pin-size) / 2) solid transparent;
    border-top-color: #f18261;
    border-right-color: #f18261;
}
.startups-achievements-item__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.startups-achievements-item__title {
    display: flex;
    align-items: flex-start;
    font-size: 4.6rem;
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.04em;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-achievements-item__title {
        font-size: 5rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-achievements-item__title {
        font-size: 6.2rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-achievements-item__title {
        font-size: 8.6rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-achievements-item__title {
        font-size: 8.6rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-achievements-item__title {
        font-size: 8.6rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-achievements-item__title {
        font-size: 8.6rem;
    }
}
.startups-achievements-item__small-text {
    margin-left: 0.6rem;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.04em;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-achievements-item__small-text {
        font-size: 2.6rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-achievements-item__small-text {
        font-size: 3rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-achievements-item__small-text {
        margin-left: 0.8rem;
        font-size: 4.2rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-achievements-item__small-text {
        margin-left: 0.8rem;
        font-size: 4.2rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-achievements-item__small-text {
        margin-left: 0.8rem;
        font-size: 4.2rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-achievements-item__small-text {
        margin-left: 0.8rem;
        font-size: 4.2rem;
    }
}
.startups-achievements-item__description {
    display: block;
    margin-top: 1.2rem;
    color: #6e6f72;
}
.startups-support {
    background-color: #1f2026;
}
.startups-support__caption {
    padding-bottom: 1.2rem;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.12);
    color: #fff6;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-support__caption {
        padding-bottom: 1.6rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-support__caption {
        padding-bottom: 2rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-support__caption {
        padding-bottom: 2.8rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-support__caption {
        padding-bottom: 2.8rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-support__caption {
        padding-bottom: 2.8rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-support__caption {
        padding-bottom: 2.8rem;
    }
}
.startups-support__header {
    margin-top: 2.8rem;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-support__header {
        margin-top: 3.6rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-support__header {
        display: grid;
        margin-top: 4.6rem;
        gap: 3.6rem 4rem;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "title desc" "title button";
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-support__header {
        gap: 4.6rem 5.6rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-support__header {
        gap: 4.6rem 5.6rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-support__header {
        gap: 4.6rem 5.6rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-support__header {
        gap: 4.6rem 5.6rem;
    }
}
.startups-support__title {
    grid-area: title;
    color: #fff;
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-support__title {
        width: min-content;
    }
}
.startups-support__description {
    grid-area: desc;
    margin-top: 2.2rem;
    color: #fff9;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-support__description {
        margin-top: 2.8rem;
        max-width: 64.8rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-support__description {
        margin-top: 0;
        max-width: 100%;
    }
}
.startups-support__button {
    grid-area: button;
    width: 100%;
    margin-top: 2.2rem;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-support__button {
        width: fit-content;
        min-width: 31.6rem;
        margin-top: 2.8rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-support__button {
        margin-top: 0;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-support__button {
        width: fit-content;
        min-width: 42rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-support__button {
        width: fit-content;
        min-width: 42rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-support__button {
        width: fit-content;
        min-width: 42rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-support__button {
        width: fit-content;
        min-width: 42rem;
    }
}
.startups-support__list {
    display: grid;
    margin-top: 3.2rem;
    gap: 3.2rem;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-support__list {
        margin-top: 6rem;
    }
}
@media screen and (min-width: 896px) {
    .startups-support__list {
        margin-top: 7.4rem;
        gap: 4rem;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-support__list {
        margin-top: 10rem;
        gap: 5.6rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-support__list {
        margin-top: 10rem;
        gap: 5.6rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-support__list {
        margin-top: 10rem;
        gap: 5.6rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-support__list {
        margin-top: 10rem;
        gap: 5.6rem;
    }
}
.startups-support__list-item {
    display: flex;
}
.startups-support-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1.1636363636;
}
@supports not (aspect-ratio: 1.1636363636) {
    .startups-support-item:before {
        content: "";
        float: left;
        padding-top: 85.9375%;
    }
    .startups-support-item:after {
        content: "";
        display: block;
        clear: both;
    }
}
.startups-support-item {
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-support-item {
        aspect-ratio: 1.1655629139;
    }
    @supports not (aspect-ratio: 1.1655629139) {
        [data-zoom="100"] .startups-support-item:before {
            content: "";
            float: left;
            padding-top: calc(604 / 704 * 100%);
        }
        [data-zoom="100"] .startups-support-item:after {
            content: "";
            display: block;
            clear: both;
        }
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-support-item {
        aspect-ratio: 1.1646586345;
    }
    @supports not (aspect-ratio: 1.1646586345) {
        [data-zoom="100"] .startups-support-item:before {
            content: "";
            float: left;
            padding-top: calc(498 / 580 * 100%);
        }
        [data-zoom="100"] .startups-support-item:after {
            content: "";
            display: block;
            clear: both;
        }
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-support-item {
        aspect-ratio: 1.1647058824;
    }
    @supports not (aspect-ratio: 1.1647058824) {
        [data-zoom="100"] .startups-support-item:before {
            content: "";
            float: left;
            padding-top: calc(680 / 792 * 100%);
        }
        [data-zoom="100"] .startups-support-item:after {
            content: "";
            display: block;
            clear: both;
        }
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-support-item {
        aspect-ratio: 1.1647058824;
    }
    @supports not (aspect-ratio: 1.1647058824) {
        [data-zoom="150"] .startups-support-item:before {
            content: "";
            float: left;
            padding-top: calc(680 / 792 * 100%);
        }
        [data-zoom="150"] .startups-support-item:after {
            content: "";
            display: block;
            clear: both;
        }
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-support-item {
        aspect-ratio: 1.1647058824;
    }
    @supports not (aspect-ratio: 1.1647058824) {
        [data-zoom="175"] .startups-support-item:before {
            content: "";
            float: left;
            padding-top: calc(680 / 792 * 100%);
        }
        [data-zoom="175"] .startups-support-item:after {
            content: "";
            display: block;
            clear: both;
        }
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-support-item {
        aspect-ratio: 1.1647058824;
    }
    @supports not (aspect-ratio: 1.1647058824) {
        [data-zoom="200"] .startups-support-item:before {
            content: "";
            float: left;
            padding-top: calc(680 / 792 * 100%);
        }
        [data-zoom="200"] .startups-support-item:after {
            content: "";
            display: block;
            clear: both;
        }
    }
}
@media (hover: hover) and (pointer: fine) {
    .startups-support-item:hover .startups-support-item__image-inner img {
        transform: scale(1.1);
        transition-duration: 2s;
    }
}
.startups-support-item:active .startups-support-item__image-inner img {
    transform: scale(1.1);
    transition-duration: 2s;
}
@supports selector(: focus-visible) {
    body:not(._use-mouse) .startups-support-item:focus-visible .startups-support-item__image-inner img {
        transform: scale(1.1);
        transition-duration: 2s;
    }
    body:not(._use-mouse) .startups-support-item:focus-visible:not(input):not(textarea),
    body:not(._use-mouse) .startups-support-item:focus-visible[type="checkbox"] + label,
    body:not(._use-mouse) .startups-support-item:focus-visible[type="radio"] + label {
        outline-offset: 0.2rem;
        outline: black auto;
    }
}
@supports not selector(: focus-visible) {
    body:not(._use-mouse) .startups-support-item[data-focus-visible-added] .startups-support-item__image-inner img {
        transform: scale(1.1);
        transition-duration: 2s;
    }
    body:not(._use-mouse) .startups-support-item[data-focus-visible-added]:not(input):not(textarea),
    body:not(._use-mouse) .startups-support-item[data-focus-visible-added][type="checkbox"] + label,
    body:not(._use-mouse) .startups-support-item[data-focus-visible-added][type="radio"] + label {
        outline-offset: 0.2rem;
        outline: black auto;
    }
}
.startups-support-item__tag {
    position: absolute;
    inset: 1.6rem auto auto 1.6rem;
    z-index: 1;
}
.startups-support-item__image {
    overflow: hidden;
}
.startups-support-item__image-inner img {
    width: 100%;
    height: 100%;
    transition: transform ease-in-out 1s;
}
.startups-support-item__content {
    margin-top: 2rem;
}
.startups-support-item__content:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    content: "";
    display: none;
    -webkit-mask-image: linear-gradient(to top, #000, #000 40%, #0000);
    mask-image: linear-gradient(to top, #000, #000 40%, #0000);
    -webkit-backdrop-filter: blur(1.2rem) brightness(0.6) contrast(1.2);
    backdrop-filter: blur(1.2rem) brightness(0.6) contrast(1.2);
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-support-item__content:before {
        display: block;
    }
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-support-item__content {
        position: absolute;
        inset: auto 0 0;
        display: flex;
        flex-direction: column;
        justify-content: end;
        height: 40%;
        padding: 0 3.2rem 3.2rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-support-item__content {
        padding: 0 4.2rem 4.2rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-support-item__content {
        padding: 0 4.2rem 4.2rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-support-item__content {
        padding: 0 4.2rem 4.2rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-support-item__content {
        padding: 0 4.2rem 4.2rem;
    }
}
.startups-support-item__content > * + * {
    margin-top: 0.6rem;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-support-item__content > * + * {
        margin-top: 0.8rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-support-item__content > * + * {
        margin-top: 1.2rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-support-item__content > * + * {
        margin-top: 1.6rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-support-item__content > * + * {
        margin-top: 1.6rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-support-item__content > * + * {
        margin-top: 1.6rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-support-item__content > * + * {
        margin-top: 1.6rem;
    }
}
.startups-support-item__title {
    color: #fff;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-support-item__title {
        max-width: 36.5rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-support-item__title {
        width: 60%;
        max-width: 100%;
    }
}
.startups-support-item__description {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #fff9;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-support-item__description {
        max-width: 36.5rem;
        font-size: 1.6rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-support-item__description {
        width: 70%;
        max-width: 100%;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-support-item__description {
        font-size: 2rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-support-item__description {
        font-size: 2rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-support-item__description {
        font-size: 2rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-support-item__description {
        font-size: 2rem;
    }
}
.startups-team {
    overflow: hidden;
    background-color: #262c47;
}
.startups-team__inner > * + * {
    margin-top: 2.8em;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-team__inner > * + * {
        margin-top: 3.6rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-team__inner > * + * {
        margin-top: 4.6rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-team__inner > * + * {
        margin-top: 6.4rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-team__inner > * + * {
        margin-top: 6.4rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-team__inner > * + * {
        margin-top: 6.4rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-team__inner > * + * {
        margin-top: 6.4rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-team__header {
        display: grid;
        gap: 3.6rem 4rem;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-team__header {
        gap: 4.6rem 5.6rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-team__header {
        gap: 4.6rem 5.6rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-team__header {
        gap: 4.6rem 5.6rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-team__header {
        gap: 4.6rem 5.6rem;
    }
}
.startups-team__title {
    color: #fff;
}
.startups-team__title > ._transparent {
    color: #fff6;
}
.startups-team__description {
    margin-top: 2rem;
    color: #fff9;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-team__description {
        margin-top: 1.8rem;
        max-width: 64.8rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-team__description {
        margin-top: 0;
        max-width: 100%;
    }
}
.startups-team__swiper {
    --left-padding-compensation: -2rem;
    --right-padding-compensation: -2rem;
    display: flex;
    margin-left: var(--left-padding-compensation);
    margin-right: var(--right-padding-compensation);
    padding-left: calc(var(--left-padding-compensation) * -1);
    padding-right: calc(var(--right-padding-compensation) * -1);
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-team__swiper {
        --left-padding-compensation: -3.2rem;
        --right-padding-compensation: -3.2rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-team__swiper {
        --left-padding-compensation: 0;
        --right-padding-compensation: 0;
    }
}
.startups-team__button {
    width: 100%;
}
.startups-cases {
    background-color: #fff;
}
.startups-cases__caption {
    padding-bottom: 1.2rem;
    border-bottom: 0.1rem solid rgba(21, 22, 25, 0.1);
    color: #15161999;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-cases__caption {
        padding-bottom: 1.6rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-cases__caption {
        padding-bottom: 2rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-cases__caption {
        padding-bottom: 2.8rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-cases__caption {
        padding-bottom: 2.8rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-cases__caption {
        padding-bottom: 2.8rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-cases__caption {
        padding-bottom: 2.8rem;
    }
}
.startups-cases__title {
    margin-top: 2.8rem;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-cases__title {
        margin-top: 3.6rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-cases__title {
        margin-top: 4.6rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-cases__title {
        margin-top: 6.4rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-cases__title {
        margin-top: 6.4rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-cases__title {
        margin-top: 6.4rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-cases__title {
        margin-top: 6.4rem;
    }
}
.startups-cases__list {
    display: grid;
    margin-top: 3.2rem;
    gap: 3.2rem;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-cases__list {
        margin-top: 4.2rem;
    }
}
@media screen and (min-width: 896px) {
    .startups-cases__list {
        flex-direction: row;
        margin-top: 5.2rem;
        gap: 4rem;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-cases__list {
        margin-top: 8rem;
        gap: 5.6rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-cases__list {
        margin-top: 8rem;
        gap: 5.6rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-cases__list {
        margin-top: 8rem;
        gap: 5.6rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-cases__list {
        margin-top: 8rem;
        gap: 5.6rem;
    }
}
.startups-cases__button {
    grid-area: button;
    width: 100%;
    margin-top: 2.8rem;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-cases__button {
        margin-top: 3.6rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-cases__button {
        margin-top: 4.6rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-cases__button {
        margin-top: 6.4rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-cases__button {
        margin-top: 6.4rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-cases__button {
        margin-top: 6.4rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-cases__button {
        margin-top: 6.4rem;
    }
}
.startups-cases-item {
    position: relative;
}
.startups-cases-item {
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
    .startups-cases-item:hover .startups-cases-item__title {
        color: #664ab1;
    }
    .startups-cases-item:hover .startups-cases-item__image-inner img {
        transform: scale(1.1);
        transition-duration: 2s;
    }
}
.startups-cases-item:active .startups-cases-item__title {
    color: #664ab1;
}
.startups-cases-item:active .startups-cases-item__image-inner img {
    transform: scale(1.1);
    transition-duration: 2s;
}
@supports selector(: focus-visible) {
    body:not(._use-mouse) .startups-cases-item:focus-visible .startups-cases-item__title {
        color: #664ab1;
    }
    body:not(._use-mouse) .startups-cases-item:focus-visible .startups-cases-item__image-inner img {
        transform: scale(1.1);
        transition-duration: 2s;
    }
    body:not(._use-mouse) .startups-cases-item:focus-visible:not(input):not(textarea),
    body:not(._use-mouse) .startups-cases-item:focus-visible[type="checkbox"] + label,
    body:not(._use-mouse) .startups-cases-item:focus-visible[type="radio"] + label {
        outline-offset: 0.2rem;
        outline: black auto;
    }
}
@supports not selector(: focus-visible) {
    body:not(._use-mouse) .startups-cases-item[data-focus-visible-added] .startups-cases-item__title {
        color: #664ab1;
    }
    body:not(._use-mouse) .startups-cases-item[data-focus-visible-added] .startups-cases-item__image-inner img {
        transform: scale(1.1);
        transition-duration: 2s;
    }
    body:not(._use-mouse) .startups-cases-item[data-focus-visible-added]:not(input):not(textarea),
    body:not(._use-mouse) .startups-cases-item[data-focus-visible-added][type="checkbox"] + label,
    body:not(._use-mouse) .startups-cases-item[data-focus-visible-added][type="radio"] + label {
        outline-offset: 0.2rem;
        outline: black auto;
    }
}
.startups-cases-item__link-icon {
    position: absolute;
    inset: auto 1.8rem 1.8rem auto;
    width: 3.6rem;
    height: 3.6rem;
    padding: 0.8rem;
    border-radius: 50%;
    color: #fff;
    background-color: #151619;
    z-index: 1;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-cases-item__link-icon {
        width: 4.6rem;
        height: 4.6rem;
        padding: 1.1rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-cases-item__link-icon {
        width: 6.4rem;
        height: 6.4rem;
        padding: 1.6rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-cases-item__link-icon {
        width: 6.4rem;
        height: 6.4rem;
        padding: 1.6rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-cases-item__link-icon {
        width: 6.4rem;
        height: 6.4rem;
        padding: 1.6rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-cases-item__link-icon {
        width: 6.4rem;
        height: 6.4rem;
        padding: 1.6rem;
    }
}
.startups-cases-item__link-icon > .svgsprite {
    width: 100%;
    height: 100%;
}
.startups-cases-item__image {
    aspect-ratio: 320/214;
    overflow: hidden;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-cases-item__image {
        aspect-ratio: 704/364;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-cases-item__image {
        aspect-ratio: 580/300;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-cases-item__image {
        aspect-ratio: 792/410;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-cases-item__image {
        aspect-ratio: 792/410;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-cases-item__image {
        aspect-ratio: 792/410;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-cases-item__image {
        aspect-ratio: 792/410;
    }
}
.startups-cases-item__image-inner,
.startups-cases-item__image-inner picture {
    width: 100%;
    height: 100%;
}
.startups-cases-item__image-inner img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform ease-in-out 1s;
    object-fit: cover;
    object-position: center;
}
.startups-cases-item__content {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-cases-item__content {
        margin-top: 2.2rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-cases-item__content {
        margin-top: 2.6rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-cases-item__content {
        margin-top: 3.6rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-cases-item__content {
        margin-top: 3.6rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-cases-item__content {
        margin-top: 3.6rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-cases-item__content {
        margin-top: 3.6rem;
    }
}
.startups-cases-item__content > * + * {
    margin-top: 0.8rem;
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-cases-item__content > * + * {
        margin-top: 1.2rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-cases-item__content > * + * {
        margin-top: 1.2rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-cases-item__content > * + * {
        margin-top: 1.2rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-cases-item__content > * + * {
        margin-top: 1.2rem;
    }
}
.startups-cases-item__title {
    transition-property: "color";
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
.startups-cases-item__description {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: -0.04em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-cases-item__description {
        max-width: 46.5rem;
        font-size: 1.6rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-cases-item__description {
        width: 90%;
        max-width: 100%;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-cases-item__description {
        font-size: 2rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-cases-item__description {
        font-size: 2rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-cases-item__description {
        font-size: 2rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-cases-item__description {
        font-size: 2rem;
    }
}
.startups-category {
    overflow: hidden;
}
.startups-category__inner {
    display: grid;
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-category__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.startups-category__background-picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.startups-category__content-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-category__content-inner {
        padding-left: 3.2rem;
        padding-right: 3.2rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-category__content-inner {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-category__content-inner {
        padding-left: 14rem;
        padding-right: 14rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-category__content-inner {
        padding-left: 14rem;
        padding-right: 14rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-category__content-inner {
        padding-left: 14rem;
        padding-right: 14rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-category__content-inner {
        padding-left: 14rem;
        padding-right: 14rem;
    }
}
.startups-category__title {
    color: #151619;
    margin-bottom: 2.2rem;
}
.startups-category._background .startups-category__title {
    color: #fff;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-category__title {
        margin-bottom: 2.8rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-category__title {
        margin-bottom: 3.4rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-category__title {
        margin-bottom: 4.6rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-category__title {
        margin-bottom: 4.6rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-category__title {
        margin-bottom: 4.6rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-category__title {
        margin-bottom: 4.6rem;
    }
}
.startups-category__description {
    color: #6e6f72;
    margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-category__description {
        margin-bottom: 6.4rem;
    }
}
.startups-category._background .startups-category__description {
    color: #fffc;
}
.startups-category__button {
    margin-top: auto;
}
@media (max-width: 767.98px) {
    [data-zoom="100"] .startups-category__button {
        width: 100%;
    }
}
.startups-category__picture {
    margin-left: -2rem;
    margin-right: -2rem;
    position: relative;
    height: 31rem;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-category__picture {
        height: 66.2rem;
        margin-left: -3.2rem;
        margin-right: -3.2rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-category__picture {
        min-height: 55.2rem;
        height: 100%;
        margin-left: 0;
        margin-right: -4rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-category__picture {
        min-height: 82.6rem;
        margin-right: -14rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-category__picture {
        min-height: 82.6rem;
        margin-right: -14rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-category__picture {
        min-height: 82.6rem;
        margin-right: -14rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-category__picture {
        min-height: 82.6rem;
        margin-right: -14rem;
    }
}
.startups-category__picture-logo {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    z-index: 1;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-category__picture-logo {
        left: 3.2rem;
        bottom: 3.2rem;
    }
}
@media (min-width: 1280px) {
    [data-zoom="100"] .startups-category__picture-logo {
        left: 4rem;
        bottom: 4rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-category__picture-logo {
        left: 7rem;
        bottom: 7rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-category__picture-logo {
        left: 7rem;
        bottom: 7rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-category__picture-logo {
        left: 7rem;
        bottom: 7rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-category__picture-logo {
        left: 7rem;
        bottom: 7rem;
    }
}
.startups-category__picture-logo svg {
    width: 16rem;
    height: 9.8rem;
}
@media (min-width: 768px) {
    [data-zoom="100"] .startups-category__picture-logo svg {
        width: 21.6rem;
        height: 13.2rem;
    }
}
@media (min-width: 1920px) {
    [data-zoom="100"] .startups-category__picture-logo svg {
        width: 29.6rem;
        height: 18.1rem;
    }
}
@media all and (min-width: 2880px) {
    [data-zoom="150"] .startups-category__picture-logo svg {
        width: 29.6rem;
        height: 18.1rem;
    }
}
@media all and (min-width: 3360px) {
    [data-zoom="175"] .startups-category__picture-logo svg {
        width: 29.6rem;
        height: 18.1rem;
    }
}
@media all and (min-width: 3840px) {
    [data-zoom="200"] .startups-category__picture-logo svg {
        width: 29.6rem;
        height: 18.1rem;
    }
}
.startups-category__picture-wrap {
    overflow: hidden;
    /* height: 550px; */
    height: 100%;
}
.startups-category__picture {
    width: 100%;
    height: 100%;
    margin: 0px !important;
}

@media screen and (max-width: 1280px){
    .startups-category__picture-wrap {
        height: 550px;
    }
}

@media screen and (max-width: 768px){
    .startups-category__picture-wrap {
        height: 450px;
    }
}

@media screen and (max-width: 576px){
    .startups-category__picture-wrap {
        height: 350px;
    }
}

@media (min-width: 1280px) {
    [data-zoom="100"] .startups-category._img-left .startups-category__picture-wrap {
        order: -1;
    }
}
.startups-video .video-common__inner {
    /* max-height: calc(var(--vh, 1vh) * 100 - 6.8rem); */
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

.startups-video{
    position: relative;
}

.startups-video__content{
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0px;
    font-family: 'EuclidCircularA';
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: -4%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 30px;
}

.startups-video__text{
    background-color: #F2F4F7;
    padding: 30px;
    flex-basis: 500px;
}

.startups-video__top-left{
    align-items: flex-start;
    justify-content: flex-start;
}

.startups-video__top-right{
    align-items: flex-start;
    justify-content: flex-end;
}

.startups-video__bottom-left{
    align-items: flex-end;
    justify-content: flex-start;
}

.startups-video__bottom-right{
    align-items: flex-end;
    justify-content: flex-end;
}

.startups-video__bottom{
    align-items: flex-end;
    justify-content: center;
}

@media screen and (max-width: 768px){
    .startups-video__content{
        position: static;
        padding-top: 4.6rem;
        padding-bottom: 4.6rem;
        padding: 40px;
    }
    
    .startups-video__text{
        padding: 0px;
        flex-basis: 100%;
        font-size: 18px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 576px){
    .startups-video__text{
        padding: 0px;
        flex-basis: 100%;
        font-size: 16px;
    }
}


.startups-category__picture{
    position: absolute;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
}

.startups-video__color-white{
    background-color: rgba(239, 240, 244, 0.9) !important;
    color: #151619 !important;
}

.startups-video__color-black{
    background-color: rgba(44, 46, 57, 0.9) !important;
    color: #FFFFFF !important;
}

.startups-video__color-orange{
    background-color: rgba(241, 130, 97, 0.9) !important;
    color: #FFFFFF !important;
}

.startups-video__color-violet{
    background-color: rgba(81, 59, 122, 0.9) !important;
    color: #FFFFFF !important;
}

@media screen and (max-width: 768px){
    .startups-video__content-white{
        background-color: rgba(239, 240, 244, 1) !important;
    }
    
    .startups-video__content-black{
        background-color: rgba(44, 46, 57, 1) !important;
    }
    
    .startups-video__content-orange{
        background-color: rgba(241, 130, 97, 1) !important;
    }
    
    .startups-video__content-violet{
        background-color: rgba(81, 59, 122, 1) !important;
    }
}


.startups-bid__content-black{
    background-color: #1F2026 !important;
    color: #FFFFFF !important;
}

.startups-bid__content-white{
    background-color: #F2F4F7 !important;
    color: #151619 !important;
}

.startups-bid__content-orange{
    background-color: #F18261 !important;
    color: #FFFFFF !important;
}

.startups-bid__content-violet{
    background-color: #917ABA !important;
    color: #FFFFFF !important;
}

.startups-bid__button-black{
    background-color: #1F2026 !important;
    color: #FFFFFF !important;
}

.startups-bid__button-black button{
    background: white !important;
    color: black !important;
}

.startups-bid__button-black button:hover{
    background: #513b7a !important;
    color: #FFFFFF !important;
}

.startups-bid__button-black button:hover svg{
    color: #FFFFFF !important;
}

.startups-bid__button-black button svg{
    color: black !important;
    opacity: 1 !important;
}

.startups-bid__button-white{
    background-color: #F2F4F7 !important;
    color: #151619 !important;
}

.startups-bid__button-orange{
    background-color: #F18261 !important;
    color: #FFFFFF !important;
}

.startups-bid__button-violet{
    background-color: #917ABA !important;
    color: #FFFFFF !important;
}

.startups-bid__contacts{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}

.startups-bid__contacts a:hover{
    text-decoration: underline;
}

@media screen and (max-width: 1280px){
   .startups-bid__inner{
        grid-template-columns: 1fr !important;
    } 
}



.startups-hero__right{
    height: auto !important;
}

.startups-hero__right-image{
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}

.startups-hero__bg-image-inner picture{
    height: 100%;
}

.startups-hero__bg-image-inner picture img{
    height: 100% !important;
}

.startups-hero__right-image-inner img{
    object-position: center !important;
}

.startups-hero__description{
    font-size: 2rem !important;
}

@media (min-width: 1920px) {
    .startups-hero__description{
        font-size: 2.2rem !important;
    }
}

@media screen and (max-width: 1280px){
    .startups-hero__right-image{
        position: static !important;
    }
    
    .startups-hero__title{
        text-align: justify !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 768px){
    .startups-hero__description{
        font-size: 1.6rem !important;
    }
}


.block-alert__icon {
    width: 4.6rem !important;
    height: 4.6rem !important;
}