@font-face {
  font-family: 'Lato Light';
  src: url('../fonts/Lato/Lato-Light.eot');
  src: url('../fonts/Lato/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato/Lato-Light.woff2') format('woff2'), url('../fonts/Lato/Lato-Light.woff') format('woff'), url('../fonts/Lato/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --white-main: #fff;
  --black-main: #000;
  --gray-main: #353a40;
}
:root {
  --font-family: 'Unbounded', sans-serif;
  --second-family: 'Lato', sans-serif;
}
* {
  padding: 0;
  margin: 0;
  border: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
html {
  background-color: #fff;
  scroll-padding-top: 60px;
}
body * {
  font-family: 'Lato', sans-serif;
}
body.sgk-noscroll {
  overflow: hidden;
}
a,
a:link,
a:visited {
  text-decoration: none;
  display: inline-block;
}
a,
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
aside,
nav,
footer,
header,
section,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}
img {
  display: block;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
input {
  appearance: none;
}
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
}
input::-ms-clear {
  display: none;
}
button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
  border: none;
}
input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
label {
  cursor: pointer;
}
legend {
  display: block;
}
a,
input,
button,
svg,
path,
span,
i,
em,
b,
strong {
  transition: 0.3s;
}
p,
a,
span,
input,
textarea {
  font-family: 'Lato', sans-serif;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}
