:root {
  --container-padding: 16px;
  --content-width: calc(1280px + (2 * var(--container-padding)));
  --grid-row-gap: 16px;
  --grid-column-gap: 16px; }
  @media (min-width: 768px) {
    :root {
      --grid-row-gap: 32px;
      --grid-column-gap: 32px;
      --container-padding: 32px; } }
  @media (min-width: 1124px) {
    :root {
      --grid-row-gap: 32px;
      --grid-column-gap: 32px;
      --container-padding: 32px; } }
.container {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  margin: 0 auto; }
  .container:not(.container--fluid) {
    max-width: var(--content-width); }

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: var(--grid-row-gap) var(--grid-column-gap); }
  .grid.no-gap {
    grid-gap: 0 0; }
  .grid.no-row-gap {
    grid-row-gap: 0; }
  .grid.no-column-gap {
    grid-column-gap: 0; }

.col-0 {
  grid-column-end: span 0; }

.offset-0 {
  grid-column-start: 1; }

.col-1 {
  grid-column-end: span 1; }

.offset-1 {
  grid-column-start: 2; }

.col-2 {
  grid-column-end: span 2; }

.offset-2 {
  grid-column-start: 3; }

.col-3 {
  grid-column-end: span 3; }

.offset-3 {
  grid-column-start: 4; }

.col-4 {
  grid-column-end: span 4; }

.offset-4 {
  grid-column-start: 5; }

.col-5 {
  grid-column-end: span 5; }

.offset-5 {
  grid-column-start: 6; }

.col-6 {
  grid-column-end: span 6; }

.offset-6 {
  grid-column-start: 7; }

.col-7 {
  grid-column-end: span 7; }

.offset-7 {
  grid-column-start: 8; }

.col-8 {
  grid-column-end: span 8; }

.offset-8 {
  grid-column-start: 9; }

.col-9 {
  grid-column-end: span 9; }

.offset-9 {
  grid-column-start: 10; }

.col-10 {
  grid-column-end: span 10; }

.offset-10 {
  grid-column-start: 11; }

.col-11 {
  grid-column-end: span 11; }

.offset-11 {
  grid-column-start: 12; }

.col-12 {
  grid-column-end: span 12; }

.offset-12 {
  grid-column-start: 13; }

@media (min-width: 460px) {
  .col-xs-0 {
    grid-column-end: span 0; }
  .offset-xs-0 {
    grid-column-start: 1; }
  .col-xs-1 {
    grid-column-end: span 1; }
  .offset-xs-1 {
    grid-column-start: 2; }
  .col-xs-2 {
    grid-column-end: span 2; }
  .offset-xs-2 {
    grid-column-start: 3; }
  .col-xs-3 {
    grid-column-end: span 3; }
  .offset-xs-3 {
    grid-column-start: 4; }
  .col-xs-4 {
    grid-column-end: span 4; }
  .offset-xs-4 {
    grid-column-start: 5; }
  .col-xs-5 {
    grid-column-end: span 5; }
  .offset-xs-5 {
    grid-column-start: 6; }
  .col-xs-6 {
    grid-column-end: span 6; }
  .offset-xs-6 {
    grid-column-start: 7; }
  .col-xs-7 {
    grid-column-end: span 7; }
  .offset-xs-7 {
    grid-column-start: 8; }
  .col-xs-8 {
    grid-column-end: span 8; }
  .offset-xs-8 {
    grid-column-start: 9; }
  .col-xs-9 {
    grid-column-end: span 9; }
  .offset-xs-9 {
    grid-column-start: 10; }
  .col-xs-10 {
    grid-column-end: span 10; }
  .offset-xs-10 {
    grid-column-start: 11; }
  .col-xs-11 {
    grid-column-end: span 11; }
  .offset-xs-11 {
    grid-column-start: 12; }
  .col-xs-12 {
    grid-column-end: span 12; }
  .offset-xs-12 {
    grid-column-start: 13; }
  .hide-xs-up {
    display: none; } }

@media (max-width: 459px) {
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; } }

@media (min-width: 545px) {
  .col-sm-0 {
    grid-column-end: span 0; }
  .offset-sm-0 {
    grid-column-start: 1; }
  .col-sm-1 {
    grid-column-end: span 1; }
  .offset-sm-1 {
    grid-column-start: 2; }
  .col-sm-2 {
    grid-column-end: span 2; }
  .offset-sm-2 {
    grid-column-start: 3; }
  .col-sm-3 {
    grid-column-end: span 3; }
  .offset-sm-3 {
    grid-column-start: 4; }
  .col-sm-4 {
    grid-column-end: span 4; }
  .offset-sm-4 {
    grid-column-start: 5; }
  .col-sm-5 {
    grid-column-end: span 5; }
  .offset-sm-5 {
    grid-column-start: 6; }
  .col-sm-6 {
    grid-column-end: span 6; }
  .offset-sm-6 {
    grid-column-start: 7; }
  .col-sm-7 {
    grid-column-end: span 7; }
  .offset-sm-7 {
    grid-column-start: 8; }
  .col-sm-8 {
    grid-column-end: span 8; }
  .offset-sm-8 {
    grid-column-start: 9; }
  .col-sm-9 {
    grid-column-end: span 9; }
  .offset-sm-9 {
    grid-column-start: 10; }
  .col-sm-10 {
    grid-column-end: span 10; }
  .offset-sm-10 {
    grid-column-start: 11; }
  .col-sm-11 {
    grid-column-end: span 11; }
  .offset-sm-11 {
    grid-column-start: 12; }
  .col-sm-12 {
    grid-column-end: span 12; }
  .offset-sm-12 {
    grid-column-start: 13; }
  .hide-sm-up {
    display: none; } }

@media (max-width: 544px) {
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; } }

@media (min-width: 768px) {
  .col-md-0 {
    grid-column-end: span 0; }
  .offset-md-0 {
    grid-column-start: 1; }
  .col-md-1 {
    grid-column-end: span 1; }
  .offset-md-1 {
    grid-column-start: 2; }
  .col-md-2 {
    grid-column-end: span 2; }
  .offset-md-2 {
    grid-column-start: 3; }
  .col-md-3 {
    grid-column-end: span 3; }
  .offset-md-3 {
    grid-column-start: 4; }
  .col-md-4 {
    grid-column-end: span 4; }
  .offset-md-4 {
    grid-column-start: 5; }
  .col-md-5 {
    grid-column-end: span 5; }
  .offset-md-5 {
    grid-column-start: 6; }
  .col-md-6 {
    grid-column-end: span 6; }
  .offset-md-6 {
    grid-column-start: 7; }
  .col-md-7 {
    grid-column-end: span 7; }
  .offset-md-7 {
    grid-column-start: 8; }
  .col-md-8 {
    grid-column-end: span 8; }
  .offset-md-8 {
    grid-column-start: 9; }
  .col-md-9 {
    grid-column-end: span 9; }
  .offset-md-9 {
    grid-column-start: 10; }
  .col-md-10 {
    grid-column-end: span 10; }
  .offset-md-10 {
    grid-column-start: 11; }
  .col-md-11 {
    grid-column-end: span 11; }
  .offset-md-11 {
    grid-column-start: 12; }
  .col-md-12 {
    grid-column-end: span 12; }
  .offset-md-12 {
    grid-column-start: 13; }
  .hide-md-up {
    display: none; } }

