@charset "UTF-8";
#svg8 g path {
  fill: blue; }

.news-subscribe .title {
  visibility: hidden; }

.news-subscribe .content::before {
  display: none; }

.news-subscribe .news-subscribe-form {
  padding-top: 3rem; }

.news-subscribe .button.is-success {
  background-color: #4892bf; }

.chart .ct-label {
  fill: #555;
  color: #555;
  background: transparent;
  font-size: 20px;
  font-weight: 700; }

.chart .ct-series-a .ct-slice-pie {
  fill: #89c7ee; }

.chart .ct-series-a .ct-slice-donut, .chart .ct-series-a .ct-bar {
  stroke: #89c7ee; }

.chart .ct-series-b .ct-slice-pie {
  fill: #63a5d5; }

.chart .ct-series-b .ct-slice-donut, .chart .ct-series-b .ct-bar {
  stroke: #63a5d5; }

.chart .ct-series-c .ct-slice-pie {
  fill: #4892bf; }

.chart .ct-series-c .ct-slice-donut, .chart .ct-series-c .ct-bar {
  stroke: #4892bf; }

.chart .ct-series-d .ct-slice-pie {
  fill: #2f6da3; }

.chart .ct-series-d .ct-slice-donut, .chart .ct-series-d .ct-bar {
  stroke: #2f6da3; }

.chart .ct-series-e .ct-slice-pie {
  fill: #17488e; }

.chart .ct-series-e .ct-slice-donut, .chart .ct-series-e .ct-bar {
  stroke: #17488e; }

.chart .ct-series-f .ct-slice-pie {
  fill: #25694f; }

.chart .ct-series-f .ct-slice-donut, .chart .ct-series-f .ct-bar {
  stroke: #25694f; }

.chart .ct-series-g .ct-slice-pie {
  fill: #239e6f; }

.chart .ct-series-g .ct-slice-donut, .chart .ct-series-g .ct-bar {
  stroke: #239e6f; }

.chart .ct-series-h .ct-slice-pie {
  fill: #2c9ab1; }

.chart .ct-series-h .ct-slice-donut, .chart .ct-series-h .ct-bar {
  stroke: #2c9ab1; }

.chart .ct-series-i .ct-slice-pie {
  fill: #25bad9; }

.chart .ct-series-i .ct-slice-donut, .chart .ct-series-i .ct-bar {
  stroke: #25bad9; }

.chart .ct-series-j .ct-slice-pie {
  fill: #6a68eb; }

.chart .ct-series-j .ct-slice-donut, .chart .ct-series-j .ct-bar {
  stroke: #6a68eb; }

.chart .ct-series-k .ct-slice-pie {
  fill: #8a89ec; }

.chart .ct-series-k .ct-slice-donut, .chart .ct-series-k .ct-bar {
  stroke: #8a89ec; }

.chart .ct-series-l .ct-slice-pie {
  fill: #b289ec; }

.chart .ct-series-l .ct-slice-donut, .chart .ct-series-l .ct-bar {
  stroke: #b289ec; }

@keyframes rotate {
  0% {
    transform: rotateZ(0deg); }
  50% {
    transform: rotateZ(180deg); }
  100% {
    transform: rotateZ(360deg); } }

html, body {
  background-color: #FFF;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

a:focus {
  outline: 0; }

a, button::-moz-focus-inner {
  border: 0; }

.popups-content {
  display: none !important; }

#scrollcont {
  margin-top: -1px;
  height: calc(100vh - 59px);
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  perspective: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  perspective-origin: top;
  transition: transform 400ms;
  /* margin-top: -105px; */ }

@keyframes winappear {
  0% {
    border-radius: 0px;
    opacity: 0;
    transform: rotateX(-0.75deg) scale(1.2) translateY(-10%); }
  100% {
    border-radius: 0;
    opacity: 1;
    transform: rotateX(0) scale(1) translateY(0px); } }

@keyframes popupappear {
  0% {
    border-radius: 0px;
    opacity: 0;
    transform: scale(1) translateY(-5%); }
  100% {
    border-radius: 0;
    opacity: 1;
    transform: scale(1) translateY(0px); } }

@keyframes openglobalmenu {
  0% {
    opacity: 0;
    transform: translateX(-350px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

#globalmenu {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  display: none; }
  #globalmenu.open .back {
    opacity: 1; }
  #globalmenu.closing .back {
    opacity: 0; }
  #globalmenu.closing .menu {
    transform: translateX(-350px); }
  #globalmenu .back {
    opacity: 0;
    position: absolute;
    height: 100vh;
    width: 100vw;
    background: rgba(100, 100, 100, 0.8);
    transition: opacity 300ms; }
  #globalmenu .menu {
    height: 100%;
    color: #FFF;
    width: 350px;
    background: #333;
    display: inline-block;
    padding: 20px 0px 100px 0px;
    position: relative;
    transition: transform 350ms;
    animation: openglobalmenu 350ms;
    border-right: 1px solid #444;
    overflow-y: auto; }
    #globalmenu .menu .backbtn {
      position: absolute;
      left: 30px;
      font-size: 40px;
      top: 40px; }
      #globalmenu .menu .backbtn:hover {
        cursor: pointer;
        color: #63a5d5; }
    #globalmenu .menu .logo {
      width: 100%;
      min-width: 350px;
      padding: 0px 40px;
      text-align: center; }
      #globalmenu .menu .logo img {
        height: 110px;
        width: auto; }
    #globalmenu .menu .title {
      color: #999;
      font-size: 15px;
      padding: 10px 30px;
      border-bottom: 1px solid #444;
      margin-top: 30px;
      margin-bottom: 0; }
      #globalmenu .menu .title:first-child {
        margin-top: 5px; }
    #globalmenu .menu ul li .logo {
      height: 32px;
      width: 32px;
      min-width: 32px;
      padding: 0;
      margin-right: 15px;
      vertical-align: middle;
      display: inline-block; }
      #globalmenu .menu ul li .logo img {
        height: 32px;
        width: 32px; }
    #globalmenu .menu ul li a {
      display: block;
      padding: 5px 30px;
      color: #FFF;
      line-height: 32px;
      font-weight: 500;
      text-decoration: none;
      font-weight: 600;
      font-size: 17px;
      background-color: transparent;
      transition: background-color 350ms;
      font-family: "Archivo Narrow"; }
      #globalmenu .menu ul li a:hover {
        background-color: #2f6da3; }

#popup-cont {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9900;
  display: none; }
  #popup-cont #popup-win {
    animation: popupappear 300ms ease-in-out;
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #FFF; }
    #popup-cont #popup-win .close-btn {
      position: absolute;
      font-size: 35px;
      color: #fff;
      background: #000;
      line-height: 48px;
      border-radius: 40px;
      height: 30px;
      width: 30px;
      text-align: center;
      right: -12px;
      vertical-align: top;
      top: -12px;
      z-index: 9999;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center; }
      #popup-cont #popup-win .close-btn i {
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3), -1px 3px 0px rgba(0, 0, 0, 0.15); }
      #popup-cont #popup-win .close-btn:hover {
        cursor: pointer;
        background: #e73b3b; }
    #popup-cont #popup-win .title {
      padding: 20px 30px;
      font-size: 24px;
      font-family: "Archivo Narrow";
      border-bottom: 1px solid #DDD;
      margin-bottom: 0; }
    #popup-cont #popup-win .content {
      padding: 30px 40px 40px 40px;
      max-height: calc(100vh - 120px);
      overflow-y: auto;
      font-size: 16px; }
      #popup-cont #popup-win .content blockquote {
        background: transparent;
        border: 0;
        display: inline-block;
        position: relative;
        padding: 30px 70px;
        margin: 30px 0;
        display: block;
        font-size: 18px;
        font-family: "Archivo Narrow";
        font-style: normal;
        color: #444;
        font-weight: 500;
        width: fit-content;
        width: -moz-fit-content; }
        #popup-cont #popup-win .content blockquote::before, #popup-cont #popup-win .content blockquote::after {
          content: "\201C";
          font-style: italic;
          display: block;
          font-size: 200px;
          position: absolute;
          height: 80px;
          width: 80px;
          color: #63a5d5;
          line-height: 170px;
          padding-right: 100px;
          opacity: 0.3; }
        #popup-cont #popup-win .content blockquote::before {
          opacity: 0.2;
          top: 0;
          left: 0; }
        #popup-cont #popup-win .content blockquote::after {
          content: "\201D";
          bottom: 0;
          right: 0;
          margin-right: 20px; }
        #popup-cont #popup-win .content blockquote p {
          font-size: 18px;
          font-family: "Archivo Narrow";
          font-style: normal;
          color: #444;
          font-weight: 500;
          width: fit-content;
          width: -moz-fit-content; }
      #popup-cont #popup-win .content h1 {
        font-size: 30px; }
      #popup-cont #popup-win .content h2 {
        font-size: 27px; }
      #popup-cont #popup-win .content h3 {
        font-size: 24px; }
      #popup-cont #popup-win .content h4 {
        font-size: 22px; }
      #popup-cont #popup-win .content h5 {
        font-size: 20px; }
      #popup-cont #popup-win .content h6 {
        font-size: 18px; }
      #popup-cont #popup-win .content h1, #popup-cont #popup-win .content h2, #popup-cont #popup-win .content h3, #popup-cont #popup-win .content h4, #popup-cont #popup-win .content h5 {
        text-align: left;
        font-family: "Archivo Narrow";
        font-weight: 600; }
      #popup-cont #popup-win .content h1, #popup-cont #popup-win .content h2 {
        position: relative;
        margin-bottom: 35px; }
        #popup-cont #popup-win .content h1::before, #popup-cont #popup-win .content h2::before {
          content: '';
          position: absolute;
          width: 20%;
          height: 3px;
          background: #000;
          bottom: -20px; }
      #popup-cont #popup-win .content p {
        line-height: 30px;
        font-family: "Roboto";
        font-size: 16px;
        text-align: justify;
        color: #333; }
      #popup-cont #popup-win .content li {
        text-align: left;
        font-family: "Roboto";
        margin: 16px 0 16px 20px;
        color: #555;
        font-size: 16px;
        list-style: none; }
        #popup-cont #popup-win .content li::before {
          content: "\2022";
          color: #4892bf;
          font-size: 50px;
          line-height: 30px;
          font-weight: bold;
          display: inline-block;
          width: 0.5em;
          margin-left: -0.5em;
          vertical-align: middle; }
        #popup-cont #popup-win .content li ul li::before {
          content: "\2022";
          color: #2f6da3;
          font-size: 40px;
          line-height: 20px;
          font-weight: bold;
          display: inline-block;
          width: 0.5em;
          margin-left: -0.5em;
          vertical-align: middle; }
        #popup-cont #popup-win .content li p {
          display: inline; }
      #popup-cont #popup-win .content span.popuplink {
        border-bottom: 2px solid #89c7ee;
        border-color: #89c7ee;
        padding: 0 0 0 4px;
        font-weight: 500;
        color: #000; }
        #popup-cont #popup-win .content span.popuplink:hover {
          filter: brightness(1) contrast(1.2);
          cursor: pointer; }
        #popup-cont #popup-win .content span.popuplink .far {
          margin-left: 3px;
          border-radius: 20px;
          background: #FFF;
          color: #2f6da3; }
      #popup-cont #popup-win .content .notices {
        border-width: 2px;
        padding: 20px; }
        #popup-cont #popup-win .content .notices.yellow {
          background-color: rgba(240, 173, 78, 0.2); }
        #popup-cont #popup-win .content .notices.red {
          background-color: rgba(255, 147, 147, 0.2); }
        #popup-cont #popup-win .content .notices.blue {
          background-color: rgba(126, 215, 242, 0.2); }
        #popup-cont #popup-win .content .notices.green {
          background-color: rgba(172, 230, 103, 0.2); }
      #popup-cont #popup-win .content .accordion {
        border: 1px solid transparent;
        transition: height 200ms;
        position: relative;
        overflow: hidden;
        padding: 5px;
        border-radius: 4px;
        margin-bottom: 10px;
        line-height: 30px;
        will-change: height; }
        #popup-cont #popup-win .content .accordion .title {
          cursor: pointer;
          font-size: 22px;
          padding: 5px 0;
          margin: 0;
          line-height: 30px;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 100%;
          overflow: hidden;
          position: relative;
          z-index: 1; }
          #popup-cont #popup-win .content .accordion .title::before {
            content: "+";
            color: #63a5d5;
            font-weight: 700;
            display: inline-block;
            vertical-align: top;
            font-size: 30px;
            width: 20px;
            height: 30px;
            line-height: 30px;
            font-family: Roboto;
            text-align: center; }
        #popup-cont #popup-win .content .accordion .acontent {
          position: absolute;
          margin-top: 5px;
          margin-left: 8px;
          padding: 30px 20px 0px 20px;
          border-left: 4px solid #63a5d5;
          font-family: "Roboto";
          opacity: 0;
          transform-origin: 0 0;
          transform: translateY(-35px) translateZ(0);
          transition: all 200ms;
          will-change: opacity, transform;
          /* transition-delay: 100ms; */ }
        #popup-cont #popup-win .content .accordion.open .title {
          color: #63a5d5; }
          #popup-cont #popup-win .content .accordion.open .title::before {
            content: "-";
            font-size: 42px;
            line-height: 26px; }
        #popup-cont #popup-win .content .accordion.open .acontent {
          transform: translateY(-20px);
          opacity: 1; }

#window {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9900;
  display: none; }
  #window .win {
    position: relative;
    /* width: 90%; */
    /* max-width: 1280px; */
    /* overflow: hidden; */
    animation: winappear 400ms ease-in-out;
    transform-origin: 50% 0%;
    text-align: center;
    max-height: 90vh;
    height: 50.85vw;
    width: 90vw;
    max-width: 1280px;
    max-height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute; }
    #window .win .close-btn {
      position: absolute;
      font-size: 35px;
      color: #fff;
      background: #000;
      line-height: 48px;
      border-radius: 40px;
      height: 30px;
      width: 30px;
      text-align: center;
      right: -12px;
      vertical-align: top;
      top: -12px;
      z-index: 9999;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center; }
      #window .win .close-btn i {
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3), -1px 3px 0px rgba(0, 0, 0, 0.15); }
      #window .win .close-btn:hover {
        cursor: pointer;
        background: #e73b3b; }
    #window .win .contentimg {
      display: inline-block;
      padding: 20px;
      position: relative;
      background-color: #FFF; }
      #window .win .contentimg img {
        max-height: calc(90vh - 40px);
        margin-bottom: -12px; }
    #window .win .content169 {
      position: relative;
      width: 100%;
      height: 100%;
      max-height: 90vh;
      max-width: 160vh;
      background: #000;
      text-align: left; }
      #window .win .content169 iframe {
        position: absolute;
        height: 100%;
        width: 100%; }
    #window .win .contentproject {
      width: 1000px;
      max-width: 90vw;
      background: #FFF;
      max-height: 90vh;
      position: relative;
      display: flex;
      flex-direction: column; }
      #window .win .contentproject .head {
        height: 200px;
        min-height: 200px;
        background-size: cover;
        background-position: center center;
        border: 5px solid #FFF; }
      #window .win .contentproject .toproject-btn {
        color: #FFF;
        cursor: pointer;
        font-family: "Archivo Narrow";
        font-weight: 700;
        font-size: 20px;
        line-height: 50px;
        background: #49ca5d;
        display: inline-block;
        width: 300px;
        float: left;
        position: absolute;
        z-index: 2;
        top: 170px;
        right: 20px;
        border: 5px solid white; }
      #window .win .contentproject .des {
        font-size: 16px;
        position: relative;
        padding: 40px;
        overflow-y: auto;
        height: calc(100% - 180px);
        flex: 1; }
        #window .win .contentproject .des blockquote {
          background: transparent;
          border: 0;
          display: inline-block;
          position: relative;
          padding: 30px 70px;
          margin: 30px 0;
          display: block;
          font-size: 18px;
          font-family: "Archivo Narrow";
          font-style: normal;
          color: #444;
          font-weight: 500;
          width: fit-content;
          width: -moz-fit-content; }
          #window .win .contentproject .des blockquote::before, #window .win .contentproject .des blockquote::after {
            content: "\201C";
            font-style: italic;
            display: block;
            font-size: 200px;
            position: absolute;
            height: 80px;
            width: 80px;
            color: #63a5d5;
            line-height: 170px;
            padding-right: 100px;
            opacity: 0.3; }
          #window .win .contentproject .des blockquote::before {
            opacity: 0.2;
            top: 0;
            left: 0; }
          #window .win .contentproject .des blockquote::after {
            content: "\201D";
            bottom: 0;
            right: 0;
            margin-right: 20px; }
          #window .win .contentproject .des blockquote p {
            font-size: 18px;
            font-family: "Archivo Narrow";
            font-style: normal;
            color: #444;
            font-weight: 500;
            width: fit-content;
            width: -moz-fit-content; }
        #window .win .contentproject .des h1 {
          font-size: 30px; }
        #window .win .contentproject .des h2 {
          font-size: 27px; }
        #window .win .contentproject .des h3 {
          font-size: 24px; }
        #window .win .contentproject .des h4 {
          font-size: 22px; }
        #window .win .contentproject .des h5 {
          font-size: 20px; }
        #window .win .contentproject .des h6 {
          font-size: 18px; }
        #window .win .contentproject .des h1, #window .win .contentproject .des h2, #window .win .contentproject .des h3, #window .win .contentproject .des h4, #window .win .contentproject .des h5 {
          text-align: left;
          font-family: "Archivo Narrow";
          font-weight: 600; }
        #window .win .contentproject .des h1, #window .win .contentproject .des h2 {
          position: relative;
          margin-bottom: 35px; }
          #window .win .contentproject .des h1::before, #window .win .contentproject .des h2::before {
            content: '';
            position: absolute;
            width: 20%;
            height: 3px;
            background: #000;
            bottom: -20px; }
        #window .win .contentproject .des p {
          line-height: 30px;
          font-family: "Roboto";
          font-size: 16px;
          text-align: justify;
          color: #333; }
        #window .win .contentproject .des li {
          text-align: left;
          font-family: "Roboto";
          margin: 16px 0 16px 20px;
          color: #555;
          font-size: 16px;
          list-style: none; }
          #window .win .contentproject .des li::before {
            content: "\2022";
            color: #4892bf;
            font-size: 50px;
            line-height: 30px;
            font-weight: bold;
            display: inline-block;
            width: 0.5em;
            margin-left: -0.5em;
            vertical-align: middle; }
          #window .win .contentproject .des li ul li::before {
            content: "\2022";
            color: #2f6da3;
            font-size: 40px;
            line-height: 20px;
            font-weight: bold;
            display: inline-block;
            width: 0.5em;
            margin-left: -0.5em;
            vertical-align: middle; }
          #window .win .contentproject .des li p {
            display: inline; }
        #window .win .contentproject .des span.popuplink {
          border-bottom: 2px solid #89c7ee;
          border-color: #89c7ee;
          padding: 0 0 0 4px;
          font-weight: 500;
          color: #000; }
          #window .win .contentproject .des span.popuplink:hover {
            filter: brightness(1) contrast(1.2);
            cursor: pointer; }
          #window .win .contentproject .des span.popuplink .far {
            margin-left: 3px;
            border-radius: 20px;
            background: #FFF;
            color: #2f6da3; }
        #window .win .contentproject .des .notices {
          border-width: 2px;
          padding: 20px; }
          #window .win .contentproject .des .notices.yellow {
            background-color: rgba(240, 173, 78, 0.2); }
          #window .win .contentproject .des .notices.red {
            background-color: rgba(255, 147, 147, 0.2); }
          #window .win .contentproject .des .notices.blue {
            background-color: rgba(126, 215, 242, 0.2); }
          #window .win .contentproject .des .notices.green {
            background-color: rgba(172, 230, 103, 0.2); }
        #window .win .contentproject .des .accordion {
          border: 1px solid transparent;
          transition: height 200ms;
          position: relative;
          overflow: hidden;
          padding: 5px;
          border-radius: 4px;
          margin-bottom: 10px;
          line-height: 30px;
          will-change: height; }
          #window .win .contentproject .des .accordion .title {
            cursor: pointer;
            font-size: 22px;
            padding: 5px 0;
            margin: 0;
            line-height: 30px;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
            overflow: hidden;
            position: relative;
            z-index: 1; }
            #window .win .contentproject .des .accordion .title::before {
              content: "+";
              color: #63a5d5;
              font-weight: 700;
              display: inline-block;
              vertical-align: top;
              font-size: 30px;
              width: 20px;
              height: 30px;
              line-height: 30px;
              font-family: Roboto;
              text-align: center; }
          #window .win .contentproject .des .accordion .acontent {
            position: absolute;
            margin-top: 5px;
            margin-left: 8px;
            padding: 30px 20px 0px 20px;
            border-left: 4px solid #63a5d5;
            font-family: "Roboto";
            opacity: 0;
            transform-origin: 0 0;
            transform: translateY(-35px) translateZ(0);
            transition: all 200ms;
            will-change: opacity, transform;
            /* transition-delay: 100ms; */ }
          #window .win .contentproject .des .accordion.open .title {
            color: #63a5d5; }
            #window .win .contentproject .des .accordion.open .title::before {
              content: "-";
              font-size: 42px;
              line-height: 26px; }
          #window .win .contentproject .des .accordion.open .acontent {
            transform: translateY(-20px);
            opacity: 1; }
        #window .win .contentproject .des::after {
          content: '';
          display: block;
          height: 40px; }
        #window .win .contentproject .des table td {
          border: 1px solid black;
          padding: .8em; }

#verticalnav_cont {
  position: fixed;
  z-index: 9001;
  right: 20px;
  top: 60px;
  height: calc(100vh - 60px);
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #verticalnav_cont #verticalnav {
    position: relative;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 40px;
    min-height: 60px;
    background: #FFF;
    transition: box-shadow 200ms;
    padding: 10px 5px; }
    #verticalnav_cont #verticalnav:hover {
      box-shadow: -50px 0px 0px 200px rgba(248, 248, 248, 0.8); }
      #verticalnav_cont #verticalnav:hover a > .title {
        display: block;
        color: #444;
        font-size: 12px;
        opacity: 1;
        background: transparent;
        border-color: transparent; }
    #verticalnav_cont #verticalnav a {
      display: block;
      width: 28px;
      height: 28px;
      margin: 0px 0px;
      border: 8px solid transparent;
      border-width: 10px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      #verticalnav_cont #verticalnav a .point {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background-color: #4892bf;
        transition: transform 200ms;
        border-radius: 20px; }
      #verticalnav_cont #verticalnav a:hover {
        filter: brightness(1.2); }
        #verticalnav_cont #verticalnav a:hover .point {
          transform: scale(2.4) !important; }
        #verticalnav_cont #verticalnav a:hover .title {
          font-size: 18px;
          display: block;
          opacity: 1;
          background: #FFF;
          color: #2f6da3;
          border-color: rgba(0, 0, 0, 0.1);
          transform: translateY(5px);
          z-index: 1; }
      #verticalnav_cont #verticalnav a .title {
        background: #FFF;
        border: 1px solid rgba(0, 0, 0, 0.1);
        position: absolute;
        font-size: 18px;
        line-height: 25px;
        white-space: nowrap;
        right: 30px;
        top: -8px;
        padding: 5px 10px;
        color: #444;
        display: none;
        font-family: "Archivo Narrow";
        /* transition: transform 200ms, opacity 200ms; */
        /* transform: translateX(40px); */
        opacity: 0; }

a {
  color: initial;
  text-decoration: underline; }
  a:hover {
    color: #81b813; }

#contentbody {
  position: relative;
  z-index: 1;
  transform-style: preserve-3d; }
  #contentbody .backplanet {
    position: absolute;
    width: 75%;
    height: 50vh;
    background-image: url("/user/themes/cri/images/backplanet.svg");
    background-size: 100% auto;
    background-position: center bottom;
    transform: translateZ(-50px) scale(2.5);
    max-height: 3500px;
    top: -130px; }
    #contentbody .backplanet.far {
      background-image: url("/user/themes/cri/images/backplanet-far.svg");
      transform: rotate(180deg) translateZ(-100px) scale(-3);
      max-height: 3500px;
      top: -130px; }

