@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,600,700|IBM+Plex+Sans:400,700&subset=latin-ext");html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,input,optgroup,select,textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

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: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset[disabled] .multiselect {
    pointer-events: none
}

.multiselect__spinner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    height: 35px;
    background: #fff;
    display: block
}

.multiselect__spinner:after,.multiselect__spinner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid transparent;
    border-top-color: #41b883;
    box-shadow: 0 0 0 1px transparent
}

.multiselect__spinner:before {
    animation: a 2.4s cubic-bezier(.41,.26,.2,.62);
    animation-iteration-count: infinite
}

.multiselect__spinner:after {
    animation: a 2.4s cubic-bezier(.51,.09,.21,.8);
    animation-iteration-count: infinite
}

.multiselect__loading-enter-active,.multiselect__loading-leave-active {
    transition: opacity .4s ease-in-out;
    opacity: 1
}

.multiselect__loading-enter,.multiselect__loading-leave-active {
    opacity: 0
}

.multiselect,.multiselect__input,.multiselect__single {
    font-family: inherit;
    font-size: 16px;
    touch-action: manipulation
}

.multiselect {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 40px;
    text-align: left;
    color: #35495e
}

.multiselect * {
    box-sizing: border-box
}

.multiselect:focus {
    outline: none
}

.multiselect--disabled {
    background: #ededed;
    pointer-events: none;
    opacity: .6
}

.multiselect--active {
    z-index: 4
}

.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.multiselect--active .multiselect__select {
    transform: rotate(180deg)
}

.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.multiselect__input,.multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 0 0 0 5px;
    width: 100%;
    transition: border .1s ease;
    box-sizing: border-box;
    margin-bottom: 8px;
    vertical-align: top
}

.multiselect__input:-ms-input-placeholder {
    color: #35495e
}

.multiselect__input::placeholder {
    color: #35495e
}

.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single {
    width: auto
}

.multiselect__input:hover,.multiselect__single:hover {
    border-color: #cfcfcf
}

.multiselect__input:focus,.multiselect__single:focus {
    border-color: #a8a8a8;
    outline: none
}

.multiselect__single {
    padding-left: 5px;
    margin-bottom: 8px
}

.multiselect__tags-wrap {
    display: inline
}

.multiselect__tags {
    min-height: 40px;
    display: block;
    padding: 8px 40px 0 8px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px
}

.multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 4px 26px 4px 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    line-height: 1;
    background: #41b883;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis
}

.multiselect__tag-icon {
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    font-style: normal;
    width: 22px;
    text-align: center;
    line-height: 22px;
    transition: all .2s ease;
    border-radius: 5px
}

.multiselect__tag-icon:after {
    content: "\D7";
    color: #266d4d;
    font-size: 14px
}

.multiselect__tag-icon:focus,.multiselect__tag-icon:hover {
    background: #369a6e
}

.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after {
    color: #fff
}

.multiselect__current {
    min-height: 40px;
    overflow: hidden;
    padding: 8px 30px 0 12px;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #e8e8e8
}

.multiselect__current,.multiselect__select {
    line-height: 16px;
    box-sizing: border-box;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer
}

.multiselect__select {
    position: absolute;
    width: 40px;
    height: 38px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    transition: transform .2s ease
}

.multiselect__select:before {
    position: relative;
    right: 0;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: ""
}

.multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 2px
}

.multiselect--active .multiselect__placeholder {
    display: none
}

.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 4;
    -webkit-overflow-scrolling: touch
}

.multiselect__content {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 100%;
    vertical-align: top
}

.multiselect--above .multiselect__content-wrapper {
    bottom: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8
}

.multiselect__content::webkit-scrollbar {
    display: none
}

.multiselect__element {
    display: block
}

.multiselect__option {
    display: block;
    padding: 12px;
    min-height: 40px;
    line-height: 16px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.multiselect__option:after {
    top: 0;
    right: 0;
    position: absolute;
    line-height: 40px;
    padding-right: 12px;
    padding-left: 20px;
    font-size: 13px
}

.multiselect__option--highlight {
    background: #41b883;
    outline: none;
    color: #fff
}

.multiselect__option--highlight:after {
    content: attr(data-select);
    background: #41b883;
    color: #fff
}

.multiselect__option--selected {
    background: #f3f3f3;
    color: #35495e;
    font-weight: 700
}

.multiselect__option--selected:after {
    content: attr(data-selected);
    color: silver
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select {
    background: #ededed;
    color: #a6a6a6
}

.multiselect__option--disabled {
    background: #ededed!important;
    color: #a6a6a6!important;
    cursor: text;
    pointer-events: none
}

.multiselect__option--group {
    background: #ededed;
    color: #35495e
}

.multiselect__option--group.multiselect__option--highlight {
    background: #35495e;
    color: #fff
}

.multiselect__option--group.multiselect__option--highlight:after {
    background: #35495e
}

.multiselect__option--disabled.multiselect__option--highlight {
    background: #dedede
}

.multiselect__option--group-selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect-enter-active,.multiselect-leave-active {
    transition: all .15s ease
}

.multiselect-enter,.multiselect-leave-active {
    opacity: 0
}

.multiselect__strong {
    margin-bottom: 8px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}

[dir=rtl] .multiselect {
    text-align: right
}

[dir=rtl] .multiselect__select {
    right: auto;
    left: 1px
}

[dir=rtl] .multiselect__tags {
    padding: 8px 8px 0 40px
}

[dir=rtl] .multiselect__content {
    text-align: right
}

[dir=rtl] .multiselect__option:after {
    right: auto;
    left: 0
}

[dir=rtl] .multiselect__clear {
    right: auto;
    left: 12px
}

[dir=rtl] .multiselect__spinner {
    right: auto;
    left: 1px
}

@keyframes a {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(2turn)
    }
}

body,html {
    position: relative;
    height: 100%
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    word-wrap: break-word;
    min-width: 0
}

body {
    padding: 0;
    margin: 0;
    font-family: Graphik,sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #2b2c30
}

body #vue {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between
}

h1,h2,h3,h4 {
    font-family: Graphik,sans-serif;
    line-height: 1.3
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 38px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

b,strong {
    font-weight: 600
}

.main {
    position: relative;
    flex: 1 0 auto
}

@media only screen and (max-width: 768px) {
    .hidden-on-mobile {
        display:none
    }
}

.show-on-mobile {
    display: none
}

@media only screen and (max-width: 768px) {
    .show-on-mobile {
        display:inherit
    }
}

a {
    color: #00b4d5;
    line-height: 1.4;
    display: inline;
    transition: all .3s
}

.a-button,a {
    text-decoration: none
}

.a-button {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    padding: 11px 22px;
    font-size: 22px;
    line-height: 1;
    transition: all .5s;
    cursor: pointer
}

.a-button:hover {
    color: #fff;
    background: #000
}

.a-button__icon {
    width: 16px;
    height: 16px;
    margin-right: 16px
}

.a-button__icon svg {
    max-width: 100%;
    max-height: 100%
}

.a-button--type-inverse {
    color: #fff;
    background: #000
}

.a-button--type-inverse:hover {
    background: #fff;
    color: #000
}

.a-button--size-small {
    padding: 7px 14px;
    font-size: 14px
}

.a-button--type-download {
    border: none;
    border-radius: 2px;
    background-color: #00205b;
    color: #fff;
    font-size: 14px;
    opacity: .9;
    padding: 17px 25px 17px 20px
}

.a-button--type-download:hover {
    background: #0044c1
}

.a-checkbox {
    padding: 5px 0
}

.a-checkbox__input {
    display: none
}

.a-checkbox__input:checked+label:before {
    background-color: #92db44;
    border-color: #92db44
}

.a-checkbox__label {
    position: relative;
    padding-left: 33px;
    color: #4a4a4a;
    font-size: 14px;
    cursor: pointer
}

.a-checkbox__label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    border: 2px solid #e7e7e7;
    border-radius: 2px;
    background-color: #fff
}

.a-container {
    max-width: 1210px;
    margin: auto;
    padding: 0 20px;
    position: relative
}

.a-divider {
    width: 100%;
    border: 1px solid #eceef6;
    margin: 72px auto
}

.a-divider--type-noSpacing {
    margin: auto
}

.a-embedYoutube {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.a-embedYoutube:before {
    display: block;
    content: "";
    padding-top: 56.25%
}

.a-embedYoutube__item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.a-embedYoutube__wrapper {
    padding: 50px 100px
}

.a-embedYoutube__wrapper--type-wide {
    padding: 50px 0
}

.a-embedYoutube__caption {
    font-size: 12px;
    line-height: 1.3;
    color: #2c2c2c;
    margin-top: 20px;
    opacity: .4;
    text-align: center
}

.a-headline {
    margin: 0;
    padding: 15px 0;
    line-height: 1.3;
    color: #00205b;
    font-weight: 600
}

.a-headline--type-h1 {
    font-size: 44px;
    line-height: 44px;
    font-weight: 700
}

.a-headline--type-h2 {
    font-size: 32px;
    line-height: 32px
}

.a-headline--type-h3 {
    font-size: 28px;
    line-height: 28px
}

.a-headline--type-h4 {
    font-size: 24px
}

.a-headline--type-h5 {
    font-size: 18px;
    text-transform: uppercase
}

.a-headline--alignment-center {
    text-align: center
}

.a-headline--alignment-right {
    text-align: right
}

.a-headline--alignment-left {
    text-align: left
}

.a-headline--type-inverted {
    color: #fff
}

.a-headline--type-homepage {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #fff
}

@media only screen and (max-width: 768px) {
    .a-headline--type-h1 {
        font-size:32px
    }

    .a-headline--type-h2 {
        font-size: 26px
    }

    .a-headline--type-h3 {
        font-size: 22px
    }

    .a-headline--type-h4 {
        font-size: 18px
    }

    .a-headline--type-h5 {
        font-size: 16px
    }
}

.a-image {
    padding: 0 0 40px;
    margin: 0
}

.a-image--master {
    margin: 0 -10px
}

.a-image__image {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 20px 30px rgba(0,0,0,.1);
    border: 1px solid #f5f6f9
}

.a-image__caption {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.3;
    color: #2c2c2c;
    text-align: center;
    opacity: .4
}

.a-link {
    font-size: 14px;
    color: #00b4d5;
    line-height: 1.4;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all .3s
}

.a-link--full-width {
    display: flex;
    justify-content: space-between
}

.a-link:hover {
    color: #33dfff;
    text-decoration: underline
}

.a-link__icon {
    min-width: 7px;
    margin-left: 20px;
    margin-right: 40px
}

.a-link__icon--no-martgin-right {
    margin-right: 0
}

.a-link__icon-left {
    margin-right: 13px
}

.a-link__icon-left--arrow {
    transform: rotate(180deg)
}

.a-link--size-md {
    font-size: 16px
}

.a-link--size-lg {
    font-size: 18px
}

@media only screen and (max-width: 768px) {
    .a-link {
        overflow:hidden;
        text-overflow: ellipsis;
        overflow-wrap: break-word
    }

    .a-link--size-md {
        font-size: 14px
    }
}

.a-list ol {
    counter-reset: a;
    list-style: none;
    padding-left: 40px
}

.a-list ol li {
    position: relative;
    counter-increment: a;
    line-height: 26px;
    margin-bottom: 32px
}

.a-list ol li:before {
    content: counter(a);
    position: absolute;
    top: 3px;
    left: -30px;
    line-height: 20px;
    width: auto;
    height: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #00205b
}

.a-list ul {
    list-style: none;
    padding-left: 40px
}

.a-list ul li {
    position: relative;
    line-height: 26px;
    margin-bottom: 32px
}

.a-list ul li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -30px;
    display: block;
    width: 7px;
    height: 19px;
    background-image: url(/icon/arrow-right.svg)
}

.a-quotation {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 56px
}

.a-quotation__text {
    max-width: 606px;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    color: #00205b
}

.a-quotation__name {
    margin-top: 16px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #2c2c2c;
    opacity: .4
}

.a-quotation--alignment-center {
    text-align: center
}

.a-quotation--alignment-left {
    text-align: left;
    align-items: flex-start
}

.a-quotation--alignment-left .a-quotation__text {
    max-width: 385px
}

.a-quotation--alignment-right {
    text-align: right;
    align-items: flex-end
}

.a-quotation--alignment-right .a-quotation__text {
    max-width: 385px
}

.a-quotation--type-light .a-quotation__text {
    color: #2c2c2c
}

.a-quotation--size-md .a-quotation__text {
    font-size: 18px;
    line-height: 1.4
}

.a-search-item {
    padding: 13px 20px 10px;
    display: flex;
    border-bottom: 1px solid #eceef6;
    cursor: pointer
}

.a-search-item:first-child {
    margin-top: 10px;
    border-top: 1px solid #eceef6
}

.a-search-item__content {
    max-width: 620px
}

.a-search-item__main {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 5px
}

.a-search-item__second {
    display: block;
    max-width: 520px;
    min-height: 17px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 8px
}

.a-search-item__second--color-gray {
    opacity: .4;
    color: #4a4a4a
}