input.sgk-btn,
button.sgk-btn {
  cursor: pointer;
}
textarea {
  resize: none;
}
.sgk-row {
  display: flex;
  flex-wrap: wrap;
}
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  flex: 0 0 100%;
}
@media (min-width: 576px) {
  .col-11 {
    flex: 0 0 calc(100% / 12 * 11);
  }
  .col-10 {
    flex: 0 0 calc(100% / 12 * 10);
  }
  .col-9 {
    flex: 0 0 calc(100% / 12 * 9);
  }
  .col-8 {
    flex: 0 0 calc(100% / 12 * 8);
  }
  .col-7 {
    flex: 0 0 calc(100% / 12 * 7);
  }
  .col-6 {
    flex: 0 0 calc(100% / 12 * 6);
  }
  .col-5 {
    flex: 0 0 calc(100% / 12 * 5);
  }
  .col-4 {
    flex: 0 0 calc(100% / 12 * 4);
  }
  .col-3 {
    flex: 0 0 calc(100% / 12 * 3);
  }
  .col-2 {
    flex: 0 0 calc(100% / 12 * 2);
  }
  .col-1 {
    flex: 0 0 calc(100% / 12);
  }
  body.search .sgk-blogGrid .sgk-row .col-4 {
    flex: 0 0 calc(32.133333%);
  }
}
.sgk-container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.sgk-container-fluid {
  width: 100%;
  padding: 0 15px;
  position: relative;
}
.sgk-clearfix::after {
  content: '';
  clear: both;
  display: table;
}
.sgk-btn,
a.sgk-btn,
button.sgk-btn,
input.sgk-btn,
.sgk-btn-reverse,
a.sgk-btn-reverse,
button.sgk-btn-reverse,
input.sgk-btn-reverse,
.sgk-btn-transparent,
a.sgk-btn-transparent,
button.sgk-btn-transparent,
input.sgk-btn-transparent {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 40px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.sgk-btn svg,
a.sgk-btn svg,
button.sgk-btn svg,
input.sgk-btn svg,
.sgk-btn-reverse svg,
a.sgk-btn-reverse svg,
button.sgk-btn-reverse svg,
input.sgk-btn-reverse svg,
.sgk-btn-transparent svg,
a.sgk-btn-transparent svg,
button.sgk-btn-transparent svg,
input.sgk-btn-transparent svg {
  flex: 0 0 20px;
}
.sgk-btn svg path,
a.sgk-btn svg path,
button.sgk-btn svg path,
input.sgk-btn svg path,
.sgk-btn-reverse svg path,
a.sgk-btn-reverse svg path,
button.sgk-btn-reverse svg path,
input.sgk-btn-reverse svg path,
.sgk-btn-transparent svg path,
a.sgk-btn-transparent svg path,
button.sgk-btn-transparent svg path,
input.sgk-btn-transparent svg path {
  transition: 0.3s;
  stroke: #000;
}
.sgk-btn,
a.sgk-btn,
input.sgk-btn,
button.sgk-btn {
  background-color: #eeede7;
  color: #000;
}
.sgk-btn:hover,
a.sgk-btn:hover,
input.sgk-btn:hover,
button.sgk-btn:hover,
.sgk-btn:focus,
a.sgk-btn:focus,
input.sgk-btn:focus,
button.sgk-btn:focus,
.sgk-btn:active,
a.sgk-btn:active,
input.sgk-btn:active,
button.sgk-btn:active {
  background-color: #800021;
  color: #eeede7;
}
.sgk-btn:hover svg path,
a.sgk-btn:hover svg path,
input.sgk-btn:hover svg path,
button.sgk-btn:hover svg path,
.sgk-btn:focus svg path,
a.sgk-btn:focus svg path,
input.sgk-btn:focus svg path,
button.sgk-btn:focus svg path,
.sgk-btn:active svg path,
a.sgk-btn:active svg path,
input.sgk-btn:active svg path,
button.sgk-btn:active svg path {
  stroke: #eeede7;
}
.sgk-btn-reverse,
a.sgk-btn-reverse,
input.sgk-btn-reverse,
button.sgk-btn-reverse {
  background-color: #800021;
  color: #eeede7;
}
.sgk-btn-reverse svg path,
a.sgk-btn-reverse svg path,
input.sgk-btn-reverse svg path,
button.sgk-btn-reverse svg path {
  stroke: #eeede7;
}
.sgk-btn-reverse:hover,
a.sgk-btn-reverse:hover,
input.sgk-btn-reverse:hover,
button.sgk-btn-reverse:hover,
.sgk-btn-reverse:focus,
a.sgk-btn-reverse:focus,
input.sgk-btn-reverse:focus,
button.sgk-btn-reverse:focus,
.sgk-btn-reverse:active,
a.sgk-btn-reverse:active,
input.sgk-btn-reverse:active,
button.sgk-btn-reverse:active {
  background-color: #eeede7;
  color: #000;
}
.sgk-btn-reverse:hover svg path,
a.sgk-btn-reverse:hover svg path,
input.sgk-btn-reverse:hover svg path,
button.sgk-btn-reverse:hover svg path,
.sgk-btn-reverse:focus svg path,
a.sgk-btn-reverse:focus svg path,
input.sgk-btn-reverse:focus svg path,
button.sgk-btn-reverse:focus svg path,
.sgk-btn-reverse:active svg path,
a.sgk-btn-reverse:active svg path,
input.sgk-btn-reverse:active svg path,
button.sgk-btn-reverse:active svg path {
  stroke: #000;
}
.sgk-btn-transparent,
a.sgk-btn-transparent,
button.sgk-btn-transparent,
input.sgk-btn-transparent {
  background-color: transparent;
  color: #800021;
  border: 1px solid #800021;
}
.sgk-btn-transparent svg path,
a.sgk-btn-transparent svg path,
button.sgk-btn-transparent svg path,
input.sgk-btn-transparent svg path {
  stroke: #800021;
}
.sgk-btn-transparent:hover,
a.sgk-btn-transparent:hover,
button.sgk-btn-transparent:hover,
input.sgk-btn-transparent:hover,
.sgk-btn-transparent:focus,
a.sgk-btn-transparent:focus,
button.sgk-btn-transparent:focus,
input.sgk-btn-transparent:focus,
.sgk-btn-transparent:active,
a.sgk-btn-transparent:active,
button.sgk-btn-transparent:active,
input.sgk-btn-transparent:active {
  background-color: #800021;
  color: #eeede7;
}
.sgk-btn-transparent:hover svg path,
a.sgk-btn-transparent:hover svg path,
button.sgk-btn-transparent:hover svg path,
input.sgk-btn-transparent:hover svg path,
.sgk-btn-transparent:focus svg path,
a.sgk-btn-transparent:focus svg path,
button.sgk-btn-transparent:focus svg path,
input.sgk-btn-transparent:focus svg path,
.sgk-btn-transparent:active svg path,
a.sgk-btn-transparent:active svg path,
button.sgk-btn-transparent:active svg path,
input.sgk-btn-transparent:active svg path {
  stroke: #eeede7;
}
.sgk-nothingFound {
  text-align: center;
}
.sgk-nothingFoundInfo h1 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.sgk-nothingFoundInfo p {
  margin-bottom: 30px;
}
.sgk-searchForm {
  margin-bottom: 30px;
}
.sgk-searchForm input {
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 40px;
}
.sgk-search {
  margin-top: 40px;
  margin-bottom: 40px;
}
.sgk-search span {
  font-weight: 600;
}
body.search .sgk-blogGrid .sgk-row {
  gap: 20px;
}
.sgk-blogGridItem__img {
  margin-bottom: 15px;
}
.sgk-blogGridItem__info > div {
  margin-bottom: 5px;
}
.sgk-blogGridItem__title a {
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 22px;
}
.sgk-blogGridItem__desc {
  line-height: 1.8;
  font-size: 13px;
  margin-bottom: 15px !important;
}
.sgk-blogGridItem__date {
  font-size: 12px;
}
.sgk-404Info,
.sgk-nothingFound {
  padding: 130px 0;
  min-height: 400px;
  display: flex;
  text-align: center;
  margin-bottom: 70px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  align-content: center;
  flex-direction: column;
}
.sgk-404Info h1 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 200px;
}
.sgk-page {
  padding: 80px 0;
}
.sgk-page h1,
.sgk-page h2,
.sgk-page h3,
.sgk-page h4,
.sgk-page h5,
.sgk-page h6 {
  margin-bottom: 15px;
  font-weight: 500;
  color: #000;
}
.sgk-page h1 {
  font-size: 42px;
  font-weight: 900;
  text-align: center;
}
.sgk-page h2 {
  font-size: 32px;
}
.sgk-page h3 {
  font-size: 28px;
}
.sgk-page h4 {
  font-size: 22px;
}
.sgk-page h5 {
  font-size: 18px;
}
.sgk-page h6 {
  font-size: 16px;
}
.sgk-page p {
  margin-bottom: 10px;
}
.sgk-page hr {
  background-color: rgba(0, 0, 0, 0.5);
}
.sgk-page ul,
.sgk-page ol {
  margin-left: 35px;
  margin-bottom: 20px;
}
.sgk-page ul li {
  list-style: disc;
}
.sgk-page ol li {
  list-style: auto;
}
.grecaptcha-badge {
  display: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.3;
}
.slick-prev {
  left: -20px;
}
.slick-next {
  right: -20px;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #353a40;
}
::-webkit-scrollbar-thumb {
  background-color: #800021;
  border-radius: 10px;
  border: 3px solid #353a40;
}
body {
  scrollbar-width: thin;
  scrollbar-color: #000 #353a40;
}
.sgk-general {
  margin-bottom: 50px;
}
.sgk-general p {
  margin-bottom: 15px;
}
.sgk-general ul,
.sgk-general ol {
  padding-left: 20px;
  margin-bottom: 15px;
}
.sgk-general ol li {
  list-style: decimal;
}
.sgk-general ul li {
  list-style: disc;
}
.sgk-container .sgk-container-fluid,
.sgk-container-fluid .sgk-container-fluid,
.sgk-container .sgk-container,
.sgk-container-fluid .sgk-container {
  padding-left: 0;
  padding-right: 0;
}
.sgk-section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sgk-title {
  display: block;
  font-weight: 800;
  font-size: 40px;
  color: #353a40;
  font-family: 'Unbounded', sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sgk-header {
  display: block;
  background-color: #000;
}
.sgk-header__top {
  display: flex;
  align-items: center;
}
.sgk-header__top-left {
  display: flex;
  align-items: center;
}
.sgk-header__bar {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sgk-header__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sgk-header__left {
  display: flex;
  align-items: center;
  gap: 40px;
}
.sgk-header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sgk-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 1201;
}
.sgk-powered {
  display: inline-flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 5px;
}
.sgk-powered__text {
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}
.sgk-powered__logo {
  display: inline-flex;
}
.sgk-burger {
  display: none;
  position: relative;
  width: 32px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  z-index: 1201;
}
.sgk-burger__line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease, bottom 0.25s ease;
}
.sgk-burger__line:nth-child(1) {
  top: 0;
}
.sgk-burger__line:nth-child(2) {
  top: 11px;
}
.sgk-burger__line:nth-child(3) {
  bottom: 0;
}
.sgk-burger--open .sgk-burger__line:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
.sgk-burger--open .sgk-burger__line:nth-child(2) {
  opacity: 0;
}
.sgk-burger--open .sgk-burger__line:nth-child(3) {
  bottom: auto;
  top: 11px;
  transform: rotate(-45deg);
}
.sgk-nav {
  display: block;
}
.sgk-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sgk-menu li {
  display: block;
}
.sgk-menu a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.sgk-menu a:hover {
  color: #800021;
}
.sgk-lang {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.sgk-lang-row {
  gap: 20px;
}
.sgk-lang-row a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.sgk-lang-row a:hover {
  color: #800021;
}
.sgk-lang__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 0;
}
.sgk-lang__list {
  display: none;
  position: absolute;
  top: 100%;
  right: -20px;
  flex-direction: column;
  list-style: none;
  background: #000;
  z-index: 10;
  margin: 0;
  padding: 0;
  min-width: 60px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.sgk-lang__list li a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}