#pageloader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 8000;
  background: #FFF;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px; }
  #pageloader .plan {
    position: relative;
    transform: scale(0.28) rotateY(15deg) rotateX(-15deg) translateX(100px);
    transform-style: preserve-3d; }
    #pageloader .plan .scene {
      transform-style: preserve-3d;
      transform-origin: 20% 20%; }
      #pageloader .plan .scene .gear {
        transform-style: preserve-3d;
        animation: rotate 3000ms infinite linear;
        transform-origin: 136px 136px; }
        #pageloader .plan .scene .gear.second {
          position: absolute;
          animation-direction: reverse;
          top: -50%;
          left: -75%; }
        #pageloader .plan .scene .gear .back {
          position: relative;
          transform: translateZ(0px); }
        #pageloader .plan .scene .gear .middle {
          transform-style: preserve-3d;
          position: absolute;
          top: 0;
          left: 0; }
          #pageloader .plan .scene .gear .middle.one {
            transform: translateZ(8px); }
          #pageloader .plan .scene .gear .middle.two {
            transform: translateZ(12px); }
          #pageloader .plan .scene .gear .middle.three {
            transform: translateZ(24px); }
        #pageloader .plan .scene .gear .front {
          transform: translateZ(30px);
          filter: brightness(0.97);
          position: absolute;
          top: 0;
          left: 0; }
  #pageloader #loader {
    height: 60px;
    width: 60px;
    border: 4px solid #63a5d5;
    border-color: white #63a5d5 white white;
    border-radius: 50px;
    animation-name: rotate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 600ms; }

#header {
  position: relative;
  height: 60px;
  position: relative;
  z-index: 9002;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  transition: transform 400ms; }
  #header .langselector {
    float: right;
    position: relative;
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 10px;
    margin-top: 5px;
    /*&:focus, &:active, &:focus-within, */ }
    #header .langselector.activated {
      background: #63a5d5; }
      #header .langselector.activated .selector {
        visibility: visible;
        opacity: 1;
        transform: translateY(0); }
    #header .langselector .selector {
      position: absolute;
      visibility: hidden;
      width: 50px;
      background: #FFF;
      border: 1px solid #DDD;
      top: 60px;
      opacity: 0;
      transform: translateY(-20px);
      transition: opacity 300ms, visibility 300ms, transform 300ms; }
      #header .langselector .selector.cri {
        width: 200px;
        right: 0; }
        #header .langselector .selector.cri .lang-label {
          display: inline-block;
          width: 140px;
          height: 30px;
          line-height: 50px;
          vertical-align: top;
          text-align: right;
          font-style: italic;
          color: orange; }
        #header .langselector .selector.cri .lang {
          display: inline-block; }
      #header .langselector .selector .lang {
        filter: saturate(0.5); }
    #header .langselector .lang {
      height: 30px;
      width: 30px;
      margin: 10px;
      border-radius: 50px;
      box-shadow: 0px 4px 0px -1px rgba(0, 0, 0, 0.2);
      background-size: cover; }
      #header .langselector .lang:hover {
        filter: saturate(1.1); }
      #header .langselector .lang.en {
        background-image: url("/user/themes/cri/images/lang/EN.png"); }
      #header .langselector .lang.fr {
        background-image: url("/user/themes/cri/images/lang/FR.png"); }
  #header .pagemenu {
    display: none;
    visibility: hidden;
    position: absolute;
    min-width: 440px;
    z-index: 9;
    padding: 0;
    opacity: 0;
    top: 50px;
    padding-top: 20px;
    transition: visibility 400ms, opacity 400ms;
    margin-left: -100px; }
    #header .pagemenu ul.pm-content {
      transition: transform 400ms;
      transform: translateY(-20px);
      border-radius: 4px;
      background: #444;
      padding: 20px;
      color: #FFF;
      width: 100%;
      box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
      max-height: calc(100vh - 90px);
      overflow-y: auto;
      display: flex;
      flex-wrap: wrap; }
      #header .pagemenu ul.pm-content:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 140px;
        display: inline-block;
        height: 0;
        width: 0;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #444;
        border-left: 8px solid transparent; }
      #header .pagemenu ul.pm-content .title {
        width: 100%;
        height: 35px;
        color: #FFF;
        border-bottom: 2px solid #555;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 20px; }
      #header .pagemenu ul.pm-content li {
        padding: 10px 20px;
        width: 50%;
        line-height: 20px;
        border: 0;
        height: 65px;
        display: flex;
        align-items: center;
        flex-direction: row;
        border: 1px solid transparent; }
        #header .pagemenu ul.pm-content li .arrow {
          position: absolute;
          display: block;
          height: 0;
          width: 0;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-left: 10px solid #63a5d5;
          left: 10px; }
        #header .pagemenu ul.pm-content li a {
          flex: 1;
          width: 100%;
          color: #FFF;
          padding: 0 10px;
          margin-top: 0;
          display: flex;
          align-items: center;
          max-width: 190px;
          white-space: normal; }
        #header .pagemenu ul.pm-content li:hover {
          border-top-width: 0;
          border: 0;
          background: #4892bf;
          color: #FFF;
          border: 1px solid rgba(255, 255, 255, 0.3); }
  #header.mini {
    margin-top: 0px; }
  #header.mobile {
    height: 0;
    background: initial;
    border-bottom: 0; }
    #header.mobile::before {
      content: '';
      display: none; }
    #header.mobile .crilogo {
      width: 100px;
      height: 100px;
      padding: 8px 5px 7px 8px;
      margin-left: 10px;
      margin-top: 10px;
      z-index: 1;
      border: 1px solid #DDD;
      border-color: rgba(0, 0, 0, 0.2);
      box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.08); }
      #header.mobile .crilogo:after {
        display: none; }
    #header.mobile .subbar .suborg {
      top: 0;
      left: calc(50% - 50px);
      border-radius: 0 0 50px 50px;
      padding: 0px 20px 5px 20px;
      z-index: 1; }
    #header.mobile .langselector {
      float: initial;
      position: absolute;
      top: 30px;
      right: 75px;
      border-radius: 50px; }
    #header.mobile .menubtn {
      position: absolute;
      right: 10px;
      top: 30px;
      height: 60px;
      width: 60px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.08);
      border-radius: 50px;
      background: #FFF;
      z-index: 1;
      color: #444; }
      #header.mobile .menubtn:hover {
        background: #87b765;
        color: #FFF;
        cursor: pointer; }
      #header.mobile .menubtn i {
        font-size: 28px;
        font-weight: 900;
        height: 100%;
        width: 100%;
        line-height: 59px;
        text-align: center; }
    #header.mobile #mobmenu {
      position: absolute;
      padding-top: 120px;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100vw;
      background: #444;
      display: none;
      opacity: 0;
      transition: opacity 200ms; }
      #header.mobile #mobmenu::before {
        content: "";
        position: absolute;
        background: #63a5d5;
        height: 100%;
        width: 4px;
        top: 0;
        left: calc(50% - 2px); }
      #header.mobile #mobmenu.open {
        display: block;
        opacity: 1; }
        #header.mobile #mobmenu.open ul {
          transform: translateY(0px) scaleY(1); }
      #header.mobile #mobmenu.closing {
        display: block;
        opacity: 0; }
        #header.mobile #mobmenu.closing ul {
          transform: translateY(-250px) scaleY(0.7); }
      #header.mobile #mobmenu ul {
        position: absolute;
        padding-top: 100px;
        transform: translateY(-250px) scaleY(0.7);
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        transform-origin: 50% 20%;
        transition: transform 300ms; }
        #header.mobile #mobmenu ul li {
          text-align: center;
          padding: 0 50px;
          line-height: 60px;
          background: #444;
          margin: 10px 0;
          position: relative; }
          #header.mobile #mobmenu ul li:hover {
            background: #666;
            cursor: pointer; }
          #header.mobile #mobmenu ul li a {
            color: #FFF;
            display: block;
            width: 100%;
            height: 100%;
            font-size: 30px;
            text-decoration: none;
            font-family: "Archivo Narrow";
            font-weight: 600; }
  #header .crilogo {
    position: relative;
    display: inline-block;
    width: 120px;
    padding: 12px 0px 0px 12px;
    border-radius: 60px;
    background: #FFF;
    margin-top: -20px;
    box-shadow: 1px 5px 0px 0px rgba(0, 0, 0, 0.14);
    z-index: 9; }
    #header .crilogo.isglobalmenu {
      cursor: pointer; }

@keyframes logoroll {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-360deg); } }

@keyframes logobump {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
      #header .crilogo.isglobalmenu:hover img {
        transform-origin: 0% 90%;
        animation: logobump 500ms; }
      #header .crilogo.isglobalmenu:hover:before {
        content: "";
        position: absolute;
        background: #FFF;
        height: 117px;
        width: 117px;
        border-radius: 60px;
        z-index: 0;
        top: 2px;
        left: 2px;
        z-index: 1;
        transform-origin: 59px 60px;
        animation: logoroll 700ms; }
      #header .crilogo.isglobalmenu:hover:after {
        content: "";
        position: absolute;
        background: linear-gradient(180deg, rgba(76, 215, 62, 0) 30%, #89c7ee);
        height: 120px;
        width: 120px;
        border-radius: 60px;
        z-index: 0;
        top: 1px;
        left: 0px; }
    #header .crilogo::before {
      content: "";
      position: absolute;
      background: #FFF;
      height: 45px;
      width: 120px;
      z-index: 0;
      top: 24px;
      left: -1px; }
    #header .crilogo img {
      backface-visibility: hidden;
      position: relative;
      z-index: 1;
      width: 100px; }
  #header ul.navigation {
    display: inline-block;
    color: #000;
    height: 51px;
    line-height: 51px;
    vertical-align: top;
    font-family: "Archivo Narrow";
    font-weight: 600;
    font-size: 16px;
    padding: 0px 20px;
    text-align: left;
    max-width: 594px;
    white-space: nowrap; }
    #header ul.navigation li {
      position: relative;
      display: inline-block;
      height: 100%;
      color: #000;
      cursor: pointer;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      z-index: 99; }
      #header ul.navigation li .menuloader {
        display: none;
        position: absolute;
        width: 100%;
        height: 5px;
        background: #4892bf;
        transform: scaleX(0);
        visibility: hidden;
        transform-origin: 0 3px;
        transition: transform 850ms linear;
        top: -5px;
        left: 0; }
      #header ul.navigation li:first-child .pagemenu {
        left: 0;
        margin-left: 0; }
        #header ul.navigation li:first-child .pagemenu .pm-content::before {
          left: 50px; }
      #header ul.navigation li:last-child .pagemenu {
        right: 0; }
        #header ul.navigation li:last-child .pagemenu .pm-content::before {
          left: initial;
          right: 50px; }
      #header ul.navigation li.showmenu {
        z-index: 100; }
        #header ul.navigation li.showmenu .pagemenu {
          transform: translateY(0px);
          opacity: 1;
          visibility: visible; }
          #header ul.navigation li.showmenu .pagemenu ul {
            transform: translateY(0px); }
      #header ul.navigation li:hover {
        border-top-width: 6px;
        border-bottom-width: 0;
        border-top-color: #89c7ee;
        transition: transform 800ms linear; }
        #header ul.navigation li:hover .menuloader {
          visibility: visible;
          transform: scaleX(1); }
        #header ul.navigation li:hover.showmenu .menuloader {
          transition: none;
          transform: scaleX(1); }
      #header ul.navigation li.active {
        border-top-width: 8px;
        border-bottom-width: 0px;
        border-top-color: #63a5d5; }
      #header ul.navigation li a {
        color: #000;
        display: block;
        margin-top: -8px;
        height: calc(100% + 16px);
        padding: 8px 20px;
        /* height: 100%; */
        width: 100%;
        text-decoration: none; }
  #header .subbar {
    position: absolute;
    left: 79px;
    top: 60px;
    font-family: "Archivo Narrow";
    font-weight: 700;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    z-index: 8;
    line-height: 20px; }
    #header .subbar .suborg {
      padding: 3px 20px 3px 45px;
      background: #2f6da3;
      color: #FFF;
      z-index: -1;
      border-radius: 0 0 50px 0;
      z-index: 2;
      position: relative; }
    #header .subbar #arianne {
      position: relative;
      border-radius: 0 0 50px 0;
      padding: 0px 20px 0px 45px;
      margin-left: -40px;
      border-top: 0;
      color: #555;
      font-size: 14px;
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: row; }
      #header .subbar #arianne a, #header .subbar #arianne span {
        text-decoration: none;
        padding: 0px 25px 0px 45px;
        margin-left: -35px;
        border-radius: 0 0 50px 0;
        display: inline-block;
        border: 1px solid #DDD;
        line-height: 25px;
        height: 100%;
        border-left: 0;
        border-top: 0;
        background: #FFF;
        position: relative;
        text-transform: capitalize; }
        #header .subbar #arianne a:first-child, #header .subbar #arianne span:first-child {
          padding-left: 80px;
          background: #2f6da3;
          color: #FFF;
          border-color: #2f6da3;
          font-size: 14px;
          text-transform: capitalize; }
      #header .subbar #arianne a:hover {
        background: #63a5d5;
        color: #FFF;
        border-color: #63a5d5; }

.footer.has-partners {
  display: flex; }
  .footer.has-partners .container {
    justify-content: space-between; }
  .footer.has-partners .footer_content {
    max-width: none; }
  .footer.has-partners .footer-container {
    width: 50%; }
  .footer.has-partners .partners {
    background: none; }
  @media screen and (max-width: 768px) {
    .footer.has-partners .container {
      flex-direction: column; }
    .footer.has-partners .footer-container {
      width: 100%; } }
.partners {
  align-items: center;
  justify-content: flex-start; }
  .partners .footer-logos {
    margin-left: 20px;
    text-align: left; }
    .partners .footer-logos a {
      text-decoration: none; }
    .partners .footer-logos img {
      margin: 25px 25px;
      height: 60px;
      width: auto; }

