/* @import "compass";*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Nunito';
  src: url("/assets/fonts/Nunito-Regular.eot");
  src: url("/assets/fonts/Nunito-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Nunito-Regular.woff2") format("woff2"), url("/assets/fonts/Nunito-Regular.woff") format("woff"), url("/assets/fonts/Nunito-Regular.ttf") format("truetype"), url("/assets/fonts/Nunito-Regular.svg#Nunito-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito-SemiBold';
  src: url("/assets/fonts/Nunito-SemiBold.eot");
  src: url("/assets/fonts/Nunito-SemiBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Nunito-SemiBold.woff2") format("woff2"), url("/assets/fonts/Nunito-SemiBold.woff") format("woff"), url("/assets/fonts/Nunito-SemiBold.ttf") format("truetype"), url("/assets/fonts/Nunito-SemiBold.svg#Nunito-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito-Bold';
  src: url("/assets/fonts/Nunito-Bold.eot");
  src: url("/assets/fonts/Nunito-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Nunito-Bold.woff2") format("woff2"), url("/assets/fonts/Nunito-Bold.woff") format("woff"), url("/assets/fonts/Nunito-Bold.ttf") format("truetype"), url("/assets/fonts/Nunito-Bold.svg#Nunito-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito-ExtraBold';
  src: url("/assets/fonts/Nunito-ExtraBold.eot");
  src: url("/assets/fonts/Nunito-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Nunito-ExtraBold.woff2") format("woff2"), url("/assets/fonts/Nunito-ExtraBold.woff") format("woff"), url("/assets/fonts/Nunito-ExtraBold.ttf") format("truetype"), url("/assets/fonts/Nunito-ExtraBold.svg#Nunito-ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito-Black';
  src: url("/assets/fonts/Nunito-Black.eot");
  src: url("/assets/fonts/Nunito-Black.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Nunito-Black.woff2") format("woff2"), url("/assets/fonts/Nunito-Black.woff") format("woff"), url("/assets/fonts/Nunito-Black.ttf") format("truetype"), url("/assets/fonts/Nunito-Black.svg#Nunito-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* @import "compass";*/
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  font-family: arial,sans-serif;
}

body {
  font-family: "Nunito" !important;
  margin: 0;
  padding-top: 59px !important;
  color: #333F48;
  line-height: 1.5;
}

@media (min-width: 768px) {
  body {
    padding-top: 69px !important;
  }
}

body.expEditor {
  padding-top: 0 !important;
}

body.expEditor #header {
  position: relative;
}

body.expEditor .scInsertionHandle:nth-of-type(odd) {
  margin-top: 2px;
  margin-left: 2px;
}

.no-scroll {
  overflow-y: hidden;
}

.container-fluid {
  padding: 0 80px;
}

@media (min-width: 1920px) {
  .container-fluid {
    padding: 0 240px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding: 0;
  }
}

.site-wrapper {
  margin: 0 auto;
}

.site-wrapper > .row {
  margin: 0;
}

a {
  color: #333F48;
}

a:hover {
  color: #0058A4;
}

img {
  width: auto;
  height: auto;
}

strong {
  font-weight: 800 !important;
}

em {
  font-style: italic !important;
}

ul {
  padding: revert;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  color: #333F48;
  font-family: 'Nunito-Bold';
  font-size: 16px;
  height: 51px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 25px 0 25px;
  white-space: nowrap;
  border: none;
}

@media (max-width: 768px) {
  .button {
    width: 100%;
  }
}

button {
  border-radius: 4px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid black;
  width: 100%;
}

.triangle-topLeft {
  width: 0;
  height: 0;
  border-top: 267px solid #F0B323;
  border-right: 115px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.triangle-bottomRight {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-bottom: 267px solid #EE8730;
  border-left: 115px solid transparent;
  position: absolute;
  z-index: 0;
}

.tabs .tab-content {
  padding: 0;
}

.tabs .nav-tabs {
  padding: 0 80px;
  border-bottom: none;
  background: #FAFAFA;
}

@media (min-width: 1920px) {
  .tabs .nav-tabs {
    padding: 0 240px;
  }
}

@media (max-width: 992px) {
  .tabs .nav-tabs {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .tabs .nav-tabs {
    padding: 0 15px;
  }
}

.tabs .nav-tabs .nav-item {
  margin-right: 50px;
}

.tabs .nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  padding: 20px  0;
  font-family: 'Nunito-Bold';
}

.tabs .nav-tabs .nav-item .nav-link.active {
  background: none;
  color: #F0B323;
}

.tabs .nav-tabs .nav-item .nav-link.active::after {
  position: absolute;
  content: url("/assets/img/tab-active-sign.svg");
  bottom: 8px;
  left: 45%;
}

.marginBottom {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .marginBottom {
    margin-bottom: 30px;
  }
}

.marginTop {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .marginTop {
    margin-top: 30px;
  }
}

.doc-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  color: #fff !important;
  background-color: #EE8730;
  font-family: "Nunito";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.doc-link:after {
  content: url("/assets/img/icon_download_white.svg");
  margin-left: 20px;
}

.doc-link:hover {
  color: #fff;
  text-decoration: underline;
}

.doc-link a:hover {
  color: #fff;
  text-decoration: underline;
}

.doc-link a:hover {
  color: #fff;
  text-decoration: underline;
}

.doc-link a {
  color: #fff !important;
}

.color1 {
  color: #F0B323;
}

.color2 {
  color: #00965E;
}

.color3 {
  color: #333F48;
}

.color4 {
  color: #784E90;
}

.color5 {
  color: #009CBD;
}

.color6 {
  color: #0058A4;
}

.color7 {
  color: #EE8730;
}

.color8 {
  color: #C4C4C4;
}

.section-background-color {
  background-color: #FAFAFA;
  padding: 30px 60px;
}

@media (max-width: 768px) {
  .section-background-color {
    padding: 20px;
  }
}

.table-purple {
  position: relative;
  border-top: 20px solid #fff;
  width: 100%;
}

.table-purple thead {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  border-radius: 8px;
  width: 100%;
}

.table-purple thead th {
  font-family: "Nunito-Bold";
  font-weight: bold;
  font-size: 16px;
  color: #959595;
  padding: 20px;
  text-align: center;
  vertical-align: baseline;
  border-bottom: none;
}

@media (max-width: 768px) {
  .table-purple thead {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    top: 69px;
    background-color: #784E90;
    -webkit-box-shadow: 0px 4px 4px 0px #a2a2a2;
            box-shadow: 0px 4px 4px 0px #a2a2a2;
  }
  .table-purple thead tr {
    display: block;
  }
  .table-purple thead th {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 10px;
  }
}

@media (max-width: 992px) {
  .table-purple thead:before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 0;
  }
}

.table-purple tbody {
  width: 100%;
}

@media (max-width: 768px) {
  .table-purple tbody {
    display: block;
  }
}

.table-purple tbody tr {
  color: #333333;
  border-radius: 8px;
  border: none;
}

@media (max-width: 768px) {
  .table-purple tbody tr {
    display: block;
  }
}

.table-purple tbody tr td {
  border: none;
  text-align: center;
  padding: 20px;
}

@media (max-width: 768px) {
  .table-purple tbody tr td {
    display: block;
  }
}

.table-purple tbody tr td:first-of-type {
  border-radius: 8px 0 0 8px;
}

.table-purple tbody tr td:last-of-type {
  border-radius: 0 8px 8px 0;
}

.table-purple tbody tr:nth-of-type(odd) {
  color: #fff;
}

.table-purple tbody tr:nth-of-type(odd) td {
  background-color: #784E90;
}

@media (max-width: 768px) {
  .table-purple tbody tr:nth-of-type(odd) td {
    background-color: #FFF;
    color: #333333;
  }
}

.table-purple tbody tr:nth-of-type(even) {
  background-color: #FFF;
  color: #333333;
}

@media (max-width: 768px) {
  .table-purple tbody tr:nth-of-type(even) {
    background-color: #784E90;
    background-color: #9265ac;
    color: #fff;
  }
}

.table-orange {
  position: relative;
  border-top: 20px solid #fff;
  width: 100%;
}

.table-orange thead {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  border-radius: 8px;
  width: 100%;
}

.table-orange thead th {
  font-family: "Nunito-Bold";
  font-weight: bold;
  font-size: 16px;
  color: #959595;
  padding: 20px;
  text-align: center;
  vertical-align: baseline;
  border-bottom: none;
}

@media (max-width: 768px) {
  .table-orange thead {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    top: 69px;
    background-color: #F0B323;
    -webkit-box-shadow: 0px 4px 4px 0px #a2a2a2;
            box-shadow: 0px 4px 4px 0px #a2a2a2;
  }
  .table-orange thead tr {
    display: block;
  }
  .table-orange thead th {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 10px;
  }
}

@media (max-width: 992px) {
  .table-orange thead:before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 0;
  }
}

.table-orange tbody {
  width: 100%;
}

@media (max-width: 768px) {
  .table-orange tbody {
    display: block;
  }
}

.table-orange tbody tr {
  color: #333333;
  border-radius: 8px;
  border: none;
}

@media (max-width: 768px) {
  .table-orange tbody tr {
    display: block;
  }
}

.table-orange tbody tr td {
  border: none;
  text-align: center;
  padding: 20px;
}

@media (max-width: 768px) {
  .table-orange tbody tr td {
    display: block;
  }
}

.table-orange tbody tr td:first-of-type {
  border-radius: 8px 0 0 8px;
}

.table-orange tbody tr td:last-of-type {
  border-radius: 0 8px 8px 0;
}

.table-orange tbody tr:nth-of-type(odd) {
  color: #fff;
}

.table-orange tbody tr:nth-of-type(odd) td {
  background-color: #F0B323;
}

@media (max-width: 768px) {
  .table-orange tbody tr:nth-of-type(odd) td {
    background-color: #FFF;
    color: #333333;
  }
}

.table-orange tbody tr:nth-of-type(even) {
  background-color: #FFF;
  color: #333333;
}

@media (max-width: 768px) {
  .table-orange tbody tr:nth-of-type(even) {
    background-color: #F0B323;
    background-color: #f3c353;
    color: #fff;
  }
}

body.dev .contentSection {
  border: 1px solid blue;
}

body.dev .nav-item.dev .nav-link {
  color: red;
}

body.dev .nav-item.dev .dropdown-item {
  padding: 5px;
}

body.dev .nav-item.dev .dropdown-item:hover {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body.dev .nav-item.dev .dropdown-item .menu-item {
  padding: 0;
}

body.dev .highlight {
  background-color: #b6b6b6;
  padding: 5px;
  color: #fff;
}

@media (max-width: 768px) {
  body.dev .highlight.sm {
    background-color: black;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  body.dev .highlight.md {
    background-color: black;
  }
}

@media (min-width: 992px) {
  body.dev .highlight.lg {
    background-color: black;
  }
}

body.dev .nav-item.dev {
  display: block;
}

body.dev #dev-line {
  position: fixed;
  bottom: 0;
}

body.dev #dev-line .datas {
  display: block;
}

body.dev .devNote {
  border: 1px solid green !important;
  padding: 5px;
  margin: 5px 0;
}

