@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

img {
  display: block;
  width: 100%;
}

:root {
  --ids__density: 1.3;
}

:root {
  --ids__font: "Root UI", Arial, sans-serif;
}

@font-face {
  font-family: "Root UI";
  font-weight: 400;
  font-style: normal;
  src:
    url("https://336416.selcdn.ru/winvestor-journal/fonts/PT_Root_UI_Regular.woff2")
      format("woff2"),
    url("https://336416.selcdn.ru/winvestor-journal/fonts/PT_Root_UI_Regular.woff")
      format("woff"),
    url("https://336416.selcdn.ru/winvestor-journal/fonts/PT_Root_UI_Regular.ttf")
      format("truetype"),
    url("https://336416.selcdn.ru/winvestor-journal/fonts/PT_Root_UI_Regular.eot#iefix")
      format("embedded-opentype");
}
@font-face {
  font-family: "Root UI";
  font-weight: 500;
  font-style: normal;
  src:
    url("https://336416.selcdn.ru/winvestor-journal/fonts/PT_Root_UI_Medium.woff2")
      format("woff2"),
    url("https://336416.selcdn.ru/winvestor-journal/fonts/PT_Root_UI_Medium.woff")
      format("woff"),
    url("https://336416.selcdn.ru/winvestor-journal/fonts/PT_Root_UI_Medium.ttf")
      format("truetype"),
    url("https://336416.selcdn.ru/winvestor-journal/fonts/PT_Root_UI_Medium.eot#iefix")
      format("embedded-opentype");
}
@font-face {
  font-family: "Root UI";
  font-weight: 700;
  font-style: normal;
  src:
    url("https://336416.selcdn.ru/winvestor-journal/fonts/PT_Root_UI_Bold.woff2")
      format("woff2"),
    url("https://336416.selcdn.ru/winvestor-journal/fonts/PT_Root_UI_Bold.woff")
      format("woff"),
    url("https://336416.selcdn.ru/winvestor-journal/fonts/PT_Root_UI_Bold.ttf")
      format("truetype"),
    url("https://336416.selcdn.ru/winvestor-journal/fonts/PT_Root_UI_Bold.eot#iefix")
      format("embedded-opentype");
}
:root {
  --ids__background-RGB: 255, 255, 255;
  --ids__text-RGB: 5, 5, 5;
  --ids__accent-RGB: 0, 0, 0;
  --ids__main-RGB: var(--ids__accent-RGB);
  --ids__surface-RGB: 245, 245, 245;
  --ids__error-RGB: 240, 84, 95;
  --ids__success-RGB: 84, 180, 140;
  --ids__mark-RGB: 255, 248, 128;
  --ids__code-RGB: 200, 0, 0;
  --ids__on-main-RGB: var(--ids__background-RGB);
  --ids__on-accent-RGB: var(--ids__background-RGB);
  --ids__on-surface-RGB: var(--ids__text-RGB);
  --ids__link-RGB: 0, 100, 240;
  --ids__hover-RGB: 0, 220, 0;
  --ids__outline-RGB: var(--ids__surface-RGB);
}

img {
  border-radius: calc(0.3em / 3);
}

.ids__stack.XS,
.ids__stack-XS {
  height: calc(var(--ids__density) * 1em);
}
@media screen and (max-width: 767px) {
  .ids__stack.XS,
  .ids__stack-XS {
    height: calc(var(--ids__density) * 1em / 3);
  }
}
.ids__stack.S,
.ids__stack-S {
  height: calc(var(--ids__density) * 2em);
}
@media screen and (max-width: 767px) {
  .ids__stack.S,
  .ids__stack-S {
    height: calc(var(--ids__density) * 1em / 2);
  }
}
.ids__stack.M,
.ids__stack-M {
  height: calc(var(--ids__density) * 4em);
}
@media screen and (max-width: 767px) {
  .ids__stack.M,
  .ids__stack-M {
    height: calc(var(--ids__density) * 1em);
  }
}
.ids__stack.L,
.ids__stack-L {
  height: calc(var(--ids__density) * 8em);
}
@media screen and (max-width: 767px) {
  .ids__stack.L,
  .ids__stack-L {
    height: calc(var(--ids__density) * 2em);
  }
}
.ids__stack.XL,
.ids__stack-XL {
  height: calc(var(--ids__density) * 16em);
}
@media screen and (max-width: 767px) {
  .ids__stack.XL,
  .ids__stack-XL {
    height: calc(var(--ids__density) * 4em);
  }
}

.ids__wrapper {
  position: relative;
  width: 76%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ids__wrapper {
    width: 100%;
    padding: 0 calc(var(--ids__density) * 0.6em);
  }
}
.ids__wrapper.ids__full-width {
  width: 100%;
  padding: 0 calc(var(--ids__density) * 0.75em);
}
@media screen and (max-width: 767px) {
  .ids__wrapper.ids__full-width {
    padding: 0 calc(var(--ids__density) * 0.6em);
  }
}
.ids__wrapper.ids__edge-to-edge {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ids__wrapper.ids__shift-right {
    padding-left: 6em;
  }
}
@media screen and (min-width: 768px) {
  .ids__wrapper.ids__shift-left {
    padding-right: 6em;
  }
}

.ids {
  color: RGB(var(--ids__text-RGB));
  background-color: RGB(var(--ids__background-RGB));
  font-family: var(--ids__font);
  font-size: var(--step-0);
  line-height: var(--ids__density);
}

.ids__section {
  margin-top: calc(var(--ids__density) * 1.5em);
}
@media screen and (max-width: 767px) {
  .ids__section {
    margin-top: calc(var(--ids__density) * 1em / 2);
  }
}

.ids__text {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .ids__text {
    width: 100%;
  }
}

