/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
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 {
  padding: .35em .75em .625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  height: 1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  white-space: nowrap!important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(180deg,#fff 50%,#eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(180deg,#eee 50%,#ccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(180deg,#fff 0,#eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(180deg,#eee 50%,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@keyframes a {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes b {
  1% {
    top: 0;
  }

  to {
    top: -15px;
  }
}

@keyframes c {
  0% {
    transform: translate3d(0,10px,0);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes d {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@font-face {
  font-weight: 300;
  font-family: Graphik;
  font-style: normal;
  src: local("Graphik Light"),local("Graphik-Light"),url("/static/fonts/graphik/Graphik-Light-Web.889946043579.woff2") format("woff2"),url("/static/fonts/graphik/Graphik-Light-Web.476d0a42a24f.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 400;
  font-family: Graphik;
  font-style: normal;
  src: local("Graphik Regular"),local("Graphik-Regular"),url("/static/fonts/graphik/Graphik-Regular-Web.f2dd9522c49d.woff2") format("woff2"),url("/static/fonts/graphik/Graphik-Regular-Web.de2471580a5e.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 500;
  font-family: Graphik;
  font-style: normal;
  src: local("Graphik Medium"),local("Graphik-Medium"),url("/static/fonts/graphik/Graphik-Medium-Web.e1864b765fc6.woff2") format("woff2"),url("/static/fonts/graphik/Graphik-Medium-Web.982dd3376c43.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 600;
  font-family: Graphik;
  font-style: normal;
  src: local("Graphik Semibold"),local("Graphik-Semibold"),url("/static/fonts/graphik/Graphik-Semibold-Web.12aeb57da314.woff2") format("woff2"),url("/static/fonts/graphik/Graphik-Semibold-Web.488dfc637474.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-weight: 700;
  font-family: Graphik;
  font-style: normal;
  src: local("Graphik Bold"),local("Graphik-Bold"),url("/static/fonts/graphik/Graphik-Bold-Web.6ae3a662e4ad.woff2") format("woff2"),url("/static/fonts/graphik/Graphik-Bold-Web.73ef2a840f6a.woff") format("woff");
  font-display: swap;
}

h4,
p {
  margin: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Graphik,Arial,sans-serif;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  cursor: pointer;
  color: currentColor;
}

a,
a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: #ff6352;
  text-decoration: underline;
}

a:not([class]):hover {
  color: #000;
}

ol,
ul {
  padding-left: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ol:not([class]),
ul:not([class]) {
  padding-left: 8px;
}

ol:not([class]) li+li,
ul:not([class]) li+li {
  margin-top: 4px;
}

ul:not([class]) {
  list-style-type: disc;
}

ol:not([class]) {
  list-style-type: decimal;
}

[class*=t-body-],
[class*=t-headline-],
[class*=t-subtitle-] {
  font-family: Graphik,Arial,sans-serif;
}

.t-headline-1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.t-headline-2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
}

.t-headline-3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.t-headline-4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.t-headline-5 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.t-subtitle-1 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.t-subtitle-2 {
  font-weight: 700;
}

.t-body-1,
.t-subtitle-2 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.t-body-1 {
  font-weight: 400;
}

.t-body-2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.t-button {
  font-size: .875rem;
  font-weight: 600;
}

.t-button,
.t-caption {
  font-family: Graphik,Arial,sans-serif;
  line-height: 1rem;
}

.t-caption {
  font-size: .75rem;
  font-weight: 400;
}

.t-light {
  font-weight: 300;
}

.t-medium {
  font-weight: 500;
}

.t-semibold {
  font-weight: 600;
}

.t-bold {
  font-weight: 700;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.t-regular {
  font-weight: 400;
}

.ui-link {
  position: relative;
  overflow: hidden;
  color: #000;
}

.ui-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  transition: .18s cubic-bezier(.52,.01,.16,1);
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: currentColor;
}

.ui-link:hover:before {
  transition-timing-function: cubic-bezier(.62,.02,.34,1);
  transition-duration: .24s;
  transform: scaleX(1);
}

.ui-bg--main {
  background-color: #ff6352;
}

.ui-bg--accent {
  background-color: #000;
}

.ui-bg--white {
  background-color: #fff;
}

.ui-bg--black {
  background-color: #000;
}

.ui-bg--violet {
  background-color: #9078d7;
}

.ui-bg--violet-light {
  background-color: #ad97ed;
}

.ui-bg--purple {
  background-color: #ae61c4;
}

.ui-bg--orchid {
  background-color: #dc4c81;
}

.ui-bg--teal {
  background-color: #00b7b4;
}

.ui-bg--teal-light {
  background-color: #a3f5f4;
}

.ui-bg--cyan {
  background-color: #29cdca;
}

.ui-bg--plum {
  background-color: #aea8bb;
}

.ui-bg--plum2 {
  background-color: #e6e3ec;
}

.ui-bg--darkviolet {
  background-color: #241e31;
}

.ui-bg--gray {
  background-color: #f2f0f6;
}

.ui-bg--gray2 {
  background-color: #faf9fb;
}

.ui-bg--darkgray {
  background-color: #d8d8d8;
}

.ui-bg--ecru-opacity {
  background-color: rgba(247,246,250,.95);
}

.ui-bg--white-opacity-05 {
  background-color: hsla(0,0%,100%,.5);
}

.ui-bg--white-opacity-08 {
  background-color: hsla(0,0%,100%,.8);
}

.ui-bg--black-opacity-01 {
  background-color: rgba(0,0,0,.1);
}

.ui-bg--pink {
  background-color: #f372a1;
}

.ui-bg--purple-light {
  background-color: #c5b3fb;
}

.ui-color--main {
  color: #ff6352;
}

.ui-color--accent {
  color: #000;
}

.ui-color--white {
  color: #fff;
}

.ui-color--black {
  color: #000;
}

.ui-color--violet {
  color: #9078d7;
}

.ui-color--violet-light {
  color: #ad97ed;
}

.ui-color--purple {
  color: #ae61c4;
}

.ui-color--orchid {
  color: #dc4c81;
}

.ui-color--teal {
  color: #00b7b4;
}

.ui-color--teal-light {
  color: #a3f5f4;
}

.ui-color--cyan {
  color: #29cdca;
}

.ui-color--plum {
  color: #aea8bb;
}

.ui-color--plum2 {
  color: #e6e3ec;
}

.ui-color--darkviolet {
  color: #241e31;
}

.ui-color--gray {
  color: #f2f0f6;
}

.ui-color--gray2 {
  color: #faf9fb;
}

.ui-color--darkgray {
  color: #d8d8d8;
}

.ui-color--ecru-opacity {
  color: rgba(247,246,250,.95);
}

.ui-color--white-opacity-05 {
  color: hsla(0,0%,100%,.5);
}

.ui-color--white-opacity-08 {
  color: hsla(0,0%,100%,.8);
}

.ui-color--black-opacity-01 {
  color: rgba(0,0,0,.1);
}

.ui-color--pink {
  color: #f372a1;
}

.ui-color--purple-light {
  color: #c5b3fb;
}

.ui-icon {
  display: inline-flex;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}

.ui-ordered-list,
.ui-unordered-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 2em;
}

.ui-ordered-list li,
.ui-unordered-list li {
  margin: 1rem 0;
}

.ui-button {
  height: 1em;
  padding: 1em 2em;
  background: #000;
  color: #fff;
  border-radius: 2px;
}

.ui-form fieldset,
fieldset.ui-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.ui-form input[type=text]::-ms-clear,
input.ui-input[type=text]::-ms-clear {
  display: none;
}

.ui-form select,
select.ui-select {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ui-form select::-ms-expand,
select.ui-select::-ms-expand {
  display: none;
}

.ui-form textarea,
textarea.ui-textarea {
  max-height: 10em;
  padding: 2em;
  resize: vertical;
}

.ui-form input::-moz-placeholder,
.ui-form textarea::-moz-placeholder,
input.ui-input::-moz-placeholder,
input textarea::-moz-placeholder,
textarea.ui-input::-moz-placeholder,
textarea textarea::-moz-placeholder {
  color: currentColor;
}

.ui-form input::placeholder,
.ui-form textarea::placeholder,
input.ui-input::placeholder,
input textarea::placeholder,
textarea.ui-input::placeholder,
textarea textarea::placeholder {
  color: currentColor;
}

.ui-form input,
.ui-form select,
input.ui-input,
input select,
select.ui-input,
select select {
  padding: 0 1em;
  height: 2rem;
}

.ui-form input,
.ui-form select,
.ui-form textarea,
input.ui-input,
input select,
input textarea,
select.ui-input,
select select,
select textarea,
textarea.ui-input,
textarea select,
textarea textarea {
  border-radius: 0;
  box-shadow: none;
}

.ui-form input,
.ui-form input:-webkit-autofill,
.ui-form select,
.ui-form select:-webkit-autofill,
.ui-form textarea,
.ui-form textarea:-webkit-autofill,
input.ui-input,
input.ui-input:-webkit-autofill,
input select,
input select:-webkit-autofill,
input textarea,
input textarea:-webkit-autofill,
select.ui-input,
select.ui-input:-webkit-autofill,
select select,
select select:-webkit-autofill,
select textarea,
select textarea:-webkit-autofill,
textarea.ui-input,
textarea.ui-input:-webkit-autofill,
textarea select,
textarea select:-webkit-autofill,
textarea textarea,
textarea textarea:-webkit-autofill {
  border: 1px solid #ff6352;
}

.ui-form input:-webkit-autofill,
.ui-form select:-webkit-autofill,
.ui-form textarea:-webkit-autofill,
input.ui-input:-webkit-autofill,
input select:-webkit-autofill,
input textarea:-webkit-autofill,
select.ui-input:-webkit-autofill,
select select:-webkit-autofill,
select textarea:-webkit-autofill,
textarea.ui-input:-webkit-autofill,
textarea select:-webkit-autofill,
textarea textarea:-webkit-autofill {
  box-shadow: none;
}

.ui-form input:focus,
.ui-form select:focus,
.ui-form textarea:focus,
input.ui-input:focus,
input select:focus,
input textarea:focus,
select.ui-input:focus,
select select:focus,
select textarea:focus,
textarea.ui-input:focus,
textarea select:focus,
textarea textarea:focus {
  outline: none;
}

.u-bg-violet {
  background-color: #9078d7;
}

.u-bg-darkviolet {
  background-color: #241e31;
}

.o-icon-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.o-icon {
  width: 1em;
  height: 1em;
  transition: inherit;
  fill: currentColor;
}

.o-icon--facebook {
  width: .47em;
  font-size: 17px;
}

.o-icon--twitter {
  width: 1.16em;
  font-size: 12px;
}

.o-icon--instagram {
  font-size: 16px;
}

.o-icon--linkedin,
.o-icon--rss {
  font-size: 12px;
}

.o-icon--long-arrow-up {
  width: .05em;
  font-size: 166px;
}

.o-icon--yougov {
  height: 26px;
  width: 120px;
}

.o-icon--arrow-down {
  width: 2em;
  font-size: 5px;
}

.o-icon--triangle {
  font-size: 14px;
}

.o-icon--search {
  font-size: 20px;
}

.o-icon--right {
  width: 1.1em;
  font-size: 9px;
}

.o-icon--cross {
  font-size: 9px;
}

.o-icon--arrow-left,
.o-icon--arrow-right {
  width: 1.1em;
  font-size: 9px;
}

.o-icon--arrow-left {
  transform: rotate(180deg);
}

.o-icon--arrow-right-bold {
  width: 1.1em;
  font-size: 14px;
}

.o-icon--triangle-large {
  width: .85em;
  font-size: 14px;
}

.o-icon--cross-large {
  width: .95em;
  font-size: 18px;
}

.o-icon--calendar {
  font-size: 20px;
}

.o-icon--arrow-simple {
  width: 1.27em;
  font-size: 11px;
  transform: rotate(90deg);
}

.o-icon--error {
  font-size: 9px;
}

.o-icon--tick {
  width: 1.2em;
  font-size: 10px;
}

.o-icon--popup {
  font-size: 50px;
}

.o-icon--map-pin {
  width: .8em;
}

.o-icon--download {
  width: .83em;
  font-size: 18px;
}

.o-icon--assurance-mark {
  width: 2.2em;
  font-size: 57px;
}

.o-icon--arrow-mid {
  font-size: 19px;
  width: 1.68em;
}

.o-icon--more {
  font-size: 16px;
}

.o-icon--decor-number {
  font-size: 38px;
}

.l-advisor {
  padding-bottom: 40px;
}

.l-callouts__heading {
  padding-bottom: 32px;
}

.l-callouts__list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

body {
  padding-top: 92px;
}

body.is-modal-open {
  position: fixed;
  right: 0;
  left: 0;
}

.l-contact {
  margin-top: 60px;
  margin-bottom: 60px;
}

.l-contact__row--alt {
  padding-top: 24px;
}

.l-cookies {
  position: fixed;
  transition: all .3s ease-in-out;
  transform: translateY(100%);
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(247,246,250,.95);
  z-index: 3;
}

.l-cookies.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.section-markup-wrapper .l-cookies {
  transform: translateY(0);
  opacity: 1;
  position: static;
}

.l-decor-wrapper {
  width: 100%;
  padding-bottom: 160px;
}

.l-decor-wrapper--top {
  padding-bottom: 48px;
}

.l-filters {
  width: 100%;
  margin-top: 32px;
  padding: 16px 0 32px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #99a4b7;
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  transition: .25s ease-in-out;
  overflow: auto;
}

.l-header__wrapper {
  overflow: hidden;
  min-height: 616px;
}

.is-not-sticky-header .l-header {
  transform: translateY(-100%);
}

.is-not-sticky-header.is-menu-opened .l-header,
.is-sticky-header .l-header {
  transform: translateY(0);
}

.l-header__main {
  display: flex;
  flex-grow: 1;
  order: 0;
  width: 100%;
}

.l-heading {
  width: 100%;
  padding: 64px 0 48px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}

.l-label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #ff412c;
  padding-bottom: 32px;
}

.l-locations {
  width: 100%;
}

.l-locations__row {
  width: 100%;
  padding: 40px 0;
}

.l-locations__row:not(:last-child) {
  border-bottom: 1px solid #99a4b7;
}

.l-locations__row--no-padding {
  padding: 0 0 16px;
}

.l-news {
  padding-bottom: 50px;
}

.l-news__action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

* {
  box-sizing: border-box;
}

.l-nav__main,
.l-nav__main .c-nav,
.l-nav__main .l-search,
.l-nav__sub {
  width: 100%;
}

.section-markup-wrapper .l-popup-wrapper {
  display: flex;
  position: relative;
  padding: 8px 0;
}

.l-popup-wrapper {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  right: 0;
  bottom: 0;
  padding: 0 24px;
  width: 100%;
  height: 100vh;
  background-color: hsla(0,0%,100%,.5);
  z-index: 101;
}

.l-popup-wrapper.is-opened {
  display: flex;
}

.l-quick-links,
.l-quick-links__content {
  width: 100%;
}

.l-real-text {
  padding-bottom: 20px;
}

.l-search-results {
  padding-top: 50px;
}

.l-search-results__heading {
  margin-bottom: 64px;
}

.l-search-results__cta {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.l-search__main {
  display: flex;
  width: 100%;
}

.l-spacing {
  margin-top: 64px;
  margin-bottom: 64px;
}

.l-timeline {
  position: relative;
  width: 100%;
}

.l-timeline__col {
  width: 100%;
}

.l-timeline__col--fixed {
  position: absolute;
  padding: 24px 0;
  background-color: #fff;
  z-index: 1;
  border-bottom: 1px solid #99a4b7;
}

.l-timeline__col--fixed.is-sticky {
  position: fixed;
  max-width: calc(100% - 48px);
}

.l-timeline__col--fixed.is-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
}

.l-two-cols {
  width: 100%;
  padding-top: 16px;
}

.l-two-cols--grid {
  display: grid;
  grid-row-gap: 80px;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2,auto);
}

.l-two-cols--grid .l-two-cols__box--socials {
  display: none;
}

.l-two-cols--grid .l-two-cols__box--with-decor-left {
  grid-column: 1/2;
  grid-row: 2/3;
}

.l-two-cols--grid .l-two-cols__box--simple-widget {
  grid-column: 1/2;
  grid-row: 1/2;
}

.l-two-cols--grid-alt .l-two-cols__box--simple-widget-alt {
  grid-column: 1/2;
}

.l-two-cols__col {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.l-two-cols__col--end {
  align-items: flex-end;
}

.l-two-cols__col--center {
  align-items: center;
}

.l-two-cols__row+.l-two-cols__row {
  margin-top: 72px;
}

.l-two-cols__row+.l-two-cols__row--with-decor-left {
  margin-top: 0;
}

.l-two-cols__box--with-decor-left {
  position: relative;
  padding-top: 48px;
}

.l-two-cols__box--with-decor-left:before {
  position: absolute;
  top: 0;
  left: -60px;
  width: 328px;
  height: 328px;
  content: "";
  background-image: url("/static/img/pic-widget-decor-2.067c7e0ba7ba.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.l-two-cols--grid-alt .l-two-cols__box--simple-widget-alt {
  grid-row: 2/3;
}

.l-two-cols--grid-alt .l-two-cols__box--simple-widget {
  grid-row: 1/2;
}

.c-wysiwyg {
  width: 100%;
}

.c-wysiwyg .rich-text>*,
.c-wysiwyg>:not(.rich-text) {
  margin-bottom: 24px;
}

.c-wysiwyg .rich-text>:not(img):empty,
.c-wysiwyg>:not(.rich-text):not(img):empty {
  display: none;
}

.c-wysiwyg h1:not(:first-child),
.c-wysiwyg h2:not(:first-child),
.c-wysiwyg h3:not(:first-child),
.c-wysiwyg h4:not(:first-child),
.c-wysiwyg h5:not(:first-child),
.c-wysiwyg h6:not(:first-child) {
  margin-top: 64px;
}

.c-wysiwyg h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 56px;
}

.c-wysiwyg h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
}

.c-wysiwyg h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.c-wysiwyg h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.c-wysiwyg h5 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.c-wysiwyg h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-weight: 700;
}

.c-wysiwyg p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.c-wysiwyg strong {
  font-weight: 700;
}

.c-wysiwyg ol,
.c-wysiwyg ul {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding-left: 24px;
}

.c-wysiwyg a {
  color: inherit;
  cursor: pointer;
}

.c-wysiwyg figure {
  width: 100%;
  margin: 0;
}

.c-wysiwyg figure:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.c-wysiwyg img {
  display: block;
  max-width: 100%;
  height: auto;
}

.c-wysiwyg img.richtext-image.right {
  width: auto;
  float: right;
}

.c-wysiwyg img.richtext-image.left {
  width: auto;
}

.c-wysiwyg img.richtext-image.full-width {
  width: 100%;
}

.c-wysiwyg figcaption {
  font-family: Graphik,Arial,sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
}

.c-wysiwyg-small {
  width: 100%;
}

.c-wysiwyg-small .rich-text>*,
.c-wysiwyg-small>:not(.rich-text) {
  margin-bottom: 8px;
}

.c-wysiwyg-small .rich-text>:not(img):empty,
.c-wysiwyg-small>:not(.rich-text):not(img):empty {
  display: none;
}

.c-wysiwyg-small h1:not(:first-child),
.c-wysiwyg-small h2:not(:first-child),
.c-wysiwyg-small h3:not(:first-child),
.c-wysiwyg-small h4:not(:first-child),
.c-wysiwyg-small h5:not(:first-child),
.c-wysiwyg-small h6:not(:first-child) {
  margin-top: 8px;
}

.c-wysiwyg-small h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 8px;
}

.c-wysiwyg-small h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.c-wysiwyg-small h3,
.c-wysiwyg-small h4,
.c-wysiwyg-small h5 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.c-wysiwyg-small h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-weight: 700;
}

.c-wysiwyg-small p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.c-wysiwyg-small strong {
  font-weight: 700;
}

.c-wysiwyg-small ol,
.c-wysiwyg-small ul {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding-left: 24px;
}

.c-wysiwyg-small a {
  color: inherit;
  cursor: pointer;
}

.c-wysiwyg-small figure {
  width: 100%;
  margin: 0;
}

.c-wysiwyg-small figure:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.c-wysiwyg-small img {
  display: block;
  max-width: 100%;
  height: auto;
}

.c-wysiwyg-small img.richtext-image.right {
  width: auto;
  float: right;
}

.c-wysiwyg-small img.richtext-image.left {
  width: auto;
}

.c-wysiwyg-small img.richtext-image.full-width {
  width: 100%;
}

.c-wysiwyg-small figcaption {
  font-family: Graphik,Arial,sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
}

.c-underline-link {
  line-height: 1rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 4px 0;
}

.c-underline-link,
.c-underline-link--inline {
  font-family: Graphik,Arial,sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.c-underline-link--inline {
  line-height: 1.5rem;
  display: inline-block;
  padding: 0;
  font-weight: 300;
}

.c-underline-link--inline:before {
  display: none;
}

.c-underline-link--left {
  display: flex;
  align-items: flex-start;
}

.c-underline-link__text-wrapper {
  display: inline-block;
}

.c-underline-link__text {
  display: inline;
  padding: 4px 0;
  transition: background-size .3s ease-in-out;
  background-image: linear-gradient(transparent calc(100% - 2px),#ff6352 2px);
  background-repeat: no-repeat;
  background-size: 0 100%;
}

.c-underline-link:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  transition: transform .3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
  background-color: #ff6352;
}

.c-sub-nav .is-active .c-underline-link:before {
  background-color: #ff6352;
}

.c-underline-link--desktop {
  display: none;
}

.c-underline-link__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-left: 8px;
  transition: all .3s ease-in-out;
}

.c-underline-link--inline .c-underline-link__icon {
  display: inline;
  margin-left: 0;
}

.c-underline-link__icon--no-margin {
  margin-top: 0;
  margin-left: 0;
}

.c-underline-link--revert .c-underline-link__icon {
  margin-right: 8px;
  margin-left: 0;
}

.c-underline-link__icon .o-icon--cross {
  transform: rotate(45deg);
  fill: #ff6352;
}

.c-underline-link--with-rotation:hover .c-underline-link__icon {
  transform: rotate(45deg);
}

.c-accordion__toggler {
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 12px;
  text-align: left;
  transition: transform .3s ease-in-out;
}

.c-accordion__heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  padding-right: 16px;
}

.c-accordion.is-opened .c-accordion__toggler {
  background-color: #e6e8ed;
}

.c-accordion__content-wrapper {
  overflow: hidden;
  transition: transform .3s ease-in-out;
  opacity: .2;
  max-height: 0;
}

.c-accordion.is-opened .c-accordion__content-wrapper {
  opacity: 1;
  max-height: unset;
}

.c-accordion__content {
  padding: 16px 20px 24px;
  transition: transform .3s ease-in-out;
}

.c-accordion .o-icon {
  transition: transform .3s ease-in-out;
  width: 1.25rem;
  height: 1.25rem;
}

.c-accordion.is-opened .o-icon {
  transform: rotate(180deg);
}

.c-accordion-list__item {
  border-top: 1px solid #b3bbc9;
}

.c-accordion-list__item:last-child {
  border-bottom: 1px solid #b3bbc9;
}

.c-advisor {
  display: block;
  height: 100%;
  padding: 20px;
  background-color: #f4f5f6;
}

.c-advisor__heading {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.c-advisor__heading+* {
  padding-top: 20px;
}

.c-advisor__heading-text {
  -webkit-line-clamp: 2;
}

.c-advisor__company,
.c-advisor__heading-text {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: -.1em;
  padding-bottom: .1em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.c-advisor__company {
  -webkit-line-clamp: 1;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 4px;
}

.c-advisor__address+.c-advisor__action {
  padding-top: 32px;
}

.c-advisor__address-field {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: -.1em;
  padding-bottom: .1em;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: normal;
  opacity: .5;
}

.c-advisor__action {
  display: flex;
  color: #006bdb;
  font-size: 1rem;
  text-decoration: none;
}

.c-advisor__link-text {
  position: relative;
}

.c-advisor__arrow-icon {
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin: 1px 0 0 8px;
  flex: 0 0 auto;
}

a.c-advisor:hover {
  background-color: #006bdb;
}

a.c-advisor:hover .c-advisor__action,
a.c-advisor:hover .c-advisor__address-field,
a.c-advisor:hover .c-advisor__company,
a.c-advisor:hover .c-advisor__heading {
  color: #fff;
}

a.c-advisor:hover .c-advisor__link-text {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.c-advisor-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-back-to-top {
  display: none;
}

.c-back-to-top__text {
  font-family: Graphik,Arial,sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1rem;
  margin-top: 16px;
}

.c-back-to-top__icon {
  position: relative;
  display: flex;
  justify-content: center;
  height: 166px;
}

.c-back-to-top:hover .o-icon {
  position: absolute;
  top: 0;
  animation-name: b;
  animation-duration: .9s;
  animation-fill-mode: forwards;
}

.c-back-to-top:hover .c-underline-link:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.c-back-link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: inline-flex;
}

.c-back-link__icon {
  margin-right: 8px;
  transform: rotate(180deg);
}

.c-icon-btn {
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
  border: none;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 400;
  text-align: left;
  color: #fff;
}

.c-icon-btn:active,
.c-icon-btn:focus {
  outline: none;
}

.c-icon-btn__icon {
  margin-right: 16px;
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  color: #fff;
  border: 0;
  background-color: #9078d7;
  font-family: Graphik,Arial,sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1rem;
}

.c-btn:focus {
  outline: 0;
}

.c-btn--fluid {
  width: 100%;
}

.c-btn__icon {
  margin-left: 10px;
}

.c-clear-btn {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  transition: .25s ease-in-out;
  text-align: left;
  border: 0;
  background-color: transparent;
}

.c-clear-btn:hover {
  opacity: .8;
}

.c-clear-btn:active,
.c-clear-btn:focus {
  outline: none;
}

.c-clear-btn__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-left: 8px;
}

.c-image-people-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.c-controls {
  display: flex;
  align-items: center;
  padding: 0 24px 24px;
  width: 100%;
}

.c-controls__button {
  text-align: center;
  font-size: .8125rem;
  color: #fff;
  width: 18px;
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.c-controls__progress {
  display: flex;
  width: 100%;
}

input[type=range] {
  -webkit-appearance: none;
  background: transparent;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background-color: hsla(0,0%,100%,.8);
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 4px;
  margin-top: -7.5px;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: hsla(0,0%,100%,.8);
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 4px;
  margin-top: -7.5px;
  background-color: #fff;
  cursor: pointer;
}

.c-cookies {
  padding: 26px 0 16px;
}

.c-cookies__text {
  max-width: 275px;
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.c-cookies__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-cookies .c-underline-link {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.c-cookies .c-underline-link+.c-underline-link {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.c-counter-box {
  display: grid;
  grid-template-rows: repeat(2,auto);
  grid-auto-flow: column;
}

.c-counter-box__number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #06a6ee;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-counter-box__desc {
  margin-top: 8px;
  font-size: .875rem;
}

.c-custom-dropdown {
  position: relative;
}

.c-custom-dropdown__trigger {
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #006bdb;
}

.c-custom-dropdown__trigger .c-custom-dropdown__icon {
  height: 1.625rem;
}

.c-custom-dropdown__trigger .c-custom-dropdown__text {
  text-decoration: underline;
}

.c-custom-dropdown__content {
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  left: 0;
  width: 270px;
  overflow: hidden;
  max-height: 0;
  transition: max-height .25s ease-in-out;
}

.c-custom-dropdown.is-opened .c-custom-dropdown__content {
  max-height: 200px;
}

.c-custom-dropdown__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f4f5f6;
}

.c-custom-dropdown__list-item {
  display: flex;
  align-items: center;
  width: 100%;
}

.c-custom-dropdown__list-item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.c-custom-dropdown__link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
  width: 100%;
  padding: 16px;
  cursor: pointer;
  color: #000;
}

.c-data-box {
  display: flex;
  width: 100%;
  margin: 0 0 12px;
}

.c-data-box__desc,
.c-data-box__title {
  width: 50%;
}

.c-data-box__title {
  font-weight: 700;
  margin-right: 8px;
}

.c-data-box__desc {
  margin: 0;
}

.c-downloads-table {
  display: flex;
  flex-direction: column;
}

.c-downloads-table .c-downloads-table__heading {
  display: none;
}

.c-downloads {
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid #b3bbc9;
}

.c-downloads,
.c-downloads__post-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-downloads__post-wrapper .c-downloads__date {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.c-downloads__post-wrapper .c-downloads__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.c-downloads__info-wrapper {
  display: flex;
  flex-direction: column;
  color: #006bdb;
}

.c-downloads__info-wrapper .c-downloads__link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
  gap: 8px;
}

.c-downloads__info-wrapper .c-downloads__link .c-downloads__icon {
  height: 1.625rem;
}

.c-downloads__info-wrapper .c-downloads__link .c-downloads__text {
  text-decoration: underline;
}

.c-event-box {
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid #b3bbc9;
}

.c-event-box,
.c-event-box__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-event-box__head .c-event-box__date,
.c-event-box__head .c-event-box__title {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.c-event-box__head .c-event-box__title {
  font-weight: 700;
}

.c-event-box__dropdown {
  display: flex;
  align-items: center;
}

.c-event__heading {
  display: none;
}

.f-field {
  position: relative;
  width: 100%;
}

.f-field:not(:first-child) {
  margin-top: 24px;
}

.f-field__control {
  width: 100%;
  padding: 10px 16px 12px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  border: 0;
  border-radius: 0;
  background-color: #f4f5f6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.f-field__control:focus {
  outline: 0;
}

.f-field__control::-ms-clear {
  display: none;
}

.f-field__control::-moz-placeholder {
  font-weight: 700;
  color: #000;
}

.f-field__control::placeholder {
  font-weight: 700;
  color: #000;
}

.f-field__control:-moz-placeholder,
.f-field__control::-moz-placeholder {
  opacity: 1;
}

.f-field__validation-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.f-field__validation-icon .o-icon {
  display: none;
}

.f-field--textarea .f-field__control {
  height: 144px;
}

.f-form__action {
  width: 100%;
  margin-top: 24px;
}

.f-field--select {
  display: flex;
  flex-direction: column-reverse;
  background-color: #f4f5f6;
}

.f-field--select .o-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 50px;
  padding-right: 16px;
  color: #000;
}

.f-field--select .o-icon-wrapper .o-icon {
  transition: all .3s ease-in-out;
}

.f-field--select .select2-container--open+.o-icon-wrapper .o-icon {
  transform: rotate(180deg);
}

.f-field--select .select2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  width: 100%;
  font-weight: 700;
  background-color: transparent;
}

.f-field--select .select2-container {
  z-index: 2;
  display: flex;
  width: 100%;
}

.f-field--select .select2-container--open {
  z-index: 3;
}

.f-field--select .select2-dropdown {
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.f-field--select .select2-results__option {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 10px 16px 12px;
  background-color: #f4f5f6;
}

.f-field--select .select2-selection,
.f-field--select .select2-selection__placeholder:focus,
.f-field--select .select2-selection__rendered:focus,
.f-field--select .select2-selection__selection:focus,
.f-field--select .selection:focus {
  outline: 0;
}

.f-field--select .select2-selection,
.f-field--select .selection {
  display: flex;
  width: 100%;
}

.f-field--select .select2-selection--single {
  height: auto;
  padding: 8px 16px 12px;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.f-field--select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.f-field--select .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000;
}

.f-field--select .select2-container--default .select2-results>.select2-results__options {
  max-height: 240px;
}

.f-field--select .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f4f5f6;
}

.f-field--select .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: inherit;
  background-color: #f4f5f6;
}

.f-field--select .select2-selection__arrow,
.f-field--select .select2-selection__clear,
.section-markup-wrapper .f-field--select .select2-search.select2-search--dropdown {
  display: none;
}

.f-field--select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}