.a-search-item__open-wrapper {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.a-search-item--type-big .a-search-item__main,.a-search-item--type-event .a-search-item__main {
    font-size: 18px;
    line-height: 22px
}

.a-socialShareButtons {
    margin: 24px 0;
    text-align: center
}

.a-socialShareButtons__buttons {
    display: flex;
    justify-content: center
}

.a-socialShareButtons__text {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    color: #00205b
}

.a-socialShareButtons__button {
    width: 54px;
    height: 54px;
    padding: 14px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    margin: 0 8px;
    background-color: transparent;
    cursor: pointer;
    transition: all .3s
}

.a-socialShareButtons__button svg {
    width: 100%;
    height: 100%
}

.a-socialShareButtons__button svg path {
    fill: currentColor
}

.a-socialShareButtons__button--facebook {
    color: #4468b0!important;
    border-color: #4468b0
}

.a-socialShareButtons__button--facebook:hover {
    background-color: rgba(68,104,176,.25)
}

.a-socialShareButtons__button--twitter {
    color: #2aa3ef!important;
    border-color: #2aa3ef
}

.a-socialShareButtons__button--twitter:hover {
    background-color: rgba(42,163,239,.25)
}

.a-socialShareButtons__button--linkedin {
    color: #0077b5!important;
    border-color: #0077b5
}

.a-socialShareButtons__button--linkedin:hover {
    background-color: rgba(0,119,181,.25)
}

.loader {
    position: relative;
    margin: 0 auto
}

.atom-spinner,.atom-spinner * {
    box-sizing: border-box
}

.atom-spinner {
    position: relative;
    min-height: 100%;
    min-width: 100%
}

.atom-spinner .spinner-inner {
    display: block;
    height: 100%;
    width: 100%
}

.atom-spinner .spinner-circle {
    display: block;
    position: absolute;
    color: #00205b;
    font-size: 14.4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.atom-spinner .spinner-line {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation-duration: 1s;
    border-left-width: 2.4px;
    border-top-width: 2.4px;
    border-left-color: #00205b;
    border-left-style: solid;
    border-top-style: solid;
    border-top-color: transparent
}

.atom-spinner .spinner-line:first-child {
    animation: b 1s linear infinite;
    transform: rotate(120deg) rotateX(66deg) rotate(0deg)
}

.atom-spinner .spinner-line:nth-child(2) {
    animation: c 1s linear infinite;
    transform: rotate(240deg) rotateX(66deg) rotate(0deg)
}

.atom-spinner .spinner-line:nth-child(3) {
    animation: d 1s linear infinite;
    transform: rotate(1turn) rotateX(66deg) rotate(0deg)
}

@keyframes b {
    to {
        transform: rotate(120deg) rotateX(66deg) rotate(1turn)
    }
}

@keyframes c {
    to {
        transform: rotate(240deg) rotateX(66deg) rotate(1turn)
    }
}

@keyframes d {
    to {
        transform: rotate(1turn) rotateX(66deg) rotate(1turn)
    }
}

.a-tag {
    display: inline-block;
    background: #f5f6f9;
    border-radius: 2px;
    padding: 4px;
    margin: 2px 3px;
    font-size: 14px;
    line-height: 1;
    color: #4a4a4a
}

.a-tag:first-of-type {
    margin-left: 0
}

.a-tag--type-active {
    background-color: #00205b;
    color: #fff
}

.a-tag--color-orange {
    background-color: rgba(245,166,35,.9)
}

.a-tag--color-green {
    background-color: rgba(126,211,33,.9)
}

.a-tag--color-blue {
    background-color: rgba(0,180,213,.9);
    color: #fff
}

.a-tag--transparent {
    color: #fff
}

.a-text {
    padding: 0;
    margin: 0 0 32px;
    font-size: 18px;
    color: #2b2c30;
    line-height: 1.4;
    letter-spacing: .2px
}

.a-text--type-crossed {
    text-decoration: line-through
}

.a-text--type-underlined {
    text-decoration: underline
}

.a-text--color-light {
    color: #2c2c2c
}

.a-text--alignment-center {
    text-align: center
}

.a-text--alignment-right {
    text-align: right
}

.a-text--alignment-left {
    text-align: left
}

.a-text--size-sm {
    font-size: 14px
}

.a-text--size-lg {
    font-size: 24px;
    line-height: 32px
}

.a-text a {
    color: #00b4d5;
    text-decoration: none
}

.a-text a:hover {
    text-decoration: underline
}

@media only screen and (max-width: 768px) {
    .a-text--size-lg {
        font-size:22px
    }
}

.m-archive-gm-header {
    border-bottom: 3px solid #eceef6;
    margin-top: 55px
}

.m-articlePreview {
    display: flex;
    text-decoration: none
}

.m-articlePreview:hover .m-articlePreview__content-title {
    text-decoration: underline
}

.m-articlePreview__image {
    width: 196px;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.1);
    margin-right: 30px;
    background-size: cover;
    background-position: 50%
}

.m-articlePreview__archive-image-container {
    min-width: 276px;
    max-width: 276px;
    margin-left: 30px
}

@media only screen and (max-width: 768px) {
    .m-articlePreview__archive-image-container {
        display:none
    }
}

.m-articlePreview__archive-image-container.is-for-mobile {
    display: none;
    margin-left: 0;
    margin-top: 24px
}

@media only screen and (max-width: 768px) {
    .m-articlePreview__archive-image-container.is-for-mobile {
        display:block
    }
}

.m-articlePreview__archive-image {
    width: 100%;
    border-radius: 2px
}

.m-articlePreview__content {
    flex: 3;
    max-width: 600px
}

.m-articlePreview__content-title {
    display: flex;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #2c2c2c
}

.m-articlePreview__content-title--list {
    font-size: 20px;
    line-height: 26px
}

.m-articlePreview__content-date {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #4a4a4a;
    opacity: .6
}

.m-articlePreview__content-date--margin-top__none {
    margin-top: 0
}

.m-articlePreview__content-text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
    color: #2c2c2c;
    opacity: .8
}

.m-articlePreview__content-text p {
    margin: 0
}

.m-articlePreview__content-text--list {
    margin-top: 10px
}

.m-articlePreview__content-link {
    margin-top: 24px
}

@media only screen and (max-width: 768px) {
    .m-articlePreview {
        flex-direction:column
    }

    .m-articlePreview__image {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%
    }

    .m-articlePreview__image--alignment-right {
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 0
    }

    .m-articlePreview__archive-image-container {
        min-width: 100%
    }
}

.m-download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.m-download__content {
    display: flex;
    align-items: center;
    flex: 1
}

.m-download__icon {
    flex-shrink: 0;
    width: 35px;
    margin-right: 30px
}

.m-download__icon img {
    max-width: 100%
}

.m-download__name {
    margin-right: 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
    color: #2c2c2c
}

.m-download__desc {
    color: #2c2c2c;
    opacity: .4;
    display: inline-block;
    font-weight: 400
}

.m-download__button {
    display: inline-flex;
    justify-content: flex-end
}

@media only screen and (max-width: 768px) {
    .m-download {
        flex-direction:column;
        align-items: flex-start
    }

    .m-download__content {
        flex-wrap: wrap
    }

    .m-download__button {
        margin-top: 10px
    }
}

.m-eventPreview {
    display: flex;
    position: relative;
    align-items: center;
    text-decoration: none;
    color: #2b2c30
}

.m-eventPreview:hover .m-eventPreview__content-title {
    text-decoration: underline
}

.m-eventPreview__date {
    border: 1px solid #eceef6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fafafa;
    width: 64px;
    height: 64px;
    flex-shrink: 0
}

.m-eventPreview__date-day {
    font-size: 24px;
    color: #00205b;
    font-weight: 600
}

.m-eventPreview__date-month {
    font-size: 13px;
    opacity: .8
}

.m-eventPreview__content {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px
}

.m-eventPreview__content-title {
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 600
}

.m-eventPreview__content-info {
    font-size: 13px;
    letter-spacing: .14px;
    opacity: .8
}

.m-eventPreview__arrow {
    width: 20px
}

.m-eventPreviewBig {
    display: flex;
    justify-content: space-between;
    text-decoration: none
}

.m-eventPreviewBig:hover .m-eventPreviewBig__content-title {
    text-decoration: underline
}

.m-eventPreviewBig__image-container {
    min-width: 276px;
    max-width: 276px;
    margin-left: 30px
}

@media only screen and (max-width: 768px) {
    .m-eventPreviewBig__image-container {
        display:none
    }
}

.m-eventPreviewBig__image-container.is-for-mobile {
    display: none;
    margin-left: 0;
    margin-top: 24px;
    max-width: 100%
}

@media only screen and (max-width: 768px) {
    .m-eventPreviewBig__image-container.is-for-mobile {
        display:block
    }
}

.m-eventPreviewBig__image {
    width: 100%;
    border-radius: 2px
}

.m-eventPreviewBig__content {
    width: 100%
}

.m-eventPreviewBig__content-title {
    display: flex;
    font-weight: 600
}

.m-eventPreviewBig__content-date,.m-eventPreviewBig__content-title {
    font-size: 20px;
    line-height: 28px;
    color: #2c2c2c
}

.m-eventPreviewBig__content-label {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2c2c2c;
    opacity: .4
}

.m-eventPreviewBig__content-location {
    margin-top: 10px;
    color: #000;
    opacity: .4;
    font-size: 13px
}

.m-eventPreviewBig__content-text {
    margin-top: 20px;
    font-size: 14px;
    color: #2c2c2c;
    opacity: .8
}

.m-eventPreviewBig__content-link {
    margin-top: 35px
}

@media only screen and (max-width: 768px) {
    .m-eventPreviewBig {
        flex-direction:column
    }

    .m-eventPreviewBig__image {
        margin-left: 0;
        margin-top: 15px;
        width: 100%
    }

    .m-eventPreviewBig__content {
        width: 100%
    }
}

.m-gmPreview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-right: 20px
}

.m-gmPreview,.m-gmPreview:hover {
    text-decoration: none
}

.m-gmPreview:hover .m-gmPreview__name {
    text-decoration: underline
}

.m-gmPreview__content {
    display: flex;
    align-items: center
}

.m-gmPreview__image-wrapper {
    margin-right: 30px;
    min-width: 80px;
    max-width: 80px
}

.m-gmPreview__image {
    width: 100%;
    border-radius: 4px
}

.m-gmPreview__info {
    width: 100%
}

.m-gmPreview__name {
    color: #4a4a4a;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    display: flex
}

.m-gmPreview__position {
    margin-top: 6px;
    color: #2c2c2c;
    opacity: .2;
    font-weight: 600;
    font-size: 13px
}

.m-gmPreview__button {
    color: #4a4a4a;
    text-decoration: none;
    width: 30px
}

.m-header-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 30px;
    padding: 10px 0;
    margin: 0
}

.m-header-breadcrumbs__item {
    height: 30px;
    display: flex;
    align-items: center
}

.m-header-breadcrumbs__link {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none
}

a.m-header-breadcrumbs__link:hover {
    text-decoration: underline
}

.m-header-breadcrumbs__link.last {
    opacity: .8;
    color: #33dfff
}

.m-header-breadcrumbs__separator {
    transform: rotate(-90deg)
}

.m-header-breadcrumbs.type-inverted .m-header-breadcrumbs__link {
    color: #4a4a4a
}

.m-header-breadcrumbs.type-inverted .m-header-breadcrumbs__link.last {
    color: #00b4d5
}

.m-header-breadcrumbs.type-inverted .m-header-breadcrumbs__separator {
    transform: none
}

.m-header-breadcrumbs.color-active .m-header-breadcrumbs__link,.m-header-breadcrumbs.color-active .m-header-breadcrumbs__link.last {
    color: #00b4d5
}

.m-header-language {
    position: relative;
    border-radius: 18px;
    -webkit-text-decoration: underline solid transparent;
    text-decoration: underline solid transparent;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 35px;
    padding-top: 2px;
    border: 1px solid transparent
}

.m-header-language:hover {
    -webkit-text-decoration: underline solid currentcolor;
    text-decoration: underline solid currentcolor
}

.m-header-language--type-for-blue-bg {
    border-color: hsla(0,0%,100%,.2);
    color: #fff
}

.m-header-language--type-for-white-bg {
    border-color: rgba(0,0,0,.1);
    color: #4e4e4d
}

.m-header-language--type-for-green-bg,.m-header-language--type-for-orange-bg {
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

.m-header-language--choice {
    background: url(/images/header-language-dropdown@2x.png) no-repeat 44px 50%
}

.m-header-language--type-inverted {
    border-color: rgba(0,0,0,.1);
    background: transparent url(/images/header-language-dropdown-dark.svg) no-repeat 44px 50%
}

.m-header-language--type-inverted .m-header-language__lang {
    color: #4e4e4d
}

.m-header-language--type-inverted .m-header-language__lang:hover {
    background-color: rgba(0,0,0,.05)
}

.m-header-language--type-inverted .m-header-language__active {
    color: #4e4e4d
}

.m-header-language--type-inverted .m-header-language__dropdown {
    background-color: #fff;
    border-color: rgba(0,0,0,.1)
}

.m-header-language--bg-green {
    background-color: rgba(126,211,33,.8);
    border: 1px solid hsla(0,0%,100%,.3)
}

.m-header-language--bg-orange {
    background-color: rgba(245,166,35,.8);
    border: 1px solid hsla(0,0%,100%,.3)
}

.m-header-language__active {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: .18px;
    text-decoration: none;
    padding-left: 13px;
    position: relative;
    z-index: 1
}

.m-header-language__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background-color: #00205b;
    margin: 0;
    margin-top: -14px;
    padding: 0;
    padding-top: 10px;
    border: 1px solid hsla(0,0%,100%,.1);
    border-top: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    overflow: hidden
}

.m-header-language__dropdown--bg-green {
    background-color: rgba(126,211,33,.8)
}

.m-header-language__dropdown--bg-orange {
    background-color: rgba(245,166,35,.8)
}

.m-header-language__dropdown-item {
    display: block;
    border-top: 1px solid hsla(0,0%,100%,.1)
}

.m-header-language__lang {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: .18px;
    text-decoration: none;
    padding-left: 13px
}

.m-header-language__lang:hover {
    background-color: hsla(0,0%,100%,.05)
}

.m-header-language__label {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer
}

#show-language-dropdown {
    opacity: 0
}

#show-language-dropdown:checked+.m-header-language__dropdown {
    display: block
}

.m-header-main-blue {
    background-color: #00205b;
    background-image: url(/images/header-bg.png);
    background-size: cover;
    color: #fff;
    overflow: hidden
}

.m-header-main-blue__content {
    display: flex;
    align-items: center;
    width: 100%
}

.m-header-main-blue--instrument {
    background-image: url(/images/header-instrument.jpg);
    background-position: 50%;
    height: 315px
}

.m-header-main-blue--instrument:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 315px;
    opacity: .8;
    background: linear-gradient(180deg,#00205b 20%,transparent 200%)
}

.m-header-main-blue__main-section {
    position: relative
}

.m-header-main-blue__navigation {
    flex-grow: 1
}

.m-header-main-blue__navigation-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0 26px;
    z-index: 1
}

.m-header-main-blue__logo {
    width: 197px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0
}

.m-header-main-blue__logo img {
    max-width: 100%
}

.m-header-main-blue__search {
    padding-left: 18px
}

.m-header-main-blue__separator {
    height: 1px;
    background-color: hsla(0,0%,100%,.1)
}

.m-header-main-blue__title {
    font-weight: 600;
    font-size: 44px;
    margin-bottom: 53px;
    margin-top: 40px
}

@media only screen and (max-width: 1200px) {
    .m-header-main-blue__navigation {
        flex-grow:0;
        order: 2
    }

    .m-header-main-blue__content {
        justify-content: flex-end
    }

    .m-header-main-blue__logo {
        width: 140px
    }

    .m-header-main-blue__search {
        padding: 0 8px 0 16px
    }
}

@media only screen and (max-width: 400px) {
    .m-header-main-blue__logo {
        width:100px
    }
}

.o-header-main-homepage {
    background-color: #00205b;
    background-image: url(/images/homepage-bg.png);
    background-position: 50%;
    background-size: cover;
    color: #fff;
    margin-bottom: 130px;
    position: relative
}

.o-header-main-homepage:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    opacity: .8
}

.o-header-main-homepage__content {
    display: flex;
    align-items: center;
    width: 100%
}

.o-header-main-homepage__main-section {
    position: relative;
    height: 154px;
    background: linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.0001))
}

.o-header-main-homepage__navigation {
    flex-grow: 1
}

.o-header-main-homepage__navigation-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0 26px;
    z-index: 1
}

.o-header-main-homepage__logo {
    width: 197px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0
}

.o-header-main-homepage__logo img {
    max-width: 100%
}

.o-header-main-homepage__search {
    padding-left: 18px
}

.o-header-main-homepage__title {
    position: relative;
    margin-bottom: 16px;
    margin-top: 40px
}

.o-header-main-homepage__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(50%);
    box-shadow: 0 13px 30px rgba(0,0,0,.2);
    background-color: #00205b
}

.o-header-main-homepage__nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 25%;
    padding: 28px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    transition: background-color .3s
}