.sgk-lang__list li a:hover {
  color: #800021;
}
.sgk-lang--open .sgk-lang__list {
  display: flex;
}
.sgk-social--linkedin {
  flex: 0 0 25px;
}
.sgk-social--linkedin svg path {
  transition: 0.2s;
  fill: #fff;
}
.sgk-social--linkedin:hover svg path {
  fill: #800021;
}
.sgk-offcanvas {
  position: fixed;
  inset: 0;
  background: transparent;
  display: none;
  z-index: 1200;
}
.sgk-offcanvas--open {
  display: block;
}
.sgk-offcanvas__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #000;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  padding: 24px 20px;
}
.sgk-offcanvas--open .sgk-offcanvas__panel {
  transform: translateX(0);
}
.sgk-offcanvas__nav {
  display: block;
  height: 100%;
  overflow: auto;
}
.sgk-offcanvas__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  border: 0;
}
.sgk-menu--mobile {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.sgk-offcanvas__lang {
  margin-top: 24px;
}
body.sgk-noscr {
  overflow: hidden;
}
.sgk-header__bar ~ .sgk-offcanvas .sgk-offcanvas__panel {
  top: 97px;
}
.sgk-header__bar.sgk-header-sticky ~ .sgk-offcanvas--open .sgk-offcanvas__panel {
  top: 57px;
}
.sgk-acc {
  display: block;
  background-color: #eeede7;
  padding-top: 30px;
}
.sgk-acc__intro {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}
.sgk-acc__col {
  flex: 1;
}
.sgk-acc__col p {
  font-family: 'Unbounded', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #353a40;
}
.sgk-acc__col--l {
  flex: 1 1 65%;
}
.sgk-acc__col--r {
  flex: 1 1 35%;
}
.sgk-acc__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 2fr;
}
.sgk-acc__item {
  display: block;
  background-color: #353a40;
  padding: 35px;
  min-height: 180px;
  transition: 0.3s;
}
.sgk-acc__title {
  display: block;
}
.sgk-acc__icon {
  display: inline-flex;
  flex: 0 0 23px;
  transition: 0.3s;
}
.sgk-acc__btn {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
.sgk-acc__btn-text {
  font-size: 24px;
  line-height: 1.45833;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
.sgk-acc__btn--open svg.sgk-acc__icon {
  transform: rotate(180deg);
}
.sgk-acc__panel {
  padding-top: 30px;
}
.sgk-acc__panel * {
  color: #fff;
}
.sgk-acc__panel ul,
.sgk-acc__panel ol {
  margin-left: 20px;
}
.sgk-acc__panel ul li,
.sgk-acc__panel ol li {
  margin-bottom: 10px;
}
.sgk-insights {
  display: block;
  background-color: #353a40;
}
.sgk-insights__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
}
.sgk-insights__head .sgk-btn {
  margin: 0;
}
.sgk-insights__title {
  color: #fff;
  margin-bottom: 0;
}
.sgk-insights__body {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
.sgk-insights__left {
  flex: 1 1 65%;
  display: block;
  background-color: #fff;
  padding: 25px 50px;
}
.sgk-insights__right {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
}
.sgk-insights__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.sgk-insights__item {
  display: flex;
  flex-direction: column;
}
.sgk-insights__num {
  display: block;
  font-weight: 700;
  font-size: 50px;
  color: #800021;
  margin-bottom: 5px;
  font-family: 'Unbounded', sans-serif;
}
.sgk-insights__text {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.sgk-insights__img {
  display: block;
  overflow: hidden;
}
.sgk-insights__img img {
  width: 100%;
  object-fit: cover;
}
.sgk-news {
  display: block;
  background-color: #eeede7;
}
.sgk-news__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sgk-news__title {
  color: #353a40;
}
.sgk-news__slider {
  position: relative;
  display: flex;
  flex-direction: column;
}
.sgk-news__wrap {
  display: block;
}
.sgk-news__slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
}
.sgk-news__card {
  display: flex;
  align-items: stretch;
  background-color: #fff;
}
.sgk-news__media {
  flex: 0 0 325px;
  display: flex;
  align-items: stretch;
}
.sgk-news__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sgk-news__content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  flex: 0 0 265px;
}
.sgk-map {
  display: block;
  background-color: #353a40;
}
.sgk-map__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sgk-map__title {
  color: #fff;
}
.sgk-map__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  overflow: visible;
}
.sgk-map__item {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #fff;
  width: 220px;
  height: 260px;
  padding: 25px 12px;
  padding-top: 60px;
  overflow: visible;
}
.sgk-map__item--open {
  z-index: 10;
  border: none;
}
.sgk-map__item--open .sgk-map__flag {
  display: none;
}
.sgk-map__item--open .sgk-map__icon {
  transform: rotate(180deg);
}
.sgk-map__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.sgk-map__country {
  display: block;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Unbounded', sans-serif;
  margin-bottom: 10px;
  line-height: 1.5;
}
.sgk-map__flag {
  margin-top: 15px;
  display: block;
  height: 60px;
}
.sgk-map__icon {
  cursor: pointer;
  position: static;
  display: block;
  width: 23px;
  height: 23px;
  flex: 0 0 13px;
  align-self: flex-end;
  margin-top: auto;
  transition: 0.3s;
}
.sgk-map__panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 540px;
  padding: 60px 12px 12px;
  background: #353a40;
  z-index: 5;
  display: none;
  overflow: auto;
  border: 1px solid #fff;
}
.sgk-map__panel * {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.sgk-map__panel--title {
  display: block;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Unbounded', sans-serif;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  flex: 0 0 auto;
}
.sgk-map__panelWrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sgk-map__panelWrapper .sgk-map__icon {
  position: relative;
  right: 0;
  bottom: 0;
  flex: 0 0 23px;
  display: block;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.sgk-map__panelWrapper .sgk-map__icon--btn {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-top: auto;
  flex: 0 0 auto;
}
.sgk-map__grid .sgk-map__item:nth-child(10n + 6) .sgk-map__panel,
.sgk-map__grid .sgk-map__item:nth-child(10n + 7) .sgk-map__panel,
.sgk-map__grid .sgk-map__item:nth-child(10n + 8) .sgk-map__panel,
.sgk-map__grid .sgk-map__item:nth-child(10n + 9) .sgk-map__panel,
.sgk-map__grid .sgk-map__item:nth-child(10n + 10) .sgk-map__panel {
  top: 100%;
  transform: translate(0px, -100%);
}
.sgk-leaders {
  display: block;
  background-color: #eeede7;
}
.sgk-leaders__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sgk-leaders__title {
  color: #353a40;
}
.sgk-leaders__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 110px;
  max-width: 1020px;
  margin: 0 auto;
}
.sgk-leaders__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sgk-leaders__media {
  display: block;
  width: 270px;
  height: 270px;
  margin-bottom: 20px;
  overflow: hidden;
}
.sgk-leaders__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sgk-leaders__name {
  display: block;
  font-weight: 800;
  font-size: 24px;
  color: #000;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sgk-leaders__role {
  font-family: 'Lato Light', sans-serif;
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  height: 40px;
}
.sgk-leaders__email {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.sgk-leaders__email a {
  font-weight: 500;
  font-size: 16px;
  text-decoration: underline;
  color: #800021;
}
.sgk-leaders__desc {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}
html[lang='en-GB'] .sgk-leaders__role {
  height: 40px;
}
.sgk-footer {
  display: block;
  background-color: #353a40;
}
.sgk-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 200px;
}
.sgk-footer__col {
  display: flex;
  flex-direction: column;
}
.sgk-footer__col--brand {
  flex: 0 0 auto;
}
.sgk-footer__col--spacer {
  flex: 0;
}
.sgk-footer__col--menu {
  flex: 0 0 auto;
}
.sgk-footer__col--cta {
  flex: 0 0 auto;
  align-items: flex-end;
}
.sgk-footer__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
}
.sgk-footer__logo img {
  display: block;
  width: auto;
  height: auto;
}
.sgk-footer__logo-sub {
  display: block;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: right;
}
.sgk-footer__nav {
  display: block;
}
.sgk-footer__social,
.sgk-footer__list {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.sgk-footer__social li,
.sgk-footer__list li {
  margin-bottom: 15px;
}
.sgk-footer__social li:last-child,
.sgk-footer__list li:last-child {
  margin-bottom: 0;
}
.sgk-footer__social li a,
.sgk-footer__list li a {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.sgk-footer__social li a:hover,
.sgk-footer__list li a:hover {
  color: #800021;
}
.sgk-footer__social li a {
  font-weight: 400;
}
.sgk-footer__divider {
  display: block;
  width: 100%;
  background-color: #fff;
  height: 1px;
  margin: 40px auto;
}
.sgk-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sgk-footer__partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}
.sgk-footer__partner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sgk-footer__partner img {
  display: block;
  width: auto;
  height: auto;
}
.sgk-blog {
  background: #eeede7;
  padding-top: 50px;
}
.sgk-blog__empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}
.sgk-blog__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px;
}
.sgk-blog__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 24px;
}
.sgk-blog__title {
  font-size: 43px;
  margin-bottom: 50px;
  line-height: 1.1;
  text-align: center;
}
.sgk-blog__search {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sgk-blog__search-btn {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  cursor: pointer;
}
.sgk-blog__search-btn .icon-i-search {
  width: 18px;
  height: 18px;
}
.sgk-blog__search-form {
  width: 0;
  overflow: hidden;
  transition: width 220ms ease;
}
.sgk-blog__search-input {
  width: 260px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: #fff;
  outline: none;
}
.sgk-blog__search--open .sgk-blog__search-form {
  width: 260px;
}
.sgk-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  row-gap: 60px;
}
.sgk-blog__card {
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.sgk-blog__card-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  color: inherit;
  text-decoration: none;
  padding: 0;
}
.sgk-blog__card-media {
  width: 100%;
  height: 225px;
  overflow: hidden;
  border-radius: 0;
}
.sgk-blog__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sgk-blog__card-title {
  margin: 20px 0 24px;
  font-size: 20px;
  line-height: 1.25;
  color: #000;
  min-height: 3.2em;
  transition: 0.3s;
}
.sgk-blog__card-title:hover {
  color: #800021;
}
.sgk-blog__card-btn {
  margin: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  background: #800021;
  color: #fff;
  text-decoration: none;
  max-width: max-content;
  transition: 0.3s;
}
.sgk-blog__card-btn:hover {
  background-color: #000;
}
.sgk-blog__more {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
.sgk-blog__more-btn {
  margin: 50px auto;
  height: 46px;
  padding: 0 18px;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  background-color: #800021;
  transition: 0.3s;
}
.sgk-blog__more-btn:hover {
  background-color: #000;
}
.sgk-blog__more-btn--loading,
.sgk-blog__more-btn--loading:hover {
  opacity: 0.75;
  cursor: default;
}
.sgk-post {
  background: #eeede7;
}
.sgk-post__container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 10px;
}
.sgk-post__hero {
  background: #000;
  padding: 46px 0;
}
.sgk-post__title {
  max-width: 860px;
  margin: 0 auto;
  color: #fff;
  font-size: 42px;
  line-height: 1.15;
  text-align: center;
}
.sgk-post__content {
  margin: 0 auto;
  padding: 50px 10px;
}
.sgk-post__body {
  max-width: 840px;
  margin: 0 auto;
}
.sgk-post__body.content > :first-child {
  margin-top: 0;
}
.sgk-post__body.content h2,
.sgk-post__body.content h3,
.sgk-post__body.content h4,
.sgk-post__body.content h5,
.sgk-post__body.content h6 {
  margin-bottom: 1.3rem;
}
.sgk-post__body.content h2 {
  font-size: 32px;
}
.sgk-post__body.content h3 {
  font-size: 28px;
}
.sgk-post__body.content h4 {
  font-size: 24px;
}
.sgk-post__body.content h5 {
  font-size: 20px;
}
.sgk-post__body.content h6 {
  font-size: 16px;
}
.sgk-post__body.content a {
  display: unset;
  transition: 0.3s;
}
.sgk-post__body.content a:hover {
  color: #800021;
}
.sgk-post__body.content p {
  font-size: 20px;
  margin-bottom: 1.3rem;
}
.sgk-post__body.content ul,
.sgk-post__body.content ol {
  margin-left: 0;
  margin-bottom: 20px;
}
.sgk-post__body.content li {
  font-size: 20px;
  margin-bottom: 1.3rem;
}
.sgk-post__body.content li:last-child {
  margin-bottom: 0;
}
.sgk-post__body.content ul li {
	position: relative;
}
.sgk-post__body.content ul li::marker {
	color: #800021;
	content: none;
}
.sgk-post__body.content ul li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: -25px;
	width: 16px;
	height: 16px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93Ij4KPHBhdGggaWQ9IlZlY3RvciAyIiBkPSJNNi44MDA3OCAxLjYwMDFIMi44MDA3OEw5LjIwMDc4IDguMDAwMUwyLjgwMDc4IDE0LjQwMDFINi44MDA3OEwxMy4yMDA4IDguMDAwMUw2LjgwMDc4IDEuNjAwMVoiIGZpbGw9IiM4MDAwMjEiLz4KPC9nPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-size: 100%;
}
.sgk-post__body.content blockquote {
  quotes: none;
  padding-left: 80px;
  margin: 32px 0;
  position: relative;
}
.sgk-post__body.content blockquote::before {
  content: '';
  position: absolute;
  background: url(../img/icons/quote-icon.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 32px;
  left: 0;
  top: 9px;
}
.sgk-post__body.content blockquote * {
  font-style: italic;
  font-size: 22px;
}
.sgk-post__meta {
  max-width: 840px;
  margin: 30px auto 50px;
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.sgk-post__print-btn {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  display: flex !important;
  gap: 10px;
  align-items: center;
}
.sgk-post__print-btn svg {
  width: 24px;
  height: 24px;
}
.sgk-post__print-btn span {
  color: #800021;
  display: block;
}
.sgk-post__date {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.sgk-post__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.sgk-related {
  padding: 60px 0;
  background: #eeede7;
  position: relative;
}
.sgk-related__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.sgk-related__title {
  font-size: 43px;
  margin: 0 auto 50px;
  line-height: 1.1;
  color: #000;
  text-align: center;
}
.sgk-related__slider {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.sgk-related__slide {
  padding: 0 10px;
}
.sgk-related__nav {
  display: none;
  justify-content: flex-end;
  gap: 10px;
}
.sgk-related__nav.is-active {
  display: flex;
}
.sgk-related__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background-color: #800021;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: 0.3s;
}
.sgk-related__arrow:hover,
.sgk-related__arrow:active {
  background-color: #000;
}
.sgk-related__arrow:hover svg,
.sgk-related__arrow:active svg {
  stroke: #fff;
}
.sgk-related__arrow svg {
  width: 35px;
  height: 35px;
}
.sgk-related__arrow--prev {
  left: -15px;
}
.sgk-related__arrow--next {
  right: -15px;
}
@media (max-width: 991px) {
  .sgk-related__slider {
    display: block;
  }
  .sgk-related .sgk-blog__card-media {
    height: 275px;
  }
}
@media (min-width: 992px) {
  .sgk-related__arrow {
    display: none !important;
  }
}
@media print {
  .header,
  header,
  .footer,
  footer,
  .sgk-post__meta,
  .sgk-post__related,
  .sgk-related,
  .sgk-post__print-btn,
  .sgk-blog__more,
  #backtotop {
    display: none !important;
  }
  .sgk-post__hero {
    background: none !important;
    padding: 30px 0 20px 0 !important;
  }
  .sgk-post__title {
    color: #000 !important;
    font-size: 40px !important;
  }
  body {
    background: #fff !important;
  }
  .sgk-post__content {
    padding: 0 !important;
  }
  .sgk-post__content p,
  .sgk-post__content li {
    font-size: 18px !important;
  }
  .sgk-post__container {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media (max-width: 1200px) {
  .sgk-map__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .sgk-footer__top {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .sgk-burger {
    display: inline-flex;
  }
  .sgk-nav {
    display: none;
  }
  .sgk-header__left {
    gap: 16px;
  }
  .sgk-insights__body {
    flex-direction: column;
  }
  .sgk-insights__list {
    grid-template-columns: 1fr;
  }
  .sgk-news__slide {
    grid-template-columns: 1fr;
  }
  .sgk-news__card {
    flex-direction: column;
  }
  .sgk-news__media,
  .sgk-news__content {
    flex: 1;
  }
  .sgk-leaders__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sgk-footer__col.sgk-footer__col--spacer {
    display: none;
  }
  .sgk-map__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .sgk-map__item {
    width: 100%;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  .sgk-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .sgk-post__title {
    font-size: 32px;
  }
  .sgk-post__related-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .sgk-news__media {
    max-height: 160px;
  }
  .sgk-title {
    font-size: 32px;
  }
  .sgk-acc__btn-text {
    font-size: 22px;
  }
  .sgk-acc__intro {
    flex-direction: column;
    gap: 30px;
  }
  .sgk-acc__grid {
    grid-template-columns: 1fr;
  }
  .sgk-map__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sgk-leaders__grid {
    grid-template-columns: 1fr;
  }
  .sgk-leaders__card {
    max-width: 270px;
    margin: 0 auto;
  }
  .sgk-leaders__role {
    height: auto;
  }
  .sgk-leaders_media {
    margin: 0 auto 20px;
  }
  html[lang='en-GB'] .sgk-leaders__role {
    height: auto;
  }
  .sgk-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .sgk-footer__partners {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  .sgk-footer__divider {
    margin: 20px auto;
  }
  .sgk-blog__top {
    justify-content: flex-start;
  }
  .sgk-blog__grid {
    grid-template-columns: 1fr;
  }
  .sgk-blog__search-input {
    width: 220px;
  }
  .sgk-blog__search--open .sgk-blog__search-form {
    width: 220px;
  }
}
@media (max-width: 575px) {
  .sgk-btn,
  a.sgk-btn,
  button.sgk-btn,
  input.sgk-btn,
  .sgk-btn-reverse,
  a.sgk-btn-reverse,
  button.sgk-btn-reverse,
  input.sgk-btn-reverse,
  .sgk-btn-transparent,
  a.sgk-btn-transparent,
  button.sgk-btn-transparent,
  input.sgk-btn-transparent {
    padding: 10px;
  }
  .sgk-map__grid {
    grid-template-columns: 1fr;
  }
  .sgk-lang-row {
    gap: 10px;
  }
  .sgk-header__right {
    gap: 10px;
  }
  .sgk-social--linkedin {
    margin-left: 10px;
  }
  .sgk-social--linkedin svg {
    width: 18px;
  }
  .sgk-post__title {
    font-size: 24px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .sgk-post__related-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sgk-post__content {
    padding: 20px 10px;
  }
  .sgk-post__container {
    padding: 0;
  }
  .sgk-post__body.content {
    font-size: 14px;
  }
  .sgk-post__body.content p,
  .sgk-post__body.content li {
    font-size: 14px;
  }
  .sgk-post__meta * {
    font-size: 14px;
  }
  .sgk-blog__title {
    font-size: 28px;
  }
  .sgk-blog__card-media {
    height: 275px;
  }
  .sgk-blog__card-title {
    min-height: auto;
    font-size: 16px;
  }
  .sgk-blog__container {
    padding-top: 0;
  }
  .sgk-blog__grid {
    row-gap: 20px;
  }
}
@media (max-width: 375px) {
  .sgk-title {
    font-size: 22px;
  }
  .sgk-section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sgk-acc__item {
    padding: 20px;
  }
  .sgk-acc__btn-text {
    font-size: 16px;
  }
  .sgk-btn,
  a.sgk-btn,
  button.sgk-btn,
  input.sgk-btn,
  .sgk-btn-reverse,
  a.sgk-btn-reverse,
  button.sgk-btn-reverse,
  input.sgk-btn-reverse,
  .sgk-btn-transparent,
  a.sgk-btn-transparent,
  button.sgk-btn-transparent,
  input.sgk-btn-transparent {
    padding: 10px 20px;
  }
}
.sgk-post__body ol li::marker, .sgk-post__body ul li::marker {
	color: #800021;
}
.sgk-post__body {
	text-align: justify;
}