.footer {
  background: transparent;
  position: relative;
  transform-style: inherit;
  margin-top: -2px;
  z-index: 1; }
  .footer .container {
    display: flex;
    flex-direction: row; }
  .footer .footer_content {
    max-width: 500px;
    text-align: left; }
    .footer .footer_content .footer-title {
      display: inline-block;
      font-family: "Archivo Narrow";
      font-size: 25px;
      color: #222;
      position: relative;
      margin-bottom: 10px;
      font-weight: 600; }
      .footer .footer_content .footer-title::before {
        content: '';
        position: absolute;
        bottom: -3px;
        height: 3px;
        width: 100%;
        background: #333; }
    .footer .footer_content .footer-sub {
      color: #555;
      display: block;
      font-family: "Roboto";
      font-size: 16px; }
  .footer .footer-links a {
    color: #2f6da3;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none; }
  .footer .footer-social-links {
    margin-top: 10px;
    min-width: 100px; }
    .footer .footer-social-links a {
      display: inline-block;
      font-size: 17px;
      border: 2px solid #333;
      background: rgba(0, 0, 0, 0.02);
      color: #333;
      text-decoration: none;
      padding: 10px;
      margin-right: 5px;
      margin-bottom: 5px;
      border-radius: 20px;
      transform-origin: 50% 100%;
      transition: transform 300ms, background-color 300ms; }
      .footer .footer-social-links a:hover {
        transform: scale(1.3);
        background-color: #4892bf !important; }
  .footer.dark {
    background-color: #282828; }
    .footer.dark .footer-title {
      color: #FFF; }
      .footer.dark .footer-title::before {
        background: #FFF; }
    .footer.dark .footer-sub {
      color: #EEE; }
    .footer.dark .footer-links a {
      color: #63a5d5; }
    .footer.dark .footer-social-links a {
      border: 2px solid #FFF;
      background: rgba(0, 0, 0, 0.2);
      color: #FFF; }

.baseblock {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative; }
  .baseblock .textcontent p {
    text-align: justify; }
  .baseblock .textcontent.text-top-align {
    padding-top: 20px !important;
    justify-content: flex-start !important; }
  .baseblock .textcontent.text-bottom-align {
    padding-bottom: 20px !important;
    justify-content: flex-end !important; }
  .baseblock.noborder {
    border-color: rgba(0, 0, 0, 0) !important;
    margin-top: -50px; }
    .baseblock.noborder .content .textcontent {
      padding-top: 0 !important; }
  .baseblock:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .baseblock .darkback {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #3b3b3b; }
  .baseblock .anchor {
    margin-top: 1px;
    position: absolute;
    height: 1px;
    overflow: hidden;
    opacity: 0; }
  .baseblock > div > .cont {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0; }
  .baseblock > div > .title {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(180deg);
    display: inline-block;
    padding: 20px;
    margin-top: 0;
    margin-bottom: -8px;
    font-family: "Archivo Narrow";
    color: #555;
    font-weight: 500;
    font-size: 30px;
    width: 60px;
    line-height: 30px;
    white-space: nowrap; }
    .baseblock > div > .title::first-letter {
      color: #4892bf;
      font-weight: 900;
      font-size: 40px;
      line-height: 30px; }
  .baseblock > div > .content {
    position: relative;
    font-family: "Archivo Narrow";
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
    width: calc(100% - 65px);
    height: 100%; }
    .baseblock > div > .content.titleboth .sidecontent, .baseblock > div > .content.titletop .sidecontent {
      margin-top: -110px; }
    .baseblock > div > .content.titlenone, .baseblock > div > .content.titletop {
      margin-left: 70px; }
      .baseblock > div > .content.titlenone::before, .baseblock > div > .content.titletop::before {
        display: none; }
    .baseblock > div > .content::before {
      content: '';
      min-height: 200px;
      height: 50%;
      width: 1px;
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      left: -1px;
      top: 0; }
    .baseblock > div > .content .toptitle {
      padding-top: 35px;
      padding-left: 30px;
      font-size: 44px;
      color: #555; }
      .baseblock > div > .content .toptitle > .container::first-letter {
        color: #4892bf;
        font-weight: 900;
        font-size: 50px;
        line-height: 30px; }
    .baseblock > div > .content .headerimage {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      min-width: 1000px; }
    .baseblock > div > .content > .in {
      height: 100%; }
      .baseblock > div > .content > .in > .columns.invert {
        flex-direction: row-reverse; }
      .baseblock > div > .content > .in .btmbtns {
        width: 100%;
        margin-top: 50px; }
        .baseblock > div > .content > .in .btmbtns.top {
          margin-top: 0px;
          padding: 20px; }
        .baseblock > div > .content > .in .btmbtns .btn {
          line-height: 60px;
          height: 60px;
          text-align: center;
          border: 1px solid rgba(0, 0, 0, 0.1);
          display: inline-block;
          box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.09);
          text-transform: uppercase;
          transition: all 200ms;
          font-weight: 700;
          font-size: 16px;
          cursor: pointer;
          color: #222;
          margin: 7px 5px;
          background: #FFF; }
          .baseblock > div > .content > .in .btmbtns .btn:first-child {
            margin-left: 0; }
          .baseblock > div > .content > .in .btmbtns .btn:hover {
            color: #FFF;
            background: #63a5d5;
            transform: translateX(-2px) translateY(-4px);
            box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.09); }
          .baseblock > div > .content > .in .btmbtns .btn a {
            text-decoration: none;
            color: inherit;
            display: inline-block;
            height: 100%;
            padding: 0 20px;
            transition: inherit; }
      .baseblock > div > .content > .in .textcontent {
        padding: 100px 30px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        font-size: 16px; }
        .baseblock > div > .content > .in .textcontent blockquote {
          background: transparent;
          border: 0;
          display: inline-block;
          position: relative;
          padding: 30px 70px;
          margin: 30px 0;
          display: block;
          font-size: 18px;
          font-family: "Archivo Narrow";
          font-style: normal;
          color: #444;
          font-weight: 500;
          width: fit-content;
          width: -moz-fit-content; }
          .baseblock > div > .content > .in .textcontent blockquote::before, .baseblock > div > .content > .in .textcontent blockquote::after {
            content: "\201C";
            font-style: italic;
            display: block;
            font-size: 200px;
            position: absolute;
            height: 80px;
            width: 80px;
            color: #63a5d5;
            line-height: 170px;
            padding-right: 100px;
            opacity: 0.3; }
          .baseblock > div > .content > .in .textcontent blockquote::before {
            opacity: 0.2;
            top: 0;
            left: 0; }
          .baseblock > div > .content > .in .textcontent blockquote::after {
            content: "\201D";
            bottom: 0;
            right: 0;
            margin-right: 20px; }
          .baseblock > div > .content > .in .textcontent blockquote p {
            font-size: 18px;
            font-family: "Archivo Narrow";
            font-style: normal;
            color: #444;
            font-weight: 500;
            width: fit-content;
            width: -moz-fit-content; }
        .baseblock > div > .content > .in .textcontent h1 {
          font-size: 30px; }
        .baseblock > div > .content > .in .textcontent h2 {
          font-size: 27px; }
        .baseblock > div > .content > .in .textcontent h3 {
          font-size: 24px; }
        .baseblock > div > .content > .in .textcontent h4 {
          font-size: 22px; }
        .baseblock > div > .content > .in .textcontent h5 {
          font-size: 20px; }
        .baseblock > div > .content > .in .textcontent h6 {
          font-size: 18px; }
        .baseblock > div > .content > .in .textcontent h1, .baseblock > div > .content > .in .textcontent h2, .baseblock > div > .content > .in .textcontent h3, .baseblock > div > .content > .in .textcontent h4, .baseblock > div > .content > .in .textcontent h5 {
          text-align: left;
          font-family: "Archivo Narrow";
          font-weight: 600; }
        .baseblock > div > .content > .in .textcontent h1, .baseblock > div > .content > .in .textcontent h2 {
          position: relative;
          margin-bottom: 35px; }
          .baseblock > div > .content > .in .textcontent h1::before, .baseblock > div > .content > .in .textcontent h2::before {
            content: '';
            position: absolute;
            width: 20%;
            height: 3px;
            background: #000;
            bottom: -20px; }
        .baseblock > div > .content > .in .textcontent p {
          line-height: 30px;
          font-family: "Roboto";
          font-size: 16px;
          text-align: justify;
          color: #333; }
        .baseblock > div > .content > .in .textcontent li {
          text-align: left;
          font-family: "Roboto";
          margin: 16px 0 16px 20px;
          color: #555;
          font-size: 16px;
          list-style: none; }
          .baseblock > div > .content > .in .textcontent li::before {
            content: "\2022";
            color: #4892bf;
            font-size: 50px;
            line-height: 30px;
            font-weight: bold;
            display: inline-block;
            width: 0.5em;
            margin-left: -0.5em;
            vertical-align: middle; }
          .baseblock > div > .content > .in .textcontent li ul li::before {
            content: "\2022";
            color: #2f6da3;
            font-size: 40px;
            line-height: 20px;
            font-weight: bold;
            display: inline-block;
            width: 0.5em;
            margin-left: -0.5em;
            vertical-align: middle; }
          .baseblock > div > .content > .in .textcontent li p {
            display: inline; }
        .baseblock > div > .content > .in .textcontent span.popuplink {
          border-bottom: 2px solid #89c7ee;
          border-color: #89c7ee;
          padding: 0 0 0 4px;
          font-weight: 500;
          color: #000; }
          .baseblock > div > .content > .in .textcontent span.popuplink:hover {
            filter: brightness(1) contrast(1.2);
            cursor: pointer; }
          .baseblock > div > .content > .in .textcontent span.popuplink .far {
            margin-left: 3px;
            border-radius: 20px;
            background: #FFF;
            color: #2f6da3; }
        .baseblock > div > .content > .in .textcontent .notices {
          border-width: 2px;
          padding: 20px; }
          .baseblock > div > .content > .in .textcontent .notices.yellow {
            background-color: rgba(240, 173, 78, 0.2); }
          .baseblock > div > .content > .in .textcontent .notices.red {
            background-color: rgba(255, 147, 147, 0.2); }
          .baseblock > div > .content > .in .textcontent .notices.blue {
            background-color: rgba(126, 215, 242, 0.2); }
          .baseblock > div > .content > .in .textcontent .notices.green {
            background-color: rgba(172, 230, 103, 0.2); }
        .baseblock > div > .content > .in .textcontent .accordion {
          border: 1px solid transparent;
          transition: height 200ms;
          position: relative;
          overflow: hidden;
          padding: 5px;
          border-radius: 4px;
          margin-bottom: 10px;
          line-height: 30px;
          will-change: height; }
          .baseblock > div > .content > .in .textcontent .accordion .title {
            cursor: pointer;
            font-size: 22px;
            padding: 5px 0;
            margin: 0;
            line-height: 30px;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
            overflow: hidden;
            position: relative;
            z-index: 1; }
            .baseblock > div > .content > .in .textcontent .accordion .title::before {
              content: "+";
              color: #63a5d5;
              font-weight: 700;
              display: inline-block;
              vertical-align: top;
              font-size: 30px;
              width: 20px;
              height: 30px;
              line-height: 30px;
              font-family: Roboto;
              text-align: center; }
          .baseblock > div > .content > .in .textcontent .accordion .acontent {
            position: absolute;
            margin-top: 5px;
            margin-left: 8px;
            padding: 30px 20px 0px 20px;
            border-left: 4px solid #63a5d5;
            font-family: "Roboto";
            opacity: 0;
            transform-origin: 0 0;
            transform: translateY(-35px) translateZ(0);
            transition: all 200ms;
            will-change: opacity, transform;
            /* transition-delay: 100ms; */ }
          .baseblock > div > .content > .in .textcontent .accordion.open .title {
            color: #63a5d5; }
            .baseblock > div > .content > .in .textcontent .accordion.open .title::before {
              content: "-";
              font-size: 42px;
              line-height: 26px; }
          .baseblock > div > .content > .in .textcontent .accordion.open .acontent {
            transform: translateY(-20px);
            opacity: 1; }
        .baseblock > div > .content > .in .textcontent.dual {
          justify-content: flex-start; }
      .baseblock > div > .content > .in .tablecontent {
        padding: 100px 20px; }
        .baseblock > div > .content > .in .tablecontent .line .title {
          vertical-align: middle;
          padding: 20px;
          width: 280px;
          max-width: 280px;
          font-family: "Archivo Narrow";
          display: flex;
          align-items: flex-end;
          justify-content: center;
          flex-direction: column;
          border-width: 0;
          text-align: right; }
        .baseblock > div > .content > .in .tablecontent .line .cell {
          padding: 30px;
          font-family: "Roboto"; }
          .baseblock > div > .content > .in .tablecontent .line .cell:first-child .content {
            border-width: 0;
            padding-left: 0;
            color: #222; }
          .baseblock > div > .content > .in .tablecontent .line .cell .content {
            border-left: 4px solid #89c7ee;
            padding-left: 50px;
            color: #222; }
            .baseblock > div > .content > .in .tablecontent .line .cell .content blockquote {
              background: transparent;
              border: 0;
              display: inline-block;
              position: relative;
              padding: 30px 70px;
              margin: 30px 0;
              display: block;
              font-size: 18px;
              font-family: "Archivo Narrow";
              font-style: normal;
              color: #444;
              font-weight: 500;
              width: fit-content;
              width: -moz-fit-content; }
              .baseblock > div > .content > .in .tablecontent .line .cell .content blockquote::before, .baseblock > div > .content > .in .tablecontent .line .cell .content blockquote::after {
                content: "\201C";
                font-style: italic;
                display: block;
                font-size: 200px;
                position: absolute;
                height: 80px;
                width: 80px;
                color: #63a5d5;
                line-height: 170px;
                padding-right: 100px;
                opacity: 0.3; }
              .baseblock > div > .content > .in .tablecontent .line .cell .content blockquote::before {
                opacity: 0.2;
                top: 0;
                left: 0; }
              .baseblock > div > .content > .in .tablecontent .line .cell .content blockquote::after {
                content: "\201D";
                bottom: 0;
                right: 0;
                margin-right: 20px; }
              .baseblock > div > .content > .in .tablecontent .line .cell .content blockquote p {
                font-size: 18px;
                font-family: "Archivo Narrow";
                font-style: normal;
                color: #444;
                font-weight: 500;
                width: fit-content;
                width: -moz-fit-content; }
      .baseblock > div > .content > .in .column.sidecontent {
        display: flex;
        flex-direction: column; }
        .baseblock > div > .content > .in .column.sidecontent.fr .keyfigurebox::before {
          content: "Éléments clés"; }
        .baseblock > div > .content > .in .column.sidecontent.fr .resourcesbox::before {
          content: "Ressources"; }
        .baseblock > div > .content > .in .column.sidecontent .mediascontent {
          padding: 100px 30px;
          flex: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
          .baseblock > div > .content > .in .column.sidecontent .mediascontent .imagescontent {
            width: 100%; }
            .baseblock > div > .content > .in .column.sidecontent .mediascontent .imagescontent .pic {
              margin: 0 15px;
              width: 100%;
              text-align: center;
              cursor: zoom-in; }
              .baseblock > div > .content > .in .column.sidecontent .mediascontent .imagescontent .pic img {
                max-width: 100%;
                height: auto;
                border-radius: 3px;
                margin-bottom: 20px; }
          .baseblock > div > .content > .in .column.sidecontent .mediascontent .videoscontent {
            width: 100%; }
            .baseblock > div > .content > .in .column.sidecontent .mediascontent .videoscontent .video {
              position: relative;
              background: #000;
              background-position: center;
              background-size: cover;
              margin: 0 15px;
              width: 100%;
              text-align: center;
              padding-bottom: 53%;
              margin-bottom: 20px;
              border-radius: 5px;
              overflow: hidden; }
              .baseblock > div > .content > .in .column.sidecontent .mediascontent .videoscontent .video .arrow {
                position: absolute;
                height: 100%;
                width: 100%;
                background: rgba(0, 0, 0, 0.5);
                display: flex;
                align-items: center;
                cursor: pointer;
                justify-content: center; }
                .baseblock > div > .content > .in .column.sidecontent .mediascontent .videoscontent .video .arrow::before {
                  content: "";
                  height: 0;
                  width: 0;
                  border-top: 23px solid transparent;
                  border-bottom: 23px solid transparent;
                  border-left: 40px solid white; }
                .baseblock > div > .content > .in .column.sidecontent .mediascontent .videoscontent .video .arrow:hover {
                  background: rgba(0, 0, 0, 0); }
        .baseblock > div > .content > .in .column.sidecontent .keyfigurebox {
          margin-top: -0px;
          padding: 80px 30px 30px 30px;
          border-left: 1px solid rgba(0, 0, 0, 0.1);
          margin-bottom: 0; }
          .baseblock > div > .content > .in .column.sidecontent .keyfigurebox::before {
            content: "Key Figures";
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            color: #2f6da3;
            font-size: 20px;
            margin-left: -30px;
            padding-left: 30px;
            line-height: 30px;
            display: inline-block;
            margin-bottom: 20px; }
          .baseblock > div > .content > .in .column.sidecontent .keyfigurebox li {
            color: #000;
            list-style: none;
            margin-left: 40px;
            position: relative; }
            .baseblock > div > .content > .in .column.sidecontent .keyfigurebox li::before {
              content: "";
              position: absolute;
              height: 12px;
              width: 12px;
              border-radius: 20px;
              background: #4892bf;
              left: -25px;
              top: 7px; }
        .baseblock > div > .content > .in .column.sidecontent .resourcesbox {
          margin-top: -0px;
          margin-bottom: 0;
          padding: 80px 30px 30px 30px;
          border-left: 1px solid rgba(0, 0, 0, 0.1); }
          .baseblock > div > .content > .in .column.sidecontent .resourcesbox::before {
            content: "Resources";
            color: #2f6da3;
            font-size: 20px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            margin-left: -30px;
            padding-left: 30px;
            line-height: 30px;
            display: inline-block;
            margin-bottom: 20px; }
            .baseblock > div > .content > .in .column.sidecontent .resourcesbox::before.doc {
              content: "Documents"; }
          .baseblock > div > .content > .in .column.sidecontent .resourcesbox.doc::before {
            content: "Documents"; }
          .baseblock > div > .content > .in .column.sidecontent .resourcesbox li {
            list-style: none;
            margin-bottom: 10px;
            padding-left: 20px;
            cursor: pointer;
            transition: transform 150ms; }
            .baseblock > div > .content > .in .column.sidecontent .resourcesbox li:hover {
              transform: translateX(15px); }
            .baseblock > div > .content > .in .column.sidecontent .resourcesbox li a {
              display: inline-block;
              height: 100%;
              color: #000;
              text-decoration: none;
              border-bottom: 2px solid #89c7ee;
              line-height: 30px; }
              .baseblock > div > .content > .in .column.sidecontent .resourcesbox li a:hover {
                border-bottom: 2px solid #63a5d5; }
    .baseblock > div > .content .fullimage {
      min-height: 300px;
      height: 100%;
      width: auto; }
      .baseblock > div > .content .fullimage .pic {
        height: 100%;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
  .baseblock.dark {
    border-top: 1px solid #666;
    margin-bottom: -1px;
    position: relative; }
    .baseblock.dark:last-child {
      border-bottom: 1px solid #666; }
    .baseblock.dark a {
      color: #63a5d5; }
      .baseblock.dark a:hover {
        color: #89c7ee; }
    .baseblock.dark > div .title {
      color: #FFF;
      position: relative;
      border-color: rgba(255, 255, 255, 0.15); }
    .baseblock.dark > div > .content .toptitle {
      color: #FFF; }
    .baseblock.dark > div > .content::before {
      background: #666; }
    .baseblock.dark > div > .content > .in .sidecontent .keyfigurebox, .baseblock.dark > div > .content > .in .sidecontent .resourcesbox {
      border-color: #666;
      color: #63a5d5; }
      .baseblock.dark > div > .content > .in .sidecontent .keyfigurebox li, .baseblock.dark > div > .content > .in .sidecontent .resourcesbox li {
        color: #FFF; }
      .baseblock.dark > div > .content > .in .sidecontent .keyfigurebox::before, .baseblock.dark > div > .content > .in .sidecontent .resourcesbox::before {
        border-color: #666;
        color: #63a5d5; }
    .baseblock.dark > div > .content > .in .sidecontent .resourcesbox li a {
      color: #FFF; }
    .baseblock.dark > div > .content > .in .btmbtns .btn {
      border: 1px solid #777;
      cursor: pointer;
      color: #FFF;
      background: #333; }
      .baseblock.dark > div > .content > .in .btmbtns .btn:hover {
        color: #FFF;
        background: #63a5d5;
        transform: translateX(-2px) translateY(-4px);
        box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.09); }
    .baseblock.dark > div > .content > .in .textcontent h1::before, .baseblock.dark > div > .content > .in .textcontent h2::before {
      background: #FFF; }
    .baseblock.dark > div > .content > .in .textcontent h1, .baseblock.dark > div > .content > .in .textcontent h2, .baseblock.dark > div > .content > .in .textcontent h3, .baseblock.dark > div > .content > .in .textcontent h4, .baseblock.dark > div > .content > .in .textcontent h5, .baseblock.dark > div > .content > .in .textcontent h6, .baseblock.dark > div > .content > .in .textcontent p, .baseblock.dark > div > .content > .in .textcontent span, .baseblock.dark > div > .content > .in .textcontent em, .baseblock.dark > div > .content > .in .textcontent li, .baseblock.dark > div > .content > .in .textcontent strong {
      color: #FFF !important; }
    .baseblock.dark > div > .content > .in .textcontent span.popuplink {
      border-color: #2f6da3;
      padding: 0 0 0 4px;
      font-weight: bold;
      color: #FFF; }
      .baseblock.dark > div > .content > .in .textcontent span.popuplink .far {
        border-radius: 20px;
        background: #111;
        color: #89c7ee; }
    .baseblock.dark > div > .content > .in .textcontent .accordion W
.acontent {
      color: #FFF; }
    .baseblock.dark .peoplelist .peoplecard .name {
      color: #FFF; }
    .baseblock.dark .peoplelist .peoplecard:hover {
      background: #000; }
    .baseblock.dark .newslist .news .title {
      background: #FFF;
      color: #444; }
    .baseblock.dark .eventslist .event .pic {
      box-shadow: initial;
      border-color: #555; }
  .baseblock.upheader {
    margin-top: 0px;
    z-index: 0;
    padding-bottom: 54%;
    transform-style: preserve-3d;
    background-color: #FFF;
    overflow: hidden;
    border: 0; }
    .baseblock.upheader.centered {
      padding-bottom: 0; }
    .baseblock.upheader.trans {
      background: transparent; }
    .baseblock.upheader.threed {
      transform: translateZ(-20px) scale(1.2);
      transform-origin: 50% 0%; }
    .baseblock.upheader.slim {
      padding-bottom: 25%; }
    .baseblock.upheader div .content {
      width: 100%; }
    .baseblock.upheader .headerimage {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      transform-style: preserve-3d;
      font-size: 0; }
      .baseblock.upheader .headerimage.centered {
        position: relative;
        max-width: 1400px;
        margin: auto; }
      .baseblock.upheader .headerimage.anim {
        max-width: 1400px; }
        .baseblock.upheader .headerimage.anim .scene {
          position: relative;
          text-align: center; }
          .baseblock.upheader .headerimage.anim .scene svg {
            width: 100%;
            height: auto;
            max-width: 1700px;
            max-height: 75vh; }
          .baseblock.upheader .headerimage.anim .scene .bg {
            max-height: 800px;
            text-align: center; }
            .baseblock.upheader .headerimage.anim .scene .bg img {
              max-height: 800px;
              height: 100%; }
            .baseblock.upheader .headerimage.anim .scene .bg #lottie {
              position: absolute;
              bottom: 0;
              left: 2.2%;
              height: 100%;
              width: 100%; }
              .baseblock.upheader .headerimage.anim .scene .bg #lottie svg {
                max-height: 800px; }
        .baseblock.upheader .headerimage.anim .pic {
          margin-top: -20px; }
      .baseblock.upheader .headerimage .pic {
        height: 100%;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      .baseblock.upheader .headerimage img.pic {
        width: 100%;
        height: auto; }
      .baseblock.upheader .headerimage.full .pic {
        background-size: contain; }
  .baseblock .projects {
    padding: 50px 30px; }
    .baseblock .projects .column {
      border-top: 8px solid transparent;
      border-bottom: 0px solid transparent;
      transition: border-width 150ms, border-color 150ms; }
      .baseblock .projects .column:hover .projectbox {
        transform: translateX(-2px) translateY(-4px);
        box-shadow: 6px 8px 0px rgba(0, 0, 0, 0.04); }
      .baseblock .projects .column .projectbox {
        background: #FFF;
        height: 320px;
        padding: 7px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        position: relative;
        cursor: pointer;
        transition: all 100ms linear;
        box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.08); }
        .baseblock .projects .column .projectbox .backimage {
          background-size: cover;
          background-position: center;
          width: auto;
          flex: 1; }
        .baseblock .projects .column .projectbox .title {
          background: #FFF;
          bottom: 0px;
          right: 0px;
          padding: 20px 10px;
          font-size: 18px;
          color: #444;
          width: 100%; }
          .baseblock .projects .column .projectbox .title .purpose {
            margin-top: 10px;
            font-size: 13px;
            font-weight: 500; }
  .baseblock .content.teams {
    padding: 20px;
    padding-bottom: 60px; }
    .baseblock .content.teams a {
      text-decoration: none; }
      .baseblock .content.teams a:hover {
        color: initial; }
    .baseblock .content.teams .teamcard {
      height: 380px;
      display: flex;
      flex-direction: column;
      position: relative;
      border: 1px solid transparent;
      background: #FFF;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
      transition: all 250ms;
      cursor: pointer; }
      .baseblock .content.teams .teamcard:hover {
        border: 1px solid rgba(0, 0, 0, 0.1);
        transform: translateX(-4px) translateY(-4px);
        box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.08); }
      .baseblock .content.teams .teamcard .pic {
        flex: 1;
        background: #555;
        background-size: cover;
        background-position: center; }
      .baseblock .content.teams .teamcard .logo {
        position: absolute;
        height: 100px;
        width: 100px;
        top: 15px;
        left: 15px;
        border-radius: 50px;
        border: 2px solid #FFF;
        background-color: #FFF;
        background-size: cover;
        background-position: center; }
      .baseblock .content.teams .teamcard .infos {
        padding: 30px; }
        .baseblock .content.teams .teamcard .infos .managers {
          display: flex;
          flex-flow: row wrap;
          justify-content: space-between; }
          .baseblock .content.teams .teamcard .infos .managers .manager .pic {
            display: inline-block;
            height: 40px;
            width: 40px;
            vertical-align: middle;
            background-position: 50% 25%;
            border: 1px solid #FFF;
            outline: 1px solid #EEE;
            margin-right: 5px; }
          .baseblock .content.teams .teamcard .infos .managers .manager .name {
            display: inline-block;
            text-transform: capitalize;
            font-size: 18px;
            line-height: 40px;
            font-weight: 500;
            border: 0; }
        .baseblock .content.teams .teamcard .infos .name {
          padding: 0px 0 10px 0;
          font-size: 22px;
          color: #444; }
        .baseblock .content.teams .teamcard .infos .des {
          color: #666;
          border-top: 2px solid #F5F5F5;
          font-family: "Roboto";
          padding: 10px 0;
          height: 90px;
          overflow: hidden; }
          .baseblock .content.teams .teamcard .infos .des p:first-child {
            display: block; }
          .baseblock .content.teams .teamcard .infos .des p {
            display: none; }
    .baseblock .content.teams.small .teamcard {
      height: 80px;
      display: flex;
      position: relative;
      border: 1px solid rgba(0, 0, 0, 0.1);
      background: #FFF;
      box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.06);
      transition: all 250ms;
      flex-direction: row;
      cursor: pointer; }
      .baseblock .content.teams.small .teamcard:hover {
        transform: translateX(-2px) translateY(-4px);
        box-shadow: 6px 8px 0px rgba(0, 0, 0, 0.04); }
      .baseblock .content.teams.small .teamcard .pic {
        background: #555;
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100px; }
      .baseblock .content.teams.small .teamcard .logo {
        display: none; }
      .baseblock .content.teams.small .teamcard .managers {
        flex: 1;
        flex-grow: 0; }
        .baseblock .content.teams.small .teamcard .managers .manager .pic {
          display: inline-block;
          height: 39px;
          width: 39px;
          vertical-align: middle;
          background-position: 50% 25%;
          border: 1px solid #FFF;
          outline: 1px solid #EEE;
          margin-right: 5px;
          margin-left: -38px; }
        .baseblock .content.teams.small .teamcard .managers .manager .name {
          display: none;
          text-transform: capitalize;
          font-size: 18px;
          line-height: 40px;
          font-weight: 500;
          border: 0; }
      .baseblock .content.teams.small .teamcard .name {
        padding: 20px;
        font-size: 22px;
        color: #444;
        flex: 1;
        flex-grow: 3; }
  .baseblock .team .teamdes {
    margin-top: 30px; }
    .baseblock .team .teamdes i.fas {
      font-size: 100px;
      position: absolute;
      left: 10px;
      opacity: 0.15;
      color: #63a5d5; }
    .baseblock .team .teamdes blockquote {
      background: transparent;
      border: 0;
      font-size: 16px;
      color: #222;
      font-weight: 500;
      font-family: "Roboto";
      border-bottom: 1px solid #DDD;
      padding: 40px 0;
      margin: 0 40px; }
  .baseblock .team .peoplelist {
    padding: 30px 0;
    font-family: "Archivo Narrow"; }
  .baseblock .peoplelist {
    padding: 50px 0px; }
    .baseblock .peoplelist > .title {
      font-family: "Archivo Narrow";
      height: 40px;
      line-height: 40px;
      width: 100%;
      font-size: 22px;
      padding: 0 20px;
      margin: 0; }
    .baseblock .peoplelist .column:nth-child(2n) .peoplecard > .pic {
      transform: rotate(-2deg); }
    .baseblock .peoplelist .column:nth-child(3n) .peoplecard > .pic {
      transform: rotate(3deg); }
    .baseblock .peoplelist .peoplecard {
      padding: 15px;
      padding-left: 135px;
      min-height: 150px;
      position: relative;
      border: 1px solid transparent;
      transition: all 200ms;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1); }
      .baseblock .peoplelist .peoplecard:hover {
        border: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        background: #FFF;
        transform: translateX(-5px) translateY(-7px);
        box-shadow: 5px 7px 1px rgba(0, 0, 0, 0.05); }
        .baseblock .peoplelist .peoplecard:hover .pic {
          transform: rotate(0deg) !important; }
      .baseblock .peoplelist .peoplecard .pic {
        width: 100px;
        height: 120px;
        left: 15px;
        top: 15px;
        position: absolute;
        background-position: 50% 30%;
        background-size: cover;
        border: 4px solid #FFF;
        outline: 1px solid rgba(0, 0, 0, 0.1);
        transition: transform 200ms;
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.05); }
      .baseblock .peoplelist .peoplecard .name {
        font-size: 22px;
        text-transform: capitalize; }
      .baseblock .peoplelist .peoplecard .title {
        font-size: 18px;
        font-weight: 500; }

.fullcontent {
  transform-style: preserve-3d;
  transform-style: inherit; }
  .fullcontent .baseblock {
    transform-style: inherit; }
  .fullcontent .titleblock {
    font-family: "Archivo Narrow";
    display: flex;
    min-height: 200px;
    padding: 100px 0;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden; }
    .fullcontent .titleblock .background {
      position: absolute;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .fullcontent .titleblock .background .imagesback {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center; }
      .fullcontent .titleblock .background .videoback {
        height: 56.5vw;
        width: 100vw;
        top: 0;
        left: 0;
        margin-top: -5px;
        min-width: 1000px;
        min-height: calc(100% + 100px); }
        .fullcontent .titleblock .background .videoback .voverlay {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100vw;
          background: rgba(0, 0, 0, 0); }
        .fullcontent .titleblock .background .videoback iframe {
          height: 100%;
          width: 100%; }
    .fullcontent .titleblock .shade {
      position: absolute;
      height: 100%;
      width: 100%;
      opacity: 0.7; }
    .fullcontent .titleblock .title-logo {
      margin: auto;
      position: relative;
      height: 140px;
      width: 350px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .fullcontent .titleblock .title {
      color: #FFF;
      line-height: 60px;
      font-size: 48px;
      position: relative;
      font-weight: 900; }
    .fullcontent .titleblock .subtitle {
      color: #FFF;
      font-size: 32px;
      position: relative; }
    @media screen and (max-width: 768px) {
      .fullcontent .titleblock .title-logo {
        max-width: 90vw; }
      .fullcontent .titleblock .title {
        line-height: 45px;
        font-size: 32px;
        padding: 0 15px; }
      .fullcontent .titleblock .subtitle {
        font-size: 24px;
        padding: 0 15px; } }
  .fullcontent .team .baseblock {
    border-top: 0; }
    .fullcontent .team .baseblock .logospacer {
      height: 50px; }
    .fullcontent .team .baseblock .content .in .textcontent {
      padding: 50px 30px; }
  .fullcontent .team .teamhead .headimagecont {
    /* margin-top: 50px; */
    z-index: 1;
    position: relative;
    background: rgba(0, 0, 0, 0.025); }
  .fullcontent .team .teamhead .backimage_blur {
    position: absolute;
    height: 800px;
    top: -200px;
    background-size: cover;
    width: 150vw;
    left: -25vw;
    background-position: center;
    filter: blur(30px) brightness(0.5);
    z-index: -1; }
  .fullcontent .team .teamhead .backimage {
    height: 200px;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2); }
  .fullcontent .team .teamhead .container {
    position: relative; }
    .fullcontent .team .teamhead .container .logo {
      height: 150px;
      width: 150px;
      position: absolute;
      bottom: -75px;
      background-color: #FFF;
      left: 30px;
      background-size: cover;
      border: 3px solid #FFF;
      border-radius: 100px;
      box-shadow: 0px 0px 0px 8px #3b3b3b; }
  .fullcontent .team .peoplelist > .title {
    position: relative;
    color: #666;
    font-size: 20px; }
    .fullcontent .team .peoplelist > .title:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      left: 0;
      top: 50%; }
    .fullcontent .team .peoplelist > .title > span {
      display: inline-block;
      background: #FFF;
      padding: 0 20px;
      z-index: 1;
      position: relative; }
  .fullcontent .team .projects_title {
    font-family: "Archivo Narrow";
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #666;
    font-weight: 600;
    font-size: 20px;
    padding: 0 20px;
    margin: 0; }
    .fullcontent .team .projects_title:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      left: 0;
      top: 50%; }
    .fullcontent .team .projects_title > span {
      display: inline-block;
      background: #FFF;
      padding: 0 20px;
      z-index: 1;
      position: relative; }
  .fullcontent .profile .profilehead {
    min-height: 200px;
    width: 100%;
    padding: 50px 0; }
    .fullcontent .profile .profilehead .pic {
      display: inline-block;
      height: 250px;
      width: 200px;
      border: 8px solid #FFF;
      outline: 1px solid rgba(0, 0, 0, 0.1);
      vertical-align: top;
      background-size: cover;
      background-position: 50% 35%;
      box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.06);
      margin-left: 20px; }
    .fullcontent .profile .profilehead .name {
      display: inline-block;
      vertical-align: top;
      font-size: 35px;
      padding-left: 30px;
      text-transform: capitalize;
      font-family: 'Archivo Narrow';
      font-weight: 600;
      width: calc(100% - 250px); }
      .fullcontent .profile .profilehead .name .title {
        display: block;
        font-size: 24px;
        font-weight: 400; }
      .fullcontent .profile .profilehead .name .contacts {
        padding-bottom: 20px; }
        .fullcontent .profile .profilehead .name .contacts:before {
          content: "";
          display: block;
          height: 3px;
          width: 100px;
          background: #63a5d5;
          margin-bottom: 10px; }
        .fullcontent .profile .profilehead .name .contacts a {
          text-decoration: none; }
        .fullcontent .profile .profilehead .name .contacts i {
          padding: 15px;
          color: #2f6da3;
          display: inline-block;
          font-size: 22px;
          border: 1px solid #CCC;
          border-radius: 30px;
          box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.06);
          transform: rotate(0deg);
          transition: transform 200ms, box-shadow 200ms, background-color 200ms, color 200ms; }
          .fullcontent .profile .profilehead .name .contacts i:hover {
            transform: rotate(360deg);
            box-shadow: -3px -3px 0px -3px rgba(0, 0, 0, 0.06);
            color: #FFF;
            background-color: #63a5d5; }
      .fullcontent .profile .profilehead .name .shortdes {
        font-size: 14px;
        text-transform: none; }
        .fullcontent .profile .profilehead .name .shortdes:before {
          content: "";
          display: block;
          height: 3px;
          width: 100px;
          background: #63a5d5;
          margin-bottom: 20px;
          max-width: 500px; }
  .fullcontent .profile .profilecontent {
    min-height: 100px; }

@keyframes btnspingup {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5, 0.2); }
  100% {
    transform: scale(1); } }

@keyframes btnspingdown {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.5, 2); }
  100% {
    transform: scale(1); } }
    .fullcontent .profile .profilecontent .textcontent.alldes {
      display: block !important;
      padding: 50px 30px;
      overflow: hidden;
      transition: height 450ms; }
      .fullcontent .profile .profilecontent .textcontent.alldes .morebtn {
        position: absolute;
        bottom: 0px;
        background: linear-gradient(to top, #3b3b3b, transparent);
        padding-bottom: 10px;
        padding-top: 150px;
        width: 100%;
        text-align: center;
        border-bottom: 50px solid #3b3b3b; }
        .fullcontent .profile .profilecontent .textcontent.alldes .morebtn a {
          display: block;
          width: 50px;
          height: 50px;
          margin: auto;
          margin-bottom: -47px;
          background: orange;
          position: relative;
          z-index: 1;
          border-radius: 50px;
          text-decoration: none;
          line-height: 50px;
          text-align: center;
          color: #FFF;
          font-size: 19px;
          transition: background-color 350ms;
          transform-origin: 50% 130%;
          box-shadow: 2px 4px 0px -1px rgba(0, 0, 0, 0.12);
          filter: saturate(2.5); }
          .fullcontent .profile .profilecontent .textcontent.alldes .morebtn a:hover {
            filter: saturate(5); }
      .fullcontent .profile .profilecontent .textcontent.alldes.close .morebtn a {
        background: #4a7e93; }
      .fullcontent .profile .profilecontent .textcontent.alldes.opening .morebtn a {
        animation: btnspingdown 450ms; }
      .fullcontent .profile .profilecontent .textcontent.alldes.closing .morebtn a {
        animation: btnspingup 450ms; }
      .fullcontent .profile .profilecontent .textcontent.alldes h1, .fullcontent .profile .profilecontent .textcontent.alldes h2, .fullcontent .profile .profilecontent .textcontent.alldes h3, .fullcontent .profile .profilecontent .textcontent.alldes h4, .fullcontent .profile .profilecontent .textcontent.alldes h5, .fullcontent .profile .profilecontent .textcontent.alldes h6, .fullcontent .profile .profilecontent .textcontent.alldes strong, .fullcontent .profile .profilecontent .textcontent.alldes span {
        color: #FFF !important;
        background-color: transparent !important; }
        .fullcontent .profile .profilecontent .textcontent.alldes h1::before, .fullcontent .profile .profilecontent .textcontent.alldes h2::before, .fullcontent .profile .profilecontent .textcontent.alldes h3::before, .fullcontent .profile .profilecontent .textcontent.alldes h4::before, .fullcontent .profile .profilecontent .textcontent.alldes h5::before, .fullcontent .profile .profilecontent .textcontent.alldes h6::before, .fullcontent .profile .profilecontent .textcontent.alldes strong::before, .fullcontent .profile .profilecontent .textcontent.alldes span::before {
          display: none; }
      .fullcontent .profile .profilecontent .textcontent.alldes h1 {
        font-size: 24px; }
      .fullcontent .profile .profilecontent .textcontent.alldes h2 {
        font-size: 21px; }
      .fullcontent .profile .profilecontent .textcontent.alldes h3 {
        font-size: 19px; }
      .fullcontent .profile .profilecontent .textcontent.alldes h4 {
        font-size: 16px; }
      .fullcontent .profile .profilecontent .textcontent.alldes p {
        padding: 0;
        margin: 0; }
      .fullcontent .profile .profilecontent .textcontent.alldes strong {
        font-weight: bold; }
      .fullcontent .profile .profilecontent .textcontent.alldes a {
        color: #63a5d5; }
      .fullcontent .profile .profilecontent .textcontent.alldes .des {
        padding: 20px 0;
        color: #FFF;
        position: relative; }
        .fullcontent .profile .profilecontent .textcontent.alldes .des:nth-child(2n)::before {
          content: '';
          display: block;
          position: absolute;
          top: 0px;
          left: 0;
          background: #FFF;
          height: 3px;
          width: 180px; }
  .fullcontent .baseblock .content.news {
    padding: 0 20px;
    width: 100%; }
  .fullcontent .news .newshead .headimagecont {
    position: relative;
    background: rgba(0, 0, 0, 0.025);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden; }
  .fullcontent .news .newshead .backimage_blur {
    position: absolute;
    height: 800px;
    top: -200px;
    background-size: cover;
    width: 150vw;
    left: -25vw;
    filter: blur(30px) brightness(0.5);
    z-index: -1; }
  .fullcontent .news .newshead .backimage {
    height: 400px;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2); }
  .fullcontent .news .newshead .title {
    padding: 20px 20px;
    font-family: "Archivo Narrow"; }
    .fullcontent .news .newshead .title .subtitle {
      font-size: 24px; }
    .fullcontent .news .newshead .title .metas {
      display: flex;
      justify-content: space-between; }
    .fullcontent .news .newshead .title .date {
      font-size: 18px;
      color: #4892bf; }
  .fullcontent .news .tag {
    background-color: #4892bf;
    color: white;
    font-size: 16px;
    cursor: pointer; }
  .fullcontent .news .tag.off {
    background-color: white;
    color: #4892bf; }
  .fullcontent .news .newscontent a, .fullcontent .news .newscontent a:hover {
    color: #2f6da3;
    text-decoration: underline; }
  .fullcontent .news .newscontent ul {
    list-style-position: outside;
    padding-left: 2rem; }
  .fullcontent .news .newscontent ul, .fullcontent .news .newscontent ul li {
    list-style-type: disc !important;
    list-style-image: none !important; }
    .fullcontent .news .newscontent ul:before, .fullcontent .news .newscontent ul li:before {
      display: none !important; }
  .fullcontent .news .newscontent .alldes.textcontent {
    width: 100%;
    max-width: 750px !important;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }
  .fullcontent .news .newscontent figure {
    margin-left: 0;
    margin-right: 0; }
  .fullcontent .news .newscontent h1, .fullcontent .news .newscontent h2, .fullcontent .news .newscontent h3, .fullcontent .news .newscontent h4, .fullcontent .news .newscontent h5, .fullcontent .news .newscontent h6 {
    margin-top: 2rem; }
    .fullcontent .news .newscontent h1::before, .fullcontent .news .newscontent h2::before, .fullcontent .news .newscontent h3::before, .fullcontent .news .newscontent h4::before, .fullcontent .news .newscontent h5::before, .fullcontent .news .newscontent h6::before {
      display: none; }
  .fullcontent .news .newscontent .kg-card {
    max-width: 100%; }
  .fullcontent .news .newscontent .kg-card + * {
    margin-top: 45px; }
  .fullcontent .news .newscontent .kg-bookmark-card {
    max-width: 750px;
    margin: 0 auto;
    border: 1px solid #d9d9d9;
    border-radius: 4px; }
  .fullcontent .news .newscontent .kg-bookmark-content {
    flex-grow: 1;
    overflow: hidden;
    padding: 25px; }
  .fullcontent .news .newscontent .kg-bookmark-container {
    display: flex;
    overflow: hidden;
    text-decoration: none !important; }
  .fullcontent .news .newscontent .kg-bookmark-title {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left; }
  .fullcontent .news .newscontent .kg-bookmark-description {
    color: #aaa;
    font-size: 16px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .fullcontent .news .newscontent .kg-bookmark-metadata {
    align-items: center;
    display: flex;
    font-size: 14px;
    margin-top: 5px; }
  .fullcontent .news .newscontent .kg-bookmark-icon {
    height: 20px;
    margin-right: 5px;
    width: 20px; }
  .fullcontent .news .newscontent .kg-bookmark-metadata > span {
    color: #1a1a1a; }
  .fullcontent .news .newscontent .kg-bookmark-author, .fullcontent .news .newscontent .kg-bookmark-publisher {
    display: inline; }
  .fullcontent .news .newscontent .kg-bookmark-thumbnail {
    flex-shrink: 0;
    margin-left: 20px;
    position: relative;
    width: 300px; }
    .fullcontent .news .newscontent .kg-bookmark-thumbnail img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      width: 100%; }
  .fullcontent .news .newscontent .kg-embed-card {
    height: 0;
    padding-top: 75%;
    position: relative; }
    .fullcontent .news .newscontent .kg-embed-card iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .fullcontent .news .newscontent .u-text-format > .kg-card, .fullcontent .news .newscontent .u-text-format > .kg-card + * {
    margin-top: 45px; }
  .fullcontent .news .newscontent .kg-gallery-container {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .fullcontent .news .newscontent .kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px; }
  .fullcontent .news .newscontent .kg-gallery-image {
    flex: 1.50038 1 0%; }
    .fullcontent .news .newscontent .kg-gallery-image img {
      height: 100%;
      width: 100%; }
  .fullcontent .news .newscontent figcaption {
    color: #1a1a1a;
    font-size: 14px;
    margin-top: 15px;
    text-align: center; }
  .fullcontent .more-news .tags {
    padding: .8rem 0;
    justify-content: center; }

.baseblock .newslist {
  padding: 70px 20px; }
  .baseblock .newslist a {
    text-decoration: none; }
  .baseblock .newslist .news {
    display: flex;
    flex-direction: column;
    border: 1px solid #DDD;
    cursor: pointer;
    overflow: hidden; }
    .baseblock .newslist .news .pic {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: 40%;
      transition: all 400ms; }
      .baseblock .newslist .news .pic .backimage {
        height: 100%;
        width: 100%;
        transition: transform 600ms;
        background-size: cover;
        background-position: center;
        will-change: transform;
        backface-visibility: hidden; }
    .baseblock .newslist .news.m .pic {
      flex-basis: 60%; }
    .baseblock .newslist .news:hover .pic {
      flex-shrink: 1; }
    .baseblock .newslist .news .title {
      padding: 15px;
      font-size: 22px;
      flex-grow: 1;
      flex-shrink: 0.1;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0;
      flex-basis: 0; }
    .baseblock .newslist .news:hover .title {
      flex-grow: 1;
      margin-bottom: 1.5rem;
      flex-basis: 50%; }
    .baseblock .newslist .news .subtitle {
      margin-top: 0;
      font-size: 18px;
      font-family: "Roboto";
      flex-shrink: 1;
      flex-grow: 0;
      flex-basis: 0;
      overflow: hidden;
      transition: all 400ms;
      display: none; }
      .baseblock .newslist .news .subtitle .text-wrapper {
        padding: 10px 15px 0 15px;
        text-overflow: ellipsis;
        overflow: hidden; }
    .baseblock .newslist .news:hover .subtitle {
      display: block;
      margin-top: 10px;
      flex-basis: auto;
      flex-shrink: 0;
      flex-grow: 1;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .baseblock .newslist .news .date {
      padding: 15px;
      color: #4892bf;
      font-size: 16px;
      float: right;
      flex-grow: 0;
      flex-shrink: 0; }
    .baseblock .newslist .news.xl {
      height: 600px; }
      .baseblock .newslist .news.xl .title {
        font-size: 26px; }
      .baseblock .newslist .news.xl .subtitle {
        font-size: 18px; }
    .baseblock .newslist .news.l {
      height: 500px; }
      .baseblock .newslist .news.l .title {
        font-size: 22px; }
      .baseblock .newslist .news.l .subtitle {
        font-size: 16px; }
    .baseblock .newslist .news.m {
      height: 400px; }
      .baseblock .newslist .news.m .title {
        font-size: 20px; }
      .baseblock .newslist .news.m .subtitle {
        font-size: 14px; }

.baseblock .newsbtn_cont {
  margin-top: -50px;
  margin-bottom: 40px;
  text-align: right;
  padding-right: 20px; }
  .baseblock .newsbtn_cont .newsbutton {
    color: #FFF;
    display: inline-block;
    padding: 10px 20px;
    background: #82b45f;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.15); }
    .baseblock .newsbtn_cont .newsbutton:hover {
      color: #FFF;
      background: #7bcb43; }

.baseblock .eventslist {
  padding: 70px 20px;
  overflow: hidden;
  margin-bottom: 10px;
  transform-style: inherit; }
  .baseblock .eventslist.open {
    max-height: initial !important; }
    .baseblock .eventslist.open .moreeventsbtn_cont {
      transform-style: flat; }
      .baseblock .eventslist.open .moreeventsbtn_cont .btn {
        background: #f0a62c; }
        .baseblock .eventslist.open .moreeventsbtn_cont .btn::before {
          content: "\f068"; }
  .baseblock .eventslist a {
    text-decoration: none; }
  .baseblock .eventslist .moreeventsbtn_cont {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
    padding-top: 20px;
    border-bottom: 20px solid #FFF;
    background: #FFF;
    z-index: 0; }
    .baseblock .eventslist .moreeventsbtn_cont .btn {
      margin: auto;
      height: 58px;
      width: 58px;
      background: #4892bf;
      border-radius: 50px;
      position: relative;
      box-shadow: 1px 4px 0px -1px rgba(0, 0, 0, 0.14); }
      .baseblock .eventslist .moreeventsbtn_cont .btn:hover {
        filter: brightness(1.2);
        cursor: pointer; }
      .baseblock .eventslist .moreeventsbtn_cont .btn::before {
        content: "\f067";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        line-height: 58px;
        width: 58px;
        color: #FFF;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        top: 0;
        left: 0; }
  .baseblock .eventslist .event {
    display: flex;
    height: 250px;
    width: 100%;
    margin: 15px;
    position: relative; }
    .baseblock .eventslist .event:hover .backimage {
      filter: brightness(1.05) saturate(1.1); }
    .baseblock .eventslist .event:hover .viewbtn {
      opacity: 1;
      transform: translateY(0); }
    @media (hover: none) {
      .baseblock .eventslist .event .viewbtn {
        opacity: 1 !important;
        transform: translateY(0) !important; } }
    .baseblock .eventslist .event .pic {
      height: 250px;
      width: 200px;
      border: 6px solid #FFF;
      outline: 1px solid #DDD;
      box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1); }
      .baseblock .eventslist .event .pic .backimage {
        height: 100%;
        width: 100%;
        transition: transform 600ms;
        background-size: cover;
        background-position: 50% 50%;
        will-change: transform;
        backface-visibility: hidden; }
    .baseblock .eventslist .event .title {
      flex: 1;
      display: flex;
      flex-direction: column;
      padding: 0 0 0 20px;
      font-size: 22px;
      height: 100%;
      -webkit-mask-image: linear-gradient(179deg, #000 50%, transparent 90%);
      mask-image: linear-gradient(179deg, #000 50%, transparent 90%); }
      .baseblock .eventslist .event .title .date {
        padding-bottom: 3px;
        flex: 1;
        flex-basis: 0%;
        margin-bottom: 10px; }
        .baseblock .eventslist .event .title .date .day, .baseblock .eventslist .event .title .date .hour {
          display: inline;
          font-size: 15px;
          margin-right: 5px; }
          .baseblock .eventslist .event .title .date .day i.far, .baseblock .eventslist .event .title .date .hour i.far {
            color: #4892bf; }
      .baseblock .eventslist .event .title .main {
        flex: 1;
        flex-basis: 0%;
        padding-bottom: 10px;
        border-bottom: 1px solid #DDD;
        margin-bottom: 10px; }
      .baseblock .eventslist .event .title .description {
        font-size: 15px;
        font-weight: initial;
        line-height: 25px;
        flex: 1;
        overflow: hidden;
        flex-basis: 100%; }
      .baseblock .eventslist .event .title .subtitle {
        margin-top: 10px;
        padding: 10px 0 0 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 18px;
        font-family: "Roboto"; }
    .baseblock .eventslist .event .viewbtn {
      position: absolute;
      bottom: 20px;
      right: 10px;
      z-index: 1;
      background: #2699ff;
      color: #FFF;
      font-size: 20px;
      text-transform: uppercase;
      padding: 5px 15px;
      font-weight: 600;
      transform: translateY(80px);
      opacity: 0;
      transition: transform 300ms, opacity 300ms;
      cursor: pointer; }

/* MODULE GRID IMG */
.gridimg a {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 10px;
  text-decoration: none; }

.gridimg.grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0; }
  .gridimg.grid.is-1 a {
    width: calc(100% - 20px); }
  .gridimg.grid.is-2 a {
    width: calc(50% - 20px); }
  .gridimg.grid.is-4 a {
    width: calc(25% - 20px); }
  .gridimg.grid.is-6 a {
    width: calc(16.66% - 20px); }

/* MODULE GRID VIDEOS */
.gridvideos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  width: 100%; }
  .gridvideos .video-container {
    margin: 0 14px 30px; }
  .gridvideos .video {
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 53%;
    position: relative;
    width: 100%; }
    .gridvideos .video .arrow {
      position: absolute;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      cursor: pointer;
      justify-content: center; }
      .gridvideos .video .arrow::before {
        content: "";
        height: 0;
        width: 0;
        border-top: 23px solid transparent;
        border-bottom: 23px solid transparent;
        border-left: 40px solid white; }
      .gridvideos .video .arrow:hover {
        background: rgba(0, 0, 0, 0); }
  .gridvideos .video-title p {
    line-height: 24px !important;
    margin-right: 10px;
    margin-top: 10px; }
  .gridvideos.is-1 .video-container {
    margin: 0 0 30px;
    width: 100%; }
  .gridvideos.is-2 .video-container {
    width: calc(50% - 14px); }
    .gridvideos.is-2 .video-container:nth-child(odd) {
      margin-left: 0; }
    .gridvideos.is-2 .video-container:nth-child(even) {
      margin-right: 0; }
  .gridvideos.is-4 .video-container {
    width: calc(25% - 22px); }
    .gridvideos.is-4 .video-container:nth-child(4n+1) {
      margin-left: 0; }
    .gridvideos.is-4 .video-container:nth-child(4n) {
      margin-right: 0; }
  .gridvideos.is-6 .video-container {
    width: calc(16.6% - 24px); }
    .gridvideos.is-6 .video-container:nth-child(6n+1) {
      margin-left: 0; }
    .gridvideos.is-6 .video-container:nth-child(6n) {
      margin-right: 0; }

/* MODULE MEDIA BLOCKS */
.mediablocks .mediablock {
  align-items: center;
  display: flex; }

.mediablocks .video {
  background: #000;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  margin: 0 15px 50px;
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  text-align: center;
  width: 66.66%; }

.mediablocks .arrow {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%; }
  .mediablocks .arrow::before {
    content: "";
    height: 0;
    width: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 40px solid white; }
  .mediablocks .arrow:hover {
    background: rgba(0, 0, 0, 0); }

.mediablocks .mediablock-quote {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  width: 33.33%; }

@media screen and (max-width: 1150px) {
  .gridvideos.is-6 .video-container {
    width: calc(25% - 26px); }
    .gridvideos.is-6 .video-container:nth-child(6n+1), .gridvideos.is-6 .video-container:nth-child(6n) {
      margin: 0 10px 30px; } }

@media screen and (max-width: 1025px) {
  .gridvideos .video .arrow::before {
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 20px; }
  .gridimg.grid.is-6 a {
    width: calc(25% - 20px); }
  .mediablocks .mediablock {
    flex-direction: column; }
  .mediablocks .video {
    margin-bottom: 0;
    padding-bottom: 53%;
    width: 100%; }
  .mediablocks .mediablock-quote {
    margin-bottom: 50px;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .gridvideos.is-6 .video-container, .gridvideos.is-4 .video-container {
    width: calc(50% - 24px); }
    .gridvideos.is-6 .video-container:nth-child(4n+1), .gridvideos.is-6 .video-container:nth-child(4n), .gridvideos.is-4 .video-container:nth-child(4n+1), .gridvideos.is-4 .video-container:nth-child(4n) {
      margin: 0 10px 30px; }
  .gridimg.grid.is-4 a, .gridimg.grid.is-6 a {
    width: calc(50% - 20px); }
  .gridimg.grid.is-4.is-responsive-3 a, .gridimg.grid.is-6.is-responsive-3 a {
    width: calc(33% - 20px); } }

@media screen and (max-width: 768px) {
  #verticalnav_cont {
    right: 5px; }
  #header .crilogo::before {
    display: none; }
  #header .crilogo img {
    margin-top: -4px; }
  #scrollcont {
    margin-top: 0;
    padding-top: 0;
    height: 100vh; }
  .baseblock {
    transform-style: inherit; }
    .baseblock:first-child {
      padding-top: 120px; }
    .baseblock.upheader:first-child {
      padding-top: 60px; }
      .baseblock.upheader:first-child:before {
        content: "";
        position: absolute;
        background: #FFF;
        border-bottom: 1px solid rgba(0, 0, 0, 0.18);
        width: 100%;
        height: 60px;
        top: 0;
        z-index: 1; }
      .baseblock.upheader:first-child.threed {
        padding-top: 60px; }
        .baseblock.upheader:first-child.threed:before {
          height: 60px; }
    .baseblock .anchor {
      margin-top: -100px; }
    .baseblock .upheader {
      padding-bottom: 100%;
      transform-style: inherit; }
      .baseblock .upheader.slim {
        padding-bottom: 75%; }
    .baseblock > div {
      transform-style: flat; }
      .baseblock > div > .title {
        transform-style: inherit;
        writing-mode: initial;
        text-orientation: initial;
        transform: initial;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: auto;
        max-width: 60%;
        font-size: 26px; }
      .baseblock > div > .content {
        transform-style: inherit;
        filter: brightness(1);
        width: 100%; }
        .baseblock > div > .content.titlenone, .baseblock > div > .content.titletop {
          margin-left: initial; }
        .baseblock > div > .content.titleboth .toptitle {
          display: none; }
        .baseblock > div > .content .toptitle {
          font-size: 30px;
          line-height: 35px; }
        .baseblock > div > .content > .in .btmbtns .btn {
          width: 100%; }
        .baseblock > div > .content > .in .textcontent {
          padding: 50px 30px; }
          .baseblock > div > .content > .in .textcontent p {
            padding-right: 25px; }
            .baseblock > div > .content > .in .textcontent p img {
              text-align: center;
              margin: auto;
              display: block; }
        .baseblock > div > .content > .in .tablecontent .line .title {
          align-items: flex-start;
          width: 100%;
          max-width: 100%; }
        .baseblock > div > .content > .in .column.sidecontent {
          margin-top: 0; }
          .baseblock > div > .content > .in .column.sidecontent .mediascontent .imagescontent {
            display: flex;
            flex-wrap: wrap; }
            .baseblock > div > .content > .in .column.sidecontent .mediascontent .imagescontent .pic {
              margin: 0 10px;
              width: calc(50% - 20px); }
          .baseblock > div > .content > .in .column.sidecontent .mediascontent .videoscontent {
            display: flex;
            flex-wrap: wrap; }
            .baseblock > div > .content > .in .column.sidecontent .mediascontent .videoscontent .video {
              margin: 0 10px;
              width: calc(100% - 20px); }
          .baseblock > div > .content > .in .column.sidecontent .keyfigurebox, .baseblock > div > .content > .in .column.sidecontent .resourcesbox {
            padding: 0px 30px 30px 50px;
            margin-left: -20px;
            border-left: 1px solid rgba(0, 0, 0, 0.1); }
        .baseblock > div > .content .content.events .event {
          height: 320px; }
          .baseblock > div > .content .content.events .event .pic {
            width: 100px;
            height: 130px; }
          .baseblock > div > .content .content.events .event .title {
            padding: 0 20px 0 10px; }
    .baseblock.newscontent > div > .title {
      display: none; }
  .profile .profilehead .container .pic {
    margin-right: calc(50% - 100px);
    margin-left: calc(50% - 100px);
    margin-top: 50px; }
  .profile .profilehead .container .name {
    text-align: center;
    width: initial;
    padding-right: 20px; }
    .profile .profilehead .container .name .contacts {
      border-top: 3px solid #4892bf;
      padding-top: 10px;
      margin-bottom: 20px; }
      .profile .profilehead .container .name .contacts:before {
        display: none; }
    .profile .profilehead .container .name .shortdes {
      text-align: justify; }
      .profile .profilehead .container .name .shortdes:before {
        display: none; }
  .partners .footer-logos {
    text-align: center !important; } }

@media screen and (max-width: 1024px) {
  .baseblock.upheader {
    padding-bottom: 100%; } }

#svg8 g path {
  fill: blue; }

.news-subscribe .title {
  visibility: hidden; }

.news-subscribe .content::before {
  display: none; }

.news-subscribe .news-subscribe-form {
  padding-top: 3rem; }

.news-subscribe .button.is-success {
  background-color: #4892bf; }

.chart .ct-label {
  fill: #555;
  color: #555;
  background: transparent;
  font-size: 20px;
  font-weight: 700; }

.chart .ct-series-a .ct-slice-pie {
  fill: #89c7ee; }

.chart .ct-series-a .ct-slice-donut, .chart .ct-series-a .ct-bar {
  stroke: #89c7ee; }

.chart .ct-series-b .ct-slice-pie {
  fill: #63a5d5; }

.chart .ct-series-b .ct-slice-donut, .chart .ct-series-b .ct-bar {
  stroke: #63a5d5; }

.chart .ct-series-c .ct-slice-pie {
  fill: #4892bf; }

.chart .ct-series-c .ct-slice-donut, .chart .ct-series-c .ct-bar {
  stroke: #4892bf; }

.chart .ct-series-d .ct-slice-pie {
  fill: #2f6da3; }

.chart .ct-series-d .ct-slice-donut, .chart .ct-series-d .ct-bar {
  stroke: #2f6da3; }

.chart .ct-series-e .ct-slice-pie {
  fill: #17488e; }

.chart .ct-series-e .ct-slice-donut, .chart .ct-series-e .ct-bar {
  stroke: #17488e; }

.chart .ct-series-f .ct-slice-pie {
  fill: #25694f; }

.chart .ct-series-f .ct-slice-donut, .chart .ct-series-f .ct-bar {
  stroke: #25694f; }

.chart .ct-series-g .ct-slice-pie {
  fill: #239e6f; }

.chart .ct-series-g .ct-slice-donut, .chart .ct-series-g .ct-bar {
  stroke: #239e6f; }

.chart .ct-series-h .ct-slice-pie {
  fill: #2c9ab1; }

.chart .ct-series-h .ct-slice-donut, .chart .ct-series-h .ct-bar {
  stroke: #2c9ab1; }

.chart .ct-series-i .ct-slice-pie {
  fill: #25bad9; }

.chart .ct-series-i .ct-slice-donut, .chart .ct-series-i .ct-bar {
  stroke: #25bad9; }

.chart .ct-series-j .ct-slice-pie {
  fill: #6a68eb; }

.chart .ct-series-j .ct-slice-donut, .chart .ct-series-j .ct-bar {
  stroke: #6a68eb; }

.chart .ct-series-k .ct-slice-pie {
  fill: #8a89ec; }

.chart .ct-series-k .ct-slice-donut, .chart .ct-series-k .ct-bar {
  stroke: #8a89ec; }

.chart .ct-series-l .ct-slice-pie {
  fill: #b289ec; }

.chart .ct-series-l .ct-slice-donut, .chart .ct-series-l .ct-bar {
  stroke: #b289ec; }

@keyframes rotate {
  0% {
    transform: rotateZ(0deg); }
  50% {
    transform: rotateZ(180deg); }
  100% {
    transform: rotateZ(360deg); } }

html, body {
  background-color: #FFF;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

a:focus {
  outline: 0; }

a, button::-moz-focus-inner {
  border: 0; }

.popups-content {
  display: none !important; }

#scrollcont {
  margin-top: -1px;
  height: calc(100vh - 59px);
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  perspective: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  perspective-origin: top;
  transition: transform 400ms;
  /* margin-top: -105px; */ }

@keyframes winappear {
  0% {
    border-radius: 0px;
    opacity: 0;
    transform: rotateX(-0.75deg) scale(1.2) translateY(-10%); }
  100% {
    border-radius: 0;
    opacity: 1;
    transform: rotateX(0) scale(1) translateY(0px); } }

@keyframes popupappear {
  0% {
    border-radius: 0px;
    opacity: 0;
    transform: scale(1) translateY(-5%); }
  100% {
    border-radius: 0;
    opacity: 1;
    transform: scale(1) translateY(0px); } }

@keyframes openglobalmenu {
  0% {
    opacity: 0;
    transform: translateX(-350px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

#globalmenu {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  display: none; }
  #globalmenu.open .back {
    opacity: 1; }
  #globalmenu.closing .back {
    opacity: 0; }
  #globalmenu.closing .menu {
    transform: translateX(-350px); }
  #globalmenu .back {
    opacity: 0;
    position: absolute;
    height: 100vh;
    width: 100vw;
    background: rgba(100, 100, 100, 0.8);
    transition: opacity 300ms; }
  #globalmenu .menu {
    height: 100%;
    color: #FFF;
    width: 350px;
    background: #333;
    display: inline-block;
    padding: 20px 0px 100px 0px;
    position: relative;
    transition: transform 350ms;
    animation: openglobalmenu 350ms;
    border-right: 1px solid #444;
    overflow-y: auto; }
    #globalmenu .menu .backbtn {
      position: absolute;
      left: 30px;
      font-size: 40px;
      top: 40px; }
      #globalmenu .menu .backbtn:hover {
        cursor: pointer;
        color: #63a5d5; }
    #globalmenu .menu .logo {
      width: 100%;
      min-width: 350px;
      padding: 0px 40px;
      text-align: center; }
      #globalmenu .menu .logo img {
        height: 110px;
        width: auto; }
    #globalmenu .menu .title {
      color: #999;
      font-size: 15px;
      padding: 10px 30px;
      border-bottom: 1px solid #444;
      margin-top: 30px;
      margin-bottom: 0; }
      #globalmenu .menu .title:first-child {
        margin-top: 5px; }
    #globalmenu .menu ul li .logo {
      height: 32px;
      width: 32px;
      min-width: 32px;
      padding: 0;
      margin-right: 15px;
      vertical-align: middle;
      display: inline-block; }
      #globalmenu .menu ul li .logo img {
        height: 32px;
        width: 32px; }
    #globalmenu .menu ul li a {
      display: block;
      padding: 5px 30px;
      color: #FFF;
      line-height: 32px;
      font-weight: 500;
      text-decoration: none;
      font-weight: 600;
      font-size: 17px;
      background-color: transparent;
      transition: background-color 350ms;
      font-family: "Archivo Narrow"; }
      #globalmenu .menu ul li a:hover {
        background-color: #2f6da3; }

#popup-cont {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9900;
  display: none; }
  #popup-cont #popup-win {
    animation: popupappear 300ms ease-in-out;
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #FFF; }
    #popup-cont #popup-win .close-btn {
      position: absolute;
      font-size: 35px;
      color: #fff;
      background: #000;
      line-height: 48px;
      border-radius: 40px;
      height: 30px;
      width: 30px;
      text-align: center;
      right: -12px;
      vertical-align: top;
      top: -12px;
      z-index: 9999;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center; }
      #popup-cont #popup-win .close-btn i {
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3), -1px 3px 0px rgba(0, 0, 0, 0.15); }
      #popup-cont #popup-win .close-btn:hover {
        cursor: pointer;
        background: #e73b3b; }
    #popup-cont #popup-win .title {
      padding: 20px 30px;
      font-size: 24px;
      font-family: "Archivo Narrow";
      border-bottom: 1px solid #DDD;
      margin-bottom: 0; }
    #popup-cont #popup-win .content {
      padding: 30px 40px 40px 40px;
      max-height: calc(100vh - 120px);
      overflow-y: auto;
      font-size: 16px; }
      #popup-cont #popup-win .content blockquote {
        background: transparent;
        border: 0;
        display: inline-block;
        position: relative;
        padding: 30px 70px;
        margin: 30px 0;
        display: block;
        font-size: 18px;
        font-family: "Archivo Narrow";
        font-style: normal;
        color: #444;
        font-weight: 500;
        width: fit-content;
        width: -moz-fit-content; }
        #popup-cont #popup-win .content blockquote::before, #popup-cont #popup-win .content blockquote::after {
          content: "\201C";
          font-style: italic;
          display: block;
          font-size: 200px;
          position: absolute;
          height: 80px;
          width: 80px;
          color: #63a5d5;
          line-height: 170px;
          padding-right: 100px;
          opacity: 0.3; }
        #popup-cont #popup-win .content blockquote::before {
          opacity: 0.2;
          top: 0;
          left: 0; }
        #popup-cont #popup-win .content blockquote::after {
          content: "\201D";
          bottom: 0;
          right: 0;
          margin-right: 20px; }
        #popup-cont #popup-win .content blockquote p {
          font-size: 18px;
          font-family: "Archivo Narrow";
          font-style: normal;
          color: #444;
          font-weight: 500;
          width: fit-content;
          width: -moz-fit-content; }
      #popup-cont #popup-win .content h1 {
        font-size: 30px; }
      #popup-cont #popup-win .content h2 {
        font-size: 27px; }
      #popup-cont #popup-win .content h3 {
        font-size: 24px; }
      #popup-cont #popup-win .content h4 {
        font-size: 22px; }
      #popup-cont #popup-win .content h5 {
        font-size: 20px; }
      #popup-cont #popup-win .content h6 {
        font-size: 18px; }
      #popup-cont #popup-win .content h1, #popup-cont #popup-win .content h2, #popup-cont #popup-win .content h3, #popup-cont #popup-win .content h4, #popup-cont #popup-win .content h5 {
        text-align: left;
        font-family: "Archivo Narrow";
        font-weight: 600; }
      #popup-cont #popup-win .content h1, #popup-cont #popup-win .content h2 {
        position: relative;
        margin-bottom: 35px; }
        #popup-cont #popup-win .content h1::before, #popup-cont #popup-win .content h2::before {
          content: '';
          position: absolute;
          width: 20%;
          height: 3px;
          background: #000;
          bottom: -20px; }
      #popup-cont #popup-win .content p {
        line-height: 30px;
        font-family: "Roboto";
        font-size: 16px;
        text-align: justify;
        color: #333; }
      #popup-cont #popup-win .content li {
        text-align: left;
        font-family: "Roboto";
        margin: 16px 0 16px 20px;
        color: #555;
        font-size: 16px;
        list-style: none; }
        #popup-cont #popup-win .content li::before {
          content: "\2022";
          color: #4892bf;
          font-size: 50px;
          line-height: 30px;
          font-weight: bold;
          display: inline-block;
          width: 0.5em;
          margin-left: -0.5em;
          vertical-align: middle; }
        #popup-cont #popup-win .content li ul li::before {
          content: "\2022";
          color: #2f6da3;
          font-size: 40px;
          line-height: 20px;
          font-weight: bold;
          display: inline-block;
          width: 0.5em;
          margin-left: -0.5em;
          vertical-align: middle; }
        #popup-cont #popup-win .content li p {
          display: inline; }
      #popup-cont #popup-win .content span.popuplink {
        border-bottom: 2px solid #89c7ee;
        border-color: #89c7ee;
        padding: 0 0 0 4px;
        font-weight: 500;
        color: #000; }
        #popup-cont #popup-win .content span.popuplink:hover {
          filter: brightness(1) contrast(1.2);
          cursor: pointer; }
        #popup-cont #popup-win .content span.popuplink .far {
          margin-left: 3px;
          border-radius: 20px;
          background: #FFF;
          color: #2f6da3; }
      #popup-cont #popup-win .content .notices {
        border-width: 2px;
        padding: 20px; }
        #popup-cont #popup-win .content .notices.yellow {
          background-color: rgba(240, 173, 78, 0.2); }
        #popup-cont #popup-win .content .notices.red {
          background-color: rgba(255, 147, 147, 0.2); }
        #popup-cont #popup-win .content .notices.blue {
          background-color: rgba(126, 215, 242, 0.2); }
        #popup-cont #popup-win .content .notices.green {
          background-color: rgba(172, 230, 103, 0.2); }
      #popup-cont #popup-win .content .accordion {
        border: 1px solid transparent;
        transition: height 200ms;
        position: relative;
        overflow: hidden;
        padding: 5px;
        border-radius: 4px;
        margin-bottom: 10px;
        line-height: 30px;
        will-change: height; }
        #popup-cont #popup-win .content .accordion .title {
          cursor: pointer;
          font-size: 22px;
          padding: 5px 0;
          margin: 0;
          line-height: 30px;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 100%;
          overflow: hidden;
          position: relative;
          z-index: 1; }
          #popup-cont #popup-win .content .accordion .title::before {
            content: "+";
            color: #63a5d5;
            font-weight: 700;
            display: inline-block;
            vertical-align: top;
            font-size: 30px;
            width: 20px;
            height: 30px;
            line-height: 30px;
            font-family: Roboto;
            text-align: center; }
        #popup-cont #popup-win .content .accordion .acontent {
          position: absolute;
          margin-top: 5px;
          margin-left: 8px;
          padding: 30px 20px 0px 20px;
          border-left: 4px solid #63a5d5;
          font-family: "Roboto";
          opacity: 0;
          transform-origin: 0 0;
          transform: translateY(-35px) translateZ(0);
          transition: all 200ms;
          will-change: opacity, transform;
          /* transition-delay: 100ms; */ }
        #popup-cont #popup-win .content .accordion.open .title {
          color: #63a5d5; }
          #popup-cont #popup-win .content .accordion.open .title::before {
            content: "-";
            font-size: 42px;
            line-height: 26px; }
        #popup-cont #popup-win .content .accordion.open .acontent {
          transform: translateY(-20px);
          opacity: 1; }

#window {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9900;
  display: none; }
  #window .win {
    position: relative;
    /* width: 90%; */
    /* max-width: 1280px; */
    /* overflow: hidden; */
    animation: winappear 400ms ease-in-out;
    transform-origin: 50% 0%;
    text-align: center;
    max-height: 90vh;
    height: 50.85vw;
    width: 90vw;
    max-width: 1280px;
    max-height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute; }
    #window .win .close-btn {
      position: absolute;
      font-size: 35px;
      color: #fff;
      background: #000;
      line-height: 48px;
      border-radius: 40px;
      height: 30px;
      width: 30px;
      text-align: center;
      right: -12px;
      vertical-align: top;
      top: -12px;
      z-index: 9999;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center; }
      #window .win .close-btn i {
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3), -1px 3px 0px rgba(0, 0, 0, 0.15); }
      #window .win .close-btn:hover {
        cursor: pointer;
        background: #e73b3b; }
    #window .win .contentimg {
      display: inline-block;
      padding: 20px;
      position: relative;
      background-color: #FFF; }
      #window .win .contentimg img {
        max-height: calc(90vh - 40px);
        margin-bottom: -12px; }
    #window .win .content169 {
      position: relative;
      width: 100%;
      height: 100%;
      max-height: 90vh;
      max-width: 160vh;
      background: #000;
      text-align: left; }
      #window .win .content169 iframe {
        position: absolute;
        height: 100%;
        width: 100%; }
    #window .win .contentproject {
      width: 1000px;
      max-width: 90vw;
      background: #FFF;
      max-height: 90vh;
      position: relative;
      display: flex;
      flex-direction: column; }
      #window .win .contentproject .head {
        height: 200px;
        min-height: 200px;
        background-size: cover;
        background-position: center center;
        border: 5px solid #FFF; }
      #window .win .contentproject .toproject-btn {
        color: #FFF;
        cursor: pointer;
        font-family: "Archivo Narrow";
        font-weight: 700;
        font-size: 20px;
        line-height: 50px;
        background: #49ca5d;
        display: inline-block;
        width: 300px;
        float: left;
        position: absolute;
        z-index: 2;
        top: 170px;
        right: 20px;
        border: 5px solid white; }
      #window .win .contentproject .des {
        font-size: 16px;
        position: relative;
        padding: 40px;
        overflow-y: auto;
        height: calc(100% - 180px);
        flex: 1; }
        #window .win .contentproject .des blockquote {
          background: transparent;
          border: 0;
          display: inline-block;
          position: relative;
          padding: 30px 70px;
          margin: 30px 0;
          display: block;
          font-size: 18px;
          font-family: "Archivo Narrow";
          font-style: normal;
          color: #444;
          font-weight: 500;
          width: fit-content;
          width: -moz-fit-content; }
          #window .win .contentproject .des blockquote::before, #window .win .contentproject .des blockquote::after {
            content: "\201C";
            font-style: italic;
            display: block;
            font-size: 200px;
            position: absolute;
            height: 80px;
            width: 80px;
            color: #63a5d5;
            line-height: 170px;
            padding-right: 100px;
            opacity: 0.3; }
          #window .win .contentproject .des blockquote::before {
            opacity: 0.2;
            top: 0;
            left: 0; }
          #window .win .contentproject .des blockquote::after {
            content: "\201D";
            bottom: 0;
            right: 0;
            margin-right: 20px; }
          #window .win .contentproject .des blockquote p {
            font-size: 18px;
            font-family: "Archivo Narrow";
            font-style: normal;
            color: #444;
            font-weight: 500;
            width: fit-content;
            width: -moz-fit-content; }
        #window .win .contentproject .des h1 {
          font-size: 30px; }
        #window .win .contentproject .des h2 {
          font-size: 27px; }
        #window .win .contentproject .des h3 {
          font-size: 24px; }
        #window .win .contentproject .des h4 {
          font-size: 22px; }
        #window .win .contentproject .des h5 {
          font-size: 20px; }
        #window .win .contentproject .des h6 {
          font-size: 18px; }
        #window .win .contentproject .des h1, #window .win .contentproject .des h2, #window .win .contentproject .des h3, #window .win .contentproject .des h4, #window .win .contentproject .des h5 {
          text-align: left;
          font-family: "Archivo Narrow";
          font-weight: 600; }
        #window .win .contentproject .des h1, #window .win .contentproject .des h2 {
          position: relative;
          margin-bottom: 35px; }
          #window .win .contentproject .des h1::before, #window .win .contentproject .des h2::before {
            content: '';
            position: absolute;
            width: 20%;
            height: 3px;
            background: #000;
            bottom: -20px; }
        #window .win .contentproject .des p {
          line-height: 30px;
          font-family: "Roboto";
          font-size: 16px;
          text-align: justify;
          color: #333; }
        #window .win .contentproject .des li {
          text-align: left;
          font-family: "Roboto";
          margin: 16px 0 16px 20px;
          color: #555;
          font-size: 16px;
          list-style: none; }
          #window .win .contentproject .des li::before {
            content: "\2022";
            color: #4892bf;
            font-size: 50px;
            line-height: 30px;
            font-weight: bold;
            display: inline-block;
            width: 0.5em;
            margin-left: -0.5em;
            vertical-align: middle; }
          #window .win .contentproject .des li ul li::before {
            content: "\2022";
            color: #2f6da3;
            font-size: 40px;
            line-height: 20px;
            font-weight: bold;
            display: inline-block;
            width: 0.5em;
            margin-left: -0.5em;
            vertical-align: middle; }
          #window .win .contentproject .des li p {
            display: inline; }
        #window .win .contentproject .des span.popuplink {
          border-bottom: 2px solid #89c7ee;
          border-color: #89c7ee;
          padding: 0 0 0 4px;
          font-weight: 500;
          color: #000; }
          #window .win .contentproject .des span.popuplink:hover {
            filter: brightness(1) contrast(1.2);
            cursor: pointer; }
          #window .win .contentproject .des span.popuplink .far {
            margin-left: 3px;
            border-radius: 20px;
            background: #FFF;
            color: #2f6da3; }
        #window .win .contentproject .des .notices {
          border-width: 2px;
          padding: 20px; }
          #window .win .contentproject .des .notices.yellow {
            background-color: rgba(240, 173, 78, 0.2); }
          #window .win .contentproject .des .notices.red {
            background-color: rgba(255, 147, 147, 0.2); }
          #window .win .contentproject .des .notices.blue {
            background-color: rgba(126, 215, 242, 0.2); }
          #window .win .contentproject .des .notices.green {
            background-color: rgba(172, 230, 103, 0.2); }
        #window .win .contentproject .des .accordion {
          border: 1px solid transparent;
          transition: height 200ms;
          position: relative;
          overflow: hidden;
          padding: 5px;
          border-radius: 4px;
          margin-bottom: 10px;
          line-height: 30px;
          will-change: height; }
          #window .win .contentproject .des .accordion .title {
            cursor: pointer;
            font-size: 22px;
            padding: 5px 0;
            margin: 0;
            line-height: 30px;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
            overflow: hidden;
            position: relative;
            z-index: 1; }
            #window .win .contentproject .des .accordion .title::before {
              content: "+";
              color: #63a5d5;
              font-weight: 700;
              display: inline-block;
              vertical-align: top;
              font-size: 30px;
              width: 20px;
              height: 30px;
              line-height: 30px;
              font-family: Roboto;
              text-align: center; }
          #window .win .contentproject .des .accordion .acontent {
            position: absolute;
            margin-top: 5px;
            margin-left: 8px;
            padding: 30px 20px 0px 20px;
            border-left: 4px solid #63a5d5;
            font-family: "Roboto";
            opacity: 0;
            transform-origin: 0 0;
            transform: translateY(-35px) translateZ(0);
            transition: all 200ms;
            will-change: opacity, transform;
            /* transition-delay: 100ms; */ }
          #window .win .contentproject .des .accordion.open .title {
            color: #63a5d5; }
            #window .win .contentproject .des .accordion.open .title::before {
              content: "-";
              font-size: 42px;
              line-height: 26px; }
          #window .win .contentproject .des .accordion.open .acontent {
            transform: translateY(-20px);
            opacity: 1; }
        #window .win .contentproject .des::after {
          content: '';
          display: block;
          height: 40px; }
        #window .win .contentproject .des table td {
          border: 1px solid black;
          padding: .8em; }