.o-header-main-homepage__nav-link:hover {
    background-color: #002975
}

.o-header-main-homepage__nav-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.o-header-main-homepage__nav-icon {
    margin-left: 1em
}

@media only screen and (max-width: 1200px) {
    .o-header-main-homepage__navigation {
        flex-grow:0;
        order: 2
    }

    .o-header-main-homepage__content {
        justify-content: flex-end
    }

    .o-header-main-homepage__logo {
        width: 140px
    }

    .o-header-main-homepage__search {
        padding: 0 8px 0 16px
    }
}

@media only screen and (max-width: 768px) {
    .o-header-main-homepage__nav {
        flex-wrap:wrap
    }

    .o-header-main-homepage__nav-link {
        width: 50%;
        margin-top: 10px
    }

    .o-header-main-homepage__nav-link:nth-child(-n+2) {
        margin-top: 0
    }
}

@media only screen and (max-width: 400px) {
    .o-header-main-homepage {
        margin-bottom:150px
    }

    .o-header-main-homepage__logo {
        width: 100px
    }

    .o-header-main-homepage__nav {
        flex-wrap: wrap;
        position: relative;
        top: -50px
    }

    .o-header-main-homepage__nav-link {
        width: 100%;
        margin-top: 10px;
        justify-content: space-between
    }

    .o-header-main-homepage__nav-link:first-child {
        margin-top: 0
    }

    .o-header-main-homepage__nav-link:nth-child(2) {
        margin-top: 10px
    }

    .o-header-main-homepage__title {
        margin: 56px auto 0
    }
}

.m-header-main-search {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.05)
}

.m-header-main-search--with-button {
    padding-left: 25px
}

.m-header-main-search__content {
    display: flex;
    padding: 15px 0
}

.m-header-main-search__input-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    margin-right: 11px;
    min-width: 24px;
    max-width: 24px
}

.m-header-main-search__input-wrapper {
    display: flex;
    width: 770px;
    background-color: #f6f7fa;
    border-radius: 4px
}

.m-header-main-search__input-loop {
    width: 100%
}

.m-header-main-search__input-button {
    width: 55px;
    height: 54px;
    z-index: 0;
    background-color: #00205b;
    border: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0;
    cursor: pointer
}

.m-header-main-search__cancel-button {
    align-self: center;
    margin-right: 16px;
    font-size: 25px;
    font-weight: 300;
    opacity: .4;
    cursor: pointer;
    transition: all .4s
}

.m-header-main-search__cancel-button:hover {
    opacity: 1
}

.m-header-main-search__input {
    flex-grow: 1;
    border: 0;
    height: 54px;
    background-color: transparent;
    font-size: 16px;
    color: #2c2c2c
}

.m-header-main-search__input::-webkit-input-placeholder {
    color: rgba(44,44,44,.4)
}

.m-header-main-search__input::-moz-placeholder {
    color: rgba(44,44,44,.4)
}

.m-header-main-search__input:-ms-input-placeholder {
    color: rgba(44,44,44,.4)
}

.m-header-main-search__input:-moz-placeholder {
    color: rgba(44,44,44,.4)
}

.m-header-main-search__close-wrapper,.m-header-main-search__rest {
    flex-grow: 1
}

.m-header-main-search__close-wrapper {
    position: relative
}

.m-header-main-search__close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 15px
}

.m-header-main-search__close-link {
    color: #4e4e4d;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer
}

.m-header-main-search__close-link:hover {
    text-decoration: underline
}

@media only screen and (max-width: 992px) {
    .m-header-main-search__content {
        flex-wrap:wrap
    }

    .m-header-main-search__close {
        position: relative;
        text-align: center;
        justify-content: center;
        margin-top: 10px
    }
}

.m-header-main-white {
    background-color: #fff;
    color: #4e4e4d
}

.m-header-main-white__content {
    display: flex;
    align-items: center;
    width: 100%
}

.m-header-main-white__main-section {
    position: relative;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.05)
}

.m-header-main-white__blur {
    filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.m-header-main-white__navigation {
    flex-grow: 1
}

.m-header-main-white__navigation-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0 26px;
    z-index: 1
}

.m-header-main-white__logo {
    width: 197px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0
}

.m-header-main-white__logo img {
    max-width: 100%
}

.m-header-main-white__search {
    padding-left: 18px
}

.m-header-main-white__breadcrumbs {
    margin-top: 5px
}

@media only screen and (max-width: 1200px) {
    .m-header-main-white__navigation {
        flex-grow:0;
        order: 2
    }

    .m-header-main-white__content {
        justify-content: flex-end
    }

    .m-header-main-white__logo {
        width: 140px
    }

    .m-header-main-white__search {
        padding: 0 8px 0 16px
    }
}

@media only screen and (max-width: 400px) {
    .m-header-main-white__logo {
        width:100px
    }
}

.m-header-microsite-default {
    color: #fff;
    position: relative;
    z-index: 3
}

.m-header-microsite-default--bg-orange {
    background-color: rgba(245,166,35,.9)
}

.m-header-microsite-default--bg-green {
    background-color: rgba(126,211,33,.9)
}

.m-header-microsite-default--bg-blue {
    background-color: rgba(0,31,91,.9)
}

.m-header-microsite-default__main {
    display: flex;
    height: 82px;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.m-header-microsite-default__other {
    display: flex;
    align-items: center
}

@media only screen and (max-width: 1200px) {
    .m-header-microsite-default__other {
        flex-direction:row-reverse
    }
}

.m-header-microsite-default__title {
    font-size: 16px;
    font-weight: 600;
    flex-shrink: 0
}

@media only screen and (max-width: 500px) {
    .m-header-microsite-default__title {
        max-width:180px
    }
}

.m-header-microsite-default__items {
    flex-grow: 1;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end
}

.m-header-microsite-default__link {
    color: #fff;
    text-decoration: none
}

.m-header-microsite-default__link:hover {
    text-decoration: underline
}

.m-header-microsite-homepage {
    background: url(/images/gm-background.png);
    background-size: cover;
    background-position: 50%;
    margin-bottom: 100px;
    margin-top: -82px;
    padding-top: 82px;
    position: relative;
    min-height: 450px
}

.m-header-microsite-homepage--overlay-blue:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(90deg,#00205b 25%,hsla(0,0%,100%,0) 130%)
}

@media only screen and (max-width: 768px) {
    .m-header-microsite-homepage--overlay-blue:before {
        background:linear-gradient(0deg,#00205b,hsla(0,0%,100%,0) 200%)
    }
}

.m-header-microsite-homepage--overlay-blue .m-header-microsite-homepage__desc,.m-header-microsite-homepage--overlay-blue .m-header-microsite-homepage__link,.m-header-microsite-homepage--overlay-blue .m-header-microsite-homepage__title .a-headline {
    color: #fff
}

.m-header-microsite-homepage--overlay-white:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(90deg,#fff 20%,transparent)
}

@media only screen and (max-width: 768px) {
    .m-header-microsite-homepage--overlay-white:before {
        background:linear-gradient(0deg,#fff,transparent 200%)
    }
}

.m-header-microsite-homepage__content {
    max-width: 1210px;
    margin: auto;
    padding-top: 90px;
    padding-bottom: 30px;
    position: relative
}

.m-header-microsite-homepage__link {
    color: #2b2c30;
    font-size: 13px;
    margin-bottom: 10px
}

.m-header-microsite-homepage__link:hover {
    text-decoration: underline
}

.m-header-microsite-homepage__desc {
    color: #2b2c30;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-style: italic
}

.m-header-microsite-homepage__tags {
    margin: -5px;
    display: flex;
    flex-wrap: wrap
}

.m-header-microsite-homepage__tag {
    margin: 5px
}

.m-header-microsite-homepage__logo {
    box-shadow: 0 2px 7px 0 rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    transform: translateY(50%);
    display: inline-block;
    padding: 20px 30px;
    margin-bottom: -30px
}

.m-header-microsite-homepage__logo img {
    max-width: 300px;
    max-height: 100px
}

@media only screen and (max-width: 768px) {
    .m-header-microsite-homepage__logo {
        margin-bottom:80px
    }
}

@media only screen and (max-width: 768px) {
    .m-header-microsite-homepage {
        margin-bottom:0
    }

    .m-header-microsite-homepage__content {
        padding-top: 50px
    }

    .m-header-microsite-homepage__desc {
        font-size: 18px
    }
}

.m-homepageBanner {
    width: 100%;
    min-height: 300px
}

.m-homepageBanner__full-width {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: inherit;
    padding: 48px 40px;
    margin: 70px auto;
    color: #fff;
    background-image: url(/images/hp-banner.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.m-homepageBanner__full-width:before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg,#00205b 20%,transparent)
}

.m-homepageBanner__full-width .m-homepageBanner__links {
    text-align: left
}

@media only screen and (max-width: 500px) {
    .m-homepageBanner__full-width {
        padding:32px 16px
    }
}

.m-homepageBanner__headline {
    position: relative;
    max-width: 260px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600
}

@media only screen and (max-width: 768px) {
    .m-homepageBanner__headline {
        max-width:100%
    }
}

.m-homepageBanner__links {
    position: relative;
    margin-top: 20px;
    text-align: right
}

.m-homepageBanner__link {
    position: relative;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px
}

.m-homepageBanner__link a {
    color: #33dfff
}

.m-homepageBanner__link:last-child {
    margin-bottom: 0
}

.m-homepageBanner__tiles {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: inherit
}

@media only screen and (max-width: 768px) {
    .m-homepageBanner__tiles {
        display:block
    }
}

.m-homepageBanner__tile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32%;
    padding: 46px 40px;
    color: #2b2c30;
    background-color: #f3f5f9
}

@media only screen and (max-width: 768px) {
    .m-homepageBanner__tile {
        width:100%;
        margin-bottom: 16px
    }
}

.m-homepageBanner__tile--dark {
    color: #fff;
    background-color: #00205b
}

.m-homepageBanner__tile--dark .m-homepageBanner__chevron {
    color: #fff
}

.m-instrument-category-preview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none
}

.m-instrument-category-preview:hover .m-instrument-category-preview__name {
    text-decoration: underline
}

.m-instrument-category-preview__content {
    margin-right: 20px
}

.m-instrument-category-preview__name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #2c2c2c
}

.m-instrument-category-preview__button {
    padding: 15px;
    margin-right: -15px;
    font-size: 24px;
    text-decoration: none;
    color: #00205b
}

@media only screen and (max-width: 768px) {
    .m-instrument-category-preview__desc {
        font-size:18px
    }

    .m-instrument-category-preview__name {
        font-size: 16px
    }
}

.m-instrument-preview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none
}

.m-instrument-preview:hover .m-instrument-preview__name {
    text-decoration: underline
}

.m-instrument-preview:hover .m-instrument-preview__desc {
    opacity: 1
}

.m-instrument-preview__content {
    overflow: hidden;
    text-decoration: none
}

.m-instrument-preview__name {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #2b2c30
}

.m-instrument-preview__desc {
    color: #2c2c2c;
    font-size: 16px;
    line-height: 24px;
    max-width: 80%;
    opacity: .8;
    transition: opacity .3s;
    max-height: 48px
}

.m-instrument-preview__image {
    flex-shrink: 0;
    margin-left: 30px
}

.m-instrument-preview__image img {
    border-radius: 2px;
    max-width: 100%;
    max-width: 128px
}

@media only screen and (max-width: 768px) {
    .m-instrument-preview__image {
        display:none
    }
}

.m-instrument-preview__image.is-for-mobile {
    display: none;
    margin-left: 0;
    margin-top: 24px
}

.m-instrument-preview__image.is-for-mobile img {
    max-width: 276px
}

@media only screen and (max-width: 768px) {
    .m-instrument-preview__image.is-for-mobile {
        display:block
    }

    .m-instrument-preview__image.is-for-mobile img {
        max-width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .m-instrument-preview {
        flex-wrap:wrap
    }

    .m-instrument-preview__desc {
        max-width: 100%
    }

    .m-instrument-preview__image {
        max-width: 100%;
        margin-left: 0
    }
}

.m-member {
    justify-content: space-between;
    width: 100%
}

.m-member,.m-member__content {
    display: flex;
    align-items: center
}

.m-member__content {
    margin-right: 20px
}

.m-member__position {
    font-size: 14px;
    opacity: .8;
    line-height: 1.2;
    color: #2b2c30;
    margin-top: 7px
}

.m-member__name {
    color: #2b2c30;
    font-size: 24px;
    line-height: 1.4
}

.m-member__image {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    margin-right: 20px;
    background-position: 50%;
    background-size: cover
}

.m-member__button {
    font-size: 24px;
    color: #00205b;
    text-decoration: none;
    padding: 15px;
    margin-right: -15px
}

@media only screen and (max-width: 768px) {
    .m-position__name {
        font-size:20px
    }
}

.member-preview {
    display: flex;
    color: #2b2c30;
    cursor: pointer
}

.member-preview:hover .member-preview__name {
    text-decoration: underline
}

.member-preview__image-container {
    min-width: 60px;
    max-width: 60px;
    margin-right: 20px
}

.member-preview__image {
    width: 100%;
    border-radius: 4px
}

.member-preview__text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%
}

.member-preview__name {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600
}

.member-preview__position {
    margin-top: 8px;
    font-size: 14px;
    line-height: 14px;
    opacity: .8
}

.m-miniDisambiguation {
    width: 100%;
    display: flex;
    padding: 35px 0
}

.m-miniDisambiguation__image {
    min-width: 278px;
    height: 176px;
    max-width: 100%;
    border-radius: 2px;
    margin-right: 40px;
    background-position: 50%;
    background-size: cover
}

.m-miniDisambiguation__content {
    width: 100%
}

.m-miniDisambiguation__content-title {
    line-height: 1;
    font-size: 32px;
    color: #00205b;
    margin-top: 0;
    margin-bottom: 24px
}

.m-miniDisambiguation__content-links {
    display: flex;
    flex-wrap: wrap
}

.m-miniDisambiguation__content-link {
    margin-top: 24px;
    width: 50%;
    padding-right: 10%;
    display: flex
}

.m-miniDisambiguation__content-link:first-child,.m-miniDisambiguation__content-link:nth-child(2) {
    margin-top: 0
}

.m-miniDisambiguation__content-link .a-link {
    width: 100%
}

@media only screen and (max-width: 768px) {
    .m-miniDisambiguation {
        flex-direction:column
    }

    .m-miniDisambiguation__image {
        margin-bottom: 16px;
        margin-right: 0
    }

    .m-miniDisambiguation__content-link {
        width: 100%;
        margin: 0;
        margin-bottom: 24px
    }

    .m-aboutItem {
        flex-direction: column
    }

    .m-aboutItem__image {
        margin-bottom: 20px;
        margin-right: 0
    }
}

.m-openPositionPreview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 24px;
    line-height: 1;
    text-decoration: none;
    color: #2c2c2c
}

.m-openPositionPreview__position {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4a4a4a;
    opacity: .3
}

.m-openPositionPreview__name {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 600
}

.m-openPositionPreview__description {
    margin-top: 12px;
    font-size: 18px
}