.ids__grid {
  margin-top: calc(var(--ids__density) * 1em);
  display: flex;
  flex-wrap: wrap;
}
.ids__grid.ids__grid-align-bottom {
  align-items: flex-end;
}
.ids__grid .ids__grid-cell {
  width: 50%;
}
.ids__grid .ids__grid-cell.ids__grid-cell-align-bottom {
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .ids__grid .ids__grid-cell {
    width: 100%;
  }
}
.ids__grid.ids__grid-with-gaps {
  justify-content: space-between;
}
.ids__grid.ids__grid-with-gaps .ids__grid-cell {
  width: 49.5%;
}
@media screen and (max-width: 767px) {
  .ids__grid.ids__grid-with-gaps .ids__grid-cell {
    width: 100%;
  }
}
.ids__grid.XXL .ids__grid-cell,
.ids__grid.ids__grid-size-XXL .ids__grid-cell {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ids__grid.XXL .ids__grid-cell,
  .ids__grid.ids__grid-size-XXL .ids__grid-cell {
    width: 100%;
  }
}
.ids__grid.XL .ids__grid-cell,
.ids__grid.ids__grid-size-XL .ids__grid-cell {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .ids__grid.XL .ids__grid-cell,
  .ids__grid.ids__grid-size-XL .ids__grid-cell {
    width: 100%;
  }
}
.ids__grid.L .ids__grid-cell,
.ids__grid.ids__grid-size-L .ids__grid-cell {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .ids__grid.L .ids__grid-cell,
  .ids__grid.ids__grid-size-L .ids__grid-cell {
    width: 50%;
  }
}
.ids__grid.M .ids__grid-cell,
.ids__grid.ids__grid-size-M .ids__grid-cell {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .ids__grid.M .ids__grid-cell,
  .ids__grid.ids__grid-size-M .ids__grid-cell {
    width: 33.3333333333%;
  }
}
.ids__grid.S .ids__grid-cell,
.ids__grid.ids__grid-size-S .ids__grid-cell {
  width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .ids__grid.S .ids__grid-cell,
  .ids__grid.ids__grid-size-S .ids__grid-cell {
    width: 33.3333333333%;
  }
}
.ids__grid.XS .ids__grid-cell,
.ids__grid.ids__grid-size-XS .ids__grid-cell {
  width: 14.2857142857%;
}
@media screen and (max-width: 767px) {
  .ids__grid.XS .ids__grid-cell,
  .ids__grid.ids__grid-size-XS .ids__grid-cell {
    width: 25%;
  }
}
.ids__grid.XXS .ids__grid-cell,
.ids__grid.ids__grid-size-XXS .ids__grid-cell {
  width: 12.5%;
}
@media screen and (max-width: 767px) {
  .ids__grid.XXS .ids__grid-cell,
  .ids__grid.ids__grid-size-XXS .ids__grid-cell {
    width: 25%;
  }
}
.ids__grid.ids__grid-inset-L .ids__grid-cell {
  padding-right: calc(var(--ids__density) * 2em);
  padding-bottom: calc(var(--ids__density) * 2em);
}
.ids__grid.ids__grid-inset-M .ids__grid-cell {
  padding-right: calc(var(--ids__density) * 1em);
  padding-bottom: calc(var(--ids__density) * 1em);
}
.ids__grid.ids__grid-inset-S .ids__grid-cell {
  padding-right: calc(var(--ids__density) * 0.5em);
  padding-bottom: calc(var(--ids__density) * 0.5em);
}

:root {
  --fluid-min-width: 1000;
  --fluid-max-width: 1600;
  --fluid-screen: 100vw;
  --type-scale-desktop: 1.5;
  --font-size-min: 16;
  --font-size-max: 20;
  --type-scale-mobile: 1.333;
  --font-size-min-mobile: 17;
  --font-size-max-mobile: 17;
}
@media screen and (min-width: 768px) {
  :root {
    --f-0-min: var(--font-size-min);
    --f-0-max: var(--font-size-max);
    --type-scale: var(--type-scale-desktop);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --f-0-min: var(--font-size-min-mobile);
    --f-0-max: var(--font-size-max-mobile);
    --type-scale: var(--type-scale-mobile);
  }
}
:root {
  --fluid-bp: calc(
    (var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) /
      (var(--fluid-max-width) - var(--fluid-min-width))
  );
  --step-0: calc(
    ((var(--f-0-min) / 16) * 1rem) + (var(--f-0-max) - var(--f-0-min)) *
      var(--fluid-bp)
  );
  --f-1-min: calc(var(--f-0-min) * var(--type-scale));
  --f-1-max: calc(var(--f-0-max) * var(--type-scale));
  --step-1: calc(
    ((var(--f-1-min) / 16) * 1rem) + (var(--f-1-max) - var(--f-1-min)) *
      var(--fluid-bp)
  );
  --f-2-min: calc(var(--f-1-min) * var(--type-scale));
  --f-2-max: calc(var(--f-1-max) * var(--type-scale));
  --step-2: calc(
    ((var(--f-2-min) / 16) * 1rem) + (var(--f-2-max) - var(--f-2-min)) *
      var(--fluid-bp)
  );
  --f-3-min: calc(var(--f-2-min) * var(--type-scale));
  --f-3-max: calc(var(--f-2-max) * var(--type-scale));
  --step-3: calc(
    ((var(--f-3-min) / 16) * 1rem) + (var(--f-3-max) - var(--f-3-min)) *
      var(--fluid-bp)
  );
  --f--1-min: calc(var(--f-0-min) / var(--type-scale));
  --f--1-max: calc(var(--f-0-max) / var(--type-scale));
  --step--1: calc(
    ((var(--f--1-min) / 16) * 1rem) + (var(--f--1-max) - var(--f--1-min)) *
      var(--fluid-bp)
  );
  --f--2-min: calc(var(--f--1-min) / var(--type-scale));
  --f--2-max: calc(var(--f--1-max) / var(--type-scale));
  --step--2: calc(
    ((var(--f--2-min) / 16) * 1rem) + (var(--f--2-max) - var(--f--2-min)) *
      var(--fluid-bp)
  );
}

