a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

body {
  background-color: #F4F4F1;
}

body.path-node, body.path-user {
  background-color: #FFF;
}

body.page-node-type-homepage {
  background-color: #F4F4F1;
}

.layout-content {
  position: relative;
}

.layout-wrapper {
  max-width: 120rem;
  margin: auto;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "open-sans", sans-serif;
  font-size: 1.6rem;
  color: #000;
}

h1 {
  font-family: "bebas-neue", sans-serif;
}

a:not([class]) {
  color: #231F20;
}

strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 1.2rem;
}

sub {
  vertical-align: sub;
  font-size: 1.2rem;
}

.wysiwyg p,
.wysiwyg img,
.wysiwyg iframe,
.wysiwyg blockquote,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg figure,
.wysiwyg ol,
.wysiwyg ul {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 37.5em) {
  .wysiwyg p,
  .wysiwyg img,
  .wysiwyg iframe,
  .wysiwyg blockquote,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg figure,
  .wysiwyg ol,
  .wysiwyg ul {
    margin-bottom: 2rem;
  }
}

.wysiwyg p:last-child,
.wysiwyg img:last-child,
.wysiwyg iframe:last-child,
.wysiwyg blockquote:last-child,
.wysiwyg h2:last-child,
.wysiwyg h3:last-child,
.wysiwyg h4:last-child,
.wysiwyg figure:last-child,
.wysiwyg ol:last-child,
.wysiwyg ul:last-child {
  margin-bottom: 0;
}