.f-field--select .select2-container--disabled {
  opacity: .8;
}

.f-field--select .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder,
.f-field--select .select2-container--disabled+.o-icon-wrapper {
  color: #aea8bb;
}

.f-field--select .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: transparent;
}

.f-field--select .select2-container--default .select2-results__option[aria-selected=true] {
  font-weight: 700;
}

.f-form--filters {
  width: 100%;
  margin: 0;
}

.f-form--filters .f-field:not(:first-child) {
  margin-top: 0;
}

.f-form__col {
  display: flex;
  width: 100%;
}

.f-form__col:not(:last-child) {
  margin-bottom: 16px;
}

.f-form__col--big {
  flex-direction: column;
}

.f-form__col--big .f-field:not(:last-child) {
  margin-bottom: 16px;
}

.f-form__title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  width: 100%;
}

.c-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-footer-list--alt {
  -moz-column-count: 2;
  column-count: 2;
}

.c-footer-list__item {
  color: #fff;
}

.c-footer-list__item .c-underline-link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.c-footer-list__item span {
  position: relative;
}

.c-footer-list__item span:hover:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 0;
  bottom: -2px;
  height: 1px;
  background-color: #ff6352;
  animation-name: a;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

.c-footer__back {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 64px;
}

.c-footer__back:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #99a4b7;
  z-index: -1;
}