@media screen and (max-width: 1000px) {
  :root {
    --fluid-screen: calc(var(--fluid-min-width) * 1px);
    --fluid-bp: calc(
      (var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) /
        (var(--fluid-max-width) - var(--fluid-min-width))
    );
    --step-0: calc(
      ((var(--f-0-min) / 16) * 1rem) + (var(--f-0-max) - var(--f-0-min)) *
        var(--fluid-bp)
    );
    --f-1-min: calc(var(--f-0-min) * var(--type-scale));
    --f-1-max: calc(var(--f-0-max) * var(--type-scale));
    --step-1: calc(
      ((var(--f-1-min) / 16) * 1rem) + (var(--f-1-max) - var(--f-1-min)) *
        var(--fluid-bp)
    );
    --f-2-min: calc(var(--f-1-min) * var(--type-scale));
    --f-2-max: calc(var(--f-1-max) * var(--type-scale));
    --step-2: calc(
      ((var(--f-2-min) / 16) * 1rem) + (var(--f-2-max) - var(--f-2-min)) *
        var(--fluid-bp)
    );
    --f-3-min: calc(var(--f-2-min) * var(--type-scale));
    --f-3-max: calc(var(--f-2-max) * var(--type-scale));
    --step-3: calc(
      ((var(--f-3-min) / 16) * 1rem) + (var(--f-3-max) - var(--f-3-min)) *
        var(--fluid-bp)
    );
    --f--1-min: calc(var(--f-0-min) / var(--type-scale));
    --f--1-max: calc(var(--f-0-max) / var(--type-scale));
    --step--1: calc(
      ((var(--f--1-min) / 16) * 1rem) + (var(--f--1-max) - var(--f--1-min)) *
        var(--fluid-bp)
    );
    --f--2-min: calc(var(--f--1-min) / var(--type-scale));
    --f--2-max: calc(var(--f--1-max) / var(--type-scale));
    --step--2: calc(
      ((var(--f--2-min) / 16) * 1rem) + (var(--f--2-max) - var(--f--2-min)) *
        var(--fluid-bp)
    );
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --fluid-screen: calc(var(--fluid-max-width) * 1px);
    --fluid-bp: calc(
      (var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) /
        (var(--fluid-max-width) - var(--fluid-min-width))
    );
    --step-0: calc(
      ((var(--f-0-min) / 16) * 1rem) + (var(--f-0-max) - var(--f-0-min)) *
        var(--fluid-bp)
    );
    --f-1-min: calc(var(--f-0-min) * var(--type-scale));
    --f-1-max: calc(var(--f-0-max) * var(--type-scale));
    --step-1: calc(
      ((var(--f-1-min) / 16) * 1rem) + (var(--f-1-max) - var(--f-1-min)) *
        var(--fluid-bp)
    );
    --f-2-min: calc(var(--f-1-min) * var(--type-scale));
    --f-2-max: calc(var(--f-1-max) * var(--type-scale));
    --step-2: calc(
      ((var(--f-2-min) / 16) * 1rem) + (var(--f-2-max) - var(--f-2-min)) *
        var(--fluid-bp)
    );
    --f-3-min: calc(var(--f-2-min) * var(--type-scale));
    --f-3-max: calc(var(--f-2-max) * var(--type-scale));
    --step-3: calc(
      ((var(--f-3-min) / 16) * 1rem) + (var(--f-3-max) - var(--f-3-min)) *
        var(--fluid-bp)
    );
    --f--1-min: calc(var(--f-0-min) / var(--type-scale));
    --f--1-max: calc(var(--f-0-max) / var(--type-scale));
    --step--1: calc(
      ((var(--f--1-min) / 16) * 1rem) + (var(--f--1-max) - var(--f--1-min)) *
        var(--fluid-bp)
    );
    --f--2-min: calc(var(--f--1-min) / var(--type-scale));
    --f--2-max: calc(var(--f--1-max) / var(--type-scale));
    --step--2: calc(
      ((var(--f--2-min) / 16) * 1rem) + (var(--f--2-max) - var(--f--2-min)) *
        var(--fluid-bp)
    );
  }
}
@media screen and (max-width: 767px) {
  :root {
    --fluid-min-width: 320;
    --fluid-max-width: 768;
    --fluid-screen: 100vw;
    --fluid-bp: calc(
      (var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) /
        (var(--fluid-max-width) - var(--fluid-min-width))
    );
    --step-0: calc(
      ((var(--f-0-min) / 16) * 1rem) + (var(--f-0-max) - var(--f-0-min)) *
        var(--fluid-bp)
    );
    --f-1-min: calc(var(--f-0-min) * var(--type-scale));
    --f-1-max: calc(var(--f-0-max) * var(--type-scale));
    --step-1: calc(
      ((var(--f-1-min) / 16) * 1rem) + (var(--f-1-max) - var(--f-1-min)) *
        var(--fluid-bp)
    );
    --f-2-min: calc(var(--f-1-min) * var(--type-scale));
    --f-2-max: calc(var(--f-1-max) * var(--type-scale));
    --step-2: calc(
      ((var(--f-2-min) / 16) * 1rem) + (var(--f-2-max) - var(--f-2-min)) *
        var(--fluid-bp)
    );
    --f-3-min: calc(var(--f-2-min) * var(--type-scale));
    --f-3-max: calc(var(--f-2-max) * var(--type-scale));
    --step-3: calc(
      ((var(--f-3-min) / 16) * 1rem) + (var(--f-3-max) - var(--f-3-min)) *
        var(--fluid-bp)
    );
    --f--1-min: calc(var(--f-0-min) / var(--type-scale));
    --f--1-max: calc(var(--f-0-max) / var(--type-scale));
    --step--1: calc(
      ((var(--f--1-min) / 16) * 1rem) + (var(--f--1-max) - var(--f--1-min)) *
        var(--fluid-bp)
    );
    --f--2-min: calc(var(--f--1-min) / var(--type-scale));
    --f--2-max: calc(var(--f--1-max) / var(--type-scale));
    --step--2: calc(
      ((var(--f--2-min) / 16) * 1rem) + (var(--f--2-max) - var(--f--2-min)) *
        var(--fluid-bp)
    );
  }
}
.ids section {
  margin-top: calc(var(--ids__density) * 1.5em);
}
@media screen and (max-width: 767px) {
  .ids section {
    margin-top: calc(var(--ids__density) * 1em / 2);
  }
}
.ids a {
  color: RGB(var(--ids__link-RGB));
  border-bottom: 1px solid rgba(var(--ids__link-RGB), 0.2);
  text-decoration: none;
}
.ids a:hover {
  color: RGB(var(--ids__hover-RGB));
  border-bottom: 1px solid rgba(var(--ids__hover-RGB), 0.2);
}
.ids p {
  margin-top: 0;
  margin-bottom: calc(var(--ids__density) * 0.4em);
}
.ids .ids__lead {
  font-size: 1.2em;
  font-weight: 500;
  line-height: var(--ids__density);
  margin-bottom: calc(var(--ids__density) * 0.4em);
}
@media screen and (max-width: 767px) {
  .ids .ids__lead {
    font-size: 1em;
    line-height: var(--ids__density);
  }
}
.ids h1,
.ids h2,
.ids h3,
.ids h4,
.ids h5,
.ids h6 {
  margin: 0;
  font-weight: 600;
}
.ids h1 mark,
.ids h2 mark,
.ids h3 mark,
.ids h4 mark,
.ids h5 mark,
.ids h6 mark {
  background: none;
  box-shadow:
    inset 0 -0.15em RGB(var(--ids__background-RGB)),
    inset 0 -0.5em RGB(var(--ids__mark-RGB));
}
.ids h1 {
  font-size: var(--step-3);
  line-height: calc(var(--ids__density) / 1.3);
  margin-bottom: 0.4em;
}
.ids h2 {
  font-size: var(--step-2);
  line-height: calc(var(--ids__density) / 1.2);
  margin-bottom: 0.5em;
}
.ids h3 {
  font-size: var(--step-1);
  line-height: calc(var(--ids__density) / 1.1);
  margin-bottom: 0.6em;
}
.ids h4 {
  font-size: var(--step-0);
  line-height: var(--ids__density);
  margin-bottom: 0.6em;
}
.ids h5 {
  font-size: calc(var(--step-0) * 0.8);
  line-height: var(--ids__density);
  margin-bottom: 0.7em;
}
.ids h6 {
  font-size: calc(var(--step-0) * 0.6);
  text-transform: uppercase;
  line-height: var(--ids__density);
  margin-bottom: 0.7em;
}
.ids strong,
.ids b {
  font-weight: 600;
}
.ids mark {
  color: RGB(var(--ids__text-RGB));
  background-color: RGB(var(--ids__mark-RGB));
}
.ids ul,
.ids ol {
  margin: 0 0 calc(var(--ids__density) * 0.75em) 0;
  padding: 0;
}
.ids ul li,
.ids ol li {
  position: relative;
  margin-bottom: calc(var(--ids__density) * 0.5em);
}
.ids ul li {
  list-style-type: none;
  padding-left: calc(var(--ids__density) * 0.75em);
}
.ids ul li:before {
  position: absolute;
  left: 0;
  content: "⋅ ";
}
.ids ul.checked li:before {
  content: "✓";
  position: absolute;
  left: 0;
  width: 0.7em;
  height: 0.7em;
}
.ids ol li {
  list-style: decimal inside none;
}
.ids blockquote {
  font-size: 1.4em;
  line-height: var(--ids__density);
  margin: 0;
  padding-left: calc(var(--ids__density) * 0.75em);
  margin-bottom: calc(var(--ids__density) * 1em);
}
.ids aside {
  margin: 0;
  margin-bottom: calc(var(--ids__density) * 0.75em);
  background: RGB(var(--ids__surface-RGB));
  padding: calc(var(--ids__density) * 0.75em);
  padding-right: calc(var(--ids__density) * 2em);
  border-radius: 0.3em;
}
@media screen and (max-width: 767px) {
  .ids aside {
    padding-right: calc(var(--ids__density) * 0.75em);
  }
}
.ids code {
  font-weight: 500;
  padding: 0 calc(var(--ids__density) * 0.2em);
  background: RGB(var(--ids__surface-RGB));
  color: RGB(var(--ids__code-RGB));
}
.ids figure {
  margin: 0 0 calc(var(--ids__density) * 0.5em) 0;
}
.ids figure.XXS,
.ids figure.ids__figure__XXS {
  width: 25%;
}
.ids figure.XS,
.ids figure.ids__figure__XS {
  width: 50%;
}
.ids figure.S,
.ids figure.ids__figure__S {
  width: 75%;
}
.ids figure figcaption {
  margin-top: calc(var(--ids__density) * 0.25em);
  font-size: 0.8em;
  line-height: var(--ids__density);
  opacity: 0.7;
}
.ids details {
  padding: 0.5em;
  cursor: pointer;
  border-radius: 0.3em;
}
.ids details summary {
  padding-bottom: 0 calc(var(--ids__density) * 0.2em);
}
.ids .ids__error-color {
  color: RGB(var(--ids__error-RGB));
}
.ids .ids__success-color {
  color: RGB(var(--ids__success-RGB));
}
.ids .ids__label {
  display: inline-block;
  padding: 0 calc(var(--ids__density) * 0.2em);
  background-color: RGB(var(--ids__accent-RGB));
  color: RGB(var(--ids__on-accent-RGB));
  border-radius: calc(0.3em / 2);
}
.ids .ids__label.ids__label-outline {
  background-color: RGB(var(--ids__on-accent-RGB));
  color: RGB(var(--ids__text-RGB));
  border: 2px solid RGB(var(--ids__accent-RGB));
}
.ids .ids__label.ids__label-S {
  font-size: 0.9em;
}