@media (max-width: 767px) {
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; } }

@media (min-width: 1124px) {
  .col-lg-0 {
    grid-column-end: span 0; }
  .offset-lg-0 {
    grid-column-start: 1; }
  .col-lg-1 {
    grid-column-end: span 1; }
  .offset-lg-1 {
    grid-column-start: 2; }
  .col-lg-2 {
    grid-column-end: span 2; }
  .offset-lg-2 {
    grid-column-start: 3; }
  .col-lg-3 {
    grid-column-end: span 3; }
  .offset-lg-3 {
    grid-column-start: 4; }
  .col-lg-4 {
    grid-column-end: span 4; }
  .offset-lg-4 {
    grid-column-start: 5; }
  .col-lg-5 {
    grid-column-end: span 5; }
  .offset-lg-5 {
    grid-column-start: 6; }
  .col-lg-6 {
    grid-column-end: span 6; }
  .offset-lg-6 {
    grid-column-start: 7; }
  .col-lg-7 {
    grid-column-end: span 7; }
  .offset-lg-7 {
    grid-column-start: 8; }
  .col-lg-8 {
    grid-column-end: span 8; }
  .offset-lg-8 {
    grid-column-start: 9; }
  .col-lg-9 {
    grid-column-end: span 9; }
  .offset-lg-9 {
    grid-column-start: 10; }
  .col-lg-10 {
    grid-column-end: span 10; }
  .offset-lg-10 {
    grid-column-start: 11; }
  .col-lg-11 {
    grid-column-end: span 11; }
  .offset-lg-11 {
    grid-column-start: 12; }
  .col-lg-12 {
    grid-column-end: span 12; }
  .offset-lg-12 {
    grid-column-start: 13; }
  .hide-lg-up {
    display: none; } }

@media (max-width: 1123px) {
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; } }

@media (min-width: 1500px) {
  .col-xlg-0 {
    grid-column-end: span 0; }
  .offset-xlg-0 {
    grid-column-start: 1; }
  .col-xlg-1 {
    grid-column-end: span 1; }
  .offset-xlg-1 {
    grid-column-start: 2; }
  .col-xlg-2 {
    grid-column-end: span 2; }
  .offset-xlg-2 {
    grid-column-start: 3; }
  .col-xlg-3 {
    grid-column-end: span 3; }
  .offset-xlg-3 {
    grid-column-start: 4; }
  .col-xlg-4 {
    grid-column-end: span 4; }
  .offset-xlg-4 {
    grid-column-start: 5; }
  .col-xlg-5 {
    grid-column-end: span 5; }
  .offset-xlg-5 {
    grid-column-start: 6; }
  .col-xlg-6 {
    grid-column-end: span 6; }
  .offset-xlg-6 {
    grid-column-start: 7; }
  .col-xlg-7 {
    grid-column-end: span 7; }
  .offset-xlg-7 {
    grid-column-start: 8; }
  .col-xlg-8 {
    grid-column-end: span 8; }
  .offset-xlg-8 {
    grid-column-start: 9; }
  .col-xlg-9 {
    grid-column-end: span 9; }
  .offset-xlg-9 {
    grid-column-start: 10; }
  .col-xlg-10 {
    grid-column-end: span 10; }
  .offset-xlg-10 {
    grid-column-start: 11; }
  .col-xlg-11 {
    grid-column-end: span 11; }
  .offset-xlg-11 {
    grid-column-start: 12; }
  .col-xlg-12 {
    grid-column-end: span 12; }
  .offset-xlg-12 {
    grid-column-start: 13; }
  .hide-xlg-up {
    display: none; } }

@media (max-width: 1499px) {
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; } }