.c-footer__back .c-footer__back-link {
  display: none;
}

.c-footer__columns {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #99a4b7;
}

.c-footer__columns .c-footer__company,
.c-footer__columns .c-footer__global-sites {
  flex: 1;
}

.c-footer__columns .c-footer__company .c-footer__header,
.c-footer__columns .c-footer__global-sites .c-footer__header {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.c-footer__columns .c-footer__company .c-footer__list-item,
.c-footer__columns .c-footer__global-sites .c-footer__list-item {
  font-size: 1rem;
  line-height: 1.25rem;
  padding-bottom: 16px;
}

.c-footer__columns .c-footer__company .c-footer__list-item:last-child,
.c-footer__columns .c-footer__global-sites .c-footer__list-item:last-child {
  padding-bottom: 0;
}

.c-footer__columns .c-footer__company .c-footer__list-item {
  font-weight: 500;
}

.c-footer__columns .c-footer__social {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000;
}

.c-footer__columns .c-footer__social .c-footer__link .o-icon-wrapper {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  background-color: #eeeff2;
  border-radius: 50%;
}

.c-footer__columns .c-footer__social .c-footer__link .o-icon-wrapper .o-icon {
  width: 16px;
  height: 16px;
}

.c-footer__columns .c-footer__social .c-footer__image {
  width: 200px;
  height: 100px;
  margin-top: 32px;
  filter: invert(1);
}

.c-footer__copyright {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
}

.f-form {
  width: 100%;
}

.f-form--validation .parsley-errors-list.filled {
  font-family: Graphik,Arial,sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
  margin-top: 8px;
  color: #ff6352;
  max-width: 249px;
}

.f-form--validation .parsley-error+.o-icon-wrapper .o-icon--error,
.f-form--validation .parsley-success+.o-icon-wrapper .o-icon--tick {
  display: block;
}

.section-markup-wrapper .c-form-info--success {
  display: flex;
}

.c-form-info {
  display: none;
  flex-direction: column;
  align-items: center;
}

.c-form-info.is-visible {
  display: flex;
}

.c-form-info__icon {
  margin-bottom: 24px;
}

.c-form-info__heading {
  margin-bottom: 12px;
}

.c-form-info__desc {
  margin-bottom: 20px;
  text-align: center;
}

.c-hamburger {
  position: relative;
  z-index: 60;
  display: block;
  width: 23px;
  height: 18px;
  padding: 0;
  transition: transform .6s cubic-bezier(.165,.84,.44,1);
  pointer-events: all;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.c-hamburger:active,
.c-hamburger:focus {
  outline: none;
}

.c-hamburger__line {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: auto;
  height: 3px;
  margin-top: -1px;
  transition: transform .6s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .6s cubic-bezier(.165,.84,.44,1);
  background-color: #000;
  transform: translateY(-50%);
}

.c-hamburger__line:nth-child(2) {
  transform: translateY(-8.5px);
}

.c-hamburger__line:nth-child(3) {
  transform-origin: 100% 50%;
}

.c-hamburger__line:nth-child(4) {
  transform: translateY(5.5px);
}

.c-hamburger__line--hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.is-menu-opened .c-hamburger {
  transform: rotate(-180deg);
}

.is-menu-opened .c-hamburger__line {
  background-color: #000;
}

.is-menu-opened .c-hamburger__line:nth-child(2) {
  transform: rotate(45deg);
}

.is-menu-opened .c-hamburger__line:nth-child(3) {
  transform: scaleX(1);
  opacity: 0;
}

.is-menu-opened .c-hamburger__line:nth-child(4) {
  transform: rotate(-45deg);
}

.c-header {
  width: 100%;
}

.c-header__action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 92px;
  padding: 32px 0;
}

.c-header__main {
  width: 100%;
}

.c-header__controls {
  display: flex;
  align-items: center;
  width: 200%;
}

.c-header__search {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  transition: all .3s ease-in-out;
  opacity: 1;
}

.is-sub-nav-opened .c-header__search {
  transition: all .3s ease-in-out .1s;
  opacity: 0;
}

.c-header__nav-wrapper {
  width: 50%;
  transition: all .3s ease-in-out;
}

.c-heading {
  width: 100%;
}

.c-heading--alt {
  display: flex;
}

.c-heading--alt .c-heading__date,
.c-heading--alt .c-heading__news {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.c-heading__title {
  font-weight: 400;
  color: #ff6352;
}

.c-heading--small .c-heading__title {
  color: #000;
}

.c-heading__subtitle {
  margin-top: 24px;
  color: #000;
}

.c-icon-block__list-item {
  border-bottom: 1px solid #e6e8ed;
}

.c-icon-block__icon {
  width: 24px;
  height: 24px;
}

.c-icon-block__icon+.c-icon-block__link-text,
.c-icon-block__icon+.c-icon-block__title {
  padding-top: 8px;
}

.c-icon-block__title {
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 8px;
}

.c-icon-block__card,
.c-icon-block__link {
  display: block;
  padding: 20px 0 24px;
}

.c-icon-block__link {
  height: 100%;
}

.c-icon-block__link-text {
  color: #006bdb;
  font-size: 1rem;
}

.c-icon-with-decor {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
}

.c-icon-with-decor--light {
  background-color: #f2f0f6;
  color: #aea8bb;
}

.c-social-media__list .c-icon-with-decor--light .o-icon {
  fill: currentColor;
}

.c-iframe {
  display: block;
  width: 100%;
  border: none;
}

.c-iframe--pad {
  padding: 22px 24px;
}

.c-info h4:not([class])+h5:not([class]),
.c-info h4:not([class])+h6:not([class]) {
  margin-top: 8px;
}

.c-info h5:not([class])+h4:not([class]) {
  margin-top: 46px;
}

.c-info h5:not([class])+h5:not([class]) {
  margin-top: 24px;
}

.c-info h5:not([class])+p:not([class]) {
  margin-top: 8px;
}

.c-info h6:not([class])+p:not([class]) {
  margin-top: 0;
}

.c-info p:not([class])+h4:not([class]) {
  margin-top: 46px;
}

.c-info p:not([class])+h5:not([class]) {
  margin-top: 24px;
}

.c-info p:not([class])+h6:not([class]) {
  margin-top: 54px;
}

.c-info p a:not(:first-of-type) {
  margin-top: 8px;
}

.c-info a {
  position: relative;
  display: inline-flex;
}

.c-info h5 a {
  font: inherit;
  transition: all .3s ease-in-out;
  text-decoration: underline;
  word-break: break-all;
  color: #ff6352;
}

.c-info-teaser__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  background-color: red;
  background-image: radial-gradient(at 34% 29%,#fc6745 0,transparent 50%),radial-gradient(at 55% 51%,#ff2424 0,transparent 50%),radial-gradient(at 59% 69%,#e93571 0,transparent 50%),radial-gradient(at 74% 52%,#ed651d 0,transparent 50%),radial-gradient(at 100% 59%,#ed1d8f 0,transparent 50%),radial-gradient(at 100% 1%,#f854c9 0,transparent 50%),radial-gradient(at 82% 37%,#ff70c8 0,transparent 50%),radial-gradient(at 100% 100%,#339ef0 0,transparent 50%),radial-gradient(at 0 1%,#da33ff 0,transparent 50%);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% 200%;
  background-position: 100% 0;
}

.c-info-teaser__link {
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  color: #006bdb;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.c-info-teaser__icon {
  width: 1rem;
  margin-left: 8px;
}

.c-info-window {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}

.c-info-window__col {
  position: relative;
  width: 100%;
}

.c-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.c-list--column-wrap {
  display: flex;
  flex-direction: column;
}

.c-list--column-wrap .c-list__item:not(:last-child) {
  margin-bottom: 16px;
}

.c-list__item {
  display: block;
}

.c-newsfeed .c-list .c-list__item:not(:last-child) {
  margin-bottom: 32px;
}

.c-list--big-spacing .c-list__item {
  border-bottom: 0;
}

.c-list--big-spacing .c-list__item:not(:last-child) {
  margin-bottom: 56px;
}

.c-list--load-more .c-list__item:nth-child(n+11) {
  display: none;
}

.c-list--load-more .c-list__item.is-visible {
  display: block;
  animation: c .3s linear;
  background-color: #fff;
}

.c-list--big-spacing .c-list__item:nth-child(n+11) {
  display: block;
}

.c-list__decor {
  border-bottom: 1px solid #d8d8d8;
}

.c-list__item:first-child .c-list__decor {
  border-top: 1px solid #d8d8d8;
}

.c-list--odd .c-list__item:nth-child(odd) {
  background-color: #faf9fb;
}

.c-list--odd .c-list__item:first-child {
  border-top: 1px solid #d8d8d8;
}

.c-list--horizontal-wrap {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  margin-top: -24px;
  margin-right: -16px;
  margin-left: -16px;
}

.c-list--horizontal-centered {
  justify-content: center;
}

.c-list--3-col-width.c-list--horizontal-wrap,
.c-list--half-width.c-list--horizontal-wrap {
  margin-bottom: -24px;
}

.c-list--horizontal-wrap .c-list__item {
  width: calc(100% - 32px);
  margin: 24px 16px;
}

.c-list--horizontal-single .c-list__item {
  margin: 24px 0;
}

.c-loader {
  position: relative;
  display: none;
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
}

.is-loading .c-loader {
  display: inline-block;
}

.c-loader__item {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 51px;
  height: 51px;
  margin: 6px;
  animation: d 1.2s cubic-bezier(.5,0,.5,1) infinite;
  border: 6px solid #ff6352;
  border-color: #ff6352 transparent transparent;
  border-radius: 50%;
}

.c-loader__item:first-child {
  animation-delay: -.45s;
}

.c-loader__item:nth-child(2) {
  animation-delay: -.3s;
}

.c-loader__item:nth-child(3) {
  animation-delay: -.15s;
}

.c-logo {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease-in-out;
  color: #ff412c;
}

.c-logos-bar {
  width: 100%;
  padding: 24px 0;
}

.c-logos-bar .c-list--horizontal,
.c-logos-bar .c-list__item {
  display: flex;
  align-items: center;
}

.c-logos-bar .c-list__item {
  justify-content: center;
  width: 100%;
  max-width: 160px;
  height: auto;
  max-height: 110px;
}

.c-logos-bar .c-list__item+.c-list__item {
  margin-left: 24px;
}

.c-logos-bar__link,
.c-logos-bar__media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-logos-bar__media {
  height: 100%;
  margin: 0;
}

.c-logos-bar__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.c-map {
  position: relative;
  width: 100%;
}

.c-map__main {
  width: 100%;
  padding-top: 62.6%;
}

.c-map__legend {
  width: 100%;
  margin-top: 8px;
}

.c-map__popup {
  display: none;
}

.c-map__popup.is-opened {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: auto;
  max-height: 100vh;
  padding: 0 24px;
  background-color: #fff;
}

.c-map__popup__close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #fff;
  border: 0;
  background-color: transparent;
}

.c-map__popup__close:active,
.c-map__popup__close:focus {
  outline: none;
}

.c-map__popup__close .o-icon {
  font-size: 18px;
}

.gm-style .gm-style-iw-c {
  padding: 0!important;
}

.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-d {
  overflow: visible!important;
  max-width: 100%!important;
  max-height: auto!important;
}

.gm-ui-hover-effect {
  top: 0!important;
  right: 0!important;
}

.gm-control-active.gm-fullscreen-control,
.gm-style .gm-style-iw-t:after,
.gmnoprint .gm-style-mtc,
.gmnoprint .gm-svpc {
  display: none;
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint {
  top: 0!important;
}

.c-marker-box {
  display: flex;
  align-items: center;
  padding: 16px 0;
}

.c-marker-box__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.c-marker-box__icon .o-icon {
  font-size: 24px;
  fill: #9078d7;
}

.c-marker-box__small-marker {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #ff6352;
}

.c-modal {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all .3s ease-in-out;
  transform: translateY(-100%);
  opacity: 0;
}

.c-modal--search {
  display: none;
}

.c-modal.is-opened {
  transform: translateY(0);
  opacity: 1;
}

.c-modal__content {
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
}

.c-modal__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  height: 100px;
  margin: 0 auto;
}

.c-modal__close .o-icon--cross {
  font-size: 18px;
  transition: all .3s ease-in-out;
}

.c-modal__close .o-icon--cross:hover {
  opacity: .8;
}

.c-modal__body {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 120px 0;
}

.c-nav {
  width: 100%;
}

.c-nav__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-nav__item {
  display: flex;
  align-items: center;
}

.is-menu-opened .c-nav__item {
  opacity: 1;
  animation-fill-mode: both;
}

.c-nav__main-button,
.c-nav__secondary-button {
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
  border: none;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.c-nav__name {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-weight: 500;
}

.c-news-card {
  width: 100%;
  cursor: pointer;
}

.c-news-card__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding-top: 57%;
  transition: all .3s ease-in-out;
}

.c-news-card__img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}