.ids form {
  width: 100%;
  margin: 0 0 0.6em 0;
}
.ids .ids__form-error-message,
.ids .ids__form-success-message {
  font-size: 0.8em;
  line-height: 1.2;
  margin-top: 0.2em;
}
.ids .ids__form-error-message {
  color: RGB(var(--ids__error-RGB));
}
.ids .ids__form-error-message a {
  color: RGB(var(--ids__error-RGB));
  border-color: rgba(var(--ids__error-RGB), 0.3);
}
.ids .ids__form-success-message {
  color: RGB(var(--ids__success-RGB));
}
.ids .ids__form-success-message a {
  color: RGB(var(--ids__success-RGB));
  border-color: rgba(var(--ids__success-RGB), 0.3);
}
.ids button,
.ids a.ids__button-link {
  border: 0;
  background-color: RGB(var(--ids__accent-RGB));
  color: RGB(var(--ids__on-accent-RGB));
  border-radius: 0.3em;
  padding: calc(var(--ids__density) * 1em / 3) calc(var(--ids__density) * 1em)
    calc(var(--ids__density) * 1em / 2.5);
  line-height: var(--ids__density);
  white-space: nowrap;
  cursor: pointer;
}
.ids button.XS,
.ids button.size-XS,
.ids a.ids__button-link.XS,
.ids a.ids__button-link.size-XS {
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-top: calc(var(--ids__density) * 1em / 2.5);
}
.ids button.S,
.ids button.size-S,
.ids a.ids__button-link.S,
.ids a.ids__button-link.size-S {
  font-size: 0.8em;
}
.ids button.L,
.ids button.size-L,
.ids a.ids__button-link.L,
.ids a.ids__button-link.size-L {
  font-size: 1.5em;
  padding: calc(var(--ids__density) * 1em / 5)
    calc(var(--ids__density) * 1em / 1.5) calc(var(--ids__density) * 1em / 4);
}
.ids button.XL,
.ids button.size-XL,
.ids a.ids__button-link.XL,
.ids a.ids__button-link.size-XL {
  font-size: 2.5em;
  padding: calc(var(--ids__density) * 1em / 5)
    calc(var(--ids__density) * 1em / 1.5) calc(var(--ids__density) * 1em / 4);
}
.ids button:hover,
.ids a.ids__button-link:hover {
  background-color: rgba(var(--ids__accent-RGB), 0.8);
}
.ids button:focus,
.ids a.ids__button-link:focus {
  box-shadow: 0 0 0 5px RGB(var(--ids__outline-RGB));
  outline: none;
}
.ids button:disabled,
.ids a.ids__button-link:disabled {
  opacity: 0.15;
  cursor: default;
  pointer-events: none;
}
.ids button:disabled:hover,
.ids a.ids__button-link:disabled:hover {
  background-color: RGB(var(--ids__accent-RGB));
}
.ids a.ids__button-link {
  display: inline-block;
}
.ids .ids__form-field {
  margin-bottom: calc(var(--ids__density) * 1em);
}
.ids input,
.ids textarea {
  width: 100%;
  padding: calc(var(--ids__density) * 1em / 3) calc(var(--ids__density) * 1em)
    calc(var(--ids__density) * 1em / 2.5);
  padding-left: calc(var(--ids__density) * 1em / 2);
  border: 1px solid RGB(var(--ids__text-RGB));
  border-bottom: 2px solid RGB(var(--ids__text-RGB));
  border-radius: 0.3em;
  background: transparent;
  color: RGB(var(--ids__text-RGB));
}
.ids input.XS,
.ids input.size-XS,
.ids textarea.XS,
.ids textarea.size-XS {
  font-size: 0.6em;
}
.ids input.S,
.ids input.size-S,
.ids textarea.S,
.ids textarea.size-S {
  font-size: 0.8em;
}
.ids input.L,
.ids input.size-L,
.ids textarea.L,
.ids textarea.size-L {
  font-size: 1.5em;
  padding-top: calc(var(--ids__density) * 1em / 5);
  padding-bottom: calc(var(--ids__density) * 1em / 4);
}
.ids input.XL,
.ids input.size-XL,
.ids textarea.XL,
.ids textarea.size-XL {
  font-size: 2.5em;
  padding-top: calc(var(--ids__density) * 1em / 5);
  padding-bottom: calc(var(--ids__density) * 1em / 4);
}
.ids input.ids__input-error-state,
.ids textarea.ids__input-error-state {
  border-bottom: 2px solid RGB(var(--ids__error-RGB));
}
.ids input:focus,
.ids textarea:focus {
  box-shadow: 0 0 0 5px RGB(var(--ids__outline-RGB));
  outline: none;
}
.ids input:disabled,
.ids textarea:disabled {
  opacity: 0.35;
  cursor: default;
}
.ids input.ids__input-text-line,
.ids textarea.ids__input-text-line {
  display: inline-block;
  width: 100%;
  margin: 0.5em 0 1em 0;
  padding-left: 0;
  border: 0;
  border-radius: 0.3em 0.3em 0 0;
  background: transparent;
  color: RGB(var(--ids__text-RGB));
  border-bottom: 2px solid RGB(var(--ids__text-RGB));
}
.ids input.ids__input-text-line:active,
.ids textarea.ids__input-text-line:active {
  border-bottom: 2px solid RGB(var(--ids__text-RGB));
  border-radius: 0.3em;
}
.ids input.ids__input-text-line::placeholder,
.ids textarea.ids__input-text-line::placeholder {
  color: rgba(var(--ids__text-RGB), 0.6);
}
.ids input.ids__input-text-line:focus,
.ids textarea.ids__input-text-line:focus {
  border-radius: 0.3em;
}
.ids input.ids__input-text-line:disabled,
.ids textarea.ids__input-text-line:disabled {
  opacity: 0.35;
  cursor: default;
}
.ids textarea {
  height: 4em;
  resize: none;
  overflow: auto;
}
.ids textarea.ids__input-text-line {
  margin: 0em 0 1em 0;
  height: 2.5em;
}
.ids label {
  display: inline-block;
  margin-bottom: 0.2em;
}
.ids .ids__select {
  position: relative;
  display: inline-block;
}
.ids .ids__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: calc(var(--ids__density) * 1em / 3) calc(var(--ids__density) * 1.5em)
    calc(var(--ids__density) * 1em / 2.5);
  padding-left: calc(var(--ids__density) * 1em / 2);
  border: 1px solid RGB(var(--ids__text-RGB));
  border-bottom: 2px solid RGB(var(--ids__text-RGB));
  border-radius: 0.3em;
  background: transparent;
  color: RGB(var(--ids__text-RGB));
}
@media screen and (max-width: 767px) {
  .ids .ids__select select {
    max-width: 16em;
  }
}
.ids .ids__select select:hover {
  background-color: rgba(var(--ids__surface-RGB), 1);
}
.ids .ids__select select:focus {
  box-shadow: 0 0 0 5px rgba(var(--ids__outline-RGB), 1);
  outline: none;
}
.ids .ids__select:after {
  position: absolute;
  content: "〈";
  top: 0.8em;
  right: calc(var(--ids__density) * 1em / 2);
  transform: rotate(-90deg) scaleX(1.2) scaleY(0.7);
  z-index: 10;
  pointer-events: none;
}
.ids .ids__checkbox {
  display: flex;
}
.ids .ids__checkbox label {
  display: inline-block;
  margin-top: -0.11em;
}
.ids .ids__checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  border: 1px solid rgba(var(--ids__text-RGB), 0.4);
  border-radius: calc(0.3em / 2);
  margin-right: 0.5em;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
  flex-shrink: 0;
  overflow: hidden;
}
.ids .ids__checkbox input[type="checkbox"]:hover {
  border: 1px solid RGB(var(--ids__text-RGB));
}
.ids .ids__checkbox input[type="checkbox"]:checked {
  border: 1px solid rgba(var(--ids__accent-RGB), 1);
  background-color: RGB(var(--ids__accent-RGB));
}
.ids .ids__checkbox input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.6em;
  border-right: 2px solid RGB(var(--ids__on-accent-RGB));
  border-bottom: 2px solid RGB(var(--ids__on-accent-RGB));
  left: 0.25em;
  top: 0.025em;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .ids .ids__checkbox input[type="checkbox"]:checked:before {
    left: 0.2em;
    top: 0.08em;
  }
}
.ids .ids__checkbox input[type="checkbox"]:checked:hover {
  background-color: rgba(var(--ids__text-RGB), 0.8);
  border: 1px solid rgba(var(--ids__accent-RGB), 0.8);
}
.ids .ids__checkbox input[type="checkbox"]:disabled {
  opacity: 0.35;
  cursor: default;
}
.ids .ids__checkbox input[type="checkbox"]:disabled:hover {
  border: 1px solid rgba(var(--ids__text-RGB), 0.4);
}
.ids .ids__checkbox input[type="checkbox"]:focus {
  box-shadow: 0 0 0 5px RGB(var(--ids__outline-RGB));
  outline: none;
}
.ids .ids__radio label {
  display: inline-block;
  vertical-align: top;
}
.ids .ids__radio input[type="radio"] {
  margin-right: 0.3em;
  margin-top: 0.13em;
  margin-bottom: 0.6em;
  padding: 0;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 1em;
  height: 1em;
  border: 1px solid rgba(var(--ids__text-RGB), 0.4);
  border-radius: 50%;
}
.ids .ids__radio input[type="radio"]:hover {
  border: 1px solid RGB(var(--ids__text-RGB));
}
.ids .ids__radio input[type="radio"]:checked {
  border: 1px solid rgba(var(--ids__accent-RGB), 1);
  background-color: RGB(var(--ids__accent-RGB));
}
.ids .ids__radio input[type="radio"]:checked:after {
  content: "";
  width: 0.3em;
  height: 0.3em;
  background-color: RGB(var(--ids__on-accent-RGB));
  border-radius: 50%;
  position: absolute;
  left: 0.3em;
  top: 0.3em;
  color: RGB(var(--ids__on-accent-RGB));
  flex-shrink: 0;
}
.ids .ids__radio input[type="radio"]:checked:hover {
  cursor: default;
}
.ids .ids__radio input[type="radio"]:disabled {
  opacity: 0.35;
  cursor: default;
}
.ids .ids__radio input[type="radio"]:disabled:hover {
  border: 1px solid rgba(var(--ids__text-RGB), 0.4);
}
.ids .ids__radio input[type="radio"]:focus {
  box-shadow: 0 0 0 5px RGB(var(--ids__outline-RGB));
  outline: none;
}
.ids .ids__radiogroup-toggle {
  display: flex;
  flex-direction: row;
  border-radius: 0.3em;
}
.ids .ids__radiogroup-toggle .ids__radiogroup-option {
  white-space: nowrap;
}
.ids .ids__radiogroup-toggle .ids__radiogroup-option input[type="radio"] {
  display: none;
}
.ids
  .ids__radiogroup-toggle
  .ids__radiogroup-option
  input[type="radio"]:checked
  + label {
  background-color: RGB(var(--ids__accent-RGB));
  color: RGB(var(--ids__on-accent-RGB));
}
.ids .ids__radiogroup-toggle .ids__radiogroup-option input[type="radio"]:focus {
  box-shadow: 0 0 0 5px RGB(var(--ids__outline-RGB));
  outline: none;
}
.ids .ids__radiogroup-toggle .ids__radiogroup-option label {
  padding: calc(var(--ids__density) * 1em / 3) calc(var(--ids__density) * 1em)
    calc(var(--ids__density) * 1em / 2.5);
  background-color: rgba(var(--ids__text-RGB), 0.1);
  cursor: pointer;
}
.ids .ids__radiogroup-toggle .ids__radiogroup-option label:hover {
  background-color: rgba(var(--ids__text-RGB), 0.15);
}
.ids .ids__radiogroup-toggle .ids__radiogroup-option:first-child label {
  border-radius: 0.3em 0 0 0.3em;
}
.ids .ids__radiogroup-toggle .ids__radiogroup-option:last-child label {
  border-radius: 0 0.3em 0.3em 0;
}
.ids .ids__radiogroup-toggle:disabled {
  opacity: 0.35;
  cursor: default;
}
.ids .ids__radiogroup-toggle:disabled:hover label {
  background-color: rgba(var(--ids__text-RGB), 0.1);
}
.ids
  .ids__radiogroup-toggle.monochrome
  .ids__radiogroup-option
  input[type="radio"]:checked
  + label {
  background-color: RGB(var(--ids__text-RGB));
  color: RGB(var(--ids__background-RGB));
}
.ids .ids__radiogroup-toggle.monochrome .ids__radiogroup-option label {
  background-color: transparent;
  color: RGB(var(--ids__text-RGB));
  border-top: 1px solid RGB(var(--ids__text-RGB));
  border-bottom: 1px solid RGB(var(--ids__text-RGB));
}
.ids .ids__radiogroup-toggle.monochrome .ids__radiogroup-option label:hover {
  background-color: rgba(var(--ids__text-RGB), 0.15);
}
.ids
  .ids__radiogroup-toggle.monochrome
  .ids__radiogroup-option:first-child
  label {
  border-left: 1px solid RGB(var(--ids__text-RGB));
}
.ids
  .ids__radiogroup-toggle.monochrome
  .ids__radiogroup-option:last-child
  label {
  border-right: 1px solid RGB(var(--ids__text-RGB));
}
.ids table {
  width: 100%;
  border-spacing: 0;
}
.ids table th {
  text-align: left;
  vertical-align: top;
  padding: 0.5em 0;
  border-bottom: 2px solid RGB(var(--ids__text-RGB));
}
.ids table td {
  padding: calc(var(--ids__density) * 0.6em) 0;
  border-bottom: 1px solid rgba(var(--ids__text-RGB), 0.15);
}
.ids table tr:last-child td {
  border-bottom: none;
}
.ids .pswp button {
  background-color: transparent;
}
.ids .pswp button:hover {
  background-color: transparent;
}