#verticalnav_cont {
  position: fixed;
  z-index: 9001;
  right: 20px;
  top: 60px;
  height: calc(100vh - 60px);
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #verticalnav_cont #verticalnav {
    position: relative;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 40px;
    min-height: 60px;
    background: #FFF;
    transition: box-shadow 200ms;
    padding: 10px 5px; }
    #verticalnav_cont #verticalnav:hover {
      box-shadow: -50px 0px 0px 200px rgba(248, 248, 248, 0.8); }
      #verticalnav_cont #verticalnav:hover a > .title {
        display: block;
        color: #444;
        font-size: 12px;
        opacity: 1;
        background: transparent;
        border-color: transparent; }
    #verticalnav_cont #verticalnav a {
      display: block;
      width: 28px;
      height: 28px;
      margin: 0px 0px;
      border: 8px solid transparent;
      border-width: 10px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      #verticalnav_cont #verticalnav a .point {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background-color: #4892bf;
        transition: transform 200ms;
        border-radius: 20px; }
      #verticalnav_cont #verticalnav a:hover {
        filter: brightness(1.2); }
        #verticalnav_cont #verticalnav a:hover .point {
          transform: scale(2.4) !important; }
        #verticalnav_cont #verticalnav a:hover .title {
          font-size: 18px;
          display: block;
          opacity: 1;
          background: #FFF;
          color: #2f6da3;
          border-color: rgba(0, 0, 0, 0.1);
          transform: translateY(5px);
          z-index: 1; }
      #verticalnav_cont #verticalnav a .title {
        background: #FFF;
        border: 1px solid rgba(0, 0, 0, 0.1);
        position: absolute;
        font-size: 18px;
        line-height: 25px;
        white-space: nowrap;
        right: 30px;
        top: -8px;
        padding: 5px 10px;
        color: #444;
        display: none;
        font-family: "Archivo Narrow";
        /* transition: transform 200ms, opacity 200ms; */
        /* transform: translateX(40px); */
        opacity: 0; }

