@charset "UTF-8";

body {
  font-family: "NovemberLCG", sans-serif;
  color: #4F4F4F;
}

p {
  color: #4F4F4F;
  line-height: 1.6;
  font-size: .875rem;
  margin-bottom: .75rem;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DINCondensed", sans-serif;
}

.text-transform-none {
  text-transform: none !important;
}

.content-header {
  width: 100%;
}

.content-header-h1 {
  color: #333333;
  font-size: 1.75rem;
  text-transform: uppercase;
  line-height: 1.1;
  width: 100%;
}

.content-header__sub-title {
  font-family: "DINPro", sans-serif;
  color: #828282;
}

h2 {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 2.75rem;
}

h3 {
  font-weight: 900;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-top: 1rem;
  font-family: "NovemberLCG", sans-serif;
}

h4 {
  font-weight: 800;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 1.5rem;
  line-height: 1.6;
}

h5 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #4F4F4F;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

h5 span {
  display: block;
  font-size: .875rem;
  font-weight: normal;
}

h6 {
  margin-top: .5rem;
  font-size: 1.5rem;
}

.text-blue {
  color: #1572BE;
}

.text-green {
  color: #33B17C;
}

.text-violet {
  color: #9E208A;
}

.text-dark-blue {
  color: #04449B;
}

.text-orange {
  color: #F26D32;
}

.text-red {
  color: #B8444B;
}

.lh-1 {
  line-height: normal !important;
}

.lh-12 {
  line-height: 1.2;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
  line-height: 1.4 !important;
}

.fs-24 {
  font-size: 24px !important;
  line-height: 1;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-64 {
  font-size: 32px !important;
  line-height: 1;
}

.fs-86 {
  font-size: 86px !important;
  line-height: 1;
}

.fs-96 {
  font-size: 96px !important;
  line-height: 1;
}

td.vertical {
  transform: rotate(-90deg);
}

.img-tb-label {
  width: 4rem;
  height: 4rem;
}

.td-select {
  text-align: center;
}

.td-select p {
  color: #04449B;
}

.table-block {
  margin-top: 1rem;
}

.table-block + .footnote-block {
  margin-top: 0;
}

.table {
  border-top: 2px solid #4EBBE3;
  border-bottom: 2px solid #4EBBE3;
}

.table thead th,
.table thead td {
  border: none;
  border-bottom: 2px solid #4EBBE3;
  color: #04449B;
  background: #DEEEF8;
  vertical-align: middle;
  font-weight: bold;
}

.table thead th p,
.table thead td p {
  color: #04449B;
  font-family: "DINPro", sans-serif;
}

.table td,
.table th {
  padding: .75rem .5rem;
  border-bottom: 1px solid #4EBBE3;
  font-size: .875rem;
}

.table ul,
.table ol {
  margin-bottom: 0;
}

.table ul li,
.table ol li {
  margin: .2rem 0 !important;
  line-height: 1.4 !important;
  font-size: .875rem !important;
}

.table h4 {
  margin-top: 0;
}

.table p {
  margin-bottom: .75rem;
  line-height: 1.4;
  font-size: .875rem;
  color: #333333;
}

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

.table-middle td,
.table-middle th {
  vertical-align: middle;
}

.table + .footnote-block {
  margin-top: 0;
  padding-top: 0;
}

.table-num td:first-child,
.table-num th:first-child {
  text-align: left;
}

.table-num td:not(:first-child),
.table-num th:not(:first-child) {
  text-align: right;
}

.table_footer td {
  background: #DEEEF8;
  border-top: 2px solid #10ADD6;
  color: #1572BE;
}

.table_footer td p {
  color: #1572BE;
}

.table-note {
  font-size: .875rem;
  font-style: italic;
  color: #828282;
}

.table-icon-width {
  width: 4rem;
}

.table-header-title {
  border-color: #04449B;
  background: #DEEEF8;
  color: #1572BE;
  font-weight: bold;
  font-size: 1rem !important;
}

.table-header-title p {
  color: #1572BE;
  padding: .25rem 0;
  font-weight: bold;
  text-align: center;
}

.table_about {
  border-top: 2px solid #f3d79e;
}

.table_about tr td {
  vertical-align: middle;
  border-bottom: 1px solid #f3d79e;
}

.table_about tr:nth-child(even) {
  background-color: #fef6e9;
}

.table_about tr:last-child td {
  border-bottom: 2px solid #f3d79e;
}

.table_leader p {
  margin-bottom: .25rem;
}

.table_leader tr td {
  vertical-align: middle;
  border-bottom: 2px solid #10ADD6;
}

.table_leader tr td:first-child p {
  font-weight: bold;
  color: #1572BE;
}

.table_leader tr:nth-child(odd) {
  background-color: #DEEEF8;
}

.table_leader tr:last-child td {
  border-bottom: 2px solid #10ADD6;
}

.table_system {
  padding-left: 3rem;
}

.table_system thead th,
.table_system thead td {
  border: none;
  border-bottom: 2px solid #4EBBE3;
  color: #04449B;
  background: #DEEEF8;
  vertical-align: middle;
  font-weight: bold;
  text-transform: uppercase;
}

.status-table {
  position: relative;
  padding-left: 2rem;
}

.status-table .table_system {
  border-top: none;
}

.status-table .table_system thead th,
.status-table .table_system thead td {
  border-top: 2px solid #10ADD6;
}

.status-table .table_system thead th:first-child,
.status-table .table_system thead td:first-child {
  border-top: none;
  border-bottom: none;
  background: none;
  width: 4rem;
}

.status-table .table_system th:first-child,
.status-table .table_system td:first-child {
  border-top: none;
  border-bottom: none;
  background: none;
  width: 4rem;
}

.status-table .table_system td[class^="table_s_icon_"][colspan="3"] {
  padding-left: 4.75rem;
  position: relative;
}

.status-table .table_system td[data-icon]:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -.5rem;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.status-table .table_system td[data-icon="system_1"]:before {
  background-image: url("../../../uploads/system/system_1.png");
}

.status-table .table_system td[data-icon="system_2"]:before {
  background-image: url("../../../uploads/system/system_2.png");
}

.status-table .table_system td[data-icon="system_3"]:before {
  background-image: url("../../../uploads/system/system_3.png");
}

.status-table .table_system td[data-icon="system_4"]:before {
  background-image: url("../../../uploads/system/system_4.png");
}

.status-table .table_system td[data-icon="system_5"]:before {
  background-image: url("../../../uploads/system/system_5.png");
}

.status-table .table_system td[data-icon="system_6"]:before {
  background-image: url("../../../uploads/system/system_6.png");
}

.status-table .table_system td[data-icon="system_7"]:before {
  background-image: url("../../../uploads/system/system_7.png");
}

.status-table .table_system td[data-icon="system_8"]:before {
  background-image: url("../../../uploads/system/system_8.png");
}

.status-table .table_system td[data-icon="system_9"]:before {
  background-image: url("../../../uploads/system/system_9.png");
}

.status-table .table_system td[data-icon="system_10"]:before {
  background-image: url("../../../uploads/system/system_10.png");
}

.status-table .table_system td[data-icon="system_11"]:before {
  background-image: url("../../../uploads/system/system_11.png");
}

.status-table .table_system td[data-icon="system_12"]:before {
  background-image: url("../../../uploads/system/system_12.png");
}

.status-table .table_system td[data-icon="system_13"]:before {
  background-image: url("../../../uploads/system/system_13.png");
}

.table_s_t_green {
  border-top: 2px solid #33B17C !important;
  border-bottom: 2px solid #33B17C !important;
  background: #DCEEE6 !important;
  color: #33B17C;
  text-transform: uppercase;
  font-weight: bold;
}

.table_s_t_green p {
  color: #33B17C !important;
}

.table_s_t_red {
  border-top: 2px solid #B8444B !important;
  border-bottom: 2px solid #B8444B !important;
  background: #F2DCD6 !important;
  color: #B8444B;
  text-transform: uppercase;
  font-weight: bold;
}

.table_s_t_blue {
  border-top: 2px solid #1572BE !important;
  border-bottom: 2px solid #1572BE !important;
  background: #DEEEF8 !important;
  color: #04449B;
  text-transform: uppercase;
  font-weight: bold;
}

.table_s_t_orange {
  border-top: 2px solid #F26D32 !important;
  border-bottom: 2px solid #F26D32 !important;
  background: #FEEEE2 !important;
  color: #F26D32;
  text-transform: uppercase;
  font-weight: bold;
}

.table_s_t_orange p {
  color: #F26D32 !important;
}

.table_s_icon_green {
  border-top: 2px solid #33B17C !important;
  border-bottom: 2px solid #33B17C !important;
  background: #DCEEE6 !important;
  color: #33B17C;
}

.table_s_icon_red {
  border-top: 2px solid #B8444B !important;
  border-bottom: 2px solid #B8444B !important;
  background: #F2DCD6 !important;
  color: #B8444B;
}

.table_s_icon_blue {
  border-top: 2px solid #1572BE !important;
  border-bottom: 2px solid #1572BE !important;
  background: #DEEEF8 !important;
  color: #04449B;
}

.table_sdg thead th {
  background-color: #10ADD6;
}

.table_sdg thead th img {
  width: 3.5rem;
  height: auto;
}

.table_sdg td {
  border-top: 1px solid #009fe3;
  padding: 0.6rem;
  vertical-align: middle;
  text-align: center;
}

.table_sdg td:first-child {
  text-align: center;
  width: 2rem;
}

.table_sdg td:nth-child(2) {
  text-align: left;
  font-weight: 500;
  color: #0074c1;
  width: 35%;
}

.table_sdg .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid currentColor;
  text-align: center;
}