.c-news-card__date {
  font-family: Graphik,Arial,sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
  display: block;
  margin-top: 8px;
}

.c-news-card__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 8px;
  font-weight: 700;
  color: #ff6352;
}

.c-news-card__info {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.c-newsfeed {
  width: 100%;
  color: #000;
}

.c-newsfeed__btn-wrapper {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  color: #006bdb;
  margin-top: 20px;
}

.c-newsfeed__link {
  display: inline-flex;
  align-items: center;
}

.c-newsfeed__link .o-icon-wrapper {
  padding-left: 12px;
}

.c-newsfeed__link .o-icon-wrapper .o-icon--arrow-right {
  font-size: 1.5rem;
}

.c-number__heading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 40px;
}

.c-number__list {
  list-style: none;
}

.c-number-box {
  margin-bottom: 32px;
}

.c-number-box__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 8px;
}

.c-number-box__subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.c-number-box__decor {
  background-color: red;
  background-image: radial-gradient(at 34% 29%,#fc6745 0,transparent 50%),radial-gradient(at 55% 51%,#ff2424 0,transparent 50%),radial-gradient(at 59% 69%,#e93571 0,transparent 50%),radial-gradient(at 74% 52%,#ed651d 0,transparent 50%),radial-gradient(at 100% 59%,#ed1d8f 0,transparent 50%),radial-gradient(at 100% 1%,#f854c9 0,transparent 50%),radial-gradient(at 82% 37%,#ff70c8 0,transparent 50%),radial-gradient(at 100% 100%,#339ef0 0,transparent 50%),radial-gradient(at 0 1%,#da33ff 0,transparent 50%);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% 200%;
  background-position: 100% 0;
  margin-bottom: 20px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 5rem;
}

.c-number-box__link {
  display: inline-flex;
  margin-top: 8px;
  align-items: center;
  color: #006bdb;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.c-number-box__icon {
  width: 1rem;
  margin-left: 8px;
}

.c-oddity {
  width: 100%;
  padding: 24px;
  color: #fff;
  background-color: #ff6352;
}

.c-oddity--headquarter {
  background-color: #9078d7;
}

.c-oddity__label {
  margin-bottom: 4px;
}

.c-office-info {
  width: 100%;
  color: #000;
}

.c-office-info:not(:last-child) {
  margin-bottom: 24px;
}

.c-info-window .c-office-info {
  flex-grow: 1;
  padding: 24px;
  background-color: #fff;
}

.c-office-info__location,
.c-office-info__type {
  margin-bottom: 8px;
}

.c-office-info__address {
  font-style: normal;
}

.c-office-info__address strong {
  display: inline-block;
  margin-bottom: 8px;
}

.c-office-info__address+.c-office-info__contact {
  margin-top: 8px;
}

.c-office-info__contact:not(:last-child) {
  margin-bottom: 8px;
}

.c-office-info__contact-link {
  color: #006bdb;
}

.c-offices {
  width: 100%;
}

.c-offices__page-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  background-color: red;
  background-image: radial-gradient(at 34% 29%,#fc6745 0,transparent 50%),radial-gradient(at 55% 51%,#ff2424 0,transparent 50%),radial-gradient(at 59% 69%,#e93571 0,transparent 50%),radial-gradient(at 74% 52%,#ed651d 0,transparent 50%),radial-gradient(at 100% 59%,#ed1d8f 0,transparent 50%),radial-gradient(at 100% 1%,#f854c9 0,transparent 50%),radial-gradient(at 82% 37%,#ff70c8 0,transparent 50%),radial-gradient(at 100% 100%,#339ef0 0,transparent 50%),radial-gradient(at 0 1%,#da33ff 0,transparent 50%);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% 200%;
  background-position: 100% 0;
  margin-bottom: 38px;
}

.c-offices__heading {
  width: 100%;
  color: #000;
}

.c-offices__body {
  width: 100%;
}

.c-offices__additional,
.c-offices__headquarters {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  width: 100%;
}

.c-offices__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.c-offices__headquarters {
  margin-bottom: 40px;
}

.c-offices__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  margin-bottom: 8px;
}

.c-offices__subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 8px;
}

.c-play {
  display: flex;
}

.c-play__button {
  -webkit-clip-path: polygon(0 0,0 100%,calc(50% - 6px + 2px) 100%,calc(50% - 6px + 2px) calc(50% - 8px),calc(50% + 6px + 2px) 50%,calc(50% - 6px + 2px) calc(50% + 8px),calc(50% - 6px + 2px) 100%,100% 100%,100% 0);
  clip-path: polygon(0 0,0 100%,calc(50% - 6px + 2px) 100%,calc(50% - 6px + 2px) calc(50% - 8px),calc(50% + 6px + 2px) 50%,calc(50% - 6px + 2px) calc(50% + 8px),calc(50% - 6px + 2px) 100%,100% 100%,100% 0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
}

.c-play__text {
  display: none;
}

.c-play__link {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.c-play__link-icon {
  width: 1rem;
  margin-left: 8px;
}

.c-person-card {
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
}

.c-person-card :hover {
  cursor: pointer;
}

.c-person-card__media {
  position: relative;
  display: flex;
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
}

.c-person-card__image {
  width: 100%;
  height: 176px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.c-person-card__title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-weight: 700;
}

.c-person-card__subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #ff6756;
}

.c-person-card__details {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: all .35s ease-in-out;
  opacity: .2;
}

.c-person-card__details :first-child {
  padding-top: 20px;
}

.c-person-card__action {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.c-person-card__read-more-btn {
  position: relative;
  width: 52px;
  height: 52px;
  background-color: transparent;
}

.c-person-card:hover .c-person-card__read-more-btn {
  background-color: #006bdb;
}

.c-person-card__cross-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,50%);
  background-color: #006bdb;
  width: 24px;
  height: 2px;
}

.c-person-card:hover .c-person-card__cross-line {
  background-color: #fff;
}

.c-person-card__second-cross-line {
  transform: translate(-50%,50%) rotate(-90deg);
  transition: transform .35s ease-in-out;
}

.c-person-card__biography,
.c-person-card__committees,
.c-person-card__date,
.c-person-card__label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.c-person-card__committees,
.c-person-card__date {
  font-weight: 700;
}

.c-person-card__date {
  padding-bottom: 20px;
}

.c-person-card__committees-label {
  padding-top: 20px;
}

.c-person-card.is-opened .c-person-card__details {
  max-height: 1000px;
  opacity: 1;
}

.c-person-card.is-opened .c-person-card__second-cross-line {
  transform: translate(-50%,50%) rotate(0);
}

.c-policy-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-policy-list__item {
  position: relative;
}

.c-policy-list__item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
}

.c-policy-list__item .c-underline-link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.c-policy-list__item:not(:last-child):after {
  position: absolute;
  top: 9px;
  right: 0;
  display: block;
  width: 1px;
  height: 50%;
  content: "";
  background-color: #fff;
}

.c-policy-list+.c-social-media--alt {
  margin-top: 32px;
}

.c-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px 32px 80px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.c-popup__close {
  align-self: flex-end;
  margin-bottom: 60px;
  cursor: pointer;
}

.c-popup__cta .c-underline__link {
  color: #000;
}

.c-quick-link__title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: currentColor;
}

.c-quick-link__desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #000;
  padding-top: 4px;
}

.c-quick-link__action {
  padding-top: 16px;
}

.c-quick-link__action-link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #006bdb;
}