a {
  color: initial;
  text-decoration: underline; }
  a:hover {
    color: #81b813; }

#contentbody {
  position: relative;
  z-index: 1;
  transform-style: preserve-3d; }
  #contentbody .backplanet {
    position: absolute;
    width: 75%;
    height: 50vh;
    background-image: url("/user/themes/cri/images/backplanet.svg");
    background-size: 100% auto;
    background-position: center bottom;
    transform: translateZ(-50px) scale(2.5);
    max-height: 3500px;
    top: -130px; }
    #contentbody .backplanet.far {
      background-image: url("/user/themes/cri/images/backplanet-far.svg");
      transform: rotate(180deg) translateZ(-100px) scale(-3);
      max-height: 3500px;
      top: -130px; }

#pageloader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 8000;
  background: #FFF;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px; }
  #pageloader .plan {
    position: relative;
    transform: scale(0.28) rotateY(15deg) rotateX(-15deg) translateX(100px);
    transform-style: preserve-3d; }
    #pageloader .plan .scene {
      transform-style: preserve-3d;
      transform-origin: 20% 20%; }
      #pageloader .plan .scene .gear {
        transform-style: preserve-3d;
        animation: rotate 3000ms infinite linear;
        transform-origin: 136px 136px; }
        #pageloader .plan .scene .gear.second {
          position: absolute;
          animation-direction: reverse;
          top: -50%;
          left: -75%; }
        #pageloader .plan .scene .gear .back {
          position: relative;
          transform: translateZ(0px); }
        #pageloader .plan .scene .gear .middle {
          transform-style: preserve-3d;
          position: absolute;
          top: 0;
          left: 0; }
          #pageloader .plan .scene .gear .middle.one {
            transform: translateZ(8px); }
          #pageloader .plan .scene .gear .middle.two {
            transform: translateZ(12px); }
          #pageloader .plan .scene .gear .middle.three {
            transform: translateZ(24px); }
        #pageloader .plan .scene .gear .front {
          transform: translateZ(30px);
          filter: brightness(0.97);
          position: absolute;
          top: 0;
          left: 0; }
  #pageloader #loader {
    height: 60px;
    width: 60px;
    border: 4px solid #63a5d5;
    border-color: white #63a5d5 white white;
    border-radius: 50px;
    animation-name: rotate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 600ms; }