.m-openPositionPreview__arrow {
    margin-left: 4px
}

.m-openPositionPreview:link:hover .m-openPositionPreview__name {
    text-decoration: underline
}

.m-pressContact__title {
    padding: 10px 20px;
    border-bottom: 1px solid #eceef6;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4a4a4a
}

.m-pressContact__item {
    padding: 25px 20px;
    border-bottom: 1px solid #eceef6;
    display: flex
}

.m-pressContact__item-image {
    width: 106px;
    border-radius: 2px;
    margin-right: 30px;
    background-color: #fafafa
}

.m-pressContact__item-content {
    padding-top: 5px
}

.m-pressContact__item-name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #4a4a4a
}

.m-pressContact__item-position {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #4a4a4a
}

.m-pressContact__item-link {
    margin: 10px 10px 5px 0
}

.m-pressContact__item-link:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 500px) {
    .m-pressContact__item {
        flex-direction:column
    }

    .m-pressContact__item-image {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.m-publicationPreview {
    display: flex;
    text-decoration: none
}

.m-publicationPreview__content {
    display: flex;
    flex-direction: column;
    width: 100%
}

.m-publicationPreview__image {
    width: 100%;
    max-height: 500px;
    padding: 15px 25px;
    margin-bottom: 30px;
    border: 1px solid #eceef6;
    box-shadow: 0 17px 36px -15px rgba(0,0,0,.06);
    background-position: 50%;
    background-size: cover
}

.m-publicationPreview__ArchiveImage {
    max-width: 100%;
    border-radius: 2px
}

.m-publicationPreview__ArchiveImage-container {
    margin-left: 30px;
    min-width: 276px;
    max-width: 276px;
    text-align: right
}

@media only screen and (max-width: 768px) {
    .m-publicationPreview__ArchiveImage-container {
        display:none
    }
}

.m-publicationPreview__ArchiveImage-container.is-for-mobile {
    display: none;
    margin-left: 0
}

@media only screen and (max-width: 768px) {
    .m-publicationPreview__ArchiveImage-container.is-for-mobile {
        display:block
    }
}

.m-publicationPreview__info {
    color: #2c2c2c;
    opacity: .6;
    font-size: 12px;
    margin-top: 16px
}

.m-publicationPreview__title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #2c2c2c
}

.m-publicationPreview__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #2c2c2c
}

.m-publicationPreview__authors {
    display: flex;
    flex-wrap: wrap;
    margin: 13px -5px -5px
}

.m-publicationPreview__author {
    display: inline-block;
    border-radius: 2px;
    padding: 4px;
    margin: 2px 3px;
    font-size: 14px;
    line-height: 14px;
    color: #989596
}

.m-publicationPreview__author--with-link {
    color: #4a4a4a!important;
    background: #f5f6f9!important;
    text-decoration: none!important
}

.m-publicationPreview__author--with-link:hover {
    text-decoration: underline
}

.m-publicationPreview__author--highlighted__blue {
    background: rgba(0,31,91,.25)!important
}

.m-publicationPreview__author--highlighted__orange {
    background: rgba(245,166,35,.25)!important
}

.m-publicationPreview__author--highlighted__green {
    background: rgba(126,211,33,.25)!important
}

.m-publicationPreview__author--hidden {
    display: none
}

.m-publicationPreview__more-authors {
    opacity: .4;
    padding: 2px 4px;
    border: 1px solid #4a4a4a;
    border-radius: 2px;
    margin: 2px 3px;
    font-size: 14px;
    line-height: 14px;
    color: #4a4a4a;
    background: transparent;
    transition: opacity .3s
}

.m-publicationPreview__more-authors:hover {
    opacity: 1;
    cursor: pointer
}

.m-publicationPreview__text {
    font-size: 14px;
    line-height: 1.2;
    color: #2c2c2c;
    opacity: .8;
    margin-top: 20px
}

.m-publicationPreview__link {
    margin-top: 27px
}

.m-publicationPreview--type-single {
    flex-direction: row
}

.m-publicationPreview--type-single .m-publicationPreview__image {
    order: 2;
    width: 45%;
    margin-left: 30px
}

.m-publicationPreview--type-single .m-publicationPreview__title {
    font-size: 24px;
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    .m-publicationPreview {
        flex-direction:column
    }

    .m-publicationPreview__ArchiveImage-container {
        min-width: 100%
    }

    .m-publicationPreview__ArchiveImage {
        margin-left: 0;
        margin-top: 15px;
        max-width: 100%;
        width: -moz-fit-content;
        width: fit-content
    }

    .m-publicationPreview__content {
        width: 100%
    }
}

.m-social-icons--light .m-social-icons__icon {
    fill: #f5f6fa;
    background-color: #4a4a4a
}

.m-social-icons__icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    padding: 7px;
    border-radius: 50%;
    margin-right: 14px;
    margin-bottom: 14px;
    fill: #25232c;
    background-color: #fff;
    transition: opacity .3s
}

.m-social-icons__icon:last-child {
    margin-right: 0
}

.m-social-icons__icon:hover {
    opacity: .5
}

.m-social-icons__icon svg {
    width: 100%;
    height: 100%
}

.m-speaker {
    text-align: center
}

.m-speaker__image {
    border-radius: 50%;
    width: 128px;
    height: 128px;
    margin-bottom: 25px
}

.m-speaker__name {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 5px
}

.m-speaker__info {
    font-size: 14px;
    color: #4a4a4a
}

.m-table {
    padding: 0 30px;
    border-top: 1px solid #eceef6;
    margin-top: 15px;
    margin-bottom: 70px
}

.m-table,.m-table__row {
    border-bottom: 1px solid #eceef6
}

.m-table__row {
    display: flex;
    padding: 22px 0 18px
}

.m-table__row:last-child {
    border: 0
}

.m-table__col {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.4;
    text-align: left
}

.m-table__col:first-child {
    font-size: 14px;
    color: #4a4a4a;
    width: 35%;
    text-transform: uppercase;
    flex-shrink: 0;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.m-table__col:nth-child(2) {
    width: 50%
}

.m-table__col:nth-child(3) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 15%;
    padding-right: 10px
}

.m-table__addressLink {
    margin-top: 20px
}

.m-table__link {
    text-decoration: none;
    color: #00205b
}

@media only screen and (max-width: 768px) {
    .m-table {
        flex-wrap:wrap;
        padding: 0
    }

    .m-table__row {
        flex-direction: column;
        align-items: center
    }

    .m-table__col {
        width: 100%;
        margin-top: 15px
    }

    .m-table__col:first-child {
        width: 100%;
        margin-top: 0;
        font-weight: 500
    }

    .m-table__col:nth-child(2),.m-table__col:nth-child(3) {
        width: 100%
    }
}

.m-tags__title {
    padding: 10px 20px;
    border-bottom: 1px solid #eceef6;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4a4a4a
}

.m-tags__items {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 20px;
    margin: -5px -10px
}

.m-tags__item {
    margin: 4px 10px 4px 0
}

.m-tags__item--link:hover div {
    text-decoration: underline
}

@media only screen and (max-width: 768px) {
    .m-tags__items {
        flex-wrap:wrap
    }
}

.m-twitter {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.m-twitter__header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.m-twitter__content {
    border-radius: 3px;
    height: 100%
}

.m-twitter--auto-height .m-twitter__content {
    height: 100%;
    min-height: 250px
}

@media only screen and (max-width: 768px) {
    .m-twitter {
        margin-top:30px
    }

    .m-twitter__content {
        height: 250px
    }
}

.m-unitPreview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none
}

.m-unitPreview:hover .m-unitPreview__name-by-leader {
    text-decoration: underline
}

.m-unitPreview__content {
    margin-right: 20px
}

.m-unitPreview__tags {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #2c2c2c;
    opacity: .3
}

.m-unitPreview__name-by-leader {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #2c2c2c
}

.m-unitPreview__name {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1;
    color: #2c2c2c
}

.m-unitPreview__button {
    font-size: 24px;
    color: #00205b;
    text-decoration: none;
    padding: 15px;
    margin-right: -15px
}

.m-unitPreview__keywords {
    margin-top: 16px
}

@media only screen and (max-width: 768px) {
    .m-group__desc {
        font-size:18px
    }

    .m-group__name {
        font-size: 16px
    }
}

.o-aboutContent {
    max-width: 970px;
    margin: auto;
    margin-top: 70px
}

.o-aboutContent__contentBlock {
    padding: 0
}

.o-aboutContent__facts {
    width: 100%;
    background-color: #00205b;
    padding: 70px 100px;
    box-shadow: 0 25px 40px 0 rgba(0,32,91,.2);
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 40px
}

.o-aboutContent__facts-title {
    border-bottom: 4px solid #00b4d5
}

.o-aboutContent__facts-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.o-aboutContent__facts-item {
    width: 30%;
    margin-top: 50px
}

.o-aboutContent__facts-factTitle {
    font-size: 36px;
    line-height: 1.2;
    color: #00b4d5;
    margin-bottom: 5px
}

.o-aboutContent__facts-text {
    font-size: 16px;
    color: #fff
}

.o-aboutContent__downloads {
    margin: 70px 0
}

.o-aboutContent__downloads-more {
    padding-left: 15px;
    margin-top: 35px
}

@media only screen and (max-width: 768px) {
    .o-aboutContent {
        margin-top:40px
    }

    .o-aboutContent__facts {
        padding: 30px
    }

    .o-aboutContent__facts-item {
        width: calc(50% - 15px)
    }
}

@media only screen and (max-width: 600px) {
    .o-aboutContent__link {
        width:100%
    }

    .o-aboutContent__link:nth-child(2) {
        border-top: none
    }
}

@media only screen and (max-width: 400px) {
    .o-aboutContent__facts-item {
        width:100%
    }
}

.o-archive {
    display: flex
}

.o-archive__heading {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #00205b
}

@media only screen and (max-width: 768px) {
    .o-archive {
        flex-direction:column
    }
}

.o-archive-article {
    padding-top: 40px;
    width: 100%
}

.o-archive-article__item {
    padding: 30px 0 30px 40px;
    border-bottom: 1px solid #eceef6
}

.o-archive-article__item:first-child {
    padding-top: 0
}

@media only screen and (max-width: 768px) {
    .o-archive-article__item {
        padding-left:0
    }
}

.o-archive-events {
    padding-top: 40px;
    width: 100%
}

.o-archive-events__item {
    padding: 30px 0 30px 40px;
    border-bottom: 1px solid #eceef6
}

.o-archive-events__item:first-child {
    padding-top: 0
}

@media only screen and (max-width: 768px) {
    .o-archive-events__item {
        padding-left:0
    }
}

.o-archive-filter {
    padding-top: 25px;
    border-right: 2px solid #eceef6;
    max-width: 270px;
    flex-shrink: 0
}

.o-archive-filter__block {
    display: block;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #eceef6
}

.o-archive-filter__block:link,.o-archive-filter__block:visited {
    text-decoration: none;
    color: currentColor
}

.o-archive-filter__block--active:link,.o-archive-filter__block:link:hover,.o-archive-filter__block:visited:hover {
    color: #00b4d5
}

.o-archive-filter__block:last-of-type {
    border-bottom: 1px solid #eceef6
}

.o-archive-filter__block:first-of-type {
    border-top: none;
    border-bottom: none
}

.o-archive-filter__header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.o-archive-filter__content {
    padding-top: 12px
}

.o-archive-filter__tags {
    display: flex;
    flex-wrap: wrap;
    margin: -2px;
    padding-bottom: 15px
}

.o-archive-filter__tag {
    margin: 2px
}

.o-archive-filter__subchoices {
    margin-top: 8px;
    padding-left: 24px
}

.o-archive-filter__row {
    padding: 8px 0;
    border-top: 1px solid #f5f6f9
}

.o-archive-filter__row-label {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    line-height: 1;
    color: #4a4a4a;
    cursor: pointer;
    display: inline-block;
    width: 100%
}

.o-archive-filter__checkmark {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #f6f7fa;
    left: 0;
    top: 0
}

.o-archive-filter__checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.o-archive-filter__checkmark--rounded {
    border-radius: 50%
}

.o-archive-filter__control {
    position: absolute;
    opacity: 0
}

.o-archive-filter input[type=checkbox]:checked+span:after {
    display: block;
    content: "";
    background: url(/icon/checkbox.svg) no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px
}

.o-archive-filter input[type=radio]:checked+span {
    border-radius: 50%
}

.o-archive-filter input[type=radio]:checked+span:after {
    display: block;
    content: "";
    background: url(/icon/point.svg) no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px
}

.o-archive-filter__label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: currentColor
}

.o-archive-filter__button {
    font-size: 20px;
    color: #4a4a4a;
    cursor: pointer
}

.o-archive-filter__input {
    flex-grow: 1;
    border: 0;
    height: 54px;
    background-color: transparent;
    font-size: 16px;
    color: #2c2c2c
}

.o-archive-filter__input-wrapper {
    display: flex;
    width: 100%;
    background-color: #f6f7fa;
    border-radius: 4px
}

.o-archive-filter__input-loop {
    width: 100%
}

.o-archive-filter__input-image-wrapper {
    margin: 13px 11px 13px 16px;
    min-width: 20px;
    max-width: 20px
}

.o-archive-filter__input-button {
    width: 55px;
    height: 54px;
    z-index: 0;
    background-color: #00205b;
    border: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0;
    cursor: pointer
}

.o-archive-filter__input::-webkit-input-placeholder {
    color: rgba(44,44,44,.4)
}

.o-archive-filter__input::-moz-placeholder {
    color: rgba(44,44,44,.4)
}

.o-archive-filter__input:-ms-input-placeholder {
    color: rgba(44,44,44,.4)
}

.o-archive-filter__input:-moz-placeholder {
    color: rgba(44,44,44,.4)
}

.o-archive-filter .multiselect {
    color: #2c2c2c
}

.o-archive-filter .multiselect__tag {
    background-color: #f6f7fa;
    color: #4a4a4a
}

.o-archive-filter .multiselect__tag-icon:after {
    color: #4a4a4a
}

.o-archive-filter .multiselect__tag-icon:focus,.o-archive-filter .multiselect__tag-icon:hover {
    background-color: #f6f7fa
}

.o-archive-filter .multiselect__content {
    font-size: 14px
}

.o-archive-filter .multiselect__option--highlight {
    background: #00205b;
    color: #fff
}

.o-archive-filter .multiselect__option--highlight:after {
    display: none
}

.o-archive-filter .multiselect__option--selected {
    font-weight: 400;
    color: #2c2c2c;
    background-color: #f6f7fa
}

.o-archive-filter .multiselect__option--selected:after {
    display: none
}

.o-archive-filter .multiselect__option--highlight.multiselect__option--selected {
    background: #f6f7fa;
    color: #2c2c2c
}

.o-archive-filter .multiselect__option--highlight.multiselect__option--selected:after {
    display: inline-block;
    background: #f6f7fa;
    color: #2c2c2c
}

.o-archive-filter .multiselect__select {
    display: none
}

@media only screen and (max-width: 768px) {
    .o-archive-filter {
        max-width:100%;
        border-right: none
    }
}

.o-archive-instruments {
    width: 100%;
    padding-top: 40px
}