:root {
  --white: #FFFFFF;
  --black: #111111;
  --light-gray: #DDE1E2;
  --gray: #383838; }

*:focus,
*:focus-visible {
  outline: none; }

body {
  font-family: "Poppins", sans-serif;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-color: #f3f3f3; }

a {
  text-decoration: none; }

strong,
b {
  font-weight: 700 !important; }

img {
  max-width: 100%; }

.locked {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }

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

\:root {
  -moz-tab-size: 4;
  tab-size: 4; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

hr {
  height: 0;
  color: inherit; }

abbr[title] {
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  text-indent: 0;
  border-color: inherit; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

\:-moz-focusring {
  outline: none; }

\:-moz-ui-invalid {
  box-shadow: none; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

h1 {
  font-size: 96px;
  line-height: 120%;
  font-weight: 500;
  margin: 0 0 35px 0;
  letter-spacing: -5px; }
  @media (max-width: 1123px) {
    h1 {
      font-size: 64px;
      line-height: 120%;
      margin: 0 0 30px 0;
      letter-spacing: -2px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 48px;
      line-height: 120%;
      margin: 0 0 30px 0;
      letter-spacing: 0; } }
h2 {
  font-size: 48px;
  line-height: 100%;
  margin: 0 0 20px 0;
  font-weight: 600; }
  @media (max-width: 1123px) {
    h2 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 34px;
      line-height: 100%;
      margin: 0 0 20px 0; } }
  h2 span {
    font-weight: 300; }

h3 {
  font-size: 32px;
  line-height: 120%;
  margin: 0 0 20px 0;
  font-weight: normal; }

h4 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 400;
  margin: 0 0 20px 0; }
  @media (max-width: 767px) {
    h4 {
      font-size: 20px;
      line-height: 130%;
      font-weight: normal;
      margin: 0 0 20px 0; } }
h5 {
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  margin: 0 0 25px; }
  @media (max-width: 767px) {
    h5 {
      font-size: 16px; } }
p {
  font-size: 16px;
  line-height: 145%;
  color: var(--black); }
  p a {
    color: var(--black);
    text-decoration: underline; }
    p a:hover {
      color: var(--black);
      text-decoration: none; }

.btn {
  display: inline-block;
  background-color: var(--black);
  color: var(--white);
  padding: 11px 20px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 50px;
  text-decoration: none; }
  .btn:hover {
    background-color: var(--white);
    color: var(--black); }

.btn-white {
  display: inline-block;
  background-color: var(--white);
  color: var(--black);
  padding: 11px 20px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 50px;
  text-decoration: none; }
  .btn-white:hover {
    background-color: var(--black);
    color: var(--white); }

header {
  background-size: cover !important;
  position: relative; }
  header.header-sub {
    height: 600px; }
    @media (max-width: 1123px) {
      header.header-sub {
        height: 100vh; } }
    header.header-sub .kv {
      position: absolute;
      width: 100%;
      bottom: 130px;
      height: initial; }
      @media (max-width: 1123px) {
        header.header-sub .kv {
          bottom: 80px; } }
    header.header-sub h1 {
      margin-bottom: 0; }
    header.header-sub.small {
      height: 158px; }
  header.home {
    height: 900px;
    overflow: hidden; }
    @media (max-width: 1123px) {
      header.home {
        height: 100vh;
        padding-bottom: 30px; } }
    header.home::after {
      content: "";
      position: absolute;
      width: 917px;
      height: 913px;
      background: url("../media/icons/logo-dekor.svg") no-repeat center center;
      bottom: -167px;
      right: -225px;
      background-size: cover; }
      @media (max-width: 1123px) {
        header.home::after {
          width: 100%;
          max-width: 470px;
          height: 370px;
          bottom: -50px;
          right: -80px;
          background-size: 470px;
          background-position: top left; } }
  header .header {
    padding: 35px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
    @media (max-width: 1123px) {
      header .header {
        padding: 32px 0; }
        header .header .container {
          align-items: center; } }
  header .logo {
    position: relative; }
    @media (max-width: 1123px) {
      header .logo {
        width: 170px; } }
    header .logo .lang {
      position: absolute;
      color: var(--white);
      font-size: 12px;
      left: 0;
      bottom: -34px; }
  header .container {
    display: flex;
    justify-content: space-between; }
  header nav .nav-menu {
    position: relative;
    display: none; }
  @media (max-width: 1123px) {
    header nav {
      display: none;
      overflow-y: auto; }
      header nav .nav-menu {
        display: block;
        margin-bottom: 70px; }
        header nav .nav-menu .nav-logo {
          width: 170px; }
      header nav.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--black);
        padding: 32px 16px 0 16px;
        z-index: 100; } }
  header nav ul {
    display: flex;
    list-style: none;
    margin-left: 4px;
    position: relative;
    z-index: 100; }
    @media (max-width: 1123px) {
      header nav ul {
        flex-direction: column;
        margin-left: 0;
        padding: 0; } }
    header nav ul > li {
      position: relative;
      margin-left: 4px; }
      @media (max-width: 1123px) {
        header nav ul > li {
          margin-left: 0; } }
      @media (max-width: 1123px) {
        header nav ul > li {
          margin-bottom: 35px;
          width: 100%; } }
      @media (max-width: 1123px) {
        header nav ul > li.menu-item-has-children > a::after {
          content: " ";
          position: absolute;
          right: 0;
          top: 12px;
          width: 13px;
          height: 7px;
          background: url("../media/icons/icon-down.svg") no-repeat center right; } }
      @media (max-width: 1123px) {
        header nav ul > li.menu-item-has-children.active .sub-menu {
          display: block; }
        header nav ul > li.menu-item-has-children.active > a::after {
          transform: rotate(180deg); } }
      header nav ul > li > a {
        color: var(--white);
        padding: 13px 15px; }
        @media (max-width: 1123px) {
          header nav ul > li > a {
            padding: 0;
            display: inline-block;
            width: 100%;
            font-size: 24px; } }
        @media (min-width: 1124px) {
          header nav ul > li > a:hover {
            background-color: var(--white);
            color: var(--black);
            border-radius: 35px; } }
      header nav ul > li .sub-menu {
        display: none; }
        @media (max-width: 1123px) {
          header nav ul > li .sub-menu {
            padding-left: 20px;
            margin-top: 24px; } }
        @media (min-width: 1124px) {
          header nav ul > li .sub-menu {
            position: absolute;
            left: 0;
            top: 100%;
            margin-top: 25px;
            background-color: var(--white);
            border-radius: 20px;
            padding: 15px 25px;
            display: none;
            flex-direction: column;
            min-width: 240px;
            max-width: 290px;
            white-space: nowrap; }
            header nav ul > li .sub-menu::after {
              content: " ";
              position: absolute;
              left: 0;
              top: -20px;
              width: 100%;
              height: 30px; } }
        @media (max-width: 1123px) {
          header nav ul > li .sub-menu li {
            margin-bottom: 20px;
            width: 100%; }
            header nav ul > li .sub-menu li:last-child {
              margin-bottom: 0; }
            header nav ul > li .sub-menu li.selected a {
              display: inline-block;
              position: relative;
              width: auto; }
              header nav ul > li .sub-menu li.selected a::after {
                content: " ";
                position: absolute;
                left: 0;
                bottom: -1px;
                width: 100%;
                height: 2px;
                background-color: var(--white); } }
        header nav ul > li .sub-menu li a {
          display: block;
          padding: 0;
          color: var(--black);
          font-size: 15px;
          line-height: 32px; }
          @media (max-width: 767px) {
            header nav ul > li .sub-menu li a {
              font-size: 20px;
              line-height: 28px;
              color: var(--white); } }
          header nav ul > li .sub-menu li a:hover {
            background: none;
            text-decoration: underline; }
      @media (min-width: 1124px) {
        header nav ul > li:hover > a {
          background-color: var(--white);
          color: var(--black);
          border-radius: 35px; }
        header nav ul > li:hover .sub-menu {
          display: flex; } }
      header nav ul > li.current_page_parent > a {
        background-color: var(--white);
        color: var(--black);
        border-radius: 35px; }

.kv {
  height: 100%;
  color: var(--white);
  display: flex;
  align-items: center;
  position: relative; }
  @media (max-width: 767px) {
    .kv h4 {
      font-weight: normal; } }
.kv-content {
  max-width: 845px;
  margin-top: 32px; }
  .kv-content-en {
    text-align: center;
    max-width: 100%;
    width: 100%; }
    .kv-content-en ul {
      list-style: none;
      font-size: 48px;
      line-height: 100%;
      font-weight: 700;
      margin: 0 auto 30px;
      padding: 0 115px; }
      @media (max-width: 767px) {
        .kv-content-en ul {
          font-size: 30px;
          line-height: 100%;
          padding: 0; } }
.hamburger {
  display: none;
  cursor: pointer;
  position: relative; }
  .hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--white);
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out; }
    .hamburger span:last-child {
      margin-bottom: 0; }
  @media (max-width: 1123px) {
    .hamburger {
      display: block; } }
.close-hamburger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }

