@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --primary1: #cb5657;
  --primary2: #C84C4E;
  --dark1: #191919;
  --dark2: #3c3c3f;
  --dark3: #38383b;
  --dark4: #4c4c4e;
  --dark5: #212529;
  --light1: #fff;
  --light2: #a7a7a7;
  --light3: #f3f3f4;
  --light4: #dedede;
  --light5: #d7d7d7;
  --light6: #a1a1a1;
  --light7: #d3d3d3;
  --grey1: #757474;
  --font-zoom: 1;
}

.no-tab * {
  outline: none;
}

@font-face {
  font-family: "Simplon Norm";
  src: url("../fonts/SimplonNorm-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Simplon NormItalic";
  src: url("../fonts/SimplonNorm-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SimplonNorm-Medium";
  src: url("../fonts/SimplonNorm-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Simplon MediumItalic";
  src: url("../fonts/SimplonNorm-MediumItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Simplon Light";
  src: url("../fonts/SimplonNorm-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Simplon LightItalic";
  src: url("../fonts/SimplonNorm-LightItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Simplon BoldItalic";
  src: url("../fonts/SimplonNorm-BoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

html {
  font-size: 16px;
  font-family: "Simplon Norm", sans-serif;
}

body {
  color: var(--dark1);
  background: var(--light1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: calc( 1rem * var(--font-zoom));
}

main {
  z-index: 1;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

::-moz-selection {
  color: var(--light1);
  background: var(--primary1);
}

::selection {
  color: var(--light1);
  background: var(--primary1);
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: .2s;
  transition: .2s;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

input {
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "SimplonNorm-Medium", sans-serif;
  line-height: 1.25;
  color: var(--dark5);
}

h1 {
  font-size: calc( 1.5rem * var(--font-zoom));
}

@media (min-width: 768px) {
  h1 {
    font-size: calc( 2rem * var(--font-zoom));
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: calc( 2.5rem * var(--font-zoom));
  }
}

h2 {
  font-size: calc( 1.4rem * var(--font-zoom));
}

@media (min-width: 768px) {
  h2 {
    font-size: calc( 1.8rem * var(--font-zoom));
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: calc( 2.375rem * var(--font-zoom));
  }
}

h3 {
  font-size: calc( 1.3rem * var(--font-zoom));
}

@media (min-width: 768px) {
  h3 {
    font-size: calc( 1.6rem * var(--font-zoom));
  }
}

h4 {
  font-size: calc( 1.2rem * var(--font-zoom));
}

@media (min-width: 768px) {
  h4 {
    font-size: calc( 1.4rem * var(--font-zoom));
  }
}

h5 {
  font-size: calc( 1.1rem * var(--font-zoom));
}

@media (min-width: 768px) {
  h5 {
    font-size: calc( 1.2rem * var(--font-zoom));
  }
}

strong,
b {
  font-family: "SimplonNorm-Medium", sans-serif;
}

em,
i {
  font-family: "Simplon NormItalic";
}

.btn {
  display: inline-block;
  padding: .8125em 1em .625em;
  color: var(--light1);
  background: var(--primary1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  border: 0;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  text-decoration: none;
}

.btn-arrow {
  display: inline-block;
  background: var(--light1);
  color: var(--dark1);
  padding: .75rem 2rem;
  border-radius: 3rem;
}

.btn-arrow__icon {
  width: 1rem;
  margin-left: .5rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-arrow:hover .btn-arrow__icon {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.btn-arrow--primary {
  background: var(--primary2);
  color: var(--light1);
}

.container, .topbar__container, .infobar__menu, .topnav__container, .footer__container, .front-slider__container, .accredited, .front-section, .contact-intro__container, .page-container {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.wp-text {
  line-height: 1.66;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.wp-text h2, .wp-text h3, .wp-text h4, .wp-text h5, .wp-text h6 {
  padding: 1em 0 .25em;
}

.wp-text ul {
  list-style: disc;
}

.wp-text ul li::marker {
  color: var(--primary2);
}

.wp-text ol {
  list-style: decimal;
}

.wp-text ol li::marker {
  color: var(--primary2);
}

.wp-text p + p {
  margin-top: 1em;
}

.wp-text p + ul,
.wp-text p + ol {
  margin: 1em 0;
}

.wp-text li {
  margin-left: 2em;
  padding-bottom: 1rem;
}

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

.wp-text .wp-block-separator {
  border-top: 0;
  border-color: var(--grey1);
  margin-top: 1rem;
}

.wp-text a {
  color: var(--primary2);
}

.skip-menu__link {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--light1);
  background: var(--primary2);
  text-decoration: none;
  padding: 1rem 2rem;
  opacity: 0;
  z-index: -1;
  border-bottom-left-radius: .25em;
  border-bottom-right-radius: .25em;
}

.skip-menu__link:focus {
  opacity: 1;
  z-index: 999;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.topbar {
  font-size: calc( .875rem * var(--font-zoom));
  padding: .375rem 0;
  background: var(--light3);
  border-bottom: 0.0625rem solid var(--light4);
}

@media (min-width: 1200px) {
  .topbar {
    background: var(--light1);
    border-bottom: 0;
  }
}

.topbar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .topbar__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.topbar__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.topbar__icons__link:hover {
  color: var(--primary1);
}

.topbar__icons__link:hover .topbar__icons__img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.topbar__icons__link--text {
  line-height: 1;
  font-family: "SimplonNorm-Medium", sans-serif;
}

.topbar__icons__img {
  width: .875rem;
  display: block;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.toplang {
  margin-right: auto;
  font-family: "SimplonNorm-Medium", sans-serif;
}

.toplang--mobile {
  padding-bottom: .625rem;
  margin-bottom: .625rem;
  position: relative;
}

.toplang--mobile:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -1rem;
  width: calc( 100% + 2rem);
  height: .0625rem;
  background: var(--light4);
}

@media (min-width: 768px) {
  .toplang--mobile {
    display: none;
  }
}

.toplang--desktop {
  display: none;
}

@media (min-width: 768px) {
  .toplang--desktop {
    display: block;
  }
}

.toplang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.toplang li {
  color: var(--grey1);
}

.toplang li:not(:last-child):after {
  content: '/';
  padding: 0 .25rem;
}

.toplang a:hover {
  color: var(--primary1);
}

.infobar {
  background: var(--light3);
  font-size: calc( .875rem * var(--font-zoom));
  padding: 1rem 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-bottom: 0.0625rem solid var(--light4);
  display: none;
  text-transform: uppercase;
}

.infobar--open {
  display: block;
}

@media (min-width: 1200px) {
  .infobar {
    display: block;
    padding: .375rem 0;
    border-bottom: 0;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.infobar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1200px) {
  .infobar__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.infobar__link:hover {
  color: var(--primary1);
}

.topnav {
  padding: 1rem 0;
  border-bottom: 0.0625rem solid var(--light4);
  position: relative;
  z-index: 2;
}

.topnav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1200px) {
  .topnav__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}

.topnav__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topnav__logo {
  margin-right: auto;
}

.topnav__logo__img {
  width: 100%;
  max-width: 18.5rem;
  display: block;
}

.topnav__trigger {
  border: 0;
  background: none;
  padding: 0 1rem;
  margin-left: auto;
  cursor: pointer;
  pointer-events: all;
}

@media (min-width: 1200px) {
  .topnav__trigger {
    display: none;
  }
}

.topnav__nav {
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  display: none;
}

@media (min-width: 1200px) {
  .topnav__nav {
    display: block;
    margin-left: auto;
  }
}

.topnav__nav--open {
  display: block;
}

@media (min-width: 1200px) {
  .topnav__nav--open .topnav__search {
    opacity: 1;
    pointer-events: all;
  }
}

.topnav__search {
  position: relative;
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 1200px) {
  .topnav__search {
    position: absolute;
    z-index: 2;
    top: -.5rem;
    left: 0;
    opacity: 0;
    pointer-events: none;
  }
}

.topnav__search__icon {
  position: absolute;
  display: block;
  width: 1.25rem;
  top: .5rem;
  left: .5rem;
}

.topnav__search__input {
  width: 100%;
  background: var(--light1);
  border-bottom: 0.0625rem solid var(--grey1);
  padding: .5rem .5rem .5rem 2.25rem;
}

.topnav__search__input:focus {
  border-color: var(--primary1);
}

.topnav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--light3);
  margin: 0 -1rem .75rem;
  padding: 1rem;
  border-top: 0.0625rem solid var(--light4);
  border-bottom: 0.0625rem solid var(--light4);
}

@media (min-width: 1200px) {
  .topnav__menu {
    background: var(--light1);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    border: 0;
  }
}

.topnav__single {
  position: relative;
}

.topnav__single--subopen .topnav__submenu {
  display: block;
}

@media (min-width: 1200px) {
  .topnav__single--subopen .topnav__link {
    z-index: 2;
  }
  .topnav__single--subopen .topnav__submenu {
    opacity: 1;
    pointer-events: all;
  }
}

@media (min-width: 1200px) {
  .topnav__single:last-child .topnav__submenu {
    left: unset;
    right: -3.375rem;
  }
}

.topnav__link {
  font-family: "SimplonNorm-Medium", sans-serif;
  font-size: calc( 1.25rem * var(--font-zoom));
  line-height: 1.25;
  position: relative;
}

.topnav__link:hover {
  color: var(--primary1);
}

.topnav__submenu {
  padding: 1rem 0 0;
  display: none;
}

@media (min-width: 1200px) {
  .topnav__submenu {
    display: block;
    padding: 4rem 1.5rem 0;
    position: absolute;
    z-index: 1;
    top: -1rem;
    -webkit-transition: .2s;
    transition: .2s;
    left: -1.375rem;
    background: var(--light1);
    -webkit-box-shadow: 0 0.625rem 1.5rem 0 rgba(0, 0, 0, 0.35);
            box-shadow: 0 0.625rem 1.5rem 0 rgba(0, 0, 0, 0.35);
    width: 13.75rem;
    border-radius: .625rem;
    opacity: 0;
    pointer-events: none;
  }
}

.topnav__subsingle {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1rem;
}

@media (min-width: 1200px) {
  .topnav__subsingle {
    margin-bottom: 1.5rem;
  }
}

.topnav__subsingle:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: .375rem;
  height: .375rem;
  background: var(--primary1);
  top: .5rem;
  left: 0;
}

.topnav__action {
  display: none;
}

@media (min-width: 1200px) {
  .topnav__action {
    display: block;
  }
  .topnav__action:hover .topnav__action__img {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  .topnav__action__img {
    display: block;
    width: 1.25rem;
    height: auto;
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  .topnav__action__img--hidden {
    display: none;
  }
}

.menu-icon {
  height: 2rem;
}

.menu-icon__path {
  -webkit-transition: .2s;
  transition: .2s;
}

.menu-icon--active .menu-icon__path {
  stroke: color(primary1);
}

.menu-icon--active .menu-icon__path--top {
  -webkit-transform: rotate(45deg) translateY(-18.5%) scaleX(1.5);
          transform: rotate(45deg) translateY(-18.5%) scaleX(1.5);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.menu-icon--active .menu-icon__path--center {
  opacity: 0;
}

.menu-icon--active .menu-icon__path--bottom {
  -webkit-transform: rotate(-45deg) translateY(18.5%) scaleX(1.5);
          transform: rotate(-45deg) translateY(18.5%) scaleX(1.5);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.footer {
  color: var(--light1);
}

.footer__top {
  background: var(--dark2);
  padding: 1rem 0 2rem;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__container--bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .footer__container--bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__start {
  width: 100%;
  border-bottom: 0.0625rem solid var(--dark4);
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .footer__start {
    padding: 0 1.5rem 0 0;
    width: 25%;
    border-bottom: 0;
    border-right: 0.0625rem solid var(--dark4);
  }
}

.footer__logo__img {
  width: 100%;
  max-width: 13.5rem;
  display: block;
}

.footer__contact {
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding-top: 3rem;
}

@media (min-width: 992px) {
  .footer__contact {
    padding-left: 3rem;
  }
}

.footer__end {
  width: 100%;
}

@media (min-width: 992px) {
  .footer__end {
    padding-left: 1.5rem;
    width: 75%;
  }
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.0625rem solid var(--dark4);
  padding: 2rem 0 2.5rem;
  font-size: calc( 1.125rem * var(--font-zoom));
}

@media (min-width: 768px) {
  .footer__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__link:hover {
  color: var(--primary1);
}

.footer__link--active {
  color: var(--light2);
}

.footer__langs {
  padding: 1.5rem 0;
  border-bottom: 0.0625rem solid var(--dark4);
  color: var(--light2);
}

.footer__langs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .footer__langs ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footer__langs li:not(:last-child):after {
  content: '/';
  padding: 0 .25rem;
}

.footer__langs a:hover {
  color: var(--primary1);
}

.footer__extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  padding: 1.5rem 0;
}

.footer__extra__title {
  padding-bottom: 1rem;
}

.footer__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.footer__icons__link:hover .footer__icons__img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.footer__icons__img {
  width: 1rem;
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.footer__bip__img {
  width: 10rem;
  display: block;
}

.footer__bottom {
  background: var(--dark3);
  padding: 1.25rem 0;
  font-size: calc( .875rem * var(--font-zoom));
  color: var(--light2);
}

.scroll-up {
  height: 3.75rem;
  width: 2.125rem;
  min-width: 2.125rem;
  display: block;
  border: 0.125rem solid var(--primary1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.25rem;
  margin-left: auto;
}

.scroll-up:hover {
  border-color: var(--light1);
}

.scroll-up:hover .scroll-up__img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
}

.scroll-up__img {
  width: 1.125rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.page-title--bottom-space {
  padding-bottom: 2rem;
}

.normal-page {
  padding: 4rem 0;
}

.tns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: .5rem;
  margin-top: 2rem;
}

.tns-nav button {
  height: 1rem;
  width: 1rem;
  min-width: 1rem;
  position: relative;
}

.tns-nav button:after {
  content: '';
  position: absolute;
  top: .25rem;
  left: .25rem;
  display: block;
  height: .5rem;
  width: .5rem;
  border-radius: 50%;
  background: var(--light6);
}

.tns-nav .tns-nav-active:after {
  background: var(--primary1);
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.front-page-title {
  display: none;
}

.front-slider {
  background: var(--light3);
  overflow: hidden;
}

.front-slider__container {
  background: var(--primary2);
  color: var(--light1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  max-width: 75rem;
}

@media (min-width: 992px) {
  .front-slider__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom-left-radius: 4rem;
  }
}

.front-slider__texts {
  width: 100%;
  padding: 2rem;
  position: relative;
}

@media (min-width: 992px) {
  .front-slider__texts {
    width: 41.666666%;
  }
}

.front-slider__single-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.front-slider__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.front-slider__title {
  font-family: "SimplonNorm-Medium", sans-serif;
  font-size: calc( 1.75rem * var(--font-zoom));
  line-height: 1.25;
}

@media (min-width: 1200px) {
  .front-slider__title {
    font-size: calc( 2.5rem * var(--font-zoom));
  }
}

.front-slider__info {
  font-size: calc( 1.25rem * var(--font-zoom));
  line-height: 1.25;
  margin: 1rem 0;
}

@media (min-width: 1200px) {
  .front-slider__info {
    font-size: calc( 1.625rem * var(--font-zoom));
  }
}

.front-slider__photos {
  width: 100%;
  height: 60vw;
  position: relative;
}

@media (min-width: 992px) {
  .front-slider__photos {
    width: 58.333333%;
    height: unset;
  }
  .front-slider__photos:after {
    content: '';
    top: 0;
    right: -.0625rem;
    position: absolute;
    background: var(--light3);
    height: 100%;
    width: .0625rem;
  }
}

.front-slider__photos .tns-outer,
.front-slider__photos .tns-ovh,
.front-slider__photos .tns-inner {
  height: 100%;
}

.front-slider__photos-slider {
  height: 100%;
}

.front-slider__photo {
  height: 100%;
  position: relative;
}

.front-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.front-slider .tns-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.front-slider .tns-nav {
  margin: 0;
  position: absolute;
  right: 2rem;
  bottom: 3rem;
}

.front-slider .tns-nav button:after {
  content: '';
  background: var(--light5);
}

.front-slider .tns-nav .tns-nav-active:after {
  background: var(--light1);
}

.accredited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4rem auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .accredited {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

.accredited__img {
  width: 100%;
  max-width: 10.5rem;
  display: block;
}

.front-section {
  margin-bottom: 4rem;
}

.front-section__title {
  margin-bottom: .3125rem;
}

.front-section__subinfo {
  color: var(--grey1);
  font-size: calc( 1.25rem * var(--font-zoom));
}

.front-section__subtitle {
  margin-bottom: 2rem;
}

.front-courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.front-courses__single {
  width: 100%;
}

@media (min-width: 768px) {
  .front-courses__single {
    width: calc( 33.333333% - .6666666rem);
  }
}

@media (min-width: 1200px) {
  .front-courses__single {
    width: calc( 20% - .8rem);
  }
}

@media (min-width: 768px) {
  .front-courses__single--item1, .front-courses__single--item2 {
    width: calc( 50% - .5rem);
  }
}

@media (min-width: 1200px) {
  .front-courses__single--item1, .front-courses__single--item2 {
    width: calc( 20% - .8rem);
  }
}

.icon-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 0;
}

.icon-items__single {
  width: 100%;
}

@media (min-width: 768px) {
  .icon-items__single {
    width: calc( 50% - .5rem);
  }
}

.icon-item {
  border: 0.0625rem solid var(--light5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  font-family: "SimplonNorm-Medium", sans-serif;
  padding: 1rem;
  border-bottom-right-radius: 2rem;
  position: relative;
}

.icon-item:hover .icon-item__title {
  color: var(--light1);
}

.icon-item:hover .icon-item__hover {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-box-shadow: 0 0.625rem 1.5rem 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0.625rem 1.5rem 0 rgba(0, 0, 0, 0.35);
}

.icon-item__title {
  font-size: calc( 1.625rem * var(--font-zoom));
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (min-width: 768px) {
  .icon-item__title {
    margin-bottom: 3rem;
  }
}

.icon-item__img {
  width: 3rem;
}

.icon-item__hover {
  position: absolute;
  background: var(--primary2);
  color: var(--light1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  padding: 1rem;
  line-height: 1;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.35);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: .4s;
  transition: .4s;
}

.icon-item__arrow {
  width: 1rem;
  padding-bottom: 0.25rem;
  display: block;
}

.stand-out {
  background: var(--primary2);
  color: var(--light1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom-right-radius: 4rem;
  margin: 1rem -1rem 0;
}

@media (min-width: 768px) {
  .stand-out {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  .stand-out {
    border-bottom-right-radius: 0;
  }
}

.stand-out__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .stand-out__start {
    width: 50%;
  }
}

.stand-out__single {
  width: 100%;
  padding: 2rem 1rem 0;
}

@media (min-width: 768px) {
  .stand-out__single {
    padding: 2rem 2rem 0;
  }
}

@media (min-width: 992px) {
  .stand-out__single {
    width: 50%;
  }
}

.stand-out__icon {
  display: block;
  height: 5rem;
  margin-bottom: .5rem;
}

.stand-out__end {
  width: 100%;
}

@media (min-width: 768px) {
  .stand-out__end {
    width: 50%;
  }
}

.front-video {
  position: relative;
  width: 100%;
  height: 60vw;
}

@media (min-width: 768px) {
  .front-video {
    height: 100%;
  }
}

.front-video:hover .front-video__icon {
  -webkit-transform: translate(0, -0.5rem);
          transform: translate(0, -0.5rem);
}

@media (min-width: 992px) {
  .front-video:hover .front-video__icon {
    -webkit-transform: translate(-1rem, -0.5rem);
            transform: translate(-1rem, -0.5rem);
  }
}

.front-video__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-bottom-right-radius: 4rem;
}

@media (min-width: 992px) {
  .front-video__img {
    -webkit-transform: translate(-1rem, -1rem);
            transform: translate(-1rem, -1rem);
  }
}

.front-video__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 5rem;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 992px) {
  .front-video__icon {
    -webkit-transform: translate(-1rem, -1rem);
            transform: translate(-1rem, -1rem);
  }
}

.modal {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  overflow-x: hidden;
  overflow-y: overlay;
  pointer-events: none;
}

.modal:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--dark1);
  z-index: -1;
  opacity: .9;
}

.modal--active {
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
}

.modal__content {
  max-height: 100%;
  width: 100%;
  max-width: 57rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.modal__content--active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  margin: 0 0 0 auto;
  padding: .5rem;
  -webkit-transition: .2s;
  transition: .2s;
  background: var(--light1);
  cursor: pointer;
}

.modal__close:hover {
  background: var(--primary1);
}

.modal__close__img {
  height: 1.5rem;
  display: block;
}

.modal__box {
  background: var(--light1);
  padding: 2.5rem 1rem 1rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.front-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.0625rem solid var(--light5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .front-news {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.front-news__start {
  padding: 1rem 0 2rem;
}

@media (min-width: 768px) {
  .front-news__start {
    width: 70%;
    border-right: 0.0625rem solid var(--light5);
    padding: 2rem 2rem 0 0;
  }
}

.front-news__end {
  padding: 1rem 0 2rem;
}

@media (min-width: 768px) {
  .front-news__end {
    padding: 2rem 0 0 2rem;
    width: 30%;
  }
}

.front-posts__photo {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}

.front-posts__photo:after {
  content: '';
  display: block;
  padding-bottom: 60%;
}

.front-posts__img, .front-posts__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: .3125rem;
}

.front-posts__placeholder {
  background: var(--dark4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front-posts__placeholder-img {
  display: block;
  width: 70%;
}

.front-posts__link:hover {
  color: var(--primary1);
}

.front-announcements__single {
  margin-bottom: 1.5rem;
}

.front-announcements__link:hover {
  color: var(--primary1);
}

.date {
  color: var(--primary2);
  margin-bottom: .5rem;
}

.opinions-slider {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.opinions-slider__single {
  width: 100%;
  border: 0.0625rem solid var(--light5);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom-right-radius: 2rem;
  border-top-left-radius: 2rem;
  gap: 1rem;
}

@media (min-width: 768px) {
  .opinions-slider__single {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .opinions-slider__single--odd {
    border-bottom-right-radius: 4rem;
    border-top-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .opinions-slider__single--even {
    border-top-left-radius: 4rem;
    border-bottom-right-radius: 0;
  }
}

.opinions-slider__start {
  width: 4rem;
}

.opinions-slider__quote {
  width: 2rem;
}

.opinions-slider__end {
  width: calc( 100% - 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.opinions-slider__title {
  font-family: "SimplonNorm-Medium", sans-serif;
  margin-bottom: 1rem;
  font-size: calc( 1.125rem * var(--font-zoom));
}

.opinions-slider__text {
  margin-bottom: 2rem;
}

.opinions-slider__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: auto;
}

.opinions-slider__author__name {
  font-family: "SimplonNorm-Medium", sans-serif;
  font-size: calc( 1.125rem * var(--font-zoom));
}

.opinions-slider__icon {
  height: 3rem;
}

.opinions-slider.tns-horizontal.tns-subpixel > .tns-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partners-slider__single {
  width: 100%;
  position: relative;
  display: block;
}

.partners-slider__single:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.partners-slider__img {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: calc( 100% - 2rem);
  height: calc( 100% - 2rem);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.contact-intro {
  position: relative;
  margin-bottom: 4rem;
}

.contact-intro__container {
  padding: 0;
}

@media (min-width: 992px) {
  .contact-intro__container {
    padding: 0 1rem;
  }
}

.contact-intro__content {
  background: var(--primary2);
  color: var(--light1);
  padding: 1rem;
}

@media (min-width: 992px) {
  .contact-intro__content {
    position: absolute;
    padding: 2rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-shadow: 0 0.625rem 1.5rem 0 rgba(0, 0, 0, 0.35);
            box-shadow: 0 0.625rem 1.5rem 0 rgba(0, 0, 0, 0.35);
  }
}

#map {
  width: 100%;
  height: 24rem;
}

.contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  margin: 1rem 0 3rem;
}

.contact-details__col {
  width: 100%;
}

@media (min-width: 992px) {
  .contact-details__col {
    width: calc(33.333333% - 2rem);
  }
}

.contact-details__icon {
  width: 2.5rem;
  display: block;
  margin-bottom: 1rem;
}

.contact-details__title {
  color: var(--primary2);
  font-size: calc( 1.25rem * var(--font-zoom));
  padding-bottom: 1rem;
}

.contact-details__single {
  padding-bottom: 1rem;
}

.contact-details__link {
  color: var(--primary2);
}

.contact-more {
  text-align: center;
  border-bottom: 0.0625rem solid var(--light5);
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.single-page {
  padding-bottom: 4rem;
}

.page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 992px) {
  .page-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.page-container__sidebar {
  width: 100%;
}

@media (min-width: 992px) {
  .page-container__sidebar {
    width: 25%;
  }
}

.page-container__content {
  width: 100%;
  padding: 2rem 0 4rem;
}

@media (min-width: 992px) {
  .page-container__content {
    width: 75%;
    padding: 2rem 0 4rem 2rem;
    border-left: 0.0625rem solid var(--light5);
  }
}

.page-container__date {
  color: var(--primary2);
  margin-bottom: 1.5em;
}

.page-container__title {
  margin-bottom: 1em;
}

.page-cover {
  width: 100%;
  display: block;
  border-left: 0.5rem solid var(--primary1);
  border-bottom-right-radius: 4rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.page-cover:after {
  content: '';
  display: block;
  padding-bottom: 30%;
}

.page-cover__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.page-menu {
  border: 0.0625rem solid var(--light5);
  border-bottom: 0;
}

@media (min-width: 992px) {
  .page-menu {
    border-top: 0;
    border-right: 0;
    border-bottom: 0.0625rem solid var(--light5);
    border-bottom-left-radius: 2rem;
  }
}

.page-menu__list {
  margin-bottom: 3rem;
}

.page-menu__list > .current_page_item > a,
.page-menu__list > .current_page_parent > a,
.page-menu__list > .current_page_ancestor > a {
  border-left: 0.3125rem solid var(--primary1);
  font-family: "SimplonNorm-Medium", sans-serif;
}

.page-menu__list .current_page_ancestor > a,
.page-menu__list .current_page_parent > a,
.page-menu__list .current_page_item > a {
  font-family: "SimplonNorm-Medium", sans-serif;
}

.page-menu__list > .page_item > a {
  display: block;
  padding: 1.25rem 2rem;
  border-bottom: 0.0625rem solid var(--light5);
  -webkit-transition: .2s;
  transition: .2s;
}

.page-menu__list > .page_item > a:hover {
  background: var(--primary1);
  color: var(--light1);
}

.page-menu__list > .page_item > .children > .page_item {
  position: relative;
}

.page-menu__list > .page_item > .children > .page_item:before {
  content: '';
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  width: .375rem;
  height: .375rem;
  border-radius: 50%;
  background: var(--primary1);
}

.page-menu__list > .page_item > .children > .page_item > a {
  display: block;
  background: var(--light3);
  padding: 1rem 2rem 1rem 3rem;
  border-bottom: 0.0625rem solid var(--light5);
}

.page-menu__list > .page_item > .children > .page_item > .children > .page_item {
  position: relative;
}

.page-menu__list > .page_item > .children > .page_item > .children > .page_item:before {
  content: '';
  position: absolute;
  top: 1.5rem;
  left: 3rem;
  width: .375rem;
  height: .375rem;
  background: var(--grey1);
}

.page-menu__list > .page_item > .children > .page_item > .children > .page_item > a {
  display: block;
  background: var(--light3);
  padding: 1rem 2rem 1rem 4rem;
  border-bottom: 0.0625rem solid var(--light5);
}

.page-menu__list > .page_item_has_children:not(.current_page_item):not(.current_page_parent):not(.current_page_ancestor) > .children {
  display: none;
}

.breadcrumbs {
  margin-bottom: 2rem;
  font-size: calc( .875rem * var(--font-zoom));
  color: var(--grey1);
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs__single {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.breadcrumbs__single:not(:last-child):after {
  content: '»';
  pointer-events: none;
  padding: 0 .25em 0 .125em;
}

.breadcrumbs__link:hover {
  color: var(--primary1);
}

.post-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  margin: 2rem 0;
  border-left: 0.625rem solid var(--primary1);
  border-bottom-right-radius: 4rem;
}

.partners-list {
  border-top: 0.0625rem solid var(--light4);
  margin-top: 2rem;
}

.partners-list__single {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 0.0625rem solid var(--light4);
}

@media (min-width: 460px) {
  .partners-list__single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.partners-list__start {
  width: 11rem;
}

@media (min-width: 460px) {
  .partners-list__start {
    padding-right: 1rem;
  }
}

.partners-list__logo {
  width: 100%;
  height: auto;
  max-width: 10rem;
  display: block;
  margin-bottom: 2rem;
}

.partners-list__end {
  width: 100%;
}

@media (min-width: 460px) {
  .partners-list__end {
    padding-left: 1rem;
    width: calc( 100% - 11rem);
  }
}

.partners-list__name {
  font-size: calc( 1.125rem * var(--font-zoom));
  padding-bottom: 1rem;
}

.partners-list__link {
  color: var(--primary2);
}

.partners-list__link:hover {
  color: var(--dark1);
}

.partners-list__text {
  padding-top: 1rem;
}

.letters-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.letters-filter__single {
  padding: .875rem;
  color: var(--grey1);
}

.letters-filter__single--active {
  color: var(--primary2);
}

.letters-filter__single--active:hover {
  color: var(--dark1);
}

.single-person {
  padding-top: 3rem;
  margin-top: 1rem;
  position: relative;
}

.single-person:before {
  content: '';
  position: absolute;
  background: var(--light4);
  height: .0625rem;
  width: 100%;
  left: 0;
  top: 1rem;
}

.single-person__name {
  font-size: calc( 1.125rem * var(--font-zoom));
  text-transform: uppercase;
}

.single-person__description {
  padding-top: 1rem;
}

.category-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: calc( 1.125rem * var(--font-zoom));
  border-bottom: 0.0625rem solid var(--light4);
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .category-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}

.category-tabs__single {
  padding: 1rem;
  display: block;
  border-left: 0.25rem solid var(--light1);
}

@media (min-width: 992px) {
  .category-tabs__single {
    padding: 1rem 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-left: 0;
    border-bottom: 0.25rem solid var(--light1);
  }
  .category-tabs__single:hover {
    border-color: var(--primary1);
  }
}

.category-tabs__single--active {
  font-family: "SimplonNorm-Medium", sans-serif;
  border-color: var(--primary1);
}

.post-list {
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid var(--light4);
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

@media (min-width: 992px) {
  .post-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
}

.post-list:last-child {
  border: 0;
}

.post-list__main {
  width: 100%;
}

@media (min-width: 992px) {
  .post-list__main--with-photo {
    width: calc( 100% - 18.75rem);
  }
}

.post-list__link {
  font-size: calc( 1.125rem * var(--font-zoom));
  font-family: "SimplonNorm-Medium", sans-serif;
}

.post-list__link:hover {
  color: var(--primary2);
}

.post-list__excerpt {
  padding-top: 1rem;
}

@media (min-width: 992px) {
  .post-list__extra {
    width: 18.75rem;
  }
}

.post-list__img {
  display: block;
  width: 100%;
  max-width: 18.75rem;
  border-radius: 0.375rem;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  font-size: calc( 1.125rem * var(--font-zoom));
}

.pagination__single:hover, .pagination__single--active {
  color: var(--primary2);
}

.pagination__info {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 1rem;
}

.wp-block-file {
  color: var(--primary2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0;
  font-family: "SimplonNorm-Medium", sans-serif;
}

.wp-block-file a.wp-block-file__button {
  background: var(--primary2);
}

.wp-block-table {
  margin: 1rem 0;
}

.wp-block-table td {
  padding: 1rem;
}

.wp-block-button {
  margin: 1rem 0 !important;
}

.wp-block-button__link {
  color: var(--light1) !important;
  background: var(--primary2);
  padding: .75em 2em;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ub-expand-toggle-button {
  color: var(--primary2);
  font-size: 1.25rem;
  margin: .5rem 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.5rem 1rem 0;
}

.ub-expand-toggle-button:after {
  width: .5rem;
  height: .5rem;
  content: "";
  position: absolute;
  right: 0;
  top: -.375rem;
  bottom: 0;
  margin: auto;
  border-bottom: 0.125rem solid var(--primary2);
  border-right: 0.125rem solid var(--primary2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ub-expand-full .ub-expand-toggle-button:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.wp-block-ub-tabbed-content-tabs-title-tablet-horizontal-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden !important;
}

@media (min-width: 768px) {
  .wp-block-ub-tabbed-content-tabs-title-tablet-horizontal-tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.wp-block-ub-tabbed-content-tab-holder {
  border-bottom: 0.0625rem solid var(--light7);
}

.wp-block-ub-tabbed-content-tab-title-wrap {
  background-color: var(--light3) !important;
  width: 100%;
  text-align: center !important;
  padding: 1.125rem 0.5rem;
  border-radius: 0;
}

@media (min-width: 768px) {
  .wp-block-ub-tabbed-content-tab-title-wrap {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
  }
}

.wp-block-ub-tabbed-content-tab-title-wrap.active {
  background-color: var(--light1) !important;
  color: var(--primary2) !important;
}

.wp-block-ub-tabbed-content-tab-title-wrap:last-child {
  margin-right: 0;
}

.wp-block-ub-tabbed-content-tab-title {
  width: 100%;
}

.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content {
  border: 0;
  padding: 1.5rem 0;
}

.wp-block-ub-content-toggle-accordion {
  border-bottom-right-radius: 2rem;
}

.wp-block-ub-content-toggle-accordion-title-wrap {
  padding: 1rem 1rem 1rem 0;
  border-bottom-right-radius: 2rem;
}

.wp-block-ub-content-toggle-accordion-content-wrap {
  padding: 1rem 0 0;
}

@media (min-width: 992px) {
  .wp-block-ub-content-toggle-accordion-content-wrap {
    padding: 2rem 1rem 1rem;
  }
}

.uagb-timeline__events-inner-new {
  background: none !important;
}

.uagb-timeline-content .uagb-timeline-desc-content,
.uagb-timeline-content .uagb-timeline__heading {
  text-align: left !important;
}

.uagb-timeline__day-left .uagb-timeline__arrow:after,
.uagb-timeline__day-right .uagb-timeline__arrow:after {
  display: none !important;
}

.wp-block-uagb-inline-notice {
  margin: 2rem 0;
}

.uagb-columns__wrap {
  margin: 0 -10px;
  width: calc( 100% + 20px);
}
/*# sourceMappingURL=style.css.map */