.o-archive-instruments__header {
    padding-left: 40px;
    margin-bottom: 56px
}

.o-archive-instruments__headline {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    color: #00205b
}

.o-archive-instruments__subcategory {
    padding-left: 40px;
    margin-top: 56px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #00205b
}

.o-archive-instruments__items {
    margin-top: 56px;
    margin-bottom: 100px
}

.o-archive-instruments__item {
    display: block;
    padding: 30px 0 30px 40px;
    border-bottom: 1px solid #eceef6;
    text-decoration: none
}

.o-archive-instruments__item:first-child {
    padding-top: 0
}

@media only screen and (max-width: 768px) {
    .o-archive-instruments__header,.o-archive-instruments__item {
        padding-left:0
    }
}

.o-archive-instruments-category {
    padding-top: 40px;
    width: 100%;
    margin-bottom: 200px
}

.o-archive-instruments-category__item {
    padding: 0 15px 0 40px;
    border-bottom: 1px solid #eceef6
}

.o-archive-instruments-category__item:first-child {
    padding-top: 0
}

.o-archive-instruments-category__header {
    padding-left: 40px;
    margin-bottom: 40px
}

@media only screen and (max-width: 768px) {
    .o-archive-instruments-category__header,.o-archive-instruments-category__item {
        padding-left:0
    }
}

.o-archive-positions {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px
}

.o-archive-positions__item {
    padding: 30px 0 30px 40px;
    border-bottom: 1px solid #eceef6
}

.o-archive-positions__item:first-child {
    padding-top: 0
}

.o-archive-positions__item--header {
    border-bottom: none
}

.o-archive-positions__item--condensed {
    padding-top: 0;
    padding-right: 16px;
    padding-bottom: 0
}

@media only screen and (max-width: 768px) {
    .o-archive-positions__item {
        padding-left:0
    }
}

.o-archive-publications {
    padding-top: 40px;
    width: 100%
}

.o-archive-publications__item {
    padding: 30px 0 30px 40px;
    border-bottom: 1px solid #eceef6
}

.o-archive-publications__item:first-child {
    padding-top: 0
}

@media only screen and (max-width: 768px) {
    .o-archive-publications__item {
        padding-left:0
    }
}

.o-articleContent {
    max-width: 810px;
    margin: 70px auto 100px
}

.o-articleContent__label-container {
    opacity: .2;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.o-articleContent__label {
    color: #4a4a4a;
    text-decoration: none
}

.o-articleContent__label:hover {
    text-decoration: underline
}

.o-articleContent__title {
    margin-bottom: 16px
}

.o-articleContent__link {
    color: #00205b;
    text-decoration: none
}

.o-articleContent__link:active,.o-articleContent__link:visited {
    color: #00205b
}

.o-articleContent__link:hover {
    text-decoration: underline
}

.o-articleContent__contentBlock {
    padding: 0 20px
}

.o-articleContent__date {
    margin-top: -15px;
    margin-bottom: 46px;
    line-height: 1;
    opacity: .6
}

.o-articleContent__date,.o-articleContent__newsTitle {
    font-size: 14px;
    text-transform: uppercase;
    color: #4a4a4a
}

.o-articleContent__newsTitle {
    padding: 10px 20px;
    margin-top: 70px;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 600
}

.o-articleContent__seeAll {
    margin-top: 34px;
    text-align: right
}

@media only screen and (max-width: 400px) {
    .o-articleContent__seeAll {
        text-align:left
    }
}

.o-articleContent__quotation {
    margin: 50px 0
}

.o-articleContent__bigText {
    margin-bottom: 40px
}

.o-articleContent__headlineBlock {
    margin-top: 50px
}

.o-articleContent__tags {
    margin-top: 80px;
    margin-bottom: 50px
}

@media only screen and (max-width: 768px) {
    .o-articleContent {
        margin-top:40px
    }

    .o-articleContent__contentBlock {
        padding: 0
    }
}

.o-contactContent {
    max-width: 810px;
    margin: 70px auto
}

.o-contactContent__contentBlock {
    padding: 0 20px
}

.o-contactContent__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.o-contactContent__addressRow {
    display: flex;
    align-items: center;
    position: relative;
    margin: 50px 0
}

.o-contactContent__address-wrapper {
    width: 50%
}

.o-contactContent__name {
    margin: 20px auto 24px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600
}

.o-contactContent__address {
    margin-bottom: 56px;
    font-size: 16px;
    line-height: 24px
}

.o-contactContent__map {
    top: 64px;
    width: 67%;
    max-width: 40vw;
    left: calc(50% + 50px);
    position: absolute;
    box-shadow: 13px 15px 60px 0 rgba(0,0,0,.06)
}

.o-contactContent__map-button {
    position: absolute;
    bottom: -65px;
    right: 30px;
    color: #fff;
    height: 48px;
    width: 48px;
    opacity: .9;
    border-radius: 2px;
    background-color: #00205b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    display: none
}

.o-contactContent__billing-title {
    color: #2c2c2c;
    opacity: .2;
    margin-bottom: 30px;
    margin-top: 15px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px
}

.o-contactContent__billing-row {
    color: #2c2c2c;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.7
}

.o-contactContent__table {
    margin-bottom: 70px
}

.o-contactContent__table-row {
    border-bottom: 1px solid #eceef6;
    display: flex;
    padding: 30px 20px
}

.o-contactContent__table-row:last-child {
    border: 0
}

.o-contactContent__table-col {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.4;
    text-align: left
}

.o-contactContent__table-col:first-child {
    font-size: 14px;
    width: 50%;
    text-transform: uppercase;
    flex-shrink: 0
}

.o-contactContent__table-col:nth-child(2) {
    width: 50%;
    font-size: 18px;
    line-height: 1
}

.o-contactContent__table-col:nth-child(3) {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 15%;
    padding-right: 10px
}

.o-contactContent__headline {
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase
}

.o-contactContent__table-links {
    margin-top: 20px
}

.o-contactContent__table-links:first-child {
    margin-top: 0
}

.o-contactContent__table-link {
    margin-top: 10px
}

.o-contactContent__table-link:first-child {
    margin-top: 0
}

.o-contactContent__user-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #4a4a4a;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    text-decoration: none
}

.o-contactContent__user-link:hover {
    text-decoration: underline
}

.o-contactContent__directions {
    border-bottom: 1px solid #eceef6;
    border-top: 1px solid #eceef6;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 54px
}

.o-contactContent__direction {
    border-bottom: 1px solid #eceef6;
    display: flex;
    padding: 23px 15px;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.o-contactContent__direction:last-child {
    border: 0
}

.o-contactContent__direction-content {
    display: flex;
    align-items: center
}

.o-contactContent__direction-icon {
    width: 35px;
    margin-right: 25px;
    text-align: center
}

.o-contactContent__direction-name {
    margin-right: 20px;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
    color: #00205b
}

.o-contactContent__direction-button {
    display: inline-flex
}

.o-contactContent__images {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    margin-top: 35px
}

.o-contactContent__image {
    width: 49%;
    position: relative;
    box-shadow: 13px 15px 60px 0 rgba(0,0,0,.06)
}

.o-contactContent__image--streetView {
    background-image: url(/images/streetview.jpg);
    background-size: cover
}

.o-contactContent__image-image {
    width: 100%
}

.o-contactContent__image-button {
    position: absolute;
    bottom: 30px;
    right: 20px;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background-color: #00205b;
    opacity: .9;
    transition: opacity .3s
}

.o-contactContent__image-button svg {
    width: 14px;
    height: 18px;
    margin-left: .5em;
    fill: #ffa600
}

.o-contactContent__image-button:hover {
    opacity: 1
}

.o-contactContent__parking-info {
    margin-bottom: 48px
}

.o-contactContent__search {
    margin-bottom: 20px
}

.o-contactContent__input {
    flex-grow: 1;
    border: 0;
    height: 54px;
    background-color: transparent;
    font-size: 16px;
    color: #2c2c2c
}

.o-contactContent__input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #f6f7fa;
    border-radius: 4px
}

.o-contactContent__input-loop {
    margin-left: 16px;
    margin-right: 11px;
    margin-bottom: 3px
}

.o-contactContent__input::-webkit-input-placeholder {
    color: rgba(44,44,44,.4)
}

.o-contactContent__input::-moz-placeholder {
    color: rgba(44,44,44,.4)
}

.o-contactContent__input:-ms-input-placeholder {
    color: rgba(44,44,44,.4)
}

.o-contactContent__input:-moz-placeholder {
    color: rgba(44,44,44,.4)
}

@media only screen and (max-width: 768px) {
    .o-contactContent__contentBlock {
        padding:0
    }

    .o-contactContent__addressRow {
        flex-direction: column
    }

    .o-contactContent__address-wrapper {
        width: 100%
    }

    .o-contactContent__map {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        max-width: 100vw;
        margin-top: 15px;
        margin-bottom: 40px
    }

    .o-contactContent__table-row {
        padding: 30px 0
    }

    .o-contactContent__directions {
        padding: 0
    }

    .o-contactContent__direction {
        padding: 23px 5px
    }

    .o-contactContent__images {
        flex-direction: column
    }

    .o-contactContent__image {
        width: 100%;
        margin-top: 20px
    }

    .o-contactContent__image:first-child {
        margin-top: 0
    }
}

.o-contactContent .multiselect {
    margin-bottom: 20px
}

.o-contactContent .multiselect__select {
    display: none
}

.o-contactContent .multiselect__input {
    background-color: transparent;
    margin-top: 8px
}

.o-contactContent .multiselect__input:-ms-input-placeholder {
    font-size: 16px;
    color: rgba(44,44,44,.4);
    opacity: 1
}

.o-contactContent .multiselect__input::placeholder {
    font-size: 16px;
    color: rgba(44,44,44,.4);
    opacity: 1
}

.o-contactContent .multiselect__placeholder {
    display: flex;
    margin-top: 8px;
    font-size: 16px;
    color: rgba(44,44,44,.4);
    opacity: 1
}

.o-contactContent .multiselect__placeholder:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 19px;
    margin-right: 8px;
    margin-left: 8px;
    background-image: url(/images/search-loop.svg)
}

.o-contactContent .multiselect__tags {
    height: 54px;
    border: none;
    background-color: #f6f7fa
}

.o-contactContent .multiselect__option {
    color: #2b2c30
}

.o-contactContent .multiselect__option--highlight {
    background-color: #f6f7fa
}

@media only screen and (max-width: 500px) {
    .o-contactContent {
        margin-top:0
    }

    .o-contactContent__addressRow {
        margin-top: 24px
    }

    .o-contactContent__table-row {
        flex-direction: column
    }

    .o-contactContent__table-col {
        font-size: 16px
    }

    .o-contactContent__table-col:first-child {
        width: 100%;
        margin-bottom: 15px;
        text-transform: none;
        font-weight: 500
    }

    .o-contactContent__table-col:nth-child(2) {
        width: 100%
    }

    .o-contactContent__table-col:nth-child(3) {
        justify-content: flex-start;
        margin-top: 10px
    }
}

.o-cvContent {
    max-width: 970px;
    margin: 24px auto 100px
}

.o-cvContent .hidden {
    display: none
}

.o-cvContent__section {
    margin-bottom: 56px;
    padding: 0 4px
}

.o-cvContent__section-heading {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4a4a4a;
    opacity: .3;
    margin-bottom: 16px
}

.o-cvContent__section-content {
    padding: 0;
    font-family: Graphik;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #4e4e4d
}

.o-cvContent__section-content p:first-child {
    margin-top: 0
}

.o-cvContent__section-content p:last-child {
    margin-bottom: 0
}

.o-cvContent__section-item {
    padding: 12px 20px
}

.o-cvContent__section-item.pb-0 {
    padding-bottom: 0
}

.o-cvContent__section-item--col {
    display: flex;
    border-top: 1px solid #eceef6
}

.o-cvContent__section-item--col:first-child {
    border-top: none
}

.o-cvContent__section-item--col div:first-child {
    min-width: 120px;
    max-width: 120px;
    padding-right: 16px
}

@media only screen and (max-width: 500px) {
    .o-cvContent__section-item--col {
        display:block
    }
}

.o-cvContent__section-item-headline {
    color: #00205b;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%
}

.o-cvContent__section-item-headline.row {
    margin-bottom: 8px
}

.o-cvContent__more,.o-cvContent__more-wrapper {
    display: flex;
    justify-content: center
}

.o-cvContent__more {
    align-items: center;
    margin-top: 24px
}

.o-cvContent__more.a-link {
    font-size: 16px;
    cursor: pointer
}

.o-cvContent__more svg {
    margin-left: 16px;
    transform: rotate(90deg)
}

@media only screen and (max-width: 768px) {
    .o-cvContent {
        margin-top:50px
    }

    .o-cvContent__header {
        flex-direction: column;
        text-align: center;
        margin-bottom: 80px
    }

    .o-cvContent__header-name {
        margin-left: 0;
        margin-top: 30px
    }

    .o-cvContent__awards {
        padding: 30px
    }

    .o-cvContent__awards-item {
        width: calc(50% - 15px)
    }

    .o-cvContent__education-item {
        flex-wrap: wrap
    }

    .o-cvContent__education-date {
        margin-bottom: 15px
    }

    .o-cvContent__appointments-date {
        font-size: 18px
    }
}

@media only screen and (max-width: 400px) {
    .o-cvContent__awards-item {
        width:100%
    }
}

.o-directory {
    padding-top: 55px;
    width: 100%;
    padding-bottom: 100px;
    max-width: 810px;
    margin: auto
}

.o-directory__headerWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.o-directory__header,.o-directory__search-container {
    padding: 0 20px
}

.o-directory__search-container--embed {
    position: relative;
    padding: 0;
    width: calc(100% - 40px)
}

.o-directory__search-container--embed .o-directory__items {
    position: absolute;
    z-index: 1;
    top: 35px;
    background: #fff;
    padding: 10px;
    width: 100%;
    box-shadow: 0 23px 20px #e1e1e1;
    border-radius: 8px
}

.o-directory__search {
    margin-bottom: 20px
}

.o-directory__filter {
    padding: 15px 0;
    border-top: 1px solid #eceef6;
    border-bottom: 1px solid #eceef6;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.o-directory__filter-item {
    color: #2b2c30;
    opacity: .8;
    font-size: 16px;
    margin-right: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 600
}

.o-directory__filter-item--active,.o-directory__filter-item:hover {
    background-color: #eceef6
}

.o-directory__title {
    text-transform: uppercase;
    color: #00205b;
    font-size: 72px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 20px
}

.o-directory__input {
    flex-grow: 1;
    border: 0;
    height: 54px;
    background-color: transparent;
    font-size: 16px;
    color: #2c2c2c
}

.o-directory__input-wrapper {
    display: flex;
    width: 100%;
    background-color: #f6f7fa;
    border-radius: 4px
}

.o-directory__input-loop {
    width: 100%
}

.o-directory__input-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    margin-right: 11px;
    min-width: 24px;
    max-width: 24px
}

.o-directory__input::-webkit-input-placeholder {
    color: rgba(44,44,44,.4)
}

