

/* Start:/local/templates/ivanyanandpartners/assets/dest/styles/main.css?1731074088150751*/
@charset "UTF-8";

/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -0.125rem;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent="mouse"] *,
[data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] *:focus,
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Styrene";
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 3.125rem;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media print,
screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print,
screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.cell.auto {
  flex: 1 1;
}

.cell.shrink {
  flex: 0 0 auto;
}

.grid-x>.auto {
  width: auto;
}

.grid-x>.shrink {
  width: auto;
}

.grid-x>.small-shrink,
.grid-x>.small-full,
.grid-x>.small-1,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12 {
  flex-basis: auto;
}

@media print,
screen and (min-width: 40em) {

  .grid-x>.medium-shrink,
  .grid-x>.medium-full,
  .grid-x>.medium-1,
  .grid-x>.medium-2,
  .grid-x>.medium-3,
  .grid-x>.medium-4,
  .grid-x>.medium-5,
  .grid-x>.medium-6,
  .grid-x>.medium-7,
  .grid-x>.medium-8,
  .grid-x>.medium-9,
  .grid-x>.medium-10,
  .grid-x>.medium-11,
  .grid-x>.medium-12 {
    flex-basis: auto;
  }
}

@media print,
screen and (min-width: 64em) {

  .grid-x>.large-shrink,
  .grid-x>.large-full,
  .grid-x>.large-1,
  .grid-x>.large-2,
  .grid-x>.large-3,
  .grid-x>.large-4,
  .grid-x>.large-5,
  .grid-x>.large-6,
  .grid-x>.large-7,
  .grid-x>.large-8,
  .grid-x>.large-9,
  .grid-x>.large-10,
  .grid-x>.large-11,
  .grid-x>.large-12 {
    flex-basis: auto;
  }
}

.grid-x>.small-1,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12 {
  flex: 0 0 auto;
}

.grid-x>.small-1 {
  width: 8.33333%;
}

.grid-x>.small-2 {
  width: 16.66667%;
}

.grid-x>.small-3 {
  width: 25%;
}

.grid-x>.small-4 {
  width: 33.33333%;
}

.grid-x>.small-5 {
  width: 41.66667%;
}

.grid-x>.small-6 {
  width: 50%;
}

.grid-x>.small-7 {
  width: 58.33333%;
}

.grid-x>.small-8 {
  width: 66.66667%;
}

.grid-x>.small-9 {
  width: 75%;
}

.grid-x>.small-10 {
  width: 83.33333%;
}

.grid-x>.small-11 {
  width: 91.66667%;
}

.grid-x>.small-12 {
  width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .grid-x>.medium-auto {
    flex: 1 1;
    width: auto;
  }

  .grid-x>.medium-shrink,
  .grid-x>.medium-1,
  .grid-x>.medium-2,
  .grid-x>.medium-3,
  .grid-x>.medium-4,
  .grid-x>.medium-5,
  .grid-x>.medium-6,
  .grid-x>.medium-7,
  .grid-x>.medium-8,
  .grid-x>.medium-9,
  .grid-x>.medium-10,
  .grid-x>.medium-11,
  .grid-x>.medium-12 {
    flex: 0 0 auto;
  }

  .grid-x>.medium-shrink {
    width: auto;
  }

  .grid-x>.medium-1 {
    width: 8.33333%;
  }

  .grid-x>.medium-2 {
    width: 16.66667%;
  }

  .grid-x>.medium-3 {
    width: 25%;
  }

  .grid-x>.medium-4 {
    width: 33.33333%;
  }

  .grid-x>.medium-5 {
    width: 41.66667%;
  }

  .grid-x>.medium-6 {
    width: 50%;
  }

  .grid-x>.medium-7 {
    width: 58.33333%;
  }

  .grid-x>.medium-8 {
    width: 66.66667%;
  }

  .grid-x>.medium-9 {
    width: 75%;
  }

  .grid-x>.medium-10 {
    width: 83.33333%;
  }

  .grid-x>.medium-11 {
    width: 91.66667%;
  }

  .grid-x>.medium-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-x>.large-auto {
    flex: 1 1;
    width: auto;
  }

  .grid-x>.large-shrink,
  .grid-x>.large-1,
  .grid-x>.large-2,
  .grid-x>.large-3,
  .grid-x>.large-4,
  .grid-x>.large-5,
  .grid-x>.large-6,
  .grid-x>.large-7,
  .grid-x>.large-8,
  .grid-x>.large-9,
  .grid-x>.large-10,
  .grid-x>.large-11,
  .grid-x>.large-12 {
    flex: 0 0 auto;
  }

  .grid-x>.large-shrink {
    width: auto;
  }

  .grid-x>.large-1 {
    width: 8.33333%;
  }

  .grid-x>.large-2 {
    width: 16.66667%;
  }

  .grid-x>.large-3 {
    width: 25%;
  }

  .grid-x>.large-4 {
    width: 33.33333%;
  }

  .grid-x>.large-5 {
    width: 41.66667%;
  }

  .grid-x>.large-6 {
    width: 50%;
  }

  .grid-x>.large-7 {
    width: 58.33333%;
  }

  .grid-x>.large-8 {
    width: 66.66667%;
  }

  .grid-x>.large-9 {
    width: 75%;
  }

  .grid-x>.large-10 {
    width: 83.33333%;
  }

  .grid-x>.large-11 {
    width: 91.66667%;
  }

  .grid-x>.large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x)>.cell {
  width: auto;
}

.grid-margin-y:not(.grid-y)>.cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.grid-margin-x>.cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-x>.cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x>.auto {
  width: auto;
}

.grid-margin-x>.shrink {
  width: auto;
}