.footer {
  padding: 60px 0 45px;
  background-color: var(--light-gray); }
  @media (max-width: 767px) {
    .footer {
      padding: 30px 0;
      text-align: center; } }
  .footer img {
    margin-bottom: 2px; }
  .footer h5 {
    margin-top: 18px; }
  .footer p {
    color: var(--gray); }
    @media (max-width: 767px) {
      .footer p {
        margin-bottom: 0; } }
  .footer a {
    color: var(--gray);
    text-decoration: underline; }
    .footer a:hover {
      color: var(--black);
      text-decoration: none; }

.social {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 24px; }
  @media (max-width: 767px) {
    .social {
      justify-content: center; } }
  .social li a {
    display: inline-block;
    width: 24px;
    height: 24px; }
    .social li a.linkedin {
      background: url("../media/icons/in.svg") no-repeat center center; }
    .social li a.facebook {
      background: url("../media/icons/fb.svg") no-repeat center center; }
    .social li a.mail {
      background: url("../media/icons/mail.svg") no-repeat center center; }

.copy {
  padding: 20px 0;
  font-size: 14px;
  color: var(--gray); }
  @media (max-width: 1123px) {
    .copy {
      text-align: center; } }
  .copy ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px; }
    @media (max-width: 1123px) {
      .copy ul {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        margin-top: 10px; } }
    .copy ul li {
      font-size: 14px;
      line-height: 130%;
      font-weight: normal; }
      .copy ul li a {
        color: var(--gray); }
        .copy ul li a:hover {
          text-decoration: underline; }

.section-hero {
  color: var(--white);
  padding: 100px 0;
  background-color: var(--black); }
  @media (max-width: 767px) {
    .section-hero {
      padding: 60px 0; } }
  .section-hero .container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column; }
  .section-hero h2 {
    max-width: 405px;
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .section-hero h2 {
        max-width: 100%;
        margin-bottom: 60px; } }
  .section-hero .text-line-box {
    position: relative; }
  .section-hero .text-line ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    list-style: none;
    gap: 32px;
    margin: 0;
    padding: 0 0 115px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .section-hero .text-line ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        padding: 0; } }
    .section-hero .text-line ul::after {
      content: "";
      position: absolute;
      width: 77%;
      height: 2px;
      background-color: var(--white);
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
      @media (max-width: 1123px) {
        .section-hero .text-line ul::after {
          width: 77.5%; } }
      @media (max-width: 1000px) {
        .section-hero .text-line ul::after {
          width: 77.8%; } }
      @media (max-width: 900px) {
        .section-hero .text-line ul::after {
          width: 78.5%; } }
      @media (max-width: 767px) {
        .section-hero .text-line ul::after {
          display: none; } }
    .section-hero .text-line ul li {
      font-size: 24px;
      line-height: 130%;
      font-weight: normal;
      position: relative;
      align-self: start; }
      @media (max-width: 1123px) {
        .section-hero .text-line ul li {
          font-size: 22px;
          line-height: 130%; } }
      @media (max-width: 767px) {
        .section-hero .text-line ul li {
          font-size: 20px;
          padding-bottom: 78px; } }
      .section-hero .text-line ul li::before {
        content: "";
        position: absolute;
        width: 86px;
        height: 2px;
        background-color: var(--white);
        left: 50%;
        transform: translateX(-50%);
        bottom: -32px; }
        @media (max-width: 767px) {
          .section-hero .text-line ul li::before {
            bottom: 58px; } }
      .section-hero .text-line ul li::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 300px;
        background-color: var(--white);
        left: 50%;
        transform: translateX(-50%);
        top: calc(100% + 32px); }
        @media (max-width: 767px) {
          .section-hero .text-line ul li::after {
            bottom: 0;
            top: initial;
            height: 58px; } }
  .section-hero .text-line-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 58px; }
    @media (max-width: 767px) {
      .section-hero .text-line-items {
        margin-top: 40px; } }
    .section-hero .text-line-items h2 {
      font-weight: 300;
      max-width: 558px; }
    .section-hero .text-line-items .nmr {
      font-size: 160px;
      line-height: 160px;
      margin-top: -82px;
      margin-bottom: 28px; }
      @media (max-width: 1123px) {
        .section-hero .text-line-items .nmr {
          font-size: 120px;
          line-height: 120px;
          margin-top: -60px; } }
      @media (max-width: 767px) {
        .section-hero .text-line-items .nmr {
          font-size: 100px;
          line-height: 100px;
          margin-top: -50px; } }
main {
  position: relative; }

.employee-section {
  background-color: var(--light-gray);
  padding: 100px 0; }
  @media (max-width: 767px) {
    .employee-section {
      padding: 60px 0; } }
.employee-header {
  text-align: center;
  margin: 0 auto;
  max-width: 515px; }
  .employee-header h2 {
    font-weight: 600; }
  .employee-header p {
    margin-bottom: 40px; }

.employee-box {
  margin-bottom: 56px; }
  @media (max-width: 767px) {
    .employee-box {
      margin: 0 auto 56px;
      max-width: 296px; } }
  .employee-box img {
    margin-bottom: 25px; }
  .employee-box h4 {
    font-weight: 600;
    margin-bottom: 10px; }
  .employee-box p {
    margin: 0 0 25px; }
  .employee-box .mail {
    display: inline-block;
    width: 28px;
    height: 22px;
    background: url("../media/icons/mail.svg") no-repeat center center;
    margin-right: 14px; }
  .employee-box .linkedin {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../media/icons/in.svg") no-repeat center center; }

.employee-more {
  text-align: center; }

.references {
  padding: 120px 0 75px; }
  @media (max-width: 767px) {
    .references {
      padding: 60px 0 0; } }
.references-box {
  color: var(--white);
  background-color: var(--black);
  text-align: center;
  padding: 60px 100px;
  margin: 120px 0 0; }
  @media (max-width: 767px) {
    .references-box {
      padding: 60px 16px;
      margin: 60px -16px 0; } }
  .references-box h2 {
    margin-bottom: 60px; }
  .references-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 45px;
    padding: 0 16px;
    margin: 0; }
    .references-box ul li {
      margin-bottom: 45px; }
      @media (max-width: 767px) {
        .references-box ul li {
          margin-bottom: 36px; }
          .references-box ul li img {
            max-height: 20px; } }
    .references-box ul.references-list-home li {
      margin-bottom: 0; }