.o-directory__input::-moz-placeholder {
    color: rgba(44,44,44,.4)
}

.o-directory__input:-ms-input-placeholder {
    color: rgba(44,44,44,.4)
}

.o-directory__input:-moz-placeholder {
    color: rgba(44,44,44,.4)
}

.o-directory__items {
    margin-top: 25px
}

.o-directory__item {
    padding: 15px 20px;
    border-bottom: 1px solid #eceef6
}

@media only screen and (max-width: 768px) {
    .o-directory__header {
        padding:0
    }

    .o-directory__item {
        padding: 15px 0
    }
}

.o-downloads {
    text-align: left
}

.o-downloads__title {
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: 10px;
    padding: 0 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase
}

.o-downloads__name {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 5px
}

.o-downloads__info {
    font-size: 14px;
    color: #4a4a4a
}

.o-downloads__items {
    border-bottom: 1px solid #eceef6;
    border-top: 1px solid #eceef6;
    padding: 0 15px
}

.o-downloads__items-item {
    border-bottom: 1px solid #eceef6;
    display: flex;
    padding: 17px 15px
}

.o-downloads__items-item:last-child {
    border: 0
}

.o-downloads--type-wide .o-downloads__items,.o-downloads--type-wide .o-downloads__title {
    padding: 0
}

.o-downloads__link {
    margin: 10px 0
}

.o-eventContent {
    max-width: 810px;
    margin: auto;
    margin-top: 70px
}

.o-eventContent__label-container {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase
}

.o-eventContent__socials {
    margin-bottom: 80px
}

.o-eventContent__label {
    color: #4a4a4a;
    text-decoration: none
}

.o-eventContent__label:hover {
    text-decoration: underline
}

.o-eventContent__contentBlock {
    padding: 0 20px;
    margin-top: 48px
}

.o-eventContent__date {
    margin-top: -15px;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    color: #00205b
}

.o-eventContent__location {
    margin: 15px auto 48px;
    opacity: .4;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px
}

.o-eventContent__location-icon {
    display: inline-block;
    margin-right: 5px
}

.o-eventContent__speakers {
    display: flex;
    margin-top: 15px
}

.o-eventContent__speakers-item {
    max-width: 128px;
    margin: 0 35px
}

.o-eventContent__speakers-item:first-child {
    margin-left: 0
}

.o-eventContent__speakers-item:last-child {
    margin-right: 0
}

.o-eventContent__downloads {
    margin: 70px 0
}

.o-eventContent__speakers-wrapper {
    margin-top: 35px
}

@media only screen and (max-width: 768px) {
    .o-eventContent {
        margin-top:50px
    }

    .o-eventContent__contentBlock {
        padding: 0
    }

    .o-eventContent__speakers {
        flex-wrap: wrap;
        margin: -15px
    }

    .o-eventContent__speakers-item {
        margin: 15px
    }

    .o-eventContent__speakers-item:first-child {
        margin-left: 15px
    }

    .o-eventContent__speakers-item:last-child {
        margin-right: 15px
    }
}

.o-events__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -15px
}

.o-events__item {
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    .o-events__header {
        margin-top:0
    }
}

.o-footer {
    background-color: #00205b;
    background-image: linear-gradient(135deg,hsla(0,0%,100%,.1),rgba(0,0,0,.1));
    color: #fff;
    padding: 71px 0 80px
}

.o-footer__content {
    padding: 31px 0 37px;
    border-top: 1px solid hsla(0,0%,100%,.2);
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    display: flex
}

.o-footer__section {
    flex-grow: 1
}

.o-footer__section--contain-logo {
    flex-grow: 0;
    width: 155px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.o-footer__section-header {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px
}

.o-footer__section-item {
    display: block;
    color: #fff;
    opacity: .8;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none
}

.o-footer__section-item:hover {
    text-decoration: underline
}

.o-footer__copy {
    opacity: .8;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 31px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.o-footer__copy-link {
    color: #fff
}

.o-footer__copy-item {
    padding-left: 16px;
    min-width: 200px
}

.o-footer__copy-item:first {
    padding-left: 0
}

@media only screen and (max-width: 992px) {
    .o-footer__content {
        flex-wrap:wrap;
        margin: -10px
    }

    .o-footer__section {
        margin: 10px;
        width: 100%;
        margin-bottom: 24px
    }
}

.o-footer-microsite {
    padding: 70px 0 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .177778px
}

.o-footer-microsite--dark {
    background-color: #25232c;
    color: #fff
}

.o-footer-microsite--dark a {
    color: #fff
}

.o-footer-microsite--dark .o-footer-microsite__content {
    border-color: #514f56
}

.o-footer-microsite--dark .o-footer-microsite__copy-logo svg path,.o-footer-microsite--dark .o-footer-microsite__copy-logo svg rect {
    fill: #fff
}

.o-footer-microsite--dark .o-footer-microsite__uochb {
    opacity: .8
}

.o-footer-microsite--light {
    background-color: #f5f6fa;
    color: #4a4a4a
}

.o-footer-microsite--light a {
    color: #4a4a4a
}

.o-footer-microsite--light .o-footer-microsite__content {
    border-color: #ddd
}

.o-footer-microsite--light .o-footer-microsite__copy-logo svg path,.o-footer-microsite--light .o-footer-microsite__copy-logo svg rect {
    fill: #4a4a4a
}

.o-footer-microsite--light .o-footer-microsite__uochb {
    opacity: .4
}

.o-footer-microsite__content {
    display: flex;
    min-height: 150px;
    padding: 25px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.o-footer-microsite__uochb {
    font-size: 14px;
    line-height: 18px
}

.o-footer-microsite__section {
    flex-grow: 1
}

.o-footer-microsite__section--contain-logo {
    display: flex;
    flex-grow: 0;
    justify-content: flex-end;
    align-items: flex-start;
    width: 155px;
    padding-top: 5px;
    padding-right: 38px
}

.o-footer-microsite__section-header {
    margin-bottom: 15px
}

.o-footer-microsite__section-item {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    color: currentColor;
    opacity: .8
}

.o-footer-microsite__section-item:hover {
    text-decoration: underline
}

.o-footer-microsite__copy {
    display: flex;
    padding-top: 31px;
    color: currentColor;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    opacity: .8
}

.o-footer-microsite__copy-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: flex-end
}

.o-footer-microsite__copy-back {
    display: block;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: currentColor;
    text-decoration: none
}

.o-footer-microsite__copy-back:hover {
    text-decoration: underline
}

.o-footer-microsite__social-icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    padding: 7px;
    border-radius: 50%;
    margin-right: 14px;
    margin-bottom: 14px;
    background-color: #fff;
    transition: opacity .3s
}

.o-footer-microsite__social-icon:hover {
    opacity: .5
}

@media only screen and (max-width: 992px) {
    .o-footer-microsite__content {
        flex-wrap:wrap;
        margin: -10px
    }

    .o-footer-microsite__section {
        margin: 10px;
        width: 100%;
        margin-bottom: 24px
    }

    .o-footer-microsite__section-header {
        margin-bottom: 0
    }

    .o-footer-microsite__copy {
        flex-wrap: wrap
    }

    .o-footer-microsite__copy-back,.o-footer-microsite__copy-logo {
        margin-bottom: 24px
    }

    .o-footer-microsite__copy-text {
        align-items: flex-start;
        margin-top: 8px
    }
}

.o-gmContent {
    margin: 0 auto 100px;
    width: 100%
}

.o-gmContent__description {
    display: flex;
    width: 100%;
    flex-basis: 300%;
    padding-bottom: 30px
}

.o-gmContent__description--image,.o-gmContent__description--text {
    flex: 1 1 auto;
    width: 100%
}

.o-gmContent__top {
    display: flex;
    border-bottom: 2px solid #eceef6;
    margin-bottom: 35px
}

.o-gmContent__top-helper {
    width: 100%
}

.o-gmContent__top--type-right-col .o-gmContent__description {
    flex-direction: column;
    display: block
}

.o-gmContent__top--type-right-col .o-gmContent__description--image,.o-gmContent__top--type-right-col .o-gmContent__description--text {
    display: block
}

.o-gmContent__top--type-right-col .o-gmContent__description--image {
    margin-top: 24px
}

.o-gmContent__top--type-right-col .o-gmContent__description-image {
    padding-left: 0;
    width: 100%
}

.o-gmContent__twitter {
    padding-left: 50px;
    margin-left: 50px;
    border-left: 2px solid #eceef6;
    max-width: 33%;
    min-width: 33%;
    flex-basis: 150%;
    padding-bottom: 40px
}

.o-gmContent__twitter-content {
    border: 1px solid #eceef6;
    border-radius: 3px
}

.o-gmContent__description-image {
    width: 100%;
    padding-left: 60px;
    flex: 1 0 auto
}

.o-gmContent__description-image img {
    width: 100%
}

.o-gmContent__blog-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.o-gmContent__blog-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px
}

.o-gmContent__blog-item {
    width: calc(50% - 20px);
    border-left: 5px solid #f5f6f9;
    padding-left: 30px;
    margin-bottom: 50px
}

.o-gmContent__group {
    margin-top: 50px;
    display: flex
}

.o-gmContent__group-info {
    width: 100%;
    flex-basis: 300%
}

.o-gmContent__group-image {
    width: 100%;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 30px;
    box-shadow: 13px 15px 60px 0 rgba(0,0,0,.06)
}

.o-gmContent__members {
    min-width: 350px;
    width: 100%;
    margin-left: 66px;
    flex-basis: 100%
}

.o-gmContent__members--type-wide {
    font-size: 18px;
    margin-left: 0
}

.o-gmContent__members--type-wide .o-gmContent__members-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.o-gmContent__members--type-wide .o-gmContent__members-item {
    width: calc(33% - 20px);
    margin-right: 20px
}

@media only screen and (max-width: 768px) {
    .o-gmContent__members--type-wide .o-gmContent__members-items {
        display:flex;
        flex-direction: column;
        justify-content: flex-start
    }

    .o-gmContent__members--type-wide .o-gmContent__members-item {
        width: calc(100% - 20px);
        margin-right: 20px
    }
}

.o-gmContent__members-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.o-gmContent__members-items {
    margin-top: 15px
}

.o-gmContent__members-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    text-decoration: none
}