body.dev .devNote > .text {
  display: block;
  color: #000;
  text-align: right;
  background-color: #b2e4b2;
  margin-bottom: 5px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.dev .devNote > .text .classes {
  font-weight: normal;
  color: #008500;
  background-color: #d5ffd5;
  padding: 0 10px;
}

.nav-item.dev .dropdown-item {
  padding: 5px;
}

.nav-item.dev .dropdown-item:hover {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-item.dev .dropdown-item .menu-item {
  padding: 0;
}

.devNote {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}

.devNote:last-of-type {
  border-bottom: none;
}

.devNote > .text {
  display: none;
}

#dev-line {
  background-color: black;
  position: fixed;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}

#dev-line .datas {
  display: none;
}

#dev-line .datas .data {
  color: #fff;
  font-weight: bold;
}

#dev-line .datas .text {
  color: dimgray;
  margin-right: 10px;
}

#dev-line .form-check {
  padding: 10px 0;
}

#header {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  border-bottom: 1px solid #C4C4C4;
}

#header .navbar {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 11;
}

#header .navbar .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 184px;
  height: 69px;
  background-color: #0058A4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  padding: 0px 20px;
}

@media (max-width: 768px) {
  #header .navbar .logo {
    min-width: 157px;
    height: 59px;
  }
}

#header .navbar .logo .brand-logo {
  height: auto;
  width: auto;
  max-width: 200px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px) {
  #header .navbar .logo .brand-logo {
    height: auto;
    width: auto;
  }
}

@media (max-width: 1200px) {
  #header .navbar .container-fluid {
    padding: 0;
  }
}

#header .navbar .navbar-brand {
  display: inline-block;
  padding: 0;
  padding-left: 20px;
}

#header .navbar .navbar-brand .brand-logo {
  height: 20px;
  width: auto;
}

@media (min-width: 992px) {
  #header .navbar .navbar-brand {
    display: none;
  }
}

#header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  width: 15px;
  height: 15px;
  background-image: url("/assets/img/nav-toggler-icon-open.svg");
}

#header .navbar .navbar-toggler .navbar-toggler-icon {
  width: 20px;
  height: 17px;
  background-image: url("/assets/img/nav-toggler-icon.svg");
}

@media (max-width: 992px) {
  #header .navbar .navbar-toggler {
    box-shadow: none !important;
    padding-right: 0;
    width: 32px;
  }
}

@media (max-width: 991px) {
  #header .navbar .navbar-collapse {
    top: 59px;
    position: fixed;
    height: calc(100% - 59px);
    background-color: #fff;
    width: 100%;
    z-index: 9;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    overflow-y: auto;
    text-align: center;
  }
}

#header .navbar .navbar-collapse.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#header .navbar .navbar-collapse .navbar-nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}

@media (min-width: 992px) {
  #header .navbar .navbar-collapse .navbar-nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (max-width: 992px) {
  #header .navbar .navbar-collapse .navbar-nav .nav-item {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .navbar .navbar-collapse .navbar-nav .nav-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #header .navbar .navbar-collapse .navbar-nav .nav-item.show {
    border-bottom-width: 2px;
    position: relative;
  }
  #header .navbar .navbar-collapse .navbar-nav .nav-item.down {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 992px) and (max-width: 991px) {
  #header .navbar .navbar-collapse .navbar-nav .nav-item.down .nav-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  #header .navbar .navbar-collapse .navbar-nav .nav-item.down .nav-link-controller {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 40px;
    padding-right: 0;
    font-weight: bold;
  }
  #header .navbar .navbar-collapse .navbar-nav .nav-item.down .nav-link-controller:after {
    left: 20px;
    background-image: url("/assets/img/menu-arrow-left_yellow.svg");
  }
}

#header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-family: 'Nunito-SemiBold';
  padding: 0 5px 0 20px;
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 69px;
  cursor: pointer;
  line-height: 1.5;
}

#header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #0058A4;
}

#header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #0058A4;
}

@media (max-width: 991px) {
  #header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-family: 'Nunito-Bold';
    padding-left: 20px;
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 5px 0 5px;
  }
}

#header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link-controller {
  display: none;
}

@media (max-width: 991px) {
  #header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link-controller {
    padding: 0;
    margin-right: 20px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link-controller:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("/assets/img/menu-arrow-right_yellow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

#header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu {
  padding: 0 0 0 20px;
  max-height: inherit;
  margin-top: 2px;
}

@media (min-width: 992px) {
  #header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu {
    min-height: 292px;
    padding: 30px 80px 10px 80px;
    margin-top: 0;
    -webkit-box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.2);
    left: 0;
  }
}

@media (max-width: 992px) {
  #header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu .sub-menu {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

#header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu .sub-menu h3 {
  margin-top: 2px;
}

#header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu .sub-menu ul {
  padding: 0;
}

#header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu .sub-menu ul li {
  list-style: none;
  max-width: 30vw;
}

@media (max-width: 992px) {
  #header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu .sub-menu ul li {
    max-width: 100%;
  }
}

#header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu .sub-menu .sub-title {
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: none;
  color: #0058A4;
  padding: 0;
}

@media (max-width: 992px) {
  #header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu .sub-menu .sub-title {
    padding-left: 20px;
    margin-top: 40px;
  }
}

#header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu .sub-menu .sub-title:hover {
  color: #0058A4;
}

#header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu .sub-menu .menu-item {
  margin-bottom: 20px;
  padding: 0;
  padding-right: 30px;
  line-height: 31px;
  width: 90%;
  display: block;
  position: relative;
}

#header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu .sub-menu .menu-item:hover {
  background-color: #fff;
  color: #0058A4;
}

@media (max-width: 992px) {
  #header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu .sub-menu .menu-item {
    display: block;
    padding-left: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
  }
}

#header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu .sub-menu .menu-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/assets/img/menu-arrow-right_yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 992px) {
  #header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.mega-menu .sub-menu .menu-item:after {
    right: 35px;
  }
}

#header .navbar .navbar-collapse .langWrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  bottom: 25px;
  text-align: right;
  margin: 25px 20px;
  display: inline-block;
  min-width: 80px;
}

@media (min-width: 992px) {
  #header .navbar .navbar-collapse .langWrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    position: relative;
    bottom: 0;
    text-align: right;
    border: 0;
    padding-top: 0;
    margin: 0 20px;
    margin-right: 0;
    padding: 0 10px 0 0;
  }
}

#header .navbar .navbar-collapse .langWrapper .lang_sel_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
}

#header .navbar .navbar-collapse .langWrapper .lang_sel_list .lang-block {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid black;
  line-height: 16px;
  height: 16px;
}

#header .navbar .navbar-collapse .langWrapper .lang_sel_list .lang-block:last-of-type {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

#header .navbar .navbar-collapse .langWrapper .lang_sel_list .lang-block .lang-link {
  text-transform: uppercase;
  font-family: 'Nunito-Bold';
  font-size: 16px;
  line-height: 16px;
  height: 16px;
}

#header .navbar .navbar-collapse .langWrapper .lang_sel_list .lang-block .lang-link.active {
  color: #0058A4;
}

#header .navbar .navbar-collapse .langWrapper .lang_sel_list.dropdown {
  display: inline-block;
}

#header .navbar .navbar-collapse .langWrapper .lang_sel_list.dropdown .selectButton {
  border: none;
  background: none;
  color: #0058A4;
  min-width: 65px;
  height: 26px;
}

#header .navbar .navbar-collapse .langWrapper .lang_sel_list.dropdown .selectButton:after {
  display: inline-block;
  margin-left: 14px;
  vertical-align: 2px;
  content: url("/assets/img/arrow-down.svg");
  border: none;
  width: 14px;
  height: 14px;
}

#header .navbar .navbar-collapse .langWrapper .lang_sel_list.dropdown.show .selectButton {
  -webkit-box-shadow: 0px 2px 5px #ddd;
          box-shadow: 0px 2px 5px #ddd;
}

#header .navbar .navbar-collapse .langWrapper .lang_sel_list.dropdown.show .dropdown-menu {
  -webkit-box-shadow: 0px 2px 5px #ddd;
          box-shadow: 0px 2px 5px #ddd;
  border: none;
}

#header .navbar .navbar-collapse .langWrapper .lang_sel_list.dropdown .dropdown-menu {
  padding: 10px;
  min-width: auto;
  background-color: #fff8e7;
}

#header .navbar .navbar-collapse .langWrapper .lang_sel_list.dropdown .dropdown-menu .lang {
  padding: 0;
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

#header .navbar .navbar-collapse .langWrapper .lang_sel_list.dropdown .dropdown-menu .lang:not(:last-of-type) {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #0058A4;
}

#header .navbar .navbar-collapse .langWrapper .lang_sel_list.dropdown .dropdown-menu .lang .flag {
  padding-right: 10px;
}

#header .searchWrapper .search .md-form {
  margin-top: 0;
  margin-bottom: 0;
}

#header .searchWrapper .search .md-form input {
  padding: 5px;
  margin: 0;
  max-width: 200px;
  background-color: #fff;
}

#header .searchWrapper.mobil {
  display: none;
  padding-right: 20px;
}

@media (max-width: 992px) {
  #header .searchWrapper.mobil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .searchWrapper.mobil .search .selectButton {
    border: none;
    background: none;
    height: 24px;
  }
  #header .searchWrapper.mobil .search .dropdown-menu {
    padding: 5px;
    min-width: auto;
    left: auto;
    right: 0;
  }
  #header .searchWrapper.mobil .search .dropdown-menu .md-form input {
    padding: 5px;
    margin: 0;
    max-width: initial;
    background-color: #fff;
  }
}

#header .searchWrapper.desktop {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (max-width: 992px) {
  #header .searchWrapper.desktop {
    display: none;
  }
}

#header .searchWrapper.desktop .dropdown {
  display: inline-block;
}

#header .searchWrapper.desktop .dropdown .selectButton {
  border: none;
  background: none;
}

#header .searchWrapper.desktop .dropdown .selectButton img {
  width: auto;
}

#header .searchWrapper.desktop .dropdown .dropdown-menu {
  padding: 5px;
  min-width: auto;
  left: auto;
  right: 0;
}

footer {
  background-color: #F0B323;
  padding: 100px 0 50px 0;
  color: #fff;
  background-image: url("/assets/img/footerBg.png");
}

footer .line {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

footer a.line:hover {
  color: #FFF;
}

@media (max-width: 992px) {
  footer {
    padding: 60px 0;
  }
  footer .container-fluid {
    padding: 0 15px;
  }
}

@media (max-width: 360px) {
  footer {
    padding: 40px 0;
  }
}

footer .menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  footer .menu-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

footer .menu-container .logoWrapper {
  padding-right: 30px;
  width: 50%;
}

@media (max-width: 768px) {
  footer .menu-container .logoWrapper {
    margin-bottom: 60px;
    padding-right: 0;
  }
  footer .menu-container .logoWrapper .logo .footer-logo {
    width: 200px;
  }
}

@media (max-width: 360px) {
  footer .menu-container .logoWrapper {
    margin-bottom: 30px;
  }
}

footer .menu-container .linkWrapper {
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-family: Nunito-Bold;
}

@media (max-width: 992px) {
  footer .menu-container .linkWrapper {
    padding-right: 0;
  }
}

footer .menu-container .linkWrapper .title {
  font-size: 18px;
  margin-bottom: 30px;
}

footer .menu-container .linkWrapper .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

footer .menu-container .linkWrapper .links .line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

footer .menu-container .contactWrapper {
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  footer .menu-container .contactWrapper {
    margin: 30px 0 30px 0;
    padding-right: 0;
  }
}

@media (max-width: 360px) {
  footer .menu-container .contactWrapper {
    margin: 10px 0 10px 0;
  }
}

footer .menu-container .contactWrapper .title {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: Nunito-Bold;
}

footer .menu-container .contactWrapper .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

footer .menu-container .contactWrapper .contact .line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

footer .menu-container .socialLinks {
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .menu-container .socialLinks .socialLink {
  margin-right: 30px;
}

footer .menu-container .socialLinks .socialLink:last-of-type {
  margin-right: 0;
}

footer .copy-bar {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 360px) {
  footer .copy-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 30px;
  }
}

footer .copy-bar .copyright {
  line-height: 35px;
}

footer .copy-bar .vendorLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 360px) {
  footer .copy-bar .vendorLogo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}