#header {
  position: relative;
  height: 60px;
  position: relative;
  z-index: 9002;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  transition: transform 400ms; }
  #header .langselector {
    float: right;
    position: relative;
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 10px;
    margin-top: 5px;
    /*&:focus, &:active, &:focus-within, */ }
    #header .langselector.activated {
      background: #63a5d5; }
      #header .langselector.activated .selector {
        visibility: visible;
        opacity: 1;
        transform: translateY(0); }
    #header .langselector .selector {
      position: absolute;
      visibility: hidden;
      width: 50px;
      background: #FFF;
      border: 1px solid #DDD;
      top: 60px;
      opacity: 0;
      transform: translateY(-20px);
      transition: opacity 300ms, visibility 300ms, transform 300ms; }
      #header .langselector .selector.cri {
        width: 200px;
        right: 0; }
        #header .langselector .selector.cri .lang-label {
          display: inline-block;
          width: 140px;
          height: 30px;
          line-height: 50px;
          vertical-align: top;
          text-align: right;
          font-style: italic;
          color: orange; }
        #header .langselector .selector.cri .lang {
          display: inline-block; }
      #header .langselector .selector .lang {
        filter: saturate(0.5); }
    #header .langselector .lang {
      height: 30px;
      width: 30px;
      margin: 10px;
      border-radius: 50px;
      box-shadow: 0px 4px 0px -1px rgba(0, 0, 0, 0.2);
      background-size: cover; }
      #header .langselector .lang:hover {
        filter: saturate(1.1); }
      #header .langselector .lang.en {
        background-image: url("/user/themes/cri/images/lang/EN.png"); }
      #header .langselector .lang.fr {
        background-image: url("/user/themes/cri/images/lang/FR.png"); }
  #header .pagemenu {
    display: none;
    visibility: hidden;
    position: absolute;
    min-width: 440px;
    z-index: 9;
    padding: 0;
    opacity: 0;
    top: 50px;
    padding-top: 20px;
    transition: visibility 400ms, opacity 400ms;
    margin-left: -100px; }
    #header .pagemenu ul.pm-content {
      transition: transform 400ms;
      transform: translateY(-20px);
      border-radius: 4px;
      background: #444;
      padding: 20px;
      color: #FFF;
      width: 100%;
      box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
      max-height: calc(100vh - 90px);
      overflow-y: auto;
      display: flex;
      flex-wrap: wrap; }
      #header .pagemenu ul.pm-content:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 140px;
        display: inline-block;
        height: 0;
        width: 0;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #444;
        border-left: 8px solid transparent; }
      #header .pagemenu ul.pm-content .title {
        width: 100%;
        height: 35px;
        color: #FFF;
        border-bottom: 2px solid #555;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 20px; }
      #header .pagemenu ul.pm-content li {
        padding: 10px 20px;
        width: 50%;
        line-height: 20px;
        border: 0;
        height: 65px;
        display: flex;
        align-items: center;
        flex-direction: row;
        border: 1px solid transparent; }
        #header .pagemenu ul.pm-content li .arrow {
          position: absolute;
          display: block;
          height: 0;
          width: 0;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-left: 10px solid #63a5d5;
          left: 10px; }
        #header .pagemenu ul.pm-content li a {
          flex: 1;
          width: 100%;
          color: #FFF;
          padding: 0 10px;
          margin-top: 0;
          display: flex;
          align-items: center;
          max-width: 190px;
          white-space: normal; }
        #header .pagemenu ul.pm-content li:hover {
          border-top-width: 0;
          border: 0;
          background: #4892bf;
          color: #FFF;
          border: 1px solid rgba(255, 255, 255, 0.3); }
  #header.mini {
    margin-top: 0px; }
  #header.mobile {
    height: 0;
    background: initial;
    border-bottom: 0; }
    #header.mobile::before {
      content: '';
      display: none; }
    #header.mobile .crilogo {
      width: 100px;
      height: 100px;
      padding: 8px 5px 7px 8px;
      margin-left: 10px;
      margin-top: 10px;
      z-index: 1;
      border: 1px solid #DDD;
      border-color: rgba(0, 0, 0, 0.2);
      box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.08); }
      #header.mobile .crilogo:after {
        display: none; }
    #header.mobile .subbar .suborg {
      top: 0;
      left: calc(50% - 50px);
      border-radius: 0 0 50px 50px;
      padding: 0px 20px 5px 20px;
      z-index: 1; }
    #header.mobile .langselector {
      float: initial;
      position: absolute;
      top: 30px;
      right: 75px;
      border-radius: 50px; }
    #header.mobile .menubtn {
      position: absolute;
      right: 10px;
      top: 30px;
      height: 60px;
      width: 60px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.08);
      border-radius: 50px;
      background: #FFF;
      z-index: 1;
      color: #444; }
      #header.mobile .menubtn:hover {
        background: #87b765;
        color: #FFF;
        cursor: pointer; }
      #header.mobile .menubtn i {
        font-size: 28px;
        font-weight: 900;
        height: 100%;
        width: 100%;
        line-height: 59px;
        text-align: center; }
    #header.mobile #mobmenu {
      position: absolute;
      padding-top: 120px;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100vw;
      background: #444;
      display: none;
      opacity: 0;
      transition: opacity 200ms; }
      #header.mobile #mobmenu::before {
        content: "";
        position: absolute;
        background: #63a5d5;
        height: 100%;
        width: 4px;
        top: 0;
        left: calc(50% - 2px); }
      #header.mobile #mobmenu.open {
        display: block;
        opacity: 1; }
        #header.mobile #mobmenu.open ul {
          transform: translateY(0px) scaleY(1); }
      #header.mobile #mobmenu.closing {
        display: block;
        opacity: 0; }
        #header.mobile #mobmenu.closing ul {
          transform: translateY(-250px) scaleY(0.7); }
      #header.mobile #mobmenu ul {
        position: absolute;
        padding-top: 100px;
        transform: translateY(-250px) scaleY(0.7);
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        transform-origin: 50% 20%;
        transition: transform 300ms; }
        #header.mobile #mobmenu ul li {
          text-align: center;
          padding: 0 50px;
          line-height: 60px;
          background: #444;
          margin: 10px 0;
          position: relative; }
          #header.mobile #mobmenu ul li:hover {
            background: #666;
            cursor: pointer; }
          #header.mobile #mobmenu ul li a {
            color: #FFF;
            display: block;
            width: 100%;
            height: 100%;
            font-size: 30px;
            text-decoration: none;
            font-family: "Archivo Narrow";
            font-weight: 600; }
  #header .crilogo {
    position: relative;
    display: inline-block;
    width: 120px;
    padding: 12px 0px 0px 12px;
    border-radius: 60px;
    background: #FFF;
    margin-top: -20px;
    box-shadow: 1px 5px 0px 0px rgba(0, 0, 0, 0.14);
    z-index: 9; }
    #header .crilogo.isglobalmenu {
      cursor: pointer; }

@keyframes logoroll {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-360deg); } }

@keyframes logobump {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
      #header .crilogo.isglobalmenu:hover img {
        transform-origin: 0% 90%;
        animation: logobump 500ms; }
      #header .crilogo.isglobalmenu:hover:before {
        content: "";
        position: absolute;
        background: #FFF;
        height: 117px;
        width: 117px;
        border-radius: 60px;
        z-index: 0;
        top: 2px;
        left: 2px;
        z-index: 1;
        transform-origin: 59px 60px;
        animation: logoroll 700ms; }
      #header .crilogo.isglobalmenu:hover:after {
        content: "";
        position: absolute;
        background: linear-gradient(180deg, rgba(76, 215, 62, 0) 30%, #89c7ee);
        height: 120px;
        width: 120px;
        border-radius: 60px;
        z-index: 0;
        top: 1px;
        left: 0px; }
    #header .crilogo::before {
      content: "";
      position: absolute;
      background: #FFF;
      height: 45px;
      width: 120px;
      z-index: 0;
      top: 24px;
      left: -1px; }
    #header .crilogo img {
      backface-visibility: hidden;
      position: relative;
      z-index: 1;
      width: 100px; }
  #header ul.navigation {
    display: inline-block;
    color: #000;
    height: 51px;
    line-height: 51px;
    vertical-align: top;
    font-family: "Archivo Narrow";
    font-weight: 600;
    font-size: 16px;
    padding: 0px 20px;
    text-align: left;
    max-width: 594px;
    white-space: nowrap; }
    #header ul.navigation li {
      position: relative;
      display: inline-block;
      height: 100%;
      color: #000;
      cursor: pointer;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      z-index: 99; }
      #header ul.navigation li .menuloader {
        display: none;
        position: absolute;
        width: 100%;
        height: 5px;
        background: #4892bf;
        transform: scaleX(0);
        visibility: hidden;
        transform-origin: 0 3px;
        transition: transform 850ms linear;
        top: -5px;
        left: 0; }
      #header ul.navigation li:first-child .pagemenu {
        left: 0;
        margin-left: 0; }
        #header ul.navigation li:first-child .pagemenu .pm-content::before {
          left: 50px; }
      #header ul.navigation li:last-child .pagemenu {
        right: 0; }
        #header ul.navigation li:last-child .pagemenu .pm-content::before {
          left: initial;
          right: 50px; }
      #header ul.navigation li.showmenu {
        z-index: 100; }
        #header ul.navigation li.showmenu .pagemenu {
          transform: translateY(0px);
          opacity: 1;
          visibility: visible; }
          #header ul.navigation li.showmenu .pagemenu ul {
            transform: translateY(0px); }
      #header ul.navigation li:hover {
        border-top-width: 6px;
        border-bottom-width: 0;
        border-top-color: #89c7ee;
        transition: transform 800ms linear; }
        #header ul.navigation li:hover .menuloader {
          visibility: visible;
          transform: scaleX(1); }
        #header ul.navigation li:hover.showmenu .menuloader {
          transition: none;
          transform: scaleX(1); }
      #header ul.navigation li.active {
        border-top-width: 8px;
        border-bottom-width: 0px;
        border-top-color: #63a5d5; }
      #header ul.navigation li a {
        color: #000;
        display: block;
        margin-top: -8px;
        height: calc(100% + 16px);
        padding: 8px 20px;
        /* height: 100%; */
        width: 100%;
        text-decoration: none; }
  #header .subbar {
    position: absolute;
    left: 79px;
    top: 60px;
    font-family: "Archivo Narrow";
    font-weight: 700;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    z-index: 8;
    line-height: 20px; }
    #header .subbar .suborg {
      padding: 3px 20px 3px 45px;
      background: #2f6da3;
      color: #FFF;
      z-index: -1;
      border-radius: 0 0 50px 0;
      z-index: 2;
      position: relative; }
    #header .subbar #arianne {
      position: relative;
      border-radius: 0 0 50px 0;
      padding: 0px 20px 0px 45px;
      margin-left: -40px;
      border-top: 0;
      color: #555;
      font-size: 14px;
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: row; }
      #header .subbar #arianne a, #header .subbar #arianne span {
        text-decoration: none;
        padding: 0px 25px 0px 45px;
        margin-left: -35px;
        border-radius: 0 0 50px 0;
        display: inline-block;
        border: 1px solid #DDD;
        line-height: 25px;
        height: 100%;
        border-left: 0;
        border-top: 0;
        background: #FFF;
        position: relative;
        text-transform: capitalize; }
        #header .subbar #arianne a:first-child, #header .subbar #arianne span:first-child {
          padding-left: 80px;
          background: #2f6da3;
          color: #FFF;
          border-color: #2f6da3;
          font-size: 14px;
          text-transform: capitalize; }
      #header .subbar #arianne a:hover {
        background: #63a5d5;
        color: #FFF;
        border-color: #63a5d5; }

.footer.has-partners {
  display: flex; }
  .footer.has-partners .container {
    justify-content: space-between; }
  .footer.has-partners .footer_content {
    max-width: none; }
  .footer.has-partners .footer-container {
    width: 50%; }
  .footer.has-partners .partners {
    background: none; }
  @media screen and (max-width: 768px) {
    .footer.has-partners .container {
      flex-direction: column; }
    .footer.has-partners .footer-container {
      width: 100%; } }
.partners {
  align-items: center;
  justify-content: flex-start; }
  .partners .footer-logos {
    margin-left: 20px;
    text-align: left; }
    .partners .footer-logos a {
      text-decoration: none; }
    .partners .footer-logos img {
      margin: 25px 25px;
      height: 60px;
      width: auto; }