.c-quote__author,
.c-quote__position {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.c-quote__author {
  font-weight: 700;
}

.c-quote__position {
  font-weight: 400;
}

.c-quote__quotation {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
  background-color: red;
  background-image: radial-gradient(at 34% 29%,#fc6745 0,transparent 50%),radial-gradient(at 55% 51%,#ff2424 0,transparent 50%),radial-gradient(at 59% 69%,#e93571 0,transparent 50%),radial-gradient(at 74% 52%,#ed651d 0,transparent 50%),radial-gradient(at 100% 59%,#ed1d8f 0,transparent 50%),radial-gradient(at 100% 1%,#f854c9 0,transparent 50%),radial-gradient(at 82% 37%,#ff70c8 0,transparent 50%),radial-gradient(at 100% 100%,#339ef0 0,transparent 50%),radial-gradient(at 0 1%,#da33ff 0,transparent 50%);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% 200%;
  background-position: 100% 0;
}

.c-quote__link,
.c-quote__quotation:not(:first-child) {
  margin-top: 32px;
}

.c-quote__link {
  display: inline-flex;
  align-items: center;
  color: #006bdb;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.c-quote__icon {
  width: 1rem;
  margin-left: 8px;
}

.c-read-more-btn {
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
  border: none;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 4px 0;
}

.c-read-more-btn:active,
.c-read-more-btn:focus {
  outline: none;
}

.c-read-more-btn:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.c-read-more-btn__span:first-child {
  display: block;
}

.c-person-card.is-opened .c-read-more-btn__span:first-child,
.c-read-more-btn__span:nth-child(2) {
  display: none;
}

.c-person-card.is-opened .c-read-more-btn__span:nth-child(2) {
  display: block;
}

.c-person-card.is-opened .c-underline-link__icon {
  transform: rotate(45deg);
}

.c-redirect-cta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 32px 0;
}

.c-redirect-cta .o-icon {
  fill: #ff412c;
  margin-left: 16px;
}

.c-results-heading {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
}

.c-results-heading__accent {
  color: #ff412c;
}

.c-progress {
  display: flex;
  position: relative;
  height: 8px;
  width: 100%;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
  margin: 0 24px 0 13px;
  border-radius: 10px;
  background: hsla(0,0%,100%,.5);
  cursor: ew-resize;
}

.c-progress__filled {
  width: 0;
  border-radius: 10px;
  background-color: #ff6352;
}

.c-progress__info {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 28px;
  left: 0;
  height: 0;
  width: 100%;
  color: #fff;
}

.section-markup-wrapper .c-progress__filled {
  width: 50%;
}

.f-search-form {
  width: 100%;
  margin: 0;
}

.f-search-form .f-field {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.f-search-form .f-field__control {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  width: 100%;
  height: 48px;
  padding: 0;
  padding-right: 48px;
  color: #ff412c;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #99a4b7;
  border-radius: 0;
  background-color: transparent;
}

.f-search-form .f-field__control:active,
.f-search-form .f-field__control:focus {
  outline: none;
}

.f-search-form .f-field__control::-moz-placeholder {
  color: #000;
  font-weight: 400;
}

.f-search-form .f-field__control::placeholder {
  color: #000;
  font-weight: 400;
}

.f-search-form .f-field__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #000;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.f-search-form .f-field__btn--hidden,
.is-search-opened .f-search-form .f-field__btn {
  display: none;
}

.is-search-opened .f-search-form .f-field__btn--hidden {
  display: flex;
}

.c-search-toggler {
  display: none;
}

.c-slider {
  position: relative;
  display: flex;
  height: 3px;
  width: 70px;
}

.c-slider__info {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 12px;
  left: 0;
  bottom: 26px;
  height: 0;
  width: 100%;
  color: #fff;
}

.c-slider__bar {
  margin: 0;
  padding: 0;
  width: 70px;
  height: 3px;
}

.c-slider__bar::-ms-fill-lower {
  background-color: #fff;
}

.c-slider__bar::-ms-fill-upper {
  background-color: #000;
  opacity: .5;
}

.c-slider__bar::-ms-thumb {
  height: 3px;
  background-color: #fff;
}

.c-slider__bar::-ms-track {
  border: none;
}

.c-social-media {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-social-media--horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-social-media--start {
  justify-content: flex-start;
}

.c-social-media--alt {
  display: flex;
  list-style: none;
}

.c-social-media--alt .c-social-media__list {
  margin: 0 8px 0 0;
}

.c-social-media__list {
  position: relative;
  margin: 0 8px;
  transition: all .3s linear .1s;
}

.c-social-media__list:hover {
  opacity: .5;
}

.c-social-media__list .o-icon {
  fill: #ff6352;
}

.c-sub-nav-box {
  display: none;
  width: 100%;
}

.c-sub-nav-box.is-opened {
  display: flex;
}

.c-sub-nav-box__list {
  width: 100%;
}

.c-sub-nav-box__back,
.c-sub-nav-box__link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  line-height: 1;
}

.c-sub-nav-box__icon {
  visibility: hidden;
}

.c-sub-nav {
  display: flex;
}

.c-sub-nav-list {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-sub-nav-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.c-sub-nav-list__back.c-underline-link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.c-table {
  width: 100%;
}

.c-table__head {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  display: none;
  width: 100%;
}

.c-table__body {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  font-weight: 400;
}

.c-table__row {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3bbc9;
}

.c-table__row:not(:first-child) {
  padding-top: 20px;
}

.c-table__col {
  display: flex;
}

.c-timeline-box__heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 16px;
}

.c-timeline-box__content img {
  margin-top: 16px;
  margin-bottom: 0;
}

.c-timeline-list {
  padding-top: 152px;
}

.c-timeline-list__item {
  position: relative;
}

.c-timeline-list__item:not(:first-of-type) {
  margin-top: 64px;
}

.c-video-teaser__heading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #fff;
}

.c-video-teaser__text {
  color: #fff;
}

.c-video {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

.c-video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}

.c-video__player.is-visible {
  opacity: 1;
  z-index: 1;
}

.c-video__controls {
  bottom: 0;
  width: 100%;
  transform: translateY(200%);
}

.c-video__close,
.c-video__controls {
  position: absolute;
  transition: all .3s;
  opacity: 0;
  z-index: -1;
}

.c-video__close {
  top: 24px;
  right: 27px;
  color: #fff;
  transform: translateY(-250%);
  cursor: pointer;
}

.c-video:hover .c-video__close,
.c-video:hover .c-video__controls {
  transform: translateY(0);
}

.c-video:hover .c-video__close.is-visible,
.c-video:hover .c-video__controls.is-visible {
  opacity: 1;
  z-index: 1;
}

.c-video__close.is-visible.is-seen {
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
}

.c-video-module--iframe .c-video__controls {
  display: none;
}

.c-video-module {
  position: relative;
}

.c-video-module.is-playing .c-video {
  background-image: unset!important;
  background-color: #000;
}

.c-video-module.is-playing .c-video-module__content-wrapper {
  display: none;
}

.c-video-module .c-play {
  margin-top: 24px;
}

.c-video-module__content-wrapper {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}

.c-video-module__gradient {
  background-color: red;
  background-image: radial-gradient(at 34% 29%,#fc6745 0,transparent 50%),radial-gradient(at 55% 51%,#ff2424 0,transparent 50%),radial-gradient(at 59% 69%,#e93571 0,transparent 50%),radial-gradient(at 74% 52%,#ed651d 0,transparent 50%),radial-gradient(at 100% 59%,#ed1d8f 0,transparent 50%),radial-gradient(at 100% 1%,#f854c9 0,transparent 50%),radial-gradient(at 82% 37%,#ff70c8 0,transparent 50%),radial-gradient(at 100% 100%,#339ef0 0,transparent 50%),radial-gradient(at 0 1%,#da33ff 0,transparent 50%);
  background-repeat: no-repeat;
}

.c-widget-module {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background-color: #00b7b4;
}

.c-widget-module:hover .c-underline-link:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.c-widget-module__main {
  display: grid;
  min-width: 50%;
  min-height: 224px;
  padding: 22px 24px;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2,auto) 1fr;
}

.c-widget-module__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  grid-column: 1/2;
  grid-row: 1/2;
}

.c-widget-module__desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  grid-column: 1/2;
  grid-row: 2/3;
}

.c-widget-module__action {
  align-self: end;
  margin-top: 24px;
  grid-column: 1/2;
  grid-row: 3/4;
}

.c-widget-module__media {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.c-widget {
  position: relative;
  width: 100%;
  max-width: 536px;
}

.c-widget--align-right {
  margin-left: auto;
}

.c-widget+* {
  margin-top: 72px;
}

.c-widget__row {
  width: 100%;
  overflow: hidden;
}

.c-widget__col {
  width: 100%;
}

.c-widget__iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 200%;
}

.c-widget__iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-tabs__nav {
  position: relative;
  background-color: #f4f5f6;
}

.c-tabs__nav--no-margin {
  margin: 0;
}

.c-tabs__placeholder {
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  font-size: 1.25rem;
}

.c-tabs__placeholder:active,
.c-tabs__placeholder:focus {
  outline: none;
}

.c-tabs__placeholder-icon .o-icon {
  transition: all .3s ease-in-out;
}

.c-tabs.is-opened .c-tabs__placeholder-icon .o-icon {
  transform: rotate(180deg);
}

.c-tabs__nav-list {
  position: absolute;
  top: 56px;
  right: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: max-height .3s;
}

.c-tabs.is-opened .c-tabs__nav-list {
  position: static;
  max-height: 1000px;
}

.c-tabs__cta {
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 16px 24px;
  font-size: 1.25rem;
  text-align: left;
  background-color: #f4f5f6;
}

.c-tabs__cta:active,
.c-tabs__cta:focus {
  outline: none;
}

.c-tabs__content-item {
  display: block;
  animation: c .8s;
}

.c-tabs__content-item.is-hidden {
  display: none;
}

.c-tabs__legend {
  margin-top: 24px;
  color: #808da5;
}

.c-tabs__heading,
.c-tabs__nav-item.is-active {
  display: none;
}

.c-tile {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 80%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.c-tile:hover .c-underline-link:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.c-tile__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: space-between;
  width: 100%;
  padding: 22px 24px;
}

.c-callouts,
.c-tile__content {
  display: flex;
  flex-direction: column;
}

.c-callouts {
  height: 100%;
}

.c-callouts__heading {
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 700;
  padding-bottom: 12px;
  flex: 1;
}

.c-callouts__price {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
  color: #06a6ee;
}

.c-callouts__info {
  color: #808da5;
  font-size: 1rem;
  padding-top: 12px;
}

.c-excerpt {
  display: block;
}

.c-excerpt__subtitle {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  padding-bottom: 4px;
}

.c-excerpt__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.c-excerpt__read-more {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #006bdb;
  padding-top: 16px;
}

.c-divider {
  width: 100%;
  height: 1px;
  background-color: #99a4b7;
}

.c-image {
  display: block;
  margin: 0;
}

.c-image img {
  width: 100%;
}

.c-image figcaption {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 8px;
}

.c-full-image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.c-title-text .c-title-text__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  background-color: red;
  background-image: radial-gradient(at 34% 29%,#fc6745 0,transparent 50%),radial-gradient(at 55% 51%,#ff2424 0,transparent 50%),radial-gradient(at 59% 69%,#e93571 0,transparent 50%),radial-gradient(at 74% 52%,#ed651d 0,transparent 50%),radial-gradient(at 100% 59%,#ed1d8f 0,transparent 50%),radial-gradient(at 100% 1%,#f854c9 0,transparent 50%),radial-gradient(at 82% 37%,#ff70c8 0,transparent 50%),radial-gradient(at 100% 100%,#339ef0 0,transparent 50%),radial-gradient(at 0 1%,#da33ff 0,transparent 50%);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% 200%;
  background-position: 100% 0;
  margin-bottom: 56px;
}

.c-title-text .c-title-text__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (min-width:360px) {
  .c-image-people-block__list {
    justify-content: center;
    grid-template-columns: repeat(auto-fit,minmax(284px,400px));
    gap: 68px 84px;
  }
}