.table_sdg .dot.green {
  color: #0c9c4b;
}

.table_sdg .dot.yellow {
  color: #FCCB00;
}

.table_sdg .dot.darkyellow {
  color: #F9A22F;
}

.table_sdg .dot.orange {
  color: #F26D32;
}

.table_sdg .dot.red {
  color: #EE4032;
}

.table_sdg .dot.darkgreen {
  color: #2e7d32;
}

.table_sdg .dot.burgundy {
  color: #6d004a;
}

.table_esg thead th,
.table_esg thead td {
  border: none;
  border-top: 2px solid #10ADD6 !important;
  border-bottom: 2px solid #10ADD6 !important;
  color: #10ADD6 !important;
  background: #DEEEF8 !important;
}

.table_esg thead th p,
.table_esg thead td p {
  color: #10ADD6 !important;
}

.table_esg_h_blue {
  background: #10ADD6;
  text-align: center;
}

.table_esg_h_blue p {
  color: #fff;
  font-weight: bold;
}

.table_esg_t_green {
  border-top: 2px solid #33B17C !important;
  border-bottom: 2px solid #33B17C !important;
  background: #DCEEE6 !important;
  color: #33B17C;
  font-weight: bold;
}

.table_esg_t_green p {
  color: #33B17C;
}

.table_esg_t_red {
  border-top: 2px solid #B8444B !important;
  border-bottom: 2px solid #B8444B !important;
  background: #F2DCD6 !important;
  color: #B8444B;
  font-weight: bold;
}

.table_esg_t_red p {
  color: #B8444B;
}

.table_esg_t_blue {
  border-top: 2px solid #1572BE !important;
  border-bottom: 2px solid #1572BE !important;
  background: #DEEEF8 !important;
  color: #1572BE;
  font-weight: bold;
}

.table_esg_t_blue p {
  color: #1572BE;
}

.table_oon_red {
  background: #F2DCD6;
}

.table_oon_blue {
  background: #DEEEF8;
}

.table_oon_green {
  background: #DCEEE6;
}

.table_oon_violet {
  background: #F5EEF6;
}

.table_contribution_green,
.table_contribution_red,
.table_contribution_yellow,
.table_contribution_red-dark,
.table_contribution_orange,
.table_contribution_yellow-dark,
.table_contribution_green-dark,
.table_contribution_green-blue,
.table_contribution_blue-dark {
  font-weight: bold;
}

.table_contribution_green td,
.table_contribution_red td,
.table_contribution_yellow td,
.table_contribution_red-dark td,
.table_contribution_orange td,
.table_contribution_yellow-dark td,
.table_contribution_green-dark td,
.table_contribution_green-blue td,
.table_contribution_blue-dark td {
  vertical-align: middle;
}

.table_contribution_green p,
.table_contribution_red p,
.table_contribution_yellow p,
.table_contribution_red-dark p,
.table_contribution_orange p,
.table_contribution_yellow-dark p,
.table_contribution_green-dark p,
.table_contribution_green-blue p,
.table_contribution_blue-dark p {
  font-size: 1.125rem;
  text-transform: uppercase;
}

.table_contribution_green img,
.table_contribution_red img,
.table_contribution_yellow img,
.table_contribution_red-dark img,
.table_contribution_orange img,
.table_contribution_yellow-dark img,
.table_contribution_green-dark img,
.table_contribution_green-blue img,
.table_contribution_blue-dark img {
  height: 5rem;
}

.table_contribution_green {
  border-top: 2px solid #33B17C !important;
  border-bottom: 2px solid #33B17C !important;
  background: #DCEEE6 !important;
}

.table_contribution_green p {
  color: #33B17C;
}

.table_contribution_red {
  border-top: 2px solid #EE4032 !important;
  border-bottom: 2px solid #EE4032 !important;
  background: #F2DCD6 !important;
}

.table_contribution_red p {
  color: #EE4032;
}

.table_contribution_yellow {
  border-top: 2px solid #FCCB00 !important;
  border-bottom: 2px solid #FCCB00 !important;
  background: #fef6e9 !important;
}

.table_contribution_yellow p {
  color: #FCCB00;
}

.table_contribution_red-dark {
  border-top: 2px solid #8D1937 !important;
  border-bottom: 2px solid #8D1937 !important;
  background: #F2DCD6 !important;
}

.table_contribution_red-dark p {
  color: #8D1937;
}

.table_contribution_orange {
  border-top: 2px solid #F26D32 !important;
  border-bottom: 2px solid #F26D32 !important;
  background: #FEEEE2 !important;
}

.table_contribution_orange p {
  color: #F26D32;
}

.table_contribution_yellow-dark {
  border-top: 2px solid #CE8D38 !important;
  border-bottom: 2px solid #CE8D38 !important;
  background: #F8F0E3 !important;
}

.table_contribution_yellow-dark p {
  color: #CE8D38;
}

.table_contribution_green-dark {
  border-top: 2px solid #2e7d32 !important;
  border-bottom: 2px solid #2e7d32 !important;
  background: #DCEEE6 !important;
}

.table_contribution_green-dark p {
  color: #2e7d32;
}