.section-maps {
  color: var(--white);
  padding: 100px 0;
  background-color: var(--black); }
  @media (max-width: 767px) {
    .section-maps {
      padding: 60px 0; } }
  .section-maps .left-col {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .section-maps .left-col h2 {
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .section-maps .left-col h2 {
          margin-bottom: 25px; } }
    .section-maps .left-col ul {
      padding: 0;
      margin: 0 0 100px 25px;
      list-style: none; }
      @media (max-width: 767px) {
        .section-maps .left-col ul {
          margin: 0;
          text-align: center; } }
      .section-maps .left-col ul li {
        font-size: 18px;
        margin-bottom: 7px; }
  @media (max-width: 767px) {
    .section-maps .map {
      display: none; } }
.boc-newsletter {
  background-color: var(--black);
  color: var(--white);
  padding: 40px 40px 64px; }
  .boc-newsletter-section {
    padding: 115px 0 120px; }
    @media (max-width: 767px) {
      .boc-newsletter-section {
        padding: 60px 0; } }
  .boc-newsletter h4 {
    margin-bottom: 30px;
    text-align: center; }
  .boc-newsletter p {
    color: var(--white); }
  .boc-newsletter-box {
    width: 624px;
    margin: 0 auto; }
    .boc-newsletter-box-text {
      text-align: center;
      color: var(--white); }
      .boc-newsletter-box-text .btn-white {
        margin-top: 20px; }

section {
  padding: 0 0 120px 0; }
  section:first-child {
    padding-top: 120px; }
    @media (max-width: 767px) {
      section:first-child {
        padding-top: 60px; } }
  @media (max-width: 767px) {
    section {
      padding: 0 0 60px 0; } }
  section.small-mb-bot {
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      section.small-mb-bot {
        padding-bottom: 30px; } }
.section-text.section-grey {
  background: var(--light-gray);
  padding-top: 120px;
  margin-bottom: 120px; }
  @media (max-width: 767px) {
    .section-text.section-grey {
      padding-top: 60px;
      margin-bottom: 60px; } }
.section-text .col-lg-5 {
  margin-bottom: 40px; }

.section-text .text-box {
  padding-top: 42px; }
  @media (max-width: 767px) {
    .section-text .text-box {
      padding-top: 30px; } }
  .section-text .text-box h2 {
    margin-top: 60px; }
    .section-text .text-box h2:first-child {
      margin-top: 0; }
  .section-text .text-box h4 {
    font-weight: 400; }
  .section-text .text-box p {
    margin-bottom: 30px; }
  .section-text .text-box .btn {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .section-text .text-box .btn {
        margin-bottom: 30px; } }
  .section-text .text-box ul:not(.icons-list) {
    padding: 0;
    margin: 37px 0 30px;
    list-style: none; }
    .section-text .text-box ul:not(.icons-list) li {
      position: relative;
      font-size: 20px;
      line-height: 130%;
      font-weight: normal;
      margin-bottom: 25px;
      padding-left: 36px; }
      .section-text .text-box ul:not(.icons-list) li:last-child {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .section-text .text-box ul:not(.icons-list) li {
          font-size: 16px; } }
      .section-text .text-box ul:not(.icons-list) li::before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: var(--black);
        border-radius: 50%;
        left: 7px;
        top: 9px; }
  .section-text .text-box ol:not(.icons-list) {
    counter-reset: item;
    padding: 0;
    margin: 37px 0 30px;
    list-style: none; }
    .section-text .text-box ol:not(.icons-list) li {
      counter-increment: item;
      position: relative;
      font-size: 20px;
      line-height: 130%;
      font-weight: 500;
      margin-bottom: 25px;
      padding-left: 36px; }
      .section-text .text-box ol:not(.icons-list) li:last-child {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .section-text .text-box ol:not(.icons-list) li {
          font-size: 16px; } }
      .section-text .text-box ol:not(.icons-list) li::before {
        content: counter(item);
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 500; }

.section-text .img-box {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 640px; }
  @media (max-width: 1123px) {
    .section-text .img-box {
      max-width: 100%; } }
  .section-text .img-box img {
    width: 100%; }

.section-right-img .img-box {
  float: right; }

@media (max-width: 767px) {
  .section-right-img .col-md-5 {
    order: 2; }
  .section-right-img .col-md-7 {
    order: 1; } }

.icons-list {
  padding: 0;
  margin: 40px 0 0;
  list-style: none; }
  .icons-list li {
    font-size: 20px;
    line-height: 130%;
    font-weight: normal;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .icons-list li:last-child {
      margin-bottom: 0; }
    .icons-list li .icon {
      width: 72px;
      height: 72px;
      background-color: var(--white);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 24px; }

.sticky-social {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--light-gray);
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 15px 14px;
  width: 52px;
  margin: 0;
  gap: 24px;
  z-index: 1000; }
  @media (max-width: 767px) {
    .sticky-social {
      display: none; } }
  .sticky-social.sticky {
    position: fixed; }
  .sticky-social li a {
    display: inline-block;
    width: 24px;
    height: 24px; }
    .sticky-social li a.linkedin {
      background: url("../media/icons/in.svg") no-repeat center center; }
    .sticky-social li a.facebook {
      background: url("../media/icons/fb.svg") no-repeat center center; }
    .sticky-social li a.mail {
      background: url("../media/icons/mail.svg") no-repeat center center; }

.subpage-main .summary-text {
  font-size: 24px;
  line-height: 130%; }
  @media (max-width: 767px) {
    .subpage-main .summary-text {
      font-size: 20px; } }
.references-black-box {
  text-align: center;
  padding: 0 90px; }
  @media (max-width: 1123px) {
    .references-black-box {
      padding: 0 60px; } }
  @media (max-width: 767px) {
    .references-black-box {
      padding: 0; } }
  .references-black-box h4 {
    margin-bottom: 60px; }
  .references-black-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 0 45px;
    padding: 0 16px;
    margin: 0; }
    .references-black-box ul li {
      margin-bottom: 45px; }
      @media (max-width: 767px) {
        .references-black-box ul li {
          margin-bottom: 36px; }
          .references-black-box ul li img {
            max-height: 20px; } }
  .references-black-box.partners ul {
    gap: 0 106px;
    margin: 0 50px; }
    @media (max-width: 767px) {
      .references-black-box.partners ul {
        gap: 0 45px;
        margin: 0; }
        .references-black-box.partners ul img {
          max-height: 35px; } }
