@font-face {
  font-family: "MyriadPro-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/MyriadPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "MyriadPro-Semibold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/MyriadPro-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "MyriadPro-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/MyriadPro-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/MyriadPro-Cond.woff2") format("woff2");
}
@font-face {
  font-family: "MyriadPro-BoldCond";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/MyriadPro-BoldCond.woff2") format("woff2");
}
.header {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: transparent;
}
.header.-on .header__navigation {
  display: flex;
}
.header__top {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
}
.header__top .content-wrapper {
  max-width: 1180px;
}
.header__top__links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.header__top__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 32px 0 0;
  padding: 5px 0;
  color: #252f48;
  font-family: "MyriadPro-Regular";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 400;
  font-style: normal;
  transition: color 0.3s;
}
.header__top__online {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.header__top__online__sub {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  border-radius: 4px;
}
.header__top__online__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 0 6px 0;
  width: calc(50% - 5px);
  border: 1px solid #80888d;
  border-radius: 4px;
  color: #252f48;
  font-family: "MyriadPro-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
}
.header__top__online.-research-reports {
  margin: 0 30px 0 1px;
}
.header__top__online.-research-reports .header__top__online__link {
  padding: 4px 4px 4px 10px;
}
.header__top__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 0 6px 0;
  width: 100%;
  border: 1px solid #80888d;
  border-radius: 4px;
  color: #252f48;
  font-family: "MyriadPro-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  transition: border 0.3s, background-color 0.3s, color 0.3s;
}
.header__bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.header__bottom .content-wrapper {
  flex-direction: row;
  justify-content: center;
  padding: 0;
  max-width: 1340px;
}
.header__logo {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  height: 100%;
  background-color: #fff;
}
.header__logo img {
  width: 68px;
  height: auto;
}
.header__navigation {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.header__navigation-container {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 50px 0;
  width: 100%;
}
.header__navigation-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 50px 0;
  height: 100%;
  overflow-y: visible;
}
.header__navigation__item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.header__navigation__item.-bottom {
  margin: 0 0 20px 0;
}
.header__navigation__item.-button {
  display: flex;
  padding: 15px 35px;
}
.header__navigation__item.-mobile {
  display: flex;
}
.header__navigation__item.-mobile .header__navigation__link {
  height: 40px;
  border-bottom: none;
  background-color: none;
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-weight: 400;
}
.header__navigation__item.-item2 .header__navigation__sub__item {
  margin: 0;
  min-width: 25%;
  max-width: 25%;
}
.header__navigation__item.-item2 .header__navigation__sub__link {
  word-break: break-word;
}
.header__navigation__item.-item6 .header__navigation__sub__link {
  word-break: break-word;
}
.header__navigation__link {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 35px;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #4e5358;
  background-color: #fff;
  color: #5a6070;
  font-family: "MyriadPro-Semibold";
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  transition: background-color 0.3s;
}
.header__navigation__link.-link1 {
  border-bottom: none;
  color: #fff;
  background-color: #c22525;
}
.header__navigation__link.-link1:hover {
  background-color: #a01717;
}
.header__navigation__link.-link2 {
  border-bottom: 0;
  color: #fff;
  background-color: #4a5259;
}
.header__navigation__link.-link2:hover {
  background-color: #414b52;
}
.header__navigation__link.-link3 {
  border-bottom: 0;
  color: #fff;
  background-color: #00a6ce;
}
.header__navigation__link.-link3:hover {
  background-color: #0093b7;
}
.header__navigation__link.-link4 {
  border-bottom: 0;
  color: #fff;
  background-color: #6bb4a6;
}
.header__navigation__link.-link4:hover {
  background-color: #4bb19d;
}
.header__navigation__link.-desktop {
  display: none;
}
.header__navigation__link.-mobile {
  display: flex;
}
.header__navigation__link:hover {
  background-color: #EFF0F4;
}
.header__navigation__sub {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 20px 130px 42px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.header__navigation__sub-content {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 0 50px 0;
  width: 100%;
  max-width: 1440px;
}
.header__navigation__sub__items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.header__navigation__sub__item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
}
.header__navigation__sub__title {
  margin: 15px 0;
  color: #252f48;
  font-family: "MyriadPro-Semibold";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  font-weight: 600;
  font-style: normal;
}
.header__navigation__sub__title:hover {
  text-decoration: underline;
}
.header__navigation__sub__link {
  margin: 0 0 20px 0;
  color: #c2c4cd;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 400;
  font-style: normal;
}
.header__navigation__sub__link:last-child {
  margin-bottom: 20px;
}
.header__navigation__sub__link:hover {
  text-decoration: underline;
}
.header__navigation__sub.-small .header__navigation__sub__item {
  margin: 0;
}
.header__navigation__detail {
  flex-grow: 0;
  flex-shrink: 0;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 360px;
  height: 100%;
  background-color: #EFF0F4;
}
.header__navigation__detail__image {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.header__navigation__detail__image img {
  width: 100%;
  height: auto;
}
.header__navigation__detail__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 30px 0 30px;
}
.header__navigation__detail__title {
  margin: 0 0 20px 0;
  color: #252f48;
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  font-style: normal;
}
.header__navigation__detail__desc {
  margin: 0 0 24px 0;
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
  font-style: normal;
}
.header__navigation__detail__link {
  color: #252f48;
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  font-style: normal;
  transition: opacity 0.3s;
}
.header__navigation__detail__link:hover {
  opacity: 0.7;
}
.header__navigation__back {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 10px 0;
}
.header__navigation__back a {
  color: #c2c4cd;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 400;
  font-style: normal;
}
.header__navigation__back a:hover {
  text-decoration: underline;
}
.header__navigation__back__arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: -6px 8px 0 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #414b52;
}
.header__navigation__back__arrow:before {
  content: "";
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 0 2px;
  padding: 4px;
  border: solid #252f48;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header__navigation__back__arrow:hover {
  cursor: pointer;
}
.header__search {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 0 20px;
  height: 100%;
}
.header__search img {
  width: 20px;
  height: auto;
}
.header__icon {
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 100%;
  border-left: 1px solid rgba(90, 96, 112, 0.15);
  cursor: pointer;
}
.header__icon-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22px;
  height: 14px;
}
.header__icon .line {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22px;
  height: 0;
  border-bottom: 2px solid #5a6070;
  border-radius: 1px;
  transition: border-color 0.3s;
}
.header__icon .line.-top {
  top: 0;
  -webkit-transform: translate(0, 0) rotate(0);
          transform: translate(0, 0) rotate(0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__icon .line.-center {
  top: 6px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.header__icon .line.-bottom {
  top: 12px;
  -webkit-transform: translate(0, 0) rotate(0);
          transform: translate(0, 0) rotate(0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__icon.-on .line.-top {
  -webkit-transform: translate(0, 6px) rotate(43deg);
          transform: translate(0, 6px) rotate(43deg);
}
.header__icon.-on .line.-center {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.header__icon.-on .line.-bottom {
  -webkit-transform: translate(0, -6px) rotate(-43deg);
          transform: translate(0, -6px) rotate(-43deg);
}

.footer {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 110px 0;
  border-top: 1px solid #dee1e7;
  background-color: #EFF0F4;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 40px 0;
  padding: 65px 0 32px 0;
  width: 100%;
  border-bottom: 1px solid #D9D9E0;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.footer__nav__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 40px 0;
  width: 100%;
}
.footer__nav__title {
  margin: 0 0 20px 0;
  color: #252f48;
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  font-style: normal;
}
.footer__nav__link {
  margin: 0 0 15px 0;
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  font-weight: 400;
  font-style: normal;
  transition: color 0.3s;
}
.footer__nav__link:hover {
  color: #252f48;
}
.footer__address {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.footer__address__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 9px 0;
}
.footer__address__item .key {
  margin: 0 11px 0 0;
  color: #393939;
  font-family: "MyriadPro-Regular";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 400;
  font-style: normal;
}
.footer__address__item .value {
  margin: 0;
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: normal;
  transition: color 0.3s;
}
.footer__address__item .value:hover {
  color: #252f48;
}
.footer__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 0 46px 0;
  padding: 13px 0 11px 0;
  width: 100%;
  border: 1px solid #e1e2e7;
  border-radius: 4px;
  color: #252f48;
  font-family: "MyriadPro-Semibold";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 600;
  font-style: normal;
  transition: border 0.3s, background-color 0.3s;
}
.footer__button:hover {
  border: solid 1px #c9d6d4;
  background-color: #f4faf9;
}
.footer__socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer__socials__title {
  margin: 0 0 18px 0;
  color: #252f48;
  font-family: "MyriadPro-Semibold";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  font-style: normal;
}
.footer__socials__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 17px 0 0;
  width: 45px;
  height: 45px;
}
.footer__socials__item:last-child {
  margin: 0;
}
.footer__socials__item svg {
  width: 100%;
  height: auto;
}
.footer__socials__item svg .hover-color {
  opacity: 0;
  transition: opacity 0.3s;
}
.footer__socials__item svg .hover-grey {
  transition: opacity 0.3s;
}
.footer__socials__item:hover svg .hover-color {
  opacity: 1;
}
.footer__socials__item:hover svg .hover-grey {
  opacity: 0;
}
.footer__sub {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer__text {
  margin: 0 0 5px 0;
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: normal;
  transition: color 0.3s;
}
.footer__text.-copyright {
  order: 1;
  margin: 48px 0 30px 0;
}
.footer__text:hover {
  color: #252f48;
}
.footer__gricreative {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 63px;
}
.footer__gricreative svg {
  width: 100%;
  height: auto;
}
.footer__gricreative:hover svg .icon-hover {
  fill: #252f48;
}

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

a {
  text-decoration: none;
}

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

h2 {
  margin: 0 0 20px 0;
  color: #252f48;
  font-family: "MyriadPro-Semibold";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 600;
  font-style: normal;
}

h3 {
  margin: 0 0 20px 0;
  color: #252f48;
  font-family: "MyriadPro-Semibold";
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 600;
  font-style: normal;
}

h4 {
  margin: 0 0 20px 0;
  color: #252f48;
  font-family: "MyriadPro-Semibold";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
  font-style: normal;
}

p {
  margin: 0 0 20px 0;
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 400;
  font-style: normal;
}
p.-italic {
  font-style: italic;
}
p a {
  color: #c22525;
  font-family: "MyriadPro-Semibold";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
  font-style: normal;
  text-decoration: underline;
  transition: color 0.2s, -webkit-text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
  word-wrap: break-word;
}
p a:hover {
  color: #252f48;
  text-decoration: none;
}

strong {
  font-family: "MyriadPro-Semibold";
  font-weight: 600;
}

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

ul, ol {
  margin: 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
}
ul li, ol li {
  margin: 0;
  padding: 0;
}
ul li a, ol li a {
  color: #c22525;
  font-family: "MyriadPro-Semibold";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
  font-style: normal;
  text-decoration: underline;
  transition: color 0.2s, -webkit-text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
ul li a:hover, ol li a:hover {
  color: #252f48;
  text-decoration: none;
}

ul:not(.breadcrumb) {
  margin: 0 0 10px 0;
}
ul:not(.breadcrumb) li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 26px;
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
}
ul:not(.breadcrumb) li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 24px;
  height: 24px;
  background-image: url("/assets/svg/icon-list-bullet.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
ul:not(.breadcrumb) li.ql-indent-1 {
  margin-left: 30px;
  padding-left: 20px;
}
ul:not(.breadcrumb) li.ql-indent-1:before {
  top: 3px;
  width: 18px;
  height: 18px;
}

hr {
  margin: 0px 0 20px 0;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #ccd0d6;
}

.button-type {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 46px 10px 46px;
  border: 0;
  border-radius: 4px;
  background-color: #2f373d;
  color: #fff;
  font-family: "MyriadPro-Regular";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.button-type:hover {
  background-color: #373f45;
}

input,
select,
textarea,
button {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input:invalid,
select:invalid,
textarea:invalid,
button:invalid {
  box-shadow: none;
}
.select-type {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 16px 10px 16px;
  width: 100%;
  height: auto;
  border: 2px solid #dee1e7;
  border-radius: 4px;
  outline-color: rgb(255, 255, 255);
  background-color: #fff;
  background-image: url("../svg/arrow-down-red.svg");
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: right 17px center;
  background-position-x: 95%;
  background-position-y: center;
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 400;
  font-style: normal;
}

.input-type {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 13px 16px 10px 16px;
  width: 100%;
  height: auto;
  border: 2px solid #dee1e7;
  border-radius: 4px;
  outline: 0;
  background-color: #fff;
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 400;
  font-style: normal;
}
.input-type::-webkit-input-placeholder {
  color: #5a6070;
}
.input-type::-moz-placeholder {
  color: #5a6070;
}
.input-type:-ms-input-placeholder {
  color: #5a6070;
}
.input-type::-ms-input-placeholder {
  color: #5a6070;
}
.input-type::placeholder {
  color: #5a6070;
}
.input-type:disabled {
  background-color: #FBFCFC;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.textarea-type {
  padding: 12px 20px 12px 20px;
  width: 100%;
  height: 106px;
  border: 2px solid #dee1e7;
  border-radius: 4px;
  outline: 0;
  background-color: #fff;
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 400;
  font-style: normal;
  resize: none;
}
.textarea-type::-webkit-input-placeholder {
  color: #5a6070;
}
.textarea-type::-moz-placeholder {
  color: #5a6070;
}
.textarea-type:-ms-input-placeholder {
  color: #5a6070;
}
.textarea-type::-ms-input-placeholder {
  color: #5a6070;
}
.textarea-type::placeholder {
  color: #5a6070;
}

.page-header {
  z-index: 2;
  min-height: 144px;
  background-color: transparent;
}
.page-header__content {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.page-header__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -8px 0 0 0;
  color: #252f48;
  font-family: "MyriadPro-Regular";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
}
.page-header__back {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  font-style: normal;
}
.page-header__back img {
  margin: 0 8px 0 0;
  width: 24px;
  height: auto;
}
.page-header__back span {
  padding: 3px 0 0 0;
}
.page-header__tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin: 30px 0 0 0;
  width: 100%;
}
.page-header__tab__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px 8px 20px;
  background-color: #D9DBE7;
  color: rgba(98, 102, 125, 0.5);
  font-family: "MyriadPro-Semibold";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  font-weight: 500;
  font-style: normal;
  transition: background-color 0.3s;
}
.page-header__tab__link.-active {
  background-color: #fff;
  color: #252f48;
}
.page-header__select {
  position: absolute;
  left: 0;
  bottom: -78px;
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 11px 16px 8px 16px;
  width: 100%;
  min-height: 48px;
  border: 2px solid #dee1e7;
  border-radius: 4px;
  outline-color: rgb(255, 255, 255);
  background-color: #fff;
  background-image: url("../svg/arrow-down-grey.svg");
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: right 16px center;
  background-position-x: 95%;
  background-position-y: center;
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 400;
  font-style: normal;
}
.page-header .breadcrumb {
  padding: 15px 0 0 0;
}
.page-header.-title {
  min-height: 144px;
}
.page-header.-title .background-color {
  top: -48px;
  height: 192px;
}
.page-header.-tab .page-header__content {
  padding: 38px 0 0 0;
  width: 100%;
}

.page-header-large {
  position: relative;
}
.page-header-large__image {
  padding: 40% 0 0 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-header-large__content {
  z-index: 1;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 24px 30px 24px;
  width: 100%;
  max-width: 990px;
}
.page-header-large__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 10px 0;
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 400;
  font-style: normal;
}
.page-header-large__desc {
  color: #252f48;
  font-family: "MyriadPro-Semibold";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 600;
  font-style: normal;
  max-width: 100%;
}
.page-header-large__desc mark {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: hsla(0deg, 0%, 98%, 0.6);
  color: inherit;
}

.breadcrumb {
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 13px 0 0 0;
}
.breadcrumb-content {
  z-index: 2;
  height: 44px;
  background-color: transparent;
}
.breadcrumb__item {
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumb__item:after {
  content: "";
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -2px 10px 0 7px;
  padding: 2px;
  width: 0;
  height: 0;
  border: solid #5a6070;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.breadcrumb__item:last-child {
  display: flex;
}
.breadcrumb__item:last-child::before {
  content: "";
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -2px 5px 0 0;
  padding: 2px;
  width: 0;
  height: 0;
  border: solid #c2c4cd;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__text {
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  transition: color 0.3s;
}

.cookie {
  z-index: 2;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  width: 100%;
  background-color: #4bb19d;
}
.cookie.-hide {
  z-index: 0;
  display: none;
}
.cookie__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  max-width: 1180px;
  height: 100%;
}
.cookie__text {
  margin: 0;
  color: #fff;
  font-family: "MyriadPro-Regular";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 400;
  font-style: normal;
}
.cookie__text a {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.cookie__close {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
}
.cookie__close img {
  width: 30px;
  height: auto;
}

html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
}

body {
  position: relative;
  margin: 0;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  background-color: #F7F7F9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell;
}
body.-fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
body.-bg-pattern {
  background: url("/assets/svg/background-pattern.svg"), linear-gradient(180deg, #F7F7F9 0%, #DFE1E8 100%);
  background-repeat: repeat;
  background-size: contain;
  background-position: top center;
}

main {
  z-index: 1;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
main.-transparent-bg {
  background-color: transparent;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
}

.content-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  max-width: 1180px;
  width: 100%;
  height: 100%;
}

.page {
  padding: 40px 0 0 0;
}
.page__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 0;
  width: 100%;
}
.page__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.page__sub-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.page__sub-content h3 {
  margin: 0 0 20px 0;
}
.page__sub-content h4 {
  margin: 0 0 20px 0;
}
.page__sub-content p {
  margin: 0 0 20px 0;
}
.page__table {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 15px 0;
  width: 100%;
  overflow-x: auto;
}
.page__table table {
  display: table;
  min-width: 710px;
  border-spacing: 0;
  border-color: transparent;
  border-spacing: 0;
  text-align: left;
}
.page__table table.-border {
  border-bottom: 1px solid #ccd0d6;
}
.page__table table tr {
  width: 100%;
  background-color: #fff;
  border-bottom: 0;
}
.page__table table tr:nth-of-type(even) {
  background-color: #f8fbfb;
}
.page__table table tr th {
  padding: 20px 10px 20px 10px;
  color: #c22525;
  font-family: "MyriadPro-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}
.page__table table tr th:first-child {
  padding-left: 20px;
}
.page__table table tr th:last-child {
  text-align: right;
}
.page__table table tr th.-title {
  text-align: left;
  padding: 0 0 20px 0;
  color: #252f48;
  background-color: #fff;
  font-family: "MyriadPro-Semibold";
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
  font-style: normal;
}
.page__table table tr td {
  padding: 10px 10px 10px 10px;
  color: #5a6070;
  font-family: "MyriadPro-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
}
.page__table table tr td:first-child {
  padding-left: 20px;
}
.page__table table tr td:last-child {
  text-align: right;
}
.page__table table tr:first-child {
  border-bottom: 1px solid red;
}

.blogs__actual {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 20px 0 0 0;
  padding: 30px 24px 30px 24px;
  width: 100%;
  background-color: #42495C;
}
.blogs__actual__title {
  margin: 0 60px 0 0;
  color: #fff;
  font-family: "MyriadPro-Semibold";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 38.4px;
  line-height: 2.4rem;
  font-weight: 600;
  font-style: normal;
}
.blogs__actual__desc {
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.blogs__actual__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 19px 0 17px 0;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-family: "MyriadPro-Semibold";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  font-style: normal;
  white-space: nowrap;
  transition: all 0.2s;
}
.blogs__actual__button:hover {
  color: #42495C;
  background-color: #fff;
}

.background-color {
  z-index: 1;
  position: absolute;
  top: -92px;
  height: 92px;
  width: 100%;
  background: linear-gradient(180deg, #F7F7F9 0%, #DFE1E8 100%);
}
.background-color.-large {
  top: -48px;
  height: 192px;
}
.background-color.-sustainable {
  top: -48px;
}

.background-pattern {
  z-index: 2;
  position: absolute;
  top: -48px;
  height: 192px;
  width: 100%;
  background-image: url(/assets/svg/page-header-background2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -400px center;
}
.background-pattern.-tab {
  visibility: hidden;
}
@media only screen and (max-width: 1399px) {
  .header__top .content-wrapper {
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 1247px) {
  .header__navigation {
    z-index: 1;
    position: absolute;
    top: 56px;
    right: 0;
    left: 0;
    align-items: stretch;
    height: calc(100vh - 56px);
    border-top: 1px solid #4e5358;
    background-color: #fff;
  }
  .header__navigation::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 51px;
    height: 0;
    border-bottom: 1px solid #373f45;
  }
  .header__navigation-content {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow-y: auto;
  }
  .header__navigation-content.-move {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    overflow-y: visible;
  }
  .header__navigation__item.-item2 .header__navigation__sub__item {
    margin: 0;
    max-width: none;
  }
  .header__navigation__item.-item2 .header__navigation__sub__link {
    word-break: normal;
  }
  .header__navigation__item.-item6 .header__navigation__sub__link {
    word-break: normal;
  }
  .header__navigation__item.-active .header__navigation__sub {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header__navigation__sub__items {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1023px) {
  .header__navigation {
    top: 48px;
    height: calc(100vh - 48px);
  }
}
@media only screen and (max-width: 767px) {
  .cookie__text {
    order: 1;
  }
  .cookie__close {
    order: 0;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 0 0 100px 0;
  }
  .footer__nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer__nav__item {
    padding: 0 20px 0 0;
    max-width: 50%;
  }
  .footer__nav__title {
    margin: 0 0 27px 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
  }
  .footer__nav__link {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
  }
  .footer__button {
    padding: 7px 12px 5px 12px;
    width: auto;
  }
  .footer__socials__item {
    margin: 0 12px 0 0;
    width: 32px;
    height: 32px;
  }
  .footer__sub {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer__text {
    margin: 0 50px 0 0;
  }
  .footer__text:last-child {
    margin: 0;
  }
  .footer__text.-copyright {
    flex-grow: 1;
    margin: 30px 0 0 0;
    width: 100%;
    text-align: center;
  }
  .footer__gricreative {
    align-self: center;
    margin: 30px 0 0 0;
  }
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 32px;
    line-height: 2rem;
  }
  ul:not(.breadcrumb) li {
    margin: 0 0 15px 0;
  }
  ul:not(.breadcrumb) li.ql-indent-1 {
    margin-left: 50px;
  }
  .page-header__tab {
    margin: 40px 0 0 0;
    width: auto;
  }
  .page-header__tab__link {
    padding: 16px 32px 10px 32px;
  }
  .page-header-large {
    min-height: 405px;
    background-color: #2f373d;
  }
  .page-header-large__image {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
  }
  .page-header-large__content {
    align-items: center;
    padding: 95px 0;
    text-align: center;
  }
  .page-header-large__title {
    padding: 7px 8px 4px 8px;
    background-color: #373f45;
    color: #fff;
    font-family: "MyriadPro-Semibold";
    font-weight: 600;
  }
  .page-header-large__desc {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 44px;
    line-height: 2.75rem;
  }
  .page-header-large__desc mark {
    padding: 7px 10px 2px 10px;
  }
  .breadcrumb__item:last-child::before {
    display: none;
  }
  .breadcrumb__item {
    display: flex;
  }
  .cookie {
    padding: 0;
    height: 70px;
  }
  .cookie__content {
    flex-direction: row;
  }
  .cookie__text {
    padding: 0 50px 0 0;
  }
  .cookie__close img {
    width: 40px;
  }
  main {
    min-height: 50vh;
  }
  .page {
    padding: 0;
  }
  .page__content {
    flex-direction: row;
    justify-content: space-between;
  }
  .page__text {
    order: 0;
    padding: 0 72px 0 0;
    width: 640px;
  }
  .page__table table {
    min-width: 100%;
  }
  .page__table table tr th {
    padding: 10px 10px 10px 10px;
  }
  .page__table table tr td {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .blogs__actual {
    flex-direction: row;
    align-items: center;
    padding: 34px 30px 34px 30px;
  }
  .blogs__actual__title {
    margin: 0 40px 0 0;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 54.4px;
    line-height: 3.4rem;
  }
  .blogs__actual__desc {
    margin: 0;
    padding: 0 20px 0 0;
    max-width: 525px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .blogs__actual__button {
    justify-content: flex-start;
    margin: 0 0 0 auto;
    padding: 19px 20px 17px 20px;
  }
  .background-color.-large.-tab {
    height: 231px;
  }
  .background-pattern.-tab {
    visibility: visible;
    height: 231px;
    background-image: url(/assets/svg/page-header-background3.svg);
    background-size: contain;
    background-position: right -200px center;
  }
}
@media only screen and (min-width: 1024px) {
  .header {
    height: 56px;
  }
  .header__logo {
    padding: 0 24px;
    height: 56px;
  }
  .footer__nav {
    flex-wrap: nowrap;
  }
  .footer__nav__item {
    max-width: 25%;
  }
  .footer__nav__item:last-child {
    margin: 0 0 0 auto;
  }
  .footer__sub {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 40px 0 0;
    width: auto;
  }
  .footer__text {
    margin: 0 40px 0 0;
  }
  .footer__text.-copyright {
    order: 0;
    flex-grow: 0;
    margin: 0 96px 0 0;
    width: auto;
    text-align: left;
  }
  .footer__gricreative {
    align-self: flex-start;
    margin: 0;
  }
  .page-header {
    min-height: 148px;
  }
  .page-header__content {
    justify-content: flex-start;
    align-self: center;
    padding: 38px 0 0 0;
    width: 100%;
    max-width: 780px;
  }
  .page-header__title {
    margin: 0;
  }
  .page-header__tab__link {
    padding: 20px 32px 14px 32px;
  }
  .page-header.-title {
    min-height: 112px;
  }
  .page-header.-title .page-header__content {
    padding: 45px 0 0 0;
    max-width: 1010px;
  }
  .page-header.-title .background-color {
    top: -56px;
    height: 168px;
  }
  .page-header.-title .background-pattern {
    top: -56px;
    height: 168px;
  }
  .page-header.-tab .page-header__content {
    max-width: 980px;
  }
  .page-header-large__desc mark {
    padding: 7px 20px 2px 20px;
  }
  .content-wrapper {
    align-items: stretch;
  }
  .content-wrapper.-middle {
    max-width: 920px;
  }
  .content-wrapper.-small {
    padding: 0;
    max-width: 780px;
  }
  .content-wrapper.-large {
    max-width: 1020px;
  }
  .content-wrapper.-between {
    flex-direction: row;
    justify-content: space-between;
  }
  .blogs__actual {
    padding: 34px 56px 34px 65px;
  }
  .blogs__actual__title {
    margin: 0 60px 0 0;
  }
  .blogs__actual__button {
    padding: 19px 36px 17px 36px;
  }
  .background-color {
    top: -100px;
    height: 100px;
  }
  .background-color.-large.-tab {
    top: -104px;
    height: 303px;
  }
  .background-pattern {
    top: -104px;
    height: 248px;
    background-position: right -105px center;
  }
  .background-pattern.-tab {
    height: 303px;
    background-position: right -90px center;
  }
}
@media only screen and (min-width: 1248px) {
  .header {
    height: auto;
  }
  .header__top {
    display: flex;
  }
  .header__top .content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header__top__online__sub {
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    position: absolute;
    top: 36px;
    left: 0;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 0;
    background-color: #42495C;
    overflow: hidden;
    transition: opacity 0.2s, visibility 0s 0.3s;
  }
  .header__top__online__link {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4px 10px 4px 15px;
    width: auto;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: "MyriadPro-Semibold";
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 16px;
    line-height: 1rem;
    font-weight: 600;
    transition: color 0.3s;
  }
  .header__top__online__link:hover {
    color: #9ECDC3;
  }
  .header__top__online:hover .header__top__online__sub {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s, visibility 0s;
  }
  .header__top__button {
    display: flex;
    padding: 7px 22px 5px 20px;
    width: auto;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20.8px;
    line-height: 1.3rem;
  }
  .header__navigation {
    display: flex;
  }
  .header__navigation-container {
    flex-direction: row;
    padding: 0;
    width: auto;
    border-top: 0;
  }
  .header__navigation-content {
    flex-direction: row;
    padding: 0;
    height: auto;
  }
  .header__navigation-content::before {
    display: none;
  }
  .header__navigation__item {
    align-items: flex-start;
    padding: 0;
    width: auto;
    height: 100%;
  }
  .header__navigation__item.-relative {
    position: relative;
  }
  .header__navigation__item:hover .header__navigation__sub {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: opacity 0.3s, visibility 0s 0s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0s 0s, transform 0.3s;
    transition: opacity 0.3s, visibility 0s 0s, transform 0.3s, -webkit-transform 0.3s;
  }
  .header__navigation__item.-bottom {
    margin: 0;
  }
  .header__navigation__item.-button {
    display: none;
  }
  .header__navigation__item.-mobile {
    display: none;
  }
  .header__navigation__item.-item3 .header__navigation__sub__items {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
    padding: 45px 0 0 0;
  }
  .header__navigation__item.-item3 .header__navigation__sub__item {
    margin: 0 20px 0 0;
    padding: 0;
  }
  .header__navigation__item.-item3 .header__navigation__sub__item:last-of-type {
    grid-area: 2/4/2/4;
    -webkit-transform: translateY(-175px);
            transform: translateY(-175px);
  }
  .header__navigation__item.-item4 .header__navigation__sub__items {
    flex-wrap: wrap;
    padding: 45px 0 0 0;
  }
  .header__navigation__item.-item4 .header__navigation__sub__item {
    margin: 0;
    padding: 0;
    width: 40%;
  }
  .header__navigation__item.-other-items .header__navigation__sub__items {
    flex-wrap: wrap;
    padding: 45px 0 0 0;
  }
  .header__navigation__item.-other-items .header__navigation__sub__item {
    margin: 0;
    padding: 0;
    width: 40%;
  }
  .header__navigation__item.-item6 .header__navigation__sub__items {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
    flex-wrap: nowrap;
    padding: 45px 0 0 0;
  }
  .header__navigation__item.-item6 .header__navigation__sub__item {
    padding: 0;
    margin: 0 20px 0 0;
    min-width: 25%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .header__navigation__item.-item6 .header__navigation__sub__item:nth-child(5) {
    grid-area: 2/4/2/4;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  .header__navigation__item.-item6 .header__navigation__sub__item:nth-child(6) {
    grid-area: 3/4/3/4;
    -webkit-transform: translateY(-400px);
            transform: translateY(-400px);
  }
  .header__navigation__item.-item6 .header__navigation__sub__item:nth-child(7) {
    grid-area: 4/4/4/4;
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px);
  }
  .header__navigation__link {
    padding: 0 28px;
    width: auto;
    height: 56px;
    background-color: #fff;
    color: #5a6070;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20.8px;
    line-height: 1.3rem;
    border-right: 1px solid rgba(90, 96, 112, 0.15);
    border-bottom: 0;
  }
  .header__navigation__link.-desktop {
    display: flex;
  }
  .header__navigation__link.-mobile {
    display: none;
  }
  .header__navigation__link.-link1 {
    border-right: none;
  }
  .header__navigation__link.-link1 ~ .header__navigation__sub:after {
    border-bottom: 3px solid #c22525;
  }
  .header__navigation__link.-link2 {
    border-right: none;
  }
  .header__navigation__link.-link2 ~ .header__navigation__sub:after {
    border-bottom: 3px solid #4a5259;
  }
  .header__navigation__link.-link3 {
    border-right: none;
  }
  .header__navigation__link.-link3 ~ .header__navigation__sub:after {
    border-bottom: 3px solid #00a6ce;
  }
  .header__navigation__link.-link4 {
    border-right: none;
  }
  .header__navigation__link.-link4 ~ .header__navigation__sub:after {
    border-bottom: 3px solid #6bb4a6;
  }
  .header__navigation__link:hover {
    background-color: #EFF0F4;
  }
  .header__navigation__sub {
    top: 104px;
    left: 0;
    align-items: center;
    padding: 0;
    height: 540px;
    border-top: 1px solid rgba(90, 96, 112, 0.15);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    overflow-y: visible;
    transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .header__navigation__sub:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 0;
  }
  .header__navigation__sub.-small {
    top: 56px;
    align-items: flex-start;
    padding: 30px 20px 15px 20px;
    width: 202px;
    height: auto;
  }
  .header__navigation__sub.-small .header__navigation__sub__items {
    flex-direction: column;
  }
  .header__navigation__sub.-small .header__navigation__sub__item {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .header__navigation__sub.-small .header__navigation__sub__title {
    margin: 0 0 10px 0;
    transition: opacity 0.3s;
  }
  .header__navigation__sub.-small .header__navigation__sub__title:hover {
    opacity: 0.8;
  }
  .header__navigation__sub.-small:after {
    content: unset;
  }
  .header__navigation__sub-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 0 50px;
    height: 100%;
  }
  .header__navigation__sub__items {
    justify-content: row;
    flex-grow: 1;
    align-items: flex-start;
  }
  .header__navigation__sub__item {
    margin: 0 60px 0 0;
    padding: 45px 0 0 0;
  }
  .header__navigation__sub__item:last-child {
    margin-right: 0;
  }
  .header__navigation__sub__title {
    margin: 0 0 18px 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.4px;
    line-height: 1.4rem;
  }
  .header__navigation__sub__link {
    opacity: 0.9;
    margin: 0 0 14px 0;
    color: #5a6070;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .header__navigation__sub__link:last-child {
    margin-bottom: 0;
  }
  .header__navigation__detail {
    display: flex;
    width: 300px;
  }
  .header__navigation__back {
    display: none;
  }
  .header__search {
    margin: 0;
    padding: 0 26px;
    height: 56px;
  }
  .header__icon {
    display: none;
  }
  .footer__menu {
    margin: 0 0 64px 0;
    padding: 84px 0 40px 0;
  }
  .footer__nav__item {
    margin: 0 40px 0 0;
    max-width: 225px;
  }
  .footer__text {
    margin: 0 45px 0 0;
  }
  .footer__text.-copyright {
    margin: 0 116px 0 0;
  }
  .page-header.-title .background-color {
    top: -104px;
    height: 216px;
  }
  .page-header.-title .background-pattern {
    top: -104px;
    height: 216px;
  }
  .cookie__content {
    padding: 0;
  }
  .content-wrapper {
    padding: 0;
  }
  .page__table {
    overflow-x: unset;
  }
  .background-color {
    top: -148px;
    height: 148px;
  }
  .background-color.-large {
    top: -104px;
    height: 252px;
  }
  .background-color.-sustainable {
    top: -104px;
  }
  .background-pattern {
    height: 252px;
    background-position: right center;
  }
  .background-pattern.-tab {
    background-position: right center;
  }
}
@media only screen and (min-width: 1400px) {
  .header__navigation__sub__item {
    margin: 0 80px 0 0;
  }
  .header__navigation__detail {
    width: 360px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-wrapper {
    height: 100%;
  }
}
@media screen\0  {
  /* IE HACK */
  select {
    background-image: none !important;
  }
}