@media (min-width:768px) {
  .l-contact {
    display: flex;
    margin-bottom: 80px;
  }

  .l-contact__row {
    width: 50%;
  }

  .l-contact__row--alt {
    padding-top: 0;
  }

  .l-decor-wrapper {
    padding-bottom: 80px;
  }

  .l-decor-wrapper--top {
    position: relative;
    overflow: hidden;
    padding-top: 144px;
    padding-bottom: 0;
  }

  .l-decor-wrapper--top:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 324px;
    height: 324px;
    content: "";
    transform: translateY(-65%);
    background-image: url("/static/img/pic-widget-decor-3.0c8b8c47e69a.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }

  .l-decor-wrapper--alt:before {
    transform: translateY(-45%);
  }

  .l-heading {
    padding: 64px 0;
  }

  .l-inner {
    max-width: 707px;
    padding-right: 0;
    padding-left: 0;
  }

  .l-news {
    padding-bottom: 60px;
  }

  .l-popup-wrapper {
    padding: 0 60px;
  }

  .l-search-results {
    margin-top: 60px;
  }

  .l-search-results__cta {
    margin-top: 64px;
  }

  .l-timeline__col--fixed {
    width: 707px;
  }

  .l-two-cols--grid {
    grid-template-columns: repeat(2,auto);
  }

  .l-two-cols--grid .l-two-cols__box--with-decor-left {
    grid-column: 1/3;
  }

  .l-two-cols--grid .l-two-cols__box--simple-widget {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .l-two-cols--grid .l-two-cols__box--socials {
    display: block;
    padding-right: 16px;
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .l-two-cols__box--with-decor-left {
    padding-top: 80px;
  }

  .l-two-cols__box--with-decor-left:before {
    background-image: url("/static/img/pic-widget-decor-1.e510fd9e105a.png");
  }

  .l-two-cols--grid-alt .l-two-cols__box--simple-widget {
    grid-row: 1/2;
    grid-column: 1/3;
    align-items: flex-start;
  }

  .l-two-cols--grid-alt .l-two-cols__box--simple-widget-alt {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .is-active .c-underline-link:before {
    transform: scaleX(1);
    transform-origin: bottom left;
    background-color: #ff6352;
  }

  .is-active>.c-underline-link:before {
    transform: scaleX(1);
    transform-origin: bottom left;
    background-color: #aea8bb;
  }

  .is-active .c-underline-link--inline .c-underline-link__text {
    background-size: 100% 100%;
  }

  .c-icon-btn {
    white-space: nowrap;
  }

  .c-icon-btn__icon {
    margin-right: 8px;
  }

  .c-image-people-block__list {
    justify-content: left;
    grid-template-columns: repeat(auto-fit,284px);
    gap: 68px 84px;
  }

  .c-cookies,
  .section-markup-wrapper .c-cookies {
    display: flex;
    justify-content: space-between;
    padding: 26px 0;
  }

  .c-cookies__text {
    width: 100%;
    max-width: 425px;
    margin-bottom: 0;
  }

  .c-cookies__actions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .c-cookies .c-underline-link+.c-underline-link {
    margin-top: 16px;
  }

  .c-footer-list--alt {
    -moz-column-count: 3;
    column-count: 3;
  }

  .f-form--validation .parsley-errors-list.filled {
    max-width: 100%;
  }

  .c-form-info__desc {
    margin-bottom: 45.6px;
  }

  .c-heading--alt {
    width: 65%;
  }

  .c-heading--alt .c-heading__date {
    width: 40%;
  }

  .c-heading--alt .c-heading__news {
    width: 60%;
  }

  .c-info h5 a {
    word-break: unset;
  }

  .c-info-window {
    flex-direction: row;
    width: 662px;
    min-height: 320px;
  }

  .c-info-window__col {
    display: flex;
    width: 50%;
  }

  .c-list--horizontal {
    display: flex;
    align-items: center;
  }

  .c-list--horizontal-wrap .c-list__item {
    width: calc(50% - 32px);
  }

  .c-list--half-width.c-list--horizontal-wrap .c-list__item {
    width: calc(100% - 32px);
  }

  .c-list--3-col-width.c-list--horizontal-wrap .c-list__item {
    width: calc(50% - 48px);
  }

  .c-map__legend {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    margin-top: 0;
  }

  .c-map__popup__close {
    display: none;
  }

  .c-marker-box {
    padding: 16px;
  }

  .c-marker-box__icon .o-icon {
    font-size: 42px;
  }

  .c-marker-box__small-marker {
    width: 24px;
    height: 24px;
  }

  .c-news-card__date {
    margin-top: 16px;
  }

  .c-popup {
    padding: 24px 32px 0;
    min-height: 386px;
  }

  .c-popup__desc {
    margin-bottom: 33.6px;
  }

  .c-redirect-cta {
    padding: 24px 0;
  }

  .c-redirect-cta__section {
    width: auto;
    min-width: 28%;
    padding-right: 16px;
  }

  .c-widget-module {
    display: flex;
  }

  .c-widget-module__media {
    width: 50%;
    padding-top: 42%;
  }

  .c-widget-module__main {
    min-height: unset;
  }

  .c-widget__col .c-widget-module__main {
    min-height: 224px;
  }

  .c-widget__row {
    display: flex;
  }

  .c-widget__col {
    width: 50%;
  }

  .c-widget__iframe {
    padding-top: 83%;
  }
}

@media screen and (min-width:768px) and (-ms-high-contrast:active),screen and (min-width:768px) and (-ms-high-contrast:none) {
  .c-info-window__col {
    min-height: 320px;
  }
}

@media (min-width:1100px) {
  .t-headline-1 {
    font-size: 4rem;
    line-height: 5rem;
  }

  .t-headline-2 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .t-headline-3 {
    font-size: 2.25rem;
    line-height: 3rem;
  }

  .t-headline-4 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .t-headline-5 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .t-subtitle-1 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .t-body-1 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .o-icon--yougov {
    height: 30px;
    width: 135px;
  }

  .o-icon--more {
    font-size: 24px;
  }

  .l-advisor {
    padding-bottom: 80px;
  }

  .l-callouts__heading {
    padding-bottom: 64px;
  }

  .l-callouts__list {
    grid-template-columns: repeat(3,1fr);
    gap: 68px 84px;
  }

  body {
    padding-top: 100px;
  }

  .l-contact {
    margin-bottom: 176px;
  }

  .l-contact__row {
    width: 43%;
  }

  .l-contact__row--alt {
    width: 57%;
  }

  .l-decor-wrapper {
    padding-bottom: 120px;
  }

  .l-decor-wrapper--top {
    padding-bottom: 16px;
  }

  .l-decor-wrapper--top:before {
    width: 50%;
    height: auto;
    padding-top: 25%;
    background-image: url("/static/img/pic-widget-decor-2.067c7e0ba7ba.png");
  }

  .l-filters {
    padding: 16px 0;
  }

  .l-header {
    height: auto;
    max-height: unset;
    overflow: visible;
  }

  .l-header__wrapper {
    min-height: auto;
    overflow: visible;
  }

  .is-menu-opened .l-header {
    transform: translateY(-100%);
  }

  .l-header__main {
    background-color: #fff;
  }

  .l-inner {
    max-width: 1024px;
    padding-right: 0;
    padding-left: 0;
  }

  .l-label {
    font-size: 1.5rem;
    padding-bottom: 64px;
  }

  .l-locations__row {
    padding: 64px 0;
  }

  .l-locations__row:not(:last-child) {
    border-bottom: none;
    background-image: linear-gradient(90deg,#99a4b7 0,#99a4b7 50%,transparent 0);
    background-position: 0 bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
  }

  .l-locations__row--no-padding {
    padding: 0;
  }

  .l-news {
    padding-bottom: 70px;
  }

  .l-news__action {
    margin-top: 64px;
  }

  .l-nav {
    width: 100%;
  }

  .l-nav__sub {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    overflow: hidden;
    max-height: 0;
    transition: .25s ease-in-out;
    opacity: 0;
    background-color: #fff;
  }

  body #overlay,
  body.is-not-sticky-header.is-sub-nav-opened #overlay {
    visibility: hidden;
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    z-index: 1;
  }

  body.is-sub-nav-opened #overlay {
    visibility: visible;
    background: rgba(221,225,231,.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    transition-delay: .1s;
  }

  .is-sub-nav-opened .l-nav__sub {
    max-height: 502px;
    transform: translateY(0);
    opacity: 1;
  }

  .is-not-sticky-header.is-sub-nav-opened .l-nav__sub {
    max-height: 0;
    box-shadow: none;
  }

  .l-nav__main {
    display: flex;
  }

  .l-nav__main .c-nav {
    width: calc(100% - 260px);
    padding: 0 16px;
  }

  .l-nav__main .l-search {
    width: 260px;
  }

  .l-popup-wrapper {
    padding: 0;
  }

  .l-quick-links {
    width: 100%;
  }

  .l-real-text {
    padding-bottom: 40px;
  }

  .l-real-text figure:last-child {
    margin-bottom: 0;
  }

  .l-search-results,
  .l-search-results__heading {
    margin-bottom: 72px;
  }

  .l-search-results__list {
    width: 100%;
  }

  .l-search-results__cta {
    margin-top: 64px;
  }

  .l-search {
    justify-content: flex-end;
    margin-top: 0;
  }

  .l-search,
  .l-search__action {
    display: flex;
    align-items: center;
  }

  .l-search__action {
    height: 100%;
  }

  .l-search__main {
    display: none;
  }

  .l-spacing {
    margin-top: 104px;
    margin-bottom: 104px;
  }

  .l-timeline {
    display: flex;
    padding-top: 0;
  }

  .l-timeline__col {
    width: 512px;
  }

  .l-timeline__col--fixed {
    padding: 0;
    border: none;
  }

  .l-timeline__col.is-sticky .c-counter-box {
    width: 100%;
  }

  .l-timeline__col--margin-top {
    margin-top: 0;
    margin-left: 50%;
  }

  .l-two-cols {
    display: flex;
    justify-content: space-between;
  }

  .l-two-cols--grid {
    display: block;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }

  .l-two-cols--grid .l-two-cols__box {
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
  }

  .l-two-cols--grid .l-two-cols__box--with-decor-left {
    margin-top: 72px;
    -moz-column-break-after: always;
    break-after: always;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .l-two-cols--grid-alt .l-two-cols__box--simple-widget-alt {
    margin-top: 72px;
  }

  .l-two-cols--grid .l-two-cols__box--quote {
    margin-top: 112px;
    padding-left: 0;
  }

  .l-two-cols--grid .l-two-cols__box--socials {
    padding-top: 144px;
    padding-right: 0;
  }

  .l-two-cols__col {
    width: 50%;
  }

  .l-two-cols__row+.l-two-cols__row {
    margin-top: 192px;
  }

  .l-two-cols__row+.l-two-cols__row--with-decor-left {
    margin-top: 72px;
  }

  :root .l-two-cols--flex,
  _::-webkit-full-page-media,
  _:future {
    display: flex;
    flex-wrap: wrap;
  }

  :root .l-two-cols--flex .l-two-cols__box--socials,
  _::-webkit-full-page-media,
  _:future {
    width: 100%;
  }

  :root .l-two-cols--flex .l-two-cols__box--simple-widget,
  _::-webkit-full-page-media,
  _:future {
    margin-top: -176px;
    width: 536px;
  }

  :root .l-two-cols--grid .l-two-cols__box--with-decor-left,
  _::-webkit-full-page-media,
  _:future {
    break-after: unset;
    width: calc(100% - 536px - 3em);
  }

@supports (-ms-ime-align:auto) {
    .l-two-cols--flex {
      -moz-column-count: auto;
      column-count: auto;
    }

    .l-two-cols--flex:after {
      display: block;
      content: "";
      clear: both;
    }

    .l-two-cols--flex .l-two-cols__box--socials {
      width: 50%;
    }

    .l-two-cols--flex .l-two-cols__box--simple-widget {
      width: 50%;
      float: right;
      margin-top: -176px;
    }

    .l-two-cols--flex .l-two-cols__box--with-decor-left {
      width: 50%;
      float: left;
    }
}

  .c-wysiwyg .rich-text>*,
  .c-wysiwyg>:not(.rich-text) {
    margin-bottom: 32px;
  }

  .c-wysiwyg h1 {
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 72px;
  }

  .c-wysiwyg h2 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .c-wysiwyg h3 {
    font-size: 2.25rem;
    line-height: 3rem;
  }

  .c-wysiwyg h4 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .c-wysiwyg h5 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .c-wysiwyg h6 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-wysiwyg p {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-wysiwyg ol,
  .c-wysiwyg ul {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-wysiwyg-small h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }

  .c-wysiwyg-small h2 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .c-wysiwyg-small h3,
  .c-wysiwyg-small h4,
  .c-wysiwyg-small h5 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .c-underline-link:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  .c-underline-link--desktop {
    display: inline-flex;
  }

  .c-nav-list__item .c-underline-link--desktop+.c-underline-link {
    display: none;
  }

  .c-underline-link--inline:hover .c-underline-link__text {
    background-size: 100% 100%;
  }

  .c-accordion__toggler {
    padding: 28px 20px;
  }

  .c-accordion__heading {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .c-accordion__content {
    padding: 20px;
  }

  .c-advisor {
    padding: 44px;
  }

  .c-advisor__heading {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-advisor__heading+* {
    padding-top: 24px;
  }

  .c-advisor__company {
    font-size: 1.25rem;
    line-height: 2rem;
    padding-bottom: 8px;
  }

  .c-advisor__address+.c-advisor__action {
    padding-top: 20px;
  }

  .c-advisor__address-field {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .c-advisor__action {
    font-size: 1.25rem;
  }

  .c-advisor__arrow-icon {
    margin: 4px 0 0 8px;
  }

  .c-advisor-list {
    grid-template-columns: repeat(2,1fr);
    gap: 68px;
  }

  .c-back-to-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
  }

  .c-icon-btn {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .c-cookies__text {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-cookies .c-underline-link {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-cookies .c-underline-link+.c-underline-link {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-cookies {
    padding: 45px 0 35px;
  }

  .section-markup-wrapper .c-cookies {
    padding: 45px 0;
  }

  .c-cookies__text {
    max-width: 520px;
  }

  .c-counter-box {
    display: block;
    text-align: center;
  }

  .c-counter-box__number {
    font-size: 4.375rem;
  }

  .c-counter-box__desc {
    margin-top: 24px;
    margin-bottom: 72px;
    font-size: 1rem;
  }

  .c-custom-dropdown__link {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-custom-dropdown__trigger {
    width: 160px;
    flex-shrink: 0;
    color: #808da5;
  }

  .c-custom-dropdown__trigger .c-custom-dropdown__icon {
    visibility: hidden;
  }

  .c-custom-dropdown__trigger .c-custom-dropdown__text {
    text-decoration: none;
  }

  .c-custom-dropdown__link {
    transition: .25s ease-in-out;
  }

  .c-custom-dropdown__link:hover {
    text-decoration: underline;
  }

  .c-data-box {
    margin: 0;
  }

  .c-data-box__title {
    display: none;
  }

  .c-data-box__desc {
    width: 100%;
  }

  .c-downloads-table .c-downloads-table__heading {
    display: flex;
    align-items: center;
    padding: 24px;
    gap: 16px;
    border-bottom: 1px solid #b3bbc9;
  }

  .c-downloads-table .c-downloads-table__heading .c-downloads-table__date {
    width: 160px;
    font-size: 1rem;
    color: #808da5;
    text-transform: uppercase;
  }

  .c-downloads-table .c-downloads-table__heading .c-downloads-table__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.625rem;
  }

  .c-downloads__post-wrapper .c-downloads__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .c-downloads {
    flex-direction: row;
    gap: 16px;
    padding: 24px;
  }

  .c-downloads:hover {
    background-color: #d1f0ff;
  }

  .c-downloads:hover:after,
  .c-downloads:hover:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d1f0ff;
  }

  .c-downloads:hover:after {
    top: auto;
    bottom: -1px;
  }

  .c-downloads:hover .c-downloads__info-wrapper {
    color: #006bdb;
  }

  .c-downloads:hover .c-downloads__info-wrapper .c-downloads__link .c-downloads__icon {
    visibility: visible;
  }

  .c-downloads:hover .c-downloads__info-wrapper .c-downloads__link .c-downloads__text {
    text-decoration: underline;
  }

  .c-downloads__post-wrapper {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    gap: 16px;
    align-items: baseline;
  }

  .c-downloads__post-wrapper .c-downloads__date {
    width: 160px;
    flex-shrink: 0;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .c-downloads__info-wrapper {
    gap: 8px;
    width: 160px;
    flex-shrink: 0;
    color: #808da5;
  }

  .c-downloads__info-wrapper .c-downloads__icon {
    visibility: hidden;
  }

  .c-downloads__info-wrapper .c-downloads__text {
    text-decoration: none;
  }

  .c-event-box__head .c-event-box__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .c-event-box {
    flex-direction: row;
    gap: 16px;
    padding: 24px;
  }

  .c-event-box:hover {
    background-color: #d1f0ff;
  }

  .c-event-box:hover:after,
  .c-event-box:hover:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d1f0ff;
  }

  .c-event-box:hover:after {
    top: auto;
    bottom: -1px;
  }

  .c-event-box:hover .c-custom-dropdown__trigger {
    color: #006bdb;
  }

  .c-event-box:hover .c-custom-dropdown__trigger .c-custom-dropdown__icon {
    visibility: visible;
  }

  .c-event-box:hover .c-custom-dropdown__trigger .c-custom-dropdown__text {
    text-decoration: underline;
  }

  .c-event-box__head {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    gap: 16px;
    align-items: baseline;
  }

  .c-event-box__head .c-event-box__date {
    width: 160px;
    flex-shrink: 0;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .c-event__heading {
    display: flex;
    align-items: center;
    padding: 24px;
    gap: 16px;
    border-bottom: 1px solid #b3bbc9;
  }

  .c-event__heading .c-event-heading__date {
    width: 160px;
    font-size: 1rem;
    color: #808da5;
    text-transform: uppercase;
  }

  .c-event__heading .c-event-heading__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.625rem;
  }

  .f-field__control {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .f-field--select .select2 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .f-field--select .select2-results__option {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .f-form__title {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .f-form--filters,
  .f-form__col {
    display: flex;
    justify-content: space-between;
  }

  .f-form__col {
    align-items: center;
    width: auto;
  }

  .f-form__col:not(:last-child) {
    margin-bottom: 0;
  }

  .f-form__col:last-child {
    width: calc(100% - 80px - 392px);
    margin-right: 8px;
    justify-content: flex-end;
  }

  .f-form__col--big {
    flex-direction: row;
    margin: 0 32px;
  }

  .f-form__col--big .f-field {
    width: 312px;
  }

  .f-form__col--big .f-field:not(:last-child) {
    margin-bottom: 0;
  }

  .c-footer-list--alt {
    -moz-column-count: 2;
    column-count: 2;
  }

  .c-footer__back {
    margin-bottom: 72px;
  }

  .c-footer__back .c-footer__back-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-right: 48px;
    background-color: #eeeff2;
    border-radius: 50%;
    outline: 12px solid #fff;
  }

  .c-footer__back .c-footer__back-link .o-icon {
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(180deg);
  }

  .c-footer__columns {
    flex-direction: row;
    gap: 24px;
    padding-bottom: 120px;
    margin-bottom: 104px;
    border-bottom: 1px solid #99a4b7;
  }

  .c-footer__columns .c-footer__company .c-footer__header,
  .c-footer__columns .c-footer__global-sites .c-footer__header {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 72px;
  }

  .c-footer__columns .c-footer__company .c-footer__list-item,
  .c-footer__columns .c-footer__global-sites .c-footer__list-item {
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding-bottom: 24px;
  }

  .c-footer__columns .c-footer__company .c-footer__list-item:last-child,
  .c-footer__columns .c-footer__global-sites .c-footer__list-item:last-child {
    padding-bottom: 0;
  }

  .c-footer__columns .c-footer__social {
    gap: 16px;
    margin-top: 96px;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .c-footer__copyright {
    flex-direction: row;
    gap: 16px;
    margin-bottom: 16px;
    line-height: 1rem;
    color: #99a4b7;
  }

  .c-footer__copyright .c-footer__copyright-link:not(:last-child) {
    padding-right: 16px;
    border-right: 1px solid #99a4b7;
  }

  .c-hamburger:hover .c-hamburger__line:nth-child(3) {
    transform: scaleX(1);
  }

  .c-hamburger {
    display: none;
  }

  .section-markup-wrapper .c-hamburger {
    display: block;
  }

  .section-markup-wrapper .is-menu-opened .c-hamburger__line {
    background-color: #000;
  }

  .c-header {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .c-header__action {
    width: 260px;
    height: auto;
    padding: 0;
  }

  .c-header__main {
    display: flex;
    width: calc(100% - 260px);
  }

  .c-header__controls {
    width: 100%;
    padding: 0;
  }

  .c-header__nav-wrapper {
    display: grid;
    width: 100%;
    height: 100%;
    grid-area: a;
    grid-template-areas: "b c";
    grid-template-columns: 1fr 152px;
    grid-template-rows: auto;
  }

  .c-header__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 16px;
    grid-area: b;
  }

  .c-header__search {
    grid-area: c;
  }

  .c-header__social-media {
    display: none;
  }

  .c-header__search {
    justify-content: flex-end;
    margin-top: 0;
  }

  .c-header__nav {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .c-header__search {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .c-heading--alt .c-heading__date,
  .c-heading--alt .c-heading__news {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-heading--alt {
    width: calc(100% - 312px);
  }

  .c-heading--alt .c-heading__date {
    width: 25%;
  }

  .c-heading--alt .c-heading__news {
    width: 75%;
  }

  .c-icon-block__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: 1fr;
    gap: 20px;
  }

  .c-icon-block__list-item {
    border: 1px solid #eeeff2;
  }

  .c-icon-block__icon {
    width: 48px;
    height: 48px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .c-icon-block__icon+.c-icon-block__link-text,
  .c-icon-block__icon+.c-icon-block__title {
    padding-top: 24px;
  }

  .c-icon-block__title {
    font-size: 1.5rem;
    padding-bottom: 24px;
  }

  .c-icon-block__card,
  .c-icon-block__link {
    padding: 44px;
  }

  .c-icon-block__link:hover {
    background-color: #006bdb;
  }

  .c-icon-block__link:hover .c-icon-block__icon {
    filter: brightness(0) invert(1);
  }

  .c-icon-block__link:hover .c-icon-block__link-text,
  .c-icon-block__link:hover .c-icon-block__title {
    color: #fff;
  }

  .c-icon-block__link-text {
    font-size: 1.25rem;
  }

  .c-icon-with-decor--alt-dark {
    color: #fff;
    background-color: #241e31;
  }

  .c-info-teaser__heading {
    font-size: 4rem;
    line-height: 5rem;
  }

  .c-info-teaser__link {
    margin-top: 72px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .c-info-teaser__icon {
    width: 1.5rem;
    margin-left: 12px;
  }

  .c-newsfeed .c-list .c-list__item:not(:last-child) {
    margin-bottom: 48px;
  }

  .c-list--column-wrap {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 16px;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(4,auto);
  }

  .c-list--column-wrap .c-list__item:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .c-list--column-wrap .c-list__item:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }

  .c-list--column-wrap .c-list__item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }

  .c-list--column-wrap .c-list__item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }

  .c-list--column-wrap .c-list__item:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }

  .c-list--column-wrap .c-list__item:nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }

  .c-list--column-wrap .c-list__item:nth-child(7) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }

  .c-list--column-wrap .c-list__item:nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }

  .c-list--column-wrap .c-list__item:nth-child(9) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }

  .c-list--column-wrap .c-list__item:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }

  .c-list--column-wrap .c-list__item:nth-child(11) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }

  .c-list--column-wrap .c-list__item:nth-child(12) {
    -ms-grid-column: 3;
    -ms-grid-row: 4;
  }

  .c-list--column-wrap .c-list__item:nth-child(13) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }

  .c-list--column-wrap .c-list__item:nth-child(14) {
    -ms-grid-column: 4;
    -ms-grid-row: 2;
  }

  .c-list--column-wrap .c-list__item:nth-child(15) {
    -ms-grid-column: 4;
    -ms-grid-row: 3;
  }

  .c-list--column-wrap .c-list__item:nth-child(16) {
    -ms-grid-column: 4;
    -ms-grid-row: 4;
  }

  .c-list--column-wrap .c-list__item:nth-child(17) {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
  }

  .c-list--column-wrap .c-list__item:nth-child(18) {
    -ms-grid-column: 5;
    -ms-grid-row: 2;
  }

  .c-list--column-wrap .c-list__item:nth-child(19) {
    -ms-grid-column: 5;
    -ms-grid-row: 3;
  }

  .c-list--column-wrap .c-list__item:nth-child(20) {
    -ms-grid-column: 5;
    -ms-grid-row: 4;
  }

  .c-list--column-wrap .c-list__item:nth-child(21) {
    -ms-grid-column: 6;
    -ms-grid-row: 1;
  }

  .c-list--column-wrap .c-list__item:nth-child(22) {
    -ms-grid-column: 6;
    -ms-grid-row: 2;
  }

  .c-list--column-wrap .c-list__item:nth-child(23) {
    -ms-grid-column: 6;
    -ms-grid-row: 3;
  }

  .c-list--column-wrap .c-list__item:nth-child(24) {
    -ms-grid-column: 6;
    -ms-grid-row: 4;
  }

  .c-list--column-wrap .c-list__item:nth-child(25) {
    -ms-grid-column: 7;
    -ms-grid-row: 1;
  }

  .c-list--column-wrap .c-list__item:nth-child(26) {
    -ms-grid-column: 7;
    -ms-grid-row: 2;
  }

  .c-list--column-wrap .c-list__item:nth-child(27) {
    -ms-grid-column: 7;
    -ms-grid-row: 3;
  }

  .c-list--column-wrap .c-list__item:nth-child(28) {
    -ms-grid-column: 7;
    -ms-grid-row: 4;
  }

  .c-list--column-wrap .c-list__item:nth-child(29) {
    -ms-grid-column: 8;
    -ms-grid-row: 1;
  }

  .c-list--column-wrap .c-list__item:nth-child(30) {
    -ms-grid-column: 8;
    -ms-grid-row: 2;
  }

  .c-list--column-wrap .c-list__item:nth-child(31) {
    -ms-grid-column: 8;
    -ms-grid-row: 3;
  }

  .c-list--column-wrap .c-list__item:nth-child(32) {
    -ms-grid-column: 8;
    -ms-grid-row: 4;
  }

  .c-list--column-wrap .c-list__item:nth-child(33) {
    -ms-grid-column: 9;
    -ms-grid-row: 1;
  }

  .c-list--column-wrap .c-list__item:nth-child(34) {
    -ms-grid-column: 9;
    -ms-grid-row: 2;
  }

  .c-list--column-wrap .c-list__item:nth-child(35) {
    -ms-grid-column: 9;
    -ms-grid-row: 3;
  }

  .c-list--column-wrap .c-list__item:nth-child(36) {
    -ms-grid-column: 9;
    -ms-grid-row: 4;
  }

  .c-list--column-wrap .c-list__item:nth-child(37) {
    -ms-grid-column: 10;
    -ms-grid-row: 1;
  }

  .c-list--column-wrap .c-list__item:nth-child(38) {
    -ms-grid-column: 10;
    -ms-grid-row: 2;
  }

  .c-list--column-wrap .c-list__item:nth-child(39) {
    -ms-grid-column: 10;
    -ms-grid-row: 3;
  }

  .c-list--column-wrap .c-list__item:nth-child(40) {
    -ms-grid-column: 10;
    -ms-grid-row: 4;
  }

  .c-list--column-wrap .c-list__item:nth-child(41) {
    -ms-grid-column: 11;
    -ms-grid-row: 1;
  }

  .c-list--column-wrap .c-list__item:nth-child(42) {
    -ms-grid-column: 11;
    -ms-grid-row: 2;
  }

  .c-list--column-wrap .c-list__item:nth-child(43) {
    -ms-grid-column: 11;
    -ms-grid-row: 3;
  }

  .c-list--column-wrap .c-list__item:nth-child(44) {
    -ms-grid-column: 11;
    -ms-grid-row: 4;
  }

  .c-list--column-wrap .c-list__item:nth-child(45) {
    -ms-grid-column: 12;
    -ms-grid-row: 1;
  }

  .c-list--column-wrap .c-list__item:nth-child(46) {
    -ms-grid-column: 12;
    -ms-grid-row: 2;
  }

  .c-list--column-wrap .c-list__item:nth-child(47) {
    -ms-grid-column: 12;
    -ms-grid-row: 3;
  }

  .c-list--column-wrap .c-list__item:nth-child(48) {
    -ms-grid-column: 12;
    -ms-grid-row: 4;
  }

  .c-list--column-wrap .c-list__item:not(:last-child) {
    margin-bottom: 0;
  }

  .c-list .c-list__item--desktop-hidden {
    display: none;
  }

  .c-list--horizontal-wrap .c-list__item {
    width: calc(33.3333333333% - 48px);
  }

  .l-callouts .c-list--horizontal-wrap {
    margin-top: -32px;
  }

  .c-list--half-width.c-list--horizontal-wrap .c-list__item {
    width: calc(50% - 32px);
  }

  .c-list--3-col-width.c-list--horizontal-wrap .c-list__item {
    width: calc(33.3333333333% - 32px);
  }

  .l-callouts .c-list--horizontal-wrap .c-list__item {
    width: calc(50% - 32px);
  }

  .l-callouts .c-list--three-columns .c-list__item {
    width: calc(33.3333333333% - 32px);
  }

  .c-logo {
    max-width: unset;
    margin: 0;
    padding: 0;
  }

  .c-logo:hover {
    opacity: .8;
  }

  .c-logos-bar .c-list--horizontal {
    justify-content: center;
  }

  .c-modal--search {
    display: block;
  }

  .c-nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .c-nav__item {
    position: relative;
    height: 100px;
  }

  .c-nav__item.is-opened:after,
  .c-nav__secondary-button.is-opened:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: #000;
  }

  .c-nav__name {
    position: relative;
    padding: 4px 0;
  }

  .c-nav__item:not(:last-child) {
    margin-right: 48px;
  }

  .c-nav__divider,
  .c-nav__secondary-button {
    position: relative;
  }

  .c-nav__divider {
    width: 42px;
    height: 32px;
  }

  .c-nav__divider:after {
    position: absolute;
    top: 0;
    right: 20.5px;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #e6e8ed;
  }

  .c-nav__secondary-button-wrapper {
    display: flex;
    height: 100%;
  }

  .c-news-card__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .c-news-card__info {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-news-card:hover .c-news-card__media {
    opacity: .5;
  }

  .c-newsfeed__btn-wrapper {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-top: 64px;
  }

  .c-number__heading {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .c-number__list-item:first-child .c-number-box {
    padding-top: 0;
  }

  .c-number__list-item:last-child .c-number-box {
    padding-bottom: 0;
  }

  .c-number__list-item:not(:last-child) {
    background-image: linear-gradient(90deg,#808da5 0,#808da5 50%,transparent 0);
    background-position: 0 bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
  }

  .c-number-box__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .c-number-box__subtitle {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-number-box {
    display: flex;
    margin: 0;
    padding: 32px 0;
  }

  .c-number-box__decor {
    width: 156px;
    padding-right: 32px;
    margin-bottom: 0;
    font-size: 7.75rem;
    line-height: 7.75rem;
    text-align: center;
  }

  .c-number-box__text {
    flex: 1;
  }

  .c-number-box__link {
    margin-top: 16px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .c-number-box__icon {
    width: 1.5rem;
    margin-left: 12px;
  }

  .c-office-info__address strong {
    margin-bottom: 12px;
  }

  .c-office-info__address+.c-office-info__contact {
    margin-top: 24px;
  }

  .c-offices__page-title {
    font-size: 4rem;
    line-height: 5rem;
  }

  .c-offices__additional,
  .c-offices__headquarters {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-offices__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .c-offices__subtitle {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-offices__page-title {
    margin-bottom: 104px;
  }

  .c-offices__body {
    display: flex;
  }

  .c-offices__subtitle,
  .c-offices__title {
    margin-bottom: 24px;
  }

  .c-offices__headquarters {
    width: 284px;
    margin: 0 86px 0 0;
  }

  .c-offices__additional {
    flex: 1;
  }

  .c-offices__list {
    display: grid;
    grid-template-columns: repeat(auto-fit,284px);
    gap: 68px 86px;
  }

  .c-play__button {
    -webkit-clip-path: polygon(0 0,0 100%,calc(50% - 15px + 5px) 100%,calc(50% - 15px + 5px) calc(50% - 20px),calc(50% + 15px + 5px) 50%,calc(50% - 15px + 5px) calc(50% + 20px),calc(50% - 15px + 5px) 100%,100% 100%,100% 0);
    clip-path: polygon(0 0,0 100%,calc(50% - 15px + 5px) 100%,calc(50% - 15px + 5px) calc(50% - 20px),calc(50% + 15px + 5px) 50%,calc(50% - 15px + 5px) calc(50% + 20px),calc(50% - 15px + 5px) 100%,100% 100%,100% 0);
    width: 124px;
    height: 124px;
    margin-right: 32px;
  }

  .c-play__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
  }

  .c-play__link {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .c-play__link-icon {
    width: 1.5rem;
    margin-left: 12px;
  }

  .c-person-card__media {
    margin-bottom: 24px;
  }

  .c-person-card__image {
    height: 160px;
  }

  .c-person-card__title {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-person-card__subtitle {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-person-card__details :first-child {
    padding-top: 24px;
  }

  .c-popup {
    min-height: 490px;
    max-width: 870px;
    margin: 0;
  }

  .c-quick-links__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 86px;
  }

  .c-quick-link__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .c-quick-link__desc {
    font-size: 1.25rem;
    line-height: 2rem;
    padding-top: 24px;
  }

  .c-quick-link__action {
    padding-top: 24px;
  }

  .c-quick-link__action-link {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-quote__quotation {
    font-size: 3rem;
    line-height: 4rem;
    font-size: 2.5rem;
    line-height: 3.625rem;
  }

  .c-quote__author,
  .c-quote__position {
    font-size: 2rem;
    line-height: 3rem;
  }

  .c-quote__link {
    margin-top: 72px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .c-quote__icon {
    width: 1.5rem;
    margin-left: 12px;
  }

  .c-read-more-btn {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-redirect-cta__section {
    width: auto;
    min-width: 17%;
  }

  .c-results-heading {
    font-size: 3rem;
    line-height: 4rem;
  }

  .l-header .f-search-form {
    display: none;
  }

  .f-search-form .f-field .o-icon--search {
    font-size: 24px;
  }

  .f-search-form .f-field__control {
    font-size: 1.5rem;
  }

  .f-search-form .f-field__btn {
    display: none;
  }

  .f-search-form .f-field__btn.f-field__btn--hidden {
    display: flex;
  }

  .c-search-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Graphik,Arial,sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .c-search-toggler:hover .c-underline-link:before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  .c-social-media--alt {
    display: block;
  }

  .c-social-media--alt .c-social-media__list {
    margin: 0;
  }

  .c-social-media--alt .c-social-media__list+.c-social-media__list {
    margin-top: 16px;
  }

  .c-social-media--alt .o-icon {
    fill: #fff;
  }

  .c-sub-nav-box {
    position: relative;
    width: 100%;
    max-height: 502px;
    padding: 40px 0;
  }

  .c-sub-nav-box__back {
    display: none;
  }

  .c-sub-nav-box__list {
    width: calc(100% - 260px);
  }

  .c-sub-nav-box__list-item:not(:last-child) {
    margin-bottom: 32px;
  }

  .c-sub-nav-box__link {
    position: relative;
  }

  .c-sub-nav-box__link:hover .c-sub-nav-box__icon {
    visibility: visible;
    position: absolute;
    left: -30px;
    top: 50%;
    font-size: 13px;
    transform: translateY(-50%);
    transition: visibility .3s ease-in-out;
  }

  .c-sub-nav-list__item {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .c-sub-nav-list__back.c-underline-link {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-sub-nav-list__back {
    display: none;
  }

  .c-sub-nav-list {
    display: none;
    flex-direction: row;
    justify-content: center;
    padding: 12px 0;
  }

  .is-active .c-sub-nav-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .c-sub-nav-list__item {
    display: flex;
  }

  .c-sub-nav-list__item--mobile {
    display: none;
  }

  .c-sub-nav-list__item--mobile:not(:last-child) {
    margin-right: 0;
  }

  .c-table__head {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .c-table__body {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .c-table {
    display: table;
  }

  .c-table__head {
    display: table-header-group;
  }

  .c-table__head .c-table__col {
    padding: 0 20px 32px;
  }

  .c-table__body {
    display: table-row-group;
  }

  .c-table__row {
    display: table-row;
    padding: 0;
  }

  .c-table__col {
    display: table-cell;
    border-bottom: 1px solid #b3bbc9;
    padding: 32px 20px;
  }

  .c-table__body .t-subtitle-1 {
    display: none;
  }

  .c-timeline-box__heading {
    font-size: 2.25rem;
    line-height: 3rem;
  }

  .c-timeline-list {
    padding-top: 0;
  }

  .c-timeline-list__item {
    padding: 0 0 120px 64px;
  }

  .c-timeline-list__item:not(:first-of-type) {
    margin-top: 0;
  }

  .c-timeline-list__item:before {
    content: "";
    position: absolute;
    display: block;
    top: 16px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #ff6756;
  }

  .c-timeline-list__item:after {
    content: "";
    position: absolute;
    display: block;
    top: 48px;
    left: 0;
    height: calc(100% - 48px);
    width: 1px;
    background-color: #ff412c;
  }

  .c-video-teaser__heading {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .c-video-teaser__heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
  }

  .c-video-module .c-play {
    margin-top: 112px;
  }

  .c-widget-module__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .c-widget-module__desc {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-tabs__placeholder {
    display: none;
  }

  .c-tabs__nav-list {
    position: static;
    display: flex;
    flex-direction: row;
    overflow: visible;
    max-height: 100%;
    flex-wrap: wrap;
  }

  .c-tabs__nav-item {
    margin: 24px;
  }

  .c-tabs__cta {
    padding: 0;
  }

  .c-tabs__heading,
  .c-tabs__nav-item.is-active {
    display: block;
  }

  .c-tabs__nav-item.is-active .c-tabs__cta {
    font-weight: 700;
  }

  .c-callouts__heading {
    font-size: 1.5rem;
    line-height: 1.625rem;
    padding-bottom: 16px;
  }

  .c-callouts__price {
    font-size: 3rem;
    line-height: 4rem;
  }

  .c-callouts__info {
    padding-top: 16px;
  }

  .c-excerpt__subtitle {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  .c-excerpt__text {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-excerpt__read-more {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .c-title-text .c-title-text__title {
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 72px;
  }

  .c-title-text .c-title-text__text {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media screen and (min-width:1100px) and (-ms-high-contrast:active),screen and (min-width:1100px) and (-ms-high-contrast:none) {
  .l-two-cols--flex {
    -moz-column-count: auto;
    column-count: auto;
  }

  .l-two-cols--flex:after {
    display: block;
    content: "";
    clear: both;
  }

  .l-two-cols--flex .l-two-cols__box--socials {
    width: 50%;
  }

  .l-two-cols--flex .l-two-cols__box--simple-widget {
    width: 50%;
    float: right;
    margin-top: -176px;
  }

  .l-two-cols--flex .l-two-cols__box--with-decor-left {
    width: 50%;
    float: left;
  }

  .c-list--column-wrap .c-list__item {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .c-list--column-wrap .c-list__item:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media (min-width:1100px) and (min-width:1100px) {
  .c-downloads-table .c-downloads-table__heading .c-downloads-table__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .c-event__heading .c-event-heading__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .c-video-teaser__heading {
    font-size: 4rem;
    line-height: 5rem;
  }
}

@media (min-width:0) and (max-width:767px) {
  .l-decor-wrapper--mobile-bottom {
    position: relative;
  }

  .l-decor-wrapper--mobile-bottom:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    padding-top: 40%;
    content: "";
    transform: translateY(50%);
    background-image: url("/static/img/pic-widget-decor-3.0c8b8c47e69a.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }

  .c-quick-links__item:not(:last-child) {
    padding-bottom: 20px;
  }

  .c-quick-link__action {
    padding-top: 4px;
  }

  .c-quick-link__action-link {
    display: block;
    padding: 12px 0;
  }

  .c-full-image {
    height: auto!important;
    aspect-ratio: 16/9;
  }
}

@media (min-width:0) and (max-width:1099px) {
  .l-header {
    max-height: 92px;
    transition: .25s ease-in-out;
    background-color: #fff;
  }

  .l-header,
  .l-header__wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .l-header__wrapper {
    height: 100%;
  }

  .is-menu-opened .l-header {
    height: 100vh;
    max-height: 100vh;
    padding-bottom: 24px;
    overflow: auto;
    background-color: #fff;
  }

  .l-nav {
    display: flex;
    width: 200%;
    transition: .25s ease-in-out;
  }

  .is-sub-nav-opened .l-nav {
    transform: translateX(-50%);
  }

  .is-sub-nav-opened .l-nav .l-nav__main {
    visibility: hidden;
  }

  .c-advisor-list {
    grid-auto-rows: 1fr;
  }

  .c-header {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .is-menu-opened .c-header__action {
    color: #000;
  }

  .c-header__action {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    border-bottom: 1px solid #99a4b7;
  }

  .c-header__main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 24px 0;
    color: #000;
  }

  .c-header__nav-wrapper {
    padding: 0 24px;
  }

  .is-sub-nav-opened .c-header__nav-wrapper {
    transform: translateX(-100%);
  }

  .c-sub-nav-box__list .c-list {
    padding-bottom: 24px;
    border-bottom: 1px solid #99a4b7;
  }

  .c-nav__main-button,
  .c-nav__secondary-button {
    padding: 16px 0;
    width: 100%;
    text-align: start;
    line-height: 1;
  }

  .c-nav__main-button .c-nav__name,
  .c-nav__secondary-button .c-nav__name {
    line-height: 1;
  }

  .c-nav__secondary-button {
    font-weight: 500;
  }

  .c-newsfeed__link {
    padding: 12px 0;
    margin-bottom: -12px;
  }

  .c-sub-nav-box__link {
    display: block;
    padding: 16px 0;
    width: 100%;
    font-weight: 500;
  }

  .c-sub-nav-box__back {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    margin-top: 24px;
    width: 100%;
  }

  .c-sub-nav-box__back .o-icon--arrow-left {
    font-size: 1.25rem;
  }
}

@media (min-width:768px) and (max-width:1099px) {
  .l-header__wrapper {
    min-height: 825px;
  }

  .c-quick-links__item:not(:last-child) {
    padding-bottom: 32px;
  }

  .l-two-cols__box--socials .c-social-media {
    flex-direction: column;
    align-items: flex-start;
    margin-top: -8px;
  }

  .l-two-cols__box--socials .c-social-media__list {
    margin: 8px 0;
  }

  .c-video-teaser__text {
    font-size: 2.375rem;
  }
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
  .c-underline-link__text {
    background-image: linear-gradient(transparent 94%,#ff6352 0);
  }

  .c-back-to-top:hover .o-icon {
    left: -4px;
  }
}

@media (hover:hover) {
  .c-accordion__toggler:hover {
    background-color: #006bdb!important;
    color: #fff;
  }
}