.links {
  padding: 0;
  list-style: none; }
  .links li {
    border-top: 1px solid #D3D9D9; }
    .links li a {
      display: block;
      color: var(--gray);
      padding: 20px 40px 20px 0;
      background: url("../media/icons/link.svg") no-repeat right top 20px; }
      .links li a p {
        font-weight: 600;
        margin: 0 0 10px; }
      .links li a h4 {
        font-weight: normal;
        margin: 0; }
      .links li a:hover h4 {
        text-decoration: underline; }

.career-opportunities {
  width: 100%;
  text-align: left;
  border-collapse: collapse; }
  .career-opportunities th,
  .career-opportunities td {
    padding: 20px; }
    @media (max-width: 767px) {
      .career-opportunities th,
      .career-opportunities td {
        padding: 15px; } }
  .career-opportunities th {
    font-weight: 600; }
  .career-opportunities tbody tr {
    border-bottom: 10px solid #f3f3f3; }
    .career-opportunities tbody tr td {
      background-color: #DDE1E2; }
      @media (min-width: 768px) {
        .career-opportunities tbody tr td:first-child {
          width: 55%; } }
      .career-opportunities tbody tr td a {
        font-weight: 600;
        color: var(--gray); }
      .career-opportunities tbody tr td:last-child {
        text-align: right;
        width: 60px; }
  @media (max-width: 767px) {
    .career-opportunities thead {
      display: none; }
    .career-opportunities tbody tr {
      display: block;
      margin-bottom: 20px;
      border-bottom: none; }
    .career-opportunities tbody td {
      display: block;
      text-align: right;
      position: relative; }
      .career-opportunities tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 600;
        text-transform: uppercase; }
      .career-opportunities tbody td:last-child {
        border-bottom: 0;
        text-align: center !important; } }
.career-opportunities-section h4 {
  margin-bottom: 40px; }

.dark-section {
  background: var(--black);
  color: var(--white); }
  .dark-section h4 {
    margin-bottom: 40px; }
  .dark-section .career-opportunities-list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none; }
    .dark-section .career-opportunities-list li {
      border: 1px solid var(--white);
      padding: 20px;
      margin-bottom: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 300; }
      @media (max-width: 767px) {
        .dark-section .career-opportunities-list li {
          display: block;
          flex-direction: column;
          width: 100%;
          justify-content: flex-start; } }
      @media (max-width: 767px) {
        .dark-section .career-opportunities-list li span {
          display: block;
          padding: 3px 0; } }
      .dark-section .career-opportunities-list li span:first-child {
        font-weight: 600; }
        @media (min-width: 768px) {
          .dark-section .career-opportunities-list li span:first-child {
            width: 55%; } }
      @media (min-width: 768px) {
        .dark-section .career-opportunities-list li span:nth-child(2) {
          width: 20%;
          padding: 0 15px; } }
      @media (min-width: 768px) {
        .dark-section .career-opportunities-list li span:last-child {
          width: 20%; } }
.section-accordion {
  padding: 0 0 120px; }
  @media (max-width: 767px) {
    .section-accordion {
      padding: 0 0 60px; } }
.accordion-item {
  border-top: 1px solid #D3D9D9;
  padding: 15px 0; }
  .accordion-item h5 {
    cursor: pointer;
    padding: 7px 40px 7px 0;
    margin: 0;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.67743 9V16H9.74877V9H16.9985V7H9.74877V0H7.67743V7H0.427734V9H7.67743Z' fill='%23424242'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 12px center; }
  .accordion-item.active h5 {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='2' viewBox='0 0 17 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.427734' width='16.5707' height='2' fill='%23424242'/%3E%3C/svg%3E%0A"); }

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease; }

.accordion-item.active .accordion-body {
  max-height: 1000px; }

.testimonials {
  padding: 60px 0;
  background-color: var(--black); }
  .testimonials h2 {
    color: var(--white);
    margin-bottom: 60px;
    text-align: center;
    padding: 0 32px; }
  .testimonials .testimonial-box {
    padding: 20px 30px 20px 126px;
    border: 1px solid var(--white);
    background: url("../media/icons/quote.svg") no-repeat 30px 20px; }
    @media (max-width: 767px) {
      .testimonials .testimonial-box {
        padding: 20px 30px 20px 30px;
        background: none; } }
    .testimonials .testimonial-box p {
      color: var(--white);
      margin-top: 0; }
      .testimonials .testimonial-box p.name {
        margin-bottom: 0; }

.testimonail-cta {
  padding: 0 32px;
  margin-top: 60px;
  text-align: center; }

.spacer {
  display: block;
  height: 120px;
  width: 100%; }
  @media (max-width: 767px) {
    .spacer {
      height: 60px; } }
.section-programs {
  display: inline-block;
  width: 100%;
  background-color: var(--black);
  padding: 100px 0 0;
  color: var(--white); }
  @media (max-width: 767px) {
    .section-programs {
      padding: 60px 0 20px; } }
  .section-programs h2 {
    font-weight: 300;
    margin-bottom: 60px; }
    .section-programs h2.main-title {
      font-weight: 600;
      margin-bottom: 100px; }
  .section-programs .cta {
    display: block;
    margin: 60px 0 100px;
    text-align: center; }
    @media (max-width: 767px) {
      .section-programs .cta {
        margin: 40px 0 60px; } }
.box {
  border: 1px solid var(--white);
  padding: 20px;
  height: 187px;
  position: relative;
  cursor: pointer; }
  .box h4 {
    font-weight: 600; }
  .box .program-box-body,
  .box .close {
    display: none; }
  .box::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    right: 12px;
    bottom: 12px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 9V16H9V9H16V7H9V0H7V7H0V9H7Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat; }

.programs .col-12.active .box {
  height: auto;
  background: var(--white);
  color: var(--black);
  cursor: default; }
  .programs .col-12.active .box .program-box-body,
  .programs .col-12.active .box .close {
    display: block; }
  .programs .col-12.active .box p {
    color: var(--black); }
  .programs .col-12.active .box .close {
    position: absolute;
    right: 8px;
    top: 10px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.99926 8.41421L11.949 13.364L13.3632 11.9497L8.41347 7L13.3632 2.05025L11.949 0.636039L6.99926 5.58579L2.04951 0.636039L0.635294 2.05025L5.58504 7L0.635294 11.9497L2.04951 13.364L6.99926 8.41421Z' fill='%23111111'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    cursor: pointer; }

.error-page {
  text-align: center;
  margin: 120px 0 300px; }
  @media (max-width: 767px) {
    .error-page {
      margin: 60px 0  100px; } }
.simple-page {
  margin: 100px 0 120px; }
  @media (max-width: 767px) {
    .simple-page {
      margin: 60px 0; } }
  .simple-page h2 {
    margin-bottom: 40px; }
  .simple-page p {
    margin-bottom: 30px; }

.contact-page {
  margin-bottom: 120px; }
  .contact-page h1 {
    text-align: center;
    margin-bottom: 40px; }
  @media (max-width: 767px) {
    .contact-page {
      margin-bottom: 60px; } }
  @media (min-width: 768px) {
    .contact-page .cform {
      margin: 0 auto;
      max-width: 628px; } }
.contact-info-page {
  margin-bottom: 120px;
  text-align: center; }
  .contact-info-page a:not(.btn) {
    color: var(--black);
    text-decoration: underline; }
    .contact-info-page a:not(.btn):hover {
      text-decoration: none; }
  .contact-info-page .btn {
    margin-top: 15px; }
  .contact-info-page h1 {
    text-align: center;
    margin-bottom: 40px; }
  @media (max-width: 767px) {
    .contact-info-page {
      margin-bottom: 60px; } }
  .contact-info-page .map {
    margin-top: 60px;
    width: 100%; }
    .contact-info-page .map iframe {
      width: 100%; }
    @media (min-width: 768px) {
      .contact-info-page .map {
        margin: 100px auto;
        max-width: 800px; } }
.summary-box {
  background-color: var(--light-gray);
  padding: 40px;
  margin-top: 40px;
  max-width: 624px;
  float: right;
  position: sticky;
  top: 0; }
  .summary-box ul {
    padding: 0;
    margin: 37px 0 0;
    list-style: none; }
    .summary-box ul li {
      position: relative;
      font-size: 20px;
      line-height: 130%;
      font-weight: normal;
      margin-bottom: 25px;
      padding-left: 36px; }
      .summary-box ul li:last-child {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .summary-box ul li {
          font-size: 16px; } }
      .summary-box ul li::before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: var(--black);
        border-radius: 50%;
        left: 7px;
        top: 9px; }

.subpage-main .summary-box-section .summary-text,
.subpage-main .summary-box-section .summary-box {
  margin-top: 0; }

.subpage-main .summary-box-section:not(:first-child) {
  margin-top: 120px; }
  @media (max-width: 767px) {
    .subpage-main .summary-box-section:not(:first-child) {
      margin-top: 60px; } }
.blog-page h4 {
  font-weight: 600;
  margin-bottom: 60px; }

.blog-last h4 {
  margin-bottom: 48px; }

@media (min-width: 768px) {
  .blog-last .grid {
    gap: 0 32px; } }

.blog-box {
  display: flex;
  gap: 32px; }
  @media (max-width: 544px) {
    .blog-box {
      flex-direction: column;
      gap: 0;
      margin-bottom: 32px; } }
  .blog-box h4.thin {
    font-weight: 300;
    margin-bottom: 0; }
  .blog-box .img-box {
    flex: 0 0 296px;
    max-width: 296px; }
    .blog-box .img-box img {
      width: 100%;
      height: auto !important; }
    @media (max-width: 767px) {
      .blog-box .img-box {
        flex: 0 0 196px;
        max-width: 196px; } }
    @media (max-width: 544px) {
      .blog-box .img-box {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 16px; } }
.blog-selected {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .blog-selected {
      margin-bottom: 60px; } }
.blog-box-item {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .blog-box-item {
      margin-bottom: 48px; } }
  .blog-box-item .img-box {
    margin-bottom: 28px; }
    .blog-box-item .img-box img {
      width: 100%; }
    @media (max-width: 544px) {
      .blog-box-item .img-box {
        margin-bottom: 16px; } }
  .blog-box-item h4 {
    margin-bottom: 0; }
    .blog-box-item h4.thin {
      font-weight: 300; }
  .blog-box-item .btn-white {
    margin-top: 32px; }

.article-header {
  display: flex;
  background-color: var(--light-gray);
  height: 515px;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .article-header {
      height: initial;
      display: flex;
      flex-direction: column;
      margin-bottom: 60px; } }
  .article-header-img {
    flex: 0 0 40%;
    max-width: 40%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important; }
    @media (max-width: 767px) {
      .article-header-img {
        max-width: 100%;
        flex: initial;
        aspect-ratio: 16 / 16;
        background-size: cover !important; } }
  .article-header-text {
    padding: 33px 33px 50px 33px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .article-header-text h1 {
      font-size: 48px;
      line-height: 100%;
      font-weight: 600;
      letter-spacing: 0.2px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .article-header-text h1 {
          font-size: 34px;
          line-height: 100%; } }
.article-post .summary {
  margin-bottom: 40px; }

.article-post audio {
  width: 100%;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .article-post audio {
      margin-bottom: 40px; } }
.article-post h2,
.article-post h3,
.article-post h4 {
  margin-bottom: 20px; }

.article-post h3 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  margin: 0 0 20px 0; }
  @media (max-width: 767px) {
    .article-post h3 {
      font-size: 20px;
      line-height: 130%;
      margin: 0 0 20px 0; } }
.article-post p {
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 150%; }
  @media (max-width: 767px) {
    .article-post p {
      font-size: 16px;
      line-height: 150%; } }
.article-post small {
  display: block;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  margin: 0 0 60px; }
  .article-post small strong {
    font-weight: 600; }

.article-post .block {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; }

.article-post .item {
  padding: 30px;
  border: 1px solid #777777;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .article-post .item {
      margin-bottom: 40px; } }
  .article-post .item p:last-child {
    margin-bottom: 0; }

