/*
Theme Name: Finance Watch
Theme URI: https://www.finance-watch.org
Author: Atelier Design
Author URI: http://www.atelierdesign.be
Description: Finance Watch Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fw
Tags:
*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  /* overflow-y: scroll;  Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

button {
  border: 0;
  padding: 0;
  border-radius: 0;
  -webkit-appeareance: none;
  appeareance: none;
  background: none;
  cursor: pointer;
}

a:focus, button:focus {
  outline: 0;
}

a:hover,
a:active, button:hover, button:focus {
  outline: 0;
}

a img {
  border: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

p {
  word-wrap: break-word;
}

/*--------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*  -   GRID BUILDER
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
.grid, .t-grid, .m-grid {
  position: relative;
}

.grid {
  width: calc(23*(40px + (10)*((100vw - 1056px)/(310))));
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1055px) {
  .t-grid {
    margin: 0 auto;
  }

  .grid, .t-grid {
    width: 80.859375vw;
  }
}
@media (max-width: 767px) {
  .m-grid {
    margin: 0 auto;
  }

  .grid, .t-grid, .m-grid {
    width: 79.0625vw;
  }
}
.center {
  position: relative;
  margin: 0 auto;
}

.right {
  position: relative;
  margin-left: auto;
  margin-right: 0;
}

@media (min-width: 1056px) {
  .col-1 {
    width: calc(1*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(1 * 1200px / 23 );
  }

  .col-2 {
    width: calc(2*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(2 * 1200px / 23 );
  }

  .col-3 {
    width: calc(3*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(3 * 1200px / 23 );
  }

  .col-4 {
    width: calc(4*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(4 * 1200px / 23 );
  }

  .col-5 {
    width: calc(5*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(5 * 1200px / 23 );
  }

  .col-6 {
    width: calc(6*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(6 * 1200px / 23 );
  }

  .col-7 {
    width: calc(7*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(7 * 1200px / 23 );
  }

  .col-8 {
    width: calc(8*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(8 * 1200px / 23 );
  }

  .col-9 {
    width: calc(9*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(9 * 1200px / 23 );
  }

  .col-10 {
    width: calc(10*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(10 * 1200px / 23 );
  }

  .col-11 {
    width: calc(11*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(11 * 1200px / 23 );
  }

  .col-12 {
    width: calc(12*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(12 * 1200px / 23 );
  }

  .col-13 {
    width: calc(13*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(13 * 1200px / 23 );
  }

  .col-14 {
    width: calc(14*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(14 * 1200px / 23 );
  }

  .col-15 {
    width: calc(15*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(15 * 1200px / 23 );
  }

  .col-16 {
    width: calc(16*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(16 * 1200px / 23 );
  }

  .col-17 {
    width: calc(17*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(17 * 1200px / 23 );
  }

  .col-18 {
    width: calc(18*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(18 * 1200px / 23 );
  }

  .col-19 {
    width: calc(19*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(19 * 1200px / 23 );
  }

  .col-20 {
    width: calc(20*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(20 * 1200px / 23 );
  }

  .col-21 {
    width: calc(21*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(21 * 1200px / 23 );
  }

  .col-22 {
    width: calc(22*(40px + (10)*((100vw - 1056px)/(310))));
    max-width: calc(22 * 1200px / 23 );
  }
}
@media (max-width: 1055px) and (min-width: 768px) {
  .t-col-1 {
    width: 3.515625vw;
  }

  .t-col-2 {
    width: 7.03125vw;
  }

  .t-col-3 {
    width: 10.546875vw;
  }

  .t-col-4 {
    width: 14.0625vw;
  }

  .t-col-5 {
    width: 17.578125vw;
  }

  .t-col-6 {
    width: 21.09375vw;
  }

  .t-col-7 {
    width: 24.609375vw;
  }

  .t-col-8 {
    width: 28.125vw;
  }

  .t-col-9 {
    width: 31.640625vw;
  }

  .t-col-10 {
    width: 35.15625vw;
  }

  .t-col-11 {
    width: 38.671875vw;
  }

  .t-col-12 {
    width: 42.1875vw;
  }

  .t-col-13 {
    width: 45.703125vw;
  }

  .t-col-14 {
    width: 49.21875vw;
  }

  .t-col-15 {
    width: 52.734375vw;
  }

  .t-col-16 {
    width: 56.25vw;
  }

  .t-col-17 {
    width: 59.765625vw;
  }

  .t-col-18 {
    width: 63.28125vw;
  }

  .t-col-19 {
    width: 66.796875vw;
  }

  .t-col-20 {
    width: 70.3125vw;
  }

  .t-col-21 {
    width: 73.828125vw;
  }

  .t-col-22 {
    width: 77.34375vw;
  }
}
@media (max-width: 767px) {
  .m-col-1 {
    width: 7.1875vw;
  }

  .m-col-2 {
    width: 14.375vw;
  }

  .m-col-3 {
    width: 21.5625vw;
  }

  .m-col-4 {
    width: 28.75vw;
  }

  .m-col-5 {
    width: 35.9375vw;
  }

  .m-col-6 {
    width: 43.125vw;
  }

  .m-col-7 {
    width: 50.3125vw;
  }

  .m-col-8 {
    width: 57.5vw;
  }

  .m-col-9 {
    width: 64.6875vw;
  }

  .m-col-10 {
    width: 71.875vw;
  }
}
/**
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *
 * with:
 *
 *   @include viewport-unit(height, 50vh);
 *   @include viewport-unit(font-size, 5vmin);
 */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* roboto-mono-100 - latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/roboto-mono-v5-latin-100.woff2") format("woff2"), url("fonts/roboto-mono-v5-latin-100.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-mono-300 - latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-mono-v5-latin-300.woff2") format("woff2"), url("fonts/roboto-mono-v5-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-mono-300italic - latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/roboto-mono-v5-latin-300italic.woff2") format("woff2"), url("fonts/roboto-mono-v5-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-mono-regular - latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-mono-v5-latin-regular.woff2") format("woff2"), url("fonts/roboto-mono-v5-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-mono-500 - latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/roboto-mono-v5-latin-500.woff2") format("woff2"), url("fonts/roboto-mono-v5-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-mono-700 - latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-mono-v5-latin-700.woff2") format("woff2"), url("fonts/roboto-mono-v5-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rubik-300 - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/rubik-v7-latin-300.woff2") format("woff2"), url("fonts/rubik-v7-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rubik-300italic - latin */
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/rubik-v7-latin-300italic.woff2") format("woff2"), url("fonts/rubik-v7-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rubik-regular - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: local("Rubik"), local("Rubik-Regular"), url("fonts/rubik-v7-latin-regular.woff2") format("woff2"), url("fonts/rubik-v7-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rubik-500 - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/rubik-v7-latin-500.woff2") format("woff2"), url("fonts/rubik-v7-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rubik-700 - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/rubik-v7-latin-700.woff2") format("woff2"), url("fonts/rubik-v7-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body,
button,
input,
select,
textarea {
  color: #666666;
  font-family: "Rubik", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

p {
  font-weight: 300;
  line-height: 1.8;
}

@media (max-width: 1055px) {
  p {
    font-size: 1.4rem;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
a {
  color: #1295D8;
  text-decoration: none;
}
a:visited {
  color: #1295D8;
}
a:hover {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #1295D8;
  outline: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2000;
}
.site-header.nav-up:not(.open) .inner-header {
  height: 82px;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.site-header.nav-up:not(.open) .site-title {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.site-header.nav-up:not(.open) .header-menu,
.site-header.nav-up:not(.open) .header-buttons {
  margin-top: 0;
  -webkit-transition: margin 0.2s ease-in;
  transition: margin 0.2s ease-in;
}
.site-header.nav-up:not(.open) .upper-header {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: -webkit-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
  height: 138px;
}
.inner-header:before {
  content: "";
  display: block;
  height: 138px;
  width: 100%;
  background: #00455e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}

.upper-header {
  position: absolute;
  right: 0;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: -webkit-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.upper-header .social-header {
  padding-left: 16px;
}
.upper-header .social-header svg {
  height: 13px;
  -webkit-transition: fill 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.upper-header .social-header li {
  padding-left: 16px;
}
.upper-header .social-header .facebook svg {
  width: 7px;
}
.upper-header .social-header .twitter svg {
  width: 17px;
}
.upper-header .social-header .linkedin svg {
  width: 14px;
}
.upper-header .social-header .youtube svg {
  width: 19px;
}
.upper-header .social-header .instagramn svg,
.upper-header .social-header .rss svg {
  width: 13px;
}
.upper-header .social-header a:hover svg {
  fill: #0e75a9;
}

.upper-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upper-menu > li {
  position: relative;
  padding: 0 20px;
  border-left: 1px solid #999;
}
.upper-menu > li:after {
  position: absolute;
  height: 13px;
  content: "";
  display: block;
  width: 100%;
  bottom: -16px;
  left: 0;
}
.upper-menu > li > a {
  font-family: "Roboto Mono", sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
}
.upper-menu > li > a:hover {
  border-color: #A0D5EF;
}
.upper-menu > li.current-menu-item > a, .upper-menu > li.current-menu-ancestor > a {
  border-color: #1295D8;
}
.upper-menu > li:first-child {
  margin-left: 0;
  border-left: 0;
}
.upper-menu > li.current-menu-item > a {
  border-color: #1295D8;
}
.upper-menu > li.current-menu-item.orange > a {
  border-color: #e76647;
}
.upper-menu > li.menu-item-has-children > a {
  padding-right: 6px;
  position: relative;
}
.upper-menu > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 2.5px 0 2.5px;
  border-color: #1295D8 transparent transparent transparent;
}
.upper-menu .sub-menu {
  position: absolute;
  top: 34px;
  width: 224px;
  padding: 0 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0;
  overflow: hidden;
  background: #DBEFF9;
  z-index: 10;
}
.upper-menu .sub-menu:before {
  content: "";
  display: block;
  height: 20px;
}
.upper-menu .sub-menu a {
  color: #333333;
  display: block;
  border-bottom: 1px solid #A0D5EF;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  -webkit-transition: color 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}
.upper-menu .sub-menu a:hover {
  color: #1295D8;
}
.upper-menu .sub-menu li.current-menu-item a {
  color: #1295D8;
}
.upper-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

.site-title {
  z-index: 2;
  position: relative;
  transition: -webkit-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.site-title a {
  display: block;
}
.site-title svg {
  fill: #1295D8;
  width: 122px;
  height: 88px;
  -webkit-transition: fill 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.site-title:hover svg {
  fill: #0e75a9;
  -webkit-transition: none;
  transition: none;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -webkit-transition: margin 0.2s ease-out, opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: margin 0.2s ease-out, opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header-menu > li {
  padding: 0 17px;
  position: relative;
}
.header-menu > li:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  height: 18px;
  width: 1px;
  background: #1295D8;
}
.header-menu > li > a {
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header-menu > li > a:hover {
  color: #1295D8;
}
.header-menu > li > a:before, .header-menu > li > a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #d0eaf7;
  bottom: -6px;
  -webkit-transition: width 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header-menu > li > a:before {
  right: 50%;
}
.header-menu > li > a:after {
  left: 50%;
}
.header-menu > li > a:hover {
  color: #1295D8;
}
.header-menu > li > a:hover:before, .header-menu > li > a:hover:after {
  width: 50%;
}
.header-menu > li.current-menu-item > a:before, .header-menu > li.current-menu-item > a:after,
.header-menu > li.current-menu-parent > a:before,
.header-menu > li.current-menu-parent > a:after {
  width: 50%;
}
.header-menu li.menu-item-has-children:before {
  top: auto;
  bottom: 0;
  width: 246px;
  left: -24px;
  height: 40px;
  bottom: -39px;
  background: none;
}
.header-menu li.menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 21px;
  border: solid #1295D8;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header-menu li.menu-item-has-children > a {
  padding-right: 22px;
}
.header-menu .sub-menu {
  position: absolute;
  top: 42px;
  width: 274px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0;
  overflow: hidden;
  background: #DBEFF9;
}
.header-menu .sub-menu li {
  padding: 0 30px 0 22px;
}
.header-menu .sub-menu li:last-child {
  padding-bottom: 20px;
}
.header-menu .sub-menu a {
  color: #333333;
  display: block;
  border-top: 1px solid #A0D5EF;
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  padding-top: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  padding-right: 18px;
  -webkit-transition: padding 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: padding 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}
.header-menu .sub-menu a:before {
  content: "";
  position: absolute;
  opacity: 0;
  top: 14px;
  left: 0;
  border: solid #1295D8;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transition: opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header-menu .sub-menu a:hover {
  padding-left: 18px;
  padding-right: 0;
  color: #1295D8;
}
.header-menu .sub-menu a:hover:before {
  opacity: 1;
}
.header-menu .sub-menu li.current-menu-item a {
  padding-left: 18px;
  padding-right: 0;
  color: #1295D8;
}
.header-menu .sub-menu li.current-menu-item a:before {
  opacity: 1;
}
.header-menu .sub-menu li:first-child a {
  border-top: 0;
}
.header-menu .sub-menu li.menu-icon + li:not(.menu-icon) a {
  border-top: 0;
  margin-top: 5px;
}
.header-menu .sub-menu li:not(.menu-icon) + li.menu-icon {
  margin-top: 15px;
}
.header-menu .sub-menu li.menu-icon {
  padding: 0;
}
.header-menu .sub-menu li.menu-icon + .menu-icon {
  border-top: 1px solid #90CDED;
}
.header-menu .sub-menu li.menu-icon a {
  border: 0;
  background-color: #CBE8F6;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 22px 50%;
  line-height: 50px;
  height: 50px;
  margin: 0;
  padding: 0 30px 0 56px;
  -webkit-transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header-menu .sub-menu li.menu-icon a:before {
  content: none;
}
.header-menu .sub-menu li.menu-icon a:hover {
  background-color: #B3DDF3;
}
.header-menu .sub-menu li.menu-icon.current-menu-item {
  background-color: #B3DDF3;
}
.header-menu .sub-menu li.menu-icon.menu-dashboard a {
  background-image: url(img/menu-dashboard.svg);
}
.header-menu .sub-menu li.menu-icon.menu-news a {
  background-image: url(img/menu-news.svg);
}
.header-menu .sub-menu li.menu-icon.menu-campaigns a {
  background-image: url(img/menu-campaigns.svg);
}
.header-menu .sub-menu li.menu-icon.menu-events a {
  background-image: url(img/menu-events.svg);
}

.header-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-transition: margin 0.2s ease-out;
  transition: margin 0.2s ease-out;
}
.header-buttons .search-button {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  border: 2px solid #1295D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.35s ease-out;
  transition: background 0.35s ease-out;
  z-index: 11;
}
.header-buttons .search-button svg {
  width: 19px;
  height: 19px;
  fill: #1295D8;
  -webkit-transition: fill 0.35s ease-out;
  transition: fill 0.35s ease-out;
}

.search-header {
  position: relative;
  z-index: 2;
  transition: -webkit-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.search-header-form {
  -webkit-transition: width 0.35s ease-out, visibility 0.35s ease-out, opacity 0.35s ease-out;
  transition: width 0.35s ease-out, visibility 0.35s ease-out, opacity 0.35s ease-out;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.search-header-form input[type=text] {
  width: 100%;
  padding-left: 28px;
  background: #fff;
  color: #999999;
  line-height: 48px;
  height: 50px;
  border-radius: 3px;
  border: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.search-header-form input[type=text]:focus {
  outline: 0;
}
.search-header-form input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  opacity: 0;
  cursor: pointer;
}

@media (min-width: 1056px) {
  .search-header:not(.open) .search-header-form {
    visibility: hidden;
    opacity: 0;
    width: 50px;
  }

  .search-header.open .search-button {
    background: #1295D8;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    pointer-events: none;
  }
  .search-header.open .search-button svg {
    fill: #fff;
  }
}
.menu-toggle {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background: #e76647;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  padding: 0 21px 0 26px;
  margin-left: 5px;
  border: 1px solid #e76647;
  -webkit-transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-toggle strong {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 48px;
  -webkit-transition: color 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-toggle strong:after {
  color: #fff;
  content: "Close";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-toggle span {
  display: inline-block;
  width: 17px;
  height: 2px;
  background: #fff;
  margin-left: 10px;
  position: relative;
  -webkit-transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-toggle span:before, .menu-toggle span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 17px;
  background: #fff;
  transition: width 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: width 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-toggle span:before {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.menu-toggle span:after {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.menu-toggle:hover {
  background: #de421d;
}
.menu-toggle:hover span:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.menu-toggle:hover span:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.action-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  margin-left: 5px;
  padding: 0 21px 0 23px;
  background: #e76647;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.action-toggle:hover {
  background: #de421d;
}
.action-toggle svg {
  fill: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.action-toggle strong {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 11px;
}
.action-toggle span {
  content: "";
  position: relative;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: translateY(-3px) rotate(45deg);
  -webkit-transform: translateY(-3px) rotate(45deg);
}

.action-container {
  position: absolute;
  top: 50px;
  right: 0;
  height: 0;
  overflow: hidden;
  width: 293px;
}
.action-container .action-menu {
  padding-top: 18px;
}
.action-container a {
  background-color: #FAE0DA;
  display: block;
  border-top: 1px solid #EF9C87;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
  padding: 18px 26px 13px;
  -webkit-transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-repeat: no-repeat;
}
.action-container a:hover {
  background-color: #F5C2B5;
}
.action-container li:first-child a {
  border-top: 0;
}
.action-container li.menu-item-object-event a {
  padding-left: 66px;
  background-image: url(img/menu-event.svg);
  background-size: 22px 24px;
  background-position: 22px 50%;
}
.action-container li.menu-item-object-event a:before {
  display: block;
  margin-bottom: 6px;
  content: "Upcoming event";
  color: #E76647;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}
.action-container li.menu-newsletter a, .action-container li.menu-member a, .action-container li.menu-donate a {
  padding-left: 66px;
  background-color: #F8D1C8;
}
.action-container li.menu-newsletter a:hover, .action-container li.menu-member a:hover, .action-container li.menu-donate a:hover {
  background-color: #F5C2B5;
}
.action-container li.menu-newsletter a {
  border-top: 0;
  background-image: url(img/menu-newsletter.svg);
  background-size: 34px 15px;
  background-position: 16px 50%;
}
.action-container li.menu-member a {
  background-image: url(img/menu-member.svg);
  background-size: 22px 18px;
  background-position: 22px 50%;
}
.action-container li.menu-donate a {
  background-image: url(img/menu-donate.svg);
  background-size: 18px 17px;
  background-position: 24px 50%;
}

.modal-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}
.modal-nav:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00455e;
  will-change: transform;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.modal-nav .scroll {
  padding-top: calc(138px + 7vh);
  height: 100%;
  overflow: auto;
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  will-change: transform, opacity;
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.modal-nav .scroll > .grid {
  min-height: calc(93vh - 138px - 130px);
  padding-bottom: 7vh;
}
.modal-nav .separator {
  width: 1px;
  background: #b8dff3;
}
.modal-nav .section-calls-to-action {
  height: 130px;
}
.modal-nav .section-calls-to-action h3 {
  padding-right: 40px;
}
.modal-nav .section-calls-to-action .txt-box {
  height: 100%;
  padding: 0;
}
.modal-nav .section-calls-to-action .txt-box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-actions-col h5 {
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #c4e4f5;
  padding-bottom: 24px;
}
.modal-actions-col h6 {
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.3rem;
  color: #a0d5ef;
  letter-spacing: 0;
  line-height: 1.92;
  padding-bottom: 16px;
}
.modal-actions-col .social-box {
  padding-top: 48px;
}

.social-modal a {
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #1295D8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
  -webkit-transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.social-modal a svg {
  height: 14px;
  width: 100%;
  -webkit-transition: fill 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.social-modal a:hover {
  background: #1295D8;
}
.social-modal a:hover svg {
  fill: #fff;
}
.social-modal li:last-child a {
  margin-right: 0;
}

.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.primary-menu a[href$="#"] {
  pointer-events: none;
}
.primary-menu a {
  -webkit-transition: color 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.primary-menu a span {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.primary-menu a:hover {
  color: #fff;
}
.primary-menu a:hover span {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.primary-menu li.current-menu-item > a span {
  border-bottom-color: #c4e4f5;
}
.primary-menu .who-we-are > a,
.primary-menu .hidden > a {
  display: none;
}
.primary-menu > li > a {
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.primary-menu > li > a:hover {
  color: #1295D8;
}
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a {
  color: #1295D8;
}
.primary-menu > li.current-menu-item > a span,
.primary-menu > li.current-menu-ancestor > a span {
  border-bottom-color: #1295D8;
}
.primary-menu .sub-menu > li {
  padding-bottom: 24px;
}
.primary-menu .sub-menu > li > a {
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #c4e4f5;
}
.primary-menu .sub-menu > li > a:hover {
  color: #fff;
}
.primary-menu .sub-menu li.uf a {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #1295D8;
}
.primary-menu .sub-menu li.uf a:hover {
  color: #1295D8;
}
.primary-menu .sub-sub-menu {
  padding-top: 15px;
}
.primary-menu .sub-sub-menu a {
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.3rem;
  display: inline-block;
  color: #a0d5ef;
  letter-spacing: 0;
  padding-top: 10px;
}
.primary-menu .sub-sub-menu a:hover {
  color: #fff;
}
.primary-menu .sub-sub-menu li {
  padding-left: 16px;
  position: relative;
}
.primary-menu .sub-sub-menu li:before {
  content: "";
  width: 5px;
  height: 1px;
  display: block;
  background: #1295D8;
  position: absolute;
  top: 16px;
  left: 0;
}
.primary-menu .sub-sub-menu li.current-menu-item a {
  color: #fff;
}

@media (max-width: 1180px) {
  .upper-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .upper-menu > li {
    position: relative;
    padding: 0 12px;
  }

  .header-menu > li {
    padding: 0 5px;
  }
  .header-menu > li.menu-item-has-children:after {
    right: 11px;
  }
  .header-menu > li.menu-item-has-children > a {
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  .sub-menu > li {
    height: auto !important;
  }
}
/* MENU OPEN*/
.site-header.open .inner-header:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0s 0.42s, visibility 0s 0.42s;
  transition: opacity 0s 0.42s, visibility 0s 0.42s;
}
.site-header.open .site-title svg {
  fill: #fff;
  -webkit-transition: fill 0.17s 0.25s ease-in-out;
  transition: fill 0.17s 0.25s ease-in-out;
}
.site-header.open .site-title:hover svg {
  -webkit-transition: none;
  transition: none;
  fill: rgba(255, 255, 255, 0.75);
}
.site-header.open .header-menu {
  opacity: 0;
  visibility: hidden;
}
.site-header.open .header-buttons .search-button {
  background: #1295D8;
  pointer-events: none;
}
.site-header.open .header-buttons .search-button svg {
  fill: #fff;
}
.site-header.open .header-buttons ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}
.site-header.open .search-header {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.site-header.open .search-header-form input[type=text] {
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "Roboto Mono", sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-header.open .menu-toggle {
  background: transparent;
  border-color: #1295D8;
}
.site-header.open .menu-toggle strong {
  color: transparent;
}
.site-header.open .menu-toggle strong:after {
  -webkit-transition: color 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #1295D8;
  opacity: 1;
}
.site-header.open .menu-toggle span {
  background: transparent;
}
.site-header.open .menu-toggle span:before, .site-header.open .menu-toggle span:after {
  -webkit-transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.site-header.open .menu-toggle span:before {
  background: #1295D8;
  width: 22px;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.site-header.open .menu-toggle span:after {
  width: 22px;
  background: #1295D8;
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.site-header.open .menu-toggle:hover {
  background: transparent;
  border-color: #fff;
}
.site-header.open .menu-toggle:hover strong:after {
  color: #fff;
}
.site-header.open .menu-toggle:hover span:before, .site-header.open .menu-toggle:hover span:after {
  background: #fff;
}
.site-header.open .modal-nav {
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}
.site-header.open .modal-nav:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.site-header.open .modal-nav .scroll {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: opacity 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.6s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media (max-width: 1055px) {
  .header-menu, .upper-menu, .action-toggle {
    display: none;
  }

  .site-header:not(.open) .search-header-form {
    visibility: hidden;
    opacity: 0;
    width: 50px;
  }

  .header-buttons .search-button {
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  .header-buttons .search-button svg {
    -webkit-transition: fill 0.2s ease-out;
    transition: fill 0.2s ease-out;
  }

  .search-header-form {
    -webkit-transition: width 0.2s ease-out, visibility 0.2s ease-out, opacity 0.2s ease-out;
    transition: width 0.2s ease-out, visibility 0.2s ease-out, opacity 0.2s ease-out;
  }
  .search-header-form input[type=text] {
    background: none;
  }
  .search-header-form input[type=text] ::-webkit-input-placeholder {
    color: transparent;
  }
  .search-header-form input[type=text] ::-moz-placeholder {
    color: transparent;
  }
  .search-header-form input[type=text] :-ms-input-placeholder {
    color: transparent;
  }
  .search-header-form input[type=text] ::-ms-input-placeholder {
    color: transparent;
  }
  .search-header-form input[type=text] ::placeholder {
    color: transparent;
  }

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

  .modal-nav .scroll {
    padding-top: 158px;
    height: 100%;
    overflow: auto;
  }
  .modal-nav .scroll > .grid {
    min-height: 0;
    padding-bottom: 5vh;
  }
  .modal-nav .separator {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
  .modal-nav .section-calls-to-action {
    height: 158px;
  }
  .modal-nav .section-calls-to-action h3 {
    padding-right: 0;
  }
  .modal-nav .section-calls-to-action .txt-box {
    width: 100%;
  }
  .modal-nav .section-calls-to-action .txt-box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
    padding: 3% 0;
  }
  .modal-nav .section-calls-to-action .txt-box > div h3 {
    width: 100%;
  }

  .modal-actions-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal-actions-col .social-box,
.modal-actions-col .newsletter-small-box {
    padding: 5% 0;
  }
}
@media (max-width: 767px) {
  .site-header.nav-up:not(.open) .inner-header {
    height: 66px;
  }
  .site-header.nav-up:not(.open) .site-title {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .site-header.nav-up:not(.open) .header-menu,
.site-header.nav-up:not(.open) .header-buttons {
    margin-top: 0;
  }
  .site-header.nav-up:not(.open) .upper-header {
    -webkit-transform: none;
    transform: none;
  }

  .inner-header {
    height: 66px;
  }

  .upper-header {
    display: none;
  }

  .site-title svg {
    width: 65px;
    height: 46px;
  }

  .header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  .header-buttons .search-button {
    opacity: 0;
    visibility: hidden;
    height: 36px;
  }
  .header-buttons ul {
    display: none;
  }

  .menu-toggle {
    height: 36px;
    padding: 0 12px 0 18px;
  }

  .modal-nav .modal-flex {
    display: block;
  }
  .modal-nav .scroll {
    padding-top: 142px;
    height: 100%;
    overflow: auto;
  }
  .modal-nav .scroll > .grid {
    min-height: 0;
    padding-bottom: 5vh;
  }
  .modal-nav .m-drawer-container .drawer-button {
    top: 7px;
    right: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 35px;
    width: 35px;
    border: 1px solid #c4e4f5;
    background: transparent;
  }
  .modal-nav .m-drawer-container .drawer-button:before, .modal-nav .m-drawer-container .drawer-button:after {
    background: #c4e4f5;
  }
  .modal-nav .m-drawer-container .drawer-button:before {
    height: 9px;
  }
  .modal-nav .m-drawer-container .drawer-button:after {
    width: 9px;
  }
  .modal-nav .m-drawer-container .drawer-trigger.active .drawer-button {
    background: #c4e4f5;
  }
  .modal-nav .m-drawer-container .drawer-trigger.active .drawer-button:before, .modal-nav .m-drawer-container .drawer-trigger.active .drawer-button:after {
    background: #00455e;
  }
  .modal-nav .separator {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
  .modal-nav .section-calls-to-action {
    height: auto;
  }
  .modal-nav .section-calls-to-action h3 {
    padding-right: 0;
  }
  .modal-nav .section-calls-to-action .txt-box {
    width: 100%;
    padding: 0 1.25vw;
  }
  .modal-nav .section-calls-to-action .txt-box > div {
    padding: 2.5vw 1.25vw;
  }
  .modal-nav .section-calls-to-action .txt-box > div h3 {
    display: none;
  }

  .modal-actions-col {
    display: block;
  }

  .primary-menu {
    display: block;
  }
  .primary-menu a {
    display: block;
  }
  .primary-menu li.current-menu-item > a {
    color: #fff !important;
  }
  .primary-menu > li > a {
    padding: 17px 0;
    pointer-events: none;
  }
  .primary-menu > li.current-menu-item > a span, .primary-menu > li.current-menu-ancestor > a span {
    border-bottom: 0 !important;
  }
  .primary-menu > li:last-child .sub-sub-menu:last-child {
    border-bottom: 0;
  }
  .primary-menu .sub-menu > li {
    padding-bottom: 0;
  }
  .primary-menu .sub-menu > li > a {
    padding: 20px 0;
    width: 100%;
  }
  .primary-menu .sub-menu > li > a span {
    border-bottom: 1px solid rgba(18, 149, 216, 0.2);
  }
  .primary-menu .sub-menu > li.current-menu-item > a span, .primary-menu .sub-menu > li.current-menu-ancestor > a span {
    border-bottom: 1px solid rgba(18, 149, 216, 0.2) !important;
  }
  .primary-menu .sub-menu > li.no-draw {
    height: auto !important;
  }
  .primary-menu .sub-menu > li.hidden > a {
    display: none;
  }
  .primary-menu .sub-menu > li.nested > a {
    display: block;
    padding: 0 0 10px;
  }
  .primary-menu .sub-menu > li.nested > a span {
    border-bottom: 0 !important;
  }
  .primary-menu .sub-menu > li.nested .sub-sub-menu li {
    padding-left: 28px;
  }
  .primary-menu .sub-menu > li.nested .sub-sub-menu li:before {
    content: none;
  }
  .primary-menu .sub-menu > li.drawer {
    border-bottom: 1px solid rgba(18, 149, 216, 0.2);
  }
  .primary-menu .sub-menu > li.reject > a span {
    border-bottom: 0 !important;
  }
  .primary-menu .sub-sub-menu {
    padding-top: 0;
  }
  .primary-menu .sub-sub-menu:after {
    content: "";
    display: block;
    height: 20px;
  }
  .primary-menu .sub-sub-menu a:hover span {
    border-bottom: 0;
  }
  .primary-menu .sub-sub-menu li {
    padding-left: 0;
  }
  .primary-menu .sub-sub-menu li.current-menu-item a {
    color: #a0d5ea;
  }
  .primary-menu .sub-sub-menu li.current-menu-item a span {
    border-bottom: 0;
  }

  .site-header.open .header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  .site-header.open .header-buttons .search-button {
    opacity: 1;
    visibility: visible;
    height: 50px;
  }
  .site-header.open .menu-toggle {
    padding: 0 12px 0 12px;
  }
  .site-header.open .menu-toggle strong {
    display: none;
  }
  .site-header.open .menu-toggle span {
    margin-left: 0;
  }
  .site-header.open .menu-toggle span:before, .site-header.open .menu-toggle span:after {
    width: 17px;
    background: #fff;
  }
  .site-header.open .search-header {
    -webkit-transform: none;
            transform: none;
    position: absolute;
    top: 72px;
    right: 0;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-upper-menu {
  background: #e3f2fa;
  padding: 4% 0 6%;
}
.footer-upper-menu .primary-menu a:hover {
  color: #1295D8;
  border-bottom-color: transparent;
}
.footer-upper-menu .primary-menu > li > a:hover {
  border-bottom: 1px solid #a0d5ef;
}
.footer-upper-menu .primary-menu li.current-menu-item > a {
  color: #1295D8;
  border-bottom: 1px solid #1295D8;
}
.footer-upper-menu .primary-menu .sub-menu > li > a {
  font-size: 1.5rem;
  color: #1295D8;
}
.footer-upper-menu .primary-menu .sub-menu > li > a:hover {
  border-bottom: 1px solid #a0d5ef;
}
.footer-upper-menu .primary-menu .sub-sub-menu a {
  color: #949494;
}
.footer-upper-menu .primary-menu .sub-sub-menu a:hover {
  color: #333333;
}
.footer-upper-menu .primary-menu .sub-sub-menu li.current-menu-item a {
  color: #1295D8;
}
.footer-upper-menu .separator {
  width: 1px;
  background: #b8dff3;
}
.footer-upper-menu .modal-actions-col h5 {
  font-size: 1.5rem;
  color: #1295D8;
}
.footer-upper-menu .modal-actions-col h6 {
  color: #59b5e4;
}

.footer-lower-menu {
  background: #fff;
}
.footer-lower-menu .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-title svg {
  width: 100%;
  height: auto;
  fill: #1295D8;
  -webkit-transition: fill 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.footer-title:hover svg {
  fill: #0e75a9;
  -webkit-transition: none;
  transition: none;
}

.rgpd-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.rgpd-menu a {
  color: #59b5e4;
  font-size: 1.3rem;
  font-family: "Roboto Mono", sans-serif;
  letter-spacing: 0;
  -webkit-transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 1px solid transparent;
}
.rgpd-menu a:hover {
  border-color: #1295D8;
}
.rgpd-menu li.current-menu-item a {
  border-color: #1295D8;
}

.newsletter-popup {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
}
.newsletter-popup.opened {
  visibility: visible;
  opacity: 1;
}

.container-newsletter {
  display: table;
  height: 100%;
  width: 100%;
}

.content-newsletter {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 5% 0;
}

.inner-newsletter {
  background: #fff;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.newsletter-box {
  padding: 5% 0;
}

.close-newsletter {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  z-index: 2;
  cursor: pointer;
}
.close-newsletter:before, .close-newsletter:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  top: 50%;
  background: #1295D8;
}
.close-newsletter:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-newsletter:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

p.newsletter-introduction {
  margin-bottom: 28px;
}

@media (max-width: 1055px) {
  .footer-upper-menu {
    display: none;
  }

  .footer-lower-menu {
    padding: 36px 0 42px;
  }
  .footer-lower-menu .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-title {
    text-align: center;
    width: 100%;
  }
  .footer-title svg {
    display: inline-block;
    width: 90px;
    height: 65px;
  }

  .rgpd-container {
    width: 100%;
  }

  .rgpd-menu {
    width: 100%;
    padding: 40px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rgpd-menu li {
    margin: 0 16px;
  }

  .content-newsletter {
    padding: 5% 3.65%;
  }
  .content-newsletter .img-box {
    width: 37%;
  }
  .content-newsletter .newsletter-box {
    width: 63%;
    padding: 6.5% 5%;
  }
}
@media (max-width: 767px) {
  .footer-lower-menu {
    padding: 25px 0 42px;
  }

  .rgpd-menu {
    width: 100%;
    padding: 40px 0;
    display: block;
    text-align: center;
  }
  .rgpd-menu a {
    line-height: 1.92;
  }

  .content-newsletter {
    padding: 6.5% 4.5%;
  }
  .content-newsletter .img-box {
    display: none;
  }
  .content-newsletter .newsletter-box {
    width: 100%;
    padding: 8.5% 7.5%;
  }
}
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/*    -   COOKIE DISCLAIMER
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
#cookieChoiceInfo {
  display: none;
}

div#hs-eu-cookie-confirmation {
  font-family: "Rubik", sans-serif !important;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4) !important;
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.4) !important;
}

div#hs-eu-cookie-confirmation, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background: #e3f2fa !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font-size: 13px;
  color: #666666 !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  font-size: 14px !important;
  letter-spacing: 2px;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.link-simple {
  display: inline-block;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Roboto Mono", sans-serif;
  color: #1295D8;
  letter-spacing: 0.1em;
  -webkit-transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 1px solid transparent;
}
.link-simple:hover {
  border-bottom-color: #1295D8;
}

.title-preview {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.667;
  color: #333333;
}
.title-preview a {
  color: #333333;
}
.title-preview span {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.title-preview span.underline {
  border-bottom-color: #e3f2fa;
}
.title-preview.white {
  color: #fff;
}
.title-preview.white span {
  border-color: #a0d5ef;
}

a:hover > .title-preview span, .title-preview a:hover span {
  border-bottom-color: #a0d5ef;
}
a:hover > .title-preview span.underline, .title-preview a:hover span.underline {
  border-bottom-color: #a0d5ef;
}

.type-preview {
  display: inline-block;
  background: #1295D8;
  color: #fff;
  line-height: 28px;
  text-transform: uppercase;
  font-family: "Roboto Mono", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0 18px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.lvl-preview {
  font-size: 1.1rem;
  line-height: 28px;
  font-weight: 300;
  color: #1295D8;
  font-family: "Roboto Mono", sans-serif;
  padding: 0 10px;
  white-space: nowrap;
}
.lvl-preview span {
  font-weight: 500;
}

.time-preview {
  font-size: 1.1rem;
  line-height: 1;
  color: #666666;
  font-family: "Roboto Mono", sans-serif;
}

@media (max-width: 1055px) {
  .link-simple {
    font-size: 1.3rem;
  }

  .title-preview {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .link-simple {
    font-size: 1rem;
  }

  .title-preview {
    font-size: 1.4rem;
    line-height: 1.57;
  }

  .type-preview {
    font-size: 1rem;
  }

  .lvl-preview {
    font-size: 1rem;
  }

  .time-preview {
    font-size: 1.1rem;
  }
}
.swiper-link-wrapper {
  display: none;
}

.swiper-t-m-1 .swiper-wrapper,
.swiper-m-1 .swiper-wrapper {
  display: block;
}

@media (max-width: 1055px) {
  .swiper-t-m-1 .swiper-wrapper,
.swiper-t-2-m-1 .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .swiper-t-m-1 .swiper-slide,
.swiper-t-2-m-1 .swiper-slide {
    height: auto;
  }
  .swiper-t-m-1 .swiper-gen-pagination,
.swiper-t-2-m-1 .swiper-gen-pagination {
    text-align: center;
  }
  .swiper-t-m-1 .swiper-gen-pagination .swiper-pagination-bullet,
.swiper-t-2-m-1 .swiper-gen-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 11px;
    height: 11px;
    margin: 0 5px !important;
  }
  .swiper-t-m-1 .swiper-gen-pagination .swiper-pagination-bullet-active,
.swiper-t-2-m-1 .swiper-gen-pagination .swiper-pagination-bullet-active {
    background: #1295D8;
  }
}
@media (max-width: 767px) {
  .swiper-m-1 .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .swiper-m-1 .swiper-slide {
    height: auto;
  }
  .swiper-m-1 .swiper-gen-pagination {
    text-align: center;
    margin-top: 20px;
  }
  .swiper-m-1 .swiper-gen-pagination .swiper-pagination-bullet {
    background: #e3f2fa;
    opacity: 1;
    width: 11px;
    height: 11px;
    margin: 0 5px !important;
  }
  .swiper-m-1 .swiper-gen-pagination .swiper-pagination-bullet-active {
    background: #1295D8;
  }
  .swiper-m-1 .swiper-gen-pagination.white .swiper-pagination-bullet {
    background: #fff;
  }
  .swiper-m-1 .swiper-gen-pagination.white .swiper-pagination-bullet-active {
    background: #1295D8;
  }

  .swiper-link-wrapper {
    display: block;
    text-align: center;
    margin-top: 27px;
    margin-right: 0;
  }
}
.section-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.section-intro .info-box {
  width: calc(452.5px + 155.5 * (100vw - 1025px) / 341);
  min-height: 50vh;
  background-image: url(img/earth.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 329px 204px;
  position: relative;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}
.section-intro .info-box > div {
  position: relative;
}
.section-intro .info-box .title-vertical {
  color: #fff;
}
.section-intro .info-box .title-small {
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
.section-intro .info-box .title-intro {
  margin: 18px 0 36px;
}
.section-intro .info-box .title-intro a {
  color: #fff;
}
.section-intro .info-box .title-intro a:hover span {
  border-bottom-color: #fff;
}
.section-intro .info-box .title-intro span {
  border-bottom: 1px solid #59b5e4;
  -webkit-transition: 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 1707px) {
  .section-intro .info-box {
    width: calc( ((100vw - 1200px) / 2) + 12000px / 23);
  }
}
.section-intro .img-box {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
.section-intro .img-box > a {
  display: block;
  position: absolute;
  height: 100%;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  top: 0;
  right: 0;
  overflow: hidden;
}
.section-intro .img-box > a:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.section-intro .img-box > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1295D8;
  opacity: 0.05;
  z-index: 2;
  pointer-events: none;
}
.section-intro .img-box img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-intro .link-scroll-mobile {
  display: none;
}

@media (max-width: 1055px) {
  .section-intro {
    margin-bottom: 50px;
  }
  .section-intro .info-box {
    width: 48.2421875vw;
    min-height: 50vh;
    background-size: 198px 123px;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    padding: 50px 0;
  }
  .section-intro .info-box .title-intro {
    margin: 18px 0 36px;
  }
  .section-intro .img-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-intro {
    display: block;
    margin-bottom: 0;
  }
  .section-intro .info-box {
    width: 100%;
    min-height: calc(55vh - 33px);
    background-size: 158px 98px;
    -webkit-transform: none;
            transform: none;
    padding: 32px 0 36px;
  }
  .section-intro .info-box > div {
    margin-right: auto;
  }
  .section-intro .info-box .title-intro {
    margin: 18px 0 22px;
  }
  .section-intro .info-box .title-vertical {
    color: #d0eaf7;
    margin-bottom: 12px;
    font-size: 1rem;
  }
  .section-intro .img-box {
    position: relative;
    width: 100%;
    height: calc(45vh - 33px);
  }
  .section-intro .img-box a {
    position: relative;
  }
  .section-intro .link-scroll-mobile {
    display: block;
    position: absolute;
    bottom: 13px;
    right: 13px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #fff;
  }
  .section-intro .link-scroll-mobile:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}
.posts-box-header {
  padding-bottom: 32px;
  padding-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.posts-preview-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.swiper-m-1 .posts-preview-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-preview .tax-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #e3f2fa;
}
.news-preview > a {
  display: block;
}
.news-preview img {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.news-preview .img-box {
  border: 1px solid #e3f2fa;
  border-top: 0;
  position: relative;
  overflow: hidden;
}
.news-preview .img-box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.news-preview .img-box:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.news-preview .img-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1295D8;
  opacity: 0.05;
  z-index: 2;
  pointer-events: none;
}
.news-preview .img-box:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.news-preview .date-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
  padding-bottom: 14px;
}
.news-preview .link-simple + .time-preview {
  border-left: 1px solid #666666;
  padding-left: 17px;
  margin-left: 17px;
}
.news-preview.related, .news-preview.search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0px 0px -15px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0px 0px -15px rgba(0, 0, 0, 0.8);
  will-change: box-shadow;
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  background: #fff;
}
.news-preview.related:hover, .news-preview.search:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.news-preview.related .side-box, .news-preview.search .side-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-preview.related .img-box, .news-preview.search .img-box {
  border: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 156px;
}
.news-preview.related .img-box a, .news-preview.search .img-box a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-preview.related .img-box:before, .news-preview.search .img-box:before {
  content: none;
}
.news-preview.related .date-box, .news-preview.search .date-box {
  padding-top: 0;
}
.news-preview.related .tax-box, .news-preview.search .tax-box {
  background: #fff;
  height: 28px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news-preview.related .mobile-box, .news-preview.search .mobile-box {
  padding: 30px;
}
.news-preview.search {
  background: #e3f2fa;
}
.news-preview.search .tax-box {
  background: #fff;
}

@media (max-width: 767px) {
  .posts-box-header {
    padding-bottom: 22px;
  }
  .posts-box-header h3.title-classic {
    margin-bottom: 0;
  }
  .posts-box-header a.link-more {
    display: none;
  }

  .news-preview {
    -webkit-box-shadow: 0px 0px 10.28px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10.28px rgba(0, 0, 0, 0.1);
    padding-bottom: 25px;
    width: 100%;
  }
  .news-preview .img-box {
    border: 0;
  }
  .news-preview .date-box {
    padding-top: 18px;
    padding-bottom: 14px;
  }
  .news-preview .title-preview,
.news-preview .date-box {
    margin: 0 auto;
  }
  .news-preview.related, .news-preview.search {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 0;
    width: 100%;
  }
  .news-preview.related .mobile-box, .news-preview.search .mobile-box {
    background: #fff;
    padding: 16px 7.1875vw;
  }
  .news-preview.search .mobile-box {
    background: #e3f2fa;
  }
}
.publication-preview {
  background: #fff;
  position: relative;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0px 0px -15px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0px 0px -15px rgba(0, 0, 0, 0.8);
  will-change: box-shadow;
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.publication-preview:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.publication-preview .picto-box {
  position: absolute;
  top: 24px;
  left: 4%;
}
.publication-preview .picto-box svg {
  fill: #1295D8;
  width: 37px;
  min-width: 37px;
  height: 43px;
}
.publication-preview .tax-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 0 24px;
  position: relative;
}
.publication-preview .date-box time {
  display: block;
  padding-bottom: 4px;
}
.publication-preview .title-preview {
  padding-bottom: 16px;
}
.publication-preview .txt-box {
  color: #333333;
  display: block;
  padding-bottom: 32px;
}
.publication-preview.xs .picto-box {
  left: 0;
}
.publication-preview.xs .date-box {
  padding-left: 64px;
}

@media (max-width: 1055px) {
  .publication-preview {
    margin-bottom: 30px;
  }
  .publication-preview .txt-box {
    margin-right: 0;
  }
  .publication-preview.xs .picto-box {
    left: -7.5vw;
  }
  .publication-preview.xs .date-box {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .publication-preview {
    margin-bottom: 20px;
  }
  .publication-preview .picto-box {
    display: none;
  }
  .publication-preview .tax-box {
    display: block;
    padding: 42px 0 16px;
  }
  .publication-preview .date-box {
    margin: 0 auto;
  }
  .publication-preview .date-box time {
    padding-bottom: 0;
  }
  .publication-preview .type-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .publication-preview .type-preview span {
    text-align: left;
    display: inline-block;
  }
  .publication-preview .title-preview {
    padding-bottom: 0;
  }
  .publication-preview .txt-box {
    padding-bottom: 32px;
    margin: 0 auto;
  }
  .publication-preview .txt-box p {
    display: none;
  }
}
.section-events-quick-preview {
  padding: 4% 0 4.25%;
  overflow: hidden;
}
.section-events-quick-preview .events-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 6px;
}
.section-events-quick-preview .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.section-events-quick-preview .separator {
  width: 1px;
  background: #e3f2fa;
}

.bg-lightblue .section-events-quick-preview .separator {
  background: #1295D8;
}

.event-quick-preview {
  display: block;
}
.event-quick-preview .date-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.8rem;
  font-family: "Roboto Mono", sans-serif;
  letter-spacing: 0.07em;
  font-weight: 500;
  margin-bottom: 12px;
  color: #666666;
}
.event-quick-preview .date-box svg {
  fill: #666666;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 14px;
}
.event-quick-preview .date-box span {
  margin-top: 1px;
  display: block;
}
.event-quick-preview .title-preview {
  color: #1295D8;
}
.event-quick-preview.related {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0px 0px -15px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0px 0px -15px rgba(0, 0, 0, 0.8);
  will-change: box-shadow;
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  background: #fff;
}
.event-quick-preview.related:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.event-quick-preview.related .date-box {
  color: #1295D8;
  padding-top: 0;
}
.event-quick-preview.related .date-box svg {
  fill: #1295D8;
}
.event-quick-preview.related .img-box {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 156px;
}
.event-quick-preview.related .img-box a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-quick-preview.related .img-box:before {
  content: none;
}
.event-quick-preview.related .mobile-box {
  padding: 30px;
}
.event-quick-preview.related .title-preview {
  color: #333333;
}
.event-quick-preview.search {
  background: #e3f2fa;
}

.event-preview-figure {
  position: relative;
  overflow: hidden;
}
.event-preview-figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.event-preview-figure:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1295D8;
  opacity: 0.05;
  z-index: 2;
  pointer-events: none;
}
.event-preview-figure .type-preview {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

@media (max-width: 1055px) {
  .section-events-quick-preview {
    padding: 7% 0 7.5%;
  }
  .section-events-quick-preview .separator:nth-of-type(4) {
    display: none;
  }

  .events-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 6px;
  }

  .event-quick-preview {
    padding: 20px 0;
  }
  .event-quick-preview .date-box {
    font-size: 1.6rem;
  }
  .event-quick-preview .date-box svg {
    margin-right: 10px;
  }
  .event-quick-preview .title-preview {
    font-size: 1.4rem;
  }
  .event-quick-preview .title-preview a {
    color: #1295D8;
  }
  .event-quick-preview:nth-of-type(5) {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-events-quick-preview {
    padding: 15% 0 15%;
  }
  .section-events-quick-preview a.link-more {
    display: none;
  }
  .section-events-quick-preview .separator {
    display: none;
  }
  .section-events-quick-preview.e-col-1 .events-box {
    display: block;
  }

  .event-quick-preview {
    background: #e3f2fa;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .event-quick-preview .date-box {
    font-size: 1.4rem;
    margin: 0 auto 8px;
  }
  .event-quick-preview .date-box svg {
    display: none;
  }
  .event-quick-preview .title-preview {
    margin: 0 auto;
  }
  .event-quick-preview:nth-of-type(5) {
    display: block;
  }
  .event-quick-preview.related .mobile-box {
    background: #fff;
    padding: 16px 7.1875vw;
  }
  .event-quick-preview.related .date-box {
    font-size: 1.2rem;
  }
  .event-quick-preview.related .date-box svg {
    width: 17px;
    height: 17px;
    display: block;
  }
  .event-quick-preview.search .mobile-box {
    background: none;
    padding: 18px 0;
    margin: 0 auto;
  }
}
.coverage-preview {
  padding: 27px 40px 17px 0;
  border-bottom: 1px dashed #88caeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.coverage-preview:last-of-type {
  border-bottom: 0;
}
.coverage-preview p {
  color: #666666;
}
.coverage-preview h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.72;
  color: #333333;
  margin: 10px 0 6px;
}
.coverage-preview .link-simple {
  padding: 10px 0 8px;
}
.coverage-preview .link-simple:hover {
  border-color: transparent;
}
.coverage-preview.search {
  padding: 28px 0;
}
.coverage-preview.search h2 {
  padding-bottom: 16px;
}
.coverage-preview.search .link-simple {
  display: block;
}

@media (min-width: 1056px) {
  .coverage-preview {
    -webkit-transition: padding 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: padding 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .coverage-preview:hover {
    background: #e3f2fa;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1055px) {
  .coverage-preview h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .coverage-preview {
    padding: 7.1875vw;
    margin-bottom: 0;
    border-bottom: 0;
    -webkit-box-shadow: 0px 0px 12.76px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 12.76px rgba(0, 0, 0, 0.1);
  }
  .coverage-preview h2 {
    font-size: 1.5rem;
    margin: 10px 0 0;
  }
}
.section-uf-preview {
  padding: 6% 0 3.5%;
}
.section-uf-preview .title-box {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 3%;
}
.section-uf-preview .more-box {
  text-align: center;
  margin-top: 4.5%;
}

@media (max-width: 1055px) {
  .section-uf-preview {
    padding: 8.5% 0 6.5%;
    overflow: hidden;
  }
  .section-uf-preview .title-box {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 3%;
  }
  .section-uf-preview .more-box {
    text-align: center;
    margin-top: 4.5%;
  }
}
@media (min-width: 768px) and (max-width: 1056px) {
  .section-uf-preview .all-uf-posts {
    overflow: scroll;
    width: 90.4296875vw;
  }
  .section-uf-preview .all-uf-posts .uf-masonry-grid {
    width: calc(80.859375*2vw + 9.5703125vw + 3.515625vw);
    padding-right: 9.5703125vw;
  }
}
@media (max-width: 767px) {
  .section-uf-preview {
    padding: 15% 0 15%;
  }
  .section-uf-preview .title-box {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 5%;
  }
  .section-uf-preview a.link-more {
    display: none;
  }
  .section-uf-preview .more-box {
    text-align: center;
    margin-top: 10%;
  }
  .section-uf-preview .uf-item {
    display: none;
  }
  .section-uf-preview .uf-item:nth-child(1), .section-uf-preview .uf-item:nth-child(2), .section-uf-preview .uf-item:nth-child(3), .section-uf-preview .uf-item:nth-child(4) {
    display: block;
  }
}
.campaign-preview .img-box {
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 35px rgba(0, 0, 0, 0.3);
}
.campaign-preview .img-box a {
  display: block;
  position: relative;
  overflow: hidden;
}
.campaign-preview .img-box a:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.campaign-preview .img-box a img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.campaign-preview a.link-simple {
  margin-bottom: 14px;
}
.campaign-preview h2 {
  font-size: 3rem;
  color: #1295D8;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .campaign-preview h2 {
    font-size: calc(2.2rem + (0.8)*((100vw - (768rem / 10))/((1366 / 10) - (768 / 10))));
  }
}
@media (max-width: 767px) {
  .campaign-preview h2 {
    font-size: 1.9rem;
  }
}
.campaign-preview h2 span {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.campaign-preview h2 a:hover span {
  border-bottom-color: #1295D8;
}
.campaign-preview p {
  font-size: 1.8rem;
  line-height: 1.94;
  margin-bottom: 34px;
}
.campaign-preview.search {
  color: #fff;
}
.campaign-preview.search .img-box {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.campaign-preview.search .txt-box {
  padding-top: 28px;
  padding-right: 28px;
}
.campaign-preview.search a.link-simple {
  color: #fff;
}
.campaign-preview.search a.link-simple:hover {
  border-bottom-color: #fff;
}
.campaign-preview.search h2 a {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.72;
}
.campaign-preview.search h2 a:hover span {
  border-bottom-color: #fff;
}

.single .campaign-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 8.5%;
}
.single .campaign-preview:nth-child(2n+2) .img-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.single .campaign-preview:nth-child(2n+2) .txt-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.double .campaign-preview {
  margin-bottom: 12%;
}
.double .campaign-preview .img-box,
.double .campaign-preview .txt-box {
  width: 100%;
  max-width: none;
}
.double .campaign-preview .img-box {
  margin-bottom: 8%;
}
.double .campaign-preview a.link-btn.orange {
  display: none;
}

@media (max-width: 1055px) {
  .campaign-preview h2 {
    margin-bottom: 16px;
  }
  .campaign-preview p {
    font-size: 1.7rem;
    line-height: 1.59;
    margin-bottom: 24px;
  }

  .single .campaign-preview .img-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: -42.1875vw;
  }
  .single .campaign-preview:nth-child(2n+2) .img-box {
    margin-left: 0;
    margin-right: -42.1875vw;
  }

  .double .campaign-preview p {
    display: none;
  }
}
@media (max-width: 767px) {
  .campaign-preview h2 {
    margin-bottom: 16px;
  }
  .campaign-preview p {
    font-size: 1.4rem;
  }
  .campaign-preview.search .txt-box {
    margin: 0 auto;
    padding: 18px 0 0 0;
  }

  .single .campaign-preview {
    display: block;
    padding-bottom: 12%;
  }
  .single .campaign-preview .img-box {
    margin-left: 0;
    width: 100%;
    margin-bottom: 8%;
  }
  .single .campaign-preview:nth-child(2n+2) .img-box {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .double .campaign-preview {
    margin-bottom: 15%;
  }
  .double .campaign-preview p {
    display: none;
  }
}
.section-twitter-feed {
  padding: 4% 0 4.25%;
  background: #e3f2fa;
}
.section-twitter-feed .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.section-twitter-feed .title-classic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-twitter-feed .title-classic svg {
  height: 17px;
  width: 21px;
  margin-right: 10px;
  fill: #1295D8;
}
.section-twitter-feed .latest-tweets {
  padding-top: 30px;
}
.section-twitter-feed .latest-tweets ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-twitter-feed a:hover {
  text-decoration: underline;
}
.section-twitter-feed a.tweet-header {
  font-weight: 500;
}
.section-twitter-feed .tweet-text {
  letter-spacing: 0.01em;
  padding: 10px 0 4px;
}
.section-twitter-feed time {
  font-family: "Roboto Mono", sans-serif;
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0.025em;
  color: #949494;
}

@media (max-width: 1055px) {
  .section-twitter-feed {
    padding: 7% 0 7.75%;
  }
  .section-twitter-feed .latest-tweets li:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-twitter-feed {
    padding: 15% 0 15%;
    background: #e3f2fa;
  }
  .section-twitter-feed .title-box a {
    display: none;
  }
  .section-twitter-feed .latest-tweets {
    padding-top: 10px;
  }
  .section-twitter-feed .latest-tweets ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .section-twitter-feed .latest-tweets li {
    padding: 7.1875vw;
    background: #fff;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section-twitter-feed .latest-tweets li:last-of-type {
    display: block;
  }
  .section-twitter-feed a.tweet-header {
    font-size: 1.3rem;
  }
  .section-twitter-feed .tweet-text {
    font-size: 1.3rem;
    padding: 10px 0 0;
  }
  .section-twitter-feed time {
    display: none;
  }
}
.section-calls-to-action {
  position: relative;
}
.section-calls-to-action .bg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-calls-to-action .bg-box > div {
  width: 50%;
  position: relative;
}
.section-calls-to-action .bg-box .img-box {
  overflow: hidden;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-calls-to-action .bg-box .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.section-calls-to-action .bg-box.bg-blue .img-box img {
  right: 0;
  left: auto;
}
.section-calls-to-action .txt-box {
  padding: 5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-calls-to-action h3 {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  padding-bottom: 10px;
}
.section-calls-to-action p {
  font-family: "Roboto Mono", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5625;
  padding-bottom: 26px;
}

@media (max-width: 1055px) {
  .section-calls-to-action .txt-box {
    padding: 10% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-calls-to-action h3 {
    font-size: 2.5rem;
    padding-bottom: 10px;
  }
  .section-calls-to-action p {
    font-size: 1.5rem;
    line-height: 1.47;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .section-calls-to-action {
    position: relative;
  }
  .section-calls-to-action .bg-box {
    display: none;
  }
  .section-calls-to-action .txt-box {
    padding: 2.5vw 1.25vw;
    width: 100%;
  }
  .section-calls-to-action .txt-box > div {
    width: 50%;
    padding: 0 1.25vw;
  }
  .section-calls-to-action h3 {
    display: none;
  }
  .section-calls-to-action p {
    display: none;
  }
  .section-calls-to-action a.link-btn {
    width: 100%;
  }
}
.comments-trigger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 156px;
}
.comments-trigger svg {
  fill: #1295D8;
}
.comments-trigger span {
  display: block;
  margin: 0 20px 0 38px;
  color: #1295D8;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0;
}
.comments-trigger span span {
  font-size: 1.6rem;
  margin-left: 10px;
  display: inline;
  margin: 0;
  font-weight: 300;
}

.comments-container {
  height: 0;
  overflow: hidden;
}
.comments-container:after {
  content: "";
  display: block;
  padding-top: 5%;
}

@media (max-width: 1055px) {
  .comments-trigger {
    height: 132px;
  }
  .comments-trigger span {
    margin: 0 20px 0 26px;
    font-size: 2.5rem;
  }
  .comments-trigger span span {
    font-size: 1.8rem;
    margin-left: 8px;
  }
  .comments-trigger svg:first-of-type {
    width: 50px;
    height: 43px;
  }

  .comments-container:after {
    padding-top: 8%;
  }
}
@media (max-width: 767px) {
  .comments-trigger {
    height: 75px;
  }
  .comments-trigger span {
    margin: 0 12px 0 14px;
    font-size: 1.7rem;
  }
  .comments-trigger span span {
    font-size: 1.4rem;
    margin-left: 6px;
  }
  .comments-trigger svg:first-of-type {
    width: 35px;
    height: 30px;
  }
  .comments-trigger svg:last-of-type {
    width: 23px;
    height: 9px;
  }

  .comments-container:after {
    padding-top: 12%;
  }
}
.section-related .grid {
  padding: 5% 0;
  border-bottom: 1px solid #a0d5ef;
}
.section-related:last-of-type .grid {
  border-bottom: 0;
}
.section-related .inner-related {
  position: relative;
}
.section-related .title-small {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 40px;
}
.section-related a.link-more {
  position: absolute;
  right: 0;
  top: 0;
}
.section-related.special-notif .grid {
  border-top: 1px solid #d0eaf7;
}
.section-related.special-notif a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-related.special-notif .txt-box {
  background: #1295D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5% 0px;
}
.section-related.special-notif .txt-box .title-preview {
  margin-bottom: 28px;
}
.section-related.associated .grid {
  border-bottom: 0;
  border-top: 1px solid #d0eaf7;
}
.section-related.associated .publication-preview {
  -webkit-box-shadow: 0px 0px 12.76px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12.76px rgba(0, 0, 0, 0.1);
}
.section-related.author .news-preview {
  margin-bottom: 40px;
}

.swiper-slide:first-child .related {
  margin-bottom: 44px;
}
.swiper-slide:last-child .related {
  margin-bottom: 0;
}

@media (max-width: 1055px) {
  .section-related .grid {
    padding: 8% 0;
  }
  .section-related .title-small {
    position: relative;
    padding-bottom: 6.5%;
  }
}
@media (max-width: 767px) {
  .section-related .grid {
    padding: 12% 0;
  }
  .section-related .title-small {
    padding-bottom: 8%;
  }
  .section-related a.link-more {
    display: none;
  }

  .swiper-slide:first-child .related {
    margin-bottom: 0;
  }
}
.author-preview {
  border-bottom: 1px solid #d0eaf7;
}
.author-preview:last-child {
  border-bottom: 0;
}
.author-preview a {
  display: block;
  padding: 40px 0;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  overflow: hidden;
}
.author-preview a .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.author-preview a .img-box,
.author-preview a img {
  border-radius: 50%;
  overflow: hidden;
}
.author-preview a hgroup {
  font-family: "Roboto Mono", sans-serif;
  padding-right: 50px;
}
.author-preview a h5 {
  margin-bottom: 2px;
}
.author-preview a h3 {
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  font-size: 2rem;
  color: #333333;
  margin-bottom: 8px;
}
.author-preview a h4 {
  font-size: 1.5rem;
}
.author-preview a:hover {
  text-decoration: none;
}
.author-preview.event a:hover {
  background: #e3f2fa;
}
.author-preview.event a:hover .flex {
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
}
.author-preview.event-contact a {
  padding: 0;
}
.author-preview.event-contact .contact-info {
  border-top: 1px solid #d0eaf7;
  padding-top: 20px;
}
@media (min-width: 1056px) {
  .author-preview.member .flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .author-preview.member .img-box {
    width: 17.25%;
    margin-right: 5%;
  }
  .author-preview.member hgroup {
    width: 66.5%;
    padding-right: 0;
  }
  .author-preview.member h3 {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }
  .author-preview.member h4 {
    font-size: 1.2rem;
    line-height: 1.667;
  }
  .author-preview.member a:hover {
    background: #fff;
  }
  .author-preview.member a:hover .flex {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
}

@media (max-width: 1055px) {
  .author-preview a {
    padding: 20px 0;
  }
  .author-preview a hgroup {
    padding-right: 0;
  }
  .author-preview a h3 {
    font-size: 1.8rem;
  }
  .author-preview a h4 {
    font-size: 1.3rem;
  }
  .author-preview.member {
    border-bottom: 1px dashed #88caeb;
    padding-left: 0 !important;
  }
  .author-preview.member:before {
    content: none !important;
  }
  .author-preview.member:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .author-preview a h3 {
    font-size: 1.5rem;
  }
  .author-preview a h4 {
    font-size: 1.1rem;
  }
  .author-preview a .flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-swiper-members .swiper-members-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-swiper-members .swiper-members-nav .title-medium {
  margin-bottom: 0;
  border-bottom: 1px solid #a0d5ef;
  padding: 5px 0;
  -webkit-transition: 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section-swiper-members .swiper-members-nav .title-medium:hover {
  border-bottom-color: #1295D8;
}
.section-swiper-members .swiper-members-next,
.section-swiper-members .swiper-members-prev {
  width: 50px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.section-swiper-members .swiper-members-next svg,
.section-swiper-members .swiper-members-prev svg {
  width: 32px;
  fill: #1295D8;
  -webkit-transition: -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section-swiper-members .swiper-members-next:hover svg,
.section-swiper-members .swiper-members-prev:hover svg {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.section-swiper-members .swiper-members-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-swiper-members .swiper-members-prev svg {
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: relative;
}
.section-swiper-members .swiper-members {
  border-top: 1px solid #e3f2fa;
  border-bottom: 1px solid #e3f2fa;
  background: #fff;
}
.section-swiper-members .swiper-slide {
  width: 164px;
  height: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #e3f2fa;
  padding: 30px;
}
.section-swiper-members .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.section-swiper-members.about .swiper-members-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-swiper-members.about .title-medium {
  display: none;
}

@media (max-width: 1055px) {
  .section-swiper-members .swiper-members-nav {
    margin-bottom: 20px;
  }
  .section-swiper-members .swiper-members-nav .title-medium {
    margin-left: 16px;
  }
  .section-swiper-members .swiper-members-next,
.section-swiper-members .swiper-members-prev {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #a0d5ef;
    margin-right: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-swiper-members .swiper-members-next svg,
.section-swiper-members .swiper-members-prev svg {
    width: 18px;
  }
  .section-swiper-members .swiper-members-next:hover svg,
.section-swiper-members .swiper-members-prev:hover svg {
    -webkit-transform: none;
            transform: none;
  }
  .section-swiper-members .swiper-members-prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .section-swiper-members .swiper-members-prev svg {
    margin-left: 0;
    margin-right: 0;
  }
  .section-swiper-members .swiper-members {
    border-top: 1px solid #e3f2fa;
    border-bottom: 1px solid #e3f2fa;
    background: #fff;
  }
  .section-swiper-members .swiper-slide {
    width: 104px;
    height: 104px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .section-swiper-members .swiper-members {
    border-top: 1px solid #e3f2fa;
    border-bottom: 0;
  }
  .section-swiper-members .swiper-slide {
    width: 84px;
    height: 84px;
    padding: 16px;
    border-bottom: 1px solid #e3f2fa;
  }
}
.section-cta {
  padding: 4% 0;
  text-align: center;
}
.section-cta h2 {
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 20px;
}
.section-cta p {
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.6rem;
  color: #d0eaf7;
  margin-bottom: 36px;
}
.section-cta.white h2 {
  color: #1295D8;
}
.section-cta.white p {
  color: #666666;
}
.section-cta.section-newsletter-cta {
  overflow: hidden;
}
.section-cta.section-newsletter-cta .img-box {
  position: absolute;
  bottom: 0;
  left: 64%;
  height: 100%;
  overflow: hidden;
}
.section-cta.section-newsletter-cta .img-box img {
  max-height: 100%;
  width: auto;
}
.section-cta.section-members-cta {
  background: url(img/become-bg.png) no-repeat 50% 50%;
  background-color: #1295D8;
  background-size: cover;
}

@media (max-width: 1055px) {
  .section-cta {
    padding: 7.5% 0 6.5%;
    text-align: center;
  }
  .section-cta h2 {
    font-size: 3rem;
    margin-bottom: 18px;
  }
  .section-cta p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-cta {
    padding: 12% 0 12%;
    text-align: center;
  }
  .section-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
  }
  .section-cta p {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.section-main-formulaire h1 {
  margin-bottom: 50px;
  color: #1295D8;
}

.hs-form {
  margin-bottom: 60px;
}

.form-columns-2, .form-columns-1 {
  max-width: none !important;
}

.form-columns-1 .hs-input {
  width: 100% !important;
}

.hs-form-field {
  margin-bottom: 30px;
}

.hs-field-desc {
  margin-bottom: 16px;
}

.hs-form-field label {
  max-width: 100%;
  font-family: "Roboto Mono", sans-serif;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  text-align: left;
  padding: 0 0 6px 0;
  margin: 0;
  width: auto;
  display: block;
  position: relative;
}

.hs-form-field input[type=text], .hs-form-field input[type=password], .hs-form-field input[type=email], .hs-form-field input[type=number], .hs-form-field input[type=url], .hs-form-field input[type=tel], .hs-form-field input[type=file], .hs-form-field input[type=search], .hs-form-field select {
  height: 50px;
  line-height: 1.3;
}

.hs-form-field input[type=text], .hs-form-field input[type=password], .hs-form-field input[type=email], .hs-form-field input[type=number], .hs-form-field input[type=url], .hs-form-field input[type=tel], .hs-form-field input[type=phone], .hs-form-field input[type=search], .hs-form-field select, .hs-form-field textarea {
  color: #666666;
  background-color: #ffffff;
  border-color: #a6a6a6;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  padding: 6px 18px;
  outline: none;
  font-weight: normal;
}

.hs-form-field input[type=text], .hs-form-field input[type=password], .hs-form-field input[type=email], .hs-form-field input[type=number], .hs-form-field input[type=url], .hs-form-field input[type=tel], .hs-form-field input[type=search], .hs-form-field select, .hs-form-field textarea, .hs-form-field .chosen-container {
  font-size: 15px;
  margin-bottom: 0;
}
.hs-form-field input[type=text]:focus, .hs-form-field input[type=password]:focus, .hs-form-field input[type=email]:focus, .hs-form-field input[type=number]:focus, .hs-form-field input[type=url]:focus, .hs-form-field input[type=tel]:focus, .hs-form-field input[type=search]:focus, .hs-form-field select:focus, .hs-form-field textarea:focus, .hs-form-field .chosen-container:focus {
  border-color: #1295d8;
}

.hs-form-field textarea {
  min-height: 140px;
}

.frm_style_formidable-style.with_frm_style .vertical_radio label.frm_primary_label,
.hs-fieldtype-radio > label,
.hs-fieldtype-checkbox > label,
.hs-fieldtype-booleancheckbox > label {
  color: #1295D8;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
  padding-bottom: 24px;
}

.frm_style_formidable-style.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox],
.hs-fieldtype-radio input,
.hs-fieldtype-checkbox input,
.hs-fieldtype-booleancheckbox input {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  opacity: 0 !important;
  width: 16px !important;
  height: 16px !important;
  position: absolute !important;
  left: 0;
  top: 0;
  border-radius: 0;
}

.frm_style_formidable-style.with_frm_style .frm_radio label, .frm_style_formidable-style.with_frm_style .frm_checkbox label,
.hs-fieldtype-radio input + span,
.hs-fieldtype-checkbox input + span,
.hs-fieldtype-booleancheckbox input + span {
  font-weight: 300 !important;
  font-family: "Rubik", sans-serif !important;
  line-height: 1.92 !important;
  padding-left: 36px !important;
  position: relative;
  text-indent: 0 !important;
  cursor: pointer;
  color: #666;
}
.frm_style_formidable-style.with_frm_style .frm_radio label:before, .frm_style_formidable-style.with_frm_style .frm_checkbox label:before,
.hs-fieldtype-radio input + span:before,
.hs-fieldtype-checkbox input + span:before,
.hs-fieldtype-booleancheckbox input + span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #a6a6a6;
}
.frm_style_formidable-style.with_frm_style .frm_radio label.checked:before, .frm_style_formidable-style.with_frm_style .frm_checkbox label.checked:before,
.hs-fieldtype-radio input + span.checked:before,
.hs-fieldtype-checkbox input + span.checked:before,
.hs-fieldtype-booleancheckbox input + span.checked:before {
  background-size: contain;
  border-color: #1295D8;
}

.hs-fieldtype-checkbox input:checked + span:before,
.hs-fieldtype-booleancheckbox input:checked + span:before {
  background-size: contain;
  border-color: #1295D8;
}

.hs-fieldtype-radio input + span:before {
  border-radius: 50%;
}
.hs-fieldtype-radio input:checked + span:before {
  background: url(img/radio-checked.svg) no-repeat;
}

.hs-fieldtype-checkbox input:checked + span:before,
.hs-fieldtype-booleancheckbox input:checked + span:before {
  background: url(img/checkbox-checked.svg) no-repeat;
}

.hs-button {
  position: relative;
  display: inline-block;
  border: 2px solid #e76647;
  border-radius: 3px;
  height: 50px;
  margin-right: 18px;
  line-height: 46px;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: #e76647;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  padding-left: 40px;
  padding-right: 34px;
  -webkit-transition: background 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.hs-button:hover {
  background: #de421d;
}

label.hs-error-msg {
  color: red;
  font-size: 12px;
  margin-top: 8px;
}

.hs_error_rollup label {
  display: block;
  margin: 30px 0 25px;
  color: red;
  font-weight: 500;
}

.legal-consent-container * {
  font-size: 13px;
}
.legal-consent-container p {
  margin-bottom: 20px !important;
}

.frm_style_formidable-style.with_frm_style .frm_checkbox label.checked:before {
  background: url(img/checkbox-checked.svg) no-repeat;
}

.frm_style_formidable-style.with_frm_style .frm_radio label:before {
  border-radius: 50%;
}
.frm_style_formidable-style.with_frm_style .frm_radio label.checked:before {
  background: url(img/radio-checked.svg) no-repeat;
}

.frm_style_formidable-style.with_frm_style div.frm_description {
  font-size: 1.4rem !important;
  font-family: "Rubik", sans-serif !important;
  font-weight: 300 !important;
  line-height: 1.92;
}

.frm_style_formidable-style.with_frm_style .frm_error {
  text-transform: uppercase;
  padding-top: 6px !important;
}

.with_frm_style .frm_error_style, .with_frm_style .frm_message, .frm_success_style {
  padding: 40px !important;
}

.select-pub + .select2 .select2-selection--single, .select-lang + .select2 .select2-selection--single {
  border-radius: 0;
  border: 0;
  background: #e3f2fa;
  height: 50px;
}
.select-pub + .select2 .select2-selection__rendered, .select-lang + .select2 .select2-selection__rendered {
  line-height: 50px;
  padding-left: 22px;
  padding-right: 40px;
  color: #1295D8;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.select-pub + .select2 .select2-selection__rendered[*|title], .select-lang + .select2 .select2-selection__rendered[*|title] {
  outline: 1px solid #1295D8;
}
.select-pub + .select2 .select2-selection__placeholder, .select-lang + .select2 .select2-selection__placeholder {
  color: #1295D8;
}
.select-pub + .select2 .select2-selection__arrow, .select-lang + .select2 .select2-selection__arrow {
  width: 40px;
  height: 50px;
  right: 0;
  top: 0;
}
.select-pub + .select2 .select2-selection__arrow b, .select-lang + .select2 .select2-selection__arrow b {
  border: solid #1295D8;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  margin: 0;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.select-pub + .select2.select2-container--open .select2-selection--single .select2-selection__arrow b, .select-lang + .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: solid #1295D8;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
}
.select-pub + .select2.select2-container--open, .select-lang + .select2.select2-container--open {
  outline: 1px solid #1295D8;
}
.select-pub + .select2 .select2-selection--single .select2-selection__clear, .select-lang + .select2 .select2-selection--single .select2-selection__clear {
  font-weight: 500;
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.8rem;
}

.select-topic {
  width: 100%;
}

.select-topic + .select2 .select2-selection--single {
  background: #fff;
}

.select2-results {
  max-height: 256px;
  margin: 14px 18px 14px 0;
}

.select2-dropdown {
  border: 0;
  border-radius: 0;
  outline: 1px solid #1295D8;
}

.select2-search--dropdown {
  background: url(img/fw-svg/assets/search.svg) no-repeat right 19px top 18px;
  background-size: 19px 19px;
  padding: 0 18px;
}
.select2-search--dropdown .select2-search__field {
  background: transparent;
  padding: 18px 24px 13px 0;
  font-size: 1.5rem;
  color: #71bfe8;
  font-weight: 300;
}
.select2-search--dropdown .select2-search__field:focus {
  outline: 0;
}
.select2-search--dropdown .select2-search__field ::-webkit-input-placeholder {
  color: #71bfe8;
}
.select2-search--dropdown .select2-search__field ::-moz-placeholder {
  color: #71bfe8;
}
.select2-search--dropdown .select2-search__field :-ms-input-placeholder {
  color: #71bfe8;
}
.select2-search--dropdown .select2-search__field ::-ms-input-placeholder {
  color: #71bfe8;
}
.select2-search--dropdown .select2-search__field ::placeholder {
  color: #71bfe8;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--no-ajax .select2-search--dropdown .select2-search__field {
  border: 0;
  border-bottom: 1px solid #1295D8;
}

.select2-results__option {
  font-size: 1.2rem;
  line-height: 30px;
  color: #666666;
  padding-left: 18px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--no-ajax .select2-results__option--highlighted[aria-selected] {
  color: #1295D8;
  background-color: transparent;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--no-ajax .select2-results__option[aria-selected=true] {
  color: #b2b2b2;
  background-color: transparent;
}

.select2 .select2-selection--single .select2-selection__arrow {
  position: absolute;
}

.select2 .select2-selection--single .select2-selection__arrow b {
  left: 50%;
  position: absolute;
  top: 50%;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body,
html {
  background: url(img/bg.png) repeat;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.5s !important;
  transition: opacity 0.5s !important;
  overflow: hidden;
}
.wrapper.loaded {
  opacity: 1;
}

.site-main {
  padding-top: 138px;
}

section {
  position: relative;
}

a.post-edit-link {
  display: inline-block;
  z-index: 99999;
  position: fixed;
  top: 20px;
  left: 20px;
  border: 2px solid #1295D8;
  padding: 10px 20px;
}

/* OBJECTFIT FALLBACK */
.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.object-fit-bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.objectfit .object-fit-bg,
.object-fit .object-fit-bg {
  background-image: none !important;
}

.no-objectfit img.object-fit-img,
.no-object-fit img.object-fit-img {
  display: none !important;
}

.drawer-container .drawer-trigger {
  position: relative;
  cursor: pointer;
}
.drawer-container .drawer-button {
  height: 29px;
  width: 29px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
.drawer-container .drawer-button:before, .drawer-container .drawer-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #1295D8;
}
.drawer-container .drawer-button:before {
  width: 1px;
  height: 14px;
  transition: -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.drawer-container .drawer-button:after {
  width: 14px;
  height: 1px;
  transition: opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.drawer-container .drawer-trigger.active .drawer-button:before, .drawer-container .drawer-trigger.active .drawer-button:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.drawer-container .drawer-trigger.active .drawer-button:after {
  opacity: 0;
}
.drawer-container .drawer {
  height: 0;
  overflow: hidden;
}

@media (max-width: 1055px) {
  .t-drawer-container .drawer-trigger {
    position: relative;
    cursor: pointer;
  }
  .t-drawer-container .drawer-button {
    height: 29px;
    width: 29px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
  }
  .t-drawer-container .drawer-button:before, .t-drawer-container .drawer-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #1295D8;
  }
  .t-drawer-container .drawer-button:before {
    width: 1px;
    height: 14px;
    transition: -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .t-drawer-container .drawer-button:after {
    width: 14px;
    height: 1px;
    transition: opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .t-drawer-container .drawer-trigger.active .drawer-button:before, .t-drawer-container .drawer-trigger.active .drawer-button:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .t-drawer-container .drawer-trigger.active .drawer-button:after {
    opacity: 0;
  }
  .t-drawer-container .drawer {
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .m-drawer-container .drawer {
    height: auto !important;
  }
  .m-drawer-container .drawer-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .m-drawer-container .drawer-trigger {
    position: relative;
    cursor: pointer;
  }
  .m-drawer-container .drawer-button {
    height: 29px;
    width: 29px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
  }
  .m-drawer-container .drawer-button:before, .m-drawer-container .drawer-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #1295D8;
  }
  .m-drawer-container .drawer-button:before {
    width: 1px;
    height: 14px;
    transition: -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .m-drawer-container .drawer-button:after {
    width: 14px;
    height: 1px;
    transition: opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .m-drawer-container .drawer-trigger.active .drawer-button:before, .m-drawer-container .drawer-trigger.active .drawer-button:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .m-drawer-container .drawer-trigger.active .drawer-button:after {
    opacity: 0;
  }
  .m-drawer-container .drawer {
    height: 0;
    overflow: hidden;
  }
}
.bg-dots:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(img/bg.png) repeat;
  opacity: 0.44;
  pointer-events: none;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #1295D8;
}

.bg-lightblue {
  background-color: #e3f2fa;
}

.bg-orange {
  background-color: #e76647;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* TEXT*/
.title-classic {
  color: #1295D8;
  font-size: 2.3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.title-medium {
  font-family: "Roboto Mono", sans-serif;
  color: #1295D8;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

.title-small {
  font-family: "Roboto Mono", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

.title-single {
  letter-spacing: 0;
  font-weight: bold;
  font-size: 5.3rem;
}
@media (max-width: 1920px) {
  .title-single {
    font-size: calc(4rem + (1.3)*((100vw - (1056rem / 10))/((1920 / 10) - (1056 / 10))));
  }
}
@media (max-width: 1056px) {
  .title-single {
    font-size: calc(2.8rem + (1.2)*((100vw - (768rem / 10))/((1056 / 10) - (768 / 10))));
  }
}
@media (max-width: 768px) {
  .title-single {
    font-size: calc(2rem + (0.8)*((100vw - (320rem / 10))/((768 / 10) - (320 / 10))));
  }
}

.title-intro {
  font-size: 3.5rem;
  letter-spacing: 0;
  font-weight: bold;
}

.title-big-intro {
  font-weight: bold;
  font-size: 5.5rem;
  letter-spacing: 0;
  padding: 14px 0 10px;
}
.title-big-intro span {
  padding-bottom: 6px;
  border-bottom: 1px solid #a0d5ef;
}

.title-mono {
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1295D8;
  text-transform: uppercase;
}

.title-vertical {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  top: 50%;
  left: -3vw;
  font-size: 1.2rem;
  font-family: "Roboto Mono", sans-serif;
  color: #1295D8;
  font-weight: bold;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.text-medium {
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.title-about {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.667;
  color: #333333;
}

.text-about p {
  font-size: 2.2rem;
  line-height: 1.77;
  color: #333333;
  font-weight: 300;
  text-align: center;
}

.list-links li {
  margin-bottom: 0;
  padding-left: 0;
}
.list-links li:last-of-type a {
  border-bottom: 0;
}
.list-links a {
  color: #41aae0;
  display: block;
  border-bottom: 1px solid #a0d5ef;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.07em;
  padding-bottom: 10px;
  margin-bottom: 12px;
  text-transform: uppercase;
  padding-right: 20px;
  -webkit-transition: padding 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: padding 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}
.list-links a:before {
  content: "";
  position: absolute;
  opacity: 0;
  top: 3px;
  left: 0;
  border: solid #1295D8;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transition: opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.list-links a:hover {
  padding-left: 20px;
  padding-right: 0;
  color: #1295D8;
}
.list-links a:hover:before {
  opacity: 1;
}

/* BUTTONS*/
a.link-btn,
button.link-btn {
  position: relative;
  display: inline-block;
  border: 2px solid #1295D8;
  border-radius: 3px;
  height: 50px;
  margin-right: 18px;
  line-height: 46px;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #1295D8;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  padding-left: 40px;
  padding-right: 34px;
  -webkit-transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.link-btn + .link-btn,
button.link-btn + .link-btn {
  margin-top: 16px;
}
a.link-btn:after, a.link-btn:before,
button.link-btn:after,
button.link-btn:before {
  position: absolute;
  content: "";
}
a.link-btn:before,
button.link-btn:before {
  height: 2px;
  width: 0;
  top: 50%;
  margin-top: -1px;
  background: #fff;
  left: 13px;
  will-change: transform;
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
  transition: -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.link-btn:after,
button.link-btn:after {
  background: #1295D8;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  will-change: transform;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  z-index: -1;
}
a.link-btn > span,
button.link-btn > span {
  border: solid #1295D8;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  left: 19px;
  top: 20px;
  will-change: border, transform;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.link-btn:hover,
button.link-btn:hover {
  color: #fff;
  text-decoration: none !important;
}
a.link-btn:hover:before,
button.link-btn:hover:before {
  width: 16px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
a.link-btn:hover:after,
button.link-btn:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
a.link-btn:hover > span,
button.link-btn:hover > span {
  border-color: #fff;
  -webkit-transform: translateX(6px) rotate(-45deg);
  transform: translateX(6px) rotate(-45deg);
}
a.link-btn.bd-white,
button.link-btn.bd-white {
  color: #fff;
  border-color: #fff;
}
a.link-btn.bd-white:before,
button.link-btn.bd-white:before {
  background: #1295D8;
}
a.link-btn.bd-white:after,
button.link-btn.bd-white:after {
  background: #fff;
}
a.link-btn.bd-white > span,
button.link-btn.bd-white > span {
  border-color: #fff;
}
a.link-btn.bd-white:hover,
button.link-btn.bd-white:hover {
  color: #1295D8;
}
a.link-btn.bd-white:hover > span,
button.link-btn.bd-white:hover > span {
  border-color: #1295D8;
}
a.link-btn.blue,
button.link-btn.blue {
  color: #fff;
  border-color: #fff;
  background: #1295D8;
}
a.link-btn.blue:before,
button.link-btn.blue:before {
  background: #1295D8;
}
a.link-btn.blue:after,
button.link-btn.blue:after {
  background: #fff;
}
a.link-btn.blue span,
button.link-btn.blue span {
  border-color: #fff;
}
a.link-btn.blue:hover,
button.link-btn.blue:hover {
  color: #1295D8;
}
a.link-btn.blue:hover span,
button.link-btn.blue:hover span {
  border-color: #1295D8;
}
a.link-btn.white,
button.link-btn.white {
  border-color: #fff;
  background: #fff;
}
a.link-btn.white:before,
button.link-btn.white:before {
  background: #1295D8;
}
a.link-btn.white:after,
button.link-btn.white:after {
  content: none;
}
a.link-btn.white span,
button.link-btn.white span {
  border-color: #1295D8;
}
a.link-btn.white:hover,
button.link-btn.white:hover {
  color: #1295D8;
}
a.link-btn.white:hover span,
button.link-btn.white:hover span {
  border-color: #1295D8;
}
a.link-btn.orange,
button.link-btn.orange {
  border-color: #e76647;
  background: #e76647;
  color: #fff;
}
a.link-btn.orange:after,
button.link-btn.orange:after {
  content: none;
}
a.link-btn.orange span,
button.link-btn.orange span {
  border-color: #fff;
}
a.link-btn.orange:hover,
button.link-btn.orange:hover {
  background: #de421d;
  border-color: #de421d;
}
a.link-btn.newsletter:hover,
button.link-btn.newsletter:hover {
  background: #de421d;
  border-color: #de421d;
}
a.link-btn.picto,
button.link-btn.picto {
  padding-left: 16px;
  padding-right: 26px;
  -webkit-transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.link-btn.picto svg,
button.link-btn.picto svg {
  -webkit-transition: fill 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: fill 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.link-btn.picto:before,
button.link-btn.picto:before {
  content: none;
}
a.link-btn.twitter svg,
button.link-btn.twitter svg {
  margin-right: 12px;
  fill: #1295D8;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
a.link-btn.twitter:hover,
button.link-btn.twitter:hover {
  background: transparent;
  color: #1295D8;
  border-color: #1295D8;
}
a.link-btn.twitter:hover svg,
button.link-btn.twitter:hover svg {
  fill: #1295D8;
}
a.link-btn.subscribe,
button.link-btn.subscribe {
  margin-right: 0;
}
a.link-btn.subscribe svg,
button.link-btn.subscribe svg {
  margin-right: 15px;
  fill: #fff;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
a.link-btn.subscribe:hover,
button.link-btn.subscribe:hover {
  background: #de421d;
  border-color: #de421d;
}
a.link-btn.donate,
button.link-btn.donate {
  margin-right: 0;
}
a.link-btn.donate svg,
button.link-btn.donate svg {
  margin-right: 13px;
  fill: #1295D8;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
a.link-btn.donate:hover,
button.link-btn.donate:hover {
  background: transparent;
  color: #fff;
}
a.link-btn.donate:hover svg,
button.link-btn.donate:hover svg {
  fill: #fff;
}
a.link-btn.involvement,
button.link-btn.involvement {
  margin-right: 0;
  color: #e76647;
}
a.link-btn.involvement svg,
button.link-btn.involvement svg {
  margin-right: 14px;
  fill: #e76647;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
a.link-btn.involvement:hover,
button.link-btn.involvement:hover {
  background: transparent;
  color: #fff;
}
a.link-btn.involvement:hover svg,
button.link-btn.involvement:hover svg {
  fill: #fff;
}
a.link-btn.become,
button.link-btn.become {
  margin-right: 0;
  color: #e76647;
}
a.link-btn.become svg,
button.link-btn.become svg {
  margin-right: 12px;
  fill: #e76647;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
a.link-btn.become em,
button.link-btn.become em {
  font-style: normal;
  width: calc(100% - 64px);
  white-space: normal;
  line-height: 1.5;
}
a.link-btn.become:hover,
button.link-btn.become:hover {
  background: transparent;
  color: #fff;
}
a.link-btn.become:hover svg,
button.link-btn.become:hover svg {
  fill: #fff;
}
a.link-btn.download svg, a.link-btn.search-pubs svg,
button.link-btn.download svg,
button.link-btn.search-pubs svg {
  margin-right: 12px;
  fill: #fff;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
a.link-btn.download:hover, a.link-btn.search-pubs:hover,
button.link-btn.download:hover,
button.link-btn.search-pubs:hover {
  background: transparent;
  color: #e76647;
}
a.link-btn.download:hover svg, a.link-btn.search-pubs:hover svg,
button.link-btn.download:hover svg,
button.link-btn.search-pubs:hover svg {
  fill: #e76647;
}
a.link-btn.search-pubs svg,
button.link-btn.search-pubs svg {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

a:hover button.link-btn {
  color: #fff;
  text-decoration: none;
}
a:hover button.link-btn:before {
  width: 16px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
a:hover button.link-btn:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
a:hover button.link-btn > span {
  border-color: #fff;
  -webkit-transform: translateX(6px) rotate(-45deg);
  transform: translateX(6px) rotate(-45deg);
}
a:hover button.link-btn.white {
  color: #1295D8;
}
a:hover button.link-btn.white span {
  border-color: #1295D8;
}

a.link-more {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  line-height: 27px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #1295D8;
  white-space: nowrap;
  border-bottom: 1px solid #a0d5ef;
}
a.link-more svg {
  width: 32px;
  height: 12px;
  fill: #1295D8;
  display: inline-block;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.link-more span {
  padding-left: 19px;
  display: inline-block;
}
a.link-more:after {
  content: "";
  background: #1295D8;
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  will-change: width;
  -webkit-transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 2;
}
a.link-more:hover svg {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
a.link-more:hover:after {
  width: 100%;
}
a.link-more.to-press {
  margin-top: 8%;
  color: #fff;
}
a.link-more.to-press:after {
  background: #fff;
}
a.link-more.to-press svg {
  fill: #fff;
}

table.tablepress:not(.governance-funding) {
  margin-bottom: 40px;
  table-layout: fixed;
}
table.tablepress:not(.governance-funding) caption {
  display: none;
}
table.tablepress:not(.governance-funding) td,
table.tablepress:not(.governance-funding) th {
  padding: 16px;
}
table.tablepress:not(.governance-funding) thead th,
table.tablepress:not(.governance-funding) tfoot th {
  background: #fff;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  border: 0;
}
table.tablepress:not(.governance-funding) thead {
  border: 1px solid #d0eaf7;
  border-bottom: 0;
}
table.tablepress:not(.governance-funding) thead th {
  border-right: 1px solid #d0eaf7;
}
table.tablepress:not(.governance-funding) tbody {
  border-left: 1px solid #d0eaf7;
}
table.tablepress:not(.governance-funding) tbody td {
  text-align: center;
  border: 0;
  border-right: 1px solid #d0eaf7;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 300;
}
table.tablepress:not(.governance-funding) .even td {
  background: #e3f2fa;
}
table.tablepress:not(.governance-funding) .odd td {
  background: #fff;
}
table.tablepress:not(.governance-funding) tfoot th {
  text-transform: none;
}
table.tablepress:not(.governance-funding) .row-hover tr:hover td {
  background: #d0eaf7;
}
table.tablepress:not(.governance-funding) a.link-btn {
  margin-right: 0;
}

table.tablepress.governance-funding {
  margin-bottom: 40px;
  table-layout: fixed;
}
table.tablepress.governance-funding thead th {
  font-size: 1.2rem;
  color: #1295D8;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 1px solid #1295D8;
  padding: 0;
  padding-bottom: 10px;
  background: none;
}
table.tablepress.governance-funding td:last-child,
table.tablepress.governance-funding th:last-child {
  text-align: right;
}
table.tablepress.governance-funding tbody td {
  padding: 0 0 14px;
  border: 0;
  font-size: 1.4rem;
  font-weight: 300;
}
table.tablepress.governance-funding span.parent {
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #a0d5ef;
  display: block;
}
table.tablepress.governance-funding tbody tr:first-child td span.parent {
  margin-top: 0;
  border-top: 0;
}

@media (max-width: 767px) {
  table.tablepress.governance-funding tbody td {
    padding: 0 0 10px;
    font-size: 1.2rem;
  }
  table.tablepress.governance-funding span.parent {
    font-size: 1.4rem;
    padding-top: 12px;
    margin-top: 12px;
  }
}
table.give-table thead th,
table.give-table tfoot th {
  color: #333333;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  border: 0;
}
table.give-table tbody td {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 300;
}

form.give-form li {
  padding-left: 0 !important;
}
form.give-form li:before {
  content: none !important;
}
form.give-form .form-row {
  margin-bottom: 30px !important;
}
form.give-form .form-row label {
  font-family: "Roboto Mono", sans-serif;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding: 0 0 6px;
  width: auto;
  display: block;
}
form.give-form .form-row input, form.give-form .form-row .give-stripe-cc-field {
  font-family: "Roboto Mono", sans-serif;
  height: 50px;
  line-height: 1.3 !important;
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #a6a6a6 !important;
  font-size: 15px !important;
  padding: 6px 18px !important;
  outline: none;
  font-weight: normal;
}
form.give-form .form-row input:focus, form.give-form .form-row .give-stripe-cc-field:focus {
  border-color: #1295D8;
}
form.give-form .form-row .give-stripe-cc-field {
  padding-top: 14px !important;
}
form.give-form legend {
  color: #1295D8;
  margin: 25px 0 30px;
  padding: 25px 0 8px;
  border-bottom-color: #d0eaf7;
}

form[id*=give-form] .form-row select {
  font-family: "Roboto Mono", sans-serif;
  height: 50px;
  line-height: 1.3 !important;
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #a6a6a6 !important;
  font-size: 15px !important;
  padding: 6px 18px !important;
  outline: none;
  font-weight: normal;
}
form[id*=give-form] .give-donation-amount #give-amount {
  font-family: "Roboto Mono", sans-serif;
  height: 50px;
  line-height: 1.3 !important;
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #a6a6a6 !important;
  font-size: 15px !important;
  padding: 6px 18px !important;
  outline: none;
  font-weight: normal;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form[id*=give-form] .give-donation-amount #give-amount:focus {
  border-color: #1295D8;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol {
  height: 50px;
  line-height: 50px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  line-height: 50px;
  height: 50px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  line-height: 50px;
  height: 50px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

#give-recurring-modal-period-wrap {
  line-height: 50px;
  height: 50px;
}

[id*=give-form] .give-form-title {
  display: none;
}

.give-btn {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  height: 50px;
  border: 2px solid #1295D8;
  line-height: 46px;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: #1295D8;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 20px;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.give-btn:hover {
  background: #fff;
  color: #1295D8;
}
.give-btn.give-donation-level-btn {
  color: #1295D8;
  background: #fff;
  padding: 0 15px;
  height: 44px;
  line-height: 40px;
}
.give-btn.give-donation-level-btn:hover {
  color: #fff;
  background: #1295D8;
}

.give_success {
  border-color: #1295D8;
}
.give_success:before {
  background: #1295D8;
}

select.hidden {
  visibility: hidden;
}

.social-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-nav svg {
  fill: #1295D8;
}
.social-nav.press a {
  width: 51px;
  height: 51px;
  margin-right: 22px;
  border-width: 2px;
}
.social-nav.press a svg {
  height: 20px;
}
@media (max-width: 1055px) {
  .social-nav.press a {
    width: 46px;
    height: 46px;
    margin-right: 10px;
  }
  .social-nav.press a svg {
    height: 18px;
  }
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.75) !important;
}

.featherlight .featherlight-close-icon {
  position: absolute !important;
  right: -15px !important;
  top: -15px !important;
  background-color: white !important;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%231295D8%22%20d%3D%22M21%204.41L19.59%203%2012%2010.59%204.41%203%203%204.41%2010.59%2012%203%2019.59%204.41%2021%2012%2013.41%2019.59%2021%2021%2019.59%2013.41%2012%2021%204.41z%22/%3E%0A%3C/svg%3E) !important;
  background-size: 15px 15px !important;
  opacity: 1 !important;
  border-radius: 50%;
}

.ajax-load-more-container {
  text-align: center;
}

a.ajax-load-more {
  margin-right: 0;
}
a.ajax-load-more.loading {
  opacity: 0.5;
  pointer-events: none;
}
a.ajax-load-more.disabled {
  visibility: hidden;
}

@media (max-width: 1055px) {
  /* TEXT*/
  .title-classic {
    font-size: 2rem;
    margin-bottom: 24px;
  }

  .title-intro {
    font-size: 2.5rem;
  }

  .title-big-intro {
    font-size: 4.5rem;
    padding: 14px 0 10px;
  }
  .title-big-intro span {
    padding-bottom: 3px;
  }

  .title-mono {
    font-size: 1.5rem;
  }

  .title-vertical {
    font-size: 1.1rem;
    left: -4.5vw;
  }

  .text-medium {
    font-size: 1.4rem;
    margin-bottom: 28px;
  }

  .title-about {
    font-size: 1.7rem;
  }

  .text-about p {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .site-main {
    padding-top: 66px;
  }

  /* TEXT*/
  .title-classic {
    font-size: 1.7rem;
    margin-bottom: 18px;
  }

  .title-medium {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }

  .title-intro {
    font-size: 2rem;
  }

  .title-big-intro {
    font-size: 3.5rem;
    padding: 14px 0 10px;
  }
  .title-big-intro span {
    padding-bottom: 0;
  }

  .title-vertical {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
  }

  .text-medium {
    margin-bottom: 20px;
  }

  .title-about {
    font-size: 1.5rem;
  }

  .text-about p {
    font-size: 1.8rem;
    line-height: 1.667;
  }

  .list-links a {
    font-size: 1.1rem;
  }

  a.link-btn,
button.link-btn {
    border: 2px solid #1295D8;
    height: 42px;
    line-height: 38px;
    font-size: 1.1rem;
    padding-left: 27px;
    padding-right: 18px;
  }
  a.link-btn:before,
button.link-btn:before {
    height: 1px;
    left: 8px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  a.link-btn > span,
button.link-btn > span {
    border-width: 0 1px 1px 0;
    padding: 2px;
    left: 14px;
    top: 16px;
  }
  a.link-btn:hover:before,
button.link-btn:hover:before {
    width: 11px;
  }
  a.link-btn:hover > span,
button.link-btn:hover > span {
    -webkit-transform: translateX(0) rotate(-45deg);
    transform: translateX(0) rotate(-45deg);
  }
  a.link-btn.donate, a.link-btn.involvement, a.link-btn.become,
button.link-btn.donate,
button.link-btn.involvement,
button.link-btn.become {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 58px;
    font-size: 1.4rem;
    padding: 0;
    border: 0;
  }
  a.link-btn.donate svg, a.link-btn.involvement svg, a.link-btn.become svg,
button.link-btn.donate svg,
button.link-btn.involvement svg,
button.link-btn.become svg {
    fill: #fff;
    -webkit-transform: none;
            transform: none;
  }
  a.link-btn.donate,
button.link-btn.donate {
    background: #1295D8;
  }
  a.link-btn.donate svg,
button.link-btn.donate svg {
    margin-right: 10px;
  }
  a.link-btn.donate:hover,
button.link-btn.donate:hover {
    background: #0e75a9;
  }
  a.link-btn.involvement,
button.link-btn.involvement {
    background: #e76647;
  }
  a.link-btn.involvement svg,
button.link-btn.involvement svg {
    margin-right: 11px;
  }
  a.link-btn.involvement:hover,
button.link-btn.involvement:hover {
    background: #de421d;
  }
  a.link-btn.become,
button.link-btn.become {
    background: #e76647;
  }
  a.link-btn.become svg,
button.link-btn.become svg {
    margin-right: 13px;
  }
  a.link-btn.become:hover,
button.link-btn.become:hover {
    background: #de421d;
  }
}
.main-404 {
  padding-bottom: 5%;
  text-align: center;
}
.main-404 h1 {
  padding-top: 5%;
  margin-bottom: 40px;
  color: #1295D8;
}
.main-404 .separator {
  height: 1px;
  background: #a0d5ef;
  margin-bottom: 40px;
}

.header-intro-post .img-box {
  width: 100%;
  max-width: 1600px;
  height: 60vh;
  margin: 0 auto;
}
.header-intro-post .img-box .title-underlay {
  position: absolute;
  bottom: -1px;
  left: -1px;
  height: calc(10vh + 1px);
  background: url(img/bg.png) repeat;
  background-color: #fff;
  display: none;
}
.header-intro-post .title-box a.link-more {
  position: absolute;
  right: 0;
  top: 3vw;
}
.header-intro-post .title-box > div {
  padding: 5% 0 4%;
}
.header-intro-post .title-box .breadcrumbs {
  font-family: "Roboto Mono", sans-serif;
  color: #666666;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.header-intro-post .title-box .breadcrumbs a span {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header-intro-post .title-box .breadcrumbs a:hover span {
  border-bottom-color: #1295D8;
}
.header-intro-post .title-box h1 {
  color: #1295D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-intro-post .title-box h1 svg {
  fill: #1295D8;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 32px;
}
.header-intro-post .title-box h1 svg.svg-uf-video-dims {
  -webkit-transform: translateY(19px);
          transform: translateY(19px);
}
.header-intro-post .title-box h1 svg.svg-uf-cartoon-dims {
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}
.header-intro-post .title-box h1 svg.svg-uf-quick-question-dims {
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
}
.header-intro-post .title-box h1 svg.svg-uf-online-class-dims {
  -webkit-transform: translateY(17px);
          transform: translateY(17px);
}
.header-intro-post.key-number .mobile {
  display: none;
}
.header-intro-post.key-number .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #B8DFF3;
  margin-bottom: 20px;
}
.header-intro-post.key-number .key-number-cat-box {
  margin-top: 34px;
  z-index: 2;
}
.header-intro-post.key-number .key-number-cat-box a {
  width: 156px;
  height: 156px;
  background: #e3f2fa;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.header-intro-post.key-number .key-number-cat-box a svg {
  fill: #1295D8;
  width: 54px;
  height: 54px;
  margin-bottom: 4px;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.header-intro-post.key-number .key-number-cat-box a em {
  display: inline-block;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid rgba(18, 149, 216, 0.5);
  padding-bottom: 2px;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.header-intro-post.key-number .key-number-cat-box a:hover {
  background: #1295D8;
}
.header-intro-post.key-number .key-number-cat-box a:hover svg {
  fill: #fff;
}
.header-intro-post.key-number .key-number-cat-box a:hover em {
  color: #fff;
}
.header-intro-post.key-number .main-post-header {
  margin-top: 20px;
  margin-bottom: 0;
}

.header-intro-author {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #1295D8;
  border-bottom: 1px solid #d0eaf7;
  padding: 4.5% 0 3%;
}
.header-intro-author h2 {
  margin-top: 16px;
}
.header-intro-author a {
  margin-top: 6px;
}

.section-header-post {
  width: 100%;
  min-height: 64px;
  padding: 20px 0;
  border-top: 1px solid #d0eaf7;
  border-bottom: 1px solid #d0eaf7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Roboto Mono", sans-serif;
  letter-spacing: 0;
}
.section-header-post .side-nav-translated-posts {
  display: none;
}
.section-header-post .extra-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-header-post time {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333333;
}
.section-header-post h6 {
  font-size: 1.1rem;
  color: #666666;
}
.section-header-post .up {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.section-header-post .grey {
  color: #666666;
}
.section-header-post .blue {
  color: #1295D8;
}

a.to-comments {
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.2rem;
  display: inline-block;
  height: 16px;
  position: relative;
}
a.to-comments:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #a0d5ef;
  bottom: -4px;
  left: 0;
}
a.to-comments svg {
  width: 13px;
  height: 11px;
  fill: #1295D8;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media (max-width: 1055px) {
  .header-intro-post .img-box .title-underlay {
    width: 72.8515625vw;
  }
  .header-intro-post .title-box a.link-more {
    top: 6vw;
    font-size: 1rem;
    line-height: 20px;
  }
  .header-intro-post .title-box a.link-more svg {
    width: 24px;
    height: 8px;
  }
  .header-intro-post .title-box a.link-more span {
    padding-left: 10px;
  }
  .header-intro-post .title-box > div {
    padding: 8.5% 0 5%;
  }
  .header-intro-post .title-box .breadcrumbs {
    font-size: 1.1rem;
  }
  .header-intro-post.key-number .key-number-cat-box {
    margin-top: 16px;
    z-index: 2;
  }
  .header-intro-post.key-number .key-number-cat-box a {
    width: 17.578125vw;
    height: 17.578125vw;
  }
  .header-intro-post.key-number .key-number-cat-box a svg {
    width: 42px;
    height: 42px;
  }
  .header-intro-post.key-number .key-number-cat-box a em {
    font-size: 1.2rem;
  }

  .section-header-post {
    min-height: 64px;
    padding: 0 0 20px;
    border-top: 0;
    display: block;
    line-height: 2.2;
  }
  .section-header-post .extra-flex {
    display: block;
    margin-top: -30px;
    text-align: right;
  }
  .section-header-post .side-nav-translated-posts {
    line-height: 1.2;
    border-top: 1px solid #d0eaf7;
    display: block;
    margin: 0;
    padding-top: 20px;
    margin-top: 20px;
  }
  .section-header-post .side-nav-translated-posts h6 {
    margin-bottom: 10px;
  }

  a.to-comments {
    margin-bottom: 8px;
  }
  a.to-comments:after {
    bottom: -8px;
  }

  .article-single.author .section-side-post {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .article-single.author .side-author-thumb {
    margin-bottom: 0;
  }

  .header-intro-author {
    border-bottom: 0;
    padding: 4.5% 0 3%;
  }
  .header-intro-author h2 {
    margin-top: 10px;
  }
  .header-intro-author a {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-intro-post .img-box {
    height: 50vh;
    margin: 0 auto;
  }
  .header-intro-post .img-box .title-underlay {
    display: none;
  }
  .header-intro-post .title-box a.link-more {
    top: 7vw;
    font-size: 0.8rem;
    line-height: 14px;
  }
  .header-intro-post .title-box a.link-more svg {
    width: 20px;
    height: 7px;
  }
  .header-intro-post .title-box a.link-more span {
    padding-left: 8px;
  }
  .header-intro-post .title-box a.link-more.back-to-uf {
    display: none;
  }
  .header-intro-post .title-box > div {
    padding: 9.5% 0 9.5%;
  }
  .header-intro-post .title-box .breadcrumbs {
    font-size: 1rem;
  }
  .header-intro-post.key-number .mobile {
    display: block;
  }
  .header-intro-post.key-number .desktop {
    display: none;
  }
  .header-intro-post.key-number .key-number-cat-box {
    display: none;
  }

  .section-header-post {
    min-height: 0;
    padding: 18px 0;
    border-top: 1px solid #d0eaf7;
    display: block;
    line-height: 2.1;
  }
  .section-header-post .flex {
    display: block;
  }
  .section-header-post .extra-flex {
    margin-top: 0;
    position: relative;
    text-align: left;
  }

  .header-intro-author {
    padding: 6.5% 0 3%;
  }
  .header-intro-author h2 {
    margin-top: 8px;
  }

  .side-areas {
    text-align: left;
  }
  .side-areas ul {
    margin-top: 10px;
  }
}
.section-side-post {
  padding-bottom: 5%;
}

.section-side-post,
.section-main-post {
  padding-top: 5%;
}

.side-nav-translated-posts {
  margin-bottom: 42px;
}
.side-nav-translated-posts h6 {
  font-family: "Roboto Mono", sans-serif;
  letter-spacing: 0;
  font-size: 1.1rem;
  margin-bottom: 14px;
}
.side-nav-translated-posts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side-nav-translated-posts ul li {
  padding: 0 9px;
  border-right: 1px solid #e5e5e5;
}
.side-nav-translated-posts ul li:first-child {
  padding-left: 0;
}
.side-nav-translated-posts ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
.side-nav-translated-posts ul a {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333;
}
.side-nav-translated-posts ul a.active {
  color: #1295D8;
  pointer-events: none;
}

.side-thumbnail {
  margin-bottom: 42px;
  position: relative;
}
.side-thumbnail:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(18, 149, 216, 0.05);
  pointer-events: none;
}
.side-thumbnail img {
  max-width: 252px;
  display: inline-block;
}
.side-thumbnail a {
  position: relative;
  display: inline-block;
}
.side-thumbnail a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(18, 149, 216, 0.7);
}
.side-thumbnail a svg {
  position: absolute;
  z-index: 2;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff;
}
.side-thumbnail a:after,
.side-thumbnail a svg {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.side-thumbnail a:hover:after,
.side-thumbnail a:hover svg {
  opacity: 1;
}
.side-thumbnail a.side-link:after {
  content: none;
}

.side-nav-translated-posts + .side-authors {
  border-top: 1px dashed #88caeb;
  padding-top: 32px;
}

.side-authors + .side-authors {
  border-top: 1px dashed #88caeb;
  padding-top: 21px;
  margin-top: 32px;
}

.side-author {
  margin-top: 32px;
}
.side-author:first-child {
  margin-top: 0;
}
.side-author a {
  display: inline-block;
}
.side-author .img-box,
.side-author img {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
}
.side-author img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.side-author hgroup {
  font-family: "Roboto Mono", sans-serif;
}
.side-author h5 {
  margin-top: 16px;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 1.1rem;
  color: #666666;
}
.side-author h3 {
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #333333;
  margin-bottom: 4px;
}
.side-author h4 {
  font-size: 1.2rem;
}
.side-author h3 span, .side-author h4 span, .side-author h5 span {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.side-author.press-release h3 {
  margin-top: 20px;
}
.side-author.press-release p {
  margin-bottom: 28px;
}
.side-author.press-release h6, .side-author.press-release p {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 19px;
}
.side-author:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.side-author:hover h3 span, .side-author:hover h4 span, .side-author:hover h5 span {
  border-bottom-color: #1295D8;
}

.side-extra-info {
  border-top: 1px dashed #88caeb;
  padding-top: 21px;
  margin-top: 32px;
}
.side-extra-info p {
  letter-spacing: 0.025em;
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 12px;
}
.side-extra-info a {
  font-weight: 500;
}
.side-extra-info a:hover {
  text-decoration: underline;
}

.side-dossiers {
  border-top: 1px dashed #88caeb;
  padding-top: 38px;
  margin-top: 32px;
}
.side-dossiers h5 {
  font-family: "Roboto Mono", sans-serif;
  margin-bottom: 12px;
  letter-spacing: 0;
  font-size: 1.1rem;
  color: #666666;
  line-height: 1.72;
}
.side-dossiers li {
  line-height: 2.1;
}

.side-social {
  border-top: 1px dashed #88caeb;
  padding-top: 32px;
  margin-top: 32px;
}
.side-social ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.side-social a {
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid #1295D8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
  -webkit-transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.side-social a svg {
  height: 18px;
  width: 100%;
  -webkit-transition: fill 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.side-social a:hover {
  background: #1295D8;
}
.side-social a:hover svg {
  fill: #fff;
}
.side-social li:last-child a {
  margin-bottom: 0;
}
.side-social.is_stuck {
  border-top-color: transparent;
}

.side-extra-info:first-child,
.side-dossiers:first-child,
.side-social:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.side-author-thumb {
  border-radius: 50%;
  margin-bottom: 34px;
  overflow: hidden;
}
.side-author-thumb img {
  border-radius: 50%;
}

.side-areas ul {
  margin-top: 10px;
}
.side-areas li {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333333;
  border-bottom: 1px solid #d0eaf7;
  padding: 12px 0;
}
.side-areas li:last-child {
  border-bottom: 0;
}

.side-dossiers h5,
.side-areas h5 {
  font-family: "Roboto Mono", sans-serif;
  margin-bottom: 12px;
  letter-spacing: 0;
  font-size: 1.1rem;
  color: #666666;
  line-height: 1.72;
}

@media (max-width: 1055px) {
  .section-side-post {
    padding-bottom: 8%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #d0eaf7;
  }
  .section-side-post .side-nav-translated-posts {
    display: none;
  }
  .section-side-post.author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .section-main-post {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
  }

  .side-dossiers {
    border-bottom: 1px dashed #88caeb;
    padding-bottom: 32px;
  }

  .side-social {
    border-top: 0;
    margin-top: 16px;
  }
  .side-social ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .side-social a {
    margin: 0 16px;
  }

  .side-areas {
    text-align: left;
  }
  .side-areas ul {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .section-side-post {
    padding-top: 12%;
    padding-bottom: 12%;
  }
  .section-side-post .side-nav-translated-posts {
    display: none;
  }
  .section-side-post.author {
    display: block;
    border-top: 0;
    padding: 5% 0 5%;
    border-bottom: 1px solid #d0eaf7;
  }

  .side-social {
    margin-top: 0;
    padding-top: 20px;
  }
  .side-social a {
    width: 36px;
    height: 36px;
    margin: 0 4px;
  }
  .side-social a svg {
    height: 14px;
  }

  .side-areas {
    margin-top: 5%;
  }

  .side-extra-info p {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}
.main-post-publication-file {
  margin-bottom: 30px;
}
.main-post-publication-file a svg {
  fill: #1295D8;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-right: 15px;
}
.main-post-publication-file a:hover svg {
  -webkit-transform: translate(5px, 2px);
          transform: translate(5px, 2px);
}
.main-post-publication-file span {
  display: inline-block;
  font-family: "Roboto Mono", sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #666666;
  letter-spacing: 0.01em;
  margin-left: 18px;
}

.main-post-header {
  margin-bottom: 40px;
}
.main-post-header p {
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.667;
  font-weight: 500;
  margin-bottom: 24px;
}
.main-post-header p a {
  text-decoration: underline;
  -webkit-transition: color 0.17s ease-in-out;
  transition: color 0.17s ease-in-out;
}
.main-post-header p a:hover {
  color: #e76647;
}

.main-post-content {
  padding-bottom: 7.5%;
}
.main-post-content .big-key-number {
  border: 6px solid #1295D8;
  padding: 42px 0;
  margin-bottom: 64px;
}
.main-post-content .big-key-number .uf-item.key-number.new {
  border: 0;
  height: 360px;
}
.main-post-content .big-key-number .uf-item.key-number.new:before {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background: #1295D8;
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-post-content .big-key-number .uf-item.key-number.new img {
  padding: 74px 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
}
.main-post-content .big-key-number .uf-item.key-number.new .level-box {
  bottom: 0;
}
.main-post-content .big-key-number .uf-item.key-number.new .level-box .level-scale {
  height: 8px;
}
.main-post-content .big-key-number .uf-item.key-number.new:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #e3f2fa;
}
.main-post-content .wysiwyg {
  margin-top: 40px;
}
.main-post-content .wysiwyg.blue-frame {
  padding: 40px 0 8px;
  clear: both;
}
.main-post-content .wysiwyg:first-child {
  margin-top: 0;
}
.main-post-content .wysiwyg.key-number {
  border-bottom: 1px dotted #5EB7E4;
}
.main-post-content .wysiwyg.key-number:last-child {
  border-bottom: 0;
}
.main-post-content .wysiwyg.key-number h2 {
  font-size: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-post-content .wysiwyg.key-number h2 span {
  margin-left: 36px;
}
.main-post-content .wysiwyg.key-number h3 {
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}
.main-post-content p,
.main-post-content .wysiwyg > ul > li,
.main-post-content .wysiwyg .center > ul > li {
  margin-bottom: 32px;
}
.main-post-content .wysiwyg > ul > li > ul,
.main-post-content .wysiwyg .center > ul > li > ul {
  margin-top: 10px;
}
.main-post-content h2,
.main-post-content h3 {
  margin-bottom: 26px;
}
.main-post-content h4 {
  margin-bottom: 13px;
}
.main-post-content h2 {
  font-size: 2rem;
  color: #1295D8;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: bold;
}
.main-post-content h3 {
  letter-spacing: 0;
  font-size: 1.9rem;
  font-weight: 500;
  color: #1295D8;
}
.main-post-content h3 a {
  font-weight: 700;
}
.main-post-content h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
}
.main-post-content h4 a {
  font-weight: 700;
}
.main-post-content a:not(.link-btn) {
  font-weight: 500;
  text-decoration: underline;
  -webkit-transition: color 0.17s ease-in-out;
  transition: color 0.17s ease-in-out;
}
.main-post-content a:not(.link-btn):hover {
  color: #e76647;
}
.main-post-content .tooltips {
  font-weight: 500;
  color: #1295D8;
  border-bottom: 1px dotted #1295D8;
  cursor: help;
}
.main-post-content ul:not(.inputs-list) {
  overflow: auto;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 32px;
}
.main-post-content ul:not(.inputs-list) > li {
  padding-left: 28px;
}
.main-post-content ul:not(.inputs-list) > li:before {
  width: 8px;
  height: 2px;
  top: 11px;
}
.main-post-content ul:not(.inputs-list) li {
  position: relative;
}
.main-post-content ul:not(.inputs-list) li:before {
  content: "";
  display: block;
  background: #1295D8;
  position: absolute;
  left: 0;
}
.main-post-content ul:not(.inputs-list) li > ul > li {
  padding-left: 16px;
}
.main-post-content ul:not(.inputs-list) li > ul > li:before {
  width: 4px;
  height: 1px;
  top: 12px;
}
.main-post-content ul:not(.inputs-list) li > ul > li > ul > li {
  padding-left: 16px;
}
.main-post-content ul:not(.inputs-list) li > ul > li > ul > li:before {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 11px;
}
.main-post-content ol {
  overflow: auto;
  font-weight: 300;
  line-height: 1.8;
  counter-reset: ol-counter;
}
.main-post-content ol li {
  position: relative;
  counter-increment: ol-counter;
  padding-left: 24px;
  margin-bottom: 32px;
}
.main-post-content ol li:before {
  position: absolute;
  content: counter(ol-counter, decimal) ".";
  font-weight: 500;
  color: #1295D8;
  left: 0;
  top: 0;
}
.main-post-content hr {
  margin: 72px 0;
  background: #d0eaf7;
  height: 1px;
  border: none;
}
.main-post-content .blockquote {
  margin: 72px auto;
}
.main-post-content .blockquote blockquote {
  font-style: italic;
  font-weight: 300;
  font-size: 2.3rem;
  line-height: 1.64;
  color: #1295D8;
  margin-bottom: 22px;
}
.main-post-content .blockquote blockquote svg {
  display: inline-block;
  width: 23px;
  height: 18px;
  fill: #1295D8;
  float: left;
  margin-right: 12px;
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.main-post-content .blockquote-tweet-this {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-post-content .blockquote-tweet-this a {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 12px;
  text-decoration: none;
}
.main-post-content .blockquote-tweet-this a span {
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #1295D8;
  margin-right: 11px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-post-content .blockquote-tweet-this a svg {
  width: auto;
  height: 14px;
  fill: #1295D8;
}
.main-post-content .blockquote-tweet-this a:hover {
  text-decoration: underline;
}
.main-post-content .blockquote-tweet-this:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 1px;
  background: #a0d5ef;
}
.main-post-content .alignleft,
.main-post-content .alignright {
  width: calc(5 * (40px + (10)*((100vw - 1056px)/(310))));
  max-width: 300px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.main-post-content .alignleft {
  float: left;
  margin-right: 40px;
}
.main-post-content .alignright {
  float: right;
  margin-left: 40px;
}
.main-post-content .alignnone,
.main-post-content .aligncenter {
  margin: 40px auto;
  max-width: 100%;
  width: auto;
}
.main-post-content .wysiwyg .wp-caption p {
  margin-bottom: 0;
  color: #949494;
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin: 12px 0 0;
}
.main-post-content .accordion {
  border-top: 1px solid #e3f2fa;
  margin-top: 40px;
  clear: both;
}
.main-post-content .accordion dt {
  color: #1295D8;
  font-weight: 300;
  padding: 32px 58px 32px 22px;
  -webkit-transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.main-post-content .accordion dt:hover {
  background: #e3f2fa;
}
.main-post-content .accordion dt.active:hover {
  background: transparent;
}
.main-post-content .accordion dd {
  border-bottom: 1px solid #e3f2fa;
  padding: 0 58px 0 22px;
}
.main-post-content .accordion > ul > li {
  margin-bottom: 32px;
}
.main-post-content .footnotes {
  margin: 72px 0;
  border-left: 1px solid #e76647;
  font-size: 1.2rem;
  line-height: 1.75;
  color: #949494;
  clear: both;
}
.main-post-content .footnotes p {
  margin-bottom: 21px;
}
.main-post-content .footnotes a {
  color: #e76647;
}
.main-post-content .footnotes ul > li {
  padding-left: 20px;
}
.main-post-content .footnotes ul > li:before {
  background: #e76647;
  width: 6px;
  height: 2px;
  top: 9px;
}
.main-post-content .acf-map {
  clear: both;
  width: 100%;
  height: 400px;
  margin-bottom: 72px;
}
.main-post-content .pdf-viewer {
  clear: both;
  margin-bottom: 72px;
}
.main-post-content .pdf-viewer a.download {
  margin-top: 30px;
}
.main-post-content .pdfemb-poweredby {
  display: none !important;
}
.main-post-content .gallery-cartoon figure {
  margin-bottom: 40px;
}
.main-post-content .gallery {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.main-post-content .gallery figcaption {
  margin-top: 18px;
}
.main-post-content .gallery figcaption h5 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  padding-bottom: 3px;
}
.main-post-content .gallery figcaption p {
  font-size: 1.2rem;
  line-height: 1.72;
  margin-bottom: 0;
}
.main-post-content .gallery.gal-col-2 > figure {
  width: 47.5%;
}
.main-post-content .gallery.gal-col-3 > figure {
  width: 30%;
}
.main-post-content .gallery.gal-col-3 > figure figcaption h5 {
  font-size: 1.4rem;
}
.main-post-content .gallery.gal-col-3 > figure figcaption p {
  font-size: 1.1rem;
}
.main-post-content .gallery.gal-col-4 > figure {
  width: 21.25%;
}
.main-post-content .gallery.gal-col-4 > figure figcaption h5 {
  font-size: 1.3rem;
}
.main-post-content .gallery.gal-col-4 > figure figcaption p {
  display: none;
}
.main-post-content .slideshow {
  clear: both;
  margin-bottom: 60px;
}
.main-post-content .slideshow .swiper-slideshow {
  position: relative;
  overflow: hidden;
}
.main-post-content .slideshow .swiper-slideshow-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.main-post-content .slideshow .swiper-slideshow-nav > div {
  width: 45px;
  height: 45px;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.main-post-content .slideshow .swiper-slideshow-nav > div span {
  border: solid #1295D8;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.main-post-content .slideshow .swiper-slideshow-prev {
  margin-right: 2px;
}
.main-post-content .slideshow .swiper-slideshow-prev span {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.main-post-content .slideshow .swiper-slideshow-next span {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.main-post-content .slideshow .slideshow-notice {
  margin-top: 32px;
}
.main-post-content .chart {
  margin-bottom: 60px;
}
.main-post-content .chart.doughnut, .main-post-content .chart.pie {
  width: 50%;
}

.related-content {
  float: right;
  position: relative;
  z-index: 2;
  margin-right: calc(-5 * (40px + (10)*((100vw - 1056px) / (310))));
  padding: 34px 30px 15px;
  margin-bottom: 40px;
  margin-left: 40px;
}
@media (min-width: 1707px) {
  .related-content {
    margin-right: calc(- 5 * 1200px / 23 );
  }
}
.related-content h4 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Roboto Mono", sans-serif;
  color: #1295D8;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  margin-bottom: 22px;
  border-bottom: 1px solid #d0eaf7;
}
.related-content p {
  margin-bottom: 24px;
}
.related-content p,
.related-content li {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
}
.related-content ul {
  margin-bottom: 24px;
}
.related-content li {
  padding-left: 20px;
  margin-bottom: 12px;
}
.related-content .links-list li {
  border-bottom: 1px solid #d0eaf7;
  margin-bottom: 0;
  padding: 8px 0 12px 21px;
}
.related-content .links-list li:before {
  top: 16px;
  background: none;
  border: solid #1295D8;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  width: auto;
  height: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.related-content .links-list li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.related-content.topic {
  padding-bottom: 36px;
}
.related-content.topic h4 {
  border-bottom: 0;
  margin-bottom: 0;
}
.related-content.topic h3 {
  font-family: "Rubik", sans-serif;
  color: #333333;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 15px;
}
.related-content.topic h5 {
  margin: 30px 0 15px;
}

.Zebra_Tooltip .Zebra_Tooltip_Message {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 1.3rem;
  line-height: 1.615;
  font-weight: 300;
  padding: 16px 24px;
}
.Zebra_Tooltip .Zebra_Tooltip_Message a {
  text-decoration: underline;
  font-weight: 500;
  color: #fff;
}

.embed-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  padding-top: 0px;
  margin-bottom: 60px;
  height: 0;
  overflow: hidden;
}

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

.section-author-contact {
  width: 100%;
  border-top: 1px solid #d0eaf7;
  padding: 5% 0;
}
.section-author-contact > div {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.section-author-contact p {
  margin-bottom: 25px;
}

.social-author a {
  width: 45px;
  height: 45px;
}
.social-author a svg {
  height: 18px;
}

@media (max-width: 1055px) {
  .main-post-header p {
    font-size: 1.7rem;
  }

  .main-post-content .wysiwyg {
    margin-top: 52px;
  }
  .main-post-content .wysiwyg.key-number h2 {
    font-size: 2rem;
  }
  .main-post-content h2 {
    font-size: 1.8rem;
  }
  .main-post-content h3 {
    font-size: 1.7rem;
  }
  .main-post-content li {
    font-size: 1.4rem;
  }
  .main-post-content hr {
    margin: 52px 0;
  }
  .main-post-content .blockquote {
    margin: 52px auto;
  }
  .main-post-content .blockquote blockquote {
    font-size: 2rem;
  }
  .main-post-content .blockquote blockquote svg {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .main-post-content .alignleft,
.main-post-content .alignright {
    width: 31.640625vw;
    max-width: 31.640625vw;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .main-post-content .alignleft {
    margin-right: 3.515625vw;
  }
  .main-post-content .alignright {
    margin-left: 3.515625vw;
  }
  .main-post-content .wysiwyg .wp-caption p {
    font-size: 1.1rem;
  }
  .main-post-content .footnotes {
    margin: 52px 0;
  }
  .main-post-content .acf-map {
    min-height: 260px;
    height: 45vh;
    margin-bottom: 52px;
  }
  .main-post-content .pdf-viewer {
    margin-bottom: 52px;
  }
  .main-post-content .slideshow {
    margin-bottom: 52px;
  }

  .related-content {
    float: none;
    position: relative;
    padding: 28px 3.515625vw 12px;
    margin: 0 0 40px;
  }
  .related-content h4 {
    font-size: 1.2rem;
  }
  .related-content.topic {
    margin-left: auto;
    margin-right: auto;
  }

  .section-author-contact {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .section-author-contact .title-small {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .header-intro-post h1 svg {
    max-width: 30px;
  }

  .section-main-post {
    padding-top: 10%;
  }

  .main-post-header {
    margin-bottom: 34px;
  }
  .main-post-header p {
    font-size: 1.5rem;
  }

  .main-post-content .big-key-number {
    border: 3px solid #1295D8;
    padding: 0;
    margin-bottom: 48px;
  }
  .main-post-content .big-key-number .uf-item.key-number.new {
    height: 312px;
  }
  .main-post-content .wysiwyg {
    margin-top: 34px;
  }
  .main-post-content .wysiwyg.key-number h2 {
    font-size: 1.7rem;
  }
  .main-post-content .wysiwyg.key-number h2 svg {
    min-width: 46px;
    width: 46px;
    height: 46px;
  }
  .main-post-content .wysiwyg.key-number h2 span {
    margin-left: 14px;
  }
  .main-post-content .wysiwyg.blue-frame {
    padding: 20px 0 1px;
  }
  .main-post-content p,
.main-post-content .wysiwyg > ul > li,
.main-post-content .wysiwyg .center > ul > li {
    margin-bottom: 28px;
  }
  .main-post-content h2 {
    font-size: 1.6rem;
  }
  .main-post-content h3 {
    font-size: 1.5rem;
  }
  .main-post-content h4 {
    font-size: 1.4rem;
  }
  .main-post-content hr {
    margin: 34px 0;
  }
  .main-post-content .blockquote {
    margin: 34px auto;
  }
  .main-post-content .blockquote blockquote {
    font-size: 1.7rem;
  }
  .main-post-content .blockquote blockquote svg {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .main-post-content .blockquote-tweet-this a {
    font-size: 1.2rem;
  }
  .main-post-content .alignleft,
.main-post-content .alignright,
.main-post-content .alignnone,
.main-post-content .aligncenter {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 34px auto;
  }
  .main-post-content .wysiwyg .wp-caption p {
    font-size: 1rem;
  }
  .main-post-content .footnotes {
    margin: 34px 0;
  }
  .main-post-content .acf-map {
    min-height: 260px;
    height: 45vh;
    margin-bottom: 34px;
  }
  .main-post-content .pdf-viewer {
    margin-bottom: 34px;
  }
  .main-post-content .gallery {
    display: block;
    margin-bottom: 34px;
  }
  .main-post-content .gallery.gal-col-2 > figure, .main-post-content .gallery.gal-col-3 > figure, .main-post-content .gallery.gal-col-4 > figure {
    width: 100%;
  }
  .main-post-content .gallery.gal-col-2 > figure figcaption h5, .main-post-content .gallery.gal-col-3 > figure figcaption h5, .main-post-content .gallery.gal-col-4 > figure figcaption h5 {
    font-size: 1.3rem;
  }
  .main-post-content .gallery.gal-col-2 > figure figcaption p, .main-post-content .gallery.gal-col-3 > figure figcaption p, .main-post-content .gallery.gal-col-4 > figure figcaption p {
    font-size: 1.1rem;
    display: block;
  }
  .main-post-content .slideshow {
    margin-bottom: 34px;
  }

  .related-content {
    float: none;
    position: relative;
    padding: 20px 7.1875vw 8px;
    margin: 0 0 34px;
  }
  .related-content h4 {
    font-size: 1rem;
  }

  .section-author-contact {
    padding: 15% 0;
  }

  .Zebra_Tooltip .Zebra_Tooltip_Message {
    font-size: 1.1rem;
    padding: 12px 15px;
  }
}
.header-intro-post.campaign .title-box {
  border-bottom: 1px solid #d0eaf7;
}
.header-intro-post.campaign .title-box a.link-btn {
  margin-top: 30px;
}

.section-main-post.campaign .alignnone {
  width: auto;
  float: left;
  max-width: 100%;
  margin: 0 20px 20px 0;
}
.section-main-post.campaign .alignleft,
.section-main-post.campaign .alignright {
  width: calc(7 * (40px + (10)*((100vw - 1056px)/(310))));
  max-width: 420px;
}
.section-main-post.campaign .alignleft {
  margin-left: calc(-5 * (40px + (10)*((100vw - 1056px)/(310))));
}
@media (min-width: 1707px) {
  .section-main-post.campaign .alignleft {
    margin-left: calc(- 5 * 1200px / 23 );
  }
}
.section-main-post.campaign .alignright {
  margin-right: calc(-5 * (40px + (10)*((100vw - 1056px)/(310))));
}
@media (min-width: 1707px) {
  .section-main-post.campaign .alignright {
    margin-right: calc(- 5 * 1200px / 23 );
  }
}
.section-main-post.campaign .blockquote figcaption {
  font-size: 1.4rem;
  font-weight: 300;
  color: #1295D8;
  margin-bottom: 22px;
}
.section-main-post.campaign .blockquote-tweet-this a {
  padding-left: 12px;
}
.section-main-post.campaign .blockquote-tweet-this:before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 1px;
  background: #a0d5ef;
}
.section-main-post.campaign .alignleft .blockquote-tweet-this a {
  padding-right: 0;
}
.section-main-post.campaign .alignleft .blockquote-tweet-this:after {
  content: none;
}
.section-main-post.campaign .alignright .blockquote-tweet-this a {
  padding-left: 0;
}
.section-main-post.campaign .alignright .blockquote-tweet-this:before {
  content: none;
}
.section-main-post.campaign .fullscreen-img {
  margin: 72px 0;
  margin-left: calc(-5 * (40px + (10)*((100vw - 1056px) / (310))));
}
@media (min-width: 1707px) {
  .section-main-post.campaign .fullscreen-img {
    margin-left: calc(- 5 * 1200px / 23 );
  }
}
.section-main-post.campaign .section-cta {
  padding: 10% 0;
  border-top: 1px solid #d0eaf7;
  margin-left: calc(-5 * (40px + (10)*((100vw - 1056px) / (310))));
}
@media (min-width: 1707px) {
  .section-main-post.campaign .section-cta {
    margin-left: calc(- 5 * 1200px / 23 );
  }
}
.section-main-post.campaign .blue-frame + .section-cta,
.section-main-post.campaign .fullscreen-img + .section-cta {
  border-top: 0;
  padding-top: 0;
}

@media (max-width: 1055px) {
  .header-intro-post.campaign .title-box {
    border-bottom: 1px solid #d0eaf7;
  }
  .header-intro-post.campaign .title-box a.link-btn {
    margin-top: 30px;
  }

  .section-main-post.campaign .alignleft,
.section-main-post.campaign .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: auto;
  }
  .section-main-post.campaign .alignleft.blockquote,
.section-main-post.campaign .alignright.blockquote {
    width: 100%;
  }
  .section-main-post.campaign .alignright .blockquote-tweet-this a {
    padding-left: 12px;
    padding-right: 0;
  }
  .section-main-post.campaign .alignright .blockquote-tweet-this:before {
    content: "";
  }
  .section-main-post.campaign .alignright .blockquote-tweet-this:after {
    content: none;
  }
  .section-main-post.campaign .fullscreen-img {
    margin: 40px 0;
    margin-left: -7.03125px;
  }
  .section-main-post.campaign .section-cta {
    margin-left: -7.03125px;
  }
}
@media (max-width: 767px) {
  .section-main-post.campaign .fullscreen-img {
    margin: 40px 0;
  }
  .section-main-post.campaign .section-cta {
    padding: 28px 0;
    margin-left: 0;
  }
}
.section-publications-intro {
  background: #1295D8;
  padding: 5% 0;
  color: #fff;
}
.section-publications-intro .img-box {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-publications-intro .img-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(18, 149, 216, 0.65);
}

.search-publications-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-publications-filters h6 {
  text-transform: none;
  padding-bottom: 20px;
}
.search-publications-filters .search-by div {
  position: relative;
}
.search-publications-filters .search-by div:after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 21px;
  background: url(img/fw-svg/assets/search.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
}
.search-publications-filters .search-by input[type=text] {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 22px;
  padding-right: 40px;
  border: 0;
  color: #1295D8;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #e3f2fa;
  -webkit-appearance: none;
}
.search-publications-filters .search-by input[type=text] ::-webkit-input-placeholder {
  color: #1295D8;
}
.search-publications-filters .search-by input[type=text] ::-moz-placeholder {
  color: #1295D8;
}
.search-publications-filters .search-by input[type=text] :-ms-input-placeholder {
  color: #1295D8;
}
.search-publications-filters .search-by input[type=text] ::-ms-input-placeholder {
  color: #1295D8;
}
.search-publications-filters .search-by input[type=text] ::placeholder {
  color: #1295D8;
}
.search-publications-filters .search-by input[type=text]:focus {
  outline: 0;
}
.search-publications-filters .filters-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-publications-filters.topic {
  padding: 6.5% 0;
  display: block;
}
.search-publications-filters.topic h6 {
  padding-bottom: 40px;
}
.search-publications-filters.topic .filters-selects {
  display: block;
}
.search-publications-filters.topic .filters-selects .select-pub {
  width: 100%;
}
.search-publications-filters.topic .filters-selects .select-pub + .select2 {
  margin-bottom: 28px;
}
.search-publications-filters.home-pr {
  padding: 0 0 28px;
}
.search-publications-filters .to-all-publications {
  display: block;
}
.search-publications-filters .to-all-publications h5 {
  padding: 20px 0;
}

.search-by.home-pr div {
  position: relative;
}
.search-by.home-pr div:after {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  right: 25px;
  background: url(img/fw-svg/assets/search.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
}
.search-by.home-pr input[type=text] {
  display: block;
  height: 68px;
  line-height: 66px;
  padding-left: 22px;
  padding-right: 40px;
  border: 1px solid #1295D8;
  color: #1295D8;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: transparent;
}
.search-by.home-pr input[type=text] ::-webkit-input-placeholder {
  color: #1295D8;
}
.search-by.home-pr input[type=text] ::-moz-placeholder {
  color: #1295D8;
}
.search-by.home-pr input[type=text] :-ms-input-placeholder {
  color: #1295D8;
}
.search-by.home-pr input[type=text] ::-ms-input-placeholder {
  color: #1295D8;
}
.search-by.home-pr input[type=text] ::placeholder {
  color: #1295D8;
}
.search-by.home-pr input[type=text]:focus {
  outline: 0;
}

.section-publications-results {
  padding: 6.5% 0;
}
.section-publications-results .found-publications {
  position: absolute;
  top: 0;
  left: 0;
  color: #666666;
}
.section-publications-results .publication-preview {
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 12.76px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12.76px rgba(0, 0, 0, 0.1);
}
.section-publications-results .publication-preview:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.section-publications-results.topic .found-publications {
  position: relative;
  padding-bottom: 40px;
}

.mobile-filters-selected svg {
  display: none;
}

.all-publications-more {
  margin-top: 6.5%;
}

@media (max-width: 1055px) {
  .section-publications-intro {
    padding: 6.5% 0;
  }
  .section-publications-intro h1 {
    padding-bottom: 30px;
  }

  .section-publications-intro .search-publications-filters .filter-by {
    padding-top: 28px;
  }
  .section-publications-intro .search-publications-filters .filters-selects {
    display: block;
  }
  .section-publications-intro .search-publications-filters .filters-selects select + .select2 {
    margin-bottom: 20px;
  }

  .search-by.home-pr div:after {
    top: 15px;
    right: 18px;
    width: 16px;
    height: 16px;
  }
  .search-by.home-pr input[type=text] {
    height: 48px;
    line-height: 46px;
    padding-left: 16px;
    padding-right: 40px;
    font-size: 1.2rem;
  }

  .section-publications-results {
    padding: 2.5% 0 6.5%;
  }
  .section-publications-results .found-publications {
    position: relative;
    padding-bottom: 20px;
  }
  .section-publications-results.topic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section-publications-results ~ .to-all-publications {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding-bottom: 15px;
    margin-top: 0;
    max-width: 430px;
    margin: 0 auto;
  }
  .section-publications-results ~ .to-all-publications a {
    width: 100%;
  }
  .section-publications-results ~ .all-topics {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    max-width: 430px;
    padding-bottom: 10%;
    margin: 0 auto;
  }
  .section-publications-results ~ .all-topics .title-small {
    display: none;
  }
  .section-publications-results ~ .all-topics .or {
    text-align: center;
    display: block;
    font-size: 1.4rem;
    color: #333333;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .section-publications-results ~ .all-topics .nav-select.topic ul {
    top: 0;
    position: relative;
  }
}
@media (max-width: 767px) {
  .section-publications-intro {
    padding: 12% 0 10%;
  }
  .section-publications-intro .title-box h1 {
    padding-bottom: 20px;
  }

  .search-publications-filters.home-pr .filters-selects {
    height: 100%;
    padding: 66px 0 50px;
    display: block;
  }
  .search-publications-filters.home-pr .more-filters {
    display: none;
  }

  .section-publications-results {
    padding: 2% 0 12%;
  }
}
@media (min-width: 1056px) {
  .home-pr-topics-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-pr-topics-list li {
    width: calc(50% - 25px);
    margin-right: 50px;
    border-bottom: 1px solid #a0d5ef;
  }
  .home-pr-topics-list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .home-pr-topics-list li:nth-child(2n+1):nth-last-child(-n+2), .home-pr-topics-list li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    border-bottom: 0;
  }
  .home-pr-topics-list li a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 17px 20px 13px 0;
    -webkit-transition: padding 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: padding 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
  }
  .home-pr-topics-list li a:before {
    content: "";
    position: absolute;
    opacity: 0;
    top: 20px;
    left: 0;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: opacity 0.22s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.22s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .home-pr-topics-list li a:hover {
    padding-left: 20px;
    padding-right: 0;
  }
  .home-pr-topics-list li a:hover:before {
    opacity: 1;
  }
}
.section-home-pr-about {
  padding: 3% 0 3.5%;
}

@media (max-width: 1055px) {
  .section-home-pr-about {
    padding: 5.5% 0;
  }
}
@media (max-width: 767px) {
  .section-home-pr-about {
    padding: 10% 0;
  }
}
.topic-about .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d0eaf7;
  padding-top: 28px;
  padding-bottom: 12px;
  margin-bottom: 40px;
}
.topic-about .title-box img {
  border-radius: 50%;
  width: 132px;
  height: 132px;
  margin-right: 28px;
}
.topic-about .title-box hgroup {
  padding: 36px 0;
  color: #1295D8;
}
.topic-about .title-box hgroup .title-small {
  text-transform: uppercase;
  padding-bottom: 14px;
}
.topic-about .shave-topic {
  display: none;
}
.topic-about .main-post-content .wysiwyg {
  margin: 0;
}

.all-topics {
  background: #fff;
  padding-top: 64px;
}
.all-topics .title-small {
  text-transform: none;
  padding-bottom: 30px;
}
.all-topics li {
  border-bottom: 1px solid #d0eaf7;
}
.all-topics li:last-child {
  border-bottom: 0;
}
.all-topics a {
  display: block;
  color: #41aae0;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 17px 0 13px;
  -webkit-transition: padding 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: padding 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}
.all-topics a:before {
  content: "";
  border: solid #1295D8;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: translate(-6px, -50%) rotate(-45deg);
  -webkit-transform: translate(-6px, -50%) rotate(-45deg);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.all-topics a:hover, .all-topics a.active {
  padding-left: 18px;
}
.all-topics a:hover:before, .all-topics a.active:before {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  opacity: 1;
}
.all-topics a.active {
  color: #1295D8;
}

.to-all-publications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.to-all-publications h5 {
  font-weight: 500;
  color: #333333;
  padding-right: 20px;
}
.to-all-publications a.link-btn {
  margin-right: 0;
}

.read-more.topic {
  display: none;
}

@media (max-width: 1055px) {
  .topic-about .title-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topic-about .title-box img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .topic-about .title-box .shave-topic {
    display: block;
  }
  .topic-about .topic-social {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-bottom: 5%;
  }
  .topic-about .text-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
  }
  .topic-about .shave-topic {
    display: block;
    max-height: 125px;
  }
  .topic-about .full-topic {
    height: 0;
    overflow: hidden;
  }
  .topic-about .main-post-content {
    padding-bottom: 0;
  }
  .topic-about .main-post-content .wysiwyg {
    margin: 0;
  }

  .read-more.topic {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    border-top: 1px solid #d0eaf7;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    font-family: "Roboto Mono", sans-serif;
    text-transform: uppercase;
    color: #1295D8;
    cursor: pointer;
    padding: 28px 0 32px;
    text-align: center;
  }
  .read-more.topic.hidden {
    display: none;
  }

  .all-topics {
    background: none;
    padding-top: 0;
    padding-bottom: 15%;
  }

  .to-all-publications {
    margin-top: 40px;
    display: block;
    text-align: center;
  }
  .to-all-publications h5 {
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.mobile-filters-title {
  display: none;
}

.mobile-filters-close {
  display: none;
}

@media (max-width: 1055px) {
  .search-publications-filters .to-all-publications {
    margin-top: 0;
  }

  .filters-selects {
    position: fixed;
    width: 100%;
    z-index: 1050;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 138px;
    padding-bottom: 50px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
  }
  .filters-selects .select-pub + .select2, .filters-selects .select-news + .select2 {
    margin-bottom: 0 !important;
    width: 100% !important;
  }
  .filters-selects .select-pub + .select2 .select2-selection--single, .filters-selects .select-news + .select2 .select2-selection--single {
    background: none;
    height: 50px;
    padding: 0 7.1875vw !important;
  }
  .filters-selects .select-pub + .select2 .select2-selection__rendered, .filters-selects .select-news + .select2 .select2-selection__rendered {
    line-height: 50px;
    padding-left: 0;
    padding-right: 0;
    color: #1295D8;
    border-bottom: 1px solid #e3f2fa;
  }
  .filters-selects .select-pub + .select2 .select2-selection__arrow b, .filters-selects .select-news + .select2 .select2-selection__arrow b {
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  }
  .filters-selects .select-pub + .select2.select2-container--open .select2-selection--single .select2-selection__arrow b, .filters-selects .select-news + .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  }
  .filters-selects .select-pub + .select2 .select2-selection--single .select2-selection__clear, .filters-selects .select-news + .select2 .select2-selection--single .select2-selection__clear {
    font-weight: 300;
    font-size: 2.8rem;
    -webkit-transform: translate(-10px, -2px);
            transform: translate(-10px, -2px);
  }

  .select2-container:not(.select2-container--no-ajax) .select2-results {
    max-height: calc(100vh - 318px);
    margin: 15px 18px 15px 0;
  }

  .select2-container.select2-container--open:not(.select2):not(.select2-container--no-ajax) {
    position: fixed !important;
    top: 188px !important;
    left: 0px !important;
    width: 100% !important;
    z-index: 1051;
  }

  .select2-container:not(.select2-container--no-ajax) .select2-dropdown {
    border: 0;
    border-radius: 0;
    outline: 1px solid #1295D8;
    pointer-events: none;
  }

  .select2-container:not(.select2-container--no-ajax) .select2-search--dropdown {
    background: url(img/fw-svg/assets/search.svg) no-repeat right 19px top 18px;
    background-size: 19px 19px;
    padding: 0 18px;
  }
  .select2-container:not(.select2-container--no-ajax) .select2-search--dropdown .select2-search__field {
    background: transparent;
    padding: 18px 24px 13px 0;
    font-size: 1.5rem;
    color: #71bfe8;
    font-weight: 300;
  }
  .select2-container:not(.select2-container--no-ajax) .select2-search--dropdown .select2-search__field:focus {
    outline: 0;
  }
  .select2-container:not(.select2-container--no-ajax) .select2-search--dropdown .select2-search__field ::-webkit-input-placeholder {
    color: #71bfe8;
  }
  .select2-container:not(.select2-container--no-ajax) .select2-search--dropdown .select2-search__field ::-moz-placeholder {
    color: #71bfe8;
  }
  .select2-container:not(.select2-container--no-ajax) .select2-search--dropdown .select2-search__field :-ms-input-placeholder {
    color: #71bfe8;
  }
  .select2-container:not(.select2-container--no-ajax) .select2-search--dropdown .select2-search__field ::-ms-input-placeholder {
    color: #71bfe8;
  }
  .select2-container:not(.select2-container--no-ajax) .select2-search--dropdown .select2-search__field ::placeholder {
    color: #71bfe8;
  }

  .select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--no-ajax .select2-search--dropdown .select2-search__field {
    border: 0;
    border-bottom: 1px solid #1295D8;
  }

  .select2-container:not(.select2-container--no-ajax) .select2-results__option {
    font-size: 1.2rem;
    line-height: 30px;
    color: #666666;
    padding-left: 18px;
  }

  .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--no-ajax .select2-results__option--highlighted[aria-selected] {
    color: #1295D8;
    background-color: transparent;
  }

  .select2-container--default .select2-results__option[aria-selected=true],
.select2-container--no-ajax .select2-results__option[aria-selected=true] {
    color: #b2b2b2;
    background-color: transparent;
  }

  .mobile-filters-selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 25px 0 22px !important;
    height: 50px;
    background: #e3f2fa;
    cursor: pointer;
  }
  .mobile-filters-selected span {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #1295D8;
  }
  .mobile-filters-selected svg {
    display: block;
    fill: #1295D8;
  }

  .mobile-filters-title {
    position: relative;
    height: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #1295D8;
  }

  .mobile-filters-close {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    cursor: pointer;
  }
  .mobile-filters-close:before, .mobile-filters-close:after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 7.1875vw;
  }
  .mobile-filters-close:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .mobile-filters-close:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .mobile-filters-close svg {
    display: none;
    position: absolute;
    fill: #fff;
    left: 7.1875vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .mobile-filters-close.selected:before, .mobile-filters-close.selected:after {
    opacity: 0;
  }
  .mobile-filters-close.selected svg {
    display: block;
  }
  .mobile-filters-close.selected span {
    position: relative;
    color: #1295D8;
  }
  .mobile-filters-close.selected span:before {
    content: "Back";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .topic-about .title-box {
    padding: 0;
    margin-bottom: 30px;
  }

  .filters-selects {
    padding-top: 66px;
  }

  .mobile-filters-selected {
    padding: 0 18px 0 16px !important;
  }

  .select2-container:not(.select2-container--no-ajax) .select2-results {
    max-height: calc(100vh - 246px);
  }

  .select2-container.select2-container--open:not(.select2):not(.select2-container--no-ajax) {
    top: 116px !important;
  }
}
.section-home-fs-last-news {
  padding: 4.75% 0 3%;
}
.section-home-fs-last-news .news-preview {
  margin-bottom: 15%;
}
.section-home-fs-last-news .news-preview .tax-box {
  background: #fff;
}

.section-home-news-and-coverage.fs {
  padding-bottom: 6%;
}
.section-home-news-and-coverage.fs .title-classic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-home-news-and-coverage.fs .title-classic svg {
  fill: #1295D8;
  margin-right: 12px;
}
.section-home-news-and-coverage.fs .posts-preview-wrapper {
  margin-bottom: 50px;
}

@media (max-width: 1055px) {
  .section-home-fs-last-news {
    padding: 6.5% 0;
  }
  .section-home-fs-last-news .swiper-slide:not(:first-child) {
    display: none;
  }
  .section-home-fs-last-news .swiper-slide:nth-child(2) {
    display: block;
  }
  .section-home-fs-last-news .news-preview {
    margin-bottom: 0;
  }

  .section-home-news-and-coverage.fs {
    padding: 6.5% 0;
  }
  .section-home-news-and-coverage.fs .posts-preview-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-home-fs-last-news {
    padding: 15% 0;
  }
  .section-home-fs-last-news .swiper-slide:not(:first-child), .section-home-fs-last-news .swiper-slide:nth-child(2) {
    display: block;
  }
  .section-home-fs-last-news .news-preview {
    background: #fff;
  }

  .section-home-news-and-coverage.fs {
    padding: 15% 0%;
  }
  .section-home-news-and-coverage.fs .posts-preview-wrapper {
    margin-bottom: 0;
  }
}
.section-uf-intro {
  background: #1295D8;
  padding: 5% 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60vh;
}
.section-uf-intro .img-box {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-uf-intro .img-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 149, 216)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgb(18, 149, 216) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.52;
}
.section-uf-intro .grid {
  position: relative;
  z-index: 2;
}
.section-uf-intro a.link-btn {
  margin-top: 38px;
}

.sticky-menu {
  z-index: 1999;
}

@media (min-width: 1056px) {
  .nav-uf-types {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
  .nav-uf-types .selected {
    display: none;
  }
  .nav-uf-types ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-uf-types li {
    width: 25%;
    min-width: 25%;
    -webkit-box-flex: 25%;
        -ms-flex: 25% 0 0px;
            flex: 25% 0 0;
  }
  .nav-uf-types.uf li {
    width: 20%;
    min-width: 20%;
    -webkit-box-flex: 20%;
        -ms-flex: 20% 0 0px;
            flex: 20% 0 0;
  }
  .nav-uf-types.dashboard {
    display: none;
  }
  .nav-uf-types a {
    text-align: center;
    font-family: "Roboto Mono", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    display: block;
    width: 100%;
    line-height: 80px;
    border-right: 1px solid #e3f2fa;
    -webkit-transition: line-height 0.2s ease-in;
    transition: line-height 0.2s ease-in;
  }
  .nav-uf-types a:hover {
    background: #e3f2fa;
  }
  .nav-uf-types a.active {
    background: #d0e9f6;
  }
  .nav-uf-types li:last-child {
    border-right: 0;
  }
  .nav-uf-types.reveal {
    position: fixed;
    top: 0;
    left: 0;
    top: 138px;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    -webkit-transition: top 0.2s ease-in;
    transition: top 0.2s ease-in;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0);
    border-top: 1px solid #a0d5ef;
    border-bottom: 1px solid #a0d5ef;
    width: 100%;
    max-width: none;
    z-index: 1999;
  }
  .nav-uf-types.reveal a {
    line-height: 54px;
  }

  .nav-up + .site-main .nav-uf-types.reveal {
    top: 82px;
  }

  .nav-select .selected {
    display: none;
  }

  .main-uf .sticky-menu.is_stuck, .category .sticky-menu.is_stuck {
    position: relative !important;
    top: 0 !important;
  }
  .main-uf .sticky-menu.is_stuck + div, .category .sticky-menu.is_stuck + div {
    display: none !important;
  }

  .page-template-home-fs .sticky-menu.is_stuck .nav-uf-types {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0);
    border-top: 1px solid #a0d5ef;
    border-bottom: 1px solid #a0d5ef;
    width: 100%;
    max-width: none;
  }
  .page-template-home-fs .sticky-menu.is_stuck .nav-uf-types a {
    line-height: 54px;
  }

  .page-template-home-fs .nav-up + .site-main .sticky-menu.is_stuck .nav-uf-types {
    -webkit-transform: translateY(-96px);
            transform: translateY(-96px);
  }
}
@media (max-width: 1200px) {
  .nav-uf-types.uf a {
    font-size: 1.2rem;
  }
}
.section-uf-results {
  padding-bottom: 6.5%;
}
.section-uf-results .ajax-load-more-container {
  opacity: 0;
}

.grid-sizer {
  height: 312px;
}

.uf-item {
  height: 312px;
  opacity: 0;
  position: relative;
  -webkit-box-shadow: 0 0px 0px -15px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0px 0px -15px rgba(0, 0, 0, 0.8);
  will-change: box-shadow;
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.uf-item:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.uf-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.uf-item > a:hover .link-more-small:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.uf-item .cartoon-box {
  position: absolute;
  height: 392px;
  width: 100%;
  top: 0;
  overflow: hidden;
}
.uf-item .cartoon-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1295D8;
  opacity: 0.05;
  z-index: 2;
}
.uf-item .header-box {
  position: absolute;
  top: 25px;
  left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 2;
}
.uf-item .header-box svg {
  fill: #1295D8;
  margin-right: 15px;
}
.uf-item .txt-box {
  padding: 32px 25px;
}
.uf-item .txt-box h2 {
  color: #333333;
  font-size: 2rem;
  line-height: 1.65;
  letter-spacing: 0.025em;
  max-height: 68px;
}
.uf-item .txt-box h2 span {
  border-bottom: 1px solid #d0eaf7;
}
.uf-item .txt-box .txt {
  max-height: 81px;
  margin-top: 24px;
}
.uf-item .txt-box p {
  color: #949494;
}
.uf-item .link-more-small {
  font-size: 1.4rem;
  padding-left: 19px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 28px;
  left: 25px;
  color: #1295D8;
}
.uf-item .link-more-small:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  border: solid #1295D8;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.uf-item .link-more-small:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 19px;
  height: 1px;
  width: calc(100% - 19px);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  background: #1295D8;
  -webkit-transition: -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.uf-item.quick-question .txt-box h2 {
  max-height: 165px;
}
.uf-item.online-class {
  -webkit-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.uf-item.online-class:hover {
  background: #0e75a9;
}
.uf-item.online-class .header-box {
  color: #fff;
}
.uf-item.online-class .header-box svg {
  fill: #fff;
}
.uf-item.online-class .txt-box h2 {
  color: #fff;
}
.uf-item.online-class .txt-box p {
  color: #fff;
}
.uf-item.online-class .link-more-small {
  color: #fff;
}
.uf-item.online-class .link-more-small:before {
  border-color: #fff;
}
.uf-item.online-class .link-more-small:after {
  background: #fff;
}
.uf-item.cartoon {
  height: calc(624px + (40px + (10)*((100vw - 1056px) / (310))));
  max-height: calc(624px + 1200px / 23 );
  padding-top: 392px;
  padding-bottom: 40px;
}
.uf-item.video .txt-box {
  display: none;
}
.uf-item.video .header-box {
  color: #fff;
}
.uf-item.video .header-box svg {
  fill: #fff;
}
.uf-item.key-number {
  border: 3px solid #1295D8;
  background: #e3f2fa;
}
.uf-item.key-number > svg {
  min-width: 29px;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.uf-item.key-number img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -47%);
          transform: translate(-50%, -47%);
  width: 100%;
  height: auto;
  max-height: 100%;
}
.uf-item.key-number .backface {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 149, 216, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  will-change: opacity, visibility;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.uf-item.key-number .backface h6 {
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.uf-item.key-number .backface .social-nav.key-number a {
  background: #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uf-item.key-number .backface .social-nav.key-number a svg {
  height: 24px;
  width: 100%;
  fill: #1295D8;
  position: relative;
}
.uf-item.key-number .backface .social-nav.key-number a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.uf-item.key-number .backface .social-nav.key-number a:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.uf-item.key-number .backface .social-nav.key-number li {
  padding: 0 11px;
}
.uf-item.key-number .backface a.source {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 72px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.uf-item.key-number .backface a.source:hover {
  border-bottom-color: #fff;
}
.uf-item.key-number.new {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.uf-item.key-number.new .info {
  -webkit-transition: background 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.uf-item.key-number.new img {
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  max-height: 260px;
}
.uf-item.key-number.new:hover {
  background: #fff;
}
.uf-item.key-number.new:hover .info {
  background: #e3f2fa;
}
.uf-item.key-number:hover .backface {
  opacity: 1;
  visibility: visible;
}
.uf-item.related {
  height: auto;
  opacity: 1;
}
.uf-item.related a {
  padding: 32px 0;
}
.uf-item.related .picto-box {
  position: absolute;
  top: 24px;
  left: 4%;
}
.uf-item.related .txt-box {
  padding: 0 0 25px;
}
.uf-item.related .txt-box h2 {
  max-height: none;
}
.uf-item.related .link-more-small {
  position: relative;
  bottom: 0;
  left: 0;
}
.uf-item.related.quick-question h3 {
  padding-bottom: 25px;
}
.uf-item.related.quick-question svg {
  fill: #1295D8;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.uf-item.related.online-class .picto-box {
  top: 32px;
}
.uf-item.related.online-class svg {
  fill: #fff;
  width: 49px;
  min-width: 49px;
  height: 36px;
}

.video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.video-box .vid-overlay {
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.video-box.fade .vid-overlay, .video-box.fade:after {
  opacity: 0;
  visibility: hidden;
}
.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1295D8;
  opacity: 0.75;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.video-box h2 {
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  padding: 0 25px 25px;
  z-index: 3;
  font-size: 2.2rem;
  max-height: 86px;
}
@media (max-width: 1800px) {
  .video-box h2 {
    font-size: calc(1.8rem + (0.4)*((100vw - (1056rem / 10))/((1800 / 10) - (1056 / 10))));
  }
}
@media (max-width: 1056px) {
  .video-box h2 {
    font-size: 1.8rem;
  }
}
.video-box .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}
.video-box .play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #1295D8;
}
.video-box .play:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.video-box img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.video-box:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.video-box:hover .play:before {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.related .video-box {
  position: relative;
}
.related .video-box:before {
  content: "";
  display: block;
  padding-top: 66.67%;
}
.related .video-box .play {
  width: 47px;
  height: 47px;
}

@media (max-width: 1055px) {
  .section-uf-intro a.link-btn {
    margin-top: 28px;
  }

  .sticky-menu {
    background: #fff;
  }

  .nav-up + .site-main .sticky-menu.is_stuck {
    -webkit-transform: translateY(-56px);
            transform: translateY(-56px);
  }

  .nav-uf-types {
    height: 94px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
  .nav-uf-types:before {
    content: "Sort by:";
    font-family: "Roboto Mono", sans-serif;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 1rem;
    text-transform: uppercase;
  }
  .nav-uf-types.reveal {
    display: none;
  }
  .nav-uf-types.dashboard {
    display: none;
  }

  .nav-select {
    z-index: 1048;
  }
  .nav-select .selected {
    background: #fff;
    padding: 0 20px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.2rem;
    font-weight: 500;
    color: #1295D8;
    border: 1px solid #1295D8;
    border-bottom: 0;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
  }
  .nav-select .selected span {
    border: solid #1295D8;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.5px;
    margin: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  }
  .nav-select ul {
    position: absolute;
    display: block;
    top: 71px;
    right: 0;
    height: 0;
    overflow: hidden;
    background: #fff;
    padding: 0 20px;
    border: 1px solid #1295D8;
    border-top: 0;
  }
  .nav-select a {
    display: block;
    padding: 0;
    margin: 0;
    text-transform: none;
    font-size: 1.2rem;
    font-weight: 300;
    color: #666666;
    line-height: 40px;
    border-bottom: 1px solid #d0eaf7;
  }
  .nav-select a.active {
    color: #1295D8;
    font-weight: 500;
  }
  .nav-select li:last-child a {
    border-bottom: 0;
  }
  .nav-select.blue .selected {
    border-color: #e3f2fa;
    background: #e3f2fa;
  }
  .nav-select.blue .selected.open {
    border-color: #1295D8;
  }
  .nav-select.blue .selected.open ~ ul {
    z-index: 5001;
    border-color: #1295D8;
  }
  .nav-select.blue ul {
    top: 48px;
    width: 100%;
    border-color: #e3f2fa;
  }
  .nav-select.topic ul {
    top: 48px;
    width: 100%;
  }

  .selected.open {
    background: #e3f2fa;
  }
  .selected.open span {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
  }

  .section-uf-results {
    padding-top: 12%;
    padding-bottom: 6.5%;
  }
}
@media (max-width: 767px) {
  .section-uf-intro a.link-btn {
    margin-top: 24px;
  }

  .nav-up + .site-main .sticky-menu.is_stuck {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .nav-uf-types {
    height: auto;
    background: #fff;
    display: block;
    padding: 20px 0;
  }
  .nav-uf-types:before {
    display: block;
    padding-bottom: 8px;
  }
  .nav-uf-types ul {
    top: 88px;
  }
  .nav-uf-types.dashboard {
    display: block;
    padding: 26px 0 32px;
  }
  .nav-uf-types.dashboard:before {
    content: none;
  }
  .nav-uf-types.dashboard .selected > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-uf-types.dashboard .selected, .nav-uf-types.dashboard a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-uf-types.dashboard .selected .svg-box, .nav-uf-types.dashboard a .svg-box {
    width: 24px;
    height: 24px;
    margin-right: 11px;
  }
  .nav-uf-types.dashboard .selected svg, .nav-uf-types.dashboard a svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #1295D8;
  }
  .nav-uf-types.dashboard .selected em, .nav-uf-types.dashboard a em {
    font-style: normal;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-transform: uppercase;
  }
  .nav-uf-types.dashboard a {
    line-height: 50px;
    padding: 0 20px;
  }
  .nav-uf-types.dashboard a.active {
    display: none;
  }
  .nav-uf-types.dashboard ul {
    top: 74px;
    padding: 0;
  }

  .grid-sizer {
    height: auto;
  }

  .uf-item:not(.key-number) {
    height: auto;
  }

  .uf-item > a {
    display: block;
  }
  .uf-item .cartoon-box {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
  }
  .uf-item .cartoon-box:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1295D8;
    opacity: 0.05;
    z-index: 2;
  }
  .uf-item .header-box {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    font-size: 1.3rem;
    padding-top: 22px;
  }
  .uf-item .txt-box {
    padding: 22px 0;
    margin: 0 auto;
  }
  .uf-item .txt-box h2 {
    font-size: 1.8rem;
  }
  .uf-item .txt-box .txt {
    display: none;
  }
  .uf-item .link-more-small {
    font-size: 1.2rem;
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 7.1875vw;
    margin-bottom: 26px;
  }
  .uf-item.quick-question svg {
    width: 29px;
    height: 28px;
  }
  .uf-item.cartoon {
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .uf-item.video .header-box {
    position: absolute;
    left: 7.1875vw;
    padding-top: 18px;
  }
  .uf-item.video .header-box svg {
    fill: #fff;
  }
  .uf-item.video .video-box {
    position: relative;
  }
  .uf-item.video .video-box:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
  }
  .uf-item.video .video-box h2 {
    display: none;
  }
  .uf-item.video .video-box:before {
    content: "";
    display: block;
    padding-top: 66.67%;
  }
  .uf-item.video .video-box .play {
    width: 47px;
    height: 47px;
  }
  .uf-item.video .txt-box {
    display: block;
  }
  .uf-item.video .txt-box h3 {
    color: #333333;
    font-size: 1.3rem;
    line-height: 1.76;
    font-weight: 500;
  }
  .uf-item.related a {
    padding: 0;
  }
  .uf-item.related .picto-box {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 7.1875vw;
    padding: 20px 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .uf-item.related .picto-box:after {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-family: "Roboto Mono", sans-serif;
    letter-spacing: 0.1em;
  }
  .uf-item.related .link-more-small {
    margin-left: 0;
  }
  .uf-item.related.online-class .picto-box {
    top: 0;
  }
  .uf-item.related.online-class .picto-box:after {
    content: "Online class";
    color: #fff;
  }
  .uf-item.related.online-class .picto-box svg {
    width: 36px;
    min-width: 36px;
    height: 26px;
    margin-right: 12px;
  }
  .uf-item.related.quick-question h3 {
    display: none;
  }
  .uf-item.related.quick-question .picto-box {
    top: 0;
  }
  .uf-item.related.quick-question .picto-box:after {
    content: "Quick question";
  }
  .uf-item.related.quick-question .picto-box svg {
    width: 29px;
    min-width: 29px;
    height: 29px;
    margin-right: 12px;
  }
  .uf-item.search.video .mobile-box {
    background: #e3f2fa;
  }
  .uf-item.search .right {
    margin: 0 auto;
  }

  .section-uf-results {
    padding-bottom: 8%;
  }
}
.video-covered {
  cursor: pointer;
}

.ajax-loader {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  opacity: 0;
  margin: 0 auto;
}
.ajax-loader.loading {
  opacity: 1;
}

.ajax-loader div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #1295D8;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #1295D8 transparent transparent transparent;
}

.ajax-loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.ajax-loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.ajax-loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

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

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.section-dashboard-about {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 60px 0 56px;
  margin-top: -66px;
  background: #fff;
}
.section-dashboard-about h2 {
  font-size: 4rem;
  color: #1295D8;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.dashboard-cats {
  padding: 90px 0 108px;
  background: none;
  text-align: center;
}
.dashboard-cats ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto !important;
}
.dashboard-cats a {
  display: block;
  width: 166px;
  position: relative;
  margin: 0 40px;
}
.dashboard-cats a.active .svg-box:before, .dashboard-cats a:hover .svg-box:before {
  background: #1295D8;
}
.dashboard-cats a.active svg, .dashboard-cats a:hover svg {
  fill: #fff;
}
.dashboard-cats .svg-box {
  width: 166px;
  height: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #1295D8;
}
.dashboard-cats .svg-box:before {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  background: #E3F2FA;
  top: 8px;
  left: 8px;
  border-radius: 50%;
  -webkit-transition: background 0.35s ease-out;
  transition: background 0.35s ease-out;
}
.dashboard-cats svg {
  fill: #1295D8;
  position: relative;
  -webkit-transition: fill 0.35s ease-out;
  transition: fill 0.35s ease-out;
}
.dashboard-cats em {
  font-size: 2rem;
  padding-bottom: 12px;
  margin-top: 32px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  font-style: normal;
}
.dashboard-cats em:before, .dashboard-cats em:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(18, 149, 216, 0.5);
}
.dashboard-cats a.animated em:before {
  -webkit-animation: more-before 0.5s cubic-bezier(1, 0, 0, 1) both;
  animation: more-before 0.5s cubic-bezier(1, 0, 0, 1) both;
}
.dashboard-cats a.animated em:after {
  -webkit-animation: more-after 0.5s cubic-bezier(1, 0, 0, 1) both;
  animation: more-after 0.5s cubic-bezier(1, 0, 0, 1) both;
}

.dashboard-key-numbers {
  position: relative;
  padding-top: 120px;
  padding-bottom: 56px;
}
.dashboard-key-numbers .section-to-svg {
  position: absolute;
  width: 71px;
  height: 67px;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dashboard-key-numbers li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dashboard-key-numbers .uf-item.key-number.new {
  margin-bottom: 64px;
  margin-right: calc(1 * (40px + 10 * (100vw - 1056px) / 310));
}
@media (min-width: 1434px) {
  .dashboard-key-numbers .uf-item.key-number.new {
    margin-right: 52.17391px;
  }
}
.dashboard-key-numbers .uf-item.key-number.new:nth-child(4n+4) {
  margin-right: 0;
}

.uf-item.key-number.new {
  opacity: 1;
}
.uf-item.key-number.new a {
  display: block;
  width: 100%;
  height: 100%;
}
.uf-item.key-number.new .cat {
  position: absolute;
  width: 100%;
  top: 24px;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.uf-item.key-number.new .info {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  background: #fff;
}
.uf-item.key-number.new .level-box {
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
}
.uf-item.key-number.new .level-scale {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgb(176, 0, 0)), color-stop(3.82%, rgb(197, 0, 0)), color-stop(10.49%, rgb(229, 0, 0)), color-stop(16.12%, rgb(248, 0, 0)), color-stop(20.01%, rgb(255, 0, 0)), color-stop(26.93%, rgb(255, 51, 0)), color-stop(37.94%, rgb(255, 127, 0)), color-stop(45.82%, rgb(255, 175, 0)), color-stop(49.73%, rgb(255, 193, 0)), color-stop(54%, rgb(246, 192, 0)), color-stop(61.07%, rgb(220, 191, 0)), color-stop(70.08%, rgb(179, 188, 0)), color-stop(80.66%, rgb(122, 184, 0)), color-stop(92.43%, rgb(50, 179, 0)), to(rgb(0, 175, 0)));
  background: linear-gradient(90deg, rgb(176, 0, 0) 0%, rgb(197, 0, 0) 3.82%, rgb(229, 0, 0) 10.49%, rgb(248, 0, 0) 16.12%, rgb(255, 0, 0) 20.01%, rgb(255, 51, 0) 26.93%, rgb(255, 127, 0) 37.94%, rgb(255, 175, 0) 45.82%, rgb(255, 193, 0) 49.73%, rgb(246, 192, 0) 54%, rgb(220, 191, 0) 61.07%, rgb(179, 188, 0) 70.08%, rgb(122, 184, 0) 80.66%, rgb(50, 179, 0) 92.43%, rgb(0, 175, 0) 100%);
  height: 18px;
  width: 100%;
}
.uf-item.key-number.new .level-arrow {
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  top: 0;
  left: 10%;
}
.uf-item.key-number.new .level-arrow:after {
  position: absolute;
  top: -17px;
  left: -4px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 5.5px 0 5.5px;
  border-color: #df161b transparent transparent transparent;
}
.uf-item.key-number.new .level-arrow.level-2 {
  left: 30%;
}
.uf-item.key-number.new .level-arrow.level-2:after {
  border-color: #fc4e24 transparent transparent transparent;
}
.uf-item.key-number.new .level-arrow.level-3 {
  left: 50%;
}
.uf-item.key-number.new .level-arrow.level-3:after {
  border-color: #fbc138 transparent transparent transparent;
}
.uf-item.key-number.new .level-arrow.level-4 {
  left: 70%;
}
.uf-item.key-number.new .level-arrow.level-4:after {
  border-color: #afbb33 transparent transparent transparent;
}
.uf-item.key-number.new .level-arrow.level-5 {
  left: 90%;
}
.uf-item.key-number.new .level-arrow.level-5:after {
  border-color: #44b22d transparent transparent transparent;
}
.uf-item.key-number.new .more {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background: #1295D8;
  color: #fff;
  line-height: 36px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}

.item-join {
  background: #1295D8;
  height: 312px;
  margin-bottom: 64px;
  -webkit-box-shadow: 0 0px 0px -15px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0px 0px -15px rgba(0, 0, 0, 0.8);
  will-change: box-shadow;
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.item-join:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.item-join a {
  height: 100%;
  padding: 38px 26px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item-join h4 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .item-join h4 {
    font-size: 2.3rem;
  }
}
.item-join button {
  margin-right: 0;
}

.section-dashboard-fix {
  padding: 150px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  text-align: center;
}
.section-dashboard-fix .img-box {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-dashboard-fix h2 {
  color: #fff;
  font-size: 6.4rem;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
.section-dashboard-fix a.link-btn {
  border-color: #1295D8;
}

.section-dashboard-indicatores {
  padding: 72px 0 88px;
}
.section-dashboard-indicatores .title-mono {
  text-align: center;
}

.slider-indic-wrapper {
  position: relative;
}

.slider-indic {
  padding-top: 96px;
  overflow: hidden;
}
.slider-indic .swiper-slide {
  height: auto;
  position: relative;
}
.slider-indic .swiper-slide:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -45px;
  background: #B8DFF3;
}
.slider-indic .swiper-slide:last-child:after {
  content: none;
}
.slider-indic a {
  display: block;
}
.slider-indic a:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.slider-indic a:hover span.link-more:after {
  width: 100%;
}
.slider-indic .img-box {
  overflow: hidden;
  margin-bottom: 32px;
}
.slider-indic img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.slider-indic h4 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.07em;
  font-family: "Roboto Mono", sans-serif;
  color: #666666;
  margin-bottom: 12px;
}
.slider-indic h5 {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #333333;
  margin-bottom: 20px;
}
.slider-indic span.link-more {
  position: relative;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Roboto Mono", sans-serif;
  letter-spacing: 0.2em;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(18, 149, 216, 0.5);
}
.slider-indic span.link-more:after {
  content: "";
  background: #1295D8;
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  will-change: width;
  -webkit-transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 2;
}

.slider-indic-nav > div {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
}
.slider-indic-nav > div.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slider-indic-nav > div svg {
  position: absolute;
  fill: #1295D8;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -16px;
}
.slider-indic-nav > div.slider-indic-prev {
  left: 0;
}
.slider-indic-nav > div.slider-indic-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider-indic-nav > div.slider-indic-prev.animated svg:first-child {
  -webkit-animation: si-arrow-1-prev 0.5s ease;
          animation: si-arrow-1-prev 0.5s ease;
}
.slider-indic-nav > div.slider-indic-prev.animated svg:last-child {
  -webkit-animation: si-arrow-2-prev 0.5s ease;
          animation: si-arrow-2-prev 0.5s ease;
}
.slider-indic-nav > div.slider-indic-next {
  right: 0;
}
.slider-indic-nav > div.slider-indic-next.animated svg:first-child {
  -webkit-animation: si-arrow-1-next 0.5s ease;
          animation: si-arrow-1-next 0.5s ease;
}
.slider-indic-nav > div.slider-indic-next.animated svg:last-child {
  -webkit-animation: si-arrow-2-next 0.5s ease;
          animation: si-arrow-2-next 0.5s ease;
}

@-webkit-keyframes si-arrow-1-next {
  from {
    opacity: 0;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes si-arrow-1-next {
  from {
    opacity: 0;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes si-arrow-2-next {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}
@keyframes si-arrow-2-next {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}
@-webkit-keyframes si-arrow-1-prev {
  from {
    opacity: 0;
    -webkit-transform: translateX(60px) rotate(180deg);
            transform: translateX(60px) rotate(180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
}
@keyframes si-arrow-1-prev {
  from {
    opacity: 0;
    -webkit-transform: translateX(60px) rotate(180deg);
            transform: translateX(60px) rotate(180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
}
@-webkit-keyframes si-arrow-2-prev {
  from {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-60px) rotate(180deg);
            transform: translateX(-60px) rotate(180deg);
  }
}
@keyframes si-arrow-2-prev {
  from {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-60px) rotate(180deg);
            transform: translateX(-60px) rotate(180deg);
  }
}
.slider-indic-progress {
  position: relative;
  height: 1px;
  width: 200px;
  margin: 64px auto 0;
  background: #B8DFF3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-indic-progress .swiper-pagination-bullet {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #B8DFF3;
  height: 1px;
  border-radius: 0;
}
.slider-indic-progress .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1295D8;
}

.section-key-numbers-categories {
  text-align: center;
  padding-top: 82px;
  padding-bottom: 20px;
}
.section-key-numbers-categories .dashboard-cats .svg-box:before {
  background: #fff;
}

@media (max-width: 1055px) {
  .section-dashboard-about {
    padding: 48px 0 48px;
    margin-top: 0;
  }
  .section-dashboard-about h2 {
    font-size: 3rem;
  }

  .dashboard-cats {
    padding: 80px 0 54px;
  }
  .dashboard-cats a {
    width: 104px;
    margin: 0 40px;
  }
  .dashboard-cats .svg-box {
    width: 104px;
    height: 104px;
  }
  .dashboard-cats .svg-box svg {
    width: 45px;
    height: 45px;
  }
  .dashboard-cats .svg-box:before {
    width: 94px;
    height: 94px;
    top: 5px;
    left: 5px;
  }
  .dashboard-cats em {
    font-size: 1.4rem;
    padding-bottom: 10px;
    margin-top: 18px;
  }

  .dashboard-key-numbers {
    padding-top: 112px;
    padding-bottom: 56px;
  }
  .dashboard-key-numbers .section-to-svg {
    width: 40px;
    height: 40px;
    background: #fff;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .dashboard-key-numbers .section-to-svg:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    border: solid #1295D8;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
  }
  .dashboard-key-numbers .section-to-svg svg {
    display: none;
  }
  .dashboard-key-numbers .uf-item.key-number.new {
    margin-bottom: 64px;
    margin-right: 3.515625vw;
  }
  .dashboard-key-numbers .uf-item.key-number.new:nth-child(2n+2) {
    margin-right: 0;
  }
  .dashboard-key-numbers .uf-item.key-number.new:nth-child(4n+4) {
    margin-right: 0;
  }

  .section-dashboard-fix {
    padding: 120px 0;
  }
  .section-dashboard-fix h2 {
    font-size: 4.5rem;
  }

  .section-dashboard-indicatores {
    padding: 72px 0 44px;
  }

  .slider-indic {
    padding-top: 44px;
  }
  .slider-indic .swiper-slide:after {
    content: none;
  }

  .slider-indic-nav {
    display: none;
  }

  .slider-indic-progress {
    width: 200px;
    margin: 48px auto 0;
  }
}
@media (max-width: 767px) {
  .section-dashboard-about {
    text-align: left;
    padding: 36px 0;
  }
  .section-dashboard-about.with-cats {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 36px 0 0;
  }
  .section-dashboard-about p {
    text-align: left;
  }
  .section-dashboard-about h2 {
    font-size: 2.2rem;
  }

  .dashboard-cats {
    display: none;
  }

  .dashboard-key-numbers {
    padding-top: 46px;
    padding-bottom: 24px;
  }
  .dashboard-key-numbers .section-to-svg {
    width: 26px;
    height: 26px;
    top: -13px;
  }
  .dashboard-key-numbers .section-to-svg:before {
    border-width: 0 2px 2px 0;
    padding: 2px;
  }
  .dashboard-key-numbers .uf-item.key-number.new {
    margin-bottom: 36px;
    margin-right: 0;
  }

  .section-dashboard-fix .img-box, .section-dashboard-fix img {
    width: auto;
    height: 100%;
  }
  .section-dashboard-fix h2 {
    color: #fff;
    font-size: 3.6rem;
    margin-bottom: 24px;
  }

  .section-dashboard-indicatores {
    padding: 40px 0 44px;
  }
  .section-dashboard-indicatores .title-mono {
    text-align: left;
  }

  .slider-indic {
    padding-top: 34px;
  }

  .slider-indic-progress {
    width: 160px;
    margin: 38px auto 0;
  }

  .section-key-numbers-categories {
    padding: 44px 0 20px;
  }
  .section-key-numbers-categories .nav-uf-types {
    background: none;
  }
}
.section-dashboard-about-text {
  text-align: center;
  padding: 72px 0 100px;
}
.section-dashboard-about-text .sep {
  height: 1px;
  background: #1295D8;
  margin: 60px auto;
}
.section-dashboard-about-text .big-text p {
  color: #000;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.57;
}

.section-dashboard-accordion {
  text-align: center;
  padding-bottom: 160px;
}
.section-dashboard-accordion > h2 {
  font-weight: bold;
  font-size: 3rem;
  display: inline-block;
  color: #1295D8;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(18, 149, 216, 0.5);
}
.section-dashboard-accordion .accordion {
  text-align: left;
  margin-top: 72px;
}
.section-dashboard-accordion .accordion dt {
  background: #e3f2fa;
  font-weight: 300;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  color: #1295D8;
  border-bottom: 1px solid #fff;
  padding: 47px 0;
  -webkit-transition: background 0.17s ease-in-out;
  transition: background 0.17s ease-in-out;
}
.section-dashboard-accordion .accordion dt.active {
  background: #D0EAF7;
}
.section-dashboard-accordion .accordion .drawer-button {
  height: 60px;
  width: 60px;
}
.section-dashboard-accordion .accordion dd {
  background: #fff;
}
.section-dashboard-accordion .accordion dd:before, .section-dashboard-accordion .accordion dd:after {
  content: "";
  display: block;
}
.section-dashboard-accordion .accordion dd:before {
  height: 64px;
}
.section-dashboard-accordion .accordion dd:after {
  height: 32px;
}
.section-dashboard-accordion .accordion dd p {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.section-dashboard-accordion .accordion dd strong {
  color: #000;
}
.section-dashboard-accordion .accordion dd:last-child:after {
  border-bottom: 1px solid #D0EAF7;
}
.section-dashboard-accordion .accordion dd:last-child p {
  font-size: 2.5rem;
  color: #000;
}
.section-dashboard-accordion .accordion dd .contact-person {
  padding-top: 18px;
  padding-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-dashboard-accordion .accordion dd .contact-person .img-box, .section-dashboard-accordion .accordion dd .contact-person img {
  border-radius: 50%;
  overflow: hidden;
}
.section-dashboard-accordion .accordion dd .contact-person h3 {
  font-size: 2.2rem;
  color: #333333;
  font-weight: 500;
  padding-bottom: 4px;
}
.section-dashboard-accordion .accordion dd .contact-person p {
  font-size: 1.8rem;
  margin-bottom: 0;
}

@media (max-width: 1055px) {
  .section-dashboard-about-text {
    padding: 64px 0 72px;
  }
  .section-dashboard-about-text .sep {
    margin: 40px auto;
  }
  .section-dashboard-about-text .big-text p {
    font-size: 2.2rem;
  }

  .section-dashboard-accordion {
    padding-bottom: 80px;
  }
  .section-dashboard-accordion > h2 {
    font-size: 2.5rem;
  }
  .section-dashboard-accordion .accordion {
    margin-top: 48px;
  }
  .section-dashboard-accordion .accordion dt {
    font-size: 2rem;
    padding: 47px 0;
  }
  .section-dashboard-accordion .accordion .drawer-button {
    height: 48px;
    width: 48px;
  }
  .section-dashboard-accordion .accordion dd:before {
    height: 40px;
  }
  .section-dashboard-accordion .accordion dd:after {
    height: 24px;
  }
  .section-dashboard-accordion .accordion dd p {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
  .section-dashboard-accordion .accordion dd:last-child p {
    font-size: 2rem;
  }
  .section-dashboard-accordion .accordion dd .contact-person {
    padding-top: 18px;
    padding-bottom: 40px;
  }
  .section-dashboard-accordion .accordion dd .contact-person h3 {
    font-size: 1.8rem;
  }
  .section-dashboard-accordion .accordion dd .contact-person p {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .section-dashboard-about-text {
    padding: 44px 0 48px;
  }
  .section-dashboard-about-text .sep {
    margin: 32px auto;
  }
  .section-dashboard-about-text .big-text p {
    font-size: 1.9rem;
  }

  .section-dashboard-accordion {
    padding-bottom: 40px;
  }
  .section-dashboard-accordion > h2 {
    font-size: 2.2rem;
  }
  .section-dashboard-accordion .accordion {
    margin-top: 32px;
  }
  .section-dashboard-accordion .accordion dt {
    font-size: 1.7rem;
    padding: 24px 0;
  }
  .section-dashboard-accordion .accordion dt > div {
    padding-right: 68px;
  }
  .section-dashboard-accordion .accordion .drawer-button {
    height: 40px;
    width: 40px;
  }
  .section-dashboard-accordion .accordion dd:before {
    height: 28px;
  }
  .section-dashboard-accordion .accordion dd:after {
    height: 12px;
  }
  .section-dashboard-accordion .accordion dd:last-child p {
    font-size: 1.6rem;
  }
  .section-dashboard-accordion .accordion dd .contact-person {
    padding-top: 18px;
    padding-bottom: 40px;
  }
  .section-dashboard-accordion .accordion dd .contact-person h3 {
    font-size: 1.7rem;
  }
  .section-dashboard-accordion .accordion dd .contact-person p {
    font-size: 1.4rem;
  }
}
.main-vision .main-post-content .wysiwyg:not(.blue-frame) p {
  -webkit-columns: 2 296px;
     -moz-columns: 2 296px;
          columns: 2 296px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.main-vision .main-post-content .wysiwyg:not(.blue-frame) h2 {
  font-size: 3rem;
  text-transform: none;
  margin-bottom: 40px;
}
.main-vision .main-post-content .wysiwyg:not(.blue-frame) h2 span {
  border-bottom: 1px solid rgba(18, 149, 216, 0.5);
}

.section-vision-today {
  padding-top: 94px;
}

.section-vision-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-vision-slider .txt-box {
  width: 53.75%;
  padding-top: 6%;
}
.section-vision-slider .txt-box .main-post-content .wysiwyg {
  margin-right: 0;
  margin-left: auto;
}
.section-vision-slider .txt-box .main-post-content .wysiwyg p {
  -webkit-columns: auto;
     -moz-columns: auto;
          columns: auto;
}

.slider-vision-wrapper {
  width: 46.25%;
  position: relative;
}

.slider-vision {
  overflow: hidden;
  height: 100%;
}
.slider-vision .img-box {
  height: 100%;
}

.slider-vision-progress {
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.slider-vision-progress .swiper-pagination-progressbar-fill {
  background: #1295D8;
}

.slider-vision-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #e3f2fa;
  width: 118px;
  height: 60px;
}
.slider-vision-nav > div {
  background: #fff;
  cursor: pointer;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-vision-nav > div span {
  border: solid #1295D8;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.17s ease-in-out;
  transition: -webkit-transform 0.17s ease-in-out;
  transition: transform 0.17s ease-in-out;
  transition: transform 0.17s ease-in-out, -webkit-transform 0.17s ease-in-out;
}
.slider-vision-nav > div:first-child span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.slider-vision-nav > div:hover span {
  transform: translateX(5px) rotate(-45deg);
  -webkit-transform: translateX(5px) rotate(-45deg);
}
.slider-vision-nav > div:hover:first-child span {
  transform: translateX(-5px) rotate(135deg);
  -webkit-transform: translateX(-5px) rotate(135deg);
}

.section-vision-demands-intro {
  text-align: center;
  padding-top: 6%;
}
.section-vision-demands-intro h2 {
  font-size: 3rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(18, 149, 216, 0.5);
  padding-bottom: 2px;
  color: #1295D8;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 34px;
}
.section-vision-demands-intro .dashboard-cats.vision {
  padding: 68px 0 88px;
}

.section-vision-demands {
  padding-top: 5%;
}
.section-vision-demands .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 5% 0;
}
.section-vision-demands .title-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(18, 149, 216, 0.3);
}
.section-vision-demands .title-box > div {
  position: relative;
  z-index: 2;
}
.section-vision-demands .title-box .svg-box {
  margin: 0 auto;
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.section-vision-demands .title-box .svg-box svg {
  fill: #fff;
}
.section-vision-demands .title-box h3 {
  color: #fff;
  font-size: 3.6rem;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 3px;
  margin-top: 20px;
}
.section-vision-demands .main-post-content {
  border-bottom: 1px solid #1295D8;
  padding-bottom: 5%;
  padding-top: 3.5%;
}
.section-vision-demands .main-post-content .wysiwyg.blue-frame {
  margin-top: 60px;
  padding-top: 60px;
}
.section-vision-demands:last-of-type .main-post-content {
  border-bottom: 0;
}

.vision-pdf {
  text-align: center;
  padding-bottom: 8%;
}
.vision-pdf a.link-btn:after {
  content: none;
}
.vision-pdf a.link-btn:hover {
  color: #fff;
  background: #1295D8;
}
.vision-pdf a.link-btn:hover:before {
  background: #fff;
}
.vision-pdf a.link-btn:hover span {
  border-color: #fff;
}

@media (max-width: 1055px) {
  .section-vision-today {
    padding-top: 56px;
  }

  .section-vision-slider {
    display: block;
  }
  .section-vision-slider .txt-box {
    width: 100%;
    padding-top: 8%;
  }

  .slider-vision-wrapper {
    width: 100%;
  }

  .slider-vision {
    height: 66.7vw;
  }

  .section-vision-demands-intro {
    padding-top: 78px;
  }
  .section-vision-demands-intro h2 {
    font-size: 2.5rem;
  }
  .section-vision-demands-intro .dashboard-cats.vision {
    padding: 48px 0 56px;
  }

  .section-vision-demands {
    padding-top: 60px;
  }
  .section-vision-demands .title-box {
    padding: 70px 0;
    width: 100%;
  }
  .section-vision-demands .title-box .svg-box {
    width: 94px;
    height: 94px;
  }
  .section-vision-demands .title-box .svg-box svg {
    width: 45px;
    height: 45px;
  }
  .section-vision-demands .title-box h3 {
    font-size: 2rem;
    margin-top: 16px;
  }
  .section-vision-demands .main-post-content {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .section-vision-demands .main-post-content .wysiwyg.blue-frame {
    margin-top: 48px;
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .main-vision .main-post-content .wysiwyg:not(.blue-frame) h2 {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }

  .section-vision-today {
    padding-top: 42px;
  }

  .section-vision-slider .txt-box {
    padding-top: 40px;
  }

  .slider-vision-nav {
    display: none;
  }

  .section-vision-demands-intro {
    padding-top: 78px;
  }
  .section-vision-demands-intro h2 {
    font-size: 2.5rem;
  }
  .section-vision-demands-intro .dashboard-cats.vision {
    padding: 48px 0 56px;
  }

  .nav-uf-types.vision {
    padding-bottom: 0;
  }

  .scroll-indic {
    display: none;
  }

  .section-vision-demands {
    padding-top: 60px;
  }
  .section-vision-demands .title-box {
    padding: 70px 0;
    width: 100%;
  }
  .section-vision-demands .title-box .svg-box {
    width: 94px;
    height: 94px;
  }
  .section-vision-demands .title-box .svg-box svg {
    width: 45px;
    height: 45px;
  }
  .section-vision-demands .title-box h3 {
    font-size: 2rem;
    margin-top: 16px;
  }
  .section-vision-demands .main-post-content {
    padding-bottom: 0;
    padding-top: 60px;
    width: 100%;
    border-bottom: 0;
  }
  .section-vision-demands .main-post-content .wysiwyg.blue-frame {
    margin-top: 48px;
    padding-top: 32px;
  }

  .vision-pdf {
    padding: 60px 0;
  }
}
.section-about-video h2 {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 25px 50px;
  margin-bottom: -25px;
  color: #1295D8;
}

.section-about-key-numbers {
  padding: 2.5% 0 5%;
}

.about-key-numbers {
  padding-top: 22px;
}
.about-key-numbers > .swiper-slide {
  height: auto;
}
.about-key-numbers .txt-box {
  padding: 30px 27px;
}
.about-key-numbers .txt-box h3 {
  font-size: 1.8rem;
  line-height: 1.72;
  font-weight: 500;
  color: #333333;
  margin-bottom: 14px;
}
.about-key-numbers .uf-item.key-number {
  background: #fff;
  opacity: 1;
}
.about-key-numbers .uf-item.key-number:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.swiper-key-numbers-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.swiper-key-numbers-prev,
.swiper-key-numbers-next {
  background: #fff;
  height: 140px;
  cursor: pointer;
  position: relative;
}
.swiper-key-numbers-prev:after,
.swiper-key-numbers-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #88caeb;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  -webkit-transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.swiper-key-numbers-next:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}
.swiper-key-numbers-next:hover:after {
  border-color: #1295D8;
  -webkit-transform: translate(-30%, -50%) rotate(-45deg);
          transform: translate(-30%, -50%) rotate(-45deg);
}

.swiper-key-numbers-prev:after {
  transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
}
.swiper-key-numbers-prev:hover:after {
  border-color: #1295D8;
  -webkit-transform: translate(-70%, -50%) rotate(135deg);
          transform: translate(-70%, -50%) rotate(135deg);
}

.section-about-about {
  padding-top: 6%;
}
.section-about-about h2 {
  margin-bottom: 4.5%;
}
.section-about-about .text-about {
  margin-bottom: 4.5%;
}

.about-about {
  padding-bottom: 8%;
}
.about-about .title-mono, .about-about .text-medium {
  margin-bottom: 30px;
}
.about-about ul {
  margin-top: 25px;
}
.about-about.team {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-about.team .img-box {
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

.section-about-quote {
  padding: 5% 0;
  background: #d0eaf7;
}
.section-about-quote .side-author a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-about-quote .side-author a hgroup {
  padding-left: 20px;
}
.section-about-quote .main-post-content {
  padding-bottom: 0;
}
.section-about-quote .blockquote.about {
  margin: 0;
}
.section-about-quote .blockquote.about .blockquote-tweet-this a {
  padding-left: 12px;
}
.section-about-quote .blockquote.about .blockquote-tweet-this:before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 1px;
  background: #a0d5ef;
}
.section-about-quote .blockquote.about .blockquote-tweet-this:after {
  content: none;
}

.section-about-work {
  padding: 5% 0 0;
}

.about-fields {
  position: relative;
  margin: 5% 0;
  padding-bottom: 5%;
  border-bottom: 1px solid #d0eaf7;
}
.about-fields:last-child {
  border-bottom: 0;
}
.about-fields .title-vertical {
  left: 0;
}
.about-fields .fields svg {
  width: 100%;
  height: calc(2 * (40px + (10)*((100vw - 1056px) / (310))));
  max-height: calc(2 * 1200px / 23 );
}
.about-fields .fields li {
  padding: 27px 0;
}
.about-fields .fields h3 {
  margin-bottom: 10px;
}

.related-taxonomy > div {
  padding: 40px 0 25px;
}
.related-taxonomy h4 {
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 34px;
}

.section-about-tabs:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #d0eaf7;
}

.tabs-nav {
  padding: 3.5% 0 5%;
  background: #d0eaf7;
}
.tabs-nav h2 {
  margin-bottom: 50px;
}
.tabs-nav a.active {
  padding-left: 20px;
  padding-right: 0;
  color: #1295D8;
}
.tabs-nav a.active:before {
  opacity: 1;
}

.tabs-content {
  padding: 3.5% 0 5%;
}
.tabs-content h3, .tabs-content img {
  margin-bottom: 32px;
}

@media (min-width: 1056) {
  .tabs-nav ul {
    height: auto !important;
  }
}
@media (max-width: 1055px) {
  .section-about-video h2 {
    padding: 15px 30px;
    margin-bottom: -20px;
  }
  .section-about-video .embed-container {
    margin-bottom: 25px;
  }

  .section-about-key-numbers .txt-box {
    padding-top: 20px;
  }
  .section-about-key-numbers .txt-box h3 {
    font-size: 1.5rem;
  }
  .section-about-key-numbers .txt-box p {
    font-size: 1.3rem;
  }

  .about-key-numbers {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .section-about-key-numbers .swiper-gen-pagination {
    margin-top: 40px;
  }
  .section-about-key-numbers .swiper-gen-pagination .swiper-pagination-bullet {
    background: #e3f2fa;
  }
  .section-about-key-numbers .swiper-gen-pagination .swiper-pagination-bullet-active {
    background: #1295D8;
  }

  .swiper-key-numbers-prev,
.swiper-key-numbers-next {
    pointer-events: none;
  }
  .swiper-key-numbers-prev:after,
.swiper-key-numbers-next:after {
    content: none;
  }

  .section-about-about {
    padding-top: 8.5%;
  }
  .section-about-about .text-about {
    margin-bottom: 8.5%;
  }

  .about-about {
    padding-bottom: 8%;
  }
  .about-about.team {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .section-about-quote {
    padding: 8.5% 0;
  }
  .section-about-quote .side-author {
    margin-bottom: 30px;
  }

  .about-fields {
    margin: 8.5% 0;
    padding-bottom: 8.5%;
  }
  .about-fields .fields svg {
    height: 10.546875vw;
    max-height: none;
  }
  .about-fields .fields li {
    padding: 18px 0;
  }
  .about-fields .fields h3 {
    margin-bottom: 10px;
  }

  .related-taxonomy > div {
    padding: 0;
    margin-top: 30px;
  }
  .related-taxonomy h4 {
    display: none;
  }

  .section-about-tabs:before {
    content: none;
  }

  .tabs-wrapper {
    display: block;
  }

  .tabs-nav {
    padding: 7.5% 0 7.5%;
    width: 100%;
    background: none;
  }
  .tabs-nav h2 {
    margin-bottom: 0;
  }
  .tabs-nav ul {
    display: none;
  }

  .tabs-content {
    padding: 0 0 10%;
    width: 100%;
  }
  .tabs-content h3 {
    padding: 28px 45px 28px 0;
    color: #1295D8;
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 0;
  }
  .tabs-content p {
    padding-bottom: 30px;
  }
  .tabs-content li {
    position: relative;
    border-top: 1px solid #a0d5ef;
    display: block !important;
  }
  .tabs-content li:before, .tabs-content li:after {
    content: "";
    position: absolute;
    display: block;
    background: #1295D8;
  }
  .tabs-content li:before {
    width: 13px;
    height: 13px;
    top: 31px;
    left: 17px;
    border-radius: 50%;
  }
  .tabs-content li:after {
    width: 1px;
    height: calc(100% + 40px);
    top: -20px;
    left: 23px;
  }
  .tabs-content li > div {
    margin-left: auto;
    margin-right: 0;
  }
  .tabs-content ul {
    border-bottom: 1px solid #a0d5ef;
  }
}
@media (max-width: 767px) {
  .section-about-video .grid {
    width: 100%;
    background: #e3f2fa;
    margin-top: 10px;
    padding-top: 15px;
  }
  .section-about-video h2 {
    display: block;
    padding: 5px 0 10px;
    margin: 0 auto;
  }

  .section-about-key-numbers {
    padding: 2.5% 0 10%;
  }
  .section-about-key-numbers .txt-box {
    padding-bottom: 20px;
  }
  .section-about-key-numbers .txt-box h3 {
    font-size: 1.4rem;
  }
  .section-about-key-numbers .txt-box p {
    font-size: 1.2rem;
  }

  .about-key-numbers {
    padding-top: 0;
  }

  .section-about-about {
    padding-top: 12%;
  }
  .section-about-about .text-about {
    margin-bottom: 12%;
  }

  .about-about {
    display: block;
    padding-bottom: 15%;
  }
  .about-about .title-mono, .about-about .text-medium {
    margin-bottom: 15px;
  }
  .about-about.team .img-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 30px;
  }

  .section-about-quote > .flex {
    display: block;
  }

  .section-about-work {
    padding-top: 12%;
  }

  .about-fields {
    margin: 5% 0 15%;
    padding-bottom: 15%;
  }
  .about-fields > .flex {
    display: block;
  }
  .about-fields .fields svg {
    height: 21.5625vw;
  }
  .about-fields .fields p {
    font-size: 1.3rem;
  }

  .related-taxonomy > div {
    margin-top: 15px;
  }

  .tabs-nav {
    padding: 15% 0 15%;
    width: 100%;
  }

  .tabs-content {
    padding: 0 0 20%;
    width: 100%;
  }
}
.section-allnews-search {
  padding: 5% 0;
}
.section-allnews-search h1 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 28px;
  text-transform: uppercase;
  font-family: "Roboto Mono", sans-serif;
  letter-spacing: 0.2em;
  padding-bottom: 6px;
}
.section-allnews-search h1 span {
  border-bottom: 1px solid #fff;
}
.section-allnews-search select:first-of-type + .select2 {
  margin-bottom: 40px;
}

.section-allnews-list {
  padding: 5% 0;
}
.section-allnews-list .allnews {
  margin-bottom: 2.5%;
}
.section-allnews-list .allnews .ajax-page {
  display: none;
}
.section-allnews-list .allnews .news-preview {
  margin-bottom: 40px;
}

.select-news.hidden + .select2 {
  display: none;
}

.select-news + .select2 .select2-selection--single {
  border-radius: 0;
  border: 0;
  background: #e3f2fa;
  height: 50px;
}
.select-news + .select2 .select2-selection__rendered {
  line-height: 50px;
  padding-left: 22px;
  padding-right: 40px;
  color: #1295D8;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.select-news + .select2 .select2-selection__placeholder {
  color: #1295D8;
}
.select-news + .select2 .select2-selection__arrow {
  width: 40px;
  height: 50px;
  right: 0;
  top: 0;
}
.select-news + .select2 .select2-selection__arrow b {
  border: solid #1295D8;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  margin: 0;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.select-news + .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: solid #1295D8;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
}
.select-news + .select2.select2-container--open {
  outline: 1px solid #1295D8;
}
.select-news + .select2 .select2-selection--single .select2-selection__clear {
  font-weight: 500;
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .section-allnews-search {
    padding: 0;
  }
  .section-allnews-search h1 {
    margin-bottom: 0;
    width: 100%;
    font-family: "Rubik", sans-serif;
    font-size: 1.2rem;
  }
  .section-allnews-search h1 span {
    border-bottom: 0;
  }
  .section-allnews-search > .col-17 {
    width: 100%;
  }
  .section-allnews-search .filters-selects {
    display: block;
  }
  .section-allnews-search .grid {
    margin-bottom: 0;
  }
  .section-allnews-search select + .select2 {
    margin-bottom: 20px;
  }
  .section-allnews-search .mobile-filters-selected {
    background: #1295D8;
  }
  .section-allnews-search .mobile-filters-selected span {
    color: #fff;
  }
  .section-allnews-search .mobile-filters-selected svg {
    fill: #fff;
  }

  .section-allnews-list {
    padding: 12% 0 10%;
  }
  .section-allnews-list .allnews {
    margin-bottom: 3.5%;
  }
  .section-allnews-list .allnews .news-preview {
    margin-bottom: 28px;
  }
}
.section-campaigns-upcoming {
  padding-top: 4%;
}
.section-campaigns-upcoming h1 {
  padding-bottom: 6.5%;
  color: #1295D8;
}
.section-campaigns-upcoming.external {
  padding-top: 6.5%;
}

.section-campaigns-past {
  padding: 4.5% 0 5%;
}
.section-campaigns-past .title-mono {
  text-align: center;
  margin-bottom: 6%;
}
.section-campaigns-past h1 {
  padding-bottom: 6.5%;
  color: #1295D8;
}
.section-campaigns-past.external {
  padding-top: 6.5%;
}

@media (max-width: 767px) {
  .section-campaigns-upcoming {
    padding-top: 10%;
  }
  .section-campaigns-upcoming > .grid {
    width: 100%;
  }
  .section-campaigns-upcoming h1 {
    padding-bottom: 7.5%;
  }
  .section-campaigns-upcoming.external {
    padding-top: 12%;
  }
  .section-campaigns-upcoming.external .grid {
    width: 79.0625vw;
  }

  .section-campaigns-past {
    padding: 10% 0 10%;
  }
  .section-campaigns-past .title-mono {
    text-align: center;
    margin-bottom: 12%;
  }
  .section-campaigns-past h1 {
    padding-bottom: 7.5%;
  }
  .section-campaigns-past.external {
    padding-top: 12%;
    padding-bottom: 1px;
  }
}
div.addeventatc {
  font-family: "Rubik", sans-serif !important;
  border: 2px solid #1295D8 !important;
  height: 50px;
  line-height: 46px !important;
  font-weight: 500 !important;
  font-size: 1.4rem !important;
  letter-spacing: 0.1em;
  color: #1295D8 !important;
  background: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 28px 0 48px !important;
  z-index: 2 !important;
}
div.addeventatc .addeventatc_dropdown {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 26px !important;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 26px !important;
}
div.addeventatc .addeventatc_dropdown .copyx {
  display: none;
}
div.addeventatc .addeventatc_icon {
  display: none;
}
div.addeventatc svg {
  position: absolute;
  top: 11px;
  left: 12px;
  fill: #1295D8;
  -webkit-transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
div.addeventatc:after {
  position: absolute;
  content: "";
  background: #1295D8;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  will-change: transform;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  z-index: -1;
}
div.addeventatc:hover {
  color: #fff !important;
}
div.addeventatc:hover svg {
  fill: #fff;
}
div.addeventatc:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.main-single-event .btn-box {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-intro-post.event .event-type {
  font-family: "Roboto Mono", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #1295D8;
}
.header-intro-post.event .date-box {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px;
}

.section-header-post.event > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-header-post.event svg {
  fill: #1295D8;
  margin-right: 16px;
}
.section-header-post.event .event-time {
  font-size: 1.3rem;
  line-height: 1.53;
}
.section-header-post.event .event-time .time {
  color: #1295D8;
  font-weight: 500;
  margin-bottom: 8px;
}
.section-header-post.event .event-time .time:last-child {
  margin-bottom: 0;
}
.section-header-post.event .location {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #1295D8;
  text-transform: uppercase;
}

.section-event-schedule {
  padding: 6% 0 5%;
}
.section-event-schedule .title-intro {
  color: #1295D8;
  margin-bottom: 42px;
}
.section-event-schedule .time-slot {
  border-bottom: 1px dashed #a0d5ef;
  margin-bottom: 30px;
  padding-bottom: 8px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.section-event-schedule .time-slot:last-of-type {
  border-style: solid;
  margin-bottom: 40px;
}
.section-event-schedule li:last-child .time-slot:last-child {
  border: 0;
}
.section-event-schedule .time-box {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #333333;
  letter-spacing: 0;
}
.section-event-schedule .txt-box h5 {
  margin-bottom: 22px;
}
.section-event-schedule .txt-box p {
  margin-bottom: 25px;
}
.section-event-schedule .txt-box a {
  font-weight: 500;
}

.section-event-speakers {
  padding: 4% 0 5%;
}
.section-event-speakers .title-small {
  padding-top: 40px;
}

.section-event-location {
  padding: 6% 0 4%;
}
.section-event-location .location-side h3 {
  margin-bottom: 20px;
}
.section-event-location .location-side h2 {
  font-weight: 300;
  color: #1295D8;
  line-height: 1.667;
  padding-bottom: 27px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a0d5ef;
}
.section-event-location .map-directions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-event-location .map-directions a {
  display: inline-block;
}
.section-event-location .map-directions svg {
  fill: #1295D8;
}
.section-event-location .location-map .acf-map {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 45vh;
  min-height: 240px;
}
.section-event-location .location-map .caption {
  margin-top: 44px;
}

.section-event-contact {
  padding: 5% 0;
}

.section-event-speakers + .section-event-contact {
  padding-top: 0;
}
.section-event-speakers + .section-event-contact > .grid:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background: #d0eaf7;
  top: -67%;
  left: 0;
}

.section-event-register .register-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 156px;
}
.section-event-register .register-button span {
  display: block;
  margin: 0 20px 0 38px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0;
}
.section-event-register .register-button svg:last-of-type {
  fill: #fff;
  width: 30px;
  height: 10px;
}

@media (max-width: 1055px) {
  .header-intro-post.event .flex {
    display: block;
  }
  .header-intro-post.event .event-type {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .section-header-post.event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    border-top: 1px solid #d0eaf7;
  }
  .section-header-post.event .location {
    font-size: 1.2rem;
  }

  .section-event-speakers > .flex, .section-event-contact > .flex {
    display: block;
  }
  .section-event-speakers .title-small, .section-event-contact .title-small {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .section-event-location {
    padding: 8.5% 0 6.5%;
  }
  .section-event-location .location-map {
    margin-top: 32px;
  }
  .section-event-location .location-map .caption {
    margin-top: 30px;
  }

  .section-event-speakers + .section-event-contact > .grid:before {
    top: -25%;
  }
}
@media (max-width: 767px) {
  .header-intro-post.event .flex {
    display: block;
  }

  .section-header-post.event {
    display: block;
  }
  .section-header-post.event > div {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-header-post.event svg {
    min-width: 18px;
  }
  .section-header-post.event .event-time {
    font-size: 1.2rem;
    margin-bottom: 22px;
  }
  .section-header-post.event .location {
    font-size: 1.1rem;
  }

  .section-event-location {
    padding: 10% 0 8.5%;
  }

  .section-event-speakers + .section-event-contact > .grid:before {
    top: -16%;
  }
}
.section-agenda-upcoming {
  padding-top: 4%;
  padding-bottom: 3%;
}
.section-agenda-upcoming h1 {
  width: 100%;
  color: #1295D8;
  margin-bottom: 4%;
}

.event-agenda {
  margin-bottom: 6%;
}
.event-agenda .event-box {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: box-shadow;
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.event-agenda .event-box:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.event-agenda .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0;
}
.event-agenda h2 {
  font-size: 1.8rem;
  line-height: 1.72;
  font-weight: bold;
  color: #333333;
}

.upcoming-event .event-box {
  -webkit-box-shadow: 0px 0px 11.57px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 11.57px rgba(0, 0, 0, 0.1);
}
.upcoming-event h2 {
  max-height: 90px;
}
.upcoming-event p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  padding-top: 20px;
  margin-top: 18px;
  border-top: 1px solid #d0eaf7;
}
.upcoming-event p svg {
  fill: #1295D8;
  min-width: 18px;
  margin-right: 16px;
}
.upcoming-event .date-box {
  border-top: 1px solid #a0d5ef;
  padding-top: 24px;
}
.upcoming-event .date-box .title-classic {
  text-transform: none;
}
.upcoming-event .data-box-mobile {
  display: none;
}

.section-agenda-past {
  padding-top: 5%;
  padding-bottom: 6%;
}
.section-agenda-past h1 {
  width: 100%;
  color: #1295D8;
  margin-bottom: 4%;
}
.section-agenda-past .ajax-load-more-container {
  width: 100%;
}

.past-event .event-box {
  -webkit-box-shadow: 0 0px 0px -15px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0px 0px -15px rgba(0, 0, 0, 0.8);
}
.past-event hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.past-event hgroup h5 {
  font-family: "Roboto Mono", sans-serif;
  color: #1295D8;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.past-event h2 {
  max-height: 120px;
}

@media (max-width: 1055px) {
  .section-agenda-upcoming {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .section-agenda-upcoming h1 {
    margin-bottom: 6.5%;
  }
  .section-agenda-upcoming h3.title-small {
    margin-bottom: 4%;
  }

  .event-agenda {
    margin-bottom: 6%;
  }
  .event-agenda .event-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .event-agenda .txt-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .event-agenda h2 {
    font-size: 1.7rem;
  }

  .upcoming-event p {
    display: none;
  }
  .upcoming-event .date-box {
    display: none;
  }
  .upcoming-event .data-box-mobile {
    display: block;
  }

  .section-agenda-past {
    padding-top: 8.5%;
    padding-bottom: 7.5%;
  }
  .section-agenda-past h1 {
    margin-bottom: 6.5%;
  }
  .section-agenda-past h3.title-small {
    margin-bottom: 4%;
  }

  .past-event hgroup h5 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .section-agenda-upcoming {
    padding-top: 10%;
    padding-bottom: 5%;
  }
  .section-agenda-upcoming h1 {
    margin-bottom: 10%;
  }
  .section-agenda-upcoming h3.title-small {
    margin-bottom: 6.5%;
  }

  .event-agenda {
    margin-bottom: 10%;
  }
  .event-agenda .event-box {
    display: block;
  }
  .event-agenda .event-preview-figure:before {
    padding-top: 60%;
  }
  .event-agenda .txt-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
  .event-agenda h2 {
    font-size: 1.4rem;
  }

  .section-agenda-past {
    padding-top: 8.5%;
    padding-bottom: 12%;
  }
  .section-agenda-past h1 {
    margin-bottom: 10%;
  }
  .section-agenda-past h3.title-small {
    margin-bottom: 6.5%;
  }

  .past-event hgroup h5 {
    font-size: 1rem;
  }
}
.section-home-about-and-posts {
  padding: 4.75% 0 3%;
}

.home-categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.home-categories-list li {
  width: 25%;
  max-width: 25%;
}
.home-categories-list img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.home-categories-list .img-box {
  position: relative;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-categories-list .img-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(18, 149, 216, 0.3);
}
.home-categories-list .cat-box {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-categories-list .cat-box svg {
  display: block;
  width: 98px;
  height: 98px;
}
.home-categories-list .cat-box h3 {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 2px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}
.home-categories-list .cat-box h3:before, .home-categories-list .cat-box h3:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
}
.home-categories-list .cat-box h3:before {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
}
.home-categories-list .cat-box h3:after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.home-categories-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 8% 0 16%;
}
.home-categories-list a:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.home-categories-list a.animated h3:before {
  -webkit-animation: more-before 0.5s cubic-bezier(1, 0, 0, 1) both;
  animation: more-before 0.5s cubic-bezier(1, 0, 0, 1) both;
}
.home-categories-list a.animated h3:after {
  -webkit-animation: more-after 0.5s cubic-bezier(1, 0, 0, 1) both;
  animation: more-after 0.5s cubic-bezier(1, 0, 0, 1) both;
}

@-webkit-keyframes more-before {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes more-before {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes more-after {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes more-after {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.section-home-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 0 5%;
}
.section-home-about .extruded {
  width: 52vw;
  max-width: 1024px;
  position: relative;
}
.section-home-about .extruded img {
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}
.section-home-about .about-box {
  width: 48vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-home-about h1 {
  font-size: 5.3rem;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 100;
  letter-spacing: 0;
  color: #1295D8;
  border-bottom: 1px solid #e3f2fa;
  padding-bottom: 27px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1366px) {
  .section-home-about h1 {
    font-size: calc(3.4rem + (1.9)*((100vw - (1025rem / 10))/((1366 / 10) - (1025 / 10))));
  }
}
@media (max-width: 1024px) {
  .section-home-about h1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px) {
  .section-home-about h1 {
    font-size: calc(2.5rem + (0.9)*((100vw - (320rem / 10))/((767 / 10) - (320 / 10))));
  }
}
.section-home-about h1 svg {
  position: absolute;
  left: -50px;
  top: 10px;
  width: 23px;
  height: 18px;
  display: block;
  fill: #1295D8;
}

@media (max-width: 1055px) {
  .section-home-about {
    padding: 7.5% 0 5%;
  }
  .section-home-about .extruded {
    width: 31.64625vw;
    max-width: none;
  }
  .section-home-about .extruded img {
    width: 200%;
    margin-left: -100%;
  }
  .section-home-about .about-box {
    width: auto;
  }
  .section-home-about h1 {
    padding-bottom: 22px;
    margin-bottom: 25px;
  }
  .section-home-about h1 svg {
    left: -36px;
    top: 8px;
    width: 20px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .section-home-about {
    padding: 0% 0 10%;
    display: block;
  }
  .section-home-about .extruded {
    width: 100%;
    max-width: none;
  }
  .section-home-about .extruded img {
    width: 100%;
    margin-left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .section-home-about .about-box {
    width: auto;
    padding-top: 15%;
  }
  .section-home-about h1 {
    padding-bottom: 0;
    margin-bottom: 28px;
    font-style: italic;
    border-bottom: 0;
    line-height: 1.4;
  }
  .section-home-about h1 span {
    border-bottom: 1px solid #d0eaf7;
  }
  .section-home-about h1 svg {
    display: none;
  }
}
.section-home-news-and-coverage {
  padding: 4.75% 0 3%;
}
.section-home-news-and-coverage .coverage-box .coverage-flex {
  padding-bottom: 25px;
}
.section-home-news-and-coverage .coverage-box .posts-box-header {
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .section-home-about-and-posts .swiper-wrapper .swiper-slide:nth-child(3), .section-home-about-and-posts .swiper-wrapper .swiper-slide:nth-child(4),
.section-home-news-and-coverage .swiper-wrapper .swiper-slide:nth-child(3),
.section-home-news-and-coverage .swiper-wrapper .swiper-slide:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1055px) {
  .section-home-news-and-coverage {
    overflow: hidden;
    padding: 6.5% 0 6.5%;
  }
  .section-home-news-and-coverage .grid {
    display: block;
  }
  .section-home-news-and-coverage .posts-box-header {
    padding-bottom: 16px;
  }
  .section-home-news-and-coverage .coverage-box {
    margin-top: 9%;
    padding-top: 9%;
    border-top: 1px solid #d0eaf7;
  }

  .coverage-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .coverage-flex > div:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-home-news-and-coverage {
    padding: 15% 0;
  }
  .section-home-news-and-coverage .posts-box-header {
    padding-bottom: 8px;
  }
  .section-home-news-and-coverage .posts-box-header h3.title-classic {
    margin-bottom: 18px;
  }
  .section-home-news-and-coverage .coverage-box {
    display: none;
  }
}
@media (max-width: 1055px) {
  .section-home-about-and-posts {
    padding: 7.5% 0 6.5%;
  }
  .section-home-about-and-posts .about-box {
    padding-bottom: 9%;
  }

  .home-categories-list a {
    padding: 16% 0 28%;
  }
  .home-categories-list h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .section-home-about-and-posts {
    padding: 15% 0 12%;
  }
  .section-home-about-and-posts .about-box {
    padding-bottom: 15%;
  }

  .section-home-categories .title-medium {
    text-align: center;
  }

  .home-categories-list {
    display: block;
  }
  .home-categories-list li {
    width: 100%;
    max-width: 100%;
  }
  .home-categories-list a {
    padding: 32px 0 32px;
  }
  .home-categories-list .cat-box {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home-categories-list .cat-box svg {
    display: block;
    width: 98px;
    height: 98px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .home-categories-list .cat-box h3 {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
.section-uf-intro.team .img-box {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-uf-intro.team .img-box:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 149, 216)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgb(18, 149, 216) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.52;
  content: "";
}

.section-team-staff {
  padding-bottom: 3.5%;
}
.section-team-staff header {
  text-align: center;
  padding: 5% 0;
}
.section-team-staff header h2 {
  text-transform: uppercase;
  padding-bottom: 25px;
  color: #1295D8;
}

.staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.staff-list li {
  margin-right: calc(40px + (10)*((100vw - 1056px)/(310)));
}
@media (min-width: 1707px) {
  .staff-list li {
    margin-right: calc(1200px / 23 );
  }
}
.staff-list li:nth-child(4n+4) {
  margin-right: 0;
}
.staff-list .img-box {
  overflow: hidden;
}
.staff-list .img-box img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.staff-list a {
  display: block;
  margin-bottom: 40px;
}
.staff-list a:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.staff-list .img-box-mobile {
  display: none;
}
.staff-list h2 {
  color: #333333;
  font-weight: 500;
  padding: 16px 0 2px;
}
.staff-list h3 {
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.2rem;
  color: #1295D8;
  line-height: 1.667;
}
.staff-list ul {
  padding-top: 10px;
}
.staff-list ul li {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.667;
  color: #666666;
}

@media (max-width: 1055px) {
  .section-team-staff {
    padding-bottom: 3.5%;
  }
  .section-team-staff header {
    padding: 7.5% 0;
  }
  .section-team-staff header h2 {
    padding-bottom: 22px;
  }

  .staff-list li {
    margin-right: 3.515625vw;
  }
  .staff-list li:nth-child(4n+4) {
    margin-right: 3.515625vw;
  }
  .staff-list li:nth-child(3n+3) {
    margin-right: 0;
  }
  .staff-list h2 {
    font-size: 1.4rem;
    padding: 14px 0 2px;
  }
  .staff-list ul li {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .section-team-staff {
    padding-bottom: 10%;
  }
  .section-team-staff header {
    padding: 10% 0;
  }
  .section-team-staff header h2 {
    padding-bottom: 15px;
  }

  .staff-list {
    display: block;
  }
  .staff-list li {
    margin-right: 0;
  }
  .staff-list li:nth-child(4n+4) {
    margin-right: 0;
  }
  .staff-list li:last-child a {
    border-bottom: 0;
  }
  .staff-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #d0eaf7;
  }
  .staff-list .img-box {
    display: none;
  }
  .staff-list .img-box-mobile {
    display: block;
    border-radius: 50%;
    overflow: hidden;
  }
  .staff-list .img-box-mobile img {
    border-radius: 50%;
  }
  .staff-list h2 {
    padding: 0 0 2px;
  }
}
.section-members-about {
  padding-top: 4%;
  padding-bottom: 4%;
}
.section-members-about h1 {
  color: #1295D8;
  margin-bottom: 4%;
}
.section-members-about h2 {
  margin-bottom: 32px;
}
.section-members-about .cols {
  -webkit-columns: 280px 2;
     -moz-columns: 280px 2;
          columns: 280px 2;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.85;
}
.section-members-about li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}
.section-members-about li:before {
  content: "";
  width: 8px;
  height: 2px;
  top: 11px;
  display: block;
  background: #1295D8;
  position: absolute;
  left: 0;
}

.country {
  font-family: "Roboto Mono", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 1.1rem;
  color: #666666;
}

.section-members-listing {
  padding-top: 5%;
  padding-bottom: 5%;
}
.section-members-listing h2 {
  text-align: center;
  margin-bottom: 6%;
}

.orgas-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.orgas-list li {
  margin-right: calc(40px + (10)*((100vw - 1056px) / (310)));
  margin-bottom: 7.5%;
}
@media (min-width: 1434px) {
  .orgas-list li {
    margin-right: calc(1200px / 23 );
  }
}
.orgas-list li:nth-child(4n+4) {
  margin-right: 0;
}
.orgas-list .img-box {
  border: 1px solid #d0eaf7;
  margin-bottom: 22px;
  position: relative;
  background: #fff;
  -webkit-transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.orgas-list .img-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.orgas-list .img-box img {
  width: 62.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.orgas-list .txt-box {
  margin-top: 23px;
}
.orgas-list h3 {
  color: #333333;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
.orgas-list h5 + h3 {
  margin-top: 16px;
}
.orgas-list a {
  display: block;
}
.orgas-list a:hover .img-box {
  border-color: #1295D8;
}
.orgas-list a:hover .img-box img {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}

@media (min-width: 1056px) {
  .members-list li {
    padding-left: 0 !important;
    border-bottom: 1px dashed #88caeb;
  }
  .members-list li:before {
    content: none !important;
  }
  .members-list li:nth-child(2n+1):nth-last-child(-n+2), .members-list li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    border-bottom: 0;
  }
}
@media (max-width: 1055px) {
  .section-members-listing {
    padding-top: 7.5%;
  }
  .section-members-listing h2 {
    margin-bottom: 8%;
  }

  .orgas-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .orgas-list li {
    margin-right: 3.515625vw;
  }
  .orgas-list li:nth-child(4n+4) {
    margin-right: 3.515625vw;
  }
  .orgas-list li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section-members-about {
    padding-top: 12%;
    padding-bottom: 12%;
  }
  .section-members-about h1 {
    color: #1295D8;
    margin-bottom: 6%;
  }
  .section-members-about h2 {
    margin-bottom: 28px;
  }
  .section-members-about li {
    padding-left: 20px;
  }

  .section-members-listing {
    padding: 12% 0 5%;
  }
  .section-members-listing h2 {
    margin-bottom: 12%;
  }

  .orgas-list {
    display: block;
  }
  .orgas-list li {
    margin-right: 0;
    margin-bottom: 0;
  }
  .orgas-list li:nth-child(4n+4) {
    margin-right: 0;
  }
  .orgas-list li:last-child a {
    border-bottom: 0;
  }
  .orgas-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px dashed #88caeb;
  }
  .orgas-list a:hover .img-box img {
    -webkit-transform: none;
            transform: none;
  }
  .orgas-list .img-box {
    border: 0;
    margin-bottom: 0;
  }
  .orgas-list .img-box:before {
    content: none;
  }
  .orgas-list .img-box img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .orgas-list .txt-box {
    margin-top: 0;
  }
}
.section-jobs-about {
  padding-top: 4%;
}
.section-jobs-about .main-post-header {
  margin-bottom: 0;
}

.section-all-jobs {
  padding: 5% 0 2.5%;
}
.section-all-jobs > h2 {
  text-align: center;
  margin-bottom: 3.5%;
}
.section-all-jobs .no-jobs {
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 2.5%;
}
.section-all-jobs.external .job-preview {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.job-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0px 0px 13.72px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 13.72px rgba(0, 0, 0, 0.1);
  padding: 34px 0;
  margin-bottom: 7.5%;
  background: #fff;
}
.job-preview h2 {
  margin-bottom: 16px;
}
.job-preview p {
  margin-bottom: 12px;
}

@media (max-width: 1055px) {
  .section-jobs-about {
    padding-top: 7.5%;
  }

  .section-all-jobs {
    padding: 6.5% 0 2.5%;
  }
  .section-all-jobs > h2 {
    margin-bottom: 6%;
  }
}
@media (max-width: 767px) {
  .section-jobs-about {
    padding-top: 10%;
  }

  .section-all-jobs {
    padding: 12.5% 0 10%;
  }
  .section-all-jobs > h2 {
    text-align: left;
    margin-bottom: 8.5%;
  }
  .section-all-jobs .no-jobs {
    text-align: left;
    padding-bottom: 8.5%;
  }

  .job-preview {
    display: block;
    padding: 18px 0 28px;
    margin-bottom: 12.5%;
  }
  .job-preview .logo-box {
    margin: 0 auto 16px;
  }
  .job-preview .logo-box img {
    width: 100px;
  }
  .job-preview .txt-box {
    margin: 0 auto;
  }
  .job-preview h2 {
    margin-bottom: 16px;
  }
  .job-preview p {
    display: none;
  }
}
.section-press-intro {
  padding: 4% 0 5%;
  color: #fff;
}
.section-press-intro .img-box {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-press-intro .img-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(18, 149, 216, 0.65);
}
.section-press-intro h1 {
  margin-bottom: 4%;
}
.section-press-intro p {
  font-size: 1.8rem;
  line-height: 1.94;
}

.section-press-news {
  padding: 5% 0 5%;
}

.section-press-publications {
  padding: 5% 0 4%;
}
.section-press-publications .swiper-t-m-1 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-press-press {
  padding: 5% 0;
}
.section-press-press .separator {
  width: 1px;
  background: #a0d5ef;
}
.section-press-press .select2-container {
  margin-bottom: 8px;
}

.swiper-press {
  overflow: hidden;
}
.swiper-press .swiper-slide {
  border-bottom: 1px dashed #88caeb;
  height: auto;
}
.swiper-press .swiper-press-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 24px;
}
.swiper-press .swiper-press-nav > div {
  border: 1px solid #a0d5ef;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: #fff;
  -webkit-transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}
.swiper-press .swiper-press-nav > div:hover {
  background: #1295D8;
}
.swiper-press .swiper-press-nav > div:hover:after {
  border-color: #fff;
}
.swiper-press .swiper-press-nav > div.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.swiper-press .swiper-press-nav > div:after {
  content: "";
  border: solid #1295D8;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 19px;
  left: 19px;
  -webkit-transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.17s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.swiper-press .swiper-press-prev {
  margin-right: -1px;
}
.swiper-press .swiper-press-prev:after {
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
}
.swiper-press .swiper-press-next:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.section-press-receive {
  overflow: hidden;
  color: #fff;
  padding: 4.5% 0 5%;
}
.section-press-receive .background {
  fill: #36a5de;
  position: absolute;
  left: calc(-569px + 21%);
  top: 15%;
}
.section-press-receive h2 {
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 48px;
}
.section-press-receive h2 svg {
  margin-right: 24px;
  fill: #fff;
}
.section-press-receive p,
.section-press-receive h3 {
  font-size: 1.8rem;
  line-height: 1.94;
}
.section-press-receive h3 {
  font-weight: 500;
}
.section-press-receive a {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.section-press-receive a.link-btn {
  margin-top: 30px;
}
.section-press-receive .separator {
  width: 1px;
  background: #a0d5ef;
}
.section-press-receive .img-box,
.section-press-receive img {
  overflow: hidden;
  border-radius: 50%;
}

.section-press-downloads {
  padding: 6.5% 0 2.5%;
}
.section-press-downloads p {
  font-size: 1.8rem;
  line-height: 1.94;
}
.section-press-downloads header {
  margin-bottom: 10%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-press-downloads h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-press-downloads h2 svg {
  margin-right: 28px;
  fill: #1295D8;
  width: 28px;
  height: 28px;
}
.section-press-downloads .download-type {
  -webkit-box-shadow: 0px 0px 11.75px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 11.75px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 4% 0;
  margin-bottom: 5%;
  display: block;
  will-change: box-shadow;
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-press-downloads .download-type:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.section-press-downloads .download-type h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-family: "Roboto Mono", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1295D8;
  font-weight: 500;
}
.section-press-downloads .download-type h3 svg {
  margin-right: 17px;
  fill: #1295D8;
}

.section-press-footer {
  padding: 5% 0;
}
.section-press-footer h2 {
  margin-bottom: 60px;
}

.press-contact .img-box, .press-contact img {
  overflow: hidden;
  border-radius: 50%;
}
.press-contact h3 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.444;
  color: #333333;
  margin-top: 22px;
}
.press-contact h3 span {
  color: #666666;
}
.press-contact h4 {
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.8rem;
  color: #1295D8;
}
.press-contact p {
  font-family: "Roboto Mono", sans-serif;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 18px;
}

.press-resources li:last-of-type a {
  border-bottom: 0;
}
.press-resources a {
  display: block;
  border-bottom: 1px solid #d0eaf7;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.07em;
  padding-bottom: 14px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 1055px) {
  .section-press-intro {
    padding: 8.5% 0 10%;
  }
  .section-press-intro p {
    font-size: 1.6rem;
  }

  .section-press-news {
    padding: 6.5% 0 6.5%;
  }
  .section-press-news .swiper-slide:last-child {
    display: none;
  }

  .section-press-publications {
    padding: 6.5% 0 6.5%;
  }

  .section-press-press {
    padding: 8.5% 0 6.5%;
  }
  .section-press-press .separator {
    height: 1px;
    width: 100%;
    background: #a0d5ef;
    margin: 8.5% 0;
  }
  .section-press-press .select2-container {
    margin-bottom: 32px;
  }

  .swiper-press {
    overflow: hidden;
  }
  .swiper-press .swiper-slide {
    border-bottom: 0;
  }
  .swiper-press .swiper-slide .coverage-preview {
    padding-right: 3.515625vw;
    margin-right: 3.515625vw;
    border-right: 1px dashed #88caeb;
  }
  .swiper-press .swiper-slide:last-child .coverage-preview {
    border-right: 0;
  }
  .swiper-press .swiper-press-nav {
    display: none;
  }

  .swiper-press-pagination {
    text-align: center;
    margin-top: 36px;
    position: relative;
  }
  .swiper-press-pagination .swiper-pagination-bullet {
    background: #e3f2fa;
    opacity: 1;
    width: 11px;
    height: 11px;
    margin: 0 5px !important;
  }
  .swiper-press-pagination .swiper-pagination-bullet-active {
    background: #1295D8;
  }
  .swiper-press-pagination.white .swiper-pagination-bullet {
    background: #fff;
  }
  .swiper-press-pagination.white .swiper-pagination-bullet-active {
    background: #1295D8;
  }

  .section-press-receive {
    padding: 6.5% 0 6.5%;
  }
  .section-press-receive .background {
    left: -21%;
    top: 15%;
  }
  .section-press-receive h2 {
    font-size: 3rem;
    margin-bottom: 48px;
  }
  .section-press-receive h2 svg {
    margin-right: 24px;
    fill: #fff;
  }
  .section-press-receive p {
    font-size: 1.7rem;
  }
  .section-press-receive h3 {
    font-size: 1.5rem;
  }
  .section-press-receive a {
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .section-press-receive .separator {
    width: 1px;
  }
  .section-press-receive .contact-person {
    text-align: center;
    display: block;
  }
  .section-press-receive .img-box,
.section-press-receive img {
    width: 75px;
    display: inline-block;
  }

  .section-press-downloads {
    padding: 6.5% 0 2.5%;
  }
  .section-press-downloads p {
    font-size: 1.7rem;
  }
  .section-press-downloads header {
    margin-bottom: 8%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-press-downloads .download-type {
    padding: 5% 0;
    margin-bottom: 5%;
  }
  .section-press-downloads .download-type h3 {
    font-size: 1.3rem;
  }
  .section-press-downloads .download-type p {
    font-size: 1.6rem;
  }
  .section-press-downloads .download-type .link-box {
    margin: 20px 0 0 auto;
  }
  .section-press-downloads .download-type .link-box a.link-btn {
    margin-right: 0;
  }

  .section-press-footer {
    padding: 0 0 2.5%;
  }
  .section-press-footer > div > div {
    border-bottom: 1px solid #fff;
    padding: 8% 0;
  }
  .section-press-footer h2 {
    margin-bottom: 30px;
  }

  .press-contact {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .press-contact .contact-person {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .press-contact .img-box, .press-contact img {
    overflow: hidden;
    border-radius: 50%;
  }
  .press-contact h3 {
    font-size: 1.7rem;
    margin-top: 0;
  }
  .press-contact h4 {
    font-size: 1.7rem;
  }

  .press-resources {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .press-resources ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .press-resources a {
    font-size: 1.3rem;
  }

  .press-social {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .section-press-intro {
    padding: 15% 0 15%;
  }
  .section-press-intro h1 {
    margin-bottom: 6%;
  }
  .section-press-intro p {
    font-size: 1.5rem;
  }

  .section-press-news {
    padding: 15% 0 15%;
  }
  .section-press-news .swiper-slide:last-child {
    display: block;
  }

  .section-press-publications {
    padding: 15% 0 15%;
  }

  .section-press-press {
    padding: 15% 0 12%;
  }
  .section-press-press .separator {
    margin: 15% 0;
  }
  .section-press-press .select2-container {
    margin-bottom: 24px;
  }

  .swiper-press {
    overflow: visible;
  }
  .swiper-press .swiper-slide .coverage-preview {
    margin-bottom: 0;
    padding-right: 7.1875vw;
    margin-right: 7.1875vw;
    border-right: 0;
  }

  .section-press-receive {
    padding: 12% 0 12%;
  }
  .section-press-receive .background {
    display: none;
  }
  .section-press-receive h2 {
    font-size: 1.7rem;
    margin-bottom: 38px;
    text-transform: uppercase;
  }
  .section-press-receive h2 svg {
    margin-right: 12px;
    fill: #fff;
    width: 40px;
    min-width: 40px;
  }
  .section-press-receive p {
    text-align: center;
    font-size: 1.6rem;
  }
  .section-press-receive h3 {
    font-size: 1.5rem;
  }
  .section-press-receive a {
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .section-press-receive .separator {
    width: 100%;
    height: 1px;
    margin: 12% 0;
  }
  .section-press-receive .contact-person {
    text-align: center;
    display: block;
  }
  .section-press-receive .img-box,
.section-press-receive img {
    width: 75px;
    display: inline-block;
  }

  .bg-lightblue .event-quick-preview {
    background: #fff;
  }
  .bg-lightblue .swiper-m-1 .swiper-gen-pagination .swiper-pagination-bullet {
    background: #fff;
  }
  .bg-lightblue .swiper-m-1 .swiper-gen-pagination .swiper-pagination-bullet-active {
    background: #1295D8;
  }

  .section-press-downloads {
    padding: 15% 0 7.5%;
  }
  .section-press-downloads p {
    font-size: 1.5rem;
  }
  .section-press-downloads header {
    margin-bottom: 12%;
  }
  .section-press-downloads .download-type {
    display: block;
    padding: 7.5% 0;
    margin-bottom: 7.55%;
  }
  .section-press-downloads .download-type p {
    font-size: 1.5rem;
    margin-top: 15px;
  }
  .section-press-downloads .download-type .link-box {
    margin: 14px 0 0;
  }
  .section-press-downloads .download-type .link-box a.link-btn {
    margin-right: 0;
  }

  .section-press-footer {
    padding: 0 0 5%;
  }
  .section-press-footer > div > div {
    padding: 13.5% 0;
  }

  .press-contact .contact-person {
    display: block;
  }
  .press-contact .img-box {
    margin-bottom: 24px;
  }
  .press-contact h3, .press-contact h4 {
    font-size: 1.5rem;
  }

  .press-resources ul {
    display: block;
  }
}
.gf-go-to {
  position: absolute;
  top: 0;
  left: 0;
}
.gf-go-to p {
  font-size: 1.2rem;
}
.gf-go-to a {
  font-weight: 500;
}
.gf-go-to a:hover {
  text-decoration: underline;
}

.section-gf {
  padding-top: 6.5%;
}
.section-gf .grid {
  position: relative;
}
.section-gf .members-list {
  margin: 72px auto;
}
.section-gf .author-preview.member h3 {
  text-transform: none;
}
.section-gf .author-preview.member h4 {
  font-weight: normal;
  color: #1295D8;
  margin-bottom: 0;
}
.section-gf .author-preview.member a:hover {
  background: #e3f2fa;
  text-decoration: none;
}

.related-content.documents {
  padding-left: 38px;
  padding-right: 38px;
}
.related-content.documents h4 {
  border-bottom: 0;
}
.related-content.documents h4 svg {
  fill: #1295D8;
  margin-right: 12px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  width: 21px;
  height: 21px;
}

@media (max-width: 1055px) {
  .gf-go-to {
    position: relative;
    margin-bottom: 5%;
  }

  .section-gf {
    padding-top: 6.5%;
  }
  .section-gf .grid {
    position: relative;
  }
  .section-gf .members-list {
    margin: 40px auto;
  }

  .related-content.documents {
    padding-left: 3.515625;
    padding-right: 3.515625;
  }
  .related-content.documents li {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .gf-go-to {
    margin-bottom: 8.5%;
  }

  .section-gf {
    padding-top: 12%;
  }
  .section-gf .members-list {
    margin: 20px auto;
  }

  .related-content.documents {
    padding-left: 7.1875vw;
    padding-right: 7.1875vw;
  }
}
.section-involved-intro {
  min-height: 35vh;
  background: #1295D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-involved-intro h1 {
  color: #fff;
  z-index: 2;
  position: relative;
}
.section-involved-intro .img-box {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 64vw;
  height: 100%;
  opacity: 0.4;
}
.section-involved-intro:after {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 149, 216)), to(rgba(18, 149, 216, 0)));
  background: linear-gradient(90deg, rgb(18, 149, 216) 0%, rgba(18, 149, 216, 0) 100%);
  width: 31vw;
  top: 0;
  right: 33vw;
  height: 100%;
}

.section-involved-about {
  padding: 3% 0 3.5%;
}

.section-involved-networks {
  padding: 5% 0;
}

.involved-networks {
  padding: 5% 0;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  background: #fff;
  will-change: box-shadow;
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.involved-networks:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.involved-networks p {
  font-size: 1.8rem;
  line-height: 1.944;
}
.involved-networks .social-box {
  background: #1295D8;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.17s ease-in-out;
  transition: background 0.17s ease-in-out;
}
.involved-networks .social-box:hover {
  background: #0e75a9;
}
.involved-networks .social-box svg {
  display: inline-block;
  fill: #fff;
}
.involved-networks .social-box h4 {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 20px;
}
.involved-networks .social-box.facebook svg {
  width: 14px;
  height: 26px;
}
.involved-networks .social-box.twitter svg {
  width: 30px;
  height: 24px;
}

@media (max-width: 1055px) {
  .section-involved-about {
    padding: 6.5% 0 7.5%;
  }

  .section-involved-networks {
    padding: 6.5% 0;
  }

  .involved-networks {
    padding: 6.5% 0;
  }
  .involved-networks p {
    font-size: 1.5rem;
    line-height: 1.667;
  }
  .involved-networks .social-box h4 {
    font-size: 1.3rem;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .section-involved-about {
    padding: 7.5% 0 8.5%;
  }

  .section-involved-actions > .grid {
    width: 100%;
  }

  .section-involved-networks {
    padding: 10% 0;
  }

  .involved-networks {
    padding: 8.5% 0;
  }
  .involved-networks p {
    font-size: 1.4rem;
  }
  .involved-networks .social-box {
    margin-top: 24px;
    padding: 20px 0;
  }
  .involved-networks .social-box svg {
    display: inline-block;
    fill: #fff;
  }
  .involved-networks .social-box h4 {
    font-size: 1rem;
    margin-top: 4px;
  }
  .involved-networks .social-box.facebook svg {
    width: 9px;
    height: 18px;
  }
  .involved-networks .social-box.twitter svg {
    width: 20px;
    height: 16px;
  }
}
.section-become-possibilities {
  padding-bottom: 2.5%;
  text-align: center;
}

.become-possibilities {
  padding-top: 3.5%;
}
.become-possibilities li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.become-possibilities h3 {
  font-weight: 500;
  line-height: 1.2;
  margin: 28px 0 8px;
  color: #333333;
}

.section-become-table {
  padding: 5% 0;
}
.section-become-table h2 {
  color: #1295D8;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.section-become-table p {
  margin-bottom: 28px;
}
.section-become-table ul {
  overflow: auto;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 14px;
}
.section-become-table ul > li {
  padding-left: 28px;
  margin-bottom: 14px;
}
.section-become-table ul > li:before {
  width: 8px;
  height: 2px;
  top: 11px;
}
.section-become-table ul li {
  position: relative;
}
.section-become-table ul li:before {
  content: "";
  display: block;
  background: #1295D8;
  position: absolute;
  left: 0;
}

@media (max-width: 1055px) {
  .section-become-possibilities {
    padding-bottom: 2.5%;
    text-align: center;
  }

  .become-possibilities {
    padding-top: 5%;
  }
  .become-possibilities li {
    margin-bottom: 48px;
  }

  .section-become-table {
    padding: 5% 0;
  }
}
@media (max-width: 767px) {
  .section-become-possibilities {
    padding-bottom: 0;
    text-align: left;
  }

  .become-possibilities {
    padding-top: 8%;
  }
  .become-possibilities svg {
    width: 100%;
  }
  .become-possibilities li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 36px;
  }
  .become-possibilities h3 {
    margin: 0 0 8px;
  }

  .section-become-table {
    padding: 12% 0;
    overflow: hidden;
  }
  .section-become-table h2 {
    text-align: left;
    margin-bottom: 24px;
  }
  .section-become-table .table-scroll {
    overflow: scroll;
  }
  .section-become-table .table-scroll table {
    min-width: 200%;
  }
}
.main-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.section-contact-map {
  overflow: hidden;
  position: relative;
  width: 50%;
}
.section-contact-map .acf-map {
  height: calc(100% + 30px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section-contact-info {
  padding: 2.5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(23*(40px + (10)*((100vw - 1056px) / (310)))/2);
  max-width: calc(1200px / 2);
}

.contact-main h1 {
  color: #1295D8;
  margin-bottom: 32px;
}
.contact-main p {
  font-size: 1.8rem;
  line-height: 1.78;
  margin-bottom: 32px;
}

.contact-footer {
  padding-top: 32px;
  border-top: 1px solid #d0eaf7;
}
.contact-footer p {
  padding-bottom: 25px;
}
.contact-footer a {
  font-weight: 500;
}

@media (max-width: 1055px) {
  .main-contact {
    display: block;
    min-height: 0;
  }

  .section-contact-map {
    width: 100%;
    height: 60vh;
  }

  .section-contact-info {
    padding: 5% 0;
    display: block;
    width: 100%;
    max-width: none;
  }
  .section-contact-info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contact-main {
    width: 50%;
  }
  .contact-main h1 {
    margin-bottom: 20px;
  }
  .contact-main p {
    font-size: 1.7rem;
    margin-bottom: 28px;
  }

  .contact-footer {
    width: 50%;
    padding-top: 50px;
    padding-left: 40px;
    border-top: 0;
    border-left: 1px solid #d0eaf7;
  }
  .contact-footer p {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .section-contact-info {
    padding: 10% 0 1.5%;
  }
  .section-contact-info > div {
    display: block;
  }

  .contact-main {
    width: 100%;
  }
  .contact-main h1 {
    margin-bottom: 20px;
  }
  .contact-main p {
    font-size: 1.5rem;
    margin-bottom: 28px;
  }

  .contact-footer {
    width: 100%;
    padding-top: 32px;
    padding-left: 0;
    border-top: 1px solid #d0eaf7;
    border-left: 0;
  }
  .contact-footer p {
    padding-bottom: 25px;
  }
}
.section-search-title {
  padding: 3.5% 0;
}
.section-search-title h1 {
  margin-bottom: 10px;
}

.search-form-big {
  position: relative;
}
.search-form-big input[type=text] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #1295D8;
  font-weight: 300;
  letter-spacing: 0;
  background: none;
  color: #1295D8;
  font-size: 3.5rem;
  line-height: 88px;
  -webkit-appearance: none;
}
.search-form-big input[type=text]:focus {
  outline: 0;
}
.search-form-big input:-webkit-autofill,
.search-form-big input:-webkit-autofill:hover,
.search-form-big input:-webkit-autofill:focus {
  border: 0;
  border-bottom: 1px solid #1295D8;
  -webkit-text-fill-color: #1295D8;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.search-form-big input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 91px;
  opacity: 0;
  cursor: pointer;
}
.search-form-big svg {
  fill: #1295D8;
  width: 28px;
  height: 28px;
  position: absolute;
  pointer-events: none;
  top: 35px;
  right: 0;
}

.search-wrapper {
  padding: 3% 0 5%;
}
.search-wrapper > h2 {
  width: 100%;
  margin-bottom: 48px;
}

.section-search-filters {
  padding-bottom: 40px;
}
.section-search-filters h3 {
  text-transform: none;
  margin-bottom: 28px;
}
.section-search-filters .filters-cpt > li {
  font-size: 1.4rem;
  font-weight: 300;
  color: #a0d5ef;
  line-height: 2.14;
  letter-spacing: 0.07em;
}
.section-search-filters .filters-cpt > li .active {
  font-weight: bold;
}

.allnews-more {
  text-align: center;
}
.allnews-more a.link-btn {
  margin-right: 0;
}
.allnews-more a.loading {
  opacity: 0.5;
  pointer-events: none;
}
.allnews-more a.disabled {
  visibility: hidden;
}

.section-search-results > h3 {
  margin-bottom: 28px;
}
.section-search-results .ajax-page {
  display: none;
}
.section-search-results .search-result {
  margin-bottom: 50px;
}
.section-search-results .publication-preview {
  -webkit-box-shadow: 0px 0px 13.39px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 13.39px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1055px) {
  .search-wrapper {
    padding: 6.5% 0 8.5%;
  }
}
@media (max-width: 767px) {
  .search-wrapper {
    padding: 12% 0 12%;
  }
}