footer .copy-bar .vendorLogo .logo {
  height: 35px;
  width: 90px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin-left: 10px;
  opacity: 50%;
}

footer .copy-bar .vendorLogo .logo.allwin {
  background-image: url("/assets/img/allwin-logo-w.svg");
}

footer .copy-bar .vendorLogo .logo.allwin:hover {
  background-image: url("/assets/img/allwin-logo-c.svg");
  opacity: 100%;
}

footer .copy-bar .vendorLogo .logo.dotcreative {
  background-image: url("/assets/img/dotcreative_logo-w.svg");
}

footer .copy-bar .vendorLogo .logo.dotcreative:hover {
  background-image: url("/assets/img/dotcreative_logo-c.svg");
  opacity: 100%;
}

.slider {
  background-color: #fff;
}

@media (max-width: 768px) {
  .slider.mobil_hide {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .slider.tablet_hide {
    display: none;
  }
}

.slider .carousel {
  height: 468px;
}

@media (min-width: 992px) {
  .slider .carousel {
    height: 600px;
  }
}

@media (min-width: 1368px) {
  .slider .carousel {
    height: 735px;
  }
}

.slider .carousel .carousel-inner {
  height: 100%;
}

.slider .carousel .carousel-inner .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.slider .carousel .carousel-inner .carousel-item .carousel-caption {
  text-align: left;
  padding: 0 !important;
  position: relative;
  left: 80px;
  line-height: 1;
  bottom: 0;
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: auto;
}

@media (max-width: 768px) {
  .slider .carousel .carousel-inner .carousel-item .carousel-caption {
    left: 15px;
    -webkit-transform: none;
            transform: none;
    top: auto;
    bottom: 30px;
    position: absolute;
  }
}

.slider .carousel .carousel-inner .carousel-item .carousel-caption .title {
  color: #fff;
  font-family: Nunito-Black;
  font-size: 48px;
}

@media (min-width: 992px) {
  .slider .carousel .carousel-inner .carousel-item .carousel-caption .title {
    font-size: 64px;
  }
}

@media (min-width: 1368px) {
  .slider .carousel .carousel-inner .carousel-item .carousel-caption .title {
    font-size: 96px;
  }
}

.slider .carousel .carousel-inner .carousel-item .carousel-caption .subtitle {
  color: #fff;
  font-family: Nunito-Black;
  font-size: 14px;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .slider .carousel .carousel-inner .carousel-item .carousel-caption .subtitle {
    font-size: 16px;
  }
}

@media (min-width: 1368px) {
  .slider .carousel .carousel-inner .carousel-item .carousel-caption .subtitle {
    font-size: 24px;
  }
}

.slider .carousel .carousel-control-next,
.slider .carousel .carousel-control-prev {
  z-index: 0;
  width: 80px;
}

.slider .carousel .carousel-control-next-icon {
  background-image: url("/assets/img/slider-arrow-right.svg");
  width: 25px;
  height: 55px;
}

.slider .carousel .carousel-control-prev-icon {
  background-image: url("/assets/img/slider-arrow-left.svg");
  width: 25px;
  height: 55px;
}

.page-header {
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #333F48;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-header.tall {
  min-height: 400px;
}

@media (max-width: 992px) {
  .page-header.tall {
    min-height: 260px;
  }
}

@media (max-width: 992px) {
  .page-header {
    padding-botton: 30px;
  }
}

.page-header .title {
  font-size: 40px;
  font-family: Nunito-Bold;
  margin-bottom: 15px;
  color: #fff;
}

@media (max-width: 992px) {
  .page-header .title {
    font-size: 30px;
  }
}

.contentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 80px;
  min-height: 50px;
}

@media (min-width: 1920px) {
  .contentWrapper {
    padding: 0 240px;
  }
}