.o-gmContent__members-more {
    background: linear-gradient(0deg,#f5f6fa,#f5f6fa);
    border-radius: 4px;
    height: 53px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.o-gmContent__members-more--counter {
    color: #2b2c30;
    font-size: 18px;
    font-weight: 600;
    opacity: .4
}

.o-gmContent__members-moreText {
    font-size: 18px;
    font-weight: 500;
    color: #4a4a4a;
    margin-left: 30px
}

@media only screen and (max-width: 768px) {
    .o-gmContent .o-gmContent {
        margin-top:40px
    }

    .o-gmContent .o-gmContent__description,.o-gmContent .o-gmContent__description-text {
        flex-direction: column-reverse
    }

    .o-gmContent .o-gmContent__description-image {
        width: 100%;
        margin: 0;
        margin-bottom: 24px;
        display: block
    }

    .o-gmContent .o-gmContent__description-image img {
        border-radius: 4px
    }

    .o-gmContent .o-gmContent__top {
        flex-direction: column
    }

    .o-gmContent .o-gmContent__twitter {
        display: block;
        max-width: 100%;
        min-width: 100%;
        border-left: none;
        margin-left: 0;
        padding-left: 0;
        min-height: 250px
    }

    .o-gmContent .o-gmContent__blog-item {
        width: 100%
    }

    .o-gmContent .o-gmContent__group {
        flex-direction: column
    }

    .o-gmContent .o-gmContent__members {
        margin-left: 0;
        min-width: 150px
    }
}

a.o-gmContent__members-item:hover .o-gmContent__members-moreText {
    text-decoration: underline
}

.o-homepageBottom {
    margin-top: 70px;
    text-align: center;
    padding-bottom: 100px
}

.o-homepageBottom__search {
    margin: 30px auto;
    max-width: 570px
}

.o-homepageBottom__input {
    flex-grow: 1;
    border: 0;
    height: 54px;
    background-color: transparent;
    font-size: 16px;
    color: #2c2c2c
}

.o-homepageBottom__input-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.o-homepageBottom__input-wrapper {
    display: flex;
    width: 100%;
    background-color: #f6f7fa;
    border-radius: 4px
}

.o-homepageBottom__input-loop {
    margin-left: 16px;
    margin-right: 11px;
    margin-bottom: 3px
}

.o-homepageBottom__input::-webkit-input-placeholder {
    color: rgba(44,44,44,.4)
}

.o-homepageBottom__input::-moz-placeholder {
    color: rgba(44,44,44,.4)
}

.o-homepageBottom__input:-ms-input-placeholder {
    color: rgba(44,44,44,.4)
}

.o-homepageBottom__input:-moz-placeholder {
    color: rgba(44,44,44,.4)
}

.o-homepageFeeds {
    display: flex;
    margin-bottom: 64px
}

.o-homepageFeeds__left {
    flex-basis: 67%;
    margin-right: 64px
}

.o-homepageFeeds__right {
    display: flex;
    flex-direction: column;
    flex-basis: 33%
}

@media only screen and (max-width: 768px) {
    .o-homepageFeeds {
        flex-direction:column
    }

    .o-homepageFeeds__left {
        margin-right: 0;
        width: 100%
    }

    .o-homepageFeeds__right {
        width: 100%;
        padding-top: 30px
    }
}

@media only screen and (max-width: 992px) {
    .o-homepageFeeds__left {
        margin-right:30px
    }
}

.o-instrumentContent {
    max-width: 830px;
    margin: auto;
    margin-top: 68px;
    margin-bottom: 100px
}

.o-instrumentContent__breadcrumbs {
    margin-bottom: 40px
}

.o-instrumentContent__breadcrumbs ul {
    margin: 0
}

.o-instrumentContent__contentBlock {
    padding: 0 30px
}

.o-instrumentContent__contentBlock h1 {
    padding-bottom: 0
}

.o-instrumentContent__description {
    margin-bottom: 56px
}

.o-instrumentContent__occurrences-row {
    display: flex;
    border-bottom: 1px solid #eceef6;
    padding: 30px
}

.o-instrumentContent__occurrences-row--type-heading {
    padding: 15px 30px
}

.o-instrumentContent__occurrences-col {
    width: 50%;
    color: #2c2c2c;
    font-size: 18px;
    line-height: 1.5;
    padding-right: 10%
}

.o-instrumentContent__occurrences-col--type-heading {
    opacity: .2;
    font-size: 13px;
    text-transform: uppercase
}

.o-instrumentContent__occurrences-name-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-decoration: none;
    color: #2c2c2c
}

.o-instrumentContent__occurrences-name-row small {
    font-weight: 400
}

.o-instrumentContent__occurrences-name-row:hover {
    text-decoration: underline
}

.o-instrumentContent__occurrences-icon {
    margin-left: 30px
}

.o-instrumentContent__instruments {
    margin-top: 30px
}

.o-instrumentContent__heading-other {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #00205b
}

@media only screen and (max-width: 768px) {
    .o-instrumentContent {
        margin-top:40px
    }

    .o-instrumentContent__contentBlock {
        padding: 0
    }

    .o-instrumentContent__occurrences-row {
        padding: 30px 0
    }

    .o-instrumentContent__occurrences-col {
        font-size: 14px
    }

    .o-instrumentContent__occurrences-icon {
        margin-left: 5px
    }

    .o-instrumentContent__occurrences-content {
        max-width: 100%
    }
}

.o-instruments {
    text-align: left
}

.o-instruments__items-item {
    border-bottom: 1px solid #eceef6;
    display: flex;
    padding: 30px;
    text-decoration: none
}

@media only screen and (max-width: 768px) {
    .o-instruments__items-item {
        border-bottom:1px solid #eceef6;
        display: flex;
        padding: 30px 0
    }
}

.o-navigation {
    flex-grow: 1;
    margin: 0 50px
}

.o-navigation--type-inverted .o-navigation__link {
    color: #4e4e4d
}

.o-navigation__btn {
    display: none
}

.o-navigation__list {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0
}

.o-navigation__item {
    display: block;
    text-align: center;
    padding-left: 24px
}

.o-navigation__item--type-gm {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .18px;
    display: block;
    padding-left: 27px
}

.o-navigation__link {
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-size: 16px
}

.o-navigation__link:hover {
    text-decoration: underline
}

@media only screen and (max-width: 1200px) {
    .o-navigation {
        margin-right:0;
        margin-left: 0
    }

    .o-navigation__list {
        display: block;
        position: absolute;
        left: -20px;
        width: calc(100% + 40px);
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #00205b;
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out
    }

    .o-navigation__item {
        margin: 10px;
        padding-left: 0
    }

    .o-navigation__item--type-gm {
        padding-left: 0
    }

    .o-navigation__icon {
        cursor: pointer;
        display: inline-block;
        padding: 32px 0 28px 8px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .o-navigation__icon-icon {
        background: #fff;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px
    }

    .o-navigation__icon-icon:after,.o-navigation__icon-icon:before {
        background: #fff;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%
    }

    .o-navigation__icon-icon:before {
        top: 5px
    }

    .o-navigation__icon-icon:after {
        top: -5px
    }

    .o-navigation__btn {
        display: none
    }

    .o-navigation__btn:checked~.o-navigation__list {
        max-height: 350px;
        border-bottom: 1px solid #eceef6
    }

    .o-navigation__btn:checked~.o-navigation__icon .o-navigation__icon-icon {
        background: transparent
    }

    .o-navigation__btn:checked~.o-navigation__icon .o-navigation__icon-icon:before {
        transform: rotate(-45deg);
        top: 0
    }

    .o-navigation__btn:checked~.o-navigation__icon .o-navigation__icon-icon:after {
        transform: rotate(45deg);
        top: 0
    }

    .o-navigation--type-inverted .o-navigation__icon-icon,.o-navigation--type-inverted .o-navigation__icon-icon:after,.o-navigation--type-inverted .o-navigation__icon-icon:before {
        background: #2b2c30
    }

    .o-navigation--type-inverted .o-navigation__list {
        background-color: #fff
    }
}

.o-newsFeed__item {
    padding: 30px 30px 30px 0;
    border-bottom: 1px solid #eceef6
}

.o-newsFeed__item:first-child {
    padding-top: 2px
}

.o-newsFeed--type-homepage .o-newsFeed__item {
    border-right: 1px solid #eceef6
}

.o-newsFeed--type-subpage .o-newsFeed__item {
    padding: 30px 20px
}

@media only screen and (max-width: 768px) {
    .o-newsFeed__item {
        padding:30px 0;
        border-right: none
    }

    .o-newsFeed--type-homepage .o-newsFeed__item {
        border-right: none
    }
}

.o-page-basic {
    max-width: 970px;
    margin: 70px auto
}

@media only screen and (max-width: 1200px) {
    .o-page-basic {
        margin-top:0
    }
}

.o-positionContent {
    max-width: 810px;
    margin: 70px auto 100px
}

.o-positionContent a {
    color: #00b4d5;
    text-decoration: none
}

.o-positionContent a:hover {
    text-decoration: underline
}

.o-positionContent__label {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #4a4a4a
}

.o-positionContent__breadcrumbs {
    margin-top: -16px;
    margin-bottom: 30px
}

.o-positionContent__contentBlock {
    padding: 0 20px;
    margin-bottom: 48px
}

.o-positionContent__references-item {
    padding: 30px 20px;
    border-bottom: 1px solid #eceef6
}

.o-positionContent__references-item:first-child {
    padding-top: 0
}

.o-positionContent__references-item--hidden {
    display: none
}

.o-positionContent__references-more {
    display: inline-block;
    padding: 18px 22px;
    border: none;
    border-radius: 2px;
    margin: 30px auto;
    color: #00b4d5;
    background-color: rgba(245,246,250,.5);
    cursor: pointer;
    transition: background-color .3s
}

.o-positionContent__references-more:hover {
    background-color: #f5f6fa
}

.o-positionContent__references-moreWrapper {
    width: 100%;
    text-align: center
}

.o-positionContent__universities-wrapper {
    margin-top: 50px;
    margin-bottom: 50px
}

.o-positionContent__university {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-bottom: 10px;
    text-decoration: none;
    background: #fff;
    transition: all .3s;
    opacity: .8
}

.o-positionContent__university:hover {
    border: 1px solid #dadada;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.05);
    transform: scale(1.01);
    opacity: 1
}

.o-positionContent__university-icon {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px
}

.o-positionContent__university-icon img {
    max-width: 100%
}

.o-positionContent__university-title {
    font-weight: 500;
    line-height: 24px;
    color: #2b2c30
}

.o-positionContent__university-desc {
    margin-top: 3px;
    font-size: 16px;
    line-height: 24px;
    color: #4a4a4a;
    opacity: .8
}

.o-positionContent__university-info {
    margin-left: 20px
}

.o-positionContent__university-link {
    padding: 5px;
    text-decoration: none;
    color: #4a4a4a
}

.o-positionContent__info,.o-positionContent__university-content {
    display: flex;
    align-items: center
}

.o-positionContent__info {
    background-color: rgba(245,246,250,.5);
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 70px
}

.o-positionContent__info-text {
    margin-left: 30px;
    font-size: 16px;
    line-height: 1.4;
    color: #4a4a4a
}

.o-positionContent__info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px
}

.o-positionContent__info-icon img {
    max-width: 100%
}

@media only screen and (max-width: 768px) {
    .o-positionContent {
        flex-direction:column;
        margin-top: 50px
    }

    .o-positionContent__contentBlock {
        padding: 0
    }

    .o-positionContent__references-item {
        padding: 30px 0
    }

    .o-positionContent__university-info {
        margin-left: 10px
    }
}

.o-profileContent {
    margin: 70px auto 100px
}

.o-profileContent__contentWrap {
    max-width: 770px;
    margin: auto
}

.o-profileContent__headline {
    margin-top: 8px
}

.o-profileContent__contentBlock {
    padding: 0 20px
}

.o-profileContent__label {
    margin-bottom: -10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4a4a4a
}

.o-profileContent__header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 148px;
    margin-bottom: 98px
}

.o-profileContent__header-photo {
    width: 170px;
    min-width: 170px;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 25px 15px 0 rgba(0,0,0,.04),0 30px 45px 0 rgba(0,0,0,.1);
    margin-right: 30px
}

.o-profileContent__header-desc {
    width: 100%;
    font-size: 18px;
    color: #2c2c2c;
    margin-left: 26px
}

.o-profileContent__header-links {
    margin-bottom: 36px;
    margin-top: 16px
}

.o-profileContent__header-links.flex {
    display: flex;
    flex-wrap: wrap
}

.o-profileContent__header-link {
    min-width: 50%;
    margin-bottom: 8px
}

.o-profileContent__header-icon {
    display: inline-block;
    margin-right: 8px;
    opacity: .2
}

.o-profileContent__subtitle {
    padding-bottom: 15px;
    color: #2c2c2c;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .2
}

.o-profileContent__groups {
    margin-bottom: 55px
}

.o-profileContent__sources {
    margin-bottom: 70px;
    margin-top: 70px
}

.o-profileContent__source {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
    border-bottom: 1px solid #eceef6;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #2c2c2c
}

.o-profileContent__source:first-child {
    border-top: 1px solid #eceef6
}

.o-profileContent__source:hover {
    text-decoration: underline
}

.o-profileContent__source-logo {
    height: 24px
}

.o-profileContent__source-logo img,.o-profileContent__source-logo svg {
    width: 100%;
    height: 100%
}

.o-profileContent__source-button {
    margin-left: 15px
}

.o-profileContent__publications {
    background-color: #fff;
    width: 100%;
    margin-bottom: 55px;
    padding-top: 60px
}

.o-profileContent__show-all-section {
    text-align: right;
    top: 44px;
    position: relative;
    left: 0
}

.o-profileContent__recent-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px
}

.o-profileContent__recent-item {
    width: calc(50% - 20px);
    border-left: 5px solid #f5f6f9;
    padding-left: 30px;
    margin-bottom: 50px
}

.o-profileContent__social-links {
    display: flex;
    margin-top: -12px
}

.o-profileContent__social-link {
    color: #b6b6b6;
    height: 30px;
    width: 30px;
    margin: 0 4px
}

.o-profileContent__social-link:hover {
    color: #2c2c2c
}

@media only screen and (max-width: 768px) {
    .o-profileContent__header {
        display:block;
        margin-top: 35px
    }

    .o-profileContent__header-photo {
        margin: auto;
        max-width: 170px;
        margin-bottom: 32px;
        margin-right: 0
    }

    .o-profileContent__header-desc {
        margin-left: 0
    }

    .o-profileContent__header-links {
        display: block
    }
}

.o-publications__content {
    display: flex;
    border-bottom: 1px solid #eceef6;
    margin: 15px 0
}

.o-publications__content.no-bottom-separator {
    border-bottom: none
}

.o-publications__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.o-publications__hero {
    flex-basis: 57%;
    padding-right: 43px;
    padding-bottom: 15px;
    border-right: 1px solid #eceef6
}

.o-publications__items {
    flex-basis: 43%
}

.o-publications__items--heroless {
    display: flex;
    flex-basis: auto;
    flex-wrap: wrap
}

.o-publications__items--heroless .o-publications__item {
    width: 50%;
    padding-left: 0
}

.o-publications__items--heroless .o-publications__item:first-child {
    padding-top: 30px
}

.o-publications__items--heroless .o-publications__item:nth-child(2n) {
    padding-left: 15px
}

.o-publications__items--heroless .o-publications__item:nth-child(odd) {
    padding-right: 15px
}

@media only screen and (max-width: 768px) {
    .o-publications__items--heroless .o-publications__item {
        width:100%
    }

    .o-publications__items--heroless .o-publications__item:nth-child(2n) {
        padding-left: 0
    }

    .o-publications__items--heroless .o-publications__item:nth-child(odd) {
        padding-right: 0
    }
}

.o-publications__item {
    display: flex;
    flex-direction: column;
    padding: 30px 0 30px 30px;
    border-bottom: 1px solid #eceef6
}

.o-publications__item:first-child {
    padding-top: 0
}

.o-publications__item.no-bottom-separator,.o-publications__item:last-child {
    border-bottom: none
}

@media only screen and (max-width: 768px) {
    .o-publications__content {
        flex-direction:column
    }

    .o-publications__hero {
        margin-right: 0;
        border-bottom: 1px solid #eceef6;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-right: none;
        padding-right: 0
    }

    .o-publications__item {
        padding: 30px 0
    }

    .o-publications__item:nth-child(2n),.o-publications__item:nth-child(odd) {
        padding-right: 0;
        padding-left: 0
    }

    .o-publications__items {
        border-left: 0
    }
}

.o-search {
    max-width: 810px;
    margin: auto;
    margin-top: 70px
}

.o-search__label {
    display: block;
    color: #2c2c2c;
    opacity: .2;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 0 20px
}

.o-search__popular-searches {
    padding: 30px 0 25px;
    border-bottom: 2px solid #f6f7fa;
    margin-bottom: 70px
}

.o-search__popular-search {
    opacity: .8;
    color: #00205b;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    text-transform: none;
    margin-left: 20px;
    margin-right: 20px
}

.o-search__popular-search:hover {
    text-decoration: underline
}

.o-search-global {
    display: block
}

.o-search-global__heading {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #00205b
}

.o-search-results {
    max-width: 810px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px
}

.o-search-results__label {
    display: block;
    padding: 0 20px
}

.o-search-results__tabs {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    margin-bottom: 55px;
    border-bottom: 1px solid #eceef6;
    padding-left: 10px;
    padding-right: 10px
}

.o-search-results__results--more {
    text-align: center;
    color: #2c2c2c;
    opacity: .2;
    font-size: 12px;
    margin: 4px;
    cursor: pointer
}

.o-search-results__results--more:hover {
    text-decoration: underline
}

.o-search-results__tab {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    padding-bottom: 9px;
    padding-left: 7px;
    padding-right: 7px;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    cursor: pointer;
    position: relative
}

.o-search-results__tab--count {
    width: 0;
    position: relative;
    height: 100%;
    right: -2px;
    font-size: 11px;
    top: -10px
}

.o-search-results__tab--count span {
    position: absolute;
    color: rgba(44,44,44,.2);
    font-weight: 400
}

.o-search-results__tab--loader {
    position: absolute;
    right: -20px
}

.o-search-results__tab--active {
    font-weight: 600;
    color: #2c2c2c
}

.o-search-results__tab--active,.o-search-results__tab:hover {
    border-bottom: 3px solid #00205b
}

.o-search-results__count {
    color: rgba(44,44,44,.4)
}

.o-search-results__label {
    opacity: .2;
    color: #2c2c2c;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px
}

@media only screen and (max-width: 768px) {
    .o-search-results__tab {
        width:40%;
        margin: 5%;
        display: flex;
        justify-content: center
    }

    .o-search-results__tabs {
        flex-wrap: wrap
    }
}

.bluesky {
    height: 100%;
    display: flex;
    flex-direction: column
}

.bluesky__header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bluesky__content {
    height: 100%;
    position: relative;
    border: 1px solid #eceef6
}

.bluesky-e {
    padding: 8px 12px 8px 4px;
    min-height: 250px;
    height: 100%;
    overflow: scroll
}

.bluesky-e .post:first-child {
    margin-top: -10px
}

.bluesky-e .post:last-child {
    margin-bottom: -10px
}

.bluesky__overlay {
    position: absolute;
    left: 0;
    right: 12px;
    height: 8px;
    pointer-events: none
}