.table_contribution_green-blue {
  border-top: 2px solid #33B17C !important;
  border-bottom: 2px solid #33B17C !important;
  background: #DCEEE6 !important;
}

.table_contribution_green-blue p {
  color: #1572BE;
}

.table_contribution_blue-dark {
  border-top: 2px solid #04449B !important;
  border-bottom: 2px solid #04449B !important;
  background: #DEEEF8 !important;
}

.table_contribution_blue-dark p {
  color: #04449B;
}

.t-bg-l-blue {
  color: #04449B;
  background: #DEEEF8;
}

.t-bg-l-blue strong {
  color: #04449B;
}

.t-bg-l-orange {
  color: #F26D32;
  background: #FEEEE2;
}

.t-bg-l-orange strong {
  color: #F26D32;
}

.t-bg-l-purple {
  color: #764696;
  background: #F5EEF6;
}

.t-bg-l-purple strong {
  color: #764696;
}

.t-bg-l-blue2 {
  color: #10ADD6;
  background: #DEEEF8;
}

.t-bg-l-blue2 strong {
  color: #10ADD6;
}

.btn-rounded {
  padding: .5rem 1.25rem;
  border-radius: 25rem;
}

.btn {
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-outline-light {
  border-color: #FCCB00;
  border-width: 2px;
  color: #4F4F4F;
  text-transform: uppercase !important;
  font-weight: 700;
}

.media {
  display: block;
}

.relative {
  position: relative;
}

.section-padding {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

.table-responsive + .footnote {
  margin-top: 0;
  padding-top: 0;
}

.table-responsive + .footnote:before {
  display: none;
}

.arrow-down {
  position: relative;
  padding-bottom: 2.75rem;
  color: #fff;
  font-size: 1rem;
  margin-top: 1rem;
  display: block;
}

.arrow-down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  background: url("../images/icon/arrow-down.svg") no-repeat center;
}

.arrow-down:hover {
  color: #fff;
  text-decoration: none;
}

.ul-file-download {
  list-style: none;
  padding-left: 0 !important;
}

.ul-file-download li {
  margin-top: .5rem;
  margin-bottom: .5rem;
  align-items: center;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
}

.ul-file-download li:before {
  display: none;
}

.ul-file-download li a {
  font-size: .875rem;
  font-weight: normal;
}

.file-download-link {
  padding-left: 4.25rem;
  display: block;
  width: 100%;
  position: relative;
  color: #4F4F4F;
  margin-left: 1rem;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  font-family: "NovemberLCG", sans-serif;
  font-weight: 900;
  background: #fff;
  border-radius: 25rem;
  line-height: 1;
}

.file-download-link:before {
  content: '';
  position: absolute;
  left: 1rem;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("../images/icon/file-download-g.svg") no-repeat center;
  background-size: 100%;
}

.file-download-link:hover {
  color: #1572BE;
  text-decoration: none;
}

.icon-header {
  background: #04449B;
  padding: .75rem;
  border-bottom-left-radius: .5rem;
  border-top-left-radius: .5rem;
  width: 4rem;
  min-height: 4rem;
  position: relative;
  flex: 0 0 4rem;
}

.icon-header img {
  width: 4.5rem;
  top: -.75rem;
  right: -.5rem;
  position: absolute;
}

.icon-header-item {
  border-radius: .5rem;
  display: flex;
  align-items: center;
  background: #E0E0E0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.icon-header-text {
  padding: .75rem;
  padding-left: 1.5rem;
  font-size: .8125rem;
}

.icon-header-title {
  padding: .75rem;
  padding-left: 1.5rem;
  font-weight: 800;
  font-size: 1.5rem;
}

.content-about-img {
  max-width: 20rem;
  margin-bottom: 1rem;
}

.content-about-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.shevron-list {
  margin-bottom: 1rem;
}

.shevron-list-item {
  display: inline-flex;
}

.shevron-list-item img {
  width: 56px;
}

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 1020;
  min-height: 84px;
  padding: 1rem 1.875rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  top: 0;
}

.header-container {
  display: flex;
  align-items: center;
  position: relative;
}

.header-brand {
  display: block;
  width: 12rem;
}

.header-left {
  margin-left: 1.5rem;
}

.header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header-langselect {
  align-items: center;
  display: flex;
  position: relative;
  color: #4F4F4F;
  font-family: "DINPro", sans-serif;
  font-weight: 800;
  margin-left: 1rem;
}