.article-post img {
  margin-bottom: 40px; }
  .article-post img.left {
    float: left;
    margin-right: 32px; }
  .article-post img.right {
    float: right;
    margin-left: 32px; }

.article-post iframe {
  aspect-ratio: 16 / 9;
  height: initial;
  width: 100%;
  margin-bottom: 60px; }

.article-post ul {
  padding: 0;
  margin: 37px 0 40px;
  list-style: none; }
  .article-post ul li {
    position: relative;
    font-weight: normal;
    margin-bottom: 25px;
    padding-left: 36px;
    font-size: 18px;
    line-height: 150%; }
    @media (max-width: 767px) {
      .article-post ul li {
        font-size: 16px;
        line-height: 150%; } }
    .article-post ul li:last-child {
      margin-bottom: 0; }
    .article-post ul li::before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: var(--black);
      border-radius: 50%;
      left: 7px;
      top: 9px; }

.article-post ol {
  counter-reset: item;
  padding: 0;
  margin: 37px 0 40px;
  list-style: none; }
  .article-post ol li {
    counter-increment: item;
    position: relative;
    font-weight: 500;
    margin-bottom: 25px;
    padding-left: 36px;
    font-size: 18px;
    line-height: 150%; }
    @media (max-width: 767px) {
      .article-post ol li {
        font-size: 16px;
        line-height: 150%; } }
    .article-post ol li:last-child {
      margin-bottom: 0; }
    .article-post ol li::before {
      content: counter(item);
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 500; }