.bluesky__overlay--top {
    top: 0;
    background: linear-gradient(0deg,transparent,#fff)
}

.bluesky__overlay--bottom {
    bottom: 0;
    background: linear-gradient(180deg,transparent,#fff)
}

.o-vueContentDisambiguation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 55px
}

.o-vueContentDisambiguation__link {
    text-decoration: none;
    border-bottom: 1px solid #eceef6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 15px;
    width: calc(50% - 15px)
}

.o-vueContentDisambiguation__link:first-child,.o-vueContentDisambiguation__link:nth-child(2) {
    border-top: 1px solid #eceef6
}

@media only screen and (max-width: 600px) {
    .o-vueContentDisambiguation__link {
        width:100%
    }

    .o-vueContentDisambiguation__link:nth-child(2) {
        border-top: none
    }
}

.o-vueContentDisambiguation__link-text {
    color: #2c2c2c;
    font-size: 16px;
    line-height: 1.4
}

.o-vueContentDisambiguation__link-link {
    text-decoration: none;
    color: #00205b;
    padding: 5px
}

.o-vueContentDivider {
    border-top: 2px solid #eceef6;
    width: 100%;
    margin: 50px auto
}

.o-vueContentDownloads {
    margin-bottom: 48px
}

.o-vueContentEmbedSpotify__wrapper {
    margin: 45px 0
}

.o-vueContentEmbedYoutube {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.o-vueContentEmbedYoutube:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.o-vueContentEmbedYoutube__item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.o-vueContentEmbedYoutube__wrapper {
    margin: 45px 0
}

.o-vueContentGallery {
    text-align: center
}

.o-vueContentGallery__figure {
    margin: 0
}

.o-vueContentGallery__active {
    max-width: 100%;
    min-width: 100%;
    border-radius: 4px;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.08);
    margin-bottom: 16px
}

.o-vueContentGallery__caption {
    margin-bottom: 25px;
    color: #2c2c2c;
    font-size: 12px;
    line-height: 16px;
    opacity: .4
}

.o-vueContentGallery__thumbnails {
    padding: 2px 0;
    margin: 0 auto 16px;
    list-style: none
}

.o-vueContentGallery__thumbnail {
    display: inline-block;
    width: 58px;
    height: 58px;
    border-radius: 2px;
    margin-right: 12px;
    margin-bottom: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    transition: transform .1s
}

.o-vueContentGallery__thumbnail:hover {
    transform: scale(1.1)
}

.o-vueContentGallery__thumbnail:active {
    transform: scale(1)
}

.o-vueContentGallery__thumbnail:focus {
    box-shadow: 0 0 4px 2px #00205b;
    transform: scale(1.1)
}

.o-vueContentImage {
    margin-bottom: 64px
}

.o-vueContentImage__image {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.o-vueContentImage__caption {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #2c2c2c;
    opacity: .4
}

.o-vueContentImage a {
    text-decoration: none
}

.o-vueContentImage img {
    border-radius: 4px
}

.o-vueContentInfoTable {
    margin: 16px -30px;
    border-top: 2px solid #f5f6f9;
    border-bottom: 2px solid #f5f6f9;
    padding: 0 30px
}

.o-vueContentInfoTable__row {
    display: flex;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid hsla(0,0%,59%,.2)
}

.o-vueContentInfoTable__row:last-child {
    border-bottom: none
}

.o-vueContentInfoTable__row p {
    padding: 0;
    margin: 0
}

.o-vueContentInfoTable__title {
    flex: 4;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
    padding-right: 16px
}

.o-vueContentInfoTable__text {
    flex: 6;
    padding: 15px 0
}

.o-vueContentInfoTable a {
    color: #00b4d5;
    text-decoration: none;
    transition: all .3s
}

.o-vueContentInfoTable a:hover {
    text-decoration: underline
}

@media only screen and (max-width: 500px) {
    .o-vueContentInfoTable__row {
        display:block
    }
}

.o-vueContentListOpenPosition {
    padding-bottom: 48px
}

.o-vueContentListOpenPosition__headline {
    padding: 0 20px
}

.o-vueContentListOpenPosition__item {
    border-bottom: 2px solid #f6f7fa
}

.o-vueContentMiniDisambiguation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 55px
}

.o-vueContentMiniDisambiguation__link {
    border-bottom: 1px solid #eceef6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 15px;
    width: calc(50% - 15px)
}

.o-vueContentMiniDisambiguation__link:first-child,.o-vueContentMiniDisambiguation__link:nth-child(2) {
    border-top: 1px solid #eceef6
}

.o-vueContentMiniDisambiguation__link-text {
    color: #2c2c2c;
    font-size: 16px;
    line-height: 1.4
}

.o-vueContentMiniDisambiguation__link-link {
    text-decoration: none;
    color: #00205b;
    padding: 5px
}

.o-vueContentMultiColumn__wrapper .o-vueContentImage {
    padding: 0
}

.o-vueContentMultiColumn__wrapper figure {
    margin: 0
}

@media only screen and (min-width: 600px) {
    .o-vueContentMultiColumn__wrapper {
        display:flex;
        justify-content: flex-start;
        align-items: flex-start
    }
}

@media only screen and (min-width: 600px) {
    .o-vueContentMultiColumn:first-child {
        margin-right:30px
    }

    .o-vueContentMultiColumn:last-child {
        margin-left: 30px
    }

    .o-vueContentMultiColumn--size-1 {
        flex: 1
    }

    .o-vueContentMultiColumn--size-2 {
        flex: 2
    }

    .o-vueContentMultiColumn--size-3 {
        flex: 3
    }

    .o-vueContentMultiColumn .o-vueContentImage {
        margin: 0
    }
}

.o-vueContentQuickFacts {
    width: 100%;
    background-color: #00205b;
    padding: 70px 100px;
    box-shadow: 0 25px 40px 0 rgba(0,32,91,.2);
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 70px
}

.o-vueContentQuickFacts__title {
    border-bottom: 4px solid #00b4d5
}

.o-vueContentQuickFacts__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.o-vueContentQuickFacts__item {
    flex: 1 0 auto;
    margin-top: 50px;
    padding: 0 8px
}

.o-vueContentQuickFacts__item:first-child {
    padding-left: 0
}

.o-vueContentQuickFacts__item:last-child {
    padding-right: 0
}

.o-vueContentQuickFacts__item-row {
    display: flex;
    width: 100%
}

.o-vueContentQuickFacts__factTitle {
    font-size: 36px;
    line-height: 36px;
    color: #00b4d5;
    margin-bottom: 5px
}

.o-vueContentQuickFacts__text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff
}

@media only screen and (max-width: 768px) {
    .o-vueContentQuickFacts {
        padding:30px
    }
}

@media only screen and (max-width: 500px) {
    .o-vueContentQuickFacts__item-row {
        flex-direction:column
    }
}

.o-vueContentWysiwyg {
    padding: 0;
    margin-bottom: 48px;
    color: #2b2c30;
    line-height: 1.4;
    letter-spacing: .2px
}

.o-vueContentWysiwyg a {
    color: #00b4d5;
    text-decoration: none;
    display: inline
}

.o-vueContentWysiwyg a:hover {
    text-decoration: underline
}

.o-vueContentWysiwyg b {
    font-weight: 600
}

.o-vueContentWysiwyg__table-wrapper {
    overflow: scroll
}

.o-vueContentWysiwyg--no-margin-bottom,.o-vueContentWysiwyg--no-margin-bottom p:last-child {
    margin-bottom: 0
}

.o-vueContentWysiwyg table {
    border: 2px solid #e7e7e7;
    border-collapse: collapse
}

.o-vueContentWysiwyg td {
    padding: 16px 40px;
    border: 1px solid #e7e7e7
}

.o-vueContentWysiwyg ol {
    counter-reset: a;
    list-style: none;
    padding-left: 40px
}

.o-vueContentWysiwyg ol li {
    position: relative;
    counter-increment: a;
    line-height: 26px;
    margin-bottom: 32px
}

.o-vueContentWysiwyg ol li:before {
    content: counter(a);
    position: absolute;
    top: 3px;
    left: -30px;
    line-height: 20px;
    width: auto;
    height: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #00205b
}

.o-vueContentWysiwyg ul {
    list-style: none;
    padding-left: 40px
}

.o-vueContentWysiwyg ul li {
    position: relative;
    line-height: 26px;
    margin-bottom: 32px
}

.o-vueContentWysiwyg ul li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -30px;
    display: block;
    width: 7px;
    height: 19px;
    background-image: url(/icon/arrow-right.svg)
}

@font-face {
    font-family: Graphik;
    src: url(../font/Graphik-Regular.eot);
    src: local("Graphik Regular"),local("Graphik-Regular"),url(../fonts/Graphik-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-Regular.woff2) format("woff2"),url(../fonts/Graphik-Regular.woff) format("woff"),url(../fonts/Graphik-Regular.ttf) format("truetype"),url(../fonts/Graphik-Regular.svg#Graphik-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(..../fonts/Graphik-BoldItalic.eot);
    src: local("Graphik Bold Italic"),local("Graphik-BoldItalic"),url(../fonts/Graphik-BoldItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-BoldItalic.woff2) format("woff2"),url(../fonts/Graphik-BoldItalic.woff) format("woff"),url(../fonts/Graphik-BoldItalic.ttf) format("truetype"),url(../fonts/Graphik-BoldItalic.svg#Graphik-BoldItalic) format("svg");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Graphik;
    src: url(..../fonts/Graphik-Light.eot);
    src: local("Graphik Light"),local("Graphik-Light"),url(../fonts/Graphik-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-Light.woff2) format("woff2"),url(../fonts/Graphik-Light.woff) format("woff"),url(../fonts/Graphik-Light.ttf) format("truetype"),url(../fonts/Graphik-Light.svg#Graphik-Light) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(..../fonts/Graphik-Bold.eot);
    src: local("Graphik Bold"),local("Graphik-Bold"),url(../fonts/Graphik-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-Bold.woff2) format("woff2"),url(../fonts/Graphik-Bold.woff) format("woff"),url(../fonts/Graphik-Bold.ttf) format("truetype"),url(../fonts/Graphik-Bold.svg#Graphik-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(..../fonts/Graphik-BlackItalic.eot);
    src: local("Graphik Black Italic"),local("Graphik-BlackItalic"),url(../fonts/Graphik-BlackItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-BlackItalic.woff2) format("woff2"),url(../fonts/Graphik-BlackItalic.woff) format("woff"),url(../fonts/Graphik-BlackItalic.ttf) format("truetype"),url(../fonts/Graphik-BlackItalic.svg#Graphik-BlackItalic) format("svg");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: Graphik;
    src: url(..../fonts/Graphik-Extralight.eot);
    src: local("Graphik Extralight"),local("Graphik-Extralight"),url(../fonts/Graphik-Extralight.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-Extralight.woff2) format("woff2"),url(../fonts/Graphik-Extralight.woff) format("woff"),url(../fonts/Graphik-Extralight.ttf) format("truetype"),url(../fonts/Graphik-Extralight.svg#Graphik-Extralight) format("svg");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(..../fonts/Graphik-Black.eot);
    src: local("Graphik Black"),local("Graphik-Black"),url(../fonts/Graphik-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-Black.woff2) format("woff2"),url(../fonts/Graphik-Black.woff) format("woff"),url(../fonts/Graphik-Black.ttf) format("truetype"),url(../fonts/Graphik-Black.svg#Graphik-Black) format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(..../fonts/Graphik-ThinItalic.eot);
    src: local("Graphik Thin Italic"),local("Graphik-ThinItalic"),url(../fonts/Graphik-ThinItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-ThinItalic.woff2) format("woff2"),url(../fonts/Graphik-ThinItalic.woff) format("woff"),url(../fonts/Graphik-ThinItalic.ttf) format("truetype"),url(../fonts/Graphik-ThinItalic.svg#Graphik-ThinItalic) format("svg");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Graphik;
    src: url(..../fonts/Graphik-Medium.eot);
    src: local("Graphik Medium"),local("Graphik-Medium"),url(../fonts/Graphik-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-Medium.woff2) format("woff2"),url(../fonts/Graphik-Medium.woff) format("woff"),url(../fonts/Graphik-Medium.ttf) format("truetype"),url(../fonts/Graphik-Medium.svg#Graphik-Medium) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(..../fonts/Graphik-ExtralightItalic.eot);
    src: local("Graphik Extralight Italic"),local("Graphik-ExtralightItalic"),url(../fonts/Graphik-ExtralightItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-ExtralightItalic.woff2) format("woff2"),url(../fonts/Graphik-ExtralightItalic.woff) format("woff"),url(../fonts/Graphik-ExtralightItalic.ttf) format("truetype"),url(../fonts/Graphik-ExtralightItalic.svg#Graphik-ExtralightItalic) format("svg");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: Graphik;
    src: url(..../fonts/Graphik-RegularItalic.eot);
    src: local("Graphik Regular Italic"),local("Graphik-RegularItalic"),url(../fonts/Graphik-RegularItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-RegularItalic.woff2) format("woff2"),url(../fonts/Graphik-RegularItalic.woff) format("woff"),url(../fonts/Graphik-RegularItalic.ttf) format("truetype"),url(../fonts/Graphik-RegularItalic.svg#Graphik-RegularItalic) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Graphik;
    src: url(..../fonts/Graphik-MediumItalic.eot);
    src: local("Graphik Medium Italic"),local("Graphik-MediumItalic"),url(../fonts/Graphik-MediumItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-MediumItalic.woff2) format("woff2"),url(../fonts/Graphik-MediumItalic.woff) format("woff"),url(../fonts/Graphik-MediumItalic.ttf) format("truetype"),url(../fonts/Graphik-MediumItalic.svg#Graphik-MediumItalic) format("svg");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Graphik;
    src: url(..../fonts/Graphik-Semibold.eot);
    src: local("Graphik Semibold"),local("Graphik-Semibold"),url(../fonts/Graphik-Semibold.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-Semibold.woff2) format("woff2"),url(../fonts/Graphik-Semibold.woff) format("woff"),url(../fonts/Graphik-Semibold.ttf) format("truetype"),url(../fonts/Graphik-Semibold.svg#Graphik-Semibold) format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(..../fonts/Graphik-Thin.eot);
    src: local("Graphik Thin"),local("Graphik-Thin"),url(../fonts/Graphik-Thin.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-Thin.woff2) format("woff2"),url(../fonts/Graphik-Thin.woff) format("woff"),url(../fonts/Graphik-Thin.ttf) format("truetype"),url(../fonts/Graphik-Thin.svg#Graphik-Thin) format("svg");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(..../fonts/Graphik-SemiboldItalic.eot);
    src: local("Graphik Semibold Italic"),local("Graphik-SemiboldItalic"),url(../fonts/Graphik-SemiboldItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-SemiboldItalic.woff2) format("woff2"),url(../fonts/Graphik-SemiboldItalic.woff) format("woff"),url(../fonts/Graphik-SemiboldItalic.ttf) format("truetype"),url(../fonts/Graphik-SemiboldItalic.svg#Graphik-SemiboldItalic) format("svg");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: Graphik;
    src: url(..../fonts/Graphik-LightItalic.eot);
    src: local("Graphik Light Italic"),local("Graphik-LightItalic"),url(../fonts/Graphik-LightItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-LightItalic.woff2) format("woff2"),url(../fonts/Graphik-LightItalic.woff) format("woff"),url(../fonts/Graphik-LightItalic.ttf) format("truetype"),url(../fonts/Graphik-LightItalic.svg#Graphik-LightItalic) format("svg");
    font-weight: 300;
    font-style: italic
}

.clearfix:after,.clearfix:before {
    clear: both;
    display: table;
    content: ""
}