@media (max-width: 992px) {
  .contentWrapper {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .contentWrapper {
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .contentWrapper.triangles {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url("/assets/img/triangles.svg");
  }
}

.contentSection img {
  width: 100%;
  height: auto;
}

.text-button-wrapper {
  background: #0058A4;
}

.text-button-wrapper .text-button {
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .text-button-wrapper .text-button {
    background-image: none !important;
  }
}

@media (max-width: 768px) {
  .text-button-wrapper .text-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 30px;
    background-image: none !important;
  }
}

.text-button-wrapper .text-button .textWrapper {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .text-button-wrapper .text-button .textWrapper {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .text-button-wrapper .text-button .textWrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.text-button-wrapper .text-button .textWrapper .img {
  width: 240px;
}

@media (max-width: 992px) {
  .text-button-wrapper .text-button .textWrapper .img {
    display: none;
  }
}

.text-button-wrapper .text-button .textWrapper .img img {
  height: 100%;
  width: auto;
}

.text-button-wrapper .text-button .textWrapper .content {
  padding: 30px;
}

@media (max-width: 992px) {
  .text-button-wrapper .text-button .textWrapper .content {
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .text-button-wrapper .text-button .textWrapper .content {
    padding: 0;
  }
}

.text-button-wrapper .text-button .textWrapper .content .title {
  font-size: 25px;
  font-family: Nunito-Bold;
  margin-bottom: 30px;
}

.text-button-wrapper .text-button .textWrapper .content .text {
  font-size: 20px;
}

.text-button-wrapper .text-button .textWrapper .content .text a {
  color: #00fffb;
}

.text-button-wrapper .text-button .textWrapper .content .text a:hover {
  color: #0058A4;
}

.text-button-wrapper .text-button .buttonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1368px) {
  .text-button-wrapper .text-button .buttonWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .text-button-wrapper .text-button .buttonWrapper .button#button-2 {
    margin-top: 0 !important;
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .text-button-wrapper .text-button .buttonWrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.text-button-wrapper .text-button .buttonWrapper .button {
  min-width: 200px;
  text-align: center;
  background-color: #333F48;
  color: #fff;
}

.text-button-wrapper .text-button .buttonWrapper .button#button-2 {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .text-button-wrapper .text-button .buttonWrapper .button {
    width: auto;
  }
}

.news-list {
  background-color: #fff;
  padding: 150px 0 130px 0;
}

@media (max-width: 768px) {
  .news-list {
    padding: 60px 0;
  }
}

.news-list .blockTitlekWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .news-list .blockTitlekWrapper {
    margin-bottom: 25px;
  }
}

.news-list .blockTitlekWrapper .blockTitle {
  font-size: 40px;
  color: #0058A4;
  font-family: Nunito-ExtraBold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 768px) {
  .news-list .blockTitlekWrapper .blockTitle {
    font-size: 25px;
    padding: 0 15px;
  }
}

.news-list .blockTitlekWrapper .allNews {
  font-size: 16px;
  color: #0058A4;
  font-family: Nunito-Bold;
}

@media (max-width: 768px) {
  .news-list .blockTitlekWrapper .allNews {
    display: none;
  }
}

.news-list .newsBlock {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .news-list .newsBlock:last-of-type {
    margin-bottom: 0;
  }
}

.news-list .newsBlock .img a {
  height: 16vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.news-list .newsBlock .img a img {
  display: none;
}

@media (max-width: 992px) {
  .news-list .newsBlock .img a {
    height: 30vw;
  }
}

@media (max-width: 768px) {
  .news-list .newsBlock .img a {
    height: auto;
  }
  .news-list .newsBlock .img a img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.news-list .newsBlock .date {
  color: #C4C4C4;
  font-size: 20px;
  font-family: Nunito;
}

@media (max-width: 768px) {
  .news-list .newsBlock .date {
    padding: 0 15px;
  }
}

.news-list .newsBlock .title {
  font-family: Nunito-Bold;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #333F48;
  line-height: 1.4em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 768px) {
  .news-list .newsBlock .title {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 15px;
  }
}

.news-list .newsBlock .text {
  font-family: Nunito;
  line-height: 1.2;
  font-size: 20px;
  height: 85px;
  overflow-wrap: break-word;
  color: #333F48;
}

@media (max-width: 768px) {
  .news-list .newsBlock .text {
    max-height: 100%;
    height: auto;
    padding: 0 15px;
  }
}

.news-list .newsBlock .more {
  font-family: Nunito-Bold;
  font-size: 16px;
  color: #0058A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .news-list .newsBlock .more {
    margin-top: 15px;
    padding: 0 15px;
  }
}

.news-list .newsBlock .more:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("/assets/img/link-arrow-yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.news-list .allNews-mobile {
  display: none;
}

@media (max-width: 768px) {
  .news-list .allNews-mobile {
    background-color: #0058A4;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-family: Nunito-Bold;
    margin: 40px 15px;
    padding: 18px 50px;
  }
}

.news-list.home {
  padding: 150px 0 130px 0;
  /* .newsBlock {
         .more {
            color: $color_8;

            &:after {
               background-image: url("/assets/img/link-arrow-grey.svg");
            }
         }
      } */
}

.news-list.more_news {
  padding-top: 100px;
}

@media (max-width: 768px) {
  .news-list.more_news {
    padding-top: 50px;
  }
}

.news-list.more_news .blockTitle {
  font-size: 24px;
  padding: 0;
}

@media (max-width: 768px) {
  .news-list.more_news .blockTitle {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .news-list.more_news .newsBlock {
    display: block;
  }
  .news-list.more_news .newsBlock .img {
    width: 100px;
    float: left;
    height: 100px;
    width: 100px;
  }
  .news-list.more_news .newsBlock .img a {
    width: 100%;
    background: inherit;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .news-list.more_news .newsBlock .img a img {
    display: none;
  }
  .news-list.more_news .newsBlock .title {
    padding: 0 0 0 120px;
    margin: 0;
  }
  .news-list.more_news .newsBlock .date {
    padding: 0 0 0 120px;
    margin: 0;
  }
  .news-list.more_news .newsBlock .more {
    padding: 0 0 0 120px;
    margin: 0;
    display: block;
  }
}

.news-list.more_news .allNews-mobile {
  display: none !important;
}

.news-issue {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .news-issue {
    padding: 30px 0;
  }
}

.news-issue .img img {
  width: 100%;
  height: auto;
}

.news-issue .date {
  color: #C4C4C4;
  font-family: Nunito;
  font-size: 20px;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .news-issue .date {
    padding: 0 100px;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .news-issue .date {
    padding: 0 15px;
  }
}

.news-issue .title {
  font-family: Nunito-Bold;
  font-size: 40px;
  color: #0058A4;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .news-issue .title {
    padding: 0 100px;
  }
}

@media (max-width: 768px) {
  .news-issue .title {
    font-size: 30px;
    margin-bottom: 10px;
    padding: 0;
  }
}

.news-issue .blurb {
  font-family: Nunito-Bold;
  line-height: 180%;
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .news-issue .blurb {
    padding: 0 100px;
  }
}

@media (max-width: 768px) {
  .news-issue .blurb {
    max-height: 100%;
    height: auto;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}

.news-issue .content {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .news-issue .content {
    padding: 0 100px;
  }
}

.news-issue .content img {
  max-width: 100%;
}

.page-teaser {
  background-color: #FAFAFA;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.page-teaser .title {
  font-family: Nunito;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #333F48;
  line-height: 1.4em;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .page-teaser .title {
    padding: 0 15px;
  }
}

.page-teaser .more {
  font-family: Nunito;
  font-size: 16px;
  color: #0058A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .page-teaser .more {
    margin-top: 15px;
    padding: 0 15px;
  }
}

.page-teaser .more:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("/assets/img/link-arrow-yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.img-text {
  float: left;
  width: 100%;
}

.img-text .title {
  font-family: Nunito-Bold;
  font-size: 30px;
  color: #333F48;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .img-text .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.img-text .img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

.img-text .link {
  margin: 30px 0;
  display: block;
  width: 100%;
  float: left;
}

.img-text.img-right .img {
  width: 50%;
  float: right;
}

.img-text.img-right .text {
  width: 50%;
  padding-right: 30px;
}

.img-text.img-right.float .img {
  padding-left: 30px;
}

.img-text.img-right.float .text {
  width: auto;
  padding-right: 0;
}

.img-text.img-left .img {
  width: 50%;
  float: left;
}

.img-text.img-left .text {
  width: 50%;
  padding-left: 30px;
  float: right;
}

.img-text.img-left.float .img {
  padding-right: 30px;
}

.img-text.img-left.float .text {
  width: auto;
  float: none;
  padding-left: 0;
}

.team-list {
  background-color: #fff;
  padding: 50px 0 50px 0;
}

@media (max-width: 768px) {
  .team-list {
    padding: 30px 0;
  }
}

.team-list .blockTitle {
  font-size: 40px;
  color: #0058A4;
  font-family: Nunito-ExtraBold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .team-list .blockTitle {
    font-size: 25px;
    padding: 0 15px;
  }
}

.team-list .allNews {
  font-size: 16px;
  color: #0058A4;
  font-family: Nunito-Bold;
}

@media (max-width: 768px) {
  .team-list .allNews {
    display: none;
  }
}

.team-list .teamsBlock {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .team-list .teamsBlock {
    margin-bottom: 15px;
  }
}

.team-list .teamsBlock .img {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 22vw;
}

@media (max-width: 992px) {
  .team-list .teamsBlock .img {
    height: 45vw;
  }
}

@media (max-width: 768px) {
  .team-list .teamsBlock .img {
    height: 90vw;
  }
}

.team-list .teamsBlock .name {
  font-family: Nunito-Bold;
  font-size: 20px;
  color: #333F48;
  padding: 15px 0 5px 0;
}

@media (max-width: 768px) {
  .team-list .teamsBlock .name {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 15px 0 5px 0;
  }
}

.team-list .teamsBlock .pos {
  color: #808285;
  font-size: 16px;
  margin-bottom: 10px;
  color: #C4C4C4;
  min-height: 48px;
}

.team-list .teamsBlock .text {
  font-family: Nunito;
  line-height: 1.2;
  font-size: 16px;
  height: 85px;
  overflow-wrap: break-word;
}

@media (max-width: 768px) {
  .team-list .teamsBlock .text {
    max-height: 100%;
    height: auto;
  }
}

.team-list .teamsBlock .more {
  font-family: Nunito-Bold;
  font-size: 16px;
  color: #0058A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .team-list .teamsBlock .more {
    margin-top: 15px;
  }
}

.team-list .teamsBlock .more:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("/assets/img/link-arrow-yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mvm-group-list {
  color: #FFF;
  padding-top: 130px;
  padding-bottom: 130px;
  font-family: 'Nunito';
}

@media (max-width: 992px) {
  .mvm-group-list {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mvm-group-list .title {
  font-size: 40px;
  margin-bottom: 60px;
  color: #0058A4;
  font-family: 'Nunito-Bold';
}

.mvm-group-list .listWrapper .filterWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .mvm-group-list .listWrapper .filterWrapper {
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e3e3;
  }
  .mvm-group-list .listWrapper .filterWrapper .filter {
    margin-bottom: 30px;
  }
}

.mvm-group-list .listWrapper .filterWrapper .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  color: #333F48;
  font-size: 14px;
  font-family: Nunito-Black;
}

.mvm-group-list .listWrapper .filterWrapper .filter img {
  margin-right: 10px;
}

.mvm-group-list .listWrapper .filterWrapper .filter:last-of-type {
  margin-right: 0;
}

.mvm-group-list .listWrapper .filterWrapper .filter.selected {
  color: #0058A4;
}

.mvm-group-list .listWrapper .itemWrapper {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  -webkit-column-gap: 220px;
          column-gap: 220px;
  padding: 0;
}

@media (max-width: 768px) {
  .mvm-group-list .listWrapper .itemWrapper {
    display: none;
  }
}

.mvm-group-list .listWrapper .itemWrapper .item {
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
  overflow: hidden;
}

@supports ((-webkit-column-break-inside: avoid) or (break-inside: avoid-column)) {
  .mvm-group-list .listWrapper .itemWrapper .item {
    overflow: visible;
    /* for chrome */
  }
}

.mvm-group-list .listWrapper .itemWrapper .item .groupTitle {
  color: #0058A4;
  font-size: 24px;
  margin-bottom: 25px;
  font-family: 'Nunito-Bold';
}

.mvm-group-list .listWrapper .itemWrapper .item .link {
  display: block;
  font-size: 16px;
  color: #333F48;
  margin-bottom: 20px;
  position: relative;
  padding-right: 25px;
  font-family: 'Nunito-Bold';
}

.mvm-group-list .listWrapper .itemWrapper .item .link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("/assets/img/plus-icon-desktop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mvm-group-list .listWrapper .itemWrapper-mobil {
  display: none;
  padding: 0;
}

@media (max-width: 768px) {
  .mvm-group-list .listWrapper .itemWrapper-mobil {
    display: block;
  }
  .mvm-group-list .listWrapper .itemWrapper-mobil .item {
    margin-bottom: 20px;
    display: block;
  }
  .mvm-group-list .listWrapper .itemWrapper-mobil .item .groupTitle {
    color: #333F48;
    font-size: 18px;
    margin-bottom: 25px;
    font-family: 'Nunito-Bold';
    display: block;
    position: relative;
  }
  .mvm-group-list .listWrapper .itemWrapper-mobil .item .groupTitle:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url("/assets/img/plus-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .mvm-group-list .listWrapper .itemWrapper-mobil .item .linkWrapper {
    padding: 0 10px;
  }
  .mvm-group-list .listWrapper .itemWrapper-mobil .item .linkWrapper .link {
    display: block;
    font-size: 16px;
    color: #333F48;
    margin-bottom: 20px;
    position: relative;
    padding-right: 25px;
    font-family: 'Nunito-Bold';
  }
  .mvm-group-list .listWrapper .itemWrapper-mobil .item .linkWrapper .link:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url("/assets/img/plus-icon-desktop.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .mvm-group-list .listWrapper .itemWrapper-mobil .item.show .groupTitle {
    color: #0058A4;
  }
  .mvm-group-list .listWrapper .itemWrapper-mobil .item.show .groupTitle:after {
    background-image: none;
    border-top: 2px solid black;
    width: 10px;
  }
}

.img-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 768px) and (max-width: 992px) {
  .img-link-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .img-link-wrapper .img-link {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .img-link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.img-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.img-link img {
  width: 100%;
  height: auto;
}

.text-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  padding: 60px 0 0 0;
}

@media (max-width: 992px) {
  .text-section {
    display: block;
    padding: 30px 0;
  }
}

.text-section .scLooseFrameZone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-section > .title {
  width: 23%;
  font-size: 24px;
  font-family: Nunito-Bold;
  color: #0058A4;
  padding-right: 30px;
}

@media (max-width: 992px) {
  .text-section > .title {
    width: 100%;
  }
}

.text-section > .text {
  width: 54%;
  font-family: Nunito;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 0;
}

.text-section > .text .accordion {
  margin: 0 0 30px 0;
}

.text-section > .text .accordion-notitle {
  margin: 0 0 30px 0;
}

@media (max-width: 992px) {
  .text-section > .text {
    width: 100%;
  }
}

.text-section > .text .free-text {
  padding: 0 !important;
}

.text-section.delimiter {
  padding: 0;
  margin-bottom: 30px;
}

.text-section.delimiter > .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 250px;
  text-align: right;
  color: #333F48;
  font-family: 'Nunito-Bold';
  font-size: 16px;
  padding-right: 50px;
}

@media (max-width: 992px) {
  .text-section.delimiter > .title {
    text-align: left;
    min-width: 100%;
    width: auto;
  }
}

.text-section.delimiter > .text {
  padding-left: 50px;
  border-left: 2px solid #C4C4C4;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 992px) {
  .text-section.delimiter > .text {
    text-align: left;
    min-width: 100%;
    width: auto;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}

.text-section.delimiter:not(:last-of-type) {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .text-section.delimiter:not(:last-of-type) {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 20px;
  }
}

.text-section.main {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .text-section.main {
    margin-top: 50px;
  }
}

.text-section.main .title {
  font-family: 'Nunito-Black';
  color: #0058A4;
  font-size: 24px;
}

.text-section.main .text {
  border-left-color: #333F48;
}

.free-text {
  display: block;
  width: 100%;
  float: left;
  padding: 5px 0 0 0;
}

.free-text .title {
  width: 100%;
  float: left;
  font-family: Nunito-Bold;
  font-size: 25px;
  margin-bottom: 30px;
}

.free-text .text {
  width: 100%;
  float: left;
  line-height: 1.8em !important;
  font-family: "Nunito" !important;
}

.free-text .text img {
  width: 100%;
  height: auto;
}

.free-text .text b {
  font-weight: bold;
}

.left-nav .link-list {
  list-style: none;
  padding: 0;
}

.left-nav .link-list .list-item {
  margin-bottom: 5px;
  padding: 5px;
  border-bottom: 1px solid #C4C4C4;
}

.left-nav .link-list .list-item:last-of-type {
  border-bottom: none;
}

.breadcrumbs {
  padding: 20px 0;
  border-bottom: 1px solid #0058A4;
}

.breadcrumbs a {
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  color: #0058A4;
  text-decoration: none;
}

.breadcrumbs a:last-of-type {
  display: inline-block;
  pointer-events: none;
  text-decoration: none;
  margin-right: 0;
  color: #0058A4;
}

.breadcrumbs a.inactive {
  pointer-events: none;
  text-decoration: none;
  color: #ddd;
}

.dropdown-filter {
  width: 290px;
}

.dropdown-filter .button-group {
  position: relative;
}

.dropdown-filter .button-group .btn {
  padding: 15px 20px;
  margin: 0;
  font-size: 16px;
  font-family: 'Nunito';
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #FAFAFA;
}

@media (max-width: 768px) {
  .dropdown-filter .button-group .btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.dropdown-filter .button-group .btn:after {
  display: inline-block;
  margin-left: 14px;
  vertical-align: 2px;
  content: url(/assets/img/arrow-down-yellow.svg);
  border: none;
  width: 24px;
  height: 24px;
}

.dropdown-filter .button-group.show .btn:after {
  content: url(/assets/img/arrow-up-yellow.svg);
}

.dropdown-filter .dropdown-menu {
  min-width: none;
  border: none;
  border-radius: 0;
  border-top: 1px solid #e8e8e8;
  -webkit-box-shadow: 0px 11px 12px 7px #e6e6e6;
          box-shadow: 0px 11px 12px 7px #e6e6e6;
  margin-top: 0px;
  padding-top: 25px;
}

@media (max-width: 768px) {
  .dropdown-filter .dropdown-menu {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.dropdown-filter .dropdown-menu ul {
  max-height: 200px;
  overflow-y: scroll;
  margin-right: 20px;
  scrollbar-color: #0058A4 #e8e8e8;
  scrollbar-width: thin;
  list-style: none;
  padding: 0;
}

.dropdown-filter .dropdown-menu ul::-webkit-scrollbar {
  width: 6px;
}

.dropdown-filter .dropdown-menu ul::-webkit-scrollbar-track {
  background-color: #e8e8e8;
}

.dropdown-filter .dropdown-menu ul::-webkit-scrollbar-thumb {
  background-color: #0058A4;
}

.dropdown-filter .dropdown-menu ul li:not(:last-of-type) {
  margin-bottom: 15px;
}

.dropdown-filter .dropdown-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 20px;
  clear: both;
  line-height: 1.42857143;
  color: #333;
  font-size: 16px;
  font-family: 'Nunito';
}

.dropdown-filter .dropdown-menu ul li a input {
  margin-top: 2px;
  line-height: normal;
  position: relative;
  pointer-events: auto;
  opacity: 1;
  margin-right: 14px;
  min-width: 16px;
  height: 16px;
  border-color: #c4c4c4;
}

.dropdown-filter .dropdown-menu .filter {
  margin: 35px 0 15px 0;
  padding: 0 18px;
}

.dropdown-filter .dropdown-menu .filter button {
  color: #FFF;
  background-color: #0058A4;
  padding: 20px;
  width: 100%;
  border: 0;
}

.doc-list {
  width: 100%;
  float: left;
}

@media (max-width: 768px) {
  .doc-list {
    padding: 0 0 30px 0;
  }
}

.doc-list .titleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .doc-list .titleWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media (max-width: 768px) {
  .doc-list .titleWrapper .dropdown-filter {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.doc-list .titleWrapper .blockTitle {
  font-family: Nunito-Bold;
  font-size: 30px;
  color: #0058A4;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .doc-list .titleWrapper .blockTitle {
    font-size: 20px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.doc-list .docBlock {
  padding-left: 0;
}

.doc-list .docBlock .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FAFAFA;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-family: Nunito;
}

.doc-list .docBlock .list-item .icon img {
  margin-right: 15px;
  width: 25px;
}

.doc-list .docBlock .list-item .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.doc-list .docBlock .list-item .size {
  padding-left: 20px;
}

.doc-list .docBlock .list-item .link img {
  margin-left: 15px;
  width: 17px;
}

.doc-list .doc-group .doc.block {
  padding-left: 40px;
}

@media (max-width: 768px) {
  .doc-list .doc-group .doc.block {
    padding-left: 15px;
  }
}

.doc-list.widget .blockTitle {
  font-size: 20px;
}

.doc-list.widget .docBlock .list-item {
  display: block;
  background-color: #FAFAFA;
  padding: 15px;
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.doc-list.widget .docBlock .list-item .icon img {
  margin-right: 15px;
  width: 25px;
}

.doc-list.widget .docBlock .list-item .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  font-family: Nunito;
}

.doc-list.widget .docBlock .list-item .size {
  padding-left: 20px;
}

.doc-list.widget .docBlock .list-item .link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.accordion {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}

.accordion .blockTitle {
  font-family: Nunito-Bold;
  font-size: 30px;
  color: #333F48;
  margin-top: 20px;
  margin-bottom: 20px;
}

.accordion .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border-bottom: 1px solid grey;
  border-radius: 0;
  margin-bottom: 40px;
}

.accordion .card:last-of-type {
  border-bottom: 0;
}

.accordion .card .card-header {
  margin-bottom: 0;
  background: none;
  padding: 20px;
  border-bottom: 0;
  background-color: #FAFAFA;
}

@media (max-width: 768px) {
  .accordion .card .card-header {
    padding-right: 0;
  }
}

.accordion .card .card-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordion .card .card-header a:hover {
  text-decoration: none;
}

.accordion .card .card-header a .title {
  font-family: Nunito-Bold;
  font-size: 20px;
}

.accordion .card .card-header a .rotate-icon {
  width: 24px;
  height: 24px;
}

.accordion .card .card-header a[aria-expanded="true"] .rotate-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion .card .card-body {
  padding: 20px;
  background-color: #FAFAFA;
}

@media (max-width: 768px) {
  .accordion .card .card-body {
    padding: 0 0 30px 0;
  }
}

.accordion-notitle {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.accordion-notitle .card {
  position: relative;
  padding: 20px 60px 20px 20px;
  height: 6em;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border-radius: 0;
  background-color: #FAFAFA;
  margin-bottom: 40px;
}

.accordion-notitle .card:after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FAFAFA;
}

.accordion-notitle .card .card-header {
  background: none;
  border: none;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 10px;
}

.accordion-notitle .card .card-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion-notitle .card .card-header a .rotate-icon {
  width: 24px;
  height: 24px;
}

.accordion-notitle .card .card-header a[aria-expanded="true"] .rotate-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#chart-container {
  text-align: center;
}

#chart-container .orgchart {
  width: 100%;
  background-color: #97d2ff;
}

.home-spec {
  min-height: 50vw;
  background-color: #0058A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
  color: #FFF;
}

.home-spec.left-sunyellow {
  background-color: #F0B323;
}

.home-spec.left-sunyellow .imgBlock:before {
  background-image: url("/assets/img/corner-top-left-sunyellow.svg") !important;
}

.home-spec.left-orange {
  background-color: #EE8730;
}

.home-spec.left-orange .imgBlock:before {
  background-image: url("/assets/img/corner-top-left-orange.svg") !important;
}

.home-spec.left-blue {
  background-color: #333F48;
}

.home-spec.left-blue .imgBlock:before {
  background-image: url("/assets/img/corner-top-left-blue.svg") !important;
}

.home-spec.left-green {
  background-color: #00965E;
}

.home-spec.left-green .imgBlock:before {
  background-image: url("/assets/img/corner-top-left-green.svg") !important;
}

.home-spec.left-purple {
  background-color: #784E90;
}

.home-spec.left-purple .imgBlock:before {
  background-image: url("/assets/img/corner-top-left-purple.svg") !important;
}

.home-spec.left-mint {
  background-color: #005A4B;
}

.home-spec.left-mint .imgBlock:before {
  background-image: url("/assets/img/corner-top-left-mint.svg") !important;
}

.home-spec.left-opal {
  background-color: #0058A4;
}

.home-spec.left-opal .imgBlock:before {
  background-image: url("/assets/img/corner-top-left-opal.svg") !important;
}

.home-spec.left-grey2 {
  background-color: #C4C4C4;
}

.home-spec.left-grey2 .imgBlock:before {
  background-image: url("/assets/img/corner-top-left-grey2.svg") !important;
}

.home-spec.left-grey1 {
  background-color: #E8E8E8;
}

.home-spec.left-grey1 .imgBlock:before {
  background-image: url("/assets/img/corner-top-left-grey1.svg") !important;
}

.home-spec.left-greybg {
  background-color: #FAFAFA;
}

.home-spec.left-greybg .imgBlock:before {
  background-image: url("/assets/img/corner-top-left-greybg.svg") !important;
}

.home-spec.left-white {
  background-color: #FFF;
}

.home-spec.left-white .imgBlock:before {
  background-image: url("/assets/img/corner-top-left-white.svg") !important;
}

.home-spec.left-turquise {
  background-color: #009CBD;
}

.home-spec.left-turquise .imgBlock:before {
  background-image: url("/assets/img/corner-top-left-turquise.svg") !important;
}

.home-spec.left-turquisegreen {
  background-color: #008280;
}

.home-spec.left-turquisegreen .imgBlock:before {
  background-image: url("/assets/img/corner-top-left-turquisegreen.svg") !important;
}

.home-spec.right-sunyellow .imgBlock:after {
  background-image: url("/assets/img/corner-right-bottom-sunyellow.svg") !important;
}

.home-spec.right-orange .imgBlock:after {
  background-image: url("/assets/img/corner-right-bottom-orange.svg") !important;
}

.home-spec.right-blue .imgBlock:after {
  background-image: url("/assets/img/corner-right-bottom-blue.svg") !important;
}

.home-spec.right-green .imgBlock:after {
  background-image: url("/assets/img/corner-right-bottom-green.svg") !important;
}

.home-spec.right-purple .imgBlock:after {
  background-image: url("/assets/img/corner-right-bottom-purple.svg") !important;
}

.home-spec.right-mint .imgBlock:after {
  background-image: url("/assets/img/corner-right-bottom-mint.svg") !important;
}

.home-spec.right-opal .imgBlock:after {
  background-image: url("/assets/img/corner-right-bottom-opal.svg") !important;
}

.home-spec.right-grey2 .imgBlock:after {
  background-image: url("/assets/img/corner-right-bottom-grey2.svg") !important;
}

.home-spec.right-grey1 .imgBlock:after {
  background-image: url("/assets/img/corner-right-bottom-grey1.svg") !important;
}

.home-spec.right-greybg .imgBlock:after {
  background-image: url("/assets/img/corner-right-bottom-greybg.svg") !important;
}

.home-spec.right-white .imgBlock:after {
  background-image: url("/assets/img/corner-right-bottom-white.svg") !important;
}

.home-spec.right-turquise .imgBlock:after {
  background-image: url("/assets/img/corner-right-bottom-turquise.svg") !important;
}

.home-spec.right-turquisegreen .imgBlock:after {
  background-image: url("/assets/img/corner-right-bottom-turquisegreen.svg") !important;
}

@media (min-width: 1920px) {
  .home-spec {
    padding-left: 240px;
  }
}

@media (max-width: 992px) {
  .home-spec {
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .home-spec {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: auto;
  }
}

.home-spec .textBlock {
  width: 40%;
  padding: 180px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1368px) {
  .home-spec .textBlock {
    padding: 150px 0;
  }
}

@media (max-width: 992px) {
  .home-spec .textBlock {
    padding: 100px 0;
  }
}

@media (max-width: 768px) {
  .home-spec .textBlock {
    padding: 60px 15px;
    width: 100%;
  }
}

.home-spec .textBlock .top {
  margin-bottom: 70px;
}

.home-spec .textBlock .top .title {
  font-family: Nunito-Bold;
  font-size: 40px;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .home-spec .textBlock .top .title {
    font-size: 25px;
  }
}

.home-spec .textBlock .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.home-spec .textBlock .bottom > * {
  width: 100%;
}

@media (max-width: 500px) {
  .home-spec .textBlock .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.home-spec .textBlock .bottom .link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.home-spec .textBlock .bottom .link img {
  margin-bottom: 20px;
  max-width: 100%;
  width: auto !important;
}

.home-spec .textBlock .bottom .link .iconTitle {
  font-family: Nunito-Bold;
}

.home-spec .textBlock.rte {
  display: block;
}

.home-spec .textBlock.rte .bottom {
  display: block;
}

.home-spec .textBlock.rte .bottom h4 {
  font-size: 18px;
  font-family: Nunito-Bold;
}

.home-spec .imgBlock {
  min-height: 100%;
  width: 60%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

.home-spec .imgBlock:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 140px;
  height: 40%;
  background-image: url("/assets/img/corner-right-bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.home-spec .imgBlock:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  height: 100%;
  background-image: url("/assets/Areas/MFGKSVK/img/corner-top-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

@media (max-width: 768px) {
  .home-spec .imgBlock:before {
    display: none;
  }
}

@media (max-width: 768px) {
  .home-spec .imgBlock {
    height: 90vw;
    width: 100%;
  }
}

.statistic {
  background-color: #FAFAFA;
  padding: 150px 0 130px 0;
}

@media (max-width: 768px) {
  .statistic {
    padding: 60px 0;
  }
}

.statistic .blockTitlekWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .statistic .blockTitlekWrapper {
    margin-bottom: 15px;
  }
}

.statistic .blockTitlekWrapper .blockTitle {
  font-size: 40px;
  color: #0058A4;
  font-family: Nunito-ExtraBold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 768px) {
  .statistic .blockTitlekWrapper .blockTitle {
    font-size: 25px;
    padding: 0 15px;
  }
}

.statistic .blockTitlekWrapper .allNews {
  font-size: 16px;
  color: #0058A4;
  font-family: Nunito-Bold;
}

@media (max-width: 768px) {
  .statistic .blockTitlekWrapper .allNews {
    display: none;
  }
}

.statistic #error_msg {
  padding: 20px 0;
  color: red;
  font-size: 16px;
}

.statistic #error_msg span {
  font-weight: bold;
}

.graph {
  padding-top: 50px;
  text-align: center;
  position: relative;
}

.graph img {
  width: 100%;
  height: auto;
}

.graph .graphWrapper {
  width: 100% !important;
}

.graph .graphWrapper .google-visualization-tooltip {
  font-family: 'Nunito-Bold';
  color: #fff;
  background-color: #784E90;
}

.graph .graphWrapper .google-visualization-tooltip .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child {
  margin: 1em 0em 0 0em;
}

.graph + .nav-tabs .nav-item .nav-link:not(.active) {
  color: #C4C4C4;
}

@media (max-width: 768px) {
  .contact {
    padding: 30px 0;
  }
}

.contact .blockTitle {
  font-family: Nunito-Bold;
  font-size: 30px;
  color: #333F48;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .contact .blockTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.contact .docBlock .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FAFAFA;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-family: Nunito;
}

.contact .docBlock .list-item .icon img {
  margin-right: 15px;
  width: 25px;
}

.contact .docBlock .list-item .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contact .docBlock .list-item .size {
  padding-left: 20px;
}

.contact .docBlock .list-item .link img {
  margin-left: 15px;
  width: 17px;
}

.link-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #fff;
  min-height: 2em;
  padding: 20px 25px;
  margin-right: 1%;
  margin-bottom: 1%;
}

.link-box.fullWidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.link-box.halfWidth {
  width: 48%;
}

@media (max-width: 768px) {
  .link-box.halfWidth {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.link-box .text {
  color: #333F48;
  margin-left: 25px;
  font-family: "Nunito-Bold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.link-box .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.link-box .img img {
  width: 100%;
  height: auto;
}

.org {
  padding-top: 30px;
}

.org .slimScrollDiv {
  padding-top: 40px;
}

.org .slimScrollDiv .slimScrollBarX {
  opacity: 1 !important;
  border-radius: 0 !important;
  height: 12px !important;
  z-index: 8 !important;
  background-color: #0058A4 !important;
}

.org .slimScrollDiv .slimScrollBarX:before {
  content: '< : : : : :  >';
  left: 0;
  top: 0px;
  margin-top: 0px;
  height: 12px;
  width: 100px;
  display: block;
  background-color: #333F48;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #99c9d8;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

.org .slimScrollDiv .slimScrollRailX {
  border-radius: 0 !important;
  height: 1px !important;
  top: 13px !important;
  z-index: 8 !important;
}

.org .slimScrollDiv .slimScrollRailY,
.org .slimScrollDiv .slimScrollBarY {
  display: none !important;
}

.org .chartWrapper > .nav-tabs {
  background: none !important;
}

.org .chartWrapper > .nav-tabs .nav-link.active::after {
  background: none;
}

.org .chartWrapper .nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  padding-bottom: 28px;
}

.org .chartWrapper .nav li:last-of-type .orgBox::after {
  background: none;
}

.org .chartWrapper .nav-tabs {
  border: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: url("/assets/img/bgLine.png");
  background-repeat: repeat-x;
  background-position-y: 33px;
}

.org .chartWrapper .nav-tabs .nav-link,
.org .chartWrapper .nav-tabs .nav-link.active,
.org .chartWrapper .nav-tabs .nav-link:hover {
  border-left-color: #00A8DA;
}

.org .chartWrapper .nav-tabs li:last-of-type a {
  margin-right: 0;
}

.org .chartWrapper .tab-content {
  position: relative;
  padding: 0;
}

.org .chartWrapper .tab-content .personBox {
  border-left-color: #98C000 !important;
}

.org .chartWrapper .tab-content .nav-tabs {
  background: none;
}

.org .chartWrapper .tab-content .nav-tabs .nav-link,
.org .chartWrapper .tab-content .nav-tabs .nav-link.active,
.org .chartWrapper .tab-content .nav-tabs .nav-link:hover {
  border-left-color: #F9BA07;
}

.org .chartWrapper .tab-content .tab-content .nav-tabs .nav-link,
.org .chartWrapper .tab-content .tab-content .nav-tabs .nav-link.active,
.org .chartWrapper .tab-content .tab-content .nav-tabs .nav-link:hover {
  border-left-color: #98C000;
}

.org .chartWrapper .tab-content .tab-content .tab-content .personBox {
  border-left-color: #98C000 !important;
}

.org .chartWrapper .tab-content .tab-content .tab-content .nav-tabs .nav-link,
.org .chartWrapper .tab-content .tab-content .tab-content .nav-tabs .nav-link.active,
.org .chartWrapper .tab-content .tab-content .tab-content .nav-tabs .nav-link:hover {
  border-left-color: #CD6B11;
}

.org .chartWrapper .tab-content .tab-content .tab-content .tab-content .personBox {
  border-left-color: #CD6B11 !important;
}

.org .chartWrapper .tab-content .tab-content .tab-content .tab-content .nav-tabs .nav-link,
.org .chartWrapper .tab-content .tab-content .tab-content .tab-content .nav-tabs .nav-link.active,
.org .chartWrapper .tab-content .tab-content .tab-content .tab-content .nav-tabs .nav-link:hover {
  border-left-color: #CD6B11;
}

.org .chartWrapper .tab-pane.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.org .chartWrapper .tab-pane.active .linkLine {
  height: 8px;
  border-bottom: 1px solid #00A8DA;
  display: block;
  position: absolute;
  border-right: 0 solid #00A8DA;
  border-left: 0 solid #00A8DA;
  top: -21px;
  width: 100%;
  left: 25px;
  display: none;
  border-left-width: 1px;
}

.org .chartWrapper .tab-pane.active .linkLine.rightBorder {
  border-right-width: 1px;
  border-left-width: 0;
}

.org .chartWrapper .tab-pane.active .linkLine.leftBorder {
  border-right-width: 0;
  border-left-width: 1px;
}

.org .chartWrapper .tab-pane.active .chartPerson .chartPerson:last-of-type .personBoxWrapper {
  margin-bottom: 0;
}

.org .chartWrapper .tab-pane.active .chartPerson .chartPerson:last-of-type .personBoxWrapper::after {
  background-color: #ffffff;
  content: '';
  position: absolute;
  height: 64px;
  top: 35px;
  left: -52px;
  width: 3px;
}

.org .chartWrapper .tab-pane.active .lastElement::after {
  background-color: #fff;
  content: '';
  position: absolute;
  height: 100%;
  top: 36px;
  left: -1px;
  width: 3px;
}

.org .chartWrapper .nav-link {
  padding: 0;
  border-radius: 0 !important;
  border-color: #DFE0E0;
  border-width: 1px;
  border-style: solid;
  margin-right: 17px;
  border-width: 1px;
  border-left: 4px solid;
  position: relative;
  background-color: #fff;
}

.org .chartWrapper .nav-link.dotted {
  border-style: dashed;
  border-left-width: 2px;
}

.org .chartWrapper .nav-link:hover {
  border-right: 1px solid #809CB7;
  border-top: 1px solid #809CB7;
  border-bottom: 1px solid #809CB7;
  border-left: 4px solid;
}

.org .chartWrapper .nav-link:focus {
  border-right: 1px solid #DFE0E0;
  border-top: 1px solid #DFE0E0;
  border-bottom: 1px solid #DFE0E0;
  border-left: 4px solid;
}

.org .chartWrapper .nav-link.active {
  background-color: #E5F3F9;
  border-right-color: #809CB7;
  border-top-color: #809CB7;
  border-bottom-color: #809CB7;
  border-left: 4px solid;
}

.org .chartWrapper .nav-link.active .global .icon {
  background-color: #00A8DA;
  background-image: url("/assets/img/org-icon-w.png");
}

.org .chartWrapper .nav-link.active:before {
  background-image: url("/assets/img/Triangle.svg");
  bottom: -10px;
  content: '';
  position: absolute;
  height: 10px;
  left: 15px;
  width: 13px;
  z-index: 99;
}

.org .chartWrapper .nav-link.active:after {
  content: '';
  position: absolute;
  height: 15px;
  left: 21px;
  width: 1px;
  background-color: #00A8DA;
  top: -15px;
}

.org .chartWrapper .nav-link.person {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-left: 50px;
  margin-left: 25px;
  border: 0;
  border-left: 1px solid #00A8DA;
  position: relative;
  /*   &:last-of-type {
               &::after {
                  background-color: #fff;
                  content: '';
                  position: absolute;
                  height: 100%;
                  top: 36px;
                  left: -1px;
                  width: 3px;
               }
            } */
}

.org .chartWrapper .nav-link.person .tab-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.org .chartWrapper .nav-link.person .personBoxWrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.org .chartWrapper .nav-link.person .tab-pane {
  border-left: 1px solid #DFE0E0;
  padding-left: 50px;
  margin-left: 25px;
}

.org .chartWrapper .nav-link.person .tab-pane.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.org .chartWrapper .nav-link.person .tab-pane:before {
  background-color: #dfe0e0;
  content: '';
  position: absolute;
  height: 30px;
  left: 25px;
  width: 1px;
  top: -22px;
}

.org .chartWrapper .nav-link.person:first-of-type:before {
  background-color: #00A8DA;
  content: '';
  position: absolute;
  height: 20px;
  left: -1px;
  width: 1px;
  top: -20px;
}

.org .chartWrapper .nav-link.person .personBox {
  position: relative;
  border: 1px solid;
  border-color: #DFE0E0;
  border-left: 4px solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 30px;
  padding-right: 25px;
  /* width: min-content;
                   width: -moz-min-content;
                   width: -webkit-min-content; */
  margin-right: auto;
}

.org .chartWrapper .nav-link.person .personBox.active {
  background-color: #E5F3F9;
}

.org .chartWrapper .nav-link.person .personBox.active .nameWrapper .name .nav-link.active::after {
  display: block !important;
  height: 10px !important;
  right: -15px !important;
  bottom: 5px !important;
  width: 10px !important;
  background-image: url("/assets/img/Triangle_up.svg");
  background-repeat: no-repeat !important;
  content: "" !important;
  position: absolute;
  top: auto !important;
  background-color: transparent;
  left: auto;
}

.org .chartWrapper .nav-link.person .personBox.active:before {
  background-color: #00A8DA;
}

.org .chartWrapper .nav-link.person .personBox .tab-content {
  display: inline-block;
}

.org .chartWrapper .nav-link.person .personBox:before {
  background-color: #dfe0e0;
  content: '';
  position: absolute;
  height: 1px;
  left: -54px;
  width: 50px;
  top: 50%;
}

.org .chartWrapper .nav-link.person .personBox a {
  color: #0b5d00;
}

.org .chartWrapper .nav-link.person .personBox .nameWrapper .post {
  font-size: 11px;
}

.org .chartWrapper .nav-link.person .personBox .nameWrapper .iconLine {
  margin-top: 5px;
}

.org .chartWrapper .nav-link.person .personBox .nameWrapper .iconLine a {
  margin-right: 13px;
}

.org .chartWrapper .nav-link.person .personBox .nameWrapper.nav {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: column !important;
          flex-flow: column !important;
  padding-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.org .chartWrapper .nav-link.person .personBox .nameWrapper.nav .nav-link {
  border: 0;
  margin: 0;
}

.org .chartWrapper .nav-link.person .personBox .nameWrapper.nav .nav-link::before {
  background: none;
  display: none;
}

.org .chartWrapper .nav-link.person .personBox .nameWrapper.nav .nav-link::after {
  height: 10px;
  right: -15px;
  bottom: 5px;
  width: 10px;
  background-image: url("/assets/img/Triangle_down.svg");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
}

.org .chartWrapper .nav-link.person .personBox .nameWrapper.nav .nav-link.active {
  background: none;
}

.org .chartWrapper .nav-link.person .personBox .orgBox .title {
  color: #0b5d00;
}

.org .chartWrapper .nav-link.person .personBox .orgBox:after {
  content: none;
}

.org .chartWrapper .nav-link.person .personBox.orgBox:after {
  content: none;
}

.org .chartWrapper .nav-link.fb {
  background-color: #0058A4;
  border-left-color: #0058A4 !important;
}

.org .chartWrapper .nav-link.fb .title {
  color: #FFF;
}

.org .chartWrapper .orgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  max-height: 72px;
}

.org .chartWrapper .orgBox .title {
  font-size: 14px;
  font-weight: bold;
  color: #0058A4;
  margin: 0;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 17px;
  overflow: hidden;
}

.org .chartWrapper .orgBox .icon {
  display: none;
}

.org .chartWrapper .orgBox.global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.org .chartWrapper .orgBox.global .icon {
  display: block;
  background-color: #F3F3F3;
  background-image: url("/assets/img/org-icon.png");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  width: 62px;
}

.org .chartWrapper .orgBox::after {
  background-color: #C4C4C4;
  content: '';
  position: absolute;
  height: 1px;
  top: 50%;
  right: -18px;
  width: 17px;
}

.searc-list {
  padding: 50px 0;
}

.searc-list .blockTitle {
  font-size: 24px;
  color: #0058A4;
  font-family: 'Nunito-Bold';
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .searc-list .blockTitle {
    margin-bottom: 24px;
  }
}

.searc-list .searc-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 450px) {
  .searc-list .searc-input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.searc-list .searc-input-wrapper input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 50px;
  border-color: #C4C4C4;
  -webkit-appearance: none;
  font-size: 16px;
  color: #333333;
  line-height: 1em;
  padding: 14px;
  border-radius: 0;
  border-right-width: 0;
}

.searc-list .searc-input-wrapper input::-webkit-input-placeholder {
  color: #C4C4C4;
  opacity: 1;
  font-size: 16px;
  line-height: 1em;
}

.searc-list .searc-input-wrapper input:-ms-input-placeholder {
  color: #C4C4C4;
  opacity: 1;
  font-size: 16px;
  line-height: 1em;
}

.searc-list .searc-input-wrapper input::-ms-input-placeholder {
  color: #C4C4C4;
  opacity: 1;
  font-size: 16px;
  line-height: 1em;
}

.searc-list .searc-input-wrapper input::placeholder {
  color: #C4C4C4;
  opacity: 1;
  font-size: 16px;
  line-height: 1em;
}

@media (max-width: 450px) {
  .searc-list .searc-input-wrapper input {
    border-right-width: 1px;
    margin-bottom: 14px;
  }
}

.searc-list .searc-input-wrapper .button {
  height: 50px;
  min-width: 166px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background-color: #0058A4;
  color: #fff;
}

@media (max-width: 768px) {
  .searc-list .searc-input-wrapper .button {
    min-width: auto;
    width: auto !important;
  }
}

.searc-list .nav-tabs {
  padding: 0 30px;
}

.searc-list .hit {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .searc-list .hit {
    margin-top: 30px;
  }
}

.searc-list .hit .title {
  font-size: 20px;
  color: #0058A4;
  font-family: 'Nunito';
  margin-bottom: 5px;
  display: block;
}

@media (max-width: 768px) {
  .searc-list .hit .title {
    margin-bottom: 10px;
  }
}

.searc-list .hit .date {
  font-size: 14px;
  color: #C4C4C4;
  font-family: 'Nunito';
}

.historyWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.historyWrapper .yearBlock {
  padding-top: 100px;
  padding-bottom: 100px;
}

.historyWrapper .yearBlock:nth-of-type(even) {
  background-color: #FAFAFA;
}

@media (max-width: 768px) {
  .historyWrapper .yearBlock {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.historyWrapper .yearBlock .yearBlock_main {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .historyWrapper .yearBlock .yearBlock_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.historyWrapper .yearBlock .yearBlock_main .year {
  color: #0058A4;
  font-family: 'Nunito-Black';
  min-width: 185px;
  text-align: right;
}

@media (max-width: 768px) {
  .historyWrapper .yearBlock .yearBlock_main .year {
    text-align: left;
  }
}

.historyWrapper .yearBlock .yearBlock_main .title {
  color: #333F48;
  font-family: 'Nunito-Bold';
  padding-left: 50px;
  margin-left: 50px;
  border-left: 2px solid #333F48;
}

@media (max-width: 768px) {
  .historyWrapper .yearBlock .yearBlock_main .title {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}

.historyWrapper .yearBlock .yearLine .yearBlock_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .historyWrapper .yearBlock .yearLine .yearBlock_sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.historyWrapper .yearBlock .yearLine .yearBlock_sub:not(:last-of-type) {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .historyWrapper .yearBlock .yearLine .yearBlock_sub:not(:last-of-type) {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 20px;
  }
}

.historyWrapper .yearBlock .yearLine .yearBlock_sub .year {
  min-width: 185px;
  font-family: 'Nunito-Bold';
  text-align: right;
}

@media (max-width: 768px) {
  .historyWrapper .yearBlock .yearLine .yearBlock_sub .year {
    text-align: left;
  }
}

.historyWrapper .yearBlock .yearLine .yearBlock_sub .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.historyWrapper .yearBlock .yearLine .yearBlock_sub .titles .title {
  padding-bottom: 10px;
  font-family: 'Nunito';
  padding-left: 50px;
  margin-left: 50px;
  border-left: 2px solid #C4C4C4;
}

@media (max-width: 768px) {
  .historyWrapper .yearBlock .yearLine .yearBlock_sub .titles .title {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}

.gallery {
  padding: 50px 0;
}

.gallery .title {
  font-family: Nunito-Bold;
  font-size: 40px;
  color: #784E90;
}

.gallery .date {
  font-size: 16px;
  color: #C4C4C4;
  margin-bottom: 15px;
}

.gallery .blurb {
  font-size: 20px;
  color: #333333;
  margin: 15px 0;
}

.gallery .imgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery .imgWrapper.big a {
  height: 40vh;
}

@media (max-width: 992px) {
  .gallery .imgWrapper.big a {
    height: auto;
    width: 100%;
  }
}

.gallery .imgWrapper.fit a {
  height: 40vh;
}

.gallery .imgWrapper.cover a img {
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery .imgWrapper.contain a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery .imgWrapper a {
  height: 20vh;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
  border: 1px solid #c1a7d0;
  -webkit-box-shadow: 3px 3px 5px #ddd;
          box-shadow: 3px 3px 5px #ddd;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery .imgWrapper a img {
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  cursor: pointer;
}

.gallery .imgWrapper a:last-child {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 918px) {
  .gallery .imgWrapper a:last-child {
    display: none;
  }
}

@media (max-aspect-ratio: 1 / 1) {
  .gallery .imgWrapper a {
    height: 30vh;
  }
}

@media (max-height: 768px) {
  .gallery .imgWrapper a {
    height: 80vh;
  }
}

@media (max-aspect-ratio: 1 / 1) and (max-width: 768px) {
  .gallery .imgWrapper .imgWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .gallery .imgWrapper a {
    height: auto;
    width: 100%;
  }
  .gallery .imgWrapper img {
    width: 100%;
    max-height: 75vh;
    min-width: 0;
  }
}

.gallery-list {
  padding: 50px 0;
}

.gallery-list .title {
  font-family: Nunito-Bold;
  font-size: 40px;
  color: #0058A4;
  margin-bottom: 30px;
}

.gallery-list .listWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery-list .listWrapper a {
  width: 46%;
  height: 20vw;
  display: block;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 2%;
  margin-right: 2%;
  -webkit-box-shadow: inset 0px 0px 13px 4px #484848;
          box-shadow: inset 0px 0px 13px 4px #484848;
}

.gallery-list .listWrapper a:hover .overlay {
  background-color: rgba(255, 255, 255, 0);
}

.gallery-list .listWrapper a .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: ' ';
  z-index: 0;
  width: 100%;
  height: 100%;
}

.gallery-list .listWrapper a .title {
  font-size: 30px;
  color: #fff;
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 1.2em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.gallery-list .listWrapper a .date {
  font-size: 15px;
  font-family: Nunito;
  color: #ddd;
  position: relative;
}

.gallery-list .listWrapper a .description {
  font-size: 20px;
  font-family: Nunito;
  color: #fff;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 1px solid #0058A4;
  padding-top: 10px;
}

@media (max-aspect-ratio: 1 / 1) {
  .gallery-list .listWrapper a {
    height: 30vh;
  }
}

@media (max-height: 768px) {
  .gallery-list .listWrapper a {
    height: 80vh;
  }
}

@media (max-aspect-ratio: 1 / 1) and (max-width: 768px) {
  .gallery-list .listWrapper .imgWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .gallery-list .listWrapper a {
    height: auto;
    width: 100%;
  }
  .gallery-list .listWrapper img {
    width: 100%;
    max-height: 75vh;
    min-width: 0;
  }
}

.form-horizontal {
  margin-top: 80px;
}

.form-horizontal .formTitle {
  font-family: Nunito-bold;
  margin-bottom: 60px;
  font-size: 28px;
  color: #0058A4;
}

.form-horizontal .form-group {
  margin-bottom: 40px;
  position: relative;
  display: block;
}

.form-horizontal .form-group legend {
  display: block;
  font-family: Nunito-bold;
  margin-bottom: 60px;
  margin-top: 50px;
  font-size: 28px;
  color: #0058A4;
}

.form-horizontal .form-group legend:empty {
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group label {
  font-size: 16px;
  line-height: 1.1em;
  width: 30%;
  margin-bottom: 0;
  font-family: Nunito-bold;
  padding-top: 16px;
  vertical-align: top;
}

.form-horizontal .form-group .inputWrapper {
  display: inline-block;
  width: 60%;
}

.form-horizontal .form-group .inputWrapper .form-control {
  background-color: #fff;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  border: 1px solid #C4C4C4;
  height: 50px;
  width: 100%;
  border-radius: 0;
}

.form-horizontal .form-group .inputWrapper .form-control::-webkit-input-placeholder {
  color: inherit;
}

.form-horizontal .form-group .inputWrapper .form-control:-ms-input-placeholder {
  color: inherit;
}

.form-horizontal .form-group .inputWrapper .form-control::-ms-input-placeholder {
  color: inherit;
}

.form-horizontal .form-group .inputWrapper .form-control::placeholder {
  color: inherit;
}

.form-horizontal .form-group .inputWrapper .form-control:focus {
  -webkit-box-shadow: 0px 13px 18px rgba(0, 64, 139, 0.15);
          box-shadow: 0px 13px 18px rgba(0, 64, 139, 0.15);
}

.form-horizontal .form-group .inputWrapper .form-control.password input {
  position: relative;
  width: calc(100% - 40px);
  display: inline-block;
}

.form-horizontal .form-group .inputWrapper .form-control.password .input-group-addon {
  display: inline-block;
  width: 23px;
  height: 34px;
  margin-left: 10px;
  background: none;
  border: none;
  padding: 0;
  font-size: 20px;
}

.form-horizontal .form-group .form-check-inline {
  font-family: Nunito;
  display: inline-block;
}

.form-horizontal .form-group .form-check-inline label {
  width: auto;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 0;
  font-family: Nunito;
  padding-top: 5px;
  height: auto;
}

.form-horizontal .form-group .form-check-inline .field-validation-error {
  width: 100%;
  float: left;
}

.form-horizontal .form-group .field-validation-error {
  display: none;
  color: red;
  padding-top: 10px;
  font-size: 14px;
  line-height: 15px;
  width: 100%;
}

.form-horizontal .form-group button {
  height: 50px;
  min-width: 225px;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 1.1em;
  border-radius: 4px;
  background-color: #333F48;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  padding: 0 30px;
  margin: auto;
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}

.form-horizontal .form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
}

.form-horizontal .form-group select::-ms-expand {
  display: none;
}

.form-horizontal .form-group .select {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "select";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 50px;
  border: 1px solid #C4C4C4;
  border-radius: 0;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
}

.form-horizontal .form-group .select select, .form-horizontal .form-group .select::after {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: select;
}

.form-horizontal .form-group .select select {
  height: 50px;
  padding: .375rem .75rem;
}

.form-horizontal .form-group .select select option {
  padding: 30px;
}

.form-horizontal .form-group .select::after {
  content: "";
  -ms-grid-column-align: end;
      justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: #0058A4;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  margin-right: 0.75rem;
}

.form-horizontal .form-group textarea {
  height: auto !important;
}

@media (max-width: 768px) {
  .form-horizontal .form-group {
    float: left;
    width: 100%;
  }
  .form-horizontal .form-group legend, .form-horizontal .form-group label, .form-horizontal .form-group .inputWrapper, .form-horizontal .form-group button, .form-horizontal .form-group .textWrapper {
    width: 100%;
    float: left;
  }
  .form-horizontal .form-group legend {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .form-horizontal .form-group label:not(.form-check-label) {
    margin: 0;
    padding: 0;
  }
  .form-horizontal .form-group .inputWrapper {
    width: 100%;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .form-horizontal .form-group button {
    width: 100%;
    margin-bottom: 0;
    margin-top: 15px;
  }
}

.paginationWrapper {
  border-top: 1px solid #333333;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 992px) {
  .paginationWrapper {
    margin: 0 -5%;
  }
}

.paginationWrapper .pagerBlock {
  text-align: center;
}

.paginationWrapper .pagerBlock .pagination {
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Nunito;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paginationWrapper .pagerBlock .pagination li {
  color: #0058A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paginationWrapper .pagerBlock .pagination li .page-link {
  color: #333333;
  -webkit-font-feature-settings: "pnum" on, "lnum" on, "kern" off;
          font-feature-settings: "pnum" on, "lnum" on, "kern" off;
}

.paginationWrapper .pagerBlock .pagination li a {
  background: none !important;
  border: none;
  margin: 0 10px;
  font-size: 20px;
  line-height: 20px;
  font-family: Nunito;
}

@media (max-width: 768px) {
  .paginationWrapper .pagerBlock .pagination li a {
    margin: 0 3px;
  }
}

@media (max-width: 460px) {
  .paginationWrapper .pagerBlock .pagination li a {
    padding: 4px 6px;
  }
}

.paginationWrapper .pagerBlock .pagination li.active a {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  font-family: Nunito-Bold;
  color: #0058A4;
}

.paginationWrapper .pagerBlock .pagination li.prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 22px;
  cursor: pointer;
}

.paginationWrapper .pagerBlock .pagination li.prev a {
  background-image: url("/assets/img/top-menu-arrow-left.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.paginationWrapper .pagerBlock .pagination li.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 22px;
  cursor: pointer;
}

.paginationWrapper .pagerBlock .pagination li.next a {
  background-image: url("/assets/img/top-menu-arrow-right.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.paginationWrapper .pagerBlock .pagination li.total {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paginationWrapper .pagerBlock .pagination li.total .page-link {
  margin-right: 0;
  padding-right: 10px;
  font-family: "Nunito-Bold";
}

.paginationWrapper .pagerBlock .pagination li.total:before {
  content: '/';
  padding-top: 2px;
  font-family: Nunito;
  font-size: 20px;
}

.paginationWrapper .pagerBlock .pagination li.total:after {
  padding-top: 2px;
}

.video-module {
  width: 100%;
  margin-bottom: 15px;
}

.video-module .title {
  font-size: 24px;
  font-family: Nunito-Bold;
  color: #0058A4;
  margin-top: 30px;
}

.video-module .date {
  color: grey;
}

.video-module .plyr {
  margin-top: 30px;
}

.plyr--video .plyr__control--overlaid {
  background: rgba(0, 168, 218, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.scInsertionHandle {
  /*  position: absolute;
   width: 100px;
   height: 50px;
   border: 1px solid red;
   display: flex;
   align-items: center;
   justify-content: center; */
}

.scInsertionHandle .scInsertionHandleCenter {
  height: auto;
}

.table-responsive {
  display: table !important;
}

.table-purple {
  position: relative;
  border-top: 20px solid #fff;
  width: 100%;
}

.table-purple thead {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  border-radius: 8px;
  width: 100%;
}

.table-purple thead th {
  font-family: "Nunito-Bold";
  font-weight: bold;
  font-size: 16px;
  color: #959595;
  padding: 20px;
  text-align: center;
  vertical-align: baseline;
  border-bottom: none;
}

@media (max-width: 768px) {
  .table-purple thead {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    top: 69px;
    background-color: #784E90;
    -webkit-box-shadow: 0px 4px 4px 0px #a2a2a2;
            box-shadow: 0px 4px 4px 0px #a2a2a2;
  }
  .table-purple thead tr {
    display: block;
  }
  .table-purple thead th {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 10px;
  }
}

@media (max-width: 992px) {
  .table-purple thead:before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 0;
  }
}

.table-purple tbody {
  width: 100%;
}

@media (max-width: 768px) {
  .table-purple tbody {
    display: block;
  }
}

.table-purple tbody tr {
  color: #333333;
  border-radius: 8px;
  border: none;
}

@media (max-width: 768px) {
  .table-purple tbody tr {
    display: block;
  }
}

.table-purple tbody tr td {
  border: none;
  text-align: center;
  padding: 20px;
}

@media (max-width: 768px) {
  .table-purple tbody tr td {
    display: block;
  }
}

.table-purple tbody tr td:first-of-type {
  border-radius: 8px 0 0 8px;
}

.table-purple tbody tr td:last-of-type {
  border-radius: 0 8px 8px 0;
}

.table-purple tbody tr:nth-of-type(odd) {
  color: #fff;
}

.table-purple tbody tr:nth-of-type(odd) td {
  background-color: #784E90;
}

@media (max-width: 768px) {
  .table-purple tbody tr:nth-of-type(odd) td {
    background-color: #FFF;
    color: #333333;
  }
}

.table-purple tbody tr:nth-of-type(even) {
  background-color: #FFF;
  color: #333333;
}

@media (max-width: 768px) {
  .table-purple tbody tr:nth-of-type(even) {
    background-color: #784E90;
    background-color: #9265ac;
    color: #fff;
  }
}

.table-orange {
  position: relative;
  border-top: 20px solid #fff;
  width: 100%;
}

.table-orange thead {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  border-radius: 8px;
  width: 100%;
}

.table-orange thead th {
  font-family: "Nunito-Bold";
  font-weight: bold;
  font-size: 16px;
  color: #959595;
  padding: 20px;
  text-align: center;
  vertical-align: baseline;
  border-bottom: none;
}

@media (max-width: 768px) {
  .table-orange thead {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    top: 69px;
    background-color: #F0B323;
    -webkit-box-shadow: 0px 4px 4px 0px #a2a2a2;
            box-shadow: 0px 4px 4px 0px #a2a2a2;
  }
  .table-orange thead tr {
    display: block;
  }
  .table-orange thead th {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 10px;
  }
}

@media (max-width: 992px) {
  .table-orange thead:before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 0;
  }
}

.table-orange tbody {
  width: 100%;
}

@media (max-width: 768px) {
  .table-orange tbody {
    display: block;
  }
}

.table-orange tbody tr {
  color: #333333;
  border-radius: 8px;
  border: none;
}

@media (max-width: 768px) {
  .table-orange tbody tr {
    display: block;
  }
}

.table-orange tbody tr td {
  border: none;
  text-align: center;
  padding: 20px;
}

@media (max-width: 768px) {
  .table-orange tbody tr td {
    display: block;
  }
}

.table-orange tbody tr td:first-of-type {
  border-radius: 8px 0 0 8px;
}

.table-orange tbody tr td:last-of-type {
  border-radius: 0 8px 8px 0;
}

.table-orange tbody tr:nth-of-type(odd) {
  color: #fff;
}

.table-orange tbody tr:nth-of-type(odd) td {
  background-color: #F0B323;
}

@media (max-width: 768px) {
  .table-orange tbody tr:nth-of-type(odd) td {
    background-color: #FFF;
    color: #333333;
  }
}

.table-orange tbody tr:nth-of-type(even) {
  background-color: #FFF;
  color: #333333;
}

@media (max-width: 768px) {
  .table-orange tbody tr:nth-of-type(even) {
    background-color: #F0B323;
    background-color: #f3c353;
    color: #fff;
  }
}
/*# sourceMappingURL=main.css.map */