.ids__divider-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(var(--ids__text-RGB), 0.2);
  margin-bottom: calc(var(--ids__density) * 1em);
}

.ids__admin-form {
  width: 100%;
}

.ids__error-toast,
.ids__success-toast {
  position: relative;
  display: block;
  width: 20em;
  padding: 0.4em 1em 0.5em;
  border-radius: 0.3em;
  margin-bottom: calc(var(--ids__density) * 1em);
}

.ids__error-toast {
  background-color: rgba(var(--ids__error-RGB), 0.15);
  color: RGB(var(--ids__error-RGB));
}

.ids__success-toast {
  background-color: rgba(var(--ids__success-RGB), 0.15);
  color: RGB(var(--ids__success-RGB));
}

@font-face {
  font-family: "Proto Grotesk";
  font-weight: normal;
  font-style: normal;
  src:
    url("/fonts/Proto Grotesk-Light-Web.eot#iefix") format("embedded-opentype"),
    url("/fonts/Proto Grotesk-Light-Web.woff2") format("woff2"),
    url("/fonts/Proto Grotesk-Light-Web.woff") format("woff"),
    url("/fonts/Proto Grotesk-Light-Web.ttf") format("truetype"),
    url("/fonts/Proto Grotesk-Light-Web.otf") format("opentype"),
    url("/fonts/Proto Grotesk-Light-Web.svg#font") format("svg");
}
@font-face {
  font-family: "Stratos";
  font-weight: normal;
  font-style: normal;
  src:
    url("/fonts/Stratos-Regular-Web.eot#iefix") format("embedded-opentype"),
    url("/fonts/Stratos-Regular-Web.woff2") format("woff2"),
    url("/fonts/Stratos-Regular-Web.woff") format("woff"),
    url("/fonts/Stratos-Regular-Web.ttf") format("truetype"),
    url("/fonts/Stratos-Regular-Web.otf") format("opentype"),
    url("/fonts/Stratos-Regular-Web.svg#font") format("svg");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: 500;
}