.wysiwyg ul {
  list-style-type: disc;
  list-style-position: outside;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg ul,
.wysiwyg ol {
  margin-left: 2rem;
}

.wysiwyg ul ul,
.wysiwyg ul ol,
.wysiwyg ol ul,
.wysiwyg ol ol {
  margin-left: 3rem;
}

.wysiwyg h2 {
  font-family: "bebas-neue", sans-serif;
  font-size: 3rem;
}

.wysiwyg h3,
.wysiwyg h4 {
  font-family: "open-sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.wysiwyg p,
.wysiwyg li {
  font-size: 1.6rem;
  line-height: 1.5625;
}

@media only screen and (max-width: 37.5em) {
  .wysiwyg p,
  .wysiwyg li {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.wysiwyg a {
  text-decoration: underline;
  font-weight: 700;
}

.wysiwyg a:hover, .wysiwyg a:focus {
  text-decoration: none;
}

.wysiwyg iframe {
  width: 100%;
  height: auto;
}

.wysiwyg figure img {
  margin-bottom: 0;
}

.wysiwyg figure figcaption {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.wysiwyg img {
  border-radius: 0.3rem;
  display: block;
}

.wysiwyg img.align-center {
  width: 50%;
  margin-right: 50%;
}

@media only screen and (max-width: 37.5em) {
  .wysiwyg .align-left,
  .wysiwyg .align-right {
    width: 100%;
    float: none;
  }
}

.wysiwyg .align-left {
  float: left;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.wysiwyg .align-right {
  float: right;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.wysiwyg blockquote {
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.6;
  margin-left: -10rem;
  padding-left: 5rem;
  background-image: url("../images/icons/icon-quote.svg");
  background-position: top 1rem left;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 75em) {
  .wysiwyg blockquote {
    padding-left: 1rem;
    margin-left: -1rem;
    padding-top: 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .wysiwyg blockquote {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.wysiwyg blockquote p {
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 37.5em) {
  .wysiwyg blockquote p {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.button-primary {
  background-image: linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  color: #FFF;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.3rem 3.5rem;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.button-primary:hover, .button-primary:focus {
  background: #6EA7C0;
}

img,
picture {
  max-width: 100%;
  height: auto;
}

.attachments .file {
  display: block;
  position: relative;
  padding: 1.5rem 4.5rem;
  border-top: 1px solid rgba(35, 31, 32, 0.1);
}

.attachments .file a {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.41;
  font-weight: 700;
}

.attachments .file a:before {
  content: "";
  background-image: url("../images/icons/icon-attachment.svg");
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -2.5rem;
  top: 0.3rem;
  height: 1.4rem;
  width: 1.3rem;
}

.attachments .file:last-child {
  padding-bottom: 0;
}

.addition-block .attachments .file {
  padding: 1.5rem 4.5rem;
}

.addition-block .attachments .file:first-child {
  border-top: 0;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

th {
  font-weight: 600;
  padding: 1rem;
}

td {
  padding: 1rem;
}

tr,
td,
th {
  vertical-align: middle;
}

[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea,
[multiple],
select {
  padding: 1rem 2rem;
  outline: 0;
  border: 1px solid rgba(35, 31, 32, 0.15);
  border-radius: 0.3rem;
  font-size: 1.4rem;
  width: 100%;
  line-height: 1.78;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "open-sans", sans-serif;
  color: #231F20;
}

[type="color"]:hover, [type="color"]:focus,
[type="date"]:hover,
[type="date"]:focus,
[type="datetime"]:hover,
[type="datetime"]:focus,
[type="datetime-local"]:hover,
[type="datetime-local"]:focus,
[type="email"]:hover,
[type="email"]:focus,
[type="month"]:hover,
[type="month"]:focus,
[type="number"]:hover,
[type="number"]:focus,
[type="password"]:hover,
[type="password"]:focus,
[type="search"]:hover,
[type="search"]:focus,
[type="tel"]:hover,
[type="tel"]:focus,
[type="text"]:hover,
[type="text"]:focus,
[type="time"]:hover,
[type="time"]:focus,
[type="url"]:hover,
[type="url"]:focus,
[type="week"]:hover,
[type="week"]:focus,
textarea:hover,
textarea:focus,
[multiple]:hover,
[multiple]:focus,
select:hover,
select:focus {
  border-color: rgba(35, 31, 32, 0.3);
}

select {
  background-image: url("../images/chevron-down.svg");
  background-color: #FFF;
  background-position: right 2rem center;
  background-repeat: no-repeat;
  font-weight: 600;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: rgba(35, 31, 32, 0.5);
  font-size: 1.4rem;
}

::-ms-input-placeholder {
  color: rgba(35, 31, 32, 0.5);
  font-size: 1.4rem;
}

::placeholder {
  color: rgba(35, 31, 32, 0.5);
  font-size: 1.4rem;
}

textarea {
  resize: vertical;
}

[type="submit"],
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 0;
  cursor: pointer;
}

.form-submit {
  background-image: linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  color: #FFF;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.3rem 3.5rem;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 1.5rem 6rem;
}

.form-submit:hover, .form-submit:focus {
  background: #6EA7C0;
}

label,
.fieldset-legend {
  font-size: 1.1rem;
  color: #231F20;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.description {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.3;
}

[type="checkbox"],
[type="radio"] {
  visibility: hidden;
  position: absolute;
}

.form-radios,
.form-checkboxes {
  margin-top: 2rem;
}

.form-radios .form-item,
.form-checkboxes .form-item {
  margin-bottom: 1rem;
}

.form-item-checkbox label,
.form-item-radios label,
.form-checkboxes label,
.form-radios label,
.form-type-checkbox label,
.form-type-radio label {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  line-height: 2rem;
  margin-bottom: 0;
  text-transform: none;
  font-size: 1.4rem;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.form-item-checkbox label:before,
.form-item-radios label:before,
.form-checkboxes label:before,
.form-radios label:before,
.form-type-checkbox label:before,
.form-type-radio label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 0.2rem solid rgba(35, 31, 32, 0.5);
  width: 2rem;
  height: 2rem;
}

.form-item-radios label:before, .form-item-radios label:after,
.form-radios label:before,
.form-radios label:after,
.form-type-radio label:before,
.form-type-radio label:after {
  border-radius: 100%;
}

[type="radio"]:checked + label:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgba(35, 31, 32, 0.5);
  position: absolute;
  left: 0.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

[type="checkbox"] ~ .description {
  position: relative;
  padding-left: 2.3rem;
}

[type="checkbox"] ~ .description:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 1px solid rgba(35, 31, 32, 0.15);
  border-radius: 0.3rem;
  background-color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

[type="checkbox"]:checked ~ .description:before {
  background-image: url("../images/tick--dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

.js-form-type-checkbox {
  position: relative;
}

.js-form-type-checkbox .description a,
.js-form-type-checkbox .webform-element-more {
  position: relative;
  z-index: 9;
}

.path-academy .js-form-type-checkbox label::before {
  content: "";
  left: 0;
  top: 0;
  right: unset;
  bottom: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
}

.path-academy [type="checkbox"]:checked + label:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgba(35, 31, 32, 0.5);
  position: absolute;
  left: 0.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}

.site-header {
  background-color: #FFF;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  z-index: 15;
}

.site-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 140rem;
  margin: auto;
}

@media only screen and (max-width: 75em) {
  .site-header__wrapper {
    height: 8rem;
  }
}

.logo {
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-size: 111px 30px;
  font-family: "bebas-neue", sans-serif;
  font-size: 1.5rem;
  padding-left: 12.1rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 62.5em) {
  .logo {
    padding-left: 0;
    font-size: 0;
    width: 11.1rem;
    height: 3rem;
  }
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 20;
}

.main-menu__item:hover .main-menu--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}

@media only screen and (min-width: 75em) {
  .main-menu__item:hover .main-menu__link--expanded {
    background-image: url("../images/chevron-up.svg");
  }
}

.main-menu__link {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  color: #231F20;
  padding: 4.1rem 2.5rem 4.1rem 1.5rem;
  line-height: 1.35;
  position: relative;
}

.main-menu__link--expanded {
  background-image: url("../images/chevron-down.svg");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}

.main-menu--sub {
  position: absolute;
  top: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 2rem;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  background-color: #FFF;
  -webkit-box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  display: none;
  width: 100%;
  max-width: 27rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.main-menu--sub .main-menu__item {
  margin-right: 0;
}

.main-menu--sub .main-menu__item:last-child .main-menu__link {
  border-bottom: 0;
}

.main-menu--sub .main-menu__link {
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.main-menu--sub .main-menu__link:hover, .main-menu--sub .main-menu__link:focus {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  color: #000;
}

.account-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-menu .button.crm-login {
  background-image: none;
  background: none;
}

.account-menu .button.crm-login:hover {
  color: #231F20;
  background: none;
}

.account-menu__link {
  font-size: 1.4rem;
  line-height: 1.35;
  text-decoration: none;
  color: rgba(35, 31, 32, 0.5);
  font-weight: 600;
}

.account-menu__link:hover, .account-menu__link:focus {
  color: #231F20;
}

@media only screen and (max-width: 62.5em) {
  .account-menu__link {
    margin-bottom: 2rem;
  }
}

.account-menu__link--search {
  margin-right: 2rem;
}

.account-menu__link--button {
  border-radius: 0.3rem;
  background-image: linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-left: 2rem;
  font-weight: 700;
  padding: 1.6rem 1.95rem;
}

.account-menu__link--button:hover, .account-menu__link--button:focus {
  background: #6EA7C0;
  color: #FFF;
}

.search-button {
  background-image: url("../images/icons/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.8rem;
  height: 1.8rem;
  background-size: 18px 18px;
  font-size: 0;
  text-indent: -999rem;
  margin-right: 2rem;
}

.crm-login {
  font-size: 1.4rem;
  line-height: 1.35;
  text-decoration: none;
  color: rgba(35, 31, 32, 0.5);
  font-weight: 600;
  background-image: none;
  padding: 0;
}

.crm-login:hover, .crm-login:focus {
  color: #231F20;
  background: none;
}

@media only screen and (max-width: 62.5em) {
  .crm-login {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 75em) {
  .site-header .main-menu,
  .site-header .account-menu {
    display: none;
  }
}

.site-header__menu-button {
  display: none;
  font-size: 1.1rem;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.05rem;
  padding-right: 3rem;
  text-transform: uppercase;
  background-image: url("../images/icons/icon-menu.svg");
  background-color: transparent;
  background-position: right center;
  background-repeat: no-repeat;
}

.site-header__menu-button.active {
  background-image: url("../images/icons/icon-menu-close.svg");
  padding-right: 2rem;
}

@media only screen and (max-width: 75em) {
  .site-header__menu-button {
    display: block;
  }
}

.small-menu {
  background-color: #FFF;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
}

@media only screen and (max-width: 75em) {
  .small-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
  }
}

.small-menu.active {
  max-height: 100rem;
}

@media only screen and (max-width: 75em) {
  .small-menu.active {
    overflow: visible;
  }
}

@media only screen and (max-width: 62.5em) {
  .small-menu .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 62.5em) {
  .small-menu .main-menu--sub {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
  }
  .small-menu .main-menu--sub.active {
    max-height: 100rem;
  }
}

@media only screen and (max-width: 62.5em) {
  .small-menu .main-menu--sub .main-menu__link {
    border-bottom: 0;
    padding: 1rem;
  }
}

@media only screen and (max-width: 62.5em) {
  .small-menu .main-menu--sub .main-menu__item:first-child .main-menu__link {
    padding: 2rem 1rem 1rem;
  }
}

@media only screen and (max-width: 62.5em) {
  .small-menu .main-menu--sub .main-menu__item:last-child .main-menu__link {
    padding: 1rem 1rem 2rem;
  }
}

@media only screen and (max-width: 62.5em) {
  .small-menu .main-menu__link {
    padding: 2rem 0;
  }
}

@media only screen and (max-width: 62.5em) {
  .small-menu .account-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    margin: 2rem 0;
  }
}

@media only screen and (max-width: 62.5em) {
  .small-menu .account-menu__link--button {
    text-align: center;
    margin-left: 0;
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 75em) {
  .small-menu .main-menu__link--expanded {
    background-image: url("../images/chevron-down.svg");
  }
  .small-menu .main-menu__link--expanded.active {
    background-image: url("../images/chevron-up.svg");
  }
}

.small-menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 140rem;
  margin: auto;
}

@media only screen and (max-width: 62.5em) {
  .small-menu__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.small-menu__slogan {
  display: none;
  font-family: "bebas-neue", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #000;
  padding: 2rem 0;
  border-bottom: 0.1rem solid rgba(35, 31, 32, 0.1);
}

@media only screen and (max-width: 62.5em) {
  .small-menu__slogan {
    display: block;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 120rem;
  margin: 0 auto 1rem;
}

@media only screen and (max-width: 75em) {
  .header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.header__inner {
  width: 100%;
  border-bottom: 0.1rem solid rgba(35, 31, 32, 0.1);
  padding-bottom: 3rem;
}

.header__content {
  width: 100%;
  max-width: 90rem;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.6;
  color: #231F20;
}

@media only screen and (max-width: 46.875em) {
  .header__content {
    font-size: 2rem;
  }
}

.site-footer {
  background-image: url("../images/rings.svg"), linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  background-repeat: no-repeat;
  background-position: left;
  padding: 3rem 2rem;
}

@media only screen and (max-width: 46.875em) {
  .site-footer {
    background-size: cover;
  }
}

.site-footer__sub {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  padding-bottom: 2rem;
}

.site-footer__wrapper {
  max-width: 100rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 46.875em) {
  .site-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 46.875em) {
  .footer-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-menu__item {
  margin-right: 4rem;
}

@media only screen and (max-width: 46.875em) {
  .footer-menu__item {
    margin-right: 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .footer-menu__item {
    margin-bottom: 1rem;
  }
}

.footer-menu__link {
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 600;
  color: #FFF;
}

.footer-menu__link:hover, .footer-menu__link:focus {
  text-decoration: underline;
}

.social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

@media only screen and (max-width: 46.875em) {
  .social-nav {
    margin-left: 0;
  }
}

.social-nav__item {
  margin-left: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.4rem;
  height: 2.4rem;
  text-indent: -999rem;
  font-size: 0;
}

@media only screen and (max-width: 46.875em) {
  .social-nav__item {
    margin-left: 0;
    margin-right: 2rem;
  }
}

.social-nav__item--facebook {
  background-image: url("../images/social-facebook.svg");
}

.social-nav__item--twitter {
  background-image: url("../images/social-twitter.svg");
}

.social-nav__item--linkedin {
  background-image: url("../images/social-linkedin.svg");
}

.social-nav__item--youtube {
  background-image: url("../images/social-youtube.svg");
}

.site-footer__main {
  padding: 3rem 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-footer__main p {
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.42;
  margin-bottom: 2rem;
}

.site-footer__main p:last-child {
  margin-bottom: 0;
}

.site-footer__main a {
  font-weight: 700;
  color: #FFF;
}

@media only screen and (max-width: 46.875em) {
  .site-footer__banners {
    margin-top: 2rem;
  }
}

.site-footer__banners img:not(:first-child) {
  margin-left: 2rem;
}

.site-footer__copy {
  font-size: 1.2rem;
  line-height: 1.666;
  color: #FFF;
}

.join-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 0.1rem solid rgba(35, 31, 32, 0.1);
  border-bottom: 0.1rem solid rgba(35, 31, 32, 0.1);
  margin-bottom: 2rem;
}

.join-block__content {
  font-size: 1.2rem;
  line-height: 1.666;
  font-weight: 600;
  margin-bottom: 2rem;
}

.join-block__button {
  background-image: linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  color: #FFF;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.3rem 3.5rem;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.join-block__button:hover, .join-block__button:focus {
  background: #6EA7C0;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share:before {
  content: "Share";
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 62.5em) {
  .share:before {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

.node__content .share {
  position: absolute;
  left: 0;
  top: 1rem;
}

@media only screen and (max-width: 62.5em) {
  .node__content .share {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 2rem;
  }
}

.share__item {
  width: 2rem;
  margin-bottom: 2rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: block;
  text-indent: -999rem;
}

@media only screen and (max-width: 62.5em) {
  .share__item {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}

.share__item--facebook {
  background-image: url("../images/share-facebook.svg");
  height: 2rem;
}

.share__item--twitter {
  background-image: url("../images/share-twitter.svg");
  height: 1.7rem;
}

.share__item--email {
  background-image: url("../images/share-email.svg");
  height: 1.4rem;
}

.banner {
  padding: 17rem 3rem;
  width: 100%;
  position: relative;
  background-image: linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  overflow: hidden;
}

.page-node-type-homepage .banner {
  background-image: linear-gradient(135deg, #E85F9B 0%, #F69223 100%);
}

@media only screen and (max-width: 37.5em) {
  .banner {
    padding: 10rem 3rem;
  }
}

@-webkit-keyframes banner-image {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes banner-image {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.banner img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 60%;
  top: 0;
  bottom: 0;
  right: 0;
}

@supports ((-webkit-animation-name: banner-image) or (animation-name: banner-image)) {
  .banner img {
    opacity: 0;
    -webkit-animation-name: banner-image;
            animation-name: banner-image;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

@media only screen and (max-width: 37.5em) {
  .banner img {
    display: none;
  }
}

@-webkit-keyframes banner {
  from {
    -webkit-transform: rotate(-10deg) translateX(-10vw);
            transform: rotate(-10deg) translateX(-10vw);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0);
    opacity: 1;
  }
}

@keyframes banner {
  from {
    -webkit-transform: rotate(-10deg) translateX(-10vw);
            transform: rotate(-10deg) translateX(-10vw);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0);
    opacity: 1;
  }
}

.banner:after {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  bottom: -5rem;
  right: 0;
  max-width: 60vw;
  background-image: url("../images/circles/banner-rings--default.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-name: banner;
          animation-name: banner;
}

.theme-procurement .banner:after {
  background-image: url("../images/circles/banner-rings--procurement.svg");
}

.theme-academy .banner:after {
  background-image: url("../images/circles/banner-rings--academy.svg");
}

.theme-community .banner:after {
  background-image: url("../images/circles/banner-rings--community.svg");
}

.theme-insight .banner:after {
  background-image: url("../images/circles/banner-rings--insight.svg");
}

.page-node-type-homepage .banner:after {
  background-image: url("../images/circles/banner-rings--homepage.svg");
}

@media only screen and (max-width: 37.5em) {
  .banner:after {
    max-width: 100vw;
  }
}

.banner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  z-index: 1;
  height: 5rem;
}

@supports ((-webkit-clip-path: ellipse(75% 20% at 60% 100%)) or (clip-path: ellipse(75% 20% at 60% 100%))) {
  .banner:before {
    -webkit-clip-path: ellipse(75% 20% at 60% 100%);
            clip-path: ellipse(75% 20% at 60% 100%);
    top: 0;
    height: auto;
  }
}

.banner--view:before,
.banner--flex:before {
  background-color: #F4F4F1;
}

.banner__wrapper {
  max-width: 120rem;
  margin: auto;
  position: relative;
  z-index: 10;
}

.banner__title {
  font-size: 12rem;
  line-height: 0.83;
  color: #FFF;
  padding-bottom: 3rem;
  position: relative;
  max-width: 60rem;
}

@media only screen and (max-width: 37.5em) {
  .banner__title {
    font-size: 6rem;
    line-height: 1;
    padding-bottom: 1.5rem;
  }
}

.banner__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1rem;
  width: 10rem;
  background-color: #FFF;
  left: 0.5rem;
}

@media only screen and (max-width: 37.5em) {
  .banner__title:after {
    height: 0.5rem;
    width: 5rem;
  }
}

.banner__intro {
  font-size: 1.8rem;
  line-height: 1.38;
  color: #FFF;
  margin-bottom: 3rem;
}

.banner--compact {
  padding: 8rem 3rem 12rem;
}

@media only screen and (max-width: 46.875em) {
  .banner--compact {
    padding: 8rem 2rem;
  }
}

.banner--compact:after {
  display: none;
}

.banner--compact .banner__title {
  font-size: 5rem;
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 46.875em) {
  .banner--compact .banner__title {
    font-size: 4rem;
  }
}

.banner--compact .banner__title:after {
  display: none;
}

.banner__meta {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 46.875em) {
  .banner__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 46.875em) {
  .banner__meta span {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 46.875em) {
  .banner__meta .location {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.banner--front {
  padding: 8rem 3rem 14rem;
}

.banner--front .banner__title {
  max-width: 100%;
}

.banner--front .banner__title:after {
  display: none;
}

.banner--front .banner__content {
  max-width: 70rem;
}

.banner--front a {
  background-image: linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  color: #FFF;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.3rem 3.5rem;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  background: #FFF;
  color: #231F20;
}

.banner--front a:hover, .banner--front a:focus {
  background: #6EA7C0;
}

.banner--front a:hover, .banner--front a:focus {
  background: #F4F4F1;
}

.banner--front:before {
  background-color: #F4F4F1;
}

.banner__type {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.363;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #FFF;
  background-position: left center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.banner__type--article {
  background-image: url("../images/icons/icon-plant-white.svg");
  padding-left: 3rem;
}

.banner__type--supplier {
  background-image: url("../images/icons/icon-framework-white.svg");
  padding-left: 3rem;
}

.banner__type--course {
  background-image: url("../images/icons/icon-course-white.svg");
  padding-left: 3.5rem;
}

.location {
  padding: 0.2rem 0 0.2rem 2rem;
  margin-left: 3rem;
  display: inline-block;
  background-image: url("../images/icons/icon-location-white.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

.node__wrapper {
  max-width: 120rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 75em) {
  .node__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 46.875em) {
  .node__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-node-type-flex-page .layout-content {
  background-color: #F4F4F1;
}

.node__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 6rem;
  padding-left: 10rem;
  position: relative;
  max-width: 80rem;
}

@media only screen and (max-width: 62.5em) {
  .node__content {
    padding-left: 0;
  }
}

@media only screen and (max-width: 46.875em) {
  .node__content {
    padding-bottom: 3rem;
  }
}

.node__content .views-element-container {
  margin: 2rem 0;
}

.node__content--flex {
  padding-left: 0;
  max-width: 100%;
}

.node__title {
  font-size: 3rem;
  font-family: "bebas-neue", sans-serif;
  line-height: 1.233;
  margin-bottom: 2.5rem;
}

.node__aside {
  max-width: 30rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5rem;
  padding-bottom: 6rem;
}

.node__aside p:not([class]) {
  font-size: 1.2rem;
  line-height: 1.666;
  font-weight: 600;
}

@media only screen and (max-width: 46.875em) {
  .node__aside {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 3rem;
    padding-bottom: 0;
  }
}

.node__aside__image {
  margin-bottom: 2rem;
  background-image: #FFF;
  border-radius: 0.3rem;
  position: relative;
}

.node__aside__image:before {
  content: "";
  position: absolute;
  top: -3rem;
  right: -3rem;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  opacity: 0.5;
  background-image: linear-gradient(39.87deg, #6EA7C0 0%, #557389 100%);
  z-index: -1;
}

@media only screen and (max-width: 81.25em) {
  .node__aside__image:before {
    display: none;
  }
}

.node__aside__image img {
  border-radius: 0.3rem;
}

.node__introduction {
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 37.5em) {
  .node__introduction {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.forum-block {
  padding: 3rem 2rem 2rem;
  border-radius: 0.3rem;
  background-image: linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  margin-bottom: 3rem;
}

.forum-block__title,
.forum-block__text,
.forum-block__button {
  color: #FFF;
}

.forum-block__title {
  color: #FFF;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.388;
  font-weight: 700;
  padding-top: 3rem;
  background-image: url("../images/icons/icon-forum.svg");
  background-repeat: no-repeat;
  background-position: top left;
}

.forum-block__text {
  font-size: 1.4rem;
  line-height: 1.428;
  margin-bottom: 3rem;
}

.forum-block__button {
  display: block;
  font-weight: 700;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: -2rem;
  font-size: 1.4rem;
  text-decoration: none;
  background-image: url("../images/icons/icon-chevron-light-right.svg");
  background-position: right 2rem center;
  background-repeat: no-repeat;
}

.forum-block__button:hover, .forum-block__button:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.content-highlights-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 120rem;
  margin: 0 auto 2rem;
}

@media only screen and (max-width: 75em) {
  .content-highlights-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .content-highlights-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-highlight {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .content-highlight {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-right: 0;
  }
}

.content-highlight:nth-child(even) {
  padding-right: 0;
}

.content-highlight:nth-child(even) .content-highlight__content {
  background-image: url("../images/circles/highlight-box-bg--even.svg");
}

.content-highlight a {
  background-image: linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  color: #FFF;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.3rem 3.5rem;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.content-highlight a:hover, .content-highlight a:focus {
  background: #6EA7C0;
}

.content-highlight__content {
  padding: 5rem;
  border-radius: 0.3rem;
  background-color: #F4F4F1;
  height: 100%;
  background-image: url("../images/circles/highlight-box-bg--odd.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media only screen and (max-width: 46.875em) {
  .content-highlight__content {
    padding: 3rem;
  }
}

@media only screen and (max-width: 46.875em) {
  .content-highlight__content {
    padding: 2rem;
  }
}

.content-highlight__title,
.content-highlight__text {
  margin-bottom: 2rem;
}

.content-highlight__title {
  font-size: 1.8rem;
  line-height: 1.38;
}

.content-highlight__text {
  font-weight: 600;
  line-height: 1.666;
  font-size: 1.2rem;
}

.addition-block {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 0.2rem solid rgba(35, 31, 32, 0.1);
}

.addition-block .attachments {
  border-radius: 0.3rem;
  padding: 0.5rem 2rem;
  -webkit-box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  border: 0.1rem solid rgba(35, 31, 32, 0.1);
}

.addition-block iframe,
.addition-block video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.addition-block__title {
  font-size: 3rem;
  font-family: "bebas-neue", sans-serif;
  line-height: 1.233;
  margin-bottom: 2.5rem;
}

.addition-block__text {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.56;
}

.addition-block__login {
  line-height: 1.5625;
}

.addition-block__login div,
.addition-block__login form {
  display: inline;
}

.addition-block__login .button.crm-login {
  color: #231F20;
  background: none;
  background-image: none;
  display: inline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: lowercase;
  text-decoration: underline;
}

.addition-block__login .button.crm-login,
.addition-block__login .button.crm-login:focus,
.addition-block__login .button.crm-login:hover,
.addition-block__login .button.crm-login:active {
  color: #231F20;
  background: none;
  background-image: none;
}

.addition-block__login .button.crm-login:focus-visible {
  outline: none;
  border: 0.2rem solid #0000ff;
}

.aside-section {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.41;
  font-weight: 600;
}

.aside-section__title {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.cta {
  background-color: #F4F4F1;
  padding: 1rem 2rem;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
}

.cta__content {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.666;
}

.cta__content a {
  font-weight: 700;
}

.content-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid rgba(35, 31, 32, 0.1);
}

.content-nav__item {
  font-size: 1.4rem;
  margin-right: 3rem;
  text-decoration: none;
  color: #231F20;
}

.content-nav__item:first-child {
  font-weight: 600;
}

.content-nav__item:hover, .content-nav__item:focus {
  text-decoration: underline;
}

.meta-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
  padding-top: 2.5rem;
  border-top: 0.2rem solid rgba(35, 31, 32, 0.1);
}

.meta-items__item {
  margin-right: 2rem;
}

.meta-items__label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.meta-items__content {
  font-size: 1.2rem;
  font-weight: 600;
}

.flex-table {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  border-radius: 0.3rem;
  margin-top: 3rem;
}

@media only screen and (max-width: 46.875em) {
  .flex-table {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 7rem;
  }
}

.flex-table__item {
  padding: 1.4rem 2rem;
  font-weight: 600;
  font-size: 1.2rem;
  color: #FFF;
}

@media only screen and (max-width: 46.875em) {
  .flex-table__item {
    text-align: center;
  }
}

.flex-table__item:not(:last-child) {
  border-right: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.flex-table__item a {
  font-weight: 700;
  text-decoration: none;
  color: #FFF;
}

@media only screen and (max-width: 46.875em) {
  .flex-table__item--price {
    width: 100%;
    border-right: none;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (max-width: 46.875em) {
  .flex-table__item--view-price {
    width: 50%;
  }
}

@media only screen and (max-width: 46.875em) {
  .flex-table__item--book {
    width: 50%;
  }
}

.pricing-table {
  border-radius: 0.3rem;
  padding: 0.5rem 2rem;
  -webkit-box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  border: 0.1rem solid rgba(35, 31, 32, 0.1);
}

.pricing-table__row {
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pricing-table__row:not(:first-child) {
  border-top: 0.1rem solid rgba(35, 31, 32, 0.1);
}

.pricing-table__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.pricing-table__item:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: left;
}

.book-block {
  margin-bottom: 3rem;
}

.book-block .location {
  background-image: url("../images/icons/icon-location.svg");
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 0;
  margin-bottom: 1.5rem;
}

.book-block__title {
  font-size: 1.8rem;
  line-height: 1.388;
  margin-bottom: 1.5rem;
}

.book-block__meta {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.book-block__actions {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding-top: 2rem;
}

.book-block__button {
  background-image: linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  color: #FFF;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.3rem 3.5rem;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
}

.book-block__button:hover, .book-block__button:focus {
  background: #6EA7C0;
}

.dyk-block {
  padding: 2.5rem 2rem;
  background-color: #F4F4F1;
  margin-bottom: 3rem;
  border-radius: 0.3rem;
}

.dyk-block p:not([class]) {
  font-size: 1.4rem;
  line-height: 1.42;
  font-weight: 400;
  margin-bottom: 2rem;
}

.dyk-block p:not([class]):last-child {
  margin-bottom: 0;
}

.dyk-block a {
  font-weight: 700;
  text-decoration: underline;
}

.dyk-block a:hover, .dyk-block a:focus {
  text-decoration: none;
}

.dyk-block__title {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 700;
}

.view-strip {
  padding: 7.5rem 0;
  background-color: #F4F4F1;
}

@media only screen and (max-width: 62.5em) {
  .view-strip {
    padding: 4.5rem 0;
  }
}

.view-strip .teaser-list {
  margin: 0 -1rem;
}

.view-strip .teaser-list__item {
  width: 25%;
}

@media only screen and (max-width: 62.5em) {
  .view-strip .teaser-list__item {
    width: 33.333%;
  }
}

@media only screen and (max-width: 46.875em) {
  .view-strip .teaser-list__item {
    width: 50%;
  }
}

@media only screen and (max-width: 37.5em) {
  .view-strip .teaser-list__item {
    width: 100%;
  }
}

.view-strip__title {
  font-size: 5rem;
  line-height: 1.2;
  font-family: "bebas-neue", sans-serif;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 62.5em) {
  .view-strip__title {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 46.875em) {
  .view-strip__title {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .view-strip__title {
    font-size: 3rem;
  }
}

.view-strip__wrapper {
  max-width: 120rem;
  margin: auto;
}

.view-strip__wrapper--border {
  padding: 4rem 0 5rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.view-strip__carousel {
  margin: 0 -1rem;
}

@media only screen and (max-width: 81.25em) {
  .view-strip__carousel {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 46.875em) {
  .view-strip__carousel {
    margin: 0 -1rem;
    width: calc(100% + 2rem);
  }
}

.view-strip__carousel .teaser-list {
  margin: 0;
  max-width: none;
}

@media only screen and (max-width: 81.25em) {
  .view-strip__carousel--buttons {
    margin: 0 auto;
    width: 92%;
  }
}

@media only screen and (max-width: 62.5em) {
  .view-strip__carousel--buttons {
    width: 90%;
  }
}

@media only screen and (max-width: 46.875em) {
  .view-strip__carousel--buttons {
    margin: 0 -1rem;
    width: calc(100% + 2rem);
  }
}

.view-strip--section {
  padding: 0;
}

@media only screen and (max-width: 75em) {
  .view-strip--section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.view-strip--adverts {
  background-color: #FFF;
}

@media only screen and (max-width: 81.25em) {
  .view-strip--adverts {
    padding: 7.5rem 2rem;
  }
}

.view-strip--adverts .view-strip__title {
  font-family: "open-sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}

.view-strip--partners {
  background-color: #F4F4F1;
  padding: 5rem 2rem;
}

.terms {
  max-width: 120rem;
  margin: 2rem auto;
}

.terms__head {
  border-top: 0.2rem solid rgba(35, 31, 32, 0.1);
  padding: 2.4rem 0 1.4rem;
}

.terms__head h2 {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.41;
  text-transform: uppercase;
}

.terms__head h2 span {
  cursor: pointer;
  text-decoration: underline;
}

.terms__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .3s ease;
  transition: max-height .3s ease;
}

.terms__body.active {
  max-height: 100rem;
}

.terms__body p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(35, 31, 32, 0.5);
  margin-bottom: 1.5rem;
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.teaser-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

@media only screen and (max-width: 75em) {
  .teaser-list {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.teaser-list__item {
  width: 33.333%;
  padding: 1rem;
}

@media only screen and (max-width: 46.875em) {
  .teaser-list__item {
    width: 50%;
  }
}

@media only screen and (max-width: 37.5em) {
  .teaser-list__item {
    width: 100%;
  }
}

@media only screen and (max-width: 62.5em) {
  .view--with-filters .teaser-list__item {
    width: 50%;
  }
}

@media only screen and (max-width: 46.875em) {
  .view--with-filters .teaser-list__item {
    width: 100%;
  }
}

.teaser-list__item--team,
.teaser-list__item--supplier,
.teaser-list__item--partner {
  width: 25%;
}

@media only screen and (max-width: 62.5em) {
  .teaser-list__item--team,
  .teaser-list__item--supplier,
  .teaser-list__item--partner {
    width: 33.333%;
  }
}

@media only screen and (max-width: 46.875em) {
  .teaser-list__item--team,
  .teaser-list__item--supplier,
  .teaser-list__item--partner {
    width: 50%;
  }
}

@media only screen and (max-width: 37.5em) {
  .teaser-list__item--team,
  .teaser-list__item--supplier,
  .teaser-list__item--partner {
    width: 100%;
  }
}

.teaser-list--node {
  margin-left: -1.5rem;
  margin-top: -1.5rem;
}

.teaser-list--node .teaser-list__item {
  width: 100%;
  max-width: 31rem;
}

.teaser-list--compact {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media only screen and (max-width: 75em) {
  .teaser-list--compact {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.teaser-list--compact .teaser-list__item {
  width: 25%;
}

@media only screen and (max-width: 62.5em) {
  .teaser-list--compact .teaser-list__item {
    width: 50%;
  }
}

@media only screen and (max-width: 46.875em) {
  .teaser-list--compact .teaser-list__item {
    width: 100%;
  }
}

.teaser-list--front {
  position: relative;
  z-index: 10;
  margin-bottom: 4rem;
  margin-top: -4rem;
  margin-left: -1rem;
  margin-right: -1rem;
  max-width: none;
}

@media only screen and (max-width: 75em) {
  .teaser-list--front {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.teaser-list--front .teaser-list__item {
  padding: 1rem;
}

.teaser {
  background-color: #FFF;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(35, 31, 32, 0.1);
  color: #231F20;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  word-break: break-word;
  -webkit-transition: -webkit-box-shadow ease-in-out 0.2s;
  transition: -webkit-box-shadow ease-in-out 0.2s;
  transition: box-shadow ease-in-out 0.2s;
  transition: box-shadow ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
}

.teaser:hover, .teaser:focus {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.teaser img {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.teaser__header {
  position: relative;
  background-image: url("../images/circles/banner-rings--default.svg"), linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60%;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.teaser__header:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  z-index: 1;
  height: 1rem;
}

@supports ((-webkit-clip-path: ellipse(75% 10% at 70% 100%)) or (clip-path: ellipse(75% 10% at 70% 100%))) {
  .teaser__header:before {
    top: 0;
    -webkit-clip-path: ellipse(75% 10% at 70% 100%);
            clip-path: ellipse(75% 10% at 70% 100%);
    height: auto;
  }
}

.teaser__supplement {
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.833;
  color: #FFF;
  background-image: linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 0.3rem;
  z-index: 2;
}

.teaser__title {
  font-size: 2rem;
  line-height: 1.388;
  font-weight: 400;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.teaser__dps {
  font-size: 1.6rem;
  line-height: 1.388;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}

.teaser__content {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFF;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.teaser__content:after {
  content: "";
  position: absolute;
  top: -3rem;
  left: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 10;
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/icon-course.svg");
}

.teaser__date,
.teaser__position,
.teaser__location,
.teaser__meeting-group,
.teaser__region {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.41;
  margin-bottom: 0.5rem;
  position: relative;
}

.teaser__location {
  padding-left: 2rem;
  background-image: url("../images/icons/icon-location.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

.teaser__footer {
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-size: 1.1rem;
  line-height: 1.36;
  text-transform: uppercase;
  margin-top: auto;
  padding-top: 1rem;
}

.teaser__quick-link {
  padding-left: 2.5rem;
  background-image: url("../images/icons/icon-attachment.svg");
  background-position: top 0.3rem left;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  line-height: 1.5;
}

.teaser__quick-link a {
  font-size: 1.2rem;
  display: inherit;
  line-height: 1.5;
  text-decoration: none;
}

.teaser__quick-link a:hover, .teaser__quick-link a:focus {
  text-decoration: underline;
}

.teaser__text {
  font-size: 1.4rem;
  line-height: 1.428;
  margin-bottom: 2rem;
}

.teaser--page .teaser__content:after,
.teaser--advert .teaser__content:after,
.teaser--lot .teaser__content:after,
.teaser--supplier .teaser__content:after {
  display: none;
}

.teaser--advert {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.teaser--advert img {
  border-radius: 0.3rem;
}

.teaser--supplier img,
.teaser--partner img {
  position: static;
  -o-object-fit: contain;
     object-fit: contain;
  width: 75%;
  height: 18rem;
  margin: 0 auto;
}

.teaser--course .teaser__content:after,
.teaser--academy .teaser__content:after,
.teaser--conference-item .teaser__content:after {
  background-image: url("../images/icons/icon-course.svg");
}

.teaser--course .teaser__header,
.teaser--academy .teaser__header,
.teaser--conference-item .teaser__header {
  background-image: url("../images/circles/banner-rings--academy.svg"), linear-gradient(135deg, #F6A949 0%, #E57F0D 100%);
  background-size: cover;
}

.teaser--course .teaser__supplement,
.teaser--academy .teaser__supplement,
.teaser--conference-item .teaser__supplement {
  background-image: linear-gradient(135deg, #F6A949 0%, #E57F0D 100%);
}

.teaser--article .teaser__content:after,
.teaser--research .teaser__content:after,
.teaser--magazine .teaser__content:after,
.teaser--insight .teaser__content:after {
  background-image: url("../images/icons/icon-plant.svg");
}

.teaser--article .teaser__header,
.teaser--research .teaser__header,
.teaser--magazine .teaser__header,
.teaser--insight .teaser__header {
  background-image: url("../images/circles/banner-rings--insight.svg"), linear-gradient(135deg, #BC4298 0%, #8D226E 100%);
  background-size: cover;
}

.teaser--article .teaser__supplement,
.teaser--research .teaser__supplement,
.teaser--magazine .teaser__supplement,
.teaser--insight .teaser__supplement {
  background-image: linear-gradient(135deg, #BC4298 0%, #8D226E 100%);
}

.teaser--framework .teaser__content:after,
.teaser--procurement .teaser__content:after {
  background-image: url("../images/icons/icon-framework.svg");
}

.teaser--framework .teaser__header,
.teaser--procurement .teaser__header {
  background-image: url("../images/circles/banner-rings--procurement.svg"), linear-gradient(135deg, #07BC7C 0%, #0B8152 100%);
  background-size: cover;
}

.teaser--framework .teaser__supplement,
.teaser--procurement .teaser__supplement {
  background-image: linear-gradient(135deg, #07BC7C 0%, #0B8152 100%);
}

.teaser--team-member .teaser__header {
  padding-top: 75%;
}

.teaser--team-member .teaser__content:after {
  background-image: url("../images/icons/icon-team.svg");
}

.teaser--community .teaser__content:after {
  background-image: url("../images/icons/icon-community.svg");
}

.teaser--community .teaser__header {
  background-image: url("../images/circles/banner-rings--community.svg"), linear-gradient(135deg, #ED556F 0%, #BB324A 100%);
  background-size: cover;
}

.teaser--quote {
  height: auto;
}

.teaser--quote .teaser__content:after {
  display: none;
}

.teaser--quote .teaser__title {
  margin-left: -1rem;
  margin-top: -2rem;
  padding-top: 2rem;
  padding-left: 1rem;
  background-image: url("../images/icons/icon-quote.svg");
  background-position: top 1rem left;
  background-repeat: no-repeat;
}

.teaser--front .teaser__header {
  padding: 6rem 2rem 4rem;
}

.teaser--front .teaser__title {
  color: #FFF;
  font-size: 1.8rem;
}

.teaser--front .teaser__tag {
  position: absolute;
  left: 2rem;
  top: 2rem;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 600;
}

.teaser-image__container {
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}

.teaser-image__container.teaser-image__fallback img {
  opacity: 0;
}

.teaser-image__container--advert {
  background-size: cover;
}

.teaser__cta {
  margin: 0 2rem 2rem 2rem;
}

.teaser-list--wide .teaser-list__item {
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0 0;
}

@media only screen and (max-width: 75em) {
  .teaser-list--wide .teaser-list__item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.teaser--wide {
  width: 100%;
}

.teaser--wide .teaser__content {
  padding: 3rem 2rem;
}

.teaser--wide .teaser__content:before, .teaser--wide .teaser__content:after {
  display: none;
}

.teaser--wide .teaser__content p {
  font-size: 1.4rem;
  line-height: 1.42;
}

.teaser--wide .teaser__content a {
  font-weight: 700;
}

.teaser--wide .teaser__title.attachment:after {
  content: "";
  background-image: url("../images/icons/icon-attachment.svg");
  background-position: center;
  background-size: contain;
  position: absolute;
  right: -2.2rem;
  top: 0.8rem;
  height: 1.4rem;
  width: 1.3rem;
}

@media only screen and (max-width: 37.5em) {
  .teaser--wide .teaser__title.attachment:after {
    display: none;
  }
}

@media only screen and (max-width: 75em) {
  .teaser--meeting .teaser__introduction {
    margin-bottom: 4rem;
  }
}

.teaser-content__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .teaser-content__meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.teaser-content__meta .teaser__date,
.teaser-content__meta .teaser__location,
.teaser-content__meta .teaser__meeting-group,
.teaser-content__meta .teaser__region {
  margin-right: 2rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 37.5em) {
  .teaser-content__meta .teaser__date,
  .teaser-content__meta .teaser__location,
  .teaser-content__meta .teaser__meeting-group,
  .teaser-content__meta .teaser__region {
    margin-bottom: 0.5rem;
  }
}

.teaser-content__intro {
  position: relative;
}

.teaser__introduction {
  max-width: 55rem;
}

.teaser__view-more {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: rgba(35, 31, 32, 0.5);
  border: 0.1rem solid rgba(35, 31, 32, 0.1);
  border-radius: 0.3rem;
  padding: 0.8rem 4rem 0.8rem 2rem;
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  background-image: url("../images/chevron-down.svg");
  background-position: right 2rem center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.teaser__view-more.active {
  background-image: url("../images/chevron-up.svg");
}

.teaser--meeting .teaser__view-more {
  background: transparent;
  padding-right: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .teaser__view-more {
    position: relative;
    width: 100%;
    margin-top: 2rem;
  }
}

.teaser-content__expand {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .3s ease;
  transition: max-height .3s ease;
}

.teaser-content__expand.active {
  max-height: 100rem;
}

.teaser-content__expand .teaser__description {
  padding: 3rem 0 2rem;
}

.teaser--faq {
  border: 1px solid rgba(35, 31, 32, 0.1);
  margin-bottom: 2rem;
}

.teaser--faq .teaser-content__header {
  cursor: pointer;
  padding-right: 2rem;
}

.teaser--faq .teaser-content__header:after {
  content: "";
  background-image: url("../images/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: 3.5rem;
  height: 1.8rem;
  width: 1.6rem;
}

.teaser--faq .teaser-content__header.active:after {
  background-image: url("../images/chevron-up.svg");
}

.teaser--faq .teaser__response {
  padding: 3rem 0 1rem;
  max-width: 50rem;
}

.teaser--faq .teaser__contact p {
  font-size: 1.2rem;
  color: rgba(35, 31, 32, 0.5);
}

.teaser--faq .teaser__contact p a {
  color: rgba(35, 31, 32, 0.5);
}

.accordion {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: 0.2rem solid rgba(35, 31, 32, 0.1);
  margin-bottom: 2rem;
}

.accordion__header {
  padding: 2.5rem 0 1rem;
  position: relative;
}

.accordion__title {
  font-weight: 700;
  max-width: 55rem;
  font-size: 1.8rem;
}

.accordion__title--flex {
  font-family: "bebas-neue", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.accordion__button {
  background-image: url("../images/chevron-down.svg");
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
  border: 0.1rem solid rgba(35, 31, 32, 0.1);
  border-radius: 0.3rem;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4rem;
  width: 4rem;
  cursor: pointer;
  top: 2rem;
}

.accordion__button:before {
  content: "Show";
  text-transform: uppercase;
  position: absolute;
  left: -4.5rem;
  top: 1.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(35, 31, 32, 0.5);
}

.accordion__button.active {
  background-image: url("../images/chevron-up.svg");
}

.accordion__button.active:before {
  content: "HIDE";
}

.accordion__email {
  background-image: linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  color: #FFF;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.3rem 3.5rem;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  margin-top: 2rem;
}

.accordion__email:hover, .accordion__email:focus {
  background: #6EA7C0;
}

.accordion__expand {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .3s ease;
  transition: max-height .3s ease;
}

.accordion__expand.active {
  max-height: 5000rem;
}

.accordion__content {
  padding: 1rem 0;
}

.accordion__content .wysiwyg {
  line-height: 1.6;
  max-width: 65rem;
}

.accordion__content--flex > p {
  width: 100%;
  max-width: 90rem;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.6;
}

@media only screen and (max-width: 46.875em) {
  .accordion__content--flex > p {
    font-size: 2rem;
  }
}

.accordion__content-bottom {
  padding: 3rem 0 0;
  margin: 0;
}

.accordion__content-bottom .teaser-list {
  max-width: none;
}

.view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 120rem;
  width: 100%;
  margin: auto;
  padding-bottom: 9rem;
}

.view__aside {
  max-width: 25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.view__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.views-exposed-form {
  padding: 3rem 2rem;
  background-color: #FFF;
  border-radius: 0.3rem;
}

.views-exposed-form .form-submit {
  width: 100%;
}

@media only screen and (max-width: 75em) {
  .view--with-filters {
    padding-left: 2rem;
    padding-right: 0.5rem;
  }
}

@media only screen and (max-width: 46.875em) {
  .view--with-filters {
    padding-left: 0.5rem;
  }
}

.view--with-filters .view__content {
  padding-left: 3.5rem;
  margin-top: -1.5rem;
}

@media only screen and (max-width: 46.875em) {
  .view--with-filters .view__content {
    padding-left: 0;
  }
}

@media only screen and (max-width: 46.875em) {
  .view--with-filters .view__aside {
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    z-index: 20;
  }
  .view--with-filters .view__aside form {
    padding: 0 2rem;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
  }
  .view--with-filters .view__aside form.active {
    max-height: 100rem;
    padding: 3rem 2rem;
  }
}

.view--with-filters .teaser-list {
  margin: 0 -1rem;
}

@media only screen and (max-width: 81.25em) {
  .view--with-filters .teaser-list {
    margin: 0;
  }
}

.mobile-filter-button {
  background-color: #FFF;
  padding: 3rem 2rem;
  border-width: 0.6rem 0 0 0;
  border-style: solid;
  display: none;
}

@media only screen and (max-width: 46.875em) {
  .mobile-filter-button {
    display: block;
  }
}

.mobile-filter-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-filter-button span:after {
  content: "";
  background-image: url("../images/chevron-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 1.6rem;
  width: 1.6rem;
}

.mobile-filter-button span.active:after {
  background-image: url("../images/chevron-down.svg");
}

.view-header {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5rem;
  z-index: 1;
  position: relative;
  border-bottom: 0.1rem solid rgba(35, 31, 32, 0.1);
  width: 100%;
  max-width: 120rem;
}

@media only screen and (max-width: 75em) {
  .view-header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.view-header__title {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "bebas-neue", sans-serif;
  margin-bottom: 2rem;
}

.view-header__button {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.416;
  color: #231F20;
  background-color: rgba(35, 31, 32, 0.1);
  display: inline-block;
  margin-right: 1rem;
  padding: 0.7rem 2rem;
  text-decoration: none;
  border-radius: 0.3rem;
}

.view-header__button:hover, .view-header__button:focus {
  background-color: rgba(35, 31, 32, 0.15);
}

.view-header__button.is-active {
  background-color: #6EA7C0;
  color: #FFF;
  pointer-events: none;
  cursor: default;
}

.list-page {
  max-width: 120rem;
  margin: auto;
}

.list-page .node__introduction {
  max-width: 80rem;
}

@media only screen and (max-width: 75em) {
  .list-page .node__introduction {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.list-page__view {
  padding-top: 2rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.user-intro {
  max-width: 120rem;
  margin: auto;
}

@media only screen and (max-width: 75em) {
  .user-intro {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.user-intro__title {
  font-size: 1.8rem;
  line-height: 1.388;
  padding: 5rem 0 2rem;
  vertical-align: middle;
}

.user-intro__button {
  display: inline-block;
  padding: 0.5rem 2rem;
  color: #FFF;
  font-weight: 700;
  background-image: linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  text-decoration: none;
  margin-left: 1rem;
}

.discover-block {
  border-radius: 0.3rem;
  background-color: #FFF;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 62.5em) {
  .discover-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.discover-block blockquote {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 300;
  margin-left: -5rem;
  padding-left: 5rem;
  background-image: url("../images/icons/icon-quote.svg");
  background-position: top 1rem left;
  background-repeat: no-repeat;
  margin-left: 0;
}

@media only screen and (max-width: 46.875em) {
  .discover-block blockquote {
    background-position: top left;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
  }
}

.discover-block cite {
  font-size: 1.4rem;
  margin-top: 2.5rem;
  display: block;
  font-weight: 400;
}

.discover-block__left,
.discover-block__right {
  width: 50%;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

@media only screen and (max-width: 62.5em) {
  .discover-block__left,
  .discover-block__right {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .discover-block__left,
  .discover-block__right {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.discover-block__left {
  padding-left: 5rem;
}

@media only screen and (max-width: 62.5em) {
  .discover-block__left {
    padding-right: 5rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .discover-block__left {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.discover-block__right {
  padding-left: 14rem;
  padding-right: 5rem;
  background-image: url("../images/circles/banner-rings--discover.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

@media only screen and (max-width: 62.5em) {
  .discover-block__right {
    padding-left: 5rem;
    background-color: #D42A33;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .discover-block__right {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.discover-block__right h3,
.discover-block__right p {
  color: #FFF;
  line-height: 1.785;
}

.discover-block__right h3 {
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.discover-block__right p {
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
}

.discover-block__button {
  background-image: linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  color: #FFF;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.3rem 3.5rem;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  background: #FFF;
  color: #231F20;
  padding: 1.6rem 3.5rem;
}

.discover-block__button:hover, .discover-block__button:focus {
  background: #6EA7C0;
}

.discover-block__button:hover, .discover-block__button:focus {
  background-color: rgba(255, 255, 255, 0.9);
}

.quick-link-heading {
  font-size: 1.8rem;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 75em) {
  .quick-link-heading {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.why-tuco {
  padding: 10rem 2rem;
  background-color: #FFF;
  position: relative;
  background-image: url("../images/why-tuco.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 81.25em) {
  .why-tuco {
    padding: 5rem 7rem;
  }
}

@media only screen and (max-width: 62.5em) {
  .why-tuco {
    display: none;
  }
}

.why-tuco__wrapper {
  max-width: 120rem;
  margin: auto;
}

.why-tuco__content {
  max-width: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.why-tuco__content blockquote {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 300;
  margin-left: -5rem;
  padding-left: 5rem;
  background-image: url("../images/icons/icon-quote.svg");
  background-position: top 1rem left;
  background-repeat: no-repeat;
}

.why-tuco__content cite {
  font-size: 1.4rem;
  margin-top: 2.5rem;
  display: block;
}

.why-tuco__footer {
  margin-top: 18rem;
}

@media only screen and (max-width: 81.25em) {
  .why-tuco__footer {
    margin-top: 5rem;
  }
}

.why-tuco__footer h3 {
  font-weight: 700;
  margin-bottom: 3rem;
}

.why-tuco__footer p {
  font-size: 1.4rem;
  line-height: 1.785;
  font-weight: 300;
}

.why-tuco__footer a {
  display: inline-block;
  font-weight: 700;
  margin-left: 0.5rem;
  text-decoration: none;
}

.why-tuco__footer a:hover, .why-tuco__footer a:focus {
  text-decoration: underline;
}

.region-breadcrumb {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 1.5rem 2rem;
}

.region-breadcrumb .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

@media only screen and (max-width: 46.875em) {
  .region-breadcrumb .menu {
    display: none;
  }
}

.region-breadcrumb .menu:before {
  content: "Quick links:";
  font-weight: 700;
  padding-left: 2rem;
  background-image: url("../images/icons/icon-link.svg");
  background-repeat: no-repeat;
  background-position: left center;
  color: #FFF;
  font-size: 1.2rem;
  font-family: "open-sans", sans-serif;
}

.region-breadcrumb .menu__link {
  color: #FFF;
  text-decoration: none;
  margin-left: 1.5rem;
  display: block;
  font-size: 1.2rem;
}

.region-breadcrumb .menu__link:hover, .region-breadcrumb .menu__link:focus {
  text-decoration: underline;
}

.region-breadcrumb__wrapper {
  max-width: 140rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb__item {
  padding-right: 2.5rem;
  color: #FFF;
  font-size: 1.2rem;
}

@media only screen and (max-width: 62.5em) {
  .breadcrumb__item:first-of-type {
    display: none;
  }
}

.breadcrumb__item:last-of-type .breadcrumb__link:after {
  display: none;
}

.breadcrumb__link {
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  display: block;
}

.breadcrumb__link:hover, .breadcrumb__link:focus {
  text-decoration: underline;
}

.breadcrumb__link:after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.1rem;
  width: 1.2rem;
  background-color: #FFF;
}

@media only screen and (max-width: 46.875em) {
  .breadcrumb__title {
    display: inline-block;
    width: 15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.teaser-list--carousel {
  padding-left: 0;
  padding-right: 0;
}

.teaser-list--carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.teaser-list--carousel .slick-slide {
  height: inherit;
}

.teaser-list--carousel .slick-slide > div {
  height: 100%;
}

.teaser-list--carousel.slick-initialized .teaser-list__item {
  height: 100%;
}

.slick__button {
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
  border: 0.1rem solid rgba(35, 31, 32, 0.1);
  border-radius: 0.3rem;
  height: 3.5rem;
  width: 3.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slick__button:hover, .slick__button:focus {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.slick__button--prev {
  left: -4rem;
  background-image: url("../images/chevron-left.svg");
}

.slick__button--next {
  right: -4rem;
  background-image: url("../images/chevron-right.svg");
}

.teaser-list__item--advert img {
  height: 23.5rem;
  position: relative;
}

.message {
  background-color: #666;
  padding: 1.5rem 2rem;
  font-size: 1.3rem;
  color: #FFF;
}

.message a {
  font-weight: 700;
  text-decoration: underline;
  color: #FFF;
}

.message__wrapper {
  max-width: 140rem;
  margin: auto;
}

.message--error {
  background-color: #BD3D3A;
}

.message--warning {
  background-color: #E47A2E;
}

.message--status {
  background-color: #92B558;
}

.message__item {
  margin-bottom: 1rem;
  color: #FFF;
}

.tabs-wrapper {
  background-color: #FFF;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding-left: 2rem;
  padding-right: 2rem;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 140rem;
  margin: auto;
}

.tab__item {
  margin-right: 2rem;
}

.tab__link {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1.5rem 0;
  display: block;
  text-decoration: none;
  color: #231F20;
}

.tab__link.is-active {
  text-decoration: underline;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 46.875em) {
  .pager {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pager__item {
  margin-left: 1rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 1rem;
}

.pager__item a {
  border-radius: 0.3rem;
  display: block;
  height: 100%;
  line-height: 4rem;
  background-color: rgba(255, 255, 255, 0.5);
  color: #231F20;
  font-weight: 700;
  text-decoration: none;
  border: 0.1rem solid rgba(35, 31, 32, 0.1);
}

.pager__item a:hover, .pager__item a:focus {
  background-color: #FFF;
}

.pager__item.is-active a {
  color: #FFF;
  background-color: rgba(35, 31, 32, 0.5);
}

.pager__item--previous,
.pager__item--next {
  text-indent: -999rem;
}

.pager__item--previous a:after,
.pager__item--next a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  background-image: url("../images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
}

.pager__item--previous a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pager__item--next a:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.pager__item--first,
.pager__item--last {
  display: none;
}

.user-login-form,
.user-form,
.user-pass {
  max-width: 60rem;
  margin: 10rem auto;
  background-color: #F4F4F1;
  padding: 5rem;
  border-radius: 0.3rem;
}

.user-login-form p,
.user-form p,
.user-pass p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.3;
}

.form-item {
  margin-bottom: 2rem;
}

label,
.webform-select-other span {
  display: block;
  margin-bottom: 1rem;
}

label.form-required::after,
.webform-select-other span.form-required::after {
  content: " *";
  color: #ef5e5f;
}

.webform-submission-form {
  background-color: #F4F4F1;
  padding: 5rem;
  border-radius: 0.3rem;
  margin-top: 5rem;
}

@media only screen and (max-width: 37.5em) {
  .webform-submission-form {
    padding: 2rem;
  }
}

.webform-submission-form .form-actions {
  margin-top: 3rem;
  text-align: center;
}

.webform-submission-form .accordion {
  margin-top: -1rem;
  border: 0;
  font-size: 1.2rem;
  padding-left: 2.3rem;
  line-height: 1.2;
}

.webform-submission-form .accordion summary {
  font-size: 1.2rem;
  cursor: pointer;
}

.webform-type-fieldset--contract-info-down legend {
  margin-bottom: 1rem;
}

.webform-type-fieldset--contract-info-down p {
  font-size: 1.2rem;
}

.webform-type-fieldset--contract-info-down .webform-file-button,
.webform-type-fieldset--contract-info-down a {
  background-image: linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  color: #FFF;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.3rem 3.5rem;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
}

.webform-type-fieldset--contract-info-down .webform-file-button:hover, .webform-type-fieldset--contract-info-down .webform-file-button:focus,
.webform-type-fieldset--contract-info-down a:hover,
.webform-type-fieldset--contract-info-down a:focus {
  background: #6EA7C0;
}

.form-managed-file * + * {
  margin-top: 1rem;
}

.form-managed-file * + * label {
  background-image: linear-gradient(135deg, #6EA7C0 0%, #557389 100%);
  color: #FFF;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.3rem 3.5rem;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.form-managed-file * + * label:hover, .form-managed-file * + * label:focus {
  background: #6EA7C0;
}

.theme-procurement .account-menu__link--button,
.theme-procurement .content-highlight a,
.theme-procurement .form-submit,
.theme-procurement .join-block__button,
.theme-procurement .book-block__button,
.theme-procurement .button-primary,
.theme-procurement .accordion__email {
  background-image: linear-gradient(135deg, #07BC7C 0%, #0B8152 100%);
}

.theme-procurement .account-menu__link--button:hover, .theme-procurement .account-menu__link--button:focus,
.theme-procurement .content-highlight a:hover,
.theme-procurement .content-highlight a:focus,
.theme-procurement .form-submit:hover,
.theme-procurement .form-submit:focus,
.theme-procurement .join-block__button:hover,
.theme-procurement .join-block__button:focus,
.theme-procurement .book-block__button:hover,
.theme-procurement .book-block__button:focus,
.theme-procurement .button-primary:hover,
.theme-procurement .button-primary:focus,
.theme-procurement .accordion__email:hover,
.theme-procurement .accordion__email:focus {
  background: #07BC7C;
}

.theme-procurement .account-menu__link--button,
.theme-procurement .forum-block,
.theme-procurement .banner {
  background-image: linear-gradient(135deg, #07BC7C 0%, #0B8152 100%);
}

.theme-procurement .node__aside__image:before {
  background-image: linear-gradient(39.87deg, #07BC7C 0%, #0B8152 100%);
}

.theme-procurement .view-header__button.is-active {
  background-color: #07BC7C;
}

.theme-procurement .mobile-filter-button {
  -o-border-image: linear-gradient(to right, #07BC7C, #0B8152) 30;
     border-image: -webkit-gradient(linear, left top, right top, from(#07BC7C), to(#0B8152)) 30;
     border-image: linear-gradient(to right, #07BC7C, #0B8152) 30;
}

.theme-procurement .trail-is-active {
  color: #07BC7C;
}

.theme-academy .account-menu__link--button,
.theme-academy .content-highlight a,
.theme-academy .form-submit,
.theme-academy .join-block__button,
.theme-academy .book-block__button,
.theme-academy .button-primary,
.theme-academy .accordion__email {
  background-image: linear-gradient(135deg, #F6A949 0%, #E57F0D 100%);
}

.theme-academy .account-menu__link--button:hover, .theme-academy .account-menu__link--button:focus,
.theme-academy .content-highlight a:hover,
.theme-academy .content-highlight a:focus,
.theme-academy .form-submit:hover,
.theme-academy .form-submit:focus,
.theme-academy .join-block__button:hover,
.theme-academy .join-block__button:focus,
.theme-academy .book-block__button:hover,
.theme-academy .book-block__button:focus,
.theme-academy .button-primary:hover,
.theme-academy .button-primary:focus,
.theme-academy .accordion__email:hover,
.theme-academy .accordion__email:focus {
  background: #F6A949;
}

.theme-academy .account-menu__link--button,
.theme-academy .forum-block,
.theme-academy .banner {
  background-image: linear-gradient(135deg, #F6A949 0%, #E57F0D 100%);
}

.theme-academy .node__aside__image:before {
  background-image: linear-gradient(39.87deg, #F6A949 0%, #E57F0D 100%);
}

.theme-academy .view-header__button.is-active {
  background-color: #F6A949;
}

.theme-academy .mobile-filter-button {
  -o-border-image: linear-gradient(to right, #F6A949, #E57F0D) 30;
     border-image: -webkit-gradient(linear, left top, right top, from(#F6A949), to(#E57F0D)) 30;
     border-image: linear-gradient(to right, #F6A949, #E57F0D) 30;
}

.theme-academy .trail-is-active {
  color: #F6A949;
}

.theme-community .account-menu__link--button,
.theme-community .content-highlight a,
.theme-community .form-submit,
.theme-community .join-block__button,
.theme-community .book-block__button,
.theme-community .button-primary,
.theme-community .accordion__email {
  background-image: linear-gradient(135deg, #ED556F 0%, #BB324A 100%);
}

.theme-community .account-menu__link--button:hover, .theme-community .account-menu__link--button:focus,
.theme-community .content-highlight a:hover,
.theme-community .content-highlight a:focus,
.theme-community .form-submit:hover,
.theme-community .form-submit:focus,
.theme-community .join-block__button:hover,
.theme-community .join-block__button:focus,
.theme-community .book-block__button:hover,
.theme-community .book-block__button:focus,
.theme-community .button-primary:hover,
.theme-community .button-primary:focus,
.theme-community .accordion__email:hover,
.theme-community .accordion__email:focus {
  background: #ED556F;
}

.theme-community .account-menu__link--button,
.theme-community .forum-block,
.theme-community .banner {
  background-image: linear-gradient(135deg, #ED556F 0%, #BB324A 100%);
}

.theme-community .node__aside__image:before {
  background-image: linear-gradient(39.87deg, #ED556F 0%, #BB324A 100%);
}

.theme-community .view-header__button.is-active {
  background-color: #ED556F;
}

.theme-community .mobile-filter-button {
  -o-border-image: linear-gradient(to right, #ED556F, #BB324A) 30;
     border-image: -webkit-gradient(linear, left top, right top, from(#ED556F), to(#BB324A)) 30;
     border-image: linear-gradient(to right, #ED556F, #BB324A) 30;
}

.theme-community .trail-is-active {
  color: #ED556F;
}

.theme-insight .account-menu__link--button,
.theme-insight .content-highlight a,
.theme-insight .form-submit,
.theme-insight .join-block__button,
.theme-insight .book-block__button,
.theme-insight .button-primary,
.theme-insight .accordion__email {
  background-image: linear-gradient(135deg, #BC4298 0%, #8D226E 100%);
}

.theme-insight .account-menu__link--button:hover, .theme-insight .account-menu__link--button:focus,
.theme-insight .content-highlight a:hover,
.theme-insight .content-highlight a:focus,
.theme-insight .form-submit:hover,
.theme-insight .form-submit:focus,
.theme-insight .join-block__button:hover,
.theme-insight .join-block__button:focus,
.theme-insight .book-block__button:hover,
.theme-insight .book-block__button:focus,
.theme-insight .button-primary:hover,
.theme-insight .button-primary:focus,
.theme-insight .accordion__email:hover,
.theme-insight .accordion__email:focus {
  background: #BC4298;
}

.theme-insight .account-menu__link--button,
.theme-insight .forum-block,
.theme-insight .banner {
  background-image: linear-gradient(135deg, #BC4298 0%, #8D226E 100%);
}

.theme-insight .node__aside__image:before {
  background-image: linear-gradient(39.87deg, #BC4298 0%, #8D226E 100%);
}

.theme-insight .view-header__button.is-active {
  background-color: #BC4298;
}

.theme-insight .mobile-filter-button {
  -o-border-image: linear-gradient(to right, #BC4298, #8D226E) 30;
     border-image: -webkit-gradient(linear, left top, right top, from(#BC4298), to(#8D226E)) 30;
     border-image: linear-gradient(to right, #BC4298, #8D226E) 30;
}

.theme-insight .trail-is-active {
  color: #BC4298;
}