.article-post blockquote {
  border: 1px solid #777777;
  padding: 20px 30px 20px 126px;
  margin: 0 0 60px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='36' cy='36' r='36' fill='%23383838'/%3E%3Cpath d='M26.6432 45.423L30.6015 38.5671C30.434 38.6321 30.2448 38.6799 30.034 38.7105C29.8232 38.741 29.6216 38.7563 29.4294 38.7563C27.735 38.7563 26.2964 38.1601 25.1136 36.9676C23.9311 35.7751 23.3398 34.3415 23.3398 32.6667C23.3398 30.9723 23.9311 29.5337 25.1136 28.3509C26.2964 27.1684 27.735 26.5771 29.4294 26.5771C31.1041 26.5771 32.5378 27.1684 33.7303 28.3509C34.9228 29.5337 35.519 30.9705 35.519 32.6613C35.519 33.2277 35.448 33.7669 35.3061 34.2788C35.1639 34.791 34.956 35.2794 34.6823 35.7438L29.1086 45.423H26.6432ZM41.4507 45.423L45.409 38.5671C45.2418 38.6321 45.0528 38.6799 44.8419 38.7105C44.6311 38.741 44.4294 38.7563 44.2369 38.7563C42.5425 38.7563 41.104 38.1601 39.9215 36.9676C38.7387 35.7751 38.1473 34.3415 38.1473 32.6667C38.1473 30.9617 38.7387 29.5205 39.9215 28.343C41.104 27.1658 42.5425 26.5771 44.2369 26.5771C45.9116 26.5771 47.3453 27.1684 48.5378 28.3509C49.7303 29.5337 50.3265 30.9705 50.3265 32.6613C50.3265 33.2277 50.2555 33.7669 50.1136 34.2788C49.9714 34.791 49.7636 35.2794 49.4903 35.7438L43.9165 45.423H41.4507ZM29.4215 36.1496C30.3868 36.1496 31.21 35.8117 31.8911 35.1359C32.5719 34.4603 32.9123 33.6399 32.9123 32.6746C32.9123 31.7094 32.5744 30.8862 31.8986 30.2051C31.223 29.5242 30.4025 29.1838 29.4369 29.1838C28.4716 29.1838 27.6486 29.5217 26.9678 30.1976C26.2869 30.8731 25.9465 31.6935 25.9465 32.6588C25.9465 33.6241 26.2843 34.4473 26.9598 35.1284C27.6357 35.8092 28.4562 36.1496 29.4215 36.1496ZM44.2294 36.1496C45.1947 36.1496 46.0178 35.8117 46.6986 35.1359C47.3794 34.4603 47.7198 33.6399 47.7198 32.6746C47.7198 31.7094 47.3821 30.8862 46.7065 30.2051C46.0307 29.5242 45.2101 29.1838 44.2448 29.1838C43.2796 29.1838 42.4564 29.5217 41.7753 30.1976C41.0944 30.8731 40.754 31.6935 40.754 32.6588C40.754 33.6241 41.0919 34.4473 41.7678 35.1284C42.4433 35.8092 43.2639 36.1496 44.2294 36.1496Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 30px 20px; }
  @media (max-width: 767px) {
    .article-post blockquote {
      padding-left: 90px;
      background-size: 50px;
      background-position: 20px 20px; } }
  .article-post blockquote p {
    margin: 0 0 10px; }
    .article-post blockquote p:last-child {
      margin-bottom: 0; }

section.article-section {
  padding-top: 60px; }
  @media (max-width: 767px) {
    section.article-section {
      padding-top: 30px; } }
.article-content .col-md-8 {
  margin-bottom: 60px;
  border-bottom: 1px solid var(--light-gray); }

.article-content.no-border .col-md-8 {
  border-bottom: none; }

.article-content h4:first-child {
  margin-bottom: 40px; }

.back {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 10H1M1 10L10 1M1 10L10 19' stroke='%23111111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center;
  color: var(--black);
  margin: 0 0 60px 0;
  display: inline-block;
  font-size: 12px;
  padding: 4px 0 4px 33px; }
  @media (max-width: 767px) {
    .back {
      margin: 0 0 30px 0; } }
.article-footer img {
  width: 77px; }

.previous {
  padding-left: 33px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 10H1M1 10L10 1M1 10L10 19' stroke='%23111111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center;
  color: var(--black);
  margin: 0 0 20px 0;
  display: inline-block;
  padding: 4px 0 4px 33px;
  font-size: 12px; }

.previous-article {
  display: flex;
  color: var(--black);
  max-width: 340px; }
  @media (max-width: 544px) {
    .previous-article {
      display: none; } }
  .previous-article img {
    width: 77px;
    height: auto !important;
    margin-right: 32px; }
  .previous-article h5 {
    margin: 0; }
    .previous-article h5.thin {
      font-weight: 300; }

.next {
  padding-right: 33px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 10H19M19 10L10 1M19 10L10 19' stroke='%23111111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right center;
  color: var(--black);
  margin: 0 0 20px 0;
  display: flex;
  justify-content: flex-end;
  padding: 4px 33px 4px 0;
  font-size: 12px; }

.next-article {
  display: flex;
  color: var(--black);
  max-width: 340px;
  justify-content: flex-end;
  text-align: right;
  float: right; }
  @media (max-width: 544px) {
    .next-article {
      display: none; } }
  .next-article img {
    width: 77px;
    height: auto !important;
    margin-left: 32px; }
  .next-article h5 {
    margin: 0; }
    .next-article h5.thin {
      font-weight: 300; }

.job-header {
  margin-bottom: 50px; }
  .job-header h4 {
    margin-bottom: 15px; }
  .job-header h1 {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .job-header h1 {
        margin-bottom: 40px; } }
  .job-header .grid {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .job-header .grid {
        gap: 0 32px; } }
.job-item {
  border-top: 1px solid #D3D9D9;
  padding: 20px 0; }
  @media (max-width: 767px) {
    .job-item {
      padding: 15px 0; } }
  .job-item p {
    margin: 0 0 10px; }
  .job-item h5 {
    margin: 0;
    font-weight: 500; }
    .job-item h5 a {
      color: var(--black);
      text-decoration: underline; }
      .job-item h5 a:hover {
        text-decoration: none; }

.wp-block-columns-is-layout-flex .wp-block-image img {
  margin-bottom: 0 !important; }

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  display: none !important; }

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none !important;
  font-size: 16px !important;
  line-height: 145% !important;
  color: #383838 !important;
  text-align: left !important;
  font-weight: 400 !important;
  padding: 0 !important;
  text-shadow: none !important;
  position: relative !important;
  top: -20px !important;
  overflow: visible !important; }

.thanks {
  text-align: center; }
  .thanks h2 {
    margin-top: 50px; }
  .thanks h3 {
    font-weight: normal;
    margin-top: 60px; }

.associations-section {
  margin: 100px 0 0;
  padding: 0; }
  .associations-section h2 {
    margin-bottom: 60px; }

.m-top {
  margin-top: 60px; }

.m-top-0 .text-box {
  padding-top: 0; }

.page-template-home-en-php h1 {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 100px; }

.about-us {
  background-color: #111111;
  color: #fff;
  padding: 100px 0;
  text-align: center;
  margin-bottom: 100px; }

.btn-container {
  text-align: center;
  margin: 60px 0 0; }