.footer {
  background: transparent;
  position: relative;
  transform-style: inherit;
  margin-top: -2px;
  z-index: 1; }
  .footer .container {
    display: flex;
    flex-direction: row; }
  .footer .footer_content {
    max-width: 500px;
    text-align: left; }
    .footer .footer_content .footer-title {
      display: inline-block;
      font-family: "Archivo Narrow";
      font-size: 25px;
      color: #222;
      position: relative;
      margin-bottom: 10px;
      font-weight: 600; }
      .footer .footer_content .footer-title::before {
        content: '';
        position: absolute;
        bottom: -3px;
        height: 3px;
        width: 100%;
        background: #333; }
    .footer .footer_content .footer-sub {
      color: #555;
      display: block;
      font-family: "Roboto";
      font-size: 16px; }
  .footer .footer-links a {
    color: #2f6da3;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none; }
  .footer .footer-social-links {
    margin-top: 10px;
    min-width: 100px; }
    .footer .footer-social-links a {
      display: inline-block;
      font-size: 17px;
      border: 2px solid #333;
      background: rgba(0, 0, 0, 0.02);
      color: #333;
      text-decoration: none;
      padding: 10px;
      margin-right: 5px;
      margin-bottom: 5px;
      border-radius: 20px;
      transform-origin: 50% 100%;
      transition: transform 300ms, background-color 300ms; }
      .footer .footer-social-links a:hover {
        transform: scale(1.3);
        background-color: #4892bf !important; }
  .footer.dark {
    background-color: #282828; }
    .footer.dark .footer-title {
      color: #FFF; }
      .footer.dark .footer-title::before {
        background: #FFF; }
    .footer.dark .footer-sub {
      color: #EEE; }
    .footer.dark .footer-links a {
      color: #63a5d5; }
    .footer.dark .footer-social-links a {
      border: 2px solid #FFF;
      background: rgba(0, 0, 0, 0.2);
      color: #FFF; }

.baseblock {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative; }
  .baseblock .textcontent p {
    text-align: justify; }
  .baseblock .textcontent.text-top-align {
    padding-top: 20px !important;
    justify-content: flex-start !important; }
  .baseblock .textcontent.text-bottom-align {
    padding-bottom: 20px !important;
    justify-content: flex-end !important; }
  .baseblock.noborder {
    border-color: rgba(0, 0, 0, 0) !important;
    margin-top: -50px; }
    .baseblock.noborder .content .textcontent {
      padding-top: 0 !important; }
  .baseblock:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .baseblock .darkback {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #3b3b3b; }
  .baseblock .anchor {
    margin-top: 1px;
    position: absolute;
    height: 1px;
    overflow: hidden;
    opacity: 0; }
  .baseblock > div > .cont {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0; }
  .baseblock > div > .title {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(180deg);
    display: inline-block;
    padding: 20px;
    margin-top: 0;
    margin-bottom: -8px;
    font-family: "Archivo Narrow";
    color: #555;
    font-weight: 500;
    font-size: 30px;
    width: 60px;
    line-height: 30px;
    white-space: nowrap; }
    .baseblock > div > .title::first-letter {
      color: #4892bf;
      font-weight: 900;
      font-size: 40px;
      line-height: 30px; }
  .baseblock > div > .content {
    position: relative;
    font-family: "Archivo Narrow";
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
    width: calc(100% - 65px);
    height: 100%; }
    .baseblock > div > .content.titleboth .sidecontent, .baseblock > div > .content.titletop .sidecontent {
      margin-top: -110px; }
    .baseblock > div > .content.titlenone, .baseblock > div > .content.titletop {
      margin-left: 70px; }
      .baseblock > div > .content.titlenone::before, .baseblock > div > .content.titletop::before {
        display: none; }
    .baseblock > div > .content::before {
      content: '';
      min-height: 200px;
      height: 50%;
      width: 1px;
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      left: -1px;
      top: 0; }
    .baseblock > div > .content .toptitle {
      padding-top: 35px;
      padding-left: 30px;
      font-size: 44px;
      color: #555; }
      .baseblock > div > .content .toptitle > .container::first-letter {
        color: #4892bf;
        font-weight: 900;
        font-size: 50px;
        line-height: 30px; }
    .baseblock > div > .content .headerimage {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      min-width: 1000px; }
    .baseblock > div > .content > .in {
      height: 100%; }
      .baseblock > div > .content > .in > .columns.invert {
        flex-direction: row-reverse; }
      .baseblock > div > .content > .in .btmbtns {
        width: 100%;
        margin-top: 50px; }
        .baseblock > div > .content > .in .btmbtns.top {
          margin-top: 0px;
          padding: 20px; }
        .baseblock > div > .content > .in .btmbtns .btn {
          line-height: 60px;
          height: 60px;
          text-align: center;
          border: 1px solid rgba(0, 0, 0, 0.1);
          display: inline-block;
          box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.09);
          text-transform: uppercase;
          transition: all 200ms;
          font-weight: 700;
          font-size: 16px;
          cursor: pointer;
          color: #222;
          margin: 7px 5px;
          background: #FFF; }
          .baseblock > div > .content > .in .btmbtns .btn:first-child {
            margin-left: 0; }
          .baseblock > div > .content > .in .btmbtns .btn:hover {
            color: #FFF;
            background: #63a5d5;
            transform: translateX(-2px) translateY(-4px);
            box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.09); }
          .baseblock > div > .content > .in .btmbtns .btn a {
            text-decoration: none;
            color: inherit;
            display: inline-block;
            height: 100%;
            padding: 0 20px;
            transition: inherit; }
      .baseblock > div > .content > .in .textcontent {
        padding: 100px 30px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        font-size: 16px; }
        .baseblock > div > .content > .in .textcontent blockquote {
          background: transparent;
          border: 0;
          display: inline-block;
          position: relative;
          padding: 30px 70px;
          margin: 30px 0;
          display: block;
          font-size: 18px;
          font-family: "Archivo Narrow";
          font-style: normal;
          color: #444;
          font-weight: 500;
          width: fit-content;
          width: -moz-fit-content; }
          .baseblock > div > .content > .in .textcontent blockquote::before, .baseblock > div > .content > .in .textcontent blockquote::after {
            content: "\201C";
            font-style: italic;
            display: block;
            font-size: 200px;
            position: absolute;
            height: 80px;
            width: 80px;
            color: #63a5d5;
            line-height: 170px;
            padding-right: 100px;
            opacity: 0.3; }
          .baseblock > div > .content > .in .textcontent blockquote::before {
            opacity: 0.2;
            top: 0;
            left: 0; }
          .baseblock > div > .content > .in .textcontent blockquote::after {
            content: "\201D";
            bottom: 0;
            right: 0;
            margin-right: 20px; }
          .baseblock > div > .content > .in .textcontent blockquote p {
            font-size: 18px;
            font-family: "Archivo Narrow";
            font-style: normal;
            color: #444;
            font-weight: 500;
            width: fit-content;
            width: -moz-fit-content; }
        .baseblock > div > .content > .in .textcontent h1 {
          font-size: 30px; }
        .baseblock > div > .content > .in .textcontent h2 {
          font-size: 27px; }
        .baseblock > div > .content > .in .textcontent h3 {
          font-size: 24px; }
        .baseblock > div > .content > .in .textcontent h4 {
          font-size: 22px; }
        .baseblock > div > .content > .in .textcontent h5 {
          font-size: 20px; }
        .baseblock > div > .content > .in .textcontent h6 {
          font-size: 18px; }
        .baseblock > div > .content > .in .textcontent h1, .baseblock > div > .content > .in .textcontent h2, .baseblock > div > .content > .in .textcontent h3, .baseblock > div > .content > .in .textcontent h4, .baseblock > div > .content > .in .textcontent h5 {
          text-align: left;
          font-family: "Archivo Narrow";
          font-weight: 600; }
        .baseblock > div > .content > .in .textcontent h1, .baseblock > div > .content > .in .textcontent h2 {
          position: relative;
          margin-bottom: 35px; }
          .baseblock > div > .content > .in .textcontent h1::before, .baseblock > div > .content > .in .textcontent h2::before {
            content: '';
            position: absolute;
            width: 20%;
            height: 3px;
            background: #000;
            bottom: -20px; }
        .baseblock > div > .content > .in .textcontent p {
          line-height: 30px;
          font-family: "Roboto";
          font-size: 16px;
          text-align: justify;
          color: #333; }
        .baseblock > div > .content > .in .textcontent li {
          text-align: left;
          font-family: "Roboto";
          margin: 16px 0 16px 20px;
          color: #555;
          font-size: 16px;
          list-style: none; }
          .baseblock > div > .content > .in .textcontent li::before {
            content: "\2022";
            color: #4892bf;
            font-size: 50px;
            line-height: 30px;
            font-weight: bold;
            display: inline-block;
            width: 0.5em;
            margin-left: -0.5em;
            vertical-align: middle; }
          .baseblock > div > .content > .in .textcontent li ul li::before {
            content: "\2022";
            color: #2f6da3;
            font-size: 40px;
            line-height: 20px;
            font-weight: bold;
            display: inline-block;
            width: 0.5em;
            margin-left: -0.5em;
            vertical-align: middle; }
          .baseblock > div > .content > .in .textcontent li p {
            display: inline; }
        .baseblock > div > .content > .in .textcontent span.popuplink {
          border-bottom: 2px solid #89c7ee;
          border-color: #89c7ee;
          padding: 0 0 0 4px;
          font-weight: 500;
          color: #000; }
          .baseblock > div > .content > .in .textcontent span.popuplink:hover {
            filter: brightness(1) contrast(1.2);
            cursor: pointer; }
          .baseblock > div > .content > .in .textcontent span.popuplink .far {
            margin-left: 3px;
            border-radius: 20px;
            background: #FFF;
            color: #2f6da3; }
        .baseblock > div > .content > .in .textcontent .notices {
          border-width: 2px;
          padding: 20px; }
          .baseblock > div > .content > .in .textcontent .notices.yellow {
            background-color: rgba(240, 173, 78, 0.2); }
          .baseblock > div > .content > .in .textcontent .notices.red {
            background-color: rgba(255, 147, 147, 0.2); }
          .baseblock > div > .content > .in .textcontent .notices.blue {
            background-color: rgba(126, 215, 242, 0.2); }
          .baseblock > div > .content > .in .textcontent .notices.green {
            background-color: rgba(172, 230, 103, 0.2); }
        .baseblock > div > .content > .in .textcontent .accordion {
          border: 1px solid transparent;
          transition: height 200ms;
          position: relative;
          overflow: hidden;
          padding: 5px;
          border-radius: 4px;
          margin-bottom: 10px;
          line-height: 30px;
          will-change: height; }
          .baseblock > div > .content > .in .textcontent .accordion .title {
            cursor: pointer;
            font-size: 22px;
            padding: 5px 0;
            margin: 0;
            line-height: 30px;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
            overflow: hidden;
            position: relative;
            z-index: 1; }
            .baseblock > div > .content > .in .textcontent .accordion .title::before {
              content: "+";
              color: #63a5d5;
              font-weight: 700;
              display: inline-block;
              vertical-align: top;
              font-size: 30px;
              width: 20px;
              height: 30px;
              line-height: 30px;
              font-family: Roboto;
              text-align: center; }
          .baseblock > div > .content > .in .textcontent .accordion .acontent {
            position: absolute;
            margin-top: 5px;
            margin-left: 8px;
            padding: 30px 20px 0px 20px;
            border-left: 4px solid #63a5d5;
            font-family: "Roboto";
            opacity: 0;
            transform-origin: 0 0;
            transform: translateY(-35px) translateZ(0);
            transition: all 200ms;
            will-change: opacity, transform;
            /* transition-delay: 100ms; */ }
          .baseblock > div > .content > .in .textcontent .accordion.open .title {
            color: #63a5d5; }
            .baseblock > div > .content > .in .textcontent .accordion.open .title::before {
              content: "-";
              font-size: 42px;
              line-height: 26px; }
          .baseblock > div > .content > .in .textcontent .accordion.open .acontent {
            transform: translateY(-20px);
            opacity: 1; }
        .baseblock > div > .content > .in .textcontent.dual {
          justify-content: flex-start; }
      .baseblock > div > .content > .in .tablecontent {
        padding: 100px 20px; }
        .baseblock > div > .content > .in .tablecontent .line .title {
          vertical-align: middle;
          padding: 20px;
          width: 280px;
          max-width: 280px;
          font-family: "Archivo Narrow";
          display: flex;
          align-items: flex-end;
          justify-content: center;
          flex-direction: column;
          border-width: 0;
          text-align: right; }
        .baseblock > div > .content > .in .tablecontent .line .cell {
          padding: 30px;
          font-family: "Roboto"; }
          .baseblock > div > .content > .in .tablecontent .line .cell:first-child .content {
            border-width: 0;
            padding-left: 0;
            color: #222; }
          .baseblock > div > .content > .in .tablecontent .line .cell .content {
            border-left: 4px solid #89c7ee;
            padding-left: 50px;
            color: #222; }
            .baseblock > div > .content > .in .tablecontent .line .cell .content blockquote {
              background: transparent;
              border: 0;
              display: inline-block;
              position: relative;
              padding: 30px 70px;
              margin: 30px 0;
              display: block;
              font-size: 18px;
              font-family: "Archivo Narrow";
              font-style: normal;
              color: #444;
              font-weight: 500;
              width: fit-content;
              width: -moz-fit-content; }
              .baseblock > div > .content > .in .tablecontent .line .cell .content blockquote::before, .baseblock > div > .content > .in .tablecontent .line .cell .content blockquote::after {
                content: "\201C";
                font-style: italic;
                display: block;
                font-size: 200px;
                position: absolute;
                height: 80px;
                width: 80px;
                color: #63a5d5;
                line-height: 170px;
                padding-right: 100px;
                opacity: 0.3; }
              .baseblock > div > .content > .in .tablecontent .line .cell .content blockquote::before {
                opacity: 0.2;
                top: 0;
                left: 0; }
              .baseblock > div > .content > .in .tablecontent .line .cell .content blockquote::after {
                content: "\201D";
                bottom: 0;
                right: 0;
                margin-right: 20px; }
              .baseblock > div > .content > .in .tablecontent .line .cell .content blockquote p {
                font-size: 18px;
                font-family: "Archivo Narrow";
                font-style: normal;
                color: #444;
                font-weight: 500;
                width: fit-content;
                width: -moz-fit-content; }
      .baseblock > div > .content > .in .column.sidecontent {
        display: flex;
        flex-direction: column; }
        .baseblock > div > .content > .in .column.sidecontent.fr .keyfigurebox::before {
          content: "Éléments clés"; }
        .baseblock > div > .content > .in .column.sidecontent.fr .resourcesbox::before {
          content: "Ressources"; }
        .baseblock > div > .content > .in .column.sidecontent .mediascontent {
          padding: 100px 30px;
          flex: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
          .baseblock > div > .content > .in .column.sidecontent .mediascontent .imagescontent {
            width: 100%; }
            .baseblock > div > .content > .in .column.sidecontent .mediascontent .imagescontent .pic {
              margin: 0 15px;
              width: 100%;
              text-align: center;
              cursor: zoom-in; }
              .baseblock > div > .content > .in .column.sidecontent .mediascontent .imagescontent .pic img {
                max-width: 100%;
                height: auto;
                border-radius: 3px;
                margin-bottom: 20px; }
          .baseblock > div > .content > .in .column.sidecontent .mediascontent .videoscontent {
            width: 100%; }
            .baseblock > div > .content > .in .column.sidecontent .mediascontent .videoscontent .video {
              position: relative;
              background: #000;
              background-position: center;
              background-size: cover;
              margin: 0 15px;
              width: 100%;
              text-align: center;
              padding-bottom: 53%;
              margin-bottom: 20px;
              border-radius: 5px;
              overflow: hidden; }
              .baseblock > div > .content > .in .column.sidecontent .mediascontent .videoscontent .video .arrow {
                position: absolute;
                height: 100%;
                width: 100%;
                background: rgba(0, 0, 0, 0.5);
                display: flex;
                align-items: center;
                cursor: pointer;
                justify-content: center; }
                .baseblock > div > .content > .in .column.sidecontent .mediascontent .videoscontent .video .arrow::before {
                  content: "";
                  height: 0;
                  width: 0;
                  border-top: 23px solid transparent;
                  border-bottom: 23px solid transparent;
                  border-left: 40px solid white; }
                .baseblock > div > .content > .in .column.sidecontent .mediascontent .videoscontent .video .arrow:hover {
                  background: rgba(0, 0, 0, 0); }
        .baseblock > div > .content > .in .column.sidecontent .keyfigurebox {
          margin-top: -0px;
          padding: 80px 30px 30px 30px;
          border-left: 1px solid rgba(0, 0, 0, 0.1);
          margin-bottom: 0; }
          .baseblock > div > .content > .in .column.sidecontent .keyfigurebox::before {
            content: "Key Figures";
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            color: #2f6da3;
            font-size: 20px;
            margin-left: -30px;
            padding-left: 30px;
            line-height: 30px;
            display: inline-block;
            margin-bottom: 20px; }
          .baseblock > div > .content > .in .column.sidecontent .keyfigurebox li {
            color: #000;
            list-style: none;
            margin-left: 40px;
            position: relative; }
            .baseblock > div > .content > .in .column.sidecontent .keyfigurebox li::before {
              content: "";
              position: absolute;
              height: 12px;
              width: 12px;
              border-radius: 20px;
              background: #4892bf;
              left: -25px;
              top: 7px; }
        .baseblock > div > .content > .in .column.sidecontent .resourcesbox {
          margin-top: -0px;
          margin-bottom: 0;
          padding: 80px 30px 30px 30px;
          border-left: 1px solid rgba(0, 0, 0, 0.1); }
          .baseblock > div > .content > .in .column.sidecontent .resourcesbox::before {
            content: "Resources";
            color: #2f6da3;
            font-size: 20px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            margin-left: -30px;
            padding-left: 30px;
            line-height: 30px;
            display: inline-block;
            margin-bottom: 20px; }
            .baseblock > div > .content > .in .column.sidecontent .resourcesbox::before.doc {
              content: "Documents"; }
          .baseblock > div > .content > .in .column.sidecontent .resourcesbox.doc::before {
            content: "Documents"; }
          .baseblock > div > .content > .in .column.sidecontent .resourcesbox li {
            list-style: none;
            margin-bottom: 10px;
            padding-left: 20px;
            cursor: pointer;
            transition: transform 150ms; }
            .baseblock > div > .content > .in .column.sidecontent .resourcesbox li:hover {
              transform: translateX(15px); }
            .baseblock > div > .content > .in .column.sidecontent .resourcesbox li a {
              display: inline-block;
              height: 100%;
              color: #000;
              text-decoration: none;
              border-bottom: 2px solid #89c7ee;
              line-height: 30px; }
              .baseblock > div > .content > .in .column.sidecontent .resourcesbox li a:hover {
                border-bottom: 2px solid #63a5d5; }
    .baseblock > div > .content .fullimage {
      min-height: 300px;
      height: 100%;
      width: auto; }
      .baseblock > div > .content .fullimage .pic {
        height: 100%;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
  .baseblock.dark {
    border-top: 1px solid #666;
    margin-bottom: -1px;
    position: relative; }
    .baseblock.dark:last-child {
      border-bottom: 1px solid #666; }
    .baseblock.dark a {
      color: #63a5d5; }
      .baseblock.dark a:hover {
        color: #89c7ee; }
    .baseblock.dark > div .title {
      color: #FFF;
      position: relative;
      border-color: rgba(255, 255, 255, 0.15); }
    .baseblock.dark > div > .content .toptitle {
      color: #FFF; }
    .baseblock.dark > div > .content::before {
      background: #666; }
    .baseblock.dark > div > .content > .in .sidecontent .keyfigurebox, .baseblock.dark > div > .content > .in .sidecontent .resourcesbox {
      border-color: #666;
      color: #63a5d5; }
      .baseblock.dark > div > .content > .in .sidecontent .keyfigurebox li, .baseblock.dark > div > .content > .in .sidecontent .resourcesbox li {
        color: #FFF; }
      .baseblock.dark > div > .content > .in .sidecontent .keyfigurebox::before, .baseblock.dark > div > .content > .in .sidecontent .resourcesbox::before {
        border-color: #666;
        color: #63a5d5; }
    .baseblock.dark > div > .content > .in .sidecontent .resourcesbox li a {
      color: #FFF; }
    .baseblock.dark > div > .content > .in .btmbtns .btn {
      border: 1px solid #777;
      cursor: pointer;
      color: #FFF;
      background: #333; }
      .baseblock.dark > div > .content > .in .btmbtns .btn:hover {
        color: #FFF;
        background: #63a5d5;
        transform: translateX(-2px) translateY(-4px);
        box-shadow: 4px 6px 0px rgba(0, 0, 0, 0.09); }
    .baseblock.dark > div > .content > .in .textcontent h1::before, .baseblock.dark > div > .content > .in .textcontent h2::before {
      background: #FFF; }
    .baseblock.dark > div > .content > .in .textcontent h1, .baseblock.dark > div > .content > .in .textcontent h2, .baseblock.dark > div > .content > .in .textcontent h3, .baseblock.dark > div > .content > .in .textcontent h4, .baseblock.dark > div > .content > .in .textcontent h5, .baseblock.dark > div > .content > .in .textcontent h6, .baseblock.dark > div > .content > .in .textcontent p, .baseblock.dark > div > .content > .in .textcontent span, .baseblock.dark > div > .content > .in .textcontent em, .baseblock.dark > div > .content > .in .textcontent li, .baseblock.dark > div > .content > .in .textcontent strong {
      color: #FFF !important; }
    .baseblock.dark > div > .content > .in .textcontent span.popuplink {
      border-color: #2f6da3;
      padding: 0 0 0 4px;
      font-weight: bold;
      color: #FFF; }
      .baseblock.dark > div > .content > .in .textcontent span.popuplink .far {
        border-radius: 20px;
        background: #111;
        color: #89c7ee; }
    .baseblock.dark > div > .content > .in .textcontent .accordion W
.acontent {
      color: #FFF; }
    .baseblock.dark .peoplelist .peoplecard .name {
      color: #FFF; }
    .baseblock.dark .peoplelist .peoplecard:hover {
      background: #000; }
    .baseblock.dark .newslist .news .title {
      background: #FFF;
      color: #444; }
    .baseblock.dark .eventslist .event .pic {
      box-shadow: initial;
      border-color: #555; }
  .baseblock.upheader {
    margin-top: 0px;
    z-index: 0;
    padding-bottom: 54%;
    transform-style: preserve-3d;
    background-color: #FFF;
    overflow: hidden;
    border: 0; }
    .baseblock.upheader.centered {
      padding-bottom: 0; }
    .baseblock.upheader.trans {
      background: transparent; }
    .baseblock.upheader.threed {
      transform: translateZ(-20px) scale(1.2);
      transform-origin: 50% 0%; }
    .baseblock.upheader.slim {
      padding-bottom: 25%; }
    .baseblock.upheader div .content {
      width: 100%; }
    .baseblock.upheader .headerimage {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      transform-style: preserve-3d;
      font-size: 0; }
      .baseblock.upheader .headerimage.centered {
        position: relative;
        max-width: 1400px;
        margin: auto; }
      .baseblock.upheader .headerimage.anim {
        max-width: 1400px; }
        .baseblock.upheader .headerimage.anim .scene {
          position: relative;
          text-align: center; }
          .baseblock.upheader .headerimage.anim .scene svg {
            width: 100%;
            height: auto;
            max-width: 1700px;
            max-height: 75vh; }
          .baseblock.upheader .headerimage.anim .scene .bg {
            max-height: 800px;
            text-align: center; }
            .baseblock.upheader .headerimage.anim .scene .bg img {
              max-height: 800px;
              height: 100%; }
            .baseblock.upheader .headerimage.anim .scene .bg #lottie {
              position: absolute;
              bottom: 0;
              left: 2.2%;
              height: 100%;
              width: 100%; }
              .baseblock.upheader .headerimage.anim .scene .bg #lottie svg {
                max-height: 800px; }
        .baseblock.upheader .headerimage.anim .pic {
          margin-top: -20px; }
      .baseblock.upheader .headerimage .pic {
        height: 100%;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      .baseblock.upheader .headerimage img.pic {
        width: 100%;
        height: auto; }
      .baseblock.upheader .headerimage.full .pic {
        background-size: contain; }
  .baseblock .projects {
    padding: 50px 30px; }
    .baseblock .projects .column {
      border-top: 8px solid transparent;
      border-bottom: 0px solid transparent;
      transition: border-width 150ms, border-color 150ms; }
      .baseblock .projects .column:hover .projectbox {
        transform: translateX(-2px) translateY(-4px);
        box-shadow: 6px 8px 0px rgba(0, 0, 0, 0.04); }
      .baseblock .projects .column .projectbox {
        background: #FFF;
        height: 320px;
        padding: 7px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        position: relative;
        cursor: pointer;
        transition: all 100ms linear;
        box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.08); }
        .baseblock .projects .column .projectbox .backimage {
          background-size: cover;
          background-position: center;
          width: auto;
          flex: 1; }
        .baseblock .projects .column .projectbox .title {
          background: #FFF;
          bottom: 0px;
          right: 0px;
          padding: 20px 10px;
          font-size: 18px;
          color: #444;
          width: 100%; }
          .baseblock .projects .column .projectbox .title .purpose {
            margin-top: 10px;
            font-size: 13px;
            font-weight: 500; }
  .baseblock .content.teams {
    padding: 20px;
    padding-bottom: 60px; }
    .baseblock .content.teams a {
      text-decoration: none; }
      .baseblock .content.teams a:hover {
        color: initial; }
    .baseblock .content.teams .teamcard {
      height: 380px;
      display: flex;
      flex-direction: column;
      position: relative;
      border: 1px solid transparent;
      background: #FFF;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
      transition: all 250ms;
      cursor: pointer; }
      .baseblock .content.teams .teamcard:hover {
        border: 1px solid rgba(0, 0, 0, 0.1);
        transform: translateX(-4px) translateY(-4px);
        box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.08); }
      .baseblock .content.teams .teamcard .pic {
        flex: 1;
        background: #555;
        background-size: cover;
        background-position: center; }
      .baseblock .content.teams .teamcard .logo {
        position: absolute;
        height: 100px;
        width: 100px;
        top: 15px;
        left: 15px;
        border-radius: 50px;
        border: 2px solid #FFF;
        background-color: #FFF;
        background-size: cover;
        background-position: center; }
      .baseblock .content.teams .teamcard .infos {
        padding: 30px; }
        .baseblock .content.teams .teamcard .infos .managers {
          display: flex;
          flex-flow: row wrap;
          justify-content: space-between; }
          .baseblock .content.teams .teamcard .infos .managers .manager .pic {
            display: inline-block;
            height: 40px;
            width: 40px;
            vertical-align: middle;
            background-position: 50% 25%;
            border: 1px solid #FFF;
            outline: 1px solid #EEE;
            margin-right: 5px; }
          .baseblock .content.teams .teamcard .infos .managers .manager .name {
            display: inline-block;
            text-transform: capitalize;
            font-size: 18px;
            line-height: 40px;
            font-weight: 500;
            border: 0; }
        .baseblock .content.teams .teamcard .infos .name {
          padding: 0px 0 10px 0;
          font-size: 22px;
          color: #444; }
        .baseblock .content.teams .teamcard .infos .des {
          color: #666;
          border-top: 2px solid #F5F5F5;
          font-family: "Roboto";
          padding: 10px 0;
          height: 90px;
          overflow: hidden; }
          .baseblock .content.teams .teamcard .infos .des p:first-child {
            display: block; }
          .baseblock .content.teams .teamcard .infos .des p {
            display: none; }
    .baseblock .content.teams.small .teamcard {
      height: 80px;
      display: flex;
      position: relative;
      border: 1px solid rgba(0, 0, 0, 0.1);
      background: #FFF;
      box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.06);
      transition: all 250ms;
      flex-direction: row;
      cursor: pointer; }
      .baseblock .content.teams.small .teamcard:hover {
        transform: translateX(-2px) translateY(-4px);
        box-shadow: 6px 8px 0px rgba(0, 0, 0, 0.04); }
      .baseblock .content.teams.small .teamcard .pic {
        background: #555;
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100px; }
      .baseblock .content.teams.small .teamcard .logo {
        display: none; }
      .baseblock .content.teams.small .teamcard .managers {
        flex: 1;
        flex-grow: 0; }
        .baseblock .content.teams.small .teamcard .managers .manager .pic {
          display: inline-block;
          height: 39px;
          width: 39px;
          vertical-align: middle;
          background-position: 50% 25%;
          border: 1px solid #FFF;
          outline: 1px solid #EEE;
          margin-right: 5px;
          margin-left: -38px; }
        .baseblock .content.teams.small .teamcard .managers .manager .name {
          display: none;
          text-transform: capitalize;
          font-size: 18px;
          line-height: 40px;
          font-weight: 500;
          border: 0; }
      .baseblock .content.teams.small .teamcard .name {
        padding: 20px;
        font-size: 22px;
        color: #444;
        flex: 1;
        flex-grow: 3; }
  .baseblock .team .teamdes {
    margin-top: 30px; }
    .baseblock .team .teamdes i.fas {
      font-size: 100px;
      position: absolute;
      left: 10px;
      opacity: 0.15;
      color: #63a5d5; }
    .baseblock .team .teamdes blockquote {
      background: transparent;
      border: 0;
      font-size: 16px;
      color: #222;
      font-weight: 500;
      font-family: "Roboto";
      border-bottom: 1px solid #DDD;
      padding: 40px 0;
      margin: 0 40px; }
  .baseblock .team .peoplelist {
    padding: 30px 0;
    font-family: "Archivo Narrow"; }
  .baseblock .peoplelist {
    padding: 50px 0px; }
    .baseblock .peoplelist > .title {
      font-family: "Archivo Narrow";
      height: 40px;
      line-height: 40px;
      width: 100%;
      font-size: 22px;
      padding: 0 20px;
      margin: 0; }
    .baseblock .peoplelist .column:nth-child(2n) .peoplecard > .pic {
      transform: rotate(-2deg); }
    .baseblock .peoplelist .column:nth-child(3n) .peoplecard > .pic {
      transform: rotate(3deg); }
    .baseblock .peoplelist .peoplecard {
      padding: 15px;
      padding-left: 135px;
      min-height: 150px;
      position: relative;
      border: 1px solid transparent;
      transition: all 200ms;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1); }
      .baseblock .peoplelist .peoplecard:hover {
        border: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        background: #FFF;
        transform: translateX(-5px) translateY(-7px);
        box-shadow: 5px 7px 1px rgba(0, 0, 0, 0.05); }
        .baseblock .peoplelist .peoplecard:hover .pic {
          transform: rotate(0deg) !important; }
      .baseblock .peoplelist .peoplecard .pic {
        width: 100px;
        height: 120px;
        left: 15px;
        top: 15px;
        position: absolute;
        background-position: 50% 30%;
        background-size: cover;
        border: 4px solid #FFF;
        outline: 1px solid rgba(0, 0, 0, 0.1);
        transition: transform 200ms;
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.05); }
      .baseblock .peoplelist .peoplecard .name {
        font-size: 22px;
        text-transform: capitalize; }
      .baseblock .peoplelist .peoplecard .title {
        font-size: 18px;
        font-weight: 500; }

.fullcontent {
  transform-style: preserve-3d;
  transform-style: inherit; }
  .fullcontent .baseblock {
    transform-style: inherit; }
  .fullcontent .titleblock {
    font-family: "Archivo Narrow";
    display: flex;
    min-height: 200px;
    padding: 100px 0;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden; }
    .fullcontent .titleblock .background {
      position: absolute;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .fullcontent .titleblock .background .imagesback {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center; }
      .fullcontent .titleblock .background .videoback {
        height: 56.5vw;
        width: 100vw;
        top: 0;
        left: 0;
        margin-top: -5px;
        min-width: 1000px;
        min-height: calc(100% + 100px); }
        .fullcontent .titleblock .background .videoback .voverlay {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100vw;
          background: rgba(0, 0, 0, 0); }
        .fullcontent .titleblock .background .videoback iframe {
          height: 100%;
          width: 100%; }
    .fullcontent .titleblock .shade {
      position: absolute;
      height: 100%;
      width: 100%;
      opacity: 0.7; }
    .fullcontent .titleblock .title-logo {
      margin: auto;
      position: relative;
      height: 140px;
      width: 350px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .fullcontent .titleblock .title {
      color: #FFF;
      line-height: 60px;
      font-size: 48px;
      position: relative;
      font-weight: 900; }
    .fullcontent .titleblock .subtitle {
      color: #FFF;
      font-size: 32px;
      position: relative; }
    @media screen and (max-width: 768px) {
      .fullcontent .titleblock .title-logo {
        max-width: 90vw; }
      .fullcontent .titleblock .title {
        line-height: 45px;
        font-size: 32px;
        padding: 0 15px; }
      .fullcontent .titleblock .subtitle {
        font-size: 24px;
        padding: 0 15px; } }
  .fullcontent .team .baseblock {
    border-top: 0; }
    .fullcontent .team .baseblock .logospacer {
      height: 50px; }
    .fullcontent .team .baseblock .content .in .textcontent {
      padding: 50px 30px; }
  .fullcontent .team .teamhead .headimagecont {
    /* margin-top: 50px; */
    z-index: 1;
    position: relative;
    background: rgba(0, 0, 0, 0.025); }
  .fullcontent .team .teamhead .backimage_blur {
    position: absolute;
    height: 800px;
    top: -200px;
    background-size: cover;
    width: 150vw;
    left: -25vw;
    background-position: center;
    filter: blur(30px) brightness(0.5);
    z-index: -1; }
  .fullcontent .team .teamhead .backimage {
    height: 200px;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2); }
  .fullcontent .team .teamhead .container {
    position: relative; }
    .fullcontent .team .teamhead .container .logo {
      height: 150px;
      width: 150px;
      position: absolute;
      bottom: -75px;
      background-color: #FFF;
      left: 30px;
      background-size: cover;
      border: 3px solid #FFF;
      border-radius: 100px;
      box-shadow: 0px 0px 0px 8px #3b3b3b; }
  .fullcontent .team .peoplelist > .title {
    position: relative;
    color: #666;
    font-size: 20px; }
    .fullcontent .team .peoplelist > .title:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      left: 0;
      top: 50%; }
    .fullcontent .team .peoplelist > .title > span {
      display: inline-block;
      background: #FFF;
      padding: 0 20px;
      z-index: 1;
      position: relative; }
  .fullcontent .team .projects_title {
    font-family: "Archivo Narrow";
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #666;
    font-weight: 600;
    font-size: 20px;
    padding: 0 20px;
    margin: 0; }
    .fullcontent .team .projects_title:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      left: 0;
      top: 50%; }
    .fullcontent .team .projects_title > span {
      display: inline-block;
      background: #FFF;
      padding: 0 20px;
      z-index: 1;
      position: relative; }
  .fullcontent .profile .profilehead {
    min-height: 200px;
    width: 100%;
    padding: 50px 0; }
    .fullcontent .profile .profilehead .pic {
      display: inline-block;
      height: 250px;
      width: 200px;
      border: 8px solid #FFF;
      outline: 1px solid rgba(0, 0, 0, 0.1);
      vertical-align: top;
      background-size: cover;
      background-position: 50% 35%;
      box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.06);
      margin-left: 20px; }
    .fullcontent .profile .profilehead .name {
      display: inline-block;
      vertical-align: top;
      font-size: 35px;
      padding-left: 30px;
      text-transform: capitalize;
      font-family: 'Archivo Narrow';
      font-weight: 600;
      width: calc(100% - 250px); }
      .fullcontent .profile .profilehead .name .title {
        display: block;
        font-size: 24px;
        font-weight: 400; }
      .fullcontent .profile .profilehead .name .contacts {
        padding-bottom: 20px; }
        .fullcontent .profile .profilehead .name .contacts:before {
          content: "";
          display: block;
          height: 3px;
          width: 100px;
          background: #63a5d5;
          margin-bottom: 10px; }
        .fullcontent .profile .profilehead .name .contacts a {
          text-decoration: none; }
        .fullcontent .profile .profilehead .name .contacts i {
          padding: 15px;
          color: #2f6da3;
          display: inline-block;
          font-size: 22px;
          border: 1px solid #CCC;
          border-radius: 30px;
          box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.06);
          transform: rotate(0deg);
          transition: transform 200ms, box-shadow 200ms, background-color 200ms, color 200ms; }
          .fullcontent .profile .profilehead .name .contacts i:hover {
            transform: rotate(360deg);
            box-shadow: -3px -3px 0px -3px rgba(0, 0, 0, 0.06);
            color: #FFF;
            background-color: #63a5d5; }
      .fullcontent .profile .profilehead .name .shortdes {
        font-size: 14px;
        text-transform: none; }
        .fullcontent .profile .profilehead .name .shortdes:before {
          content: "";
          display: block;
          height: 3px;
          width: 100px;
          background: #63a5d5;
          margin-bottom: 20px;
          max-width: 500px; }
  .fullcontent .profile .profilecontent {
    min-height: 100px; }

@keyframes btnspingup {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5, 0.2); }
  100% {
    transform: scale(1); } }

@keyframes btnspingdown {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.5, 2); }
  100% {
    transform: scale(1); } }
    .fullcontent .profile .profilecontent .textcontent.alldes {
      display: block !important;
      padding: 50px 30px;
      overflow: hidden;
      transition: height 450ms; }
      .fullcontent .profile .profilecontent .textcontent.alldes .morebtn {
        position: absolute;
        bottom: 0px;
        background: linear-gradient(to top, #3b3b3b, transparent);
        padding-bottom: 10px;
        padding-top: 150px;
        width: 100%;
        text-align: center;
        border-bottom: 50px solid #3b3b3b; }
        .fullcontent .profile .profilecontent .textcontent.alldes .morebtn a {
          display: block;
          width: 50px;
          height: 50px;
          margin: auto;
          margin-bottom: -47px;
          background: orange;
          position: relative;
          z-index: 1;
          border-radius: 50px;
          text-decoration: none;
          line-height: 50px;
          text-align: center;
          color: #FFF;
          font-size: 19px;
          transition: background-color 350ms;
          transform-origin: 50% 130%;
          box-shadow: 2px 4px 0px -1px rgba(0, 0, 0, 0.12);
          filter: saturate(2.5); }
          .fullcontent .profile .profilecontent .textcontent.alldes .morebtn a:hover {
            filter: saturate(5); }
      .fullcontent .profile .profilecontent .textcontent.alldes.close .morebtn a {
        background: #4a7e93; }
      .fullcontent .profile .profilecontent .textcontent.alldes.opening .morebtn a {
        animation: btnspingdown 450ms; }
      .fullcontent .profile .profilecontent .textcontent.alldes.closing .morebtn a {
        animation: btnspingup 450ms; }
      .fullcontent .profile .profilecontent .textcontent.alldes h1, .fullcontent .profile .profilecontent .textcontent.alldes h2, .fullcontent .profile .profilecontent .textcontent.alldes h3, .fullcontent .profile .profilecontent .textcontent.alldes h4, .fullcontent .profile .profilecontent .textcontent.alldes h5, .fullcontent .profile .profilecontent .textcontent.alldes h6, .fullcontent .profile .profilecontent .textcontent.alldes strong, .fullcontent .profile .profilecontent .textcontent.alldes span {
        color: #FFF !important;
        background-color: transparent !important; }
        .fullcontent .profile .profilecontent .textcontent.alldes h1::before, .fullcontent .profile .profilecontent .textcontent.alldes h2::before, .fullcontent .profile .profilecontent .textcontent.alldes h3::before, .fullcontent .profile .profilecontent .textcontent.alldes h4::before, .fullcontent .profile .profilecontent .textcontent.alldes h5::before, .fullcontent .profile .profilecontent .textcontent.alldes h6::before, .fullcontent .profile .profilecontent .textcontent.alldes strong::before, .fullcontent .profile .profilecontent .textcontent.alldes span::before {
          display: none; }
      .fullcontent .profile .profilecontent .textcontent.alldes h1 {
        font-size: 24px; }
      .fullcontent .profile .profilecontent .textcontent.alldes h2 {
        font-size: 21px; }
      .fullcontent .profile .profilecontent .textcontent.alldes h3 {
        font-size: 19px; }
      .fullcontent .profile .profilecontent .textcontent.alldes h4 {
        font-size: 16px; }
      .fullcontent .profile .profilecontent .textcontent.alldes p {
        padding: 0;
        margin: 0; }
      .fullcontent .profile .profilecontent .textcontent.alldes strong {
        font-weight: bold; }
      .fullcontent .profile .profilecontent .textcontent.alldes a {
        color: #63a5d5; }
      .fullcontent .profile .profilecontent .textcontent.alldes .des {
        padding: 20px 0;
        color: #FFF;
        position: relative; }
        .fullcontent .profile .profilecontent .textcontent.alldes .des:nth-child(2n)::before {
          content: '';
          display: block;
          position: absolute;
          top: 0px;
          left: 0;
          background: #FFF;
          height: 3px;
          width: 180px; }
  .fullcontent .baseblock .content.news {
    padding: 0 20px;
    width: 100%; }
  .fullcontent .news .newshead .headimagecont {
    position: relative;
    background: rgba(0, 0, 0, 0.025);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden; }
  .fullcontent .news .newshead .backimage_blur {
    position: absolute;
    height: 800px;
    top: -200px;
    background-size: cover;
    width: 150vw;
    left: -25vw;
    filter: blur(30px) brightness(0.5);
    z-index: -1; }
  .fullcontent .news .newshead .backimage {
    height: 400px;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2); }
  .fullcontent .news .newshead .title {
    padding: 20px 20px;
    font-family: "Archivo Narrow"; }
    .fullcontent .news .newshead .title .subtitle {
      font-size: 24px; }
    .fullcontent .news .newshead .title .metas {
      display: flex;
      justify-content: space-between; }
    .fullcontent .news .newshead .title .date {
      font-size: 18px;
      color: #4892bf; }
  .fullcontent .news .tag {
    background-color: #4892bf;
    color: white;
    font-size: 16px;
    cursor: pointer; }
  .fullcontent .news .tag.off {
    background-color: white;
    color: #4892bf; }
  .fullcontent .news .newscontent a, .fullcontent .news .newscontent a:hover {
    color: #2f6da3;
    text-decoration: underline; }
  .fullcontent .news .newscontent ul {
    list-style-position: outside;
    padding-left: 2rem; }
  .fullcontent .news .newscontent ul, .fullcontent .news .newscontent ul li {
    list-style-type: disc !important;
    list-style-image: none !important; }
    .fullcontent .news .newscontent ul:before, .fullcontent .news .newscontent ul li:before {
      display: none !important; }
  .fullcontent .news .newscontent .alldes.textcontent {
    width: 100%;
    max-width: 750px !important;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }
  .fullcontent .news .newscontent figure {
    margin-left: 0;
    margin-right: 0; }
  .fullcontent .news .newscontent h1, .fullcontent .news .newscontent h2, .fullcontent .news .newscontent h3, .fullcontent .news .newscontent h4, .fullcontent .news .newscontent h5, .fullcontent .news .newscontent h6 {
    margin-top: 2rem; }
    .fullcontent .news .newscontent h1::before, .fullcontent .news .newscontent h2::before, .fullcontent .news .newscontent h3::before, .fullcontent .news .newscontent h4::before, .fullcontent .news .newscontent h5::before, .fullcontent .news .newscontent h6::before {
      display: none; }
  .fullcontent .news .newscontent .kg-card {
    max-width: 100%; }
  .fullcontent .news .newscontent .kg-card + * {
    margin-top: 45px; }
  .fullcontent .news .newscontent .kg-bookmark-card {
    max-width: 750px;
    margin: 0 auto;
    border: 1px solid #d9d9d9;
    border-radius: 4px; }
  .fullcontent .news .newscontent .kg-bookmark-content {
    flex-grow: 1;
    overflow: hidden;
    padding: 25px; }
  .fullcontent .news .newscontent .kg-bookmark-container {
    display: flex;
    overflow: hidden;
    text-decoration: none !important; }
  .fullcontent .news .newscontent .kg-bookmark-title {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left; }
  .fullcontent .news .newscontent .kg-bookmark-description {
    color: #aaa;
    font-size: 16px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .fullcontent .news .newscontent .kg-bookmark-metadata {
    align-items: center;
    display: flex;
    font-size: 14px;
    margin-top: 5px; }
  .fullcontent .news .newscontent .kg-bookmark-icon {
    height: 20px;
    margin-right: 5px;
    width: 20px; }
  .fullcontent .news .newscontent .kg-bookmark-metadata > span {
    color: #1a1a1a; }
  .fullcontent .news .newscontent .kg-bookmark-author, .fullcontent .news .newscontent .kg-bookmark-publisher {
    display: inline; }
  .fullcontent .news .newscontent .kg-bookmark-thumbnail {
    flex-shrink: 0;
    margin-left: 20px;
    position: relative;
    width: 300px; }
    .fullcontent .news .newscontent .kg-bookmark-thumbnail img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      width: 100%; }
  .fullcontent .news .newscontent .kg-embed-card {
    height: 0;
    padding-top: 75%;
    position: relative; }
    .fullcontent .news .newscontent .kg-embed-card iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .fullcontent .news .newscontent .u-text-format > .kg-card, .fullcontent .news .newscontent .u-text-format > .kg-card + * {
    margin-top: 45px; }
  .fullcontent .news .newscontent .kg-gallery-container {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .fullcontent .news .newscontent .kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px; }
  .fullcontent .news .newscontent .kg-gallery-image {
    flex: 1.50038 1 0%; }
    .fullcontent .news .newscontent .kg-gallery-image img {
      height: 100%;
      width: 100%; }
  .fullcontent .news .newscontent figcaption {
    color: #1a1a1a;
    font-size: 14px;
    margin-top: 15px;
    text-align: center; }
  .fullcontent .more-news .tags {
    padding: .8rem 0;
    justify-content: center; }

.baseblock .newslist {
  padding: 70px 20px; }
  .baseblock .newslist a {
    text-decoration: none; }
  .baseblock .newslist .news {
    display: flex;
    flex-direction: column;
    border: 1px solid #DDD;
    cursor: pointer;
    overflow: hidden; }
    .baseblock .newslist .news .pic {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: 40%;
      transition: all 400ms; }
      .baseblock .newslist .news .pic .backimage {
        height: 100%;
        width: 100%;
        transition: transform 600ms;
        background-size: cover;
        background-position: center;
        will-change: transform;
        backface-visibility: hidden; }
    .baseblock .newslist .news.m .pic {
      flex-basis: 60%; }
    .baseblock .newslist .news:hover .pic {
      flex-shrink: 1; }
    .baseblock .newslist .news .title {
      padding: 15px;
      font-size: 22px;
      flex-grow: 1;
      flex-shrink: 0.1;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0;
      flex-basis: 0; }
    .baseblock .newslist .news:hover .title {
      flex-grow: 1;
      margin-bottom: 1.5rem;
      flex-basis: 50%; }
    .baseblock .newslist .news .subtitle {
      margin-top: 0;
      font-size: 18px;
      font-family: "Roboto";
      flex-shrink: 1;
      flex-grow: 0;
      flex-basis: 0;
      overflow: hidden;
      transition: all 400ms;
      display: none; }
      .baseblock .newslist .news .subtitle .text-wrapper {
        padding: 10px 15px 0 15px;
        text-overflow: ellipsis;
        overflow: hidden; }
    .baseblock .newslist .news:hover .subtitle {
      display: block;
      margin-top: 10px;
      flex-basis: auto;
      flex-shrink: 0;
      flex-grow: 1;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .baseblock .newslist .news .date {
      padding: 15px;
      color: #4892bf;
      font-size: 16px;
      float: right;
      flex-grow: 0;
      flex-shrink: 0; }
    .baseblock .newslist .news.xl {
      height: 600px; }
      .baseblock .newslist .news.xl .title {
        font-size: 26px; }
      .baseblock .newslist .news.xl .subtitle {
        font-size: 18px; }
    .baseblock .newslist .news.l {
      height: 500px; }
      .baseblock .newslist .news.l .title {
        font-size: 22px; }
      .baseblock .newslist .news.l .subtitle {
        font-size: 16px; }
    .baseblock .newslist .news.m {
      height: 400px; }
      .baseblock .newslist .news.m .title {
        font-size: 20px; }
      .baseblock .newslist .news.m .subtitle {
        font-size: 14px; }

.baseblock .newsbtn_cont {
  margin-top: -50px;
  margin-bottom: 40px;
  text-align: right;
  padding-right: 20px; }
  .baseblock .newsbtn_cont .newsbutton {
    color: #FFF;
    display: inline-block;
    padding: 10px 20px;
    background: #82b45f;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.15); }
    .baseblock .newsbtn_cont .newsbutton:hover {
      color: #FFF;
      background: #7bcb43; }

.baseblock .eventslist {
  padding: 70px 20px;
  overflow: hidden;
  margin-bottom: 10px;
  transform-style: inherit; }
  .baseblock .eventslist.open {
    max-height: initial !important; }
    .baseblock .eventslist.open .moreeventsbtn_cont {
      transform-style: flat; }
      .baseblock .eventslist.open .moreeventsbtn_cont .btn {
        background: #f0a62c; }
        .baseblock .eventslist.open .moreeventsbtn_cont .btn::before {
          content: "\f068"; }
  .baseblock .eventslist a {
    text-decoration: none; }
  .baseblock .eventslist .moreeventsbtn_cont {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
    padding-top: 20px;
    border-bottom: 20px solid #FFF;
    background: #FFF;
    z-index: 0; }
    .baseblock .eventslist .moreeventsbtn_cont .btn {
      margin: auto;
      height: 58px;
      width: 58px;
      background: #4892bf;
      border-radius: 50px;
      position: relative;
      box-shadow: 1px 4px 0px -1px rgba(0, 0, 0, 0.14); }
      .baseblock .eventslist .moreeventsbtn_cont .btn:hover {
        filter: brightness(1.2);
        cursor: pointer; }
      .baseblock .eventslist .moreeventsbtn_cont .btn::before {
        content: "\f067";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        line-height: 58px;
        width: 58px;
        color: #FFF;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        top: 0;
        left: 0; }
  .baseblock .eventslist .event {
    display: flex;
    height: 250px;
    width: 100%;
    margin: 15px;
    position: relative; }
    .baseblock .eventslist .event:hover .backimage {
      filter: brightness(1.05) saturate(1.1); }
    .baseblock .eventslist .event:hover .viewbtn {
      opacity: 1;
      transform: translateY(0); }
    @media (hover: none) {
      .baseblock .eventslist .event .viewbtn {
        opacity: 1 !important;
        transform: translateY(0) !important; } }
    .baseblock .eventslist .event .pic {
      height: 250px;
      width: 200px;
      border: 6px solid #FFF;
      outline: 1px solid #DDD;
      box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1); }
      .baseblock .eventslist .event .pic .backimage {
        height: 100%;
        width: 100%;
        transition: transform 600ms;
        background-size: cover;
        background-position: 50% 50%;
        will-change: transform;
        backface-visibility: hidden; }
    .baseblock .eventslist .event .title {
      flex: 1;
      display: flex;
      flex-direction: column;
      padding: 0 0 0 20px;
      font-size: 22px;
      height: 100%;
      -webkit-mask-image: linear-gradient(179deg, #000 50%, transparent 90%);
      mask-image: linear-gradient(179deg, #000 50%, transparent 90%); }
      .baseblock .eventslist .event .title .date {
        padding-bottom: 3px;
        flex: 1;
        flex-basis: 0%;
        margin-bottom: 10px; }
        .baseblock .eventslist .event .title .date .day, .baseblock .eventslist .event .title .date .hour {
          display: inline;
          font-size: 15px;
          margin-right: 5px; }
          .baseblock .eventslist .event .title .date .day i.far, .baseblock .eventslist .event .title .date .hour i.far {
            color: #4892bf; }
      .baseblock .eventslist .event .title .main {
        flex: 1;
        flex-basis: 0%;
        padding-bottom: 10px;
        border-bottom: 1px solid #DDD;
        margin-bottom: 10px; }
      .baseblock .eventslist .event .title .description {
        font-size: 15px;
        font-weight: initial;
        line-height: 25px;
        flex: 1;
        overflow: hidden;
        flex-basis: 100%; }
      .baseblock .eventslist .event .title .subtitle {
        margin-top: 10px;
        padding: 10px 0 0 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 18px;
        font-family: "Roboto"; }
    .baseblock .eventslist .event .viewbtn {
      position: absolute;
      bottom: 20px;
      right: 10px;
      z-index: 1;
      background: #2699ff;
      color: #FFF;
      font-size: 20px;
      text-transform: uppercase;
      padding: 5px 15px;
      font-weight: 600;
      transform: translateY(80px);
      opacity: 0;
      transition: transform 300ms, opacity 300ms;
      cursor: pointer; }

/* MODULE GRID IMG */
.gridimg a {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 10px;
  text-decoration: none; }

.gridimg.grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0; }
  .gridimg.grid.is-1 a {
    width: calc(100% - 20px); }
  .gridimg.grid.is-2 a {
    width: calc(50% - 20px); }
  .gridimg.grid.is-4 a {
    width: calc(25% - 20px); }
  .gridimg.grid.is-6 a {
    width: calc(16.66% - 20px); }

/* MODULE GRID VIDEOS */
.gridvideos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  width: 100%; }
  .gridvideos .video-container {
    margin: 0 14px 30px; }
  .gridvideos .video {
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 53%;
    position: relative;
    width: 100%; }
    .gridvideos .video .arrow {
      position: absolute;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      cursor: pointer;
      justify-content: center; }
      .gridvideos .video .arrow::before {
        content: "";
        height: 0;
        width: 0;
        border-top: 23px solid transparent;
        border-bottom: 23px solid transparent;
        border-left: 40px solid white; }
      .gridvideos .video .arrow:hover {
        background: rgba(0, 0, 0, 0); }
  .gridvideos .video-title p {
    line-height: 24px !important;
    margin-right: 10px;
    margin-top: 10px; }
  .gridvideos.is-1 .video-container {
    margin: 0 0 30px;
    width: 100%; }
  .gridvideos.is-2 .video-container {
    width: calc(50% - 14px); }
    .gridvideos.is-2 .video-container:nth-child(odd) {
      margin-left: 0; }
    .gridvideos.is-2 .video-container:nth-child(even) {
      margin-right: 0; }
  .gridvideos.is-4 .video-container {
    width: calc(25% - 22px); }
    .gridvideos.is-4 .video-container:nth-child(4n+1) {
      margin-left: 0; }
    .gridvideos.is-4 .video-container:nth-child(4n) {
      margin-right: 0; }
  .gridvideos.is-6 .video-container {
    width: calc(16.6% - 24px); }
    .gridvideos.is-6 .video-container:nth-child(6n+1) {
      margin-left: 0; }
    .gridvideos.is-6 .video-container:nth-child(6n) {
      margin-right: 0; }

/* MODULE MEDIA BLOCKS */
.mediablocks .mediablock {
  align-items: center;
  display: flex; }

.mediablocks .video {
  background: #000;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  margin: 0 15px 50px;
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  text-align: center;
  width: 66.66%; }

.mediablocks .arrow {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%; }
  .mediablocks .arrow::before {
    content: "";
    height: 0;
    width: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 40px solid white; }
  .mediablocks .arrow:hover {
    background: rgba(0, 0, 0, 0); }

.mediablocks .mediablock-quote {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  width: 33.33%; }

@media screen and (max-width: 1150px) {
  .gridvideos.is-6 .video-container {
    width: calc(25% - 26px); }
    .gridvideos.is-6 .video-container:nth-child(6n+1), .gridvideos.is-6 .video-container:nth-child(6n) {
      margin: 0 10px 30px; } }

@media screen and (max-width: 1025px) {
  .gridvideos .video .arrow::before {
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 20px; }
  .gridimg.grid.is-6 a {
    width: calc(25% - 20px); }
  .mediablocks .mediablock {
    flex-direction: column; }
  .mediablocks .video {
    margin-bottom: 0;
    padding-bottom: 53%;
    width: 100%; }
  .mediablocks .mediablock-quote {
    margin-bottom: 50px;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .gridvideos.is-6 .video-container, .gridvideos.is-4 .video-container {
    width: calc(50% - 24px); }
    .gridvideos.is-6 .video-container:nth-child(4n+1), .gridvideos.is-6 .video-container:nth-child(4n), .gridvideos.is-4 .video-container:nth-child(4n+1), .gridvideos.is-4 .video-container:nth-child(4n) {
      margin: 0 10px 30px; }
  .gridimg.grid.is-4 a, .gridimg.grid.is-6 a {
    width: calc(50% - 20px); }
  .gridimg.grid.is-4.is-responsive-3 a, .gridimg.grid.is-6.is-responsive-3 a {
    width: calc(33% - 20px); } }

@media screen and (max-width: 768px) {
  #verticalnav_cont {
    right: 5px; }
  #header .crilogo::before {
    display: none; }
  #header .crilogo img {
    margin-top: -4px; }
  #scrollcont {
    margin-top: 0;
    padding-top: 0;
    height: 100vh; }
  .baseblock {
    transform-style: inherit; }
    .baseblock:first-child {
      padding-top: 120px; }
    .baseblock.upheader:first-child {
      padding-top: 60px; }
      .baseblock.upheader:first-child:before {
        content: "";
        position: absolute;
        background: #FFF;
        border-bottom: 1px solid rgba(0, 0, 0, 0.18);
        width: 100%;
        height: 60px;
        top: 0;
        z-index: 1; }
      .baseblock.upheader:first-child.threed {
        padding-top: 60px; }
        .baseblock.upheader:first-child.threed:before {
          height: 60px; }
    .baseblock .anchor {
      margin-top: -100px; }
    .baseblock .upheader {
      padding-bottom: 100%;
      transform-style: inherit; }
      .baseblock .upheader.slim {
        padding-bottom: 75%; }
    .baseblock > div {
      transform-style: flat; }
      .baseblock > div > .title {
        transform-style: inherit;
        writing-mode: initial;
        text-orientation: initial;
        transform: initial;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: auto;
        max-width: 60%;
        font-size: 26px; }
      .baseblock > div > .content {
        transform-style: inherit;
        filter: brightness(1);
        width: 100%; }
        .baseblock > div > .content.titlenone, .baseblock > div > .content.titletop {
          margin-left: initial; }
        .baseblock > div > .content.titleboth .toptitle {
          display: none; }
        .baseblock > div > .content .toptitle {
          font-size: 30px;
          line-height: 35px; }
        .baseblock > div > .content > .in .btmbtns .btn {
          width: 100%; }
        .baseblock > div > .content > .in .textcontent {
          padding: 50px 30px; }
          .baseblock > div > .content > .in .textcontent p {
            padding-right: 25px; }
            .baseblock > div > .content > .in .textcontent p img {
              text-align: center;
              margin: auto;
              display: block; }
        .baseblock > div > .content > .in .tablecontent .line .title {
          align-items: flex-start;
          width: 100%;
          max-width: 100%; }
        .baseblock > div > .content > .in .column.sidecontent {
          margin-top: 0; }
          .baseblock > div > .content > .in .column.sidecontent .mediascontent .imagescontent {
            display: flex;
            flex-wrap: wrap; }
            .baseblock > div > .content > .in .column.sidecontent .mediascontent .imagescontent .pic {
              margin: 0 10px;
              width: calc(50% - 20px); }
          .baseblock > div > .content > .in .column.sidecontent .mediascontent .videoscontent {
            display: flex;
            flex-wrap: wrap; }
            .baseblock > div > .content > .in .column.sidecontent .mediascontent .videoscontent .video {
              margin: 0 10px;
              width: calc(100% - 20px); }
          .baseblock > div > .content > .in .column.sidecontent .keyfigurebox, .baseblock > div > .content > .in .column.sidecontent .resourcesbox {
            padding: 0px 30px 30px 50px;
            margin-left: -20px;
            border-left: 1px solid rgba(0, 0, 0, 0.1); }
        .baseblock > div > .content .content.events .event {
          height: 320px; }
          .baseblock > div > .content .content.events .event .pic {
            width: 100px;
            height: 130px; }
          .baseblock > div > .content .content.events .event .title {
            padding: 0 20px 0 10px; }
    .baseblock.newscontent > div > .title {
      display: none; }
  .profile .profilehead .container .pic {
    margin-right: calc(50% - 100px);
    margin-left: calc(50% - 100px);
    margin-top: 50px; }
  .profile .profilehead .container .name {
    text-align: center;
    width: initial;
    padding-right: 20px; }
    .profile .profilehead .container .name .contacts {
      border-top: 3px solid #4892bf;
      padding-top: 10px;
      margin-bottom: 20px; }
      .profile .profilehead .container .name .contacts:before {
        display: none; }
    .profile .profilehead .container .name .shortdes {
      text-align: justify; }
      .profile .profilehead .container .name .shortdes:before {
        display: none; }
  .partners .footer-logos {
    text-align: center !important; } }

@media screen and (max-width: 1024px) {
  .baseblock.upheader {
    padding-bottom: 100%; } }

body #header ul.navigation li.topitem .pagemenu {
  display: block; }

body #header ul.navigation li.topitem .menuloader {
  display: block; }