main {
  padding: 0;
  position: relative;
}

.ids__wrapper {
  width: 48.5%;
  /* ограничиваем именно контентную колонку, а не весь сайт;
     margin: 0 auto из базового правила держит её по центру */
  max-width: 800px;
}
.ids__wrapper.ids__full-width,
.ids__wrapper.ids__edge-to-edge {
  max-width: none;
}
@media (max-width: 767px) {
  .ids__wrapper {
    width: 100%;
    max-width: none;
    padding: 0 0.25em;
  }
}
.ids__wrapper.index-wrapper {
  /* Контентная колонка: начинается ровно от середины экрана (правая половина),
     на больших экранах не растёт шире max-width и остаётся прижатой к фото */
  width: 50%;
  max-width: 760px;
  margin: 0 0 0 50%;
  padding-left: 0.4em;
  padding-right: 2em;
}
@media (max-width: 767px) {
  .ids__wrapper.index-wrapper {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0.25em;
  }
}
.ids__wrapper section {
  margin: 0;
}
.ids__wrapper.wide {
  width: 85%;
}
@media (max-width: 767px) {
  .ids__wrapper.wide {
    width: 100%;
    padding: 0 0.25em;
  }
}

.margin-bottom-no-top {
  margin-top: 0;
  margin-bottom: 1em;
}

.plug {
  position: relative;
}
.plug::after {
  content: "* * *";
  display: block;
  padding: 1.4em 0 1.2em;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .ids .ids__grid.mobile-two-columns .ids__grid-cell {
    width: 50%;
  }
}

.ids a {
  font-family: var(--ids__font-sans);
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}
.ids a:hover {
  transition:
    color 0s ease,
    border-color 0s ease,
    background-color 0s ease;
}
.ids a.no-underline {
  border-bottom: 0;
}
.ids a.no-underline:hover {
  border-bottom: 0;
}
.ids strong {
  font-family: var(--ids__font-sans);
  font-weight: normal;
}
.ids h1,
.ids h2 {
  font-weight: normal;
}
.ids h1 {
  font-size: 3.3em;
  letter-spacing: -0.025em;
}
@media (max-width: 767px) {
  .ids h1 {
    font-size: 3em;
  }
}
.ids h1.S {
  font-size: 2.8em;
}
@media (max-width: 767px) {
  .ids h2 {
    font-size: 1.7em;
  }
}
.ids h3 {
  font-size: 1.3em;
  font-family: var(--ids__font-sans);
  font-weight: normal;
  margin-bottom: 0.3em;
}
.ids aside {
  padding: 0;
  background: transparent;
  font-size: 0.65em;
  font-family: var(--ids__font-sans);
}
.ids .ids__grid {
  margin-top: 0;
}
.ids ul li,
.ids ol li {
  margin-bottom: 0.4em;
}
@media (max-width: 767px) {
  .ids .mark-on-main {
    background: transparent;
  }
}
.ids .ids__lead {
  font-size: 1.4em;
}
.ids strike {
  text-decoration-thickness: 2px;
}

.promo-link a {
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.3em;
  letter-spacing: 0.015em;
}

.contact-plate {
  margin: 1em 0;
  background-color: rgba(var(--ids__mark-RGB), 1);
  padding: 0.3em 0.6em;
  border-radius: 0.4em;
}

header {
  padding-top: 0.7em;
  font-size: 0.65em;
}
@media (min-width: 768px) {
  header {
    position: fixed;
    z-index: 1;
  }
}