.grid-margin-x>.small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x>.small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x>.small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x>.small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x>.small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x>.small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x>.small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x>.small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x>.small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x>.small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x>.small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x>.small-12 {
  width: calc(100% - 1.25rem);
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-x>.auto {
    width: auto;
  }

  .grid-margin-x>.shrink {
    width: auto;
  }

  .grid-margin-x>.small-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x>.small-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x>.small-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x>.small-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x>.small-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x>.small-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x>.small-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x>.small-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x>.small-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x>.small-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x>.small-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x>.small-12 {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x>.medium-auto {
    width: auto;
  }

  .grid-margin-x>.medium-shrink {
    width: auto;
  }

  .grid-margin-x>.medium-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x>.medium-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x>.medium-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x>.medium-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x>.medium-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x>.medium-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x>.medium-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x>.medium-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x>.medium-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x>.medium-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x>.medium-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x>.medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-x>.large-auto {
    width: auto;
  }

  .grid-margin-x>.large-shrink {
    width: auto;
  }

  .grid-margin-x>.large-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x>.large-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x>.large-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x>.large-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x>.large-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x>.large-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x>.large-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x>.large-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x>.large-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x>.large-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x>.large-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x>.large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full)>.grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-container:not(.full)>.grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x>.cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-padding-x>.cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1>.cell {
  width: 100%;
}

.small-up-2>.cell {
  width: 50%;
}

.small-up-3>.cell {
  width: 33.33333%;
}

.small-up-4>.cell {
  width: 25%;
}

.small-up-5>.cell {
  width: 20%;
}

.small-up-6>.cell {
  width: 16.66667%;
}

.small-up-7>.cell {
  width: 14.28571%;
}

.small-up-8>.cell {
  width: 12.5%;
}

@media print,
screen and (min-width: 40em) {
  .medium-up-1>.cell {
    width: 100%;
  }

  .medium-up-2>.cell {
    width: 50%;
  }

  .medium-up-3>.cell {
    width: 33.33333%;
  }

  .medium-up-4>.cell {
    width: 25%;
  }

  .medium-up-5>.cell {
    width: 20%;
  }

  .medium-up-6>.cell {
    width: 16.66667%;
  }

  .medium-up-7>.cell {
    width: 14.28571%;
  }

  .medium-up-8>.cell {
    width: 12.5%;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-up-1>.cell {
    width: 100%;
  }

  .large-up-2>.cell {
    width: 50%;
  }

  .large-up-3>.cell {
    width: 33.33333%;
  }

  .large-up-4>.cell {
    width: 25%;
  }

  .large-up-5>.cell {
    width: 20%;
  }

  .large-up-6>.cell {
    width: 16.66667%;
  }

  .large-up-7>.cell {
    width: 14.28571%;
  }

  .large-up-8>.cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1>.cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2>.cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3>.cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4>.cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5>.cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6>.cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7>.cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8>.cell {
  width: calc(12.5% - 1.25rem);
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.small-up-4>.cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5>.cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1>.cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2>.cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4>.cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5>.cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6>.cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7>.cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.medium-up-8>.cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-x.large-up-1>.cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2>.cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3>.cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.large-up-4>.cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5>.cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6>.cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.large-up-7>.cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.large-up-8>.cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse>.cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse>.small-1 {
  width: 8.33333%;
}

.small-margin-collapse>.small-2 {
  width: 16.66667%;
}

.small-margin-collapse>.small-3 {
  width: 25%;
}

.small-margin-collapse>.small-4 {
  width: 33.33333%;
}

.small-margin-collapse>.small-5 {
  width: 41.66667%;
}

.small-margin-collapse>.small-6 {
  width: 50%;
}

.small-margin-collapse>.small-7 {
  width: 58.33333%;
}

.small-margin-collapse>.small-8 {
  width: 66.66667%;
}

.small-margin-collapse>.small-9 {
  width: 75%;
}

.small-margin-collapse>.small-10 {
  width: 83.33333%;
}

.small-margin-collapse>.small-11 {
  width: 91.66667%;
}

.small-margin-collapse>.small-12 {
  width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .small-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .small-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .small-margin-collapse>.medium-3 {
    width: 25%;
  }

  .small-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .small-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .small-margin-collapse>.medium-6 {
    width: 50%;
  }

  .small-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .small-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .small-margin-collapse>.medium-9 {
    width: 75%;
  }

  .small-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .small-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .small-margin-collapse>.medium-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .small-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .small-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .small-margin-collapse>.large-3 {
    width: 25%;
  }

  .small-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .small-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .small-margin-collapse>.large-6 {
    width: 50%;
  }

  .small-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .small-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .small-margin-collapse>.large-9 {
    width: 75%;
  }

  .small-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .small-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .small-margin-collapse>.large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse>.cell {
  padding-right: 0;
  padding-left: 0;
}

@media print,
screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print,
screen and (min-width: 40em) {
  .medium-margin-collapse>.small-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.small-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse>.small-3 {
    width: 25%;
  }

  .medium-margin-collapse>.small-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.small-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse>.small-6 {
    width: 50%;
  }

  .medium-margin-collapse>.small-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.small-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse>.small-9 {
    width: 75%;
  }

  .medium-margin-collapse>.small-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.small-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse>.small-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 40em) {
  .medium-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse>.medium-3 {
    width: 25%;
  }

  .medium-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse>.medium-6 {
    width: 50%;
  }

  .medium-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse>.medium-9 {
    width: 75%;
  }

  .medium-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse>.medium-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .medium-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse>.large-3 {
    width: 25%;
  }

  .medium-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse>.large-6 {
    width: 50%;
  }

  .medium-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse>.large-9 {
    width: 75%;
  }

  .medium-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse>.large-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse>.small-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.small-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.small-3 {
    width: 25%;
  }

  .large-margin-collapse>.small-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.small-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.small-6 {
    width: 50%;
  }

  .large-margin-collapse>.small-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.small-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.small-9 {
    width: 75%;
  }

  .large-margin-collapse>.small-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.small-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.small-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.medium-3 {
    width: 25%;
  }

  .large-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.medium-6 {
    width: 50%;
  }

  .large-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.medium-9 {
    width: 75%;
  }

  .large-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.medium-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.large-3 {
    width: 25%;
  }

  .large-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.large-6 {
    width: 50%;
  }

  .large-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.large-9 {
    width: 75%;
  }

  .large-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.large-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x>.small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x>.small-offset-1 {
  margin-left: calc(8.33333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x>.small-offset-2 {
  margin-left: calc(16.66667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x>.small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x>.small-offset-4 {
  margin-left: calc(33.33333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x>.small-offset-5 {
  margin-left: calc(41.66667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x>.small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x>.small-offset-7 {
  margin-left: calc(58.33333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x>.small-offset-8 {
  margin-left: calc(66.66667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x>.small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x>.small-offset-10 {
  margin-left: calc(83.33333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x>.small-offset-11 {
  margin-left: calc(91.66667% + 1.25rem / 2);
}

@media print,
screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x>.medium-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2);
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x>.medium-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x>.medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x>.medium-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2);
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x>.medium-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x>.medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x>.medium-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2);
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x>.medium-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x>.medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x>.medium-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2);
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x>.medium-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2);
  }
}

@media print,
screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x>.large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x>.large-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2);
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x>.large-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x>.large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x>.large-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2);
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x>.large-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x>.large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x>.large-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2);
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x>.large-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x>.large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x>.large-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2);
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x>.large-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2);
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y>.cell {
  height: auto;
  max-height: none;
}

.grid-y>.auto {
  height: auto;
}

.grid-y>.shrink {
  height: auto;
}

.grid-y>.small-shrink,
.grid-y>.small-full,
.grid-y>.small-1,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12 {
  flex-basis: auto;
}

@media print,
screen and (min-width: 40em) {

  .grid-y>.medium-shrink,
  .grid-y>.medium-full,
  .grid-y>.medium-1,
  .grid-y>.medium-2,
  .grid-y>.medium-3,
  .grid-y>.medium-4,
  .grid-y>.medium-5,
  .grid-y>.medium-6,
  .grid-y>.medium-7,
  .grid-y>.medium-8,
  .grid-y>.medium-9,
  .grid-y>.medium-10,
  .grid-y>.medium-11,
  .grid-y>.medium-12 {
    flex-basis: auto;
  }
}

@media print,
screen and (min-width: 64em) {

  .grid-y>.large-shrink,
  .grid-y>.large-full,
  .grid-y>.large-1,
  .grid-y>.large-2,
  .grid-y>.large-3,
  .grid-y>.large-4,
  .grid-y>.large-5,
  .grid-y>.large-6,
  .grid-y>.large-7,
  .grid-y>.large-8,
  .grid-y>.large-9,
  .grid-y>.large-10,
  .grid-y>.large-11,
  .grid-y>.large-12 {
    flex-basis: auto;
  }
}

.grid-y>.small-1,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12 {
  flex: 0 0 auto;
}

.grid-y>.small-1 {
  height: 8.33333%;
}

.grid-y>.small-2 {
  height: 16.66667%;
}

.grid-y>.small-3 {
  height: 25%;
}

.grid-y>.small-4 {
  height: 33.33333%;
}

.grid-y>.small-5 {
  height: 41.66667%;
}

.grid-y>.small-6 {
  height: 50%;
}

.grid-y>.small-7 {
  height: 58.33333%;
}

.grid-y>.small-8 {
  height: 66.66667%;
}

.grid-y>.small-9 {
  height: 75%;
}

.grid-y>.small-10 {
  height: 83.33333%;
}

.grid-y>.small-11 {
  height: 91.66667%;
}

.grid-y>.small-12 {
  height: 100%;
}

@media print,
screen and (min-width: 40em) {
  .grid-y>.medium-auto {
    flex: 1 1;
    height: auto;
  }

  .grid-y>.medium-shrink,
  .grid-y>.medium-1,
  .grid-y>.medium-2,
  .grid-y>.medium-3,
  .grid-y>.medium-4,
  .grid-y>.medium-5,
  .grid-y>.medium-6,
  .grid-y>.medium-7,
  .grid-y>.medium-8,
  .grid-y>.medium-9,
  .grid-y>.medium-10,
  .grid-y>.medium-11,
  .grid-y>.medium-12 {
    flex: 0 0 auto;
  }

  .grid-y>.medium-shrink {
    height: auto;
  }

  .grid-y>.medium-1 {
    height: 8.33333%;
  }

  .grid-y>.medium-2 {
    height: 16.66667%;
  }

  .grid-y>.medium-3 {
    height: 25%;
  }

  .grid-y>.medium-4 {
    height: 33.33333%;
  }

  .grid-y>.medium-5 {
    height: 41.66667%;
  }

  .grid-y>.medium-6 {
    height: 50%;
  }

  .grid-y>.medium-7 {
    height: 58.33333%;
  }

  .grid-y>.medium-8 {
    height: 66.66667%;
  }

  .grid-y>.medium-9 {
    height: 75%;
  }

  .grid-y>.medium-10 {
    height: 83.33333%;
  }

  .grid-y>.medium-11 {
    height: 91.66667%;
  }

  .grid-y>.medium-12 {
    height: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-y>.large-auto {
    flex: 1 1;
    height: auto;
  }

  .grid-y>.large-shrink,
  .grid-y>.large-1,
  .grid-y>.large-2,
  .grid-y>.large-3,
  .grid-y>.large-4,
  .grid-y>.large-5,
  .grid-y>.large-6,
  .grid-y>.large-7,
  .grid-y>.large-8,
  .grid-y>.large-9,
  .grid-y>.large-10,
  .grid-y>.large-11,
  .grid-y>.large-12 {
    flex: 0 0 auto;
  }

  .grid-y>.large-shrink {
    height: auto;
  }

  .grid-y>.large-1 {
    height: 8.33333%;
  }

  .grid-y>.large-2 {
    height: 16.66667%;
  }

  .grid-y>.large-3 {
    height: 25%;
  }

  .grid-y>.large-4 {
    height: 33.33333%;
  }

  .grid-y>.large-5 {
    height: 41.66667%;
  }

  .grid-y>.large-6 {
    height: 50%;
  }

  .grid-y>.large-7 {
    height: 58.33333%;
  }

  .grid-y>.large-8 {
    height: 66.66667%;
  }

  .grid-y>.large-9 {
    height: 75%;
  }

  .grid-y>.large-10 {
    height: 83.33333%;
  }

  .grid-y>.large-11 {
    height: 91.66667%;
  }

  .grid-y>.large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y>.cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-padding-y>.cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y>.cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y>.auto {
  height: auto;
}

.grid-margin-y>.shrink {
  height: auto;
}

.grid-margin-y>.small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y>.small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y>.small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y>.small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y>.small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y>.small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y>.small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y>.small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y>.small-12 {
  height: calc(100% - 1.25rem);
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y>.auto {
    height: auto;
  }

  .grid-margin-y>.shrink {
    height: auto;
  }

  .grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y>.medium-auto {
    height: auto;
  }

  .grid-margin-y>.medium-shrink {
    height: auto;
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-y>.large-auto {
    height: auto;
  }

  .grid-margin-y>.large-shrink {
    height: auto;
  }

  .grid-margin-y>.large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container>.grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print,
screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container>.grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container>.grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}

@media print,
screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print,
screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y>.cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y>.auto {
  height: auto;
}

.grid-margin-y>.shrink {
  height: auto;
}

.grid-margin-y>.small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y>.small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y>.small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y>.small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y>.small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y>.small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y>.small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y>.small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y>.small-12 {
  height: calc(100% - 1.25rem);
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y>.auto {
    height: auto;
  }

  .grid-margin-y>.shrink {
    height: auto;
  }

  .grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y>.medium-auto {
    height: auto;
  }

  .grid-margin-y>.medium-shrink {
    height: auto;
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-y>.large-auto {
    height: auto;
  }

  .grid-margin-y>.large-shrink {
    height: auto;
  }

  .grid-margin-y>.large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y>.large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y>.large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y>.large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y>.large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y>.large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y>.large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y>.large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y>.large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y>.large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y>.large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y>.large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print,
screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print,
screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em),
screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print,
screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em),
screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {

  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {

  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {

  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }

  .hide-for-dark-mode {
    display: none !important;
  }
}

.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }

  .hide-for-ie {
    display: none !important;
  }
}

.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

@font-face {
  font-family: 'Source Serif Pro';
  src: url("/local/templates/ivanyanandpartners/assets/dest/styles/../fonts/source-serif-pro-release/SourceSerifPro-Regular.ttf.woff2") format("woff2"), url("/local/templates/ivanyanandpartners/assets/dest/styles/../fonts/source-serif-pro-release/SourceSerifPro-Regular.ttf.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Source Serif Pro';
  src: url("/local/templates/ivanyanandpartners/assets/dest/styles/../fonts/source-serif-pro-release/SourceSerifPro-Black.ttf.woff2") format("woff2"), url("/local/templates/ivanyanandpartners/assets/dest/styles/../fonts/source-serif-pro-release/SourceSerifPro-Black.ttf.woff") format("woff");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: 'Source Serif Pro';
  src: url("/local/templates/ivanyanandpartners/assets/dest/styles/../fonts/source-serif-pro-release/SourceSerifPro-Semibold.ttf.woff2") format("woff2"), url("/local/templates/ivanyanandpartners/assets/dest/styles/../fonts/source-serif-pro-release/SourceSerifPro-Semibold.ttf.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Styrene';
  src: url("/local/templates/ivanyanandpartners/assets/dest/styles/../fonts/styrene/Styrene A-Regular-Web.eot");
  src: url("/local/templates/ivanyanandpartners/assets/dest/styles/../fonts/styrene/Styrene A-Regular-Web.eot#iefix") format("embedded-opentype"), url("/local/templates/ivanyanandpartners/assets/dest/styles/../fonts/styrene/Styrene A-Regular-Web.woff2") format("woff2"), url("/local/templates/ivanyanandpartners/assets/dest/styles/../fonts/styrene/Styrene A-Regular-Web.woff") format("woff"), url("/local/templates/ivanyanandpartners/assets/dest/styles/../fonts/styrene/Styrene A-Regular-Web.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Styrene';
  src: url("/local/templates/ivanyanandpartners/assets/dest/styles/../fonts/styrene/Styrene A-Bold-Web.eot");
  src: url("/local/templates/ivanyanandpartners/assets/dest/styles/../fonts/styrene/Styrene A-Bold-Web.eot#iefix") format("embedded-opentype"), url("/local/templates/ivanyanandpartners/assets/dest/styles/../fonts/styrene/Styrene A-Bold-Web.woff2") format("woff2"), url("/local/templates/ivanyanandpartners/assets/dest/styles/../fonts/styrene/Styrene A-Bold-Web.woff") format("woff"), url("/local/templates/ivanyanandpartners/assets/dest/styles/../fonts/styrene/Styrene A-Bold-Web.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

.icon {
  font-size: 0.625rem;
}

.icon:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-image: url("/local/templates/ivanyanandpartners/assets/dest/styles/../../../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 0em 0em;
}

.no-svg .icon:before {
  background-image: url("/local/templates/ivanyanandpartners/assets/dest/styles/../../../img/sprites/sprite.png");
}

.subtitle {
  margin: 1.4em 0 1em;
  font-size: 1.125rem;
  font-weight: bold;
}

h3 {
  margin: 0 0 1em;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.2;
}

p {
  margin: 0 0 1.6em;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media print,
screen and (min-width: 40em) {
  p {
    font-size: 1.125rem;
  }
}

img {
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5em;
  font-family: "Source Serif Pro";
  font-weight: normal;
}

.orange {
  color: #f04e00;
}

h1 {
  margin: 0 0 1em;
  font-size: 1.875rem;
  line-height: 1.2;
}

@media print,
screen and (min-width: 40em) {
  h1 {
    font-size: 2.25rem;
    font-weight: normal;
  }
}

@media print,
screen and (min-width: 64em) {
  h1 {
    font-size: 3rem;
  }
}

h1.has-binder {
  margin-bottom: 0.25em;
}

h2,
.h2 {
  font-size: 1.125rem;
  font-weight: 900;
}

@media print,
screen and (min-width: 40em) {

  h2,
  .h2 {
    font-size: 1.875rem;
  }
}

h3,
.h3 {
  font-size: 1.875rem;
  font-weight: normal;
}

a:not([class]) {
  transition: color 250ms ease;
  color: inherit;
}

a:not([class])[href^='tel:'] {
  text-decoration: none;
}

a:not([class]):hover {
  color: #f04e00;
  text-decoration: none;
}

ul:not([class]), ul.person__specialization {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media print,
screen and (min-width: 40em) {
  ul:not([class]), ul.person__specialization {
    margin-bottom: 1.5em;
  }
}

ul:not([class]) li, ul.person__specialization li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media print,
screen and (min-width: 40em) {
  ul:not([class]) li, ul.person__specialization li {
    margin-bottom: 0;
    font-size: 1.125rem;
  }
}

ul:not([class]) li::before, ul.person__specialization li::before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

bold {
  font-weight: bold;
}

.page {
  position: relative;
  /*main structure */
}

@media print,
screen and (min-width: 40em) {
  .page {
    padding-top: 2.375rem;
  }
}

.page__modal {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 2.25rem 2.5rem 1.25rem;
  background: #fff;
  box-shadow: 0 -31.25rem 0 0 #fff;
}

@media print,
screen and (min-width: 64em) {
  .page__modal {
    right: 50%;
    margin-right: 0.625rem;
    padding-right: 1.25rem;
  }
}

.page__modal.is-open {
  display: block;
  animation: 250ms ease forwards modal-show;
}

.page__modal.is-closed {
  display: block;
  animation: 250ms ease reverse forwards modal-show;
}

.page__modal-close {
  position: absolute;
  z-index: 1;
  top: 1.375rem;
  right: 1.375rem;
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 150ms linear;
  cursor: pointer;
}

.page__modal-close:hover {
  transform: scale(1.1);
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .page__modal-close {
    right: 2.5rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .page {
    display: flex;
  }
}

.page__main,
.page__sidebar {
  flex: 1 1 100%;
  margin: 0 0.625rem;
}

.page__main {
  margin-bottom: 2.5rem;
}

@media print,
screen and (min-width: 64em) {
  .page__main {
    max-width: calc(100% / 4 * 3 - 1.25rem);
  }

  .page__main--full {
    max-width: calc(100% - 1.25rem);
  }
}

.page__sidebar {
  margin: 0 -0.625rem;
  padding: 0 1.25rem;
}

.page__sidebar.is-filter-padding {
  padding-top: 4.375rem;
}

@media print,
screen and (min-width: 40em) {
  .page__sidebar {
    margin: 0 -1.875rem;
    padding: 0 2.5rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .page__sidebar {
    max-width: calc(100% / 4 * 1 - 1.25rem);
    margin: 0 0.625rem;
    padding: 0 1.25rem;
  }
}

@keyframes modal-show {
  0% {
    transform: translate(-100%, 0);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.sidebar.bg-blue {
  background-color: #cfedff;
}

@media print,
screen and (min-width: 64em) {
  .sidebar.bg-blue {
    box-shadow: 0 -12.5rem 0 0 #cfedff, 3.125rem 0 0 0 #cfedff, 3.125rem -12.5rem 0 0 #cfedff, 3.125rem 50vh 0 3.125rem #cfedff;
  }
}

.site-footer {
  display: flex;
  position: relative;
  margin-top: auto;
  padding: 1.875rem 1.25rem;
  background-color: #000;
  color: #d1edff;
  font-size: 0.9375rem;
  text-align: center;
}

@media print,
screen and (min-width: 40em) {
  .site-footer {
    padding: 2.0625rem 2.5rem;
  }
}

.site-footer_row {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.site-footer_line {
  display: flex;
  flex-wrap: wrap;
}

.site-footer_line--1 {
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.site-footer_line--2 {
  margin-bottom: 1.3125rem;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover {
  color: #f04e00;
}

.site-footer svg {
  fill: currentColor;
}

.site-footer__logo {
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  max-width: 4.375rem;
  width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .site-footer__logo {
    max-width: 18.875rem;
  }
}

.site-footer .site-footer__logo:hover {
  color: #d1edff;
}

.site-footer__inst {
  flex: 0 0 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 2.375rem;
}

@media print,
screen and (min-width: 40em) {
  .site-footer__inst {
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 85.375em) {
  .site-footer__inst {
    margin-bottom: 1.625rem;
  }
}

.site-footer__address-list {
  display: flex;
  flex-direction: column;
}

@media print,
screen and (min-width: 64em) {
  .site-footer__address-list {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.site-footer__address {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.46667;
  margin: 0.3125rem 0;
}

@media print,
screen and (min-width: 64em) {
  .site-footer__address {
    margin: 0;
  }
}

@media screen and (min-width: 85.375em) {
  .site-footer__address:not(:last-child)::after {
    content: '   •   ';
    margin: 0 1em;
  }
}

.site-footer__copyright {
  display: flex;
  flex-wrap: wrap;
}

@media print,
screen and (min-width: 64em) {
  .site-footer__copyright {
    position: absolute;
    top: 1.75rem;
    left: 2.5rem;
  }
}

.site-header {
  display: flex;
  position: relative;
  z-index: 10;
  align-items: center;
  height: 5.5rem;
  padding: 0 1.25rem;
  background-color: #000;
  color: #fff;
}

@media print,
screen and (min-width: 40em) {
  .site-header {
    padding: 0 2.5rem;
  }
}

.site-header__logo {
  flex: 1 1 auto;
  max-width: 18.875rem;
  margin-left: 2.625rem;
  color: #fff;
}

.site-header__contacts {
  flex: 0 0 2rem;
  width: 2rem;
  margin-left: 0.625rem;
  color: #fff;
  transition: color 150ms ease;
}

.site-header__contacts svg {
  width: 2rem;
  height: 2rem;
  stroke: currentColor;
}

.site-header__contacts:hover {
  color: #f04e00;
}

.site-header__search {
  display: block;
  flex: 0 0 2.1875rem;
  width: 2.1875rem;
  color: #fff;
  transition: color 150ms ease;
}

.site-header__search svg {
  width: 2.1875rem;
  height: 2.1875rem;
  stroke: currentColor;
}

.site-header__search:hover {
  color: #f04e00;
}

.site-header__lang {
  flex: 0 0 2rem;
  width: 2rem;
}

@media print,
screen and (min-width: 40em) {
  .site-header__lang {
    position: relative;
  }
}

.site-header__lang svg {
  width: 2rem;
  height: 2rem;
  transition: opacity 150ms ease;
}

.site-header__lang:hover .site-header__lang svg,
.site-header__lang svg.is-open {
  opacity: 0;
}

.site-header__lang:hover svg,
.site-header__lang.is-open svg {
  opacity: 0;
}

.site-header__lang-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: -0.625rem;
  right: -1.25rem;
  bottom: -0.625rem;
  padding: 1rem 1.25rem;
  transform: translate(0, -150%);
  transition: transform 250ms cubic-bezier(0.21, -0.35, 0.51, 1.6), opacity 250ms ease;
  opacity: 0;
  background-color: #000;
  white-space: nowrap;
}

@media print,
screen and (max-width: 39.99875em) {
  .site-header__lang-menu {
    width: 100vw;
    text-align: center;
    line-height: 2rem;
  }
}

@media print,
screen and (max-width: 39.99875em) {
  .site-header__lang-menu {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.site-header__lang:hover .site-header__lang-menu,
.site-header__lang-menu.is-open {
  transform: translate(0, 0);
  opacity: 1;
}

.site-header__lang-item {
  padding: 0.25rem 0;
  transition: color 250ms ease;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.site-header__lang-item+.site-header__lang-item {
  margin-left: 0.4em;
}

.site-header__lang-item.is-current {
  font-weight: normal;
}

.site-header__lang-item:not(.is-current):hover {
  color: #f04e00;
}

.site-header svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  fill: currentColor;
}

.site-header svg.logo {
  max-width: 300px;
}

@media print,
screen and (min-width: 40em) {
  .site-header__logo {
    order: 1;
    margin-left: 0;
    padding-left: 8.6875rem;
  }

  .site-header__lang {
    order: 2;
  }

  .site-header__search {
    order: 3;
    margin-left: 1.25rem;
  }

  .site-header__contacts {
    order: 3;
    margin-left: 1.25rem;
  }
}

.binder-widget__text,
.drop-menu__open span,
.filter__open span,
.filter__reset-button,
.main-menu__link,
.news-card__title,
.news-filter__all-link,
.people-card__name {
  position: relative;
  padding-bottom: 0.125rem;
  transition: box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
  background-image: linear-gradient(#abdaff, #abdaff);
  background-size: 100% 0.125rem;
  background-position: left bottom;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 0 #cfedff;
  text-decoration: none;
}

.binder-widget__text:hover,
.drop-menu__open span:hover,
.filter__open span:hover,
.filter__reset-button:hover,
.main-menu__link:hover,
.news-card__title:hover,
.news-filter__all-link:hover,
.people-card__name:hover {
  box-shadow: inset 0 -2em 0 0 #cfedff;
}

.bg-blue .binder-widget__text,
.bg-blue .drop-menu__open span,
.drop-menu__open .bg-blue span,
.bg-blue .filter__open span,
.filter__open .bg-blue span,
.bg-blue .filter__reset-button,
.bg-blue .main-menu__link,
.bg-blue .news-card__title,
.bg-blue .news-filter__all-link,
.bg-blue .people-card__name {
  background-image: linear-gradient(#fff, #fff);
  background-size: 100% 0.125rem;
  background-position: left bottom;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 0 #fff;
}

.bg-blue .binder-widget__text:hover,
.bg-blue .drop-menu__open span:hover,
.drop-menu__open .bg-blue span:hover,
.bg-blue .filter__open span:hover,
.filter__open .bg-blue span:hover,
.bg-blue .filter__reset-button:hover,
.bg-blue .main-menu__link:hover,
.bg-blue .news-card__title:hover,
.bg-blue .news-filter__all-link:hover,
.bg-blue .people-card__name:hover {
  box-shadow: inset 0 -2em 0 0 #fff;
}

.bg-dark .binder-widget__text,
.bg-dark .drop-menu__open span,
.drop-menu__open .bg-dark span,
.bg-dark .filter__open span,
.filter__open .bg-dark span,
.bg-dark .filter__reset-button,
.bg-dark .main-menu__link,
.bg-dark .news-card__title,
.bg-dark .news-filter__all-link,
.bg-dark .people-card__name {
  background-image: linear-gradient(#cfedff, #cfedff);
  background-size: 100% 0.125rem;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.bg-dark .binder-widget__text:hover,
.bg-dark .drop-menu__open span:hover,
.drop-menu__open .bg-dark span:hover,
.bg-dark .filter__open span:hover,
.filter__open .bg-dark span:hover,
.bg-dark .filter__reset-button:hover,
.bg-dark .main-menu__link:hover,
.bg-dark .news-card__title:hover,
.bg-dark .news-filter__all-link:hover,
.bg-dark .people-card__name:hover {
  box-shadow: inset 0 -2em 0 0 #cfedff;
}

.bg-white .binder-widget__text,
.bg-white .drop-menu__open span,
.drop-menu__open .bg-white span,
.bg-white .filter__open span,
.filter__open .bg-white span,
.bg-white .filter__reset-button,
.bg-white .main-menu__link,
.bg-white .news-card__title,
.bg-white .news-filter__all-link,
.bg-white .people-card__name {
  background-image: linear-gradient(#abdaff, #abdaff);
  background-size: 100% 0.125rem;
  background-position: left bottom;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 0 #cfedff;
}

.bg-white .binder-widget__text:hover,
.bg-white .drop-menu__open span:hover,
.drop-menu__open .bg-white span:hover,
.bg-white .filter__open span:hover,
.filter__open .bg-white span:hover,
.bg-white .filter__reset-button:hover,
.bg-white .main-menu__link:hover,
.bg-white .news-card__title:hover,
.bg-white .news-filter__all-link:hover,
.bg-white .people-card__name:hover {
  box-shadow: inset 0 -2em 0 0 #cfedff;
}

.load-more {
  display: inline-block;
  transition: transform 75ms cubic-bezier(1, 0.05, 0.43, 1.03);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.load-more:hover {
  transform: translate(0, 0.25rem);
  color: #000;
}

.load-more svg {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  margin: 0 auto;
  fill: currentColor;
}

button {
  cursor: pointer;
}

.search-header {
  margin: 2.25rem -0.625rem 0.75rem;
}

@media screen and (min-width: 75em) {
  .search-header {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 0;
  }
}

.search-header__form,
.search-header__title {
  flex: 1 1 100%;
  width: 100%;
  max-width: calc(100% - 1.25rem);
  margin: 0 0.625rem;
}

@media screen and (min-width: 75em) {
  .search-header__form {
    max-width: calc(66.6666% - 1.25rem);
  }

  .search-header__form--empty {
    width: 100%;
    margin-left: 0.625rem;
  }
}

@media screen and (min-width: 85.4375em) {
  .search-header__form--empty {
    margin-left: 8.375rem;
    max-width: calc(100% - (64 + 60 + 10) * 1px);
  }
}

.search-header__title {
  flex: 1 1 100%;
  width: 100%;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (min-width: 75em) {
  .search-header__title {
    max-width: calc(33.333% - 1.25rem);
  }
}

@media screen and (min-width: 90em) {
  .search-header__title {
    padding-left: 7.5rem;
  }
}

.search-header__count {
  font-size: 1.125rem;
  font-weight: normal;
  white-space: nowrap;
}

.search-result {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 75em) {
  .search-result {
    margin-left: calc(33% + 0.625rem);
  }

  .search-result--empty {
    margin-left: 10%;
  }
}

.search-result__needle {
  color: #f04e00;
  font-size: 1.125rem;
  font-weight: bold;
}

@media print,
screen and (min-width: 40em) {
  .search-result__needle {
    font-size: 1.25rem;
  }
}

.contacts {
  flex-wrap: wrap;
  margin: 0 -0.625rem 1.75rem;
  line-height: 1.5;
}

@media print,
screen and (min-width: 40em) {
  .contacts {
    display: flex;
  }
}

.contacts__item {
  margin: 0 -0.625rem;
  padding: 0 1.25rem;
}

@media (min-width: 1093px) and (max-width: 1148px) {
  .contacts__item p {
    min-height: 10rem;
  }
}

@media (min-width: 1024px) and (max-width: 1092px) {
  .contacts__item p {
    min-height: 11.875rem;
  }
}

@media print,
screen and (min-width: 40em) {
  .contacts__item {
    flex: 0 0 100%;
    width: 100%;
    max-width: calc(100% - 1.25rem);
    margin: 0 0.625rem;
    padding: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .contacts__item {
    max-width: calc(100% / 2 - 1.25rem);
  }
}

@media print,
screen and (max-width: 63.99875em) {
  .contacts__item:not(:last-child) {
    border-bottom: 1px solid #000;
    padding-bottom: 0.75rem;
    margin-bottom: 2.125rem;
  }
}

.contacts__item-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.66667em;
}

@media print,
screen and (min-width: 40em) {
  .contacts__item-title {
    font-size: 1.5rem;
  }
}

.contacts__item-details-title {
  margin-bottom: 1.44444em;
  font-weight: bold;
  font-size: 0.875rem;
}

@media print,
screen and (min-width: 40em) {
  .contacts__item-details-title {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) and (max-width: 1148px) {
  .contacts__item-details p {
    min-height: auto;
  }
}

.contacts__map {
  margin: 0 -1.25rem 1.25rem;
  padding-bottom: 93.75%;
}

@media print,
screen and (min-width: 40em) {
  .contacts__map {
    margin: 0 0 2.1875rem;
    padding-bottom: 65.10989%;
  }
}

@media screen and (min-width: 75em) {
  .contacts__map {
    padding-bottom: 68.68132%;
  }
}

.text-button {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0;
  color: #000000;
  font-family: "Styrene";
  font-size: 0.875rem;
  white-space: nowrap;
  transition: color 250ms ease;
}

@media print,
screen and (min-width: 40em) {
  .text-button {
    font-size: 1.125rem;
  }
}

.text-button:hover,
.text-button--orange {
  color: #f04e00;
}

.text-button--remove {
  font-weight: 500;
  text-decoration: none;
}

.button {
  display: inline-block;
  flex: 1 1 auto;
  margin: 0.625rem 0;
  padding: 0.25rem 0.625rem 0.5rem;
  background-color: #f04e00;
  text-decoration: none;
  font-size: 1.25rem;
  color: #fff;
  transition: background-color 250ms ease;
  outline: none;
}

.button[disabled] {
  cursor: default;
  color: #fff;
  background-color: #E5E5E5;
}

.button:not([disabled]):hover {
  background-color: #bd3d00;
}

.form-item {
  display: block;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

@media print,
screen and (min-width: 40em) {
  .form-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.125rem;
  }
}

.form-item__label {
  flex: 1 1 100%;
  font-size: 0.875rem;
  line-height: 1.2;
  max-width: 12.5rem;
  color: #000;
  margin-right: 1.25rem;
  margin-bottom: 0.5rem;
  padding: 0.4375rem 0;
}

.form-item__input {
  display: block;
  min-width: 1px;
  width: 100%;
  flex: 1 1 100%;
  padding: 0.4375rem 0.625rem;
  border: 0;
  background-color: #cfedff;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #878789;
}

.form-item__input[type='file'] {
  display: none;
}

.form-item__input.is-black {
  background-color: #000000;
  color: #f04e00;
}

.has-error .form-item__input {
  box-shadow: 0 0 0 0.125rem #f04e00;
}

.form-item__file-label {
  width: 100%;
  flex: 1 1 100%;
  padding: 0.4375rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #878789;
  border: 1px solid #878789;
  transition: color .15s ease, background-color .15s ease;
}

.form-item__file-label:hover {
  color: #fff;
  background-color: #878789;
}

.form-item select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}

.form-item .selectr-clear {
  display: none !important;
}

.form-item .selectr-placeholder {
  color: #cfedff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.req {
  color: #f04e00;
  margin-left: 0.3em;
}

.selectr-container li,
.selectr-option,
.selectr-tag {
  list-style: none;
}

.selectr-container {
  position: relative;
}

.selectr-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.selectr-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11;
  max-width: 100%;
  display: block;
}

.selectr-desktop.multiple .selectr-visible {
  display: none;
}

.selectr-desktop.multiple.native-open .selectr-visible {
  top: 100%;
  min-height: 12.5rem !important;
  height: auto;
  opacity: 1;
  display: block;
}

.selectr-container.multiple.selectr-mobile .selectr-selected {
  z-index: 0;
}

.selectr-selected {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}

.has-error .selectr-selected {
  box-shadow: 0 0 0 0.125rem #f04e00;
}

.selectr-label {
  display: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.selectr-placeholder {
  color: #6c7a86;
}

.selectr-tags {
  margin: 0;
  padding: 0;
  white-space: normal;
}

.has-selected .selectr-tags {
  margin: 0 0 -0.125rem;
}

.selectr-container.multiple.has-selected .selectr-selected {
  padding: 0.3125rem 1.75rem 0.3125rem 0.3125rem;
}

.selectr-options-container {
  position: absolute;
  z-index: 10000;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  background-color: #cfedff;
}

.multiple .selectr-options-container {
  padding: 0.3125rem;
}

.selectr-container.open .selectr-options-container {
  display: block;
}

.selectr-input-container {
  position: relative;
  display: none;
}

.selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
  position: absolute;
  top: 50%;
  right: 1.375rem;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  cursor: pointer;
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  border: none;
  background-color: transparent;
  z-index: 11;
}

.selectr-clear,
.selectr-input-clear {
  display: none;
}

.selectr-container.has-selected .selectr-clear,
.selectr-input-container.active,
.selectr-input-container.active .selectr-clear,
.selectr-input-container.active .selectr-input-clear {
  display: block;
}

.selectr-selected .selectr-tag-remove {
  right: 0.125rem;
}

.selectr-clear::after,
.selectr-clear::before,
.selectr-input-clear::after,
.selectr-input-clear::before,
.selectr-tag-remove::after,
.selectr-tag-remove::before {
  position: absolute;
  top: 0.3125rem;
  left: 0.5625rem;
  width: 0.125rem;
  height: 0.625rem;
  content: ' ';
  background-color: #6c7a86;
}

.selectr-tag-remove::after,
.selectr-tag-remove::before {
  top: 0.25rem;
  width: 1px;
  height: 0.75rem;
  background-color: #878789;
}

.selectr-clear:before,
.selectr-input-clear::before,
.selectr-tag-remove::before {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.selectr-clear:after,
.selectr-input-clear::after,
.selectr-tag-remove::after {
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.selectr-input {
  top: 0.3125rem;
  left: 0.3125rem;
  box-sizing: border-box;
  width: calc(100% - 1.875rem);
  margin: 0.625rem 0.9375rem;
  padding: 0.4375rem 1.875rem 0.4375rem 0.5625rem;
  border: 1px solid #999;
  border-radius: 0.1875rem;
}

.selectr-notice {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 1rem;
  border-top: 1px solid #999;
  border-radius: 0 0 0.1875rem 0.1875rem;
  background-color: #fff;
}

.input-tag,
.taggable .selectr-label {
  width: auto;
}

.selectr-container.notice .selectr-notice {
  display: block;
}

.selectr-container.notice .selectr-selected {
  border-radius: 0.1875rem 0.1875rem 0 0;
}

.selectr-options {
  position: relative;
  top: calc(100% + 0.125rem);
  display: none;
  overflow-x: auto;
  overflow-y: auto;
  max-height: 12.5rem;
  margin: 0;
  padding: 0;
}

.selectr-container.notice .selectr-options-container,
.selectr-container.open .selectr-input-container,
.selectr-container.open .selectr-options {
  display: block;
}

.selectr-tag,
.selectr-option {
  display: block;
  position: relative;
  margin: 0 0 0.125rem;
  padding: 0.3125rem 0.375rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.875rem;
  color: #878787;
}

.multiple .selectr-tag,
.multiple .selectr-option {
  display: inline-block;
  margin: 1px;
  border: 1px solid #878789;
}

.theme-black .selectr-tag,
.theme-black .selectr-option {
  padding: 0.1875rem 1.25rem;
  font-size: 1rem;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  transition: color .15s ease;
}

@media print,
screen and (min-width: 40em) {

  .theme-black .selectr-tag,
  .theme-black .selectr-option {
    padding: 0.1875rem 0.625rem;
  }
}

.theme-black .selectr-tag.active,
.theme-black .selectr-tag.selected,
.theme-black .selectr-tag:hover,
.theme-black .selectr-tag.is-active,
.theme-black .selectr-option.active,
.theme-black .selectr-option.selected,
.theme-black .selectr-option:hover,
.theme-black .selectr-option.is-active {
  background-color: #cfedff;
  color: #000;
}

.selectr-tag {
  position: relative;
  cursor: default;
  padding-right: 1.25rem;
}

.has-selected .selectr-placeholder,
.selectr-empty,
.selectr-option.excluded {
  display: none;
}

.selectr-options.optgroups>.selectr-option {
  padding-left: 1.5625rem;
}

.selectr-optgroup {
  font-weight: 700;
  padding: 0;
}

.selectr-optgroup--label {
  font-weight: 700;
  margin-top: 0.625rem;
  padding: 0.3125rem 0.9375rem;
}

.selectr-match {
  text-decoration: underline;
}

.selectr-option.selected {
  background-color: #ddd;
}

.selectr-option.active {
  color: #fff;
  background-color: #f04e00;
}

.selectr-option.disabled {
  opacity: .4;
}

.selectr-container.open .selectr-selected {
  border-color: #999 #999 transparent;
  border-radius: 0.1875rem 0.1875rem 0 0;
}

.selectr-container.open .selectr-selected::after {
  -o-transform: rotate(180deg) translate3d(0, 50%, 0);
  -ms-transform: rotate(180deg) translate3d(0, 50%, 0);
  -moz-transform: rotate(180deg) translate3d(0, 50%, 0);
  -webkit-transform: rotate(180deg) translate3d(0, 50%, 0);
  transform: rotate(180deg) translate3d(0, 50%, 0);
}

.selectr-disabled {
  opacity: .6;
}

.has-selected .selectr-label {
  display: block;
}

.taggable .selectr-selected {
  padding: 0.25rem 1.75rem 0.25rem 0.25rem;
}

.taggable .selectr-selected::after {
  display: table;
  content: " ";
  clear: both;
}

.taggable .selectr-tags {
  float: left;
  display: block;
}

.taggable .selectr-placeholder {
  display: none;
}

.input-tag {
  float: left;
  min-width: 5.625rem;
}

.selectr-tag-input {
  border: none;
  padding: 0.1875rem 0.625rem;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.selectr-input-container.loading::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -o-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -moz-animation: .5s linear 0s normal forwards infinite running spin;
  -webkit-animation: .5s linear 0s normal forwards infinite running spin;
  animation: .5s linear 0s normal forwards infinite running spin;
  border-width: 0.1875rem;
  border-style: solid;
  border-color: #aaa #ddd #ddd;
  border-radius: 50%;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0) translate3d(0, -50%, 0);
    transform: rotate(0) translate3d(0, -50%, 0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate3d(0, -50%, 0);
    transform: rotate(360deg) translate3d(0, -50%, 0);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0) translate3d(0, -50%, 0);
    transform: rotate(0) translate3d(0, -50%, 0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate3d(0, -50%, 0);
    transform: rotate(360deg) translate3d(0, -50%, 0);
  }
}

.selectr-container.open.inverted .selectr-selected {
  border-color: transparent #999 #999;
  border-radius: 0 0 0.1875rem 0.1875rem;
}

.selectr-container.inverted .selectr-options-container {
  border-width: 1px 1px 0;
  border-color: #999 #999 transparent;
  border-radius: 0.1875rem 0.1875rem 0 0;
  background-color: #fff;
  top: auto;
  bottom: calc(100% - 1px);
}

.selectr-container ::-webkit-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}

.selectr-container ::-moz-placeholder {
  color: #6c7a86;
  opacity: 1;
}

.selectr-container :-ms-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}

.selectr-container ::placeholder {
  color: #6c7a86;
  opacity: 1;
}

.selectr-selected {
  display: block;
  min-width: 1px;
  width: 100%;
  flex: 1 1 100%;
  padding: 0.4375rem 2.8125rem 0.4375rem 0.625rem;
  outline: none;
  background-color: #cfedff;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #878789;
  background-repeat: no-repeat;
  background-position: right 0.75rem top 0.625rem;
}

.theme-black .selectr-selected {
  background-color: #000;
  font-size: 1rem;
  color: #cfedff;
  transition: color .15s ease;
}

.theme-black .selectr-selected:hover,
.theme-black .selectr-selected.is-active {
  color: #f04e00;
}

.theme-black.has-selected .selectr-selected {
  color: #f04e00;
}

.selectr-selected::before {
  display: none;
}

.input {
  display: block;
  flex: 1 1 100%;
  width: 100%;
  min-width: 1px;
  margin: 0.625rem 0;
  padding: 1px 0.5rem 0.3125rem;
  border: 0;
  background-color: #cfedff;
  line-height: 1.5;
  font-size: 1.125rem;
  text-transform: lowercase;
}

.input::selection {
  background-color: #abdaff;
}

.table-block {
  margin-bottom: 3.125rem;
}

.table-block__heading {
  margin-bottom: 1.375rem;
  font-weight: bold;
  color: #f04e00;
  font-size: 1.25rem;
}

table {
  width: 100%;
  max-width: 57.5rem;
  border-collapse: collapse;
}

table td {
  padding: 0.3125rem 0;
  border: 0;
  border-top: 0.125rem solid #abdaff;
  border-bottom: 0.125rem solid #abdaff;
  font-size: inherit;
}

table td:not(:last-child) {
  padding-right: 1.25rem;
}

.achievements-list {
  margin-bottom: 2rem;
  color: #000000;
}

.achievements-list__header {
  /*display: flex;*/
  /*align-items: baseline;*/
  /*justify-content: space-between;*/
  /*padding: 0.4375rem 0;*/
}

.achievements-list__heading {
  text-align: left;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}

.achievements-list__val-desc {
  min-width: 120px;
  text-align: right;
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: lowercase;
}

.achievements-list__footer {
  margin-bottom: -2.375rem;
  padding: 0.625rem 0;
  font-size: 0.75rem;
  text-align: right;
}

.achievements-list__list {
  margin: 0;
  padding: 0;
}

.achievements-list__item {
  /*display: flex;*/
  /*align-items: baseline;*/
  /*justify-content: space-between;*/
  /*padding: 0.4375rem 0;*/
  border-bottom: 0.125rem solid #abdaff;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.2;
}

.achievements-list__item::before {
  display: none;
}

.achievements-list__val {
  text-align: right;
}

.aside-block {
  padding: 1.375rem 0 0.75rem;
}

.aside-block+.aside-block {
  padding-top: 2.375rem;
  border-top: 1px solid #000;
}

@media print,
screen and (min-width: 40em) {
  .aside-block {
    padding: 2rem 0;
  }
}

@media print,
screen and (min-width: 64em) and (max-width: 74.99875em) {
  .aside-block {
    margin-right: -2.5rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .aside-block {
    padding-top: 0;
  }
}

.aside-block__heading {
  margin-bottom: 1.375rem;
  font-size: 1.125rem;
}

@media print,
screen and (min-width: 40em) {
  .aside-block__heading {
    margin-bottom: 2.25rem;
    font-size: 1.5rem;
  }
}

.aside-more-block {
  position: relative;
  opacity: 0;
  display: none;
  transition: opacity 150ms ease 250ms, margin-bottom 150ms ease;
  animation: more-fade-in 250ms linear forwards;
  margin: 0 -1.25rem 0;
  padding: 5.375rem 1.25rem 1.25rem;
  background-color: #bad3e5;
  box-shadow: 2.5rem 0 0 0 #bad3e5;
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .aside-more-block {
    margin: 0 -2.5rem;
    padding: 3.75rem 1.875rem 2.5rem;
  }
}

.aside-more-block.is-open {
  display: block;
  opacity: 1;
  margin-bottom: -2.125rem;
}

.aside-more-block.is-open+.all-btn {
  display: none;
}

.aside-more-block__close {
  position: absolute;
  top: 1.5625rem;
  left: 1.875rem;
  transition: transform 150ms linear;
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .aside-more-block__close {
    left: 2.5rem;
  }
}

.aside-more-block__close:hover {
  transform: scale(1.1);
}

.aside-more-block__close svg {
  width: 1.25rem;
  height: 1.25rem;
}

@keyframes more-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.binder-widget {
  margin: 0.1875rem 0;
  display: inline-flex;
  align-items: center;
  height: 2rem;
  line-height: 1.875rem;
  color: #000000;
  font-family: "Styrene";
  text-decoration: none;
}

.binder-widget.is-absolute {
  position: absolute;
  right: 1.25rem;
  top: 6.25rem;
  z-index: 110;
}

.main-page .binder-widget.is-absolute {
  right: 2.55rem;
  top: 8.5rem;
}

@media screen and (max-width: 50em) {
  .main-page .binder-widget.is-absolute {
    right: 2.55rem;
    /* top: 10.4rem; */
  }
}

@media screen and (min-width: 50em) {
  .binder-widget.is-absolute {
    right: 2.5rem;
    top: 8.5rem;
  }
}

@media print,
screen and (max-width: 39.99875em) {
  .binder-widget.is-small {
    line-height: 1.125rem;
  }
}

.binder-widget__text {
  font-size: 1.25rem;
  margin-right: 1.875rem;
  color: #000000;
  white-space: nowrap;
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .binder-widget__text {
    display: none !important;
  }
}

@media print,
screen and (max-width: 39.99875em) {
  .binder-widget.is-small .binder-widget__text {
    font-size: 0.625rem;
    display: block;
    margin-right: 0.5rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .binder-widget__text {
    font-size: 0.875rem;
    font-weight: 700;
    margin-right: 0.625rem;
  }
}

.binder-widget:hover .binder-widget__text,
.binder-widget.is-active .binder-widget__text {
  color: #f26420;
}

.binder-widget.is-active .binder-widget__text {
  display: block;
  background-image: none;
}

@media print,
screen and (max-width: 63.99875em) {
  .binder-widget__text {
    display: none;
  }
}

.binder-widget__value {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.4375rem;
  padding-top: 0.25rem;
  font-size: 0.75rem;
  /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAdBAMAAAAwW9POAAAAAXNSR0IB2cksfwAAACpQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAChPOiAAAAA50Uk5TAP/PEN+Ar7+P73BAMFCcNcPhAAAAQklEQVR4nGMQBAMhAwYEEAkFgcQEJCFxMGkkgSHEPHH1bhiACjEcFIQDmBBvKAw4woQQoHBUaACFRELRgCODIAYAAIahIlSB/mKdAAAAAElFTkSuQmCC'); */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='37' height='31' viewBox='0 0 37 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.4 4.89999L13.2 0.799988H0.799988V4.89999V29.8H15.3H36V4.89999H16.4Z' stroke='black' stroke-width='1.5332' stroke-miterlimit='10'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}


@media print,
screen and (max-width: 39.99875em) {
  .binder-widget.is-small .binder-widget__value {
    width: 1.3125rem;
    height: 1.125rem;
    font-size: 0.625rem;
  }
}

@media print,
screen and (min-width: 40em) {
  .binder-widget__value {
    width: 2.25rem;
    height: 1.8125rem;
    font-size: 0.875rem;
  }
}

.binder-widget.is-active .binder-widget__value {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAdBAMAAAAwW9POAAAAAXNSR0IB2cksfwAAABhQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVjccKgAAAAh0Uk5TAP/fEL+PcEBQwhv+AAAAJUlEQVR4nGMQBAMhAwYEgAgJOmAKiWIKCaaXwwBcCAFGhYaHEABRtSTsCNxZMAAAAABJRU5ErkJggg==');
  color: #ffffff;
}

.binder-widget__tips {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 100%;
  white-space: nowrap;
  margin-bottom: 0.75rem;
  opacity: 0;
  transform: translate(0, 0.75rem);
  visibility: hidden;
  transition: opacity .25s, transform .25s, visibility 0s linear .25s;
}

@media print,
screen and (max-width: 63.99875em) {
  .binder-widget__tips {
    display: none !important;
  }
}

.binder-widget:hover .binder-widget__tips {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
  transition: opacity .25s, transform .25s, visibility 0s linear 0s;
}

.binder-button {
  display: inline-block;
  width: 11.75rem;
  color: #525252;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-align: center;
  padding-bottom: 0.125rem;
  margin: 0.5rem 0;
  text-decoration: none;
  border: 1px solid #525252;
  transition: background-color .25s, color .25s;
}

.binder-button:hover {
  background-color: #525252;
  color: #fff;
}

.binder-feed {
  position: relative;
  margin: 0 -1.25rem 3.75rem;
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .binder-feed {
    display: flex;
  }
}

@media print,
screen and (min-width: 40em) {
  .binder-feed {
    margin: 0 0 3.125rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .binder-feed {
    margin-bottom: 0;
  }

  .binder-feed::after {
    content: '';
    display: block;
    position: absolute;
    top: 3.1875rem;
    left: -2.5rem;
    right: -2.5rem;
    bottom: 0;
    background-color: #bad3e5;
    z-index: -1;
  }
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .binder-feed__list {
    flex: 1 1 20.9375rem;
    margin-right: 0.625rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .binder-feed__list {
    display: flex;
    margin: 0 -0.625rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 75em) {
  .binder-feed__list {
    margin-left: 6.875rem;
    margin-right: 0;
    max-width: 75.625rem;
    padding-bottom: 3.75rem;
  }
}

@media print,
screen and (max-width: 39.99875em) {
  .binder-feed__item:not(:last-child) {
    border-bottom: 1px solid #bad3e5;
  }
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .binder-feed__item {
    margin-bottom: 0.125rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .binder-feed__item {
    flex: 1 1 100%;
    margin: 0 0.625rem;
    max-width: calc(100% / 3 - 1.25rem);
  }
}

@media print,
screen and (max-width: 39.99875em) {
  .binder-feed__item-body {
    display: none;
  }
}

.binder-feed__item.is-open .binder-feed__item-body {
  display: block;
}

.binder-feed__item-title {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALBAMAAACNJ7BwAAAAAXNSR0IB2cksfwAAABhQTFRFAAAAz+v/z+v/yfL/0Ov/zur/z+z/z+v/TwZ10QAAAAh0Uk5TANimE5etn/EKmkNTAAAAQklEQVR4nGMQMmAAA2ZFBkdlCNNIhIEFIsys6MAAFQYKMkCEwYIQYbAgWBgqCBKGCgKFRQOhggwM6WUwFgN7AYgEAJ0oBwv3rlhTAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
}

@media print,
screen and (min-width: 40em) {
  .binder-feed__item-title {
    background-position: right 0.75rem center;
  }
}

.binder-feed__item-title,
.binder-feed__item-link {
  display: block;
  background-color: #000;
  color: #cfebff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  transition: background-color .25s, color .25s;
  padding: 0.375rem 1.25rem;
}

@media print,
screen and (min-width: 64em) {

  .binder-feed__item-title,
  .binder-feed__item-link {
    padding: 0.375rem 0.625rem;
  }
}

@media print,
screen and (min-width: 64em) {

  .binder-feed__item-title:hover,
  .binder-feed__item-link:hover {
    background-color: #f04e00;
    color: #fff;
  }
}

@media print,
screen and (min-width: 64em) {

  .binder-feed__item-title,
  .binder-feed__item-link {
    margin-bottom: 1.125rem;
  }
}

.binder-feed__item-tips {
  padding: 1.125rem 1.25rem;
  background-color: #bad3e5;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1;
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .binder-feed__item-tips {
    display: none !important;
  }
}

@media print,
screen and (min-width: 64em) {
  .binder-feed__item-tips {
    padding: 0.875rem 0;
  }
}

@media screen and (min-width: 75em) {
  .binder-feed__item-tips {
    padding-right: 30%;
  }
}

.binder-feed__item-form {
  display: none;
  background-color: #fff;
}

@media print,
screen and (min-width: 64em) {
  .binder-feed__item-form {
    margin: -1.125rem -0.625rem 0.75rem;
    padding: 0 0.625rem 0.625rem;
  }
}

.binder-feed__item.is-open .binder-feed__item-form {
  display: block;
}

.binder-feed__tips {
  padding: 0.625rem;
  background-color: #bad3e5;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1;
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .binder-feed__tips {
    flex: 1 1 18.75rem;
    align-self: flex-start;
  }
}

@media screen and (max-width: 39.99875em),
screen and (min-width: 64em) {
  .binder-feed__tips {
    display: none !important;
  }
}

.binder-list {
  margin: 0 -1.25rem;
}

@media print,
screen and (min-width: 40em) {
  .binder-list {
    margin: 0;
  }
}

@media screen and (min-width: 75em) {
  .binder-list {
    margin-left: 7.5rem;
    max-width: 74.6875rem;
  }
}

@media print,
screen and (max-width: 39.99875em) {
  .binder-list__header {
    padding: 0 1.25rem;
  }
}

.binder-list__heading {
  color: #f04e00;
  font-family: "Styrene";
  letter-spacing: -0.72px;
  line-height: 1.2;
  font-size: 1.25rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 39.99875em) {
  .binder-list__heading {
    display: none !important;
  }
}

@media print,
screen and (min-width: 40em) {
  .binder-list__heading {
    font-size: 1.5rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .binder-list__heading {
    font-size: 2.25rem;
  }
}

.binder-list__empty {
  font-size: 0.875rem;
  font-size: 14px;
  margin-bottom: 1.375rem;
  max-width: 51.25rem;
}

@media print,
screen and (min-width: 40em) {
  .binder-list__empty {
    font-size: 1.125rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .binder-list__empty {
    margin-bottom: 3.5rem;
  }
}

.binder-list__item {
  padding: 0.6875rem 1.25rem;
  border-bottom: 1px solid #000000;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.28571;
}

@media print,
screen and (min-width: 40em) {
  .binder-list__item {
    padding: 0.625rem 0;
    display: flex;
    font-size: 1.125rem;
    line-height: 1.22222;
  }
}

.binder-list__item-text {
  text-decoration: none;
  color: #000;
}

.binder-list__item-text:hover {
  color: #f04e00;
}

.binder-list__item-controls {
  display: flex;
  margin-left: auto;
  flex: 0 0 33%;
}

@media print,
screen and (min-width: 40em) {
  .binder-list__item-controls {
    max-width: calc(100% / 3);
  }
}

@media print,
screen and (min-width: 40em) {
  .binder-list__item-order {
    margin-right: auto;
  }
}

.binder-list__item svg {
  display: inline-block;
  width: 0.625rem;
  height: 0.5625rem;
  margin: 0 1px;
  stroke: currentColor;
}

@media print,
screen and (min-width: 40em) {
  .binder-list__item svg {
    width: 0.875rem;
    height: 1rem;
  }
}

.binder-list__footer {
  margin-bottom: 2.25rem;
  padding: 0.6875rem 1.25rem;
}

@media print,
screen and (min-width: 40em) {
  .binder-list__footer {
    margin-bottom: 2.5rem;
    padding: 0.625rem 0;
    text-align: right;
  }
}

.bureau {
  margin-bottom: 2.5rem;
}

.bureau__section {
  margin: 0 -0.625rem 2.25rem;
}

@media screen and (min-width: 75em) {
  .bureau__section {
    display: flex;
    flex-wrap: wrap;
  }
}

.bureau__section:last-child {
  margin-bottom: 0;
}

.bureau__section::after {
  flex: 1 1 100%;
  content: '';
  display: block;
  margin: 2.375rem -1.25rem 0;
  border-bottom: 1px solid #000;
}

@media print,
screen and (min-width: 40em) {
  .bureau__section::after {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

@media screen and (min-width: 75em) {
  .bureau__section::after {
    max-width: calc(2 / 3 * 100% - 1.25rem);
  }
}

.bureau__title {
  font-family: "Source Serif Pro";
  margin-bottom: 2.5rem;
}

@media print,
screen and (min-width: 40em) {
  .bureau__title {
    font-size: 2.25rem;
    color: #f04e00;
    line-height: 1.19444;
  }
}

@media print,
screen and (min-width: 64em) {
  .bureau__title {
    font-size: 3rem;
  }
}

.bureau__subtitle,
.bureau__text {
  flex: 1 1 100%;
  width: 100%;
  max-width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.bureau__subtitle {
  flex: 1 1 100%;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

@media print,
screen and (min-width: 40em) {
  .bureau__subtitle {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 75em) {
  .bureau__subtitle {
    max-width: calc(1 / 3 * 100% - 1.25rem);
  }
}

@media screen and (min-width: 75em) {
  .bureau__text {
    max-width: calc(2 / 3 * 100% - 1.25rem);
  }
}

.bureau p:last-child {
  margin-bottom: 0;
}

.career-block {
  margin: 0 -0.625rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
  line-height: 1.22222;
}

@media screen and (min-width: 64em) {
  .career-block {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.career-block__item {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  margin: 0.5rem 0.625rem 1.25rem;
  max-width: calc(100% - 1.25rem);
}

.career-block__item--bordered {
  margin-top: 1.875rem;
  padding-top: 1.375rem;
  border-top: 1px solid #000;
}

@media screen and (min-width: 64em) {
  .career-block__item {
    max-width: calc(50% - 1.25rem);
    margin-bottom: 0;
  }

  .career-block__item--full {
    max-width: calc(100% - 1.25rem);
  }
}

.career-block__footer {
  margin-top: auto;
}

.career-block p {
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.35;
}

.career-block p:not(:last-child) {
  margin-bottom: 1.66667em;
}

@media screen and (min-width: 64em) {
  .career-block p:not(:last-child) {
    margin-bottom: 1.4em;
  }
}

.career-feed {
  position: relative;
}

.career-feed .button {
  font-size: 1rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.5625rem;
}

.career-feed__help {
  font-size: 0.875rem;
  margin: 0.5rem 0;
}

.career-feed__form {
  position: relative;
  display: none;
  background: #ffffff;
  margin: 0 -1.875rem;
  padding: 0.625rem 1.875rem;
}

.career-feed__form.is-open {
  display: block;
}

@media print,
screen and (min-width: 40em) {
  .career-feed__form {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    max-width: 45.25rem;
    padding: 1.25rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .career-feed__form {
    min-width: 45.25rem;
  }
}

.career-feed__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1rem;
}

@media print,
screen and (min-width: 40em) {
  .career-feed__texts {
    display: flex;
  }
}

.career-feed__required-text {
  font-size: 0.625rem;
  color: #f04e00;
}

@media print,
screen and (min-width: 40em) {
  .career-feed__required-text {
    width: 13.75rem;
  }
}

.career-feed__privacy {
  font-size: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .career-feed__privacy {
    margin-top: 0;
    flex: 0 0 100%;
    max-width: calc(100% - 13.75rem);
  }
}

.is-sended .career-feed__privacy {
  color: #CCCCCC;
}

.career-feed__privacy a {
  text-decoration: none;
  border-bottom: 1px solid #cfedff;
}

.career-feed__send {
  flex: 0 0 auto;
  margin-top: 1.625rem;
  margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
  .career-feed__send {
    margin-top: 0;
    margin-left: 13.75rem;
  }
}

.career-feed__success-text {
  display: none;
  margin-top: 1.625rem;
  padding: 0 0.625rem;
  color: #000;
  font-size: 0.875rem;
}

@media print,
screen and (min-width: 40em) {
  .career-feed__success-text {
    margin-top: 0;
  }
}

.is-sended .career-feed__success-text {
  display: block;
}

.career-feed__close {
  outline: none;
  margin-left: auto;
}

.career-feed__close svg {
  width: 1.25rem;
  height: 1.25rem;
}

.drop-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -1.25rem 1.25rem;
  padding: 0 1.25rem;
}

@media print,
screen and (min-width: 40em) {
  .drop-menu {
    align-items: flex-start;
    margin: -2.375rem -2.5rem 0.8125rem;
    padding: 1.5625rem 2.5rem;
  }
}

.drop-menu.is-active {
  background-color: #fff;
}

.bg-blue .drop-menu.is-active:not(.practise-filter) {
  background-color: rgba(255, 255, 255, 0);
}

.drop-menu__current {
  font-size: 1.125rem;
}

@media print,
screen and (max-width: 39.99875em) {
  .drop-menu__current {
    flex: 1 1 100%;
    order: 2;
  }
}

@media screen and (min-width: 75em) {
  .drop-menu__current {
    margin-left: 7.5rem;
  }
}

.is-active>.drop-menu__current {
  display: none;
}

.drop-menu__close,
.drop-menu__open {
  margin-left: auto;
}

.drop-menu__open span {
  margin-right: 0.75rem;
}

.is-active>.drop-menu__open {
  display: none;
}

.drop-menu__close {
  display: none;
}

@media print,
screen and (max-width: 39.99875em) {
  .drop-menu__close {
    margin-top: 0.875rem;
    order: 2;
  }
}

.is-active>.drop-menu__close {
  display: block;
}

.drop-menu__close svg {
  width: 1.25rem;
  height: 1.25rem;
}

.drop-menu__body {
  display: none;
  flex: 1 1 auto;
  padding: 0;
  margin: 0 -1.25rem;
  min-width: calc(100% + 2.5rem);
}

.is-active>.drop-menu__body {
  display: flex;
}

@media print,
screen and (min-width: 40em) {
  .drop-menu__body {
    margin: 0 -0.625rem;
    min-width: 1px;
  }
}

@media screen and (min-width: 75em) {
  .drop-menu__body {
    max-width: calc(100% + 1.25rem);
    padding-left: 7.5rem;
  }
}

.is-active>.drop-menu__body {
  display: flex;
}

.drop-menu__additional {
  flex: 1 1 100%;
  display: none;
  margin: 0 -1.25rem;
  min-width: calc(100% + 2.5rem);
}

@media print,
screen and (min-width: 40em) {
  .drop-menu__additional {
    min-width: 1px;
  }
}

@media print,
screen and (min-width: 64em) {
  .drop-menu__additional {
    margin: 0;
    padding: 1.875rem 0;
  }
}

@media screen and (min-width: 75em) {
  .drop-menu__additional {
    padding: 2.5rem 0 2.5rem 7.5rem;
  }
}

.is-active>.drop-menu__additional {
  display: block;
}

.drop-menu__list {
  flex: 1 1 100%;
  display: none;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -1.25rem;
  padding: 0;
  min-width: calc(100% + 2.5rem);
}

.is-active>.drop-menu__list {
  display: flex;
}

@media print,
screen and (min-width: 40em) {
  .drop-menu__list {
    margin: 0 -0.625rem;
    max-width: 40.75rem;
    min-width: 1px;
  }
}

@media screen and (min-width: 90em) {
  .drop-menu__list {
    max-width: calc(100% + 1.25rem);
  }
}

.drop-menu__item {
  flex: 1 1 100%;
  margin: 1px 0;
}

@media print,
screen and (min-width: 40em) {
  .drop-menu__item {
    margin: 1px 0.625rem;
    max-width: calc(50% - 1.25rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .drop-menu__item {
    max-width: 19.125rem;
  }
}

.drop-menu__link {
  display: block;
  padding: 0.1875rem 1.25rem;
  background-color: #000;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  transition: color .15s ease;
}

@media print,
screen and (min-width: 40em) {
  .drop-menu__link {
    padding: 0.1875rem 0.625rem;
  }
}

.drop-menu__link:hover,
.drop-menu__link.is-active {
  color: #f04e00;
}

@media print,
screen and (max-width: 39.99875em) {

  .drop-menu .input,
  .drop-menu .selectr-selected {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-position: right 1.25rem center;
  }
}

.drop-menu.practise-filter.is-active {
  background-image: linear-gradient(to bottom, #ffffff 0, #ffffff 20%, rgba(207, 237, 255, 0) 0), linear-gradient(to left, #cfedff 0, #cfedff 50%, rgba(207, 237, 255, 0) 0);
  transition: background-position 350ms linear;
  background-position: 0 0;
  background-size: 200% 100%;
}

.drop-menu.practise-filter.is-active.select-open {
  background-position: 100% 0;
}

@media print,
screen and (max-width: 39.99875em) {
  .email-form {
    padding: 0.3125rem 1.25rem;
  }
}

.email-form__fields {
  display: flex;
}

@media print,
screen and (max-width: 39.99875em) {
  .email-form__fields {
    margin: 0 -0.3125rem 0.75rem;
  }
}

.email-form__tips {
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0.25rem 0 0.5rem;
}

.email-form__email {
  margin-right: 0.3125rem;
}

.error-404 {
  text-align: center;
  padding: 3.25rem 0;
}

@media print,
screen and (min-width: 40em) {
  .error-404 {
    padding: 3.125rem 0;
  }
}

.error-404__heading {
  margin-bottom: 2.375rem;
  color: #f04e00;
  font-size: 1.5625rem;
  font-family: "Styrene";
}

.error-404__text {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.71429;
}

@media print,
screen and (min-width: 40em) {
  .error-404__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.page-404 {
  background-color: #cfedff;
}

.page-404 .mobile-menu {
  background-color: inherit;
}

.filter {
  position: relative;
  margin: 0 -1.25rem;
  padding: 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media print,
screen and (min-width: 40em) {
  .filter {
    margin: -2.375rem 0 0.8125rem -2.5rem;
    padding: 1.5625rem 2.5rem;
  }
}

.bg-blue .filter {
  background-color: rgba(255, 255, 255, 0);
}

.filter.is-active {
  background-color: #fff;
}

.filter.is-active.is-clear {
  background-color: rgba(255, 255, 255, 0);
}

.filter.is-active.is-100vw {
  width: calc(100vw - 1.5625rem);
}

@media screen and (max-width: 639px) {
  .filter.is-active.is-100vw {
    width: auto;
  }
}

.filter__result {
  display: block;
  flex: 1 1 auto;
}

@media print,
screen and (max-width: 39.99875em) {
  .filter__result {
    flex: 1 1 100%;
    order: 2;
  }
}

@media screen and (min-width: 75em) {
  .filter__result {
    margin-left: 7.5rem;
  }
}

.is-active .filter__result {
  display: none;
}

.filter__body {
  display: none;
  flex-wrap: wrap;
  flex: 1 1 100%;
  align-items: flex-start;
  margin: 0 -1.875rem;
}

.is-active .filter__body {
  display: block;
}

@media print,
screen and (min-width: 40em) {
  .filter__body {
    margin: 0 -0.625rem;
  }

  .is-active .filter__body {
    display: flex;
  }
}

@media screen and (min-width: 75em) {
  .filter__body {
    flex-wrap: nowrap;
  }
}

@media print,
screen and (min-width: 64em) {
  .filter__body {
    overflow: visible;
  }
}

.filter__items {
  flex: 1 1 100%;
  flex-wrap: wrap;
  max-width: 80.25rem;
}

@media print,
screen and (min-width: 40em) {
  .filter__items {
    display: flex;
  }
}

.filter__item {
  flex: 1 1 100%;
  width: 100%;
  margin: 1px 0.625rem;
  max-width: calc(100% - 1.25rem);
}

@media print,
screen and (min-width: 40em) {
  .filter__item {
    max-width: calc(100% / 2 - 1.25rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .filter__item {
    max-width: calc(100% / 4 - 1.25rem);
  }
}

.filter__controls {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto auto 1fr;
  grid-gap: 1.25rem;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 100%;
  margin: 0.625rem 0 1.25rem;
  padding: 0 1.875rem;
}

@media print,
screen and (min-width: 40em) {
  .filter__controls {
    padding: 0;
    margin: 0.75rem 0 0 0.625rem;
    grid-template-columns: 1fr auto calc(50% - 0.625rem);
    justify-content: flex-end;
  }
}

@media print,
screen and (min-width: 64em) {
  .filter__controls {
    margin: 1px 0 1px 0.625rem;
    grid-template-columns: calc(75% - 0.625rem) auto auto;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .filter__controls {
    padding: 0 0.625rem;
    margin-top: 1.25rem;
    margin-left: 0;
    grid-template-columns: calc(75% + 0.9375rem) auto auto;
  }
}

@media screen and (min-width: 75em) {
  .filter__controls {
    flex: 0 0 auto;
    grid-template-columns: auto auto auto;
  }
}

.filter__input {
  margin: 0;
}

.filter__open span {
  margin-right: 0.75rem;
}

.is-active>.filter__open {
  display: none;
}

.filter__close,
.filter__open {
  margin-left: auto;
}

.filter__close {
  display: none;
  position: relative;
}

@media print,
screen and (max-width: 39.99875em) {
  .filter__close {
    margin-top: 0.875rem;
    order: 6;
  }
}

@media print,
screen and (min-width: 40em) {
  .filter__close {
    order: -1;
  }
}

@media print,
screen and (min-width: 64em) {
  .filter__close {
    order: 6;
  }
}

.is-active .filter__close {
  display: block;
}

.filter__close svg {
  width: 1.25rem;
  height: 1.25rem;
}

@media print,
screen and (min-width: 64em) {
  .filter__submit {
    font-size: 1rem;
    height: 2.0625rem;
  }
}

.filter__reset-button {
  display: block;
  white-space: nowrap;
}

.filter__submit-button {
  margin: 0;
}

@media print,
screen and (min-width: 40em) {
  .filter__reset {
    order: 6;
  }
}

@media print,
screen and (min-width: 64em) {
  .filter__reset {
    margin-left: auto;
  }
}

@media print,
screen and (max-width: 39.99875em) {

  .filter .input,
  .filter .selectr-selected {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-position: right 1.25rem center;
  }
}

.filter .bx-filter-parameters-box-container {
  padding-bottom: 0;
}

.filter .selectr-clear {
  display: none !important;
}

.filter .selectr-placeholder {
  color: #cfedff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-content {
  margin-bottom: 2.5rem;
  width: 100%;
  flex: 1 1 100%;
}

@media print,
screen and (max-width: 39.99875em) {
  .home-content {
    width: auto;
    max-width: calc(100% + 1.25rem);
    padding-top: 1.875rem;
    margin: 0 -0.625rem;
  }
}

.home-content__item {
  position: relative;
  border-bottom: 0.125rem solid #abdaff;
}

@media screen and (min-width: 50em) {
  .home-content__item {
    display: none;
    border-bottom: 0;
  }

  .home-content__item--news {
    display: block;
  }
}

.home-content__item.is-open {
  background-color: #fff;
}

.bg-blue .home-content__item {
  border-color: #fff;
}

.home-content__item-close {
  position: absolute;
  top: 1.125rem;
  right: 1.25rem;
  display: none;
  width: 1.5rem;
  height: 1.5rem;
}

.is-open .home-content__item-close {
  display: block;
}

.home-content__item-close svg {
  width: 100%;
  height: 100%;
}

.home-content__item-heading {
  position: relative;
  display: block;
  padding: 0.5rem 1.875rem 0.75rem;
  color: #000;
  font-size: 1.875rem;
  font-family: "Source Serif Pro";
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.is-open .home-content__item-heading {
  color: #f36f30;
}

@media screen and (min-width: 50em) {
  .home-content__item-heading {
    display: none;
  }
}

.home-content__item-body {
  display: none;
}

.is-open .home-content__item-body {
  display: block;
}

@media screen and (min-width: 48em) {
  .home-content__item-body {
    display: block;
  }

  .home-content__item-heading {
    display: none;
  }

  .home-content__item {
    border-bottom: none;
  }

  .home-content__item-body .drop-menu,
  .home-content__item-body .practice-menu {
    display: none;
  }
}

.logo {
  display: block;
  fill: currentColor;
}

.logo--pc {
  height: 1.5rem;
}

@media screen and (max-width: 39.99875em) {
  .logo--pc {
    display: none !important;
  }
}

.logo--mob {
  height: 2rem;
}

@media print,
screen and (min-width: 40em) {
  .logo--mob {
    display: none !important;
  }
}

.main-menu__list,
.main-menu__line {
  border-bottom: 1px solid #000;
}

.main-menu {
  display: flex;
  position: relative;
  z-index: 10;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media screen and (max-width: 50em) {
  .main-menu {
    display: none;
  }
}

@media screen and (min-width: 48em) and (max-width: 50em) {
  .main-page .main-menu {
    display: flex;
  }
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .main-menu {
    background: #fff;
  }
}

.filled-menu .main-menu,
.practise-filter-opened .main-menu {
  background-color: #fff;
}

@media print,
screen and (min-width: 64em) {
  .main-menu {
    justify-content: space-between;
  }
}

.main-menu__list {
  display: flex;
  flex: 1 1 100%;
  margin: 0 0.625rem;
  padding: 2.8125rem 0 1.25rem 0;
  list-style: none;
}

.main-menu__line {
  flex: 1 1 100%;
  padding-top: 2.8125rem;
  text-align: right;
}

@media screen and (max-width: 63.99875em) {
  .main-menu__line {
    display: none !important;
  }
}

@media print,
screen and (min-width: 64em) {

  .main-menu__list,
  .main-menu__line {
    max-width: calc(50% - 1.25rem);
    margin: 0 0.625rem;
  }
}

.main-menu__item {
  margin-right: 3.6875rem;
}

@media screen and (max-width: 50em) {
  .main-menu__item {
    margin-right: 1.65rem;
  }
}

.main-menu__link {
  font-family: "Source Serif Pro";
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.01em;
  transition: color 250ms ease, box-shadow 250ms cubic-bezier(1, 0.05, 0.43, 1.03);
  outline: none;
}

.main-menu__link:hover {
  color: #f04e00;
}

.main-menu__link.is-current {
  color: #f04e00;
  box-shadow: none !important;
  background-image: none !important;
}

.main-menu__link.is-active {
  box-shadow: inset 0 -2em 0 0 #cfedff;
}

@media screen and (max-width: 48em) {
  .main-menu__link {
    letter-spacing: unset;
  }
}

.mobile-menu {
  position: relative;
  min-height: 3.5rem;
  background-color: #fff;
}

@media screen and (min-width: 50em) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu.is-open {
  background-color: #cfedff;
  z-index: 1000;
}

.mobile-menu__hmb {
  position: absolute;
  width: 3.875rem;
  height: 3.5rem;
  top: 0.125rem;
  left: 0;
  padding: 1rem 1.25rem;
  color: #000;
  cursor: pointer;
}

.mobile-menu__hmb::before,
.mobile-menu__hmb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 1.375rem;
  height: 0.125rem;
  background-color: currentColor;
  box-shadow: 0 -0.5625rem 0 0 currentColor, 0 0.5625rem 0 0 currentColor;
  transition: transform 250ms ease, box-shadow 50ms ease;
}

.is-open .mobile-menu__hmb::before {
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 0 0 0 0 currentColor, 0 0 0 0 currentColor;
}

.is-open .mobile-menu__hmb::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  box-shadow: 0 0 0 0 currentColor, 0 0 0 0 currentColor;
}

.mobile-menu__list {
  margin: 0;
  padding: 0;
}

.mobile-menu__item {
  color: #000;
  display: none;
  background-color: #fff;
  margin-bottom: 0.125rem;
}

.is-open .mobile-menu__item {
  display: block;
}

.mobile-menu__item.is-current {
  display: block;
  color: #f04e00;
}

.mobile-menu__link {
  display: block;
  padding: 0.6875rem 3.875rem;
  color: inherit;
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Source Serif Pro";
  line-height: 1.2;
  letter-spacing: 0.3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  text-decoration: none;
}

.news-aside {
  padding: 1rem 0;
}

.news-aside__heading {
  margin-bottom: 3.5rem;
  font-size: 1.5rem;
  line-height: 1.125;
}

@media print,
screen and (min-width: 40em) {
  .news-aside {
    padding: 1.875rem 0 0.3125rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .news-aside {
    padding: 0.125rem 0px;
  }
}

.news-card {
  position: relative;
  padding-bottom: 2.5rem;
  /* padding-bottom: 1.5rem; */
  flex: 1 1 100%;
  color: #000;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media print,
screen and (min-width: 64em) {
  .news-card .binder-button {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s .25s;
  }

  .news-card:hover .binder-button {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s;
  }
}

.news-card--with-image {
  margin-bottom: 1.25rem;
  padding-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
  .news-card--with-image {
    display: flex;
  }
}

.news-card--with-image img {
  margin-bottom: 0;
}

.news-card__body {
  padding-bottom: 1.25rem;
}

.news-card__image {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
}

.news-card__image img {
  display: block;
  width: 100%;
}

.news-card__image:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: inherit;
  background-size: contain;
  background-color: rgba(45, 145, 206, 0);
  transition: background-color 250ms ease;
}

.bg-blue .news-card__image:after {
  background-color: rgba(45, 145, 206, 0.3);
}

@media print,
screen and (min-width: 40em) {
  .news-card__image {
    flex: 1 1 100%;
    max-width: calc(50% - 0.625rem);
    margin-right: 0.625rem;
  }

  .news-card__body {
    flex: 1 1 100%;
    max-width: 50%;
    padding-left: 0.625rem;
  }
}

.news-card__mobile-pubdate,
.news-card__pubdate {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.99875em) {
  .news-card__pubdate--with-image {
    display: none !important;
  }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
  .news-card__mobile-pubdate {
    display: none !important;
  }
}

.news-card--large .news-card__pubdate {
  margin-bottom: 0.85714em;
}

.news-card__title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.23333;
  color: #000;
  letter-spacing: 0.12px;
  font-family: "Source Serif Pro";
  /*  -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-wrap: break-word;*/
}

.news-card__title:after {
  content: '';
  display: block;
}

.news-card--large .news-card__title {
  background-image: none;
  font-weight: normal;
  font-size: 3rem;
  color: #f04e00;
}

.news-card__anons {
  display: none;
  margin-top: 1.625rem;
  font-size: 1.125rem;
  line-height: 1.38889;
}

@media screen and (min-width: 75em) {
  .news-card__anons {
    display: block;
  }
}

.news-aside .news-card__anons {
  display: none;
}

.news-card--large .news-card__anons {
  display: block;
  white-space: break-spaces;
}

/*@media screen and (min-width: 75em) {
      .news-card--large .news-card__anons {
        max-width: 34.75rem; } }*/

.news-filter-search {
  position: relative;
  margin-bottom: 1.25rem;
}

.news-filter-search__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.875rem 0.625rem 0.875rem 0;
  cursor: pointer;
  color: #000000;
  font-size: 1.25rem;
  border-bottom: 1px solid #000;
  transition: background-color 250ms ease;
}

.news-filter-search__btn svg {
  width: 1.25rem;
  height: 1.25rem;
}

.news-filter-search.is-open .news-filter-search__btn {
  display: none;
}

.news-filter-search__btn span {
  transition: box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
  box-shadow: inset 0 0 0 0 #cfedff;
}

.news-filter-search__btn:hover span {
  box-shadow: inset 0 -2em 0 0 #cfedff;
}

.news-filter-search__close {
  position: absolute;
  top: -0.875rem;
  right: 0;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.625rem;
  cursor: pointer;
}

@media print,
screen and (max-width: 39.99875em) {
  .news-filter-search__close {
    display: none !important;
  }
}

.news-filter-search__close svg {
  width: 1.25rem;
  height: 1.25rem;
}

.news-filter-search__filter {
  display: none;
}

.news-filter-search.is-open .news-filter-search__filter {
  position: relative;
  display: block;
}

@media print,
screen and (min-width: 40em) {
  .page .news-filter-search {
    margin-top: -2.375rem;
  }
}

.news-filter {
  margin: 1.625rem 0 2rem;
}

.news-filter__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

@media print,
screen and (min-width: 40em) {
  .news-filter__list {
    margin: 0 -0.625rem;
  }
}

.news-filter__item {
  margin: 0.625rem;
  flex: 1 1 100%;
  max-width: calc(100% - 1.25rem);
  overflow: hidden;
  text-overflow: ellipsis;
}

@media print,
screen and (min-width: 40em) {
  .news-filter__item {
    max-width: calc(100% / 4 - 1.25rem);
  }
}

.news-filter__link {
  display: block;
  padding: 1px 0.625rem 0.125rem;
  background-color: #000;
  color: #cfebff;
  font-size: 1.25rem;
  text-decoration: none;
  transition: background-color 250ms ease, color 250ms ease;
}

.news-filter__link:hover {
  background-color: #cfedff;
  color: #000;
}

.news-filter__all-link {
  display: inline-block;
  margin-top: 0.25rem;
  color: #000000;
  font-size: 0.875rem;
}

.news-page-filter {
  display: none;
  width: 100%;
  background: #ffffff;
  z-index: 1;
}

.news-page-filter.is-open {
  display: block;
}

.news-page-filter__body {
  position: relative;
}

.news-page-filter__close {
  position: absolute;
  top: -1.625rem;
  right: 0;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.625rem;
  cursor: pointer;
}

.news-page-filter__close svg {
  width: 1.25rem;
  height: 1.25rem;
}

.news-grid {
  margin: 0 -1.25rem;
}

.news-grid .news-card {
  margin-right: 0;
  margin-bottom: 1.625rem;
  margin-left: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 2.1875rem;
  border-bottom: 1px solid #000;
}

.news-grid .news-card .binder-button {
  margin-bottom: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .news-grid {
    margin: 0;
  }

  .news-grid .news-card {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .news-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }

  .news-grid .news-card {
    max-width: calc(50% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.news-list {
  padding: 0 1.25rem;
}

@media print,
screen and (min-width: 40em) {
  .news-list {
    padding: 0 0.625rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .news-list {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }

  .news-list__hot,
  .news-list__latest {
    flex: 1 1 100%;
    margin: 0 0.625rem;
    width: 100%;
    max-width: calc(100% / 2 - 1.25rem);
  }
}

.news-page {
  padding-top: 1.625rem;
}

@media print,
screen and (min-width: 64em) {
  .news-page--type-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media print,
screen and (min-width: 64em) {
  .news-page {
    padding-top: 0;
  }
}

@media screen and (min-width: 75em) {
  .news-page {
    display: flex;
    flex-wrap: wrap;
  }
}

.news-page__header {
  flex: 1 1 100%;
  width: 100%;
}

@media print,
screen and (min-width: 64em) {
  .news-page__header {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem 1.875rem;
  }
}

@media screen and (min-width: 90em) {
  .news-page__header {
    margin-bottom: 4.375rem;
  }

  .news-page--type-2 .news-page__header {
    display: block;
    max-width: calc(100% / 3 * 1);
    padding-right: 2.5rem;
  }
}

.news-page__pubdate {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .news-page__pubdate {
    font-size: 1.125rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .news-page__pubdate {
    flex: 0 0 100%;
    margin: 0 0.625rem;
    padding-left: 7.5rem;
  }
}

.news-page__heading {
  width: 100%;
  margin: 0 0 0.5em;
  font-size: 2.25rem;
  font-weight: normal;
  line-height: 1.19444;
  color: #f04e00;
}

@media print,
screen and (min-width: 40em) {
  .news-page__heading {
    font-size: 3rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .news-page__heading {
    margin: 0 0.625rem;
  }
}

@media screen and (min-width: 75em) {
  .news-page__heading {
    flex: 1 1 100%;
    width: 100%;
    font-size: 3.75rem;
    line-height: 1.11667;
  }
}

@media screen and (min-width: 90em) {
  .news-page__heading {
    flex: 1 1 100%;
    width: 100%;
    font-size: 3.75rem;
    line-height: 1.11667;
  }

  .news-page--type-2 .news-page__heading {
    max-width: 100%;
    margin-right: 0;
  }
}

.news-page__anons {
  line-height: 1.4375;
}

@media print,
screen and (min-width: 40em) {
  .news-page__anons {
    font-size: 1.25rem;
    margin: 0 0.625rem 2.25rem;
  }
}

@media screen and (min-width: 75em) {
  .news-page__anons {
    margin: 1rem 0.625rem 0;
    font-size: 1.375rem;
    line-height: 1.5;
    flex: 1 1 100%;
  }
}

@media screen and (min-width: 90em) {
  .news-page__anons {
    max-width: calc(100% / 3 * 1 - 1.25rem);
  }

  .news-page--type-2 .news-page__anons {
    max-width: 100%;
  }
}

.news-page__photo {
  margin-bottom: 1em;
  flex: 0 0 100%;
  width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .news-page__photo {
    float: left;
    max-width: calc(50% - 2.5rem);
    margin-right: 2.5rem;
  }
}

@media screen and (min-width: 75em) {
  .news-page__photo {
    float: none;
    max-width: calc(100% * 1 / 3 - 2.5625rem);
  }
}

.news-page__img-holder {
  position: relative;
}

.news-page__img-holder img {
  display: block;
}

.news-page__img-holder:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: inherit;
  background-size: contain;
  background-color: rgba(45, 145, 206, 0);
  transition: background-color 250ms ease;
}

.bg-blue .news-page__img-holder:after {
  background-color: rgba(45, 145, 206, 0.3);
}

.news-page__text {
  margin-bottom: 1.6em;
}

@media screen and (min-width: 75em) {
  .news-page__text {
    max-width: calc(100% * 2 / 3);
  }

  .news-page--type-2 .news-page__text {
    max-width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .news-page--type-2 .news-page__text {
    max-width: calc(100% / 3 * 2);
  }
}

@media print,
screen and (max-width: 63.99875em) {

  .news-page::before,
  .news-page::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1;
  }

  .news-page::after {
    clear: both;
  }
}

.news-page .binder-button {
  margin-bottom: 2.625rem;
}

.page-modal {
  display: none;
  padding-bottom: 1.25rem;
  opacity: 0;
  transform: translate(-1.875rem, 0);
}

.page-modal.is-open {
  display: block;
  animation: modal-content-show 250ms cubic-bezier(0.21, -0.35, 0.51, 1.6) 250ms forwards;
}

@keyframes modal-content-show {
  0% {
    opacity: 0;
    transform: translate(-1.875rem, 0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.people-card {
  margin-bottom: 2.25rem;
}

.aside-more-block .people-card {
  margin-bottom: 0.625rem;
}

.people-card__photo {
  margin: 0 -1.25rem;
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .people-card__photo {
    margin: 0;
  }
}

@media screen and (min-width: 90em) {
  .people-card__photo {
    margin: 0 -1.25rem;
  }
}

.people-card__name {
  font-size: 1.125rem;
  font-weight: 900;
  color: #000;
  font-family: "Source Serif Pro";
}

@media print,
screen and (min-width: 40em) {
  .people-card__name {
    font-size: 1.875rem;
  }
}

.people-card__role {
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .people-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }

  .people-list__item {
    margin: 0 0.625rem 1.25rem;
    flex: 1 1 100%;
    max-width: calc(50% - 1.25rem);
  }
}

.people-tile {
  position: relative;
  width: 100%;
  font-size: 0.875rem;
  letter-spacing: 0.07px;
  line-height: 1.2;
  margin: 0;
  padding: 0.75rem 1.25rem 0.9375rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-bottom: 0.125rem solid #cfedff;
  transition: background-color 250ms ease, opacity 250ms ease;
}

.people-tile:hover {
  background-color: #cfedff;
}

@media print,
screen and (min-width: 40em) {
  .people-tile {
    font-size: 1.125rem;
    padding: 0.625rem 0.625rem 1.25rem;
    margin: 0 1px 0.625rem;
    width: calc(100% / 3 - 0.125rem);
    border: 1px solid transparent;
    border-bottom: 0;
  }

  .people-tile::after {
    content: '';
    display: block;
    position: absolute;
    right: 0.625rem;
    left: 0.625rem;
    bottom: 0;
    height: 0.125rem;
    background-color: #cfedff;
  }
}

@media screen and (min-width: 75em) {
  .people-tile {
    width: calc(100% / 4 - 0.125rem);
  }
}

@media screen and (min-width: 90em) {
  .people-tile {
    width: calc(100% / 5 - 0.125rem);
  }
}

.people-tile__name {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 900;
  font-family: "Source Serif Pro";
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 250ms ease;
}

@media print,
screen and (min-width: 40em) {
  .people-tile__name {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 90em) {
  .people-tile__name {
    font-size: 2.25rem;
  }
}

.people-tile__role {
  margin-bottom: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .people-tile__role {
    margin-bottom: 0.75rem;
  }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
  .people-tile__email {
    display: none !important;
  }
}

.people-tile__photo {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

.people-tile__photo img {
  opacity: 0;
  margin-bottom: 0;
}

.people-tile__photo::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: inherit;
  background-size: contain;
  background-color: #cfedff;
  background-blend-mode: multiply;
  opacity: 0;
  transition: opacity 250ms ease;
}

.people-tile:hover .people-tile__photo::after,
.filter.is-active:not(.is-clear)+.people-tiles .people-tile__photo::after,
.drop-menu.is-open+.page__main .people-tile__photo::after {
  opacity: 1;
}

@media print,
screen and (max-width: 39.99875em) {
  .people-tile__photo {
    display: none !important;
  }
}

@media print,
screen and (min-width: 40em) {
  .people-tile:nth-child(1) .people-tile__photo {
    order: -1;
    margin-bottom: 1.5em;
  }

  .people-tile:nth-child(4) .people-tile__photo {
    order: -1;
    margin-bottom: 1.5em;
  }

  .people-tile:nth-child(7) .people-tile__photo {
    order: -1;
    margin-bottom: 1.5em;
  }

  .people-tile:nth-child(8) .people-tile__photo {
    order: -1;
    margin-bottom: 1.5em;
  }

  .people-tile:nth-child(10) .people-tile__photo {
    order: -1;
    margin-bottom: 1.5em;
  }

  .people-tile:nth-child(12) .people-tile__photo {
    order: -1;
    margin-bottom: 1.5em;
  }

  .people-tile:nth-child(13) .people-tile__photo {
    order: -1;
    margin-bottom: 1.5em;
  }

  .people-tile:nth-child(15) .people-tile__photo {
    order: -1;
    margin-bottom: 1.5em;
  }

  .people-tile:nth-child(17) .people-tile__photo {
    order: -1;
    margin-bottom: 1.5em;
  }

  .people-tile:nth-child(18) .people-tile__photo {
    order: -1;
    margin-bottom: 1.5em;
  }

  .reverse .people-tile__photo {
    margin-bottom: 0;
  }
}

.people-tiles {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem 2.25rem;
  transition: opacity 250ms ease;
}

@media print,
screen and (min-width: 40em) {
  .people-tiles {
    background-image: linear-gradient(to right, transparent 0, transparent calc(100% / 3 * 1), black 0, black calc(100% / 3 * 1 + 1px), transparent 0, transparent calc(100% / 3 * 2), black 0, black calc(100% / 3 * 2 + 1px), transparent 0);
  }
}

@media screen and (min-width: 75em) {
  .people-tiles {
    background-image: linear-gradient(to right, transparent 0, transparent calc(100% / 4 * 1), black 0, black calc(100% / 4 * 1 + 1px), transparent 0, transparent calc(100% / 4 * 2), black 0, black calc(100% / 4 * 2 + 1px), transparent 0, transparent calc(100% / 4 * 3), black 0, black calc(100% / 4 * 3 + 1px), transparent 0);
  }
}

@media screen and (min-width: 90em) {
  .people-tiles {
    background-image: linear-gradient(to right, transparent 0, transparent calc(100% / 5 * 1), black 0, black calc(100% / 5 * 1 + 1px), transparent 0, transparent calc(100% / 5 * 2), black 0, black calc(100% / 5 * 2 + 1px), transparent 0, transparent calc(100% / 5 * 3), black 0, black calc(100% / 5 * 3 + 1px), transparent 0, transparent calc(100% / 5 * 4), black 0, black calc(100% / 5 * 4 + 1px), transparent 0);
  }
}

@media print,
screen and (max-width: 39.99875em) {
  .people-tiles {
    margin: 0 -1.25rem;
  }
}

.people-tiles.is-init {
  opacity: 1;
}

.person-skills {
  margin-top: 0.25rem;
  margin-bottom: 1.625rem;
  padding-bottom: 1em;
}

.person-skills:not(:last-child) {
  border-bottom: 1px solid #000;
}

@media print,
screen and (max-width: 39.99875em) {
  .aside-block .person-skills {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .aside-block .person-skills {
    margin-left: -1.25rem;
    margin-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 75em) {
  .aside-block .person-skills {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.person-skills__heading {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.09px;
}

@media print,
screen and (min-width: 40em) {
  .person-skills__heading {
    font-size: 1.125rem;
    margin-bottom: 0.88889em;
  }
}

@media screen and (min-width: 75em) {
  .person-skills__heading {
    font-size: 1.5rem;
    margin-bottom: 0.66667em;
  }
}

.person-skills p,
.person-skills ul li {
  line-height: 1.4375;
  font-size: inherit !important;
}

@media print,
screen and (min-width: 64em) and (max-width: 74.99875em) {

  .person-skills p,
  .person-skills ul li {
    font-size: 1rem;
  }
}

.person {
  display: flex;
  flex-wrap: wrap;
  /****/
}

@media screen and (min-width: 75em) {
  .person {
    margin: 0 -0.625rem;
  }
}

.person__header {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem 0.625rem;
  padding-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.78571;
  letter-spacing: 0.005em;
}

@media print,
screen and (min-width: 40em) {
  .person__header {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    padding-top: 0;
  }
}

@media screen and (min-width: 75em) {
  .person__header {
    margin: 0 0 1.875rem;
  }
}

.person__role,
.person__location {
  flex: 1 1 100%;
  max-width: calc(100% - 1.25rem);
  margin: 0 0.625rem;
}

.person__role {
  flex: 1 1 100%;
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .person__role {
    max-width: calc(450% / 688 * 100 - 2.75rem);
    margin-right: 2.125rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .person__role {
    max-width: calc(100% / 3 * 2 - 1.25rem);
  }
}

@media screen and (min-width: 75em) {
  .person__role {
    max-width: calc(100% / 4 * 2 - 1.25rem);
  }
}

.person__location {
  flex: 1 1 100%;
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .person__location {
    max-width: calc(204% / 688 * 100 - 0.625rem);
    margin-left: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .person__location {
    max-width: calc(100% / 3 * 1 - 1.25rem);
  }
}

@media screen and (min-width: 75em) {
  .person__location {
    max-width: calc(100% / 4 * 2 - 1.25rem);
  }
}

.person__aside {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem;
}

@media screen and (min-width: 75em) {
  .person__aside {
    display: block;
    max-width: calc(50%);
    margin: 0;
    padding-right: 0.9375rem;
  }
}

.person__photo {
  position: relative;
  margin: 0 0.625rem 1.5rem;
}

.person__photo img {
  margin-bottom: 0;
}

@media print,
screen and (max-width: 39.99875em) {
  .person__photo {
    margin: 0 -0.625rem;
  }
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .person__photo {
    max-width: calc(450% / 688 * 100 - 2.75rem);
    margin-right: 2.125rem;
  }
}

@media print,
screen and (min-width: 64em) and (max-width: 74.99875em) {
  .person__photo {
    max-width: calc(100% / 3 * 2 - 1.25rem);
  }
}

@media screen and (min-width: 75em) {
  .person__photo {
    padding-top: 0.3125rem;
  }
}

.person__photo::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: inherit;
  background-size: contain;
  background-color: rgba(45, 145, 206, 0);
  transition: background-color 250ms ease;
}

.drop-menu.is-open+.page__main .person__photo::after {
  background-color: rgba(45, 145, 206, 0.3);
}

.person__contacts {
  position: relative;
  flex: 1 1 100%;
  margin: 0 0.625rem 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media print,
screen and (max-width: 39.99875em) {
  .person__contacts hr {
    margin-top: 1em;
  }
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .person__contacts {
    max-width: calc(204% / 688 * 100 - 0.625rem);
    margin-left: 0;
  }
}

@media print,
screen and (min-width: 64em) and (max-width: 74.99875em) {
  .person__contacts {
    max-width: calc(100% / 3 * 1 - 1.25rem);
  }
}

@media screen and (min-width: 75em) {
  .person__contacts-binder {
    position: absolute;
    right: 0;
    top: -0.5rem;
  }
}

.person__contacts-item--social {
  margin-top: 0.5em;
}

@media print,
screen and (max-width: 39.99875em) {
  .person__contacts-item {
    padding-right: 30%;
  }

  .person__contacts-item--social {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    padding: 0;
    transform: translate(0, -50%);
  }
}

.person__info {
  flex: 1 1 100%;
  margin-bottom: 2em;
}

@media screen and (min-width: 75em) {
  .person__info {
    max-width: calc(50% - 1.25rem);
    margin: 0 0.625rem 2.5rem;
  }
}

.person__contacts {
  font-size: 0.875rem;
  line-height: 2.07143;
  color: #000;
}

@media print,
screen and (max-width: 39.99875em) {
  .person__contacts {
    margin: -1.25rem -0.625rem 1rem;
    padding: 1.25rem;
    border-bottom: 1px solid #000;
  }
}

.person h1 {
  flex: 1 1 100%;
  max-width: calc(100% - 1.25rem);
  margin: 0 0.625rem 0.5rem;
}

@media print,
screen and (max-width: 39.99875em) {
  .person hr {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.practice-block.is-open {
  background: #fff;
}

@media print,
screen and (min-width: 64em) {
  .practice-block {
    padding-bottom: 2.25rem;
  }
}

.practice-block__heading {
  font-size: 1.125rem;
  line-height: 1.2;
}

@media print,
screen and (max-width: 39.99875em) {
  .practice-block__heading {
    flex: 1 1 100%;
    max-width: calc(100% - 3.875rem);
    padding: 0.875rem 1.25rem;
  }
}

@media print,
screen and (min-width: 40em) {
  .practice-block__heading {
    margin-left: 7.5rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

@media print,
screen and (max-width: 39.99875em) {
  .practice-block {
    margin: 0 -1.25rem;
    padding-top: 1rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
}

.practice-block__button {
  max-width: 3.875rem;
  padding: 1.25rem;
  cursor: pointer;
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
  .practice-block__button {
    display: none !important;
  }
}

.practice-block__button-svg {
  width: 1.375rem;
  height: 1.375rem;
  display: none;
}

.practice-block__button-svg--closed {
  display: block;
}

.is-open .practice-block__button-svg--closed {
  display: none;
}

.practice-block__button-svg--opened {
  display: none;
}

.is-open .practice-block__button-svg--opened {
  display: block;
}

.practice-block__menu {
  display: none;
  flex: 1 1 100%;
}

.is-open .practice-block__menu {
  display: block;
}

.practice-menu {
  background-color: #fff;
  border-top: 0.125rem solid #abdaff;
}

@media print,
screen and (min-width: 40em) {
  .practice-menu {
    border-top: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .practice-menu {
    margin-left: 7.5rem;
    max-width: 34.75rem;
  }
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
  .practice-menu {
    margin-left: 7.5rem;
  }
}

.practice-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.practice-menu__item {
  border-bottom: 0.125rem solid #abdaff;
}

.practice-menu__link {
  display: block;
  padding: 0.5625rem 1.25rem;
  font-size: 1.125rem;
  color: #000;
  line-height: 1.2;
  text-decoration: none;
  transition: background-position 250ms cubic-bezier(1, 0.05, 0.43, 1.03);
  background-image: linear-gradient(to top, #cfedff 0, #cfedff 50%, transparent 0, transparent 100%);
  background-position: 0 0%;
  background-repeat: no-repeat;
  background-size: 100% 200%;
}

@media print,
screen and (min-width: 64em) {
  .practice-menu__link {
    padding: 0.5625rem 0;
  }
}

.practice-menu__link:hover {
  background-position: 0 100%;
}

.practise-filter {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
  margin: 0;
}

.practise-filter.is-open {
  display: flex;
  background: #ffffff;
}

@media print,
screen and (min-width: 40em) {
  .practise-filter {
    padding: 1.5625rem 2.5rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .practise-filter {
    padding: 2.375rem 2.5rem;
    max-width: 75%;
  }
}

.practise-page .practise-filter {
  display: flex;
  position: static;
  padding: 1.25rem 0 0 !important;
}

.practise-list {
  margin: 0;
  column-count: 1;
  list-style: none;
  padding: 0;
}

@media print,
screen and (min-width: 64em) {
  .practise-list {
    /* display: flex;
      flex-wrap: wrap; */
    column-count: 2;
    margin: 0 -0.625rem;
  }
}

.practise-list__item {
  flex: 1 1 100%;
  border-bottom: 0.125rem solid #cfedff;
  margin: 0 1.25rem;
}

@media print,
screen and (min-width: 64em) {
  .practise-list__item {
    margin: 0 0.625rem;
    padding: 0;
    width: 100%;
    max-width: 610px;
    /* max-width: calc(50% - 1.25rem);  */
  }
}

.practise-list__link {
  display: block;
  padding: 0.1875rem 0;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  color: #000;
  transition: color .25s ease, background-color .25s ease;
}

@media print,
screen and (min-width: 64em) {
  .practise-list__link {
    padding: 0.1875rem 0;
  }
}

.practise-list__link.is-active {
  color: #f04e00;
}

.practise-list__link:hover {
  color: #000;
  background-color: #cfedff;
}

.practise-select {
  flex: 1 1 100%;
}

@media print,
screen and (min-width: 40em) {
  .practise-select {
    max-width: 19.125rem;
    margin: 0 0.625rem;
  }
}

.practise-select .selectr-clear {
  display: none !important;
}

.practise-select .selectr-placeholder {
  color: #cfedff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-form {
  margin-bottom: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .search-form {
    display: flex;
  }
}

.search-form__field {
  display: block;
  flex: 1 1 100%;
  width: 100%;
  margin: 0.625rem 0;
  padding: 1px 0.5rem 0.3125rem;
  border: 0;
  background-color: #cfedff;
  line-height: 1.5;
  font-size: 1.125rem;
  text-transform: lowercase;
}

@media print,
screen and (min-width: 40em) {
  .search-form__field {
    max-width: calc(100% - 7.8125rem);
    margin-right: 1.25rem;
  }
}

.search-form__field::selection {
  background-color: #abdaff;
}

.search-form__button {
  flex: 0 0 7.8125rem;
  max-width: 7.8125rem;
  margin: 0.625rem 0;
  padding: 0.25rem 0.625rem 0.5rem;
  background-color: #f04e00;
  font-size: 1.25rem;
  color: #fff;
  transition: background-color 250ms ease;
}

.search-form__button:hover {
  background-color: #bd3d00;
}

.search-item {
  margin: 0 -1.25rem;
  padding: 0.875rem 1.25rem;
  border-bottom: 0.125rem solid #cfedff;
  font-size: 0.875rem;
}

@media print,
screen and (min-width: 40em) {
  .search-item {
    font-size: 1.125rem;
    padding: 1.625rem 0;
    margin: 0;
  }
}

.search-item__title {
  font-weight: bold;
  text-decoration: none;
}

.search-item__title:hover {
  color: #f04e00;
}

.search-item__anons {
  margin-bottom: 1em;
}

.search-item a {
  color: inherit;
  text-decoration: none;
}

.search-item__path-item:not(:last-child) {
  margin-right: .4em;
}

.search-item__path-item~.search-item__path-item {
  margin-left: .4em;
}

.search-item__path-item:hover {
  color: #f04e00;
}

.tag-list {
  margin: 0 -0.625rem;
  padding: 0;
  list-style: none;
  font-size: 1.125rem;
}

.tag-list__item {
  margin: 0.3125rem 0.625rem;
  display: inline-block;
  vertical-align: middle;
}

.tag-list__delete {
  cursor: pointer;
  margin-left: .2em;
  opacity: .6;
}

.tag-list__delete:hover {
  opacity: 1;
}

.toggle-block {
  position: relative;
  margin: 0 -1.25rem;
}

@media print,
screen and (min-width: 40em) {
  .toggle-block {
    margin: 0;
  }
}

.bg-blue .toggle-block+.toggle-block {
  border-color: #fff;
}

@media print,
screen and (min-width: 64em) {
  .toggle-block {
    padding: 0;
  }

  .toggle-block+.toggle-block {
    border: 0;
  }

  h2+.toggle-block {
    margin-top: -1em;
    padding-top: 0;
  }
}

@media screen and (min-width: 90em) {
  .toggle-block {
    padding: 0;
  }
}

.toggle-block__mob-toggler {
  position: absolute;
  top: 1.75rem;
  right: 1.25rem;
  cursor: pointer;
  display: none !important;
}

@media print,
screen and (min-width: 40em) {
  .toggle-block__mob-toggler {
    display: none !important;
  }
}

.is-open .toggle-block__mob-toggler {
  display: none;
}

.toggle-block__heading {
  position: relative;
  padding: 1.375rem 3.75rem 1.375rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Source Serif Pro";
}

@media print,
screen and (min-width: 40em) {
  .toggle-block__heading {
    padding: 2.1875rem 0;
    font-size: 1.875rem;
  }

  .is-small .toggle-block__heading {
    padding: 0 0 1rem;
  }
}

.toggle-block__body {
  position: relative;
  padding: 0 1.25rem;
}

.is-open .toggle-block__body {
  display: block;
}

@media print,
screen and (min-width: 40em) {
  .toggle-block__body {
    display: block;
    padding: 0 0 0;
  }

  .is-readmore .toggle-block__body {
    max-height: 27.75rem;
    overflow: hidden;
  }

  .is-open .toggle-block__body {
    max-height: none;
  }
}

.toggle-block__content {
  margin-bottom: 1.5em;
}

.toggle-block__toggler {
  position: absolute;
  right: 1.25rem;
  bottom: 0;
  width: 1.375rem;
  height: 1.375rem;
  cursor: pointer;
  display: none;
}

.is-open .toggle-block__toggler {
  display: block;
}

@media print,
screen and (min-width: 40em) {
  .toggle-block__toggler {
    height: 11.625rem;
    width: auto;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, #fff 0, #fff 3.125rem, rgba(255, 255, 255, 0) 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: background-position 250ms ease;
  }

  .is-readmore .toggle-block__toggler {
    display: block;
  }

  .bg-blue .toggle-block__toggler {
    background-image: linear-gradient(to top, #cfedff 0, #cfedff 3.125rem, rgba(207, 237, 255, 0) 100%);
  }

  .toggle-block__toggler:hover {
    background-position: 0 2.5rem;
  }

  .is-open .toggle-block__toggler {
    height: 1.875rem;
  }
}

.toggle-block__toggler svg {
  width: 1.375rem;
  height: 1.375rem;
  display: block;
  fill: #cfedff;
  transition: color 250ms ease;
}

.bg-blue .toggle-block__toggler svg {
  fill: #fff;
}

.is-open .toggle-block__toggler svg {
  transform: rotate(0.5turn);
}

@media print,
screen and (min-width: 40em) {
  .toggle-block__toggler svg {
    position: absolute;
    left: 0;
    bottom: 1.875rem;
  }

  .is-open .toggle-block__toggler svg {
    bottom: 1.25rem;
  }
}

.is-open .toggle-block__toggler {
  top: auto;
}

.toggle-block__toggler:hover svg {
  fill: #000;
}

.toggle-block svg {
  width: 1.375rem;
  height: 1.375rem;
  display: block;
  fill: #cfedff;
}

.bg-blue .toggle-block svg {
  fill: #fff;
}

@media print,
screen and (min-width: 64em) {
  .toggle-block {
    margin: 0 -0.625rem;
    display: flex;
    flex-wrap: wrap;
  }

  .toggle-block::after,
  .toggle-block__heading,
  .toggle-block__body {
    max-width: 100%;
    width: 100%;
    margin: 0 0.625rem;
  }

  .toggle-block--underline {
    margin-bottom: 1.5em;
  }

  .toggle-block--underline::after {
    display: block;
    content: '';
    height: 1px;
    max-width: calc(100% / 3 * 2 - 1.25rem);
    border-bottom: 1px solid #000;
  }
}

@media screen and (min-width: 75em) and (max-width: 1349px) {
  .toggle-block__body {
    margin-left: 7.5rem;
    max-width: calc(100% - 8.125rem);
  }

  .is-small .toggle-block__body {
    max-width: 100%;
    margin-left: 0.625rem;
  }
}

@media screen and (min-width: 1350px) {

  .toggle-block__heading,
  .toggle-block__body {
    max-width: calc(100% / 2 - 1.25rem);
    padding-top: 0;
  }

  .is-small .toggle-block__heading,
  .is-small .toggle-block__body {
    max-width: 100%;
  }

  .toggle-block__body {
    padding-top: 0.5rem;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-image: linear-gradient(to left, #cfedff 0, #cfedff 50%, rgba(207, 237, 255, 0) 0);
  background-position: 0 0;
  background-size: 200% 100%;
  font-family: "Styrene";
}

@media print,
screen and (min-width: 40em) {
  body {
    transition: background-position 350ms linear;
  }
}

body.bg-blue {
  background-position: 100% 0;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

.container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
  .container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.page-content__aside {
  margin: 0 -1.25rem;
  padding: 1.75rem 1.25rem;
}

@media print,
screen and (min-width: 40em) {
  .page-content__aside {
    margin: 0 -2.5rem;
    padding: 2rem 2.5rem 1.25rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .page-content__aside {
    margin: 0;
    padding: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .page-content {
    display: flex;
  }

  .page-content__main {
    width: 100%;
    max-width: calc(100% / 4 * 3);
  }

  .page-content__aside {
    max-width: calc(100% / 4 * 1);
  }
}

::selection {
  background: #cfedff;
}

.bg-blue ::selection {
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 0.625rem;
}

::-webkit-scrollbar-track {
  background-color: #cfedff;
}

::-webkit-scrollbar-thumb {
  background-color: #abdaff;
}

/*# sourceMappingURL=maps/main.css.map */
.binder-warning {
  font-weight: 700;
  margin-bottom: 5rem;
}
/* End */


/* Start:/local/templates/ivanyanandpartners/components/bitrix/news.list/popup.banner/style.css?16403249542439*/
.container-banner-popup{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #0000005e;
    z-index: 1000;
    display: none;
}
.container-banner-popup.is-open {
    display: flex;
}

.banner-popup {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background-color: rgba(255, 255, 255, 0.9);*/
    z-index: 1000;
    text-align: center;
}
@media screen and (max-width: 39.99875em) {
    .banner-popup {
        font-size: 0.75rem;
    }
}
@media print, screen and (min-width: 64em) {
    .banner-popup {
        width: 38rem;
        height: auto;
        left: calc(50% - 19rem);
    }
}
@media print, screen and (min-width: 64em) {
    .banner-popup .h2 {
        font-size: 1.25rem;
    }
}
.banner-popup p {
    font-size: 0.875rem;
}
.banner-popup__body {
    position: relative;
    flex: 0 1 auto;
    /*overflow: hidden;*/
    max-height: calc(100vh - (1.25rem * 2));
    max-width: calc(100vw - (2.5rem * 2));
}

.banner-popup__body .type-banner-image{
	height: 100%;
}


@media screen and (max-width: 39.99875em) {
    .banner-popup__body {
        max-width: calc(100vw - (1.25rem * 2));
    }
}
.banner-popup.is-open {
    display: flex;
}
.banner-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 0;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-popup__close::before,
.banner-popup__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 10px);
    height: 4px;
    background: #000;
    z-index: 1;
    transition: background-color 0.3s;
}
.banner-popup__close:hover::before,
.banner-popup__close:active::before,
.banner-popup__close:hover::after,
.banner-popup__close:active::after {
    background: #f04e00;
}
.banner-popup__close::before {
    transform: translate(-50%, -50%)  rotate(45deg);
}
.banner-popup__close::after {
    transform: translate(-50%, -50%)  rotate(-45deg);
}
@media screen and (max-width: 39.99875em) {
    .banner-popup__close {
        top: 12px;
        right: 12px;
        width: 30px;
        height: 30px;
    }
    .banner-popup__close::before, .banner-popup__close::after {
        height: 3px;
    }
}
/* End */


/* Start:/local/templates/ivanyanandpartners/components/bitrix/news.list/practice.list.mobile/style.css?1606464057233*/
.home-content .drop-menu, .mobile-menu__list .drop-menu{
    margin-bottom: 0px;
}
.home-content .drop-menu, .mobile-menu__list .practice-list{
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin: 0 0.625rem;
}
/* End */


/* Start:/local/templates/ivanyanandpartners/styles.css?170254684420240*/
.selectr-option.selected {
    display: none;
}

.is-active>.drop-menu__close {
    margin-top: 5px;
}

.news-grid .news-card .binder-button {
    margin-top: 1rem;
}

.news-grid .news-card {
    padding-bottom: 4.188rem;
}

.news-card--with-image {
    padding-bottom: 2.188rem !important;
}

@media (max-width:1024px) {
    .news-grid .news-card {
        padding-bottom: 2.188rem;
    }
}

.privacy-width {
    width: 100%;
}

.toggle-block svg,
.load-more svg {
    width: 1.5rem;
}

a:not([class]) {
    padding-bottom: 0.125rem;
    -webkit-transition: -webkit-box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    transition: -webkit-box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    -o-transition: box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    transition: box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    transition: box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03),
        -webkit-box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    background-image: -webkit-gradient(color-stop(0, #abdaff), color-stop(0.125rem, #abdaff));
    background-image: -o-linear-gradient(#abdaff, #abdaff);
    background-image: linear-gradient(#abdaff, #abdaff);
    background-size: 100% 2px;
    background-position: left bottom;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0 0 0 0 #cfedff;
    box-shadow: inset 0 0 0 0 #cfedff;
    text-decoration: none;
}

.site-footer a,
a:not([class]):hover {
    background: none;
}

.drop-menu__link {
    color: #cfebff;
}

.load-more {
    padding-bottom: 13px;
}

.career-feed {
    margin: 0.5rem 0.625rem 0rem;
}

#content-hide svg {
    margin-bottom: 20px;
}

@media print,
screen and (min-width: 64em) {

    .news-card--large .binder-button,
    .news-card .binder-button {
        margin-top: 1rem;
    }

    .practise-filter {
        padding: 1.5rem 2.5rem;
        max-width: 75%;
    }
}

@media print,
screen and (max-width: 40em) {

    .drop-menu__close,
    .drop-menu__open {
        margin-bottom: 20px;
    }
}

.filled-menu.bg-blue .drop-menu.is-active {
    background-color: #fff;
}

.binder-list {
    margin-bottom: 35px;
}

.binder-subheader {
    text-align: right;
    margin-bottom: 20px;
}

.has-error .form-item__file-label {
    -webkit-box-shadow: 0 0 0 0.125rem #f04e00;
    box-shadow: 0 0 0 0.125rem #f04e00;
    border: none;
}

body.bg-blue .people-card__photo::after {
    opacity: 1;
}

.people-card__photo::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: inherit;
    background-size: contain;
    background-color: #cfedff;
    background-blend-mode: multiply;
    opacity: 0;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

.people-card__photo {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-invisible {
    opacity: 0;
}

.hidden {
    display: none;
}

.practice-close {
    position: absolute;
    top: 1.125rem;
    right: 1.25rem;
    width: 1.5rem;
    height: 1.5rem;
}

.mobile-menu__item.practice-item {
    position: relative;
}

.mobile-menu__hmb {
    z-index: 1;
}

main.page__main>nav.drop-menu>button.force-blue>span {
    -webkit-box-shadow: inset 0 -2em 0 0 #cfedff;
    box-shadow: inset 0 -2em 0 0 #cfedff;
}

.privacy-container {
    display: block;
    width: 100vw;
    height: 100vh;
}

.filled-menu.bg-blue .page__main .news-page__photo_image {
    position: relative;
}

.filled-menu.bg-blue .page__main .news-page__photo_image.inline-block {
    display: inline-block;
}

.filled-menu.bg-blue .page__main .news-page__photo_image img {
    margin-bottom: 0px;
}

.filled-menu.bg-blue .page__main .news-page__photo_image::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: inherit;
    background-size: contain;
    background-color: rgba(45, 145, 206, 0.3);
    -webkit-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

.content-fadeout {
    height: 199px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
}

#content-show svg {
    fill: #000;
}

.bg-blue .news-card__image:after {
    background-color: rgba(45, 145, 206, 0.3);
    width: 98%;
}

.news-card__image:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: inherit;
    background-size: contain;
    background-color: rgba(45, 145, 206, 0);
    -webkit-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

.news-card__image {
    position: relative;
}

@media print,
screen and (min-width: 40em) {
    .news-card__image {
        max-width: calc(50% - 0.625rem);
        margin-right: 0.625rem;
        padding-right: 0px;
    }

    .drop-menu__link {
        padding-top: 0.15rem;
        padding-bottom: 0.26rem;
    }
}

@media screen and (min-width: 75em) {
    .drop-menu__additional {
        padding: 2rem 0 0 7.5rem;
    }
}

@media screen and (min-width: 768px) {
    .mobile-menu__list .drop-menu__list {
        margin-top: 1rem;
    }
}

.spinner {
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 14px;
    height: 14px;
    background-color: #f04e00;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.sending-status__text {
    padding: 0 0.625rem;
    color: #000;
    font-size: 0.875rem;
}

.sending-status {
    display: none;
}

.sending-status.send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px;
}

.career-feed__footer_wrap {
    flex-wrap: wrap;
    margin-top: 1.625rem;
}

.career-feed__footer_wrap .career-feed__send {
    margin-top: 0;
}

@media screen and (max-width: 457px) {
    .sending-status.send {
        margin-top: 10px;
    }
}

.site-header__logo {
    padding-left: 0;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: auto;
}

.site-header svg {
    margin-left: 0;
}

@media screen and (max-width: 639px) {
    .site-header svg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 0;
        width: 65px;
    }
}

.site-header__lang {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.site-header__lang:hover+.site-header__UK {
    -webkit-transform: translate(-117px, 0);
    -ms-transform: translate(-117px, 0);
    transform: translate(-117px, 0);
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.21, -0.35, 0.51, 1.6);
    transition: -webkit-transform 250ms cubic-bezier(0.21, -0.35, 0.51, 1.6);
    -o-transition: transform 250ms cubic-bezier(0.21, -0.35, 0.51, 1.6);
    transition: transform 250ms cubic-bezier(0.21, -0.35, 0.51, 1.6);
    transition: transform 250ms cubic-bezier(0.21, -0.35, 0.51, 1.6),
        -webkit-transform 250ms cubic-bezier(0.21, -0.35, 0.51, 1.6);
}

.site-header__UK {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    margin-right: 17px;
}

.site-header__UK:hover {
    -webkit-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
    color: #f04e00;
}

.site-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #cfebff;
}

.site-footer__copyright {
    position: static;
}

.site-footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 0;
}

.privacy-width {
    width: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.site-footer__logo-in {
    width: 24px;
    height: 24px;
}

@media screen and (min-width: 768px) {
    .site-footer__logo-in {
        margin-left: 10px;
    }
}

.site-footer .site-footer__logo-in a {
    margin: 0;
}

.site-footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .site-header__UK {
        font-size: 12px;
        margin-right: 10px;
    }
}

.news-list__latest-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #878789;
    margin-bottom: 43px;
}

@media screen and (max-width: 639px) {
    .site-header__logo {
        margin-left: 0;
        width: auto;
    }

    .site-header__UK {
        position: absolute;
        top: 10px;
        right: 0;
        margin-right: 1.25rem;
        font-size: 14px;
    }

    .site-header__lang {
        width: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 20px;
    }

    .site-header__search {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px;
        width: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        margin-left: 14px;
    }

    .site-header__contacts {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 20px;
        width: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        margin-left: 14px;
    }

    .site-footer-bottom {
        /* -webkit-box-orient: vertical;
        -webkit-box-direction: reverse; */
        /* -ms-flex-direction: column-reverse; */
        /* flex-direction: column-reverse; */
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .privacy-width {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .site-footer__copyright {
        /* margin-top: 30px; */
    }
}

.swiper-container {
    width: 100%;
    position: relative;
}

.news-list__swiper {
    max-width: 100%;
}

@media print,
screen and (min-width: 64em) {
    .news-list__swiper {
        max-width: calc(50% - 1.25rem);
        margin: 0 0.625rem;
    }
}

@media (min-width: 1440px) {
    .news-list__swiper {
        padding-left: 118px;
        padding-right: 0;
    }

    .en .news-list__swiper {
        padding-left: 128px;
    }
}

.news-list .swiper-container {
    overflow: hidden;
}

.swiper-custom-navigation {
    position: relative;
    margin-top: 20px;
    min-height: 24px;
}

@media (min-width: 1024px) {
    .swiper-custom-navigation {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin-top: 4px;
        margin-bottom: 40px;
    }
}

.swiper-custom-navigation .swiper-pagination {
    bottom: 2px;
}

.swiper-custom-navigation .swiper-button-prev,
.swiper-custom-navigation .swiper-button-next {
    z-index: 11;
}

@media screen and (max-width: 1024px) {
    .swiper-container {
        max-width: 100%;
        margin-bottom: 80px;
    }
}

.swiper-container .news-card {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 0;
}

.swiper-container .news-list__hot {
    max-width: 100%;
}

.news-card__note {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #878789;
    margin-bottom: 36px;
}

.swiper-container .news-card__title {
    font-weight: 400;
    font-size: 48px;
    line-height: 50px;
    color: #f04e00;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
}

.swiper-container .news-card__title:hover {
    -webkit-box-shadow: inset 0 -5em 0 0 #cfedff;
    box-shadow: inset 0 -5em 0 0 #cfedff;
}

.swiper-container .news-card__title h1 {
    margin-bottom: 0;
}

.news-card__more {
    margin-top: 29px;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    display: inline-block;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0, #abdaff),
            color-stop(0.125rem, #abdaff),
            color-stop(0, transparent));
    background-image: -o-linear-gradient(bottom, #abdaff 0, #abdaff 0.125rem, transparent 0);
    background-image: linear-gradient(to top, #abdaff 0, #abdaff 0.125rem, transparent 0);
    -webkit-box-shadow: inset 0 0 0 0 #cfedff;
    box-shadow: inset 0 0 0 0 #cfedff;
    padding-bottom: 2px;
    cursor: pointer;
    -webkit-transition: color 250ms ease, -webkit-box-shadow 250ms cubic-bezier(1, 0.05, 0.43, 1.03);
    transition: color 250ms ease, -webkit-box-shadow 250ms cubic-bezier(1, 0.05, 0.43, 1.03);
    -o-transition: color 250ms ease, box-shadow 250ms cubic-bezier(1, 0.05, 0.43, 1.03);
    transition: color 250ms ease, box-shadow 250ms cubic-bezier(1, 0.05, 0.43, 1.03);
    transition: color 250ms ease, box-shadow 250ms cubic-bezier(1, 0.05, 0.43, 1.03),
        -webkit-box-shadow 250ms cubic-bezier(1, 0.05, 0.43, 1.03);
}

.news-card__more:hover {
    color: #f04e00;
    -webkit-box-shadow: inset 0 -2em 0 0 #cfedff;
    box-shadow: inset 0 -2em 0 0 #cfedff;
}

@media (min-width: 1024px) {
    .news-card__more {
        margin-bottom: 80px;
    }

    .news-card__note,
    .swiper-container .news-card__title,
    .news-card__anons {
        padding-right: 80px;
    }
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    top: unset;
    bottom: 10px;
    height: 24px;
    outline: none;
}

.swiper-container .swiper-button-prev {
    left: 0;
}

.swiper-container .swiper-button-next {
    right: 0;
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
    content: '';
}

.swiper-container .swiper-button-next svg,
.swiper-container .swiper-button-prev svg {
    stroke: #000000;
}

.swiper-container .swiper-pagination-bullet {
    border: 1px solid #000000;
    background: transparent;
    opacity: 1;
    cursor: pointer;
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f04e00;
    border: 1px solid #f04e00;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    outline: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

@media (min-width: 1024px) {
    .site-footer__address:not(:last-child)::after {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #CEECFF;
        margin: 0 6px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: inline-block;
    }
}

.site-footer a[href^="tel:"],
.site-footer a[href^="mailto:"] {
    white-space: nowrap;
}

.site-footer a[href^="mailto:"] {
    text-decoration: underline;
}

.form-item__file-label {
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-content__item-heading,
.mobile-menu__link {
    text-align: left;
}

.news-list__hot,
.news-list__latest {
    margin-left: 5px;
}

.swiper-container {
    /* max-width: calc(50% - 0.5rem); */
    min-height: 530px;
}

.news-list__swiper .swiper-container {
    min-height: 0;
    height: 100%;
}

.news-card__more {
    text-decoration: none;
}

.swiper-container .swiper-button-next {
    right: 0;
    width: 10px;
}

.news-list__swiper .swiper-horizontal>.swiper-pagination-bullets,
.news-list__swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
}

.news-list__swiper .swiper-container .swiper-button-next,
.news-list__swiper .swiper-container .swiper-button-prev {
    bottom: 0px;
}

@media print,
screen and (min-width: 40em) and (max-width: 63em) {
    .swiper-container {
        max-width: 100%;
    }
}

@media screen and (min-width: 75em) {
    .news-card {
        margin-bottom: 0.1rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .contacts__item {
        /*max-width: -webkit-calc(50% - 1.25rem);
        max-width: calc(33.3% - 1.25rem);*/
    }
}

@media screen and (max-width: 767px) {
    .site-footer__copyright {
        order: 2;
        margin-top: 10px;
    }

    .site-footer-bottom {
        flex-wrap: wrap;
        margin-bottom: 0;
        text-align: start;
    }

    .site-footer__copyright {
        width: 100%;
    }

    .privacy-width {
        width: 100%;
    }

    .site-header__lang-menu {
        width: auto;
        margin-right: -111px;
    }

    .site-header__lang:hover .site-header__lang-menu,
    .site-header__lang-menu.is-open {
        margin-right: -20px;
    }
}

.form-item select,
.form-item select.is-black {
    background-image: none;
}

.selectr-selected {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23000'%3E%3Cpath d='M1 1l9.15 9 9-9'/%3E%3C/svg%3E");
}

.theme-black .selectr-selected {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cpath d='M1 1l9.15 9 9-9'/%3E%3C/svg%3E");
}

.china-partner {
    width: 64px;
    height: 32px;
    margin-right: 40px;
    order: 1;
}

.china-partner a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url('/local/templates/ivanyanandpartners/img/chinese_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.china-partner a:hover {
    background-image: url('/local/templates/ivanyanandpartners/img/chinese_icon.svg');
}

@media (max-width:639px) {
    .china-partner {
        width: 40px;
        height: 20px;
        margin-right: 30px;
        order: 0;
        margin-top: 17px;
    }

    .site-header__lang .site-header__toggler {
        width: 20px;
        height: 20px;
    }
}

.binder-disabled {
    cursor: auto !important;
    color: #525252 !important;
    border: 1px solid #525252 !important;
    background-color: transparent !important;
    position: relative !important;
}

.message-error-popup {
    position: absolute;
    left: -1px;
    height: 25px;
    white-space: nowrap;
    top: -100%;
    background-color: white;
    z-index: 2;
    opacity: 0;
    transition: all 0.2s;
    text-transform: lowercase;
}

.page__sidebar .message-error-popup {
    background-color: #cfedff;
}

.binder-disabled:hover .message-error-popup {
    opacity: 1;
    top: -1px;
    transition: all 0.2s;
}
/* End */


/* Start:/local/templates/ivanyanandpartners/template_styles.css?1606464057240*/
.page-modal.is-open .practise-filter
{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;display:flex
}

.disabled{
    background-color: #E5E5E5 !important;
    color: #fff;
    background-image: none;
}
/* End */


/* Start:/local/templates/ivanyanandpartners/styles/custom.css?17537770551378*/
.page__main .text-small,
.page__main .grid-x .text-small {
    font-size: 0.875rem;
}
.page__main .career-feed {
    margin: 1.6rem 0;
}
.people-list.people-list--vacancy .people-card__role
{
    padding-bottom: .125rem;
    margin-bottom: .875rem;
}
.people-list.people-list--vacancy .people-card__contacts {
    font-size: .875rem;
    line-height: 2.07143;
}

.career-block p {
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.5;
}

@media screen and (min-width: 64em) {
    .career-block p:not(:last-child) {
        margin-bottom: 1.6em;
    }
}

@media print, screen and (min-width: 40em) {
    .people-tile:nth-child(1) .people-tile__photo,
    .people-tile:nth-child(4) .people-tile__photo,
    .people-tile:nth-child(7) .people-tile__photo,
    .people-tile:nth-child(8) .people-tile__photo,
    .people-tile:nth-child(10) .people-tile__photo,
    .people-tile:nth-child(12) .people-tile__photo,
    .people-tile:nth-child(13) .people-tile__photo,
    .people-tile:nth-child(15) .people-tile__photo,
    .people-tile:nth-child(17) .people-tile__photo,
    .people-tile:nth-child(18) .people-tile__photo {
        order: inherit;
        margin-bottom: inherit;
    }

    .people-tile.people-tile--reverse .people-tile__photo {
        order: -1;
        margin-bottom: 1.5em;
    }

    .reverse .people-tile__photo {
        margin-bottom: 0;
    }
}
/* End */
/* /local/templates/ivanyanandpartners/assets/dest/styles/main.css?1731074088150751 */
/* /local/templates/ivanyanandpartners/components/bitrix/news.list/popup.banner/style.css?16403249542439 */
/* /local/templates/ivanyanandpartners/components/bitrix/news.list/practice.list.mobile/style.css?1606464057233 */
/* /local/templates/ivanyanandpartners/styles.css?170254684420240 */
/* /local/templates/ivanyanandpartners/template_styles.css?1606464057240 */
/* /local/templates/ivanyanandpartners/styles/custom.css?17537770551378 */