.header-langselect .lang-block {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header-langselect .lang-block li {
  display: inline-flex;
  text-transform: uppercase;
  margin: 0;
}

.header-langselect .lang-block li a {
  font-size: .8125rem;
  color: #4F4F4F;
  text-decoration: none;
  line-height: 1;
  display: block;
  padding: .25rem .5rem;
  border-radius: 3px;
  transition: all .25s;
}

.header-langselect .lang-block li a:hover {
  background: #BDBDBD;
  color: #fff;
}

.header-langselect .lang-block li.active a {
  background: #1572BE;
  color: #fff;
}

.header-title {
  color: #4F4F4F;
  text-transform: uppercase;
  font-weight: 300;
  max-width: 350px;
  font-size: .875rem;
  line-height: 1.2;
  margin-left: 3rem;
  margin-top: .5rem;
}

.header.white {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}

.header-index:not(.white) {
  background: none;
  border-bottom: none;
  position: absolute;
  width: 100%;
}

.header-index:not(.white) .nav-mobile-menu:before,
.header-index:not(.white) .nav-mobile-menu:after,
.header-index:not(.white) .nav-mobile-menu span {
  background-color: #fff;
}

.header-index:not(.white) .header-langselect li {
  border-color: #fff;
}

.header-index:not(.white) .header-langselect li a {
  color: #fff;
}

.header-index:not(.white) .index-logo-w {
  display: block;
}

.header-index:not(.white) .index-logo {
  display: none;
}

.header-index .index-logo-w {
  display: none;
}

.header-index .index-logo {
  display: block;
}

.header-key {
  background: none;
  border-bottom: none;
  position: fixed;
  width: 100%;
  padding-right: 6rem;
}

.footer {
  position: relative;
  z-index: 995;
  background: #F2F2F2;
  border-top: 3px solid #E0E0E0;
  color: #828282;
  font-family: "DINPro", sans-serif;
}

.footer-copy {
  font-size: .875rem;
  margin-right: auto;
  font-weight: 500;
}

.footer-file-download {
  display: flex;
  align-items: center;
}

.footer-arrows {
  display: flex;
  line-height: 0;
  position: relative;
}

.footer-arrows-left,
.footer-arrows-right,
.footer-arrows-top {
  color: #fff;
  padding: .5rem;
}

.footer-arrows-left .fa,
.footer-arrows-right .fa,
.footer-arrows-top .fa {
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-arrows-left,
.footer-arrows-right {
  position: relative;
  width: 70px;
  height: 70px;
}

.footer-arrows-left:hover,
.footer-arrows-right:hover {
  color: #AFCA0C;
}

.footer-arrows-top {
  background: #1572BE;
  padding: 1rem;
  position: relative;
  height: 80px;
  width: 80px;
  margin-top: -10px;
  top: -10;
}

.footer-arrows-top:hover {
  background: #828282;
  color: #fff;
}

.nav-mobile-menu {
  border: none;
  position: relative;
  z-index: 101;
  background: none;
  padding: 0;
  display: block;
  width: 24px;
  height: 24px;
}

.nav-mobile-menu:focus {
  outline: none;
}

.nav-mobile-menu:before,
.nav-mobile-menu:after {
  content: '';
}

.nav-mobile-menu:before,
.nav-mobile-menu:after,
.nav-mobile-menu span {
  left: 0;
  height: 2px;
  width: 100%;
  position: absolute;
  background: #4F4F4F;
  margin: 0 auto;
  transition: 0.4s;
}

.nav-mobile-menu span {
  top: 50%;
  margin-top: -1.5px;
}

.nav-mobile-menu:before {
  top: 3px;
}

.nav-mobile-menu:after {
  bottom: 3px;
}

.nav-mobile-menu__btn-shadow {
  position: fixed;
  top: 1.25rem;
  left: 1rem;
  z-index: 1030;
}

.left-menu {
  font-family: "NovemberLCG", sans-serif;
  position: fixed;
  top: 0;
  height: 100vh;
  left: -44rem;
  min-width: 44rem;
  background: #fff;
  padding: 3rem;
  padding-top: 7rem;
  box-shadow: 0 10px 26px 0 rgba(0, 0, 0, 0.25);
  z-index: 1005;
  transition: left 0.2s ease-in-out;
}

.left-menu.active {
  left: 0;
}

.left-menu-nav {
  list-style: none !important;
  padding-left: 0;
}

.left-menu-nav li {
  padding-left: .75rem;
  padding-right: .75rem;
}

.left-menu-nav li:before {
  display: none;
}

.left-menu-nav li a {
  display: block;
  padding: .5rem .25rem;
  color: #333333;
  font-weight: 700;
  border-bottom: 1px dashed #E0E0E0;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: .8125rem;
}

.left-menu-nav li a:hover {
  text-decoration: none;
  color: #1572BE;
}

.left-menu-nav .menu-list__sub {
  display: none;
  padding-left: .5rem;
  margin-left: .75rem;
}

.left-menu-nav .menu-list__sub ul {
  padding-left: 0;
}

.left-menu-nav .menu-list__sub li {
  padding: 0 !important;
  list-style: none;
}

.left-menu-nav .menu-list__sub li ul {
  padding-left: .5rem;
}

.left-menu-nav .menu-list__sub li a {
  padding: .35rem 1rem;
  padding-left: .5rem;
  font-size: .875rem;
  border-bottom: none;
  border-right: 4px solid transparent;
  font-weight: 500;
  color: #4F4F4F;
  text-transform: none;
}

.left-menu-nav .menu-list__sub li a:hover {
  color: #1572BE;
}

.left-menu-nav .menu-list__sub li ul a {
  font-weight: normal !important;
}

.left-menu-nav .menu-list__sub.open {
  background: #fff;
  display: block;
}

.left-menu-nav .menu-list__sub.open ul {
  display: block !important;
}

.left-menu-header {
  margin-bottom: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.left-menu-header__title {
  font-size: 1.25rem;
  font-family: "DINCondensed", sans-serif;
}

.black-bg {
  overflow-x: hidden;
  transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1);
}

.black-bg:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.8);
  content: '';
  opacity: 0;
  transition: opacity 0.3s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 1000;
}

.open-sidebar {
  height: auto;
  position: relative;
  overflow: hidden;
  padding-right: 15px;
}

.open-sidebar .black-bg:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
}

.open-sidebar .nav-mobile-menu span {
  opacity: 0;
}

.open-sidebar .nav-mobile-menu:before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1.5px;
}

.open-sidebar .nav-mobile-menu:after {
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1.5px;
}

.open-sidebar .left-menu {
  left: 0 !important;
}

.section-index {
  padding: 0;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.section-index-top {
  min-height: 90vh;
  padding-top: 3rem;
  background-position: top center;
}

.index-main-logo {
  position: absolute;
  left: 50%;
  top: 28%;
  transform: translate(-50%, 0);
}

.index-main-logo img {
  width: 23rem;
}

.index-main-content {
  font-size: 1.5rem;
  border-bottom: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0);
  width: 100%;
  padding: 1.5rem;
}