footer {
  position: relative;
  margin-top: 11.5em;
  padding-bottom: 1em;
  font-size: 0.65em;
}

.ids .switcher {
  display: inline-flex;
  background-color: rgba(var(--ids__text-RGB), 1);
  border-radius: 6px;
  padding: 2px;
  margin-right: 0.4em;
}
.ids .switcher a,
.ids .switcher span {
  display: inline-block;
  padding: 0.1em 0.3em 0.05em;
  font-family: var(--ids__font-sans);
  border: none;
}
.ids .switcher a {
  color: rgb(230, 230, 230);
}
.ids .switcher a:hover {
  color: rgba(var(--ids__hover-RGB), 1);
}
.ids .switcher span {
  background-color: rgb(248, 218, 75);
  color: rgba(var(--ids__text-RGB), 1);
  border-radius: 4px;
}

.footer-caption {
  display: flex;
  align-items: baseline;
}

.top-space {
  height: 0.5em;
}
@media (max-width: 767px) {
  .top-space {
    height: 1.2em;
  }
}
.top-space.S {
  height: 7.55em;
}
.top-space.XS {
  height: 5em;
}

.background-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .background-container {
    display: none;
  }
}
.background-container .background-picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
}
.background-container .background-picture canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.mobile-portrait {
  position: sticky;
  top: 1.5em;
  margin-top: 1.5em;
  margin-left: -1%;
  width: 51%;
  /* кадры 960x1080 (8/9); 4/5 — это те же кадры с откушенными
     по 5% ширины слева и справа (cover-кроп центрирует) */
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.mobile-portrait canvas {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .mobile-portrait {
    display: none;
  }
}

article {
  margin-top: 2em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.5em;
}

a.job-link,
.job-link {
  display: block;
  padding: 0.2em 0.4em 0.9em 0em;
  height: 100%;
  background-color: rgba(var(--ids__text-RGB), 1);
  color: rgba(var(--ids__background-RGB), 1);
}
@media (max-width: 767px) {
  a.job-link,
  .job-link {
    border-bottom: 1px solid rgba(var(--ids__background-RGB), 0.1);
    padding-bottom: 1.5em;
  }
}
a.job-link p,
.job-link p {
  font-family: var(--ids__font-sans);
  margin-bottom: 0.1em;
  margin-left: 0.065em;
  line-height: 1.1;
}
a.job-link .caption,
.job-link .caption {
  font-family: var(--ids__font);
  font-size: 0.65em;
  margin-left: 0.1em;
}
a.job-link:hover,
.job-link:hover {
  background-color: rgba(var(--ids__hover-RGB), 1);
  color: rgba(var(--ids__background-RGB), 1);
}

.ids .job {
  position: relative;
  background-color: rgba(var(--ids__text-RGB), 1);
  color: rgba(var(--ids__background-RGB), 1);
  margin-bottom: 1em;
}
.ids .job:before {
  content: "";
  position: absolute;
  top: -0.8em;
  bottom: -1em;
  left: -1em;
  right: -1.5em;
  border-radius: 0.3em;
  background-color: rgba(var(--ids__text-RGB), 1);
  z-index: -1;
}
@media (max-width: 767px) {
  .ids .job:before {
    left: -20em;
    right: 0;
    border-radius: 0em;
  }
}

.summary {
  margin-top: 4em;
}

.ids a.cloudinary-button {
  display: inline;
  line-height: 1;
  padding: 0;
  background-color: transparent;
}
.ids a.cloudinary-button:hover {
  box-shadow: none;
}
.ids a.button-not-button {
  padding: 0 3em 0.1em;
  font-family: var(--ids__font);
  border: 1px solid rgba(var(--ids__text-RGB), 0.2);
  font-size: 0.75em;
  border-radius: 0.3em;
}
.ids a.button-not-button:hover {
  border: 1px solid rgba(var(--ids__hover-RGB), 0.2);
}
.ids a.download-link {
  position: relative;
  display: block;
  border-bottom: none;
}
.ids a.download-link:after {
  content: "Скачать ↓";
  position: absolute;
  display: inline-block;
  font-size: 0.65em;
  bottom: 0.4em;
  right: 0.3em;
  background-color: rgba(var(--ids__text-RGB), 0.5);
  color: rgba(var(--ids__background-RGB), 1);
  padding: 0 0.2em 0.1em;
  border-radius: 0.2em;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.ids a.download-link:hover:after {
  opacity: 1;
  transition: opacity 0s ease;
}
.ids a.download-link.en-download:after {
  content: "Download ↓";
}
.ids a.wide-promo-link {
  display: block;
  padding: 1em;
  background-color: rgba(var(--ids__link-RGB), 1);
  color: rgba(var(--ids__on-main-RGB), 1);
  text-align: center;
}
.ids a.wide-promo-link:hover {
  background-color: rgba(var(--ids__hover-RGB), 1);
}

@media (min-width: 768px) {
  .details .detail {
    display: inline;
  }
  .details .detail:not(:last-child):after {
    content: "·";
    margin: 0 1em;
  }
}
@media (max-width: 767px) {
  .details .detail {
    margin-bottom: 0.3em;
  }
  .details .detail:before {
    content: "·";
    margin-right: 0.5em;
  }
}

.ids .navbar {
  padding: 0.6em;
  font-size: 0.65em;
  z-index: 1;
}
@media (min-width: 768px) {
  .ids .navbar {
    position: fixed;
    width: 10em;
  }
}
@media (max-width: 767px) {
  .ids .navbar {
    position: relative;
    margin-top: 2.3em;
    /* 1.85em при font-size 0.65em ≈ 1.2em от базового шрифта:
       удваивает отступ от меню до первого текста (в паре с .top-space) */
    padding-bottom: 1.85em;
    text-align: center;
  }
}
.ids .navbar .nav-item {
  margin-bottom: 0.35em;
}
.ids .navbar a {
  font-family: var(--ids__font);
}

.book-animation {
  position: relative;
  left: 0em;
  height: 22em;
  font-size: 1.4em;
}

.book-3d-scene {
  position: absolute;
  width: 20em;
  height: 22em;
  top: -0.6em;
  left: -2.3em;
  perspective: 2500px;
  perspective-origin: center -10%;
  --cover-color: rgba(57, 179, 105, 1);
}
.book-3d-scene .book-3d {
  position: absolute;
  left: 10.7em;
  top: 0.8em;
  transform-style: preserve-3d;
}
.book-3d-scene .book-3d .book-3d-spine {
  position: absolute;
  left: -7em;
  width: 2.5em;
  height: 20.2em;
  background-color: var(--cover-color);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transform: rotateY(-90deg) translateZ(1.25em) translateX(-1.15em);
  filter: brightness(0.9);
}
.book-3d-scene .book-3d .book-3d-page {
  position: absolute;
  width: 16em;
  height: 20.2em;
  left: -7em;
  background-repeat: no-repeat;
  background-image: url("/images/book/book-illustration-page.svg");
}
.book-3d-scene .book-3d .book-3d-page.page2 {
  transform: translateZ(-0.6em);
  filter: brightness(0.85);
  left: -6.98em;
}
.book-3d-scene .book-3d .book-3d-page.page3 {
  transform: translateZ(-1.2em);
  filter: brightness(0.9);
  left: -6.98em;
}
.book-3d-scene .book-3d .book-3d-page.page4 {
  transform: translateZ(-1.8em);
  filter: brightness(0.95);
  left: -6.98em;
}
.book-3d-scene .book-3d .book-3d-page.page5 {
  transform: translateZ(-2.4em);
  left: -6.98em;
}

.ids .boxes {
  margin: 1em 0 2em;
}
.ids .boxes li {
  position: relative;
  border: 1px solid rgba(var(--ids__text-RGB), 0.1);
  padding: 0.3em 2em 1.5em 3em;
  margin: 0;
}
.ids .boxes li::before {
  content: "";
}
.ids .boxes li:not(:last-child) {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .ids .boxes li {
    padding: 0.3em 0.8em 1em 1.8em;
  }
}
.ids .boxes li img {
  position: absolute;
  width: 1em;
  top: 0.45em;
  left: 0.4em;
}

.offer-selector {
  margin-bottom: 1.5em;
}
.offer-selector a {
  border: 1px solid rgba(var(--ids__link-RGB), 0.5);
}
.offer-selector a:hover {
  border: 1px solid rgba(var(--ids__hover-RGB), 0.5);
}
.offer-selector span {
  border: 1px solid rgba(var(--ids__text-RGB), 0.5);
  background-color: rgba(var(--ids__link-RGB), 1);
  color: rgba(var(--ids__on-main-RGB), 1);
}
.offer-selector a,
.offer-selector span {
  padding: 0.2em 0.8em 0.3em;
  border-radius: 0.3em;
}
.offer-selector a:first-child,
.offer-selector span:first-child {
  border-radius: 0.3em 0 0 0.3em;
  border-right: none;
  padding-right: 0.5em;
}
.offer-selector a:last-child,
.offer-selector span:last-child {
  border-radius: 0 0.3em 0.3em 0;
  border-left: none;
  padding-left: 0.5em;
}

.consultation-nav {
  display: flex;
  background-color: rgba(var(--ids__text-RGB), 0.05);
  padding: 0.7em 0em 0.7em 1em;
  border-radius: 0.2em;
}
.consultation-nav .consultation-nav-item {
  margin-right: 1em;
}
.consultation-nav .consultation-nav-item a {
  border-bottom-style: dashed;
}
.consultation-nav .consultation-nav-item.last-item {
  flex-grow: 1;
  text-align: right;
}
.consultation-nav .consultation-nav-item.last-item a {
  opacity: 0.3;
}
.consultation-nav .consultation-nav-item.last-item a:hover {
  opacity: 1;
}

.consultation-feedback {
  margin: 2em 0;
}
.consultation-feedback .consultation-feedback-person {
  display: flex;
}
.consultation-feedback
  .consultation-feedback-person
  .consultation-feedback-person-name {
  margin-right: 0.5em;
}
.consultation-feedback
  .consultation-feedback-person
  .consultation-feedback-logo {
  margin-right: 0.2em;
}
.consultation-feedback
  .consultation-feedback-person
  .consultation-feedback-logo
  svg {
  width: auto;
  height: 1.2em;
}
.consultation-feedback
  .consultation-feedback-person
  .consultation-feedback-logo.vv {
  margin-top: 0.04em;
}
.consultation-feedback
  .consultation-feedback-person
  .consultation-feedback-logo.vv
  svg {
  height: 0.9em;
}
.consultation-feedback .consultation-feedback-text p {
  display: inline-block;
  background-color: rgba(var(--ids__text-RGB), 0.05);
  border-radius: 1em;
  padding: 0.45em 0.6em 0.5em 0.6em;
  margin-bottom: 0.08em;
}
.consultation-feedback .consultation-feedback-text p:first-child {
  border-radius: 0 1em 1em 1em;
}
@media (max-width: 767px) {
  .consultation-feedback .consultation-feedback-text p {
    margin-right: 0.1em;
  }
}

.consultations-summary {
  font-size: 0.65em;
}
.consultations-summary .consultations-summary-item {
  padding: 0.5em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.consultation-price {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0.15em;
  padding: 0.1em 0.25em 0.05em;
  font-size: 0.65em;
  line-height: 0.7;
  font-family: var(--ids__font-sans);
  text-wrap: nowrap;
}

.ids table tr td {
  vertical-align: top;
  padding-right: 1em;
}
.ids table tr td:first-child {
  text-wrap: nowrap;
}
.ids table tr td:last-child {
  padding-right: 0;
}

figure.event-photo img {
  object-fit: cover;
}
figure.event-photo.height-S img {
  aspect-ratio: 16/9;
}
figure.event-photo.height-M img {
  aspect-ratio: 5/3;
}
figure.event-photo.height-L img {
  aspect-ratio: 3/2;
}

figure.lecture-illustration {
  width: 60%;
  margin: 2em auto;
}
@media (max-width: 767px) {
  figure.lecture-illustration {
    width: 80%;
  }
}
figure.lecture-illustration figcaption {
  font-family: var(--ids__font-sans);
  font-size: 0.65em;
}

.music-entity {
  display: flex;
  --gap: 1em;
  gap: var(--gap);
  margin-bottom: 4em;
}
.music-entity .music-cover {
  width: calc(30% - var(--gap) / 2);
}
.music-entity .music-info {
  width: calc(70% - var(--gap) / 2);
}
.music-entity .music-info .year {
  font-size: 0.7em;
  color: rgba(var(--ids__text-RGB), 0.5);
}
.music-entity .music-info .player {
  margin: 0.5em 0;
}
.music-entity .music-info .player audio {
  width: 100%;
}

.ellipse-image {
  margin: 2em -1em;
  border-radius: 50%;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .ellipse-image {
    margin: 1em 0em;
  }
}
.ellipse-image video {
  display: block;
  width: 106%;
  margin-left: -3%;
  margin-top: -2%;
}
.ellipse-image img {
  display: block;
  width: 100%;
}

:root {
  --font-size-min: 17;
  --font-size-max: 27;
  --font-size-min-mobile: 19;
  --font-size-max-mobile: 29;
  --ids__background-RGB: 255, 255, 255;
  --ids__text-RGB: 20, 30, 50;
  --ids__accent-RGB: 105, 231, 134;
  --ids__link-RGB: 0, 24, 32;
  --ids__hover-RGB: 255, 40, 0;
  --ids__outline-RGB: var(--ids__surface-RGB);
  --ids__main-RGB: var(--ids__accent-RGB);
  --ids__surface-RGB: 242, 243, 245;
  --ids__error-RGB: 240, 84, 95;
  --ids__success-RGB: 84, 180, 140;
  --ids__mark-RGB: 255, 235, 83;
  --ids__code-RGB: 200, 0, 0;
  --ids__on-main-RGB: var(--ids__background-RGB);
  --ids__on-accent-RGB: var(--ids__background-RGB);
  --ids__on-surface-RGB: var(--ids__text-RGB);
  --ids__font: "Proto Grotesk", Georgia, serif;
  --ids__font-sans: "Stratos", Arial, sans-serif;
}