.index-main-title {
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

.index-main-sub-title {
  font-size: .812rem;
  padding: .5rem 1rem;
  border: 2px solid #fff;
  line-height: 1.3;
  color: #fff;
  display: inline-block;
  margin: 1rem auto;
  border-radius: 25rem;
}

.index-header {
  padding: 1rem 1.5rem;
  margin-top: auto;
}

.index-header-title {
  font-size: 2rem;
  line-height: 1.1;
  color: #fff;
}

.index-body {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
}

.index-body-nav {
  padding: 1rem .5rem;
  list-style: none;
  font-size: 1rem;
}

.index-body-nav ul {
  list-style: none;
  padding-left: 0;
}

.index-body-nav li {
  border-bottom: 1px dashed #E0E0E0;
}

.index-body-nav li a {
  display: block;
  padding: .5rem 1rem;
  color: #4F4F4F;
  font-weight: bold;
}

.index-body-nav li a:hover {
  color: #1572BE;
  text-decoration: none;
}

.index-body-nav li:last-child {
  border-bottom: none;
}

.main-page {
  padding-top: 62px;
  padding-right: 4rem;
}

.main-page-content {
  background: #fff;
}

.main-page-content.none-flex {
  display: block;
}

.main-page-content.none-flex .content-body {
  padding: 0;
}

.main-page-content.none-flex .content-header {
  padding-right: 0;
}

.main-page-content-nav {
  padding-left: 0;
  list-style: none;
  position: sticky;
  top: 7rem;
}

.main-page-content-nav__title {
  font-family: "DINPro", sans-serif;
  line-height: 1.2;
  font-size: 1.5rem !important;
  color: #4F4F4F;
  margin-bottom: 1.5rem;
}

.main-page-content-nav li {
  list-style: none;
  padding-left: 0;
  font-weight: 700;
}

.main-page-content-nav li > ul {
  padding-left: 0 !important;
}

.main-page-content-nav li > ul li {
  font-weight: normal;
}

.main-page-content-nav li > ul li a {
  padding-left: 1.5rem;
}

.main-page-content-nav li a {
  font-size: .8125rem;
  padding: .5rem .75rem;
  color: #4F4F4F;
  display: block;
  border-bottom: 1px dashed #E0E0E0;
  line-height: 1.4;
}

.main-page-content-nav li a:hover {
  color: #1572BE;
}

.main-page blockquote {
  font-style: italic;
  font-size: 1rem;
  font-weight: bold;
  padding: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 5rem;
}

.main-page blockquote:before {
  content: '';
  width: 71px;
  height: 86px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/q-1.png");
  background-position: center;
  background-size: 100%;
}

.content-header {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-bottom: 1px solid #E0E0E0;
  min-height: 450px;
  display: flex;
  align-items: end;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.content-header:before {
  content: '';
  background: linear-gradient(90deg, #1572be 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.content-header .container {
  position: relative;
  z-index: 101;
}

.content-header-h1 {
  color: #fff;
}

.content-header-gri {
  color: #fff;
  font-family: "DINCondensed", sans-serif;
  font-size: 1.5rem;
}

.content-body {
  padding-bottom: 3rem;
}

.content-body ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.content-body ol li {
  font-size: .875rem;
  margin: .5rem 0;
  line-height: 1.8;
  color: #333333;
}

.content-body ul {
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
}

.content-body ul li {
  font-size: .875rem;
  margin: .5rem 0;
  line-height: 1.6;
  color: #333333;
  list-style: none;
  position: relative;
}

.content-body ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 25px;
  background: #007BC3;
  position: absolute;
  left: -1.25rem;
  top: .5rem;
}

.content-body h2 {
  margin-top: 2rem;
}

.content-body h3 {
  margin-bottom: 1rem;
}

.content-liderstvo {
  background: linear-gradient(-45deg, #fce7db 100%, #f4c395 0%);
}

.content-liderstvo .content-header-h1 {
  font-size: 2.5rem;
}

.content-liderstvo .content-liderstvo_main-title {
  font-size: 1.75rem;
}

.content-liderstvo .content-liderstvo_main-title span {
  display: block;
  color: #1572BE;
}

.content-red .main-navbar-panel {
  background-color: #B8444B;
}

.content-red .main-page-header-people-avatar:before {
  background: linear-gradient(45deg, #b8444b, rgba(184, 68, 75, 0.5));
}

.content-red .key-section-people-name span {
  background-color: #B8444B;
}

.content-red .table {
  border-bottom-color: #B8444B;
  border-top-color: #B8444B;
}

.content-red .table thead th,
.content-red .table thead td {
  background: #B8444B;
  border-color: #B8444B;
  color: #fff;
}

.content-red .table thead th p,
.content-red .table thead td p {
  color: #fff;
}

.content-red .table td,
.content-red .table th {
  border-bottom: 1px solid #B8444B;
}

.content-red .table-bg-100 {
  background: #F2DCD6;
}

.content-red .table-bg-100 p {
  color: #B8444B;
}

.content-red .main-navbar-num {
  border-color: #B8444B;
}

.content-red .main-navbar-num span {
  color: #B8444B;
}

.content-red .info-block {
  border: 2px solid #B8444B;
  background: #F2DCD6;
}

.content-red .info-block.info-block-white {
  background: #fff;
}

.content-red .info-block.info-block-white h4 {
  color: #8D1937;
}

.content-red .principles-block {
  border-color: #B8444B;
}

.content-red .principles-block strong {
  color: #B8444B;
}

.content-red .content-header:before {
  background: linear-gradient(90deg, rgba(184, 68, 75, 0.75) 0%, rgba(184, 68, 75, 0) 100%);
}

.content-red ul li:before {
  background: #B8444B;
}

.content-yellow .main-navbar-panel {
  background-color: #FCCB00;
}

.content-yellow .main-navbar-num {
  border-color: #FCCB00;
}

.content-yellow .main-navbar-num span {
  color: #FCCB00;
}

.content-yellow .content-header:before {
  background: linear-gradient(90deg, rgba(249, 162, 47, 0.75) 0%, rgba(249, 162, 47, 0) 100%);
}

.content-orange .main-navbar-panel {
  background-color: #F26D32;
}

.content-orange .main-navbar-num {
  border-color: #F26D32;
}

.content-orange .main-navbar-num span {
  color: #F26D32;
}

.content-orange .main-page-header-people-avatar:before {
  background: linear-gradient(45deg, #f26d32, rgba(242, 109, 50, 0.5));
}

.content-orange .key-section-people-name span {
  background-color: #F26D32;
}

.content-orange .principles-block {
  border-color: #F26D32;
}

.content-orange .principles-block strong {
  color: #F26D32;
}

.content-orange .content-header:before {
  background: linear-gradient(90deg, rgba(242, 109, 50, 0.75) 0%, rgba(242, 109, 50, 0) 100%);
}

.content-green .main-navbar-panel {
  background-color: #33B17C;
}

.content-green .main-navbar-num {
  border-color: #33B17C;
}

.content-green .main-navbar-num span {
  color: #33B17C;
}

.content-green .main-page-header-people-avatar:before {
  background: linear-gradient(45deg, #33b17c, rgba(51, 177, 124, 0.5));
}

.content-green .table {
  border-bottom-color: #33B17C;
  border-top-color: #33B17C;
}

.content-green .table thead th,
.content-green .table thead td {
  background: #33B17C;
  border-color: #33B17C;
  color: #fff;
}

.content-green .table thead th p,
.content-green .table thead td p {
  color: #fff;
}

.content-green .table td,
.content-green .table th {
  border-bottom: 1px solid #33B17C;
}

.content-green .table_footer td {
  background: #DCEEE6;
  border-top: 2px solid #33B17C;
  color: #2e7d32;
}

.content-green .table_footer td p {
  color: #2e7d32;
}

.content-green .info-block {
  border: 2px solid #33B17C;
  background: #DCEEE6;
}

.content-green .info-block.info-block-white {
  background: #fff;
}

.content-green .info-block.info-block-white h4 {
  color: #2e7d32;
}

.content-green .principles-block {
  border-color: #33B17C;
}

.content-green .principles-block strong {
  color: #33B17C;
}

.content-green .content-header:before {
  background: linear-gradient(90deg, rgba(51, 177, 124, 0.75) 0%, rgba(51, 177, 124, 0) 100%);
}

.content-green ul li:before {
  background: #33B17C;
}

.content-light-blue .main-navbar-panel {
  background-color: #10ADD6;
}

.content-light-blue .main-navbar-num {
  border-color: #10ADD6;
}

.content-light-blue .main-navbar-num span {
  color: #10ADD6;
}

.content-light-blue .main-page-header-people-avatar:before {
  background: linear-gradient(45deg, #10add6, rgba(16, 173, 214, 0.5));
}

.content-light-blue .table {
  border-bottom-color: #10ADD6;
  border-top-color: #10ADD6;
}

.content-light-blue .table thead th,
.content-light-blue .table thead td {
  background: #10ADD6;
  border-color: #10ADD6;
  color: #fff;
}

.content-light-blue .table thead th p,
.content-light-blue .table thead td p {
  color: #fff;
}

.content-light-blue .table td,
.content-light-blue .table th {
  border-bottom: 1px solid #10ADD6;
}

.content-light-blue .principles-block {
  border-color: #10ADD6;
}

.content-light-blue .principles-block strong {
  color: #10ADD6;
}

.content-light-blue .content-header:before {
  background: linear-gradient(90deg, rgba(16, 173, 214, 0.75) 0%, rgba(16, 173, 214, 0) 100%);
}

.content-violet .main-navbar-panel {
  background-color: #764696;
}

.content-violet .main-navbar-num {
  border-color: #764696;
}

.content-violet .main-navbar-num span {
  color: #764696;
}

.content-violet .table {
  border-bottom-color: #764696;
  border-top-color: #764696;
}

.content-violet .table thead th,
.content-violet .table thead td {
  background: #764696;
  border-color: #764696;
  color: #fff;
}

.content-violet .table thead th p,
.content-violet .table thead td p {
  color: #fff;
}

.content-violet .table td,
.content-violet .table th {
  border-bottom: 1px solid #764696;
}

.content-violet .principles-block {
  border-color: #764696;
}

.content-violet .principles-block strong {
  color: #764696;
}

.content-violet .info-block__practice {
  border: 2px solid #764696;
  background: #F5EEF6;
}

.content-violet .info-block__practice-header {
  background: #764696;
}

.content-violet .content-header:before {
  background: linear-gradient(90deg, rgba(118, 70, 150, 0.75) 0%, rgba(118, 70, 150, 0) 100%);
}

.content-violet ul li:before {
  background: #764696;
}

.key-page {
  margin-bottom: 2rem;
}

.key-header {
  min-height: 20rem;
  position: relative;
  color: #fff;
}

.key-header:before {
  content: '';
  background: linear-gradient(90deg, rgba(21, 114, 190, 0.75) 0%, rgba(255, 255, 255, 0.2) 100%);
  min-height: 16rem;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.key-header-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 0;
  width: 100%;
}

.key-header-title {
  font-size: 2rem;
  font-family: "DINCondensed", sans-serif;
}

.key-section-hedaer {
  background: #fff;
  color: #1572BE;
  margin-top: 3rem;
  padding: .5rem 1.5rem;
  border: 2px solid #04449B;
  border-radius: 25rem;
  display: inline-flex;
  font-weight: bold;
}

.key-section-hedaer sup {
  top: .25rem;
}

.key-section-hedaer_red {
  border-color: #B8444B;
  color: #B8444B;
}

.key-section-hedaer_green {
  border-color: #33B17C;
  color: #33B17C;
}

.key-section-block {
  position: relative;
  margin: 1.5rem 0;
  margin-bottom: .25rem;
}

.key-section-block p {
  color: #4F4F4F;
  margin-bottom: 1rem;
  font-size: .8125rem;
}

.key-section-block-header {
  display: flex;
  align-items: center;
}

.key-section-block-icon {
  padding-right: .5rem;
  position: relative;
}

.key-section-block-icon img {
  width: 3.25rem;
}

.key-section-block-title {
  text-transform: uppercase;
  font-family: "DINCondensed", sans-serif;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.key-section-block-title span {
  color: #333333;
  display: block;
  font-size: .75rem;
  font-weight: 500;
  margin-top: .25rem;
}

.key-service-list {
  margin-top: 1rem;
  padding-left: .75rem;
  position: relative;
}

.key-service-list-item {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
  z-index: 10;
  position: relative;
}

.key-service-list-item img {
  width: 2.75rem;
  height: 2.75rem;
}

.key-service-list-text {
  font-weight: 500;
  font-size: .75rem;
  margin-left: 1.5rem;
  color: #4F4F4F;
}

.key-progress {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: .5rem;
}

.key-progress .progress {
  height: 1.75rem;
  background: none;
  font-size: 1.25rem;
  border-radius: 0;
}

.key-progress .progress-bar {
  text-align: left;
  background: none;
  color: #4F4F4F;
  border-radius: 0;
  padding-right: .65rem;
  padding-left: .5rem;
}

.key-progress.key .progress-bar {
  background: linear-gradient(to right, rgba(21, 114, 190, 0), #1572BE);
  color: #4F4F4F;
  font-weight: 900;
}

.key-progress.key .key-progress-num {
  font-weight: 900;
}

.key-progress-num {
  color: #4F4F4F;
  width: 2.25rem;
  margin-right: .75rem;
  margin-top: -.5rem;
}

.key-footernote {
  font-size: .7125rem;
  color: #4F4F4F;
}

.key-note {
  border-color: #fff;
  margin: 2.5rem 0;
}

.key-note:before {
  display: none;
}

.key-note p {
  color: #fff;
}

.key-note .content-note-body {
  padding-top: 2.5rem;
}

.key-note-title {
  font-weight: 900;
  position: absolute;
  padding: .75rem;
  padding-right: 1.5rem;
  padding-left: 1rem;
  color: #333333;
  background: #fff;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  top: -1.5rem;
  left: -2px;
}

.content-leader {
  background: #fff;
  font-family: "DINPro", sans-serif;
}

.content-leader-photo {
  position: sticky;
  top: 7rem;
}

.content-leader-photo img {
  border-radius: 26px;
}

.content-leader-info {
  padding-top: 1rem;
  margin-top: 2rem;
}

.content-leader-name {
  font-weight: 700;
  font-size: .875rem;
}

.content-leader-name span {
  display: block;
  font-size: 1.75rem;
}

.content-leader-position {
  color: #4F4F4F;
}

.leader-page .content-header-h1 {
  max-width: 60%;
}

.leader-page-content.none-flex {
  display: block;
}

.leader-page-content.none-flex .content-body {
  padding: 0;
}

.leader-page-content.none-flex .content-header {
  padding-right: 0;
}

.leader-page-content-inner {
  padding-left: 0;
  padding-bottom: 1rem;
  min-height: calc(100vh - 90px);
  padding-top: 4rem;
}

.leader-page-content-right {
  padding: 2rem;
  padding-top: 4rem;
  min-height: calc(100vh - 7rem);
  width: 460px;
}

.leader-page-content-header {
  border-bottom: 1px solid #E0E0E0;
}

.leader-page-content-header .content-header-h1 {
  max-width: 600px;
  color: #333333;
}

body {
  position: relative;
}

.gri-link {
  display: inline-flex;
  padding: .35rem 1rem;
  margin-bottom: .5rem;
  background: #1572BE;
  color: #fff;
  font-size: .875rem;
  line-height: 1.4;
  font-family: "DINCondensed", sans-serif;
}

.gri-link:first-child {
  border-bottom-left-radius: .5rem;
  border-top-left-radius: .5rem;
}

.gri-link:last-of-type {
  border-bottom-right-radius: .5rem;
  border-top-right-radius: .5rem;
}

.gri-link:hover {
  text-decoration: none;
  color: #F2F2F2;
  background: #04449B;
}

.gri-standart,
.gri-comment {
  font-size: .8125rem;
}

.popover {
  border: none;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  padding: 1rem !important;
}

.popover .popover-header {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: #fff;
  font-family: "NovemberLCG", sans-serif;
  padding: 1rem !important;
  font-size: .8125rem;
}

.main-navbar {
  width: 8rem;
  height: 100vh;
  background: #fff;
  border-left: 1px solid #E0E0E0;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 990;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.main-navbar-panel {
  background: #1572BE;
  color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 28vh;
}

.main-navbar-letter {
  min-height: 22vh;
  padding-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DINCondensed", sans-serif;
}

.main-navbar-letter span {
  margin-top: 1.5rem;
  font-size: 5rem;
}

.main-navbar-num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50rem;
  border: 2px solid #04449B;
}

.main-navbar-num span {
  font-weight: bold;
  font-size: 3.25rem;
  font-style: italic;
  display: block;
  line-height: 0;
  color: #04449B;
}

.main-arrow-nav {
  list-style: none;
  padding-left: 0;
}

.main-arrow-nav li {
  font-size: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.main-arrow-nav li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.25rem;
  transition: all .25s;
}

.main-arrow-nav li a:hover {
  color: #333333;
  background: rgba(255, 255, 255, 0.25);
}

.main-arrow-nav-top {
  position: fixed;
  bottom: 3.5rem;
  right: .25rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 25rem;
  background: #fff;
  border: 2px solid #E0E0E0;
  transition: all .25s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  z-index: 996;
}

.main-arrow-nav-top span {
  position: relative;
  z-index: 101;
  font-size: 1.25rem;
}

.main-arrow-nav-top:hover {
  background: #4F4F4F;
  color: #fff;
}

.membership-block {
  padding: 1rem 0;
  text-align: right;
  line-height: 1.4;
  position: relative;
  margin-top: 1.75rem;
}

.membership-header {
  background: #10ADD6;
  padding: 1rem;
  border-radius: 1rem;
  padding-top: 2rem;
}

.membership-header h4 {
  margin: 0;
  font-size: 1rem;
  color: #fff;
}

.membership-header__icon {
  position: absolute;
  left: 1rem;
  top: -1rem;
  background: #fff;
  width: 4rem;
  height: 4rem;
  border: 1px solid #10ADD6;
  box-shadow: 0 0 0 2px #10ADD6;
  border-radius: 50rem;
  padding: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.membership-header__icon:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  top: -.75rem;
  left: -.75rem;
  right: -.75rem;
  bottom: -.75rem;
  border: 1px solid #10ADD6;
}

.membership-text {
  margin-top: .75rem;
  font-family: "DINCondensed", sans-serif;
  color: #1572BE;
  font-weight: bold;
  font-size: 1.125rem;
}

.principle-info {
  margin-top: 1.5rem;
}

.principle-info h4 {
  font-size: .875rem;
  font-family: "NovemberLCG", sans-serif;
  font-weight: normal;
}

.principles_list {
  font-size: .875rem;
  padding: .25rem 0;
}

.principles_list img {
  width: 3.5rem;
  margin-right: .75rem;
}

.principles_list-item {
  margin-bottom: .5rem;
  align-items: center !important;
}

.principles_list-title {
  color: #1572BE;
  font-weight: 700;
}

.block_1 {
  border: 2px solid #04449B;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #CDD0E0;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}

.block_1 strong {
  color: #1572BE;
}

.block_1__title {
  background: #04449B;
  border-radius: 25rem;
  position: relative;
  padding-left: 6rem;
  width: 50%;
  margin-top: -4.5rem;
}

.block_1__title h4 {
  color: #fff;
}

.block_1__icon {
  position: absolute;
  width: 6rem;
  height: 6rem;
  left: -2rem;
  top: -1.75rem;
}

.block_1__text {
  padding-top: 1.5rem;
}

.block_1-light-blue {
  background: #DEEEF8;
  border-color: #10ADD6;
}

.block_1-light-blue .block_1__title {
  background: #10ADD6;
}

.block-2-1-text ul,
.block-2-1-text li,
.block-2-1-text p {
  line-height: 1.5 !important;
}

.vote-col-item {
  padding: .25rem;
  padding-right: 1rem;
  margin-bottom: .25rem;
}

.vote-col-textarea {
  padding: .25rem;
}

.vote-col-block {
  margin-top: .5rem;
  margin-bottom: 0;
}

.vote-col-block h4 {
  color: #333333;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.vote-col-block h5 {
  padding: .75rem;
  text-transform: none;
  color: #333333;
  margin: 0;
  line-height: 1.6;
}

.vote-col-block .custom-control-label {
  cursor: pointer;
}

.vote-col-block .custom-control-label:hover {
  color: #AFCA0C;
}

.case-study {
  margin-bottom: 1.5rem;
  position: relative;
  margin-top: 3rem;
}

.case-study-title {
  background: #1572BE;
  color: #fff;
  font-weight: 900;
  padding: .75rem;
  padding-left: 2rem;
  position: relative;
  text-transform: uppercase;
}

.case-study-title:before {
  content: '';
  position: absolute;
  left: -5rem;
  top: 0;
  height: 100%;
  width: 5rem;
  background: #1572BE;
}

.case-study-img {
  max-width: 15rem;
  position: relative;
  z-index: 10;
  margin-top: -1rem;
}

.case-study-img img {
  margin-bottom: 1rem;
}

.case-study-text {
  padding: 1.5rem;
  background: #F2F2F2;
  font-style: italic;
}

.case-study .media-body {
  position: relative;
}

.case-study .media-body:before {
  content: '';
  position: absolute;
  width: 10rem;
  height: 100%;
  background: #F2F2F2;
  left: -10rem;
  top: 0;
}

.img-text-icon {
  display: flex;
  margin-top: 1rem;
  position: relative;
  padding-left: 1.75rem;
}

.img-text-icon:before {
  content: '';
  width: 21px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon/img-icon.png") no-repeat center;
}

.page-nav {
  max-width: 30rem;
  padding-left: 0;
  margin-bottom: 0;
}

.page-nav li {
  border-bottom: 1px dashed #E0E0E0;
  list-style: none;
  padding: .5rem 0;
}

.page-nav li a {
  color: #fff;
  font-size: .8125rem;
  font-family: "NovemberLCG", sans-serif;
}

.footnote-block {
  padding: 1rem 0;
  margin-top: 1rem;
  color: #828282;
  position: relative;
}

.footnote-block p {
  font-size: .8125rem;
  font-style: italic;
  color: #828282;
  line-height: 1.4;
  margin-bottom: .5rem;
}

.footnote-block:before {
  content: '';
  width: 100px;
  height: 2px;
  background: #1572BE;
  top: 0;
  left: 0;
  position: absolute;
}

.info-block {
  padding: 1rem;
  border-radius: 1rem;
  border: 2px solid #C8CDE8;
  background: #DEEEF8;
  position: relative;
}

.info-block.info-block-white {
  background: #fff;
  font-style: normal;
}

.info-block.info-block-white h4 {
  color: #10ADD6;
}

.info-block h4 {
  font-family: "DINCondensed", sans-serif;
  margin: 0;
  font-style: normal;
  font-size: 1.25rem;
  margin-bottom: .75rem;
}

.info-block__practice {
  margin-top: 10rem;
}

.info-block__practice-header {
  border-radius: 25rem;
  background: #33B17C;
  color: #fff;
  padding: .25rem 1rem;
}

.info-block__practice-header h4 {
  margin-bottom: 0;
}

.info-block__practice-header .info-block_img {
  position: absolute;
  max-width: 10rem;
  top: -8rem;
  right: 0;
}

.info-block__practice .info-text {
  margin-top: 1.5rem;
}

.menu-list__sub {
  display: none;
  padding-left: 15px;
}

.menu-list_header.open > .menu-list__sub {
  display: block;
}

.menu-list_header > a::after {
  content: '▼';
  float: right;
  margin-left: 10px;
  font-size: 0.7em;
  transition: transform 0.3s ease;
}

.menu-list_header.open > a::after {
  transform: rotate(180deg);
}

.lang-warning {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.principles-block {
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  border: 2px solid #1572BE;
  background: #DEEEF8;
}

.principles-block strong {
  color: #04449B;
}

.block-2-1-title {
  border-radius: 25rem;
  border: 1px solid #04449B;
  position: relative;
  padding: .35rem 1rem;
  padding-left: 4rem;
  margin-left: 1rem;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 3rem;
}

.block-2-1-icon {
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
}

.main-file-download-link {
  padding: .5rem 0;
  align-items: center;
  display: flex;
  position: relative;
  font-weight: bold;
  color: #4F4F4F;
  padding-right: 2.75rem;
  font-size: .81255rem;
  font-family: "DINPro", sans-serif;
  line-height: 0;
}

.main-file-download-link:before {
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("../images/icon/file-download-g.svg") no-repeat center;
  background-size: 100%;
}

.main-file-download-link:hover {
  color: #1572BE;
  text-decoration: none;
}

@media (min-width: 768px) {
  p {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.8;
  }

  .content-header-h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
  }

  h3 {
    font-size: 1.75rem;
    line-height: 1.6;
    margin-top: 2rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  .media {
    display: flex;
    align-items: flex-start;
  }

  .media-body {
    flex: 1;
  }

  .section-padding {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .arrow-down {
    margin-top: 5rem;
  }

  .ul-file-download li {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .ul-file-download li a {
    font-size: 1rem;
  }

  .shevron-list-item img {
    width: 76px;
  }

  .header-langselect .lang-block li a {
    border-radius: 6px;
    padding: .5rem .75rem;
    font-size: .9375rem;
  }

  .footer {
    height: 90px;
    display: flex;
    align-items: center;
  }

  .footer-file-download {
    padding: 0;
    height: 32px;
  }

  .footer-arrows {
    margin-left: 2rem;
  }

  .footer-arrows-left .fa,
  .footer-arrows-right .fa,
  .footer-arrows-top .fa {
    font-size: 36px;
  }

  .nav-mobile-menu {
    width: 28px;
    height: 28px;
  }

  .nav-mobile-menu:before,
  .nav-mobile-menu:after,
  .nav-mobile-menu span {
    height: 3px;
  }

  .nav-mobile-menu__btn {
    position: relative;
    background: #fff;
    width: 4.9rem;
    height: 3em;
    border-radius: .25em/.5em;
    transition: all .25s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-mobile-menu__btn:before,
  .nav-mobile-menu__btn:after {
    position: absolute;
    z-index: 10;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
  }

  .nav-mobile-menu__btn:before {
    left: 0;
    top: 0;
    transform: rotate(60deg);
  }

  .nav-mobile-menu__btn:after {
    left: 0;
    top: 0;
    transform: rotate(-60deg);
  }

  .nav-mobile-menu__btn-shadow {
    position: fixed;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    background: none;
  }

  .nav-mobile-menu__btn-shadow:before {
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 5rem;
    position: absolute;
    z-index: -1;
    box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.35);
  }

  .left-menu-nav li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .left-menu-nav li a {
    font-size: 1rem;
    padding: .75rem .5rem;
  }

  .left-menu-nav .menu-list__sub {
    padding-left: 1rem;
    margin-left: 1.5rem;
  }

  .left-menu-nav .menu-list__sub li a {
    padding: .5rem 2rem;
    padding-left: .5rem;
  }

  .left-menu-header {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .left-menu-header__title {
    font-size: 2.5rem;
  }

  .section-index {
    padding: 1rem;
    min-height: 100vh;
    background-position: center;
  }

  .section-index-top {
    min-height: 100vh;
  }

  .index-main-content {
    bottom: 10%;
    width: 50%;
  }

  .index-main-title {
    font-size: 4rem;
  }

  .index-main-sub-title {
    font-size: 1rem;
  }

  .index-header-title {
    font-size: 4rem;
  }

  .index-header {
    position: absolute;
    padding: 2rem;
    max-width: 30rem;
    left: 6rem;
    top: 6rem;
  }

  .index-body {
    position: absolute;
    left: -2rem;
    bottom: -10rem;
    border-radius: 50rem;
    padding: 7rem;
    width: 47rem;
    height: 47rem;
  }

  .index-body-nav {
    padding: 1.5rem 1rem;
    position: absolute;
    z-index: 10;
    width: 65%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .main-page {
    padding-right: 8rem;
    padding-top: 84px;
  }

  .content-header {
    padding-bottom: 3rem;
    min-height: 600px;
    padding-right: 8.25rem;
    background-position: top center;
  }

  .content-body ul {
    padding-left: 2rem;
  }

  .content-body ul li {
    font-size: 1rem;
    line-height: 1.8;
  }

  .content-body ul li:before {
    left: -2rem;
  }

  .content-liderstvo .content-liderstvo_main-title {
    font-size: 4rem;
  }

  .key-header-title {
    font-size: 4rem;
  }

  .key-section-block-icon img {
    width: 4rem;
  }

  .key-section-block-title {
    padding: .5rem 1rem;
    font-size: 1.25rem;
  }

  .key-service-list-text {
    font-size: .8125rem;
  }

  .leader-page-content {
    display: flex;
    margin-left: 12vw;
  }

  .leader-page-content-inner {
    padding-bottom: 2rem;
    min-height: calc(100vh - 90px);
  }

  .leader-page-content-header {
    padding-right: 8.25rem;
  }

  .gri-link {
    margin-bottom: 1.5rem;
  }

  .main-arrow-nav-top {
    width: 4.5rem;
    height: 4.5em;
    right: 1.5rem;
  }

  .main-arrow-nav-top span {
    font-size: 1.5rem;
  }

  .membership-block {
    margin-top: 0;
    min-height: 13rem;
    padding-bottom: 3rem;
    padding-left: 8rem;
  }

  .membership-header {
    padding-top: 0;
    padding-left: 5rem;
  }

  .membership-header__icon {
    top: 1rem;
    padding: 1.5rem;
    width: 9rem;
    height: 9rem;
  }

  .membership-header__icon:before {
    top: -1rem;
    left: -1rem;
    right: -1rem;
    bottom: -1rem;
  }

  .membership-text {
    padding-left: 5rem;
  }

  .page-nav li:last-child {
    border-bottom: none;
  }

  .info-block h4 {
    font-size: 1.5rem;
  }

  .info-block__practice {
    margin-top: 8rem;
  }

  .info-block__practice-header {
    padding-left: 15rem;
    margin-left: 2rem;
  }

  .info-block__practice-header .info-block_img {
    max-width: 16rem;
    position: absolute;
    top: -6rem;
    left: 1rem;
  }

  .info-block__practice .info-text {
    padding-left: 17rem;
  }

  .principles-block {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }
}

@media (min-width: 992px) {
  .fs-64 {
    font-size: 64px !important;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 1.5rem;
  }

  .table-responsive {
    max-width: 100%;
    overflow: auto;
  }

  .table-responsive .table {
    min-width: 600px;
  }

  .header {
    padding: 1rem;
    min-height: auto;
  }

  .header-brand {
    width: 7.75rem;
  }

  .header-file-download .main-file-download-link span {
    display: none;
  }

  .header-title {
    display: none;
  }

  .footer {
    text-align: center;
  }

  .footer-copy {
    padding: 1rem;
  }

  .footer-file-download {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .footer-file-download .main-file-download-link {
    margin-bottom: 1rem;
  }

  .footer-arrows {
    margin-top: 1rem;
    justify-content: space-between;
  }

  .footer-arrows-left,
  .footer-arrows-right {
    width: auto;
    padding: 0 1.5rem;
  }

  .left-menu {
    padding: 10px;
    padding-top: 4.5rem;
    left: -400px;
    min-width: 360px;
    width: 360px;
    border-top-right-radius: 1rem;
  }

  .index-header {
    background: rgba(0, 0, 0, 0.8);
  }

  .index-body-nav li a {
    font-size: .8125rem;
  }

  .key-page .container {
    padding: 0;
  }

  .key-header {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .key-header-inner {
    padding: 1.5rem;
  }

  .key-section-hedaer {
    margin-top: 1.5rem;
    padding: .5rem 1rem;
    font-size: .875rem;
  }

  .content-leader {
    padding: 1rem;
    display: block;
    width: auto;
    min-height: auto;
  }

  .main-navbar {
    width: 4rem;
    z-index: 10;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .main-navbar-panel {
    padding-top: 3rem;
  }

  .main-navbar-letter span {
    font-size: 2.5rem;
  }

  .main-navbar-num {
    width: 3rem;
    height: 3rem;
  }

  .main-navbar-num span {
    font-size: 2.25rem;
  }

  .main-arrow-nav li {
    font-size: 1rem;
  }

  .vote-col-block h4 {
    margin-top: .25rem;
  }

  .vote-col-block h5 {
    margin-top: .25rem;
  }

  .case-study-img {
    display: none;
  }
}