@charset "UTF-8";
/*
Theme Name: FW BLOG
Theme URI: https://www.finance-watch.com
Author: Atelier Design
Author URI: https://www.atelierdesign.be
Description: FW BLOG Theme
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fw-blog
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-appearance: none;
  -moz-appearance: none;
       appearance: 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, .d-grid, .l-grid, .t-grid, .m-grid {
  position: relative;
}

.center {
  position: relative;
  margin: 0 auto;
}

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

@media (min-width: 1366px) {
  .grid, .d-grid {
    width: 1150px;
    margin: 0 auto;
  }
  .d-center {
    position: relative;
    margin: 0 auto;
  }
  .d-right {
    position: relative;
    margin-left: auto;
    margin-right: 0;
  }
  .d-col-1 {
    width: 50px;
  }
  .d-col-2 {
    width: 100px;
  }
  .d-col-3 {
    width: 150px;
  }
  .d-col-4 {
    width: 200px;
  }
  .d-col-5 {
    width: 250px;
  }
  .d-col-6 {
    width: 300px;
  }
  .d-col-7 {
    width: 350px;
  }
  .d-col-8 {
    width: 400px;
  }
  .d-col-9 {
    width: 450px;
  }
  .d-col-10 {
    width: 500px;
  }
  .d-col-11 {
    width: 550px;
  }
  .d-col-12 {
    width: 600px;
  }
  .d-col-13 {
    width: 650px;
  }
  .d-col-14 {
    width: 700px;
  }
  .d-col-15 {
    width: 750px;
  }
  .d-col-16 {
    width: 800px;
  }
  .d-col-17 {
    width: 850px;
  }
  .d-col-18 {
    width: 900px;
  }
  .d-col-19 {
    width: 950px;
  }
  .d-col-20 {
    width: 1000px;
  }
  .d-col-21 {
    width: 1050px;
  }
  .d-col-22 {
    width: 1100px;
  }
}
@media (max-width: 1365px) and (min-width: 1025px) {
  .grid, .l-grid {
    width: 874px;
    margin: 0 auto;
  }
  .l-center {
    position: relative;
    margin: 0 auto;
  }
  .l-right {
    position: relative;
    margin-left: auto;
    margin-right: 0;
  }
  .l-col-1 {
    width: 38px;
  }
  .l-col-2 {
    width: 76px;
  }
  .l-col-3 {
    width: 114px;
  }
  .l-col-4 {
    width: 152px;
  }
  .l-col-5 {
    width: 190px;
  }
  .l-col-6 {
    width: 228px;
  }
  .l-col-7 {
    width: 266px;
  }
  .l-col-8 {
    width: 304px;
  }
  .l-col-9 {
    width: 342px;
  }
  .l-col-10 {
    width: 380px;
  }
  .l-col-11 {
    width: 418px;
  }
  .l-col-12 {
    width: 456px;
  }
  .l-col-13 {
    width: 494px;
  }
  .l-col-14 {
    width: 532px;
  }
  .l-col-15 {
    width: 570px;
  }
  .l-col-16 {
    width: 608px;
  }
  .l-col-17 {
    width: 646px;
  }
  .l-col-18 {
    width: 684px;
  }
  .l-col-19 {
    width: 722px;
  }
  .l-col-20 {
    width: 760px;
  }
  .l-col-21 {
    width: 798px;
  }
  .l-col-22 {
    width: 836px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .grid, .t-grid {
    width: 621px;
    margin: 0 auto;
  }
  .t-center {
    position: relative;
    margin: 0 auto;
  }
  .t-right {
    position: relative;
    margin-left: auto;
    margin-right: 0;
  }
  .t-col-1 {
    width: 27px;
  }
  .t-col-2 {
    width: 54px;
  }
  .t-col-3 {
    width: 81px;
  }
  .t-col-4 {
    width: 108px;
  }
  .t-col-5 {
    width: 135px;
  }
  .t-col-6 {
    width: 162px;
  }
  .t-col-7 {
    width: 189px;
  }
  .t-col-8 {
    width: 216px;
  }
  .t-col-9 {
    width: 243px;
  }
  .t-col-10 {
    width: 270px;
  }
  .t-col-11 {
    width: 297px;
  }
  .t-col-12 {
    width: 324px;
  }
  .t-col-13 {
    width: 351px;
  }
  .t-col-14 {
    width: 378px;
  }
  .t-col-15 {
    width: 405px;
  }
  .t-col-16 {
    width: 432px;
  }
  .t-col-17 {
    width: 459px;
  }
  .t-col-18 {
    width: 486px;
  }
  .t-col-19 {
    width: 513px;
  }
  .t-col-20 {
    width: 540px;
  }
  .t-col-21 {
    width: 567px;
  }
  .t-col-22 {
    width: 594px;
  }
}
@media (max-width: 767px) {
  .grid, .m-grid {
    width: 78.76vw;
    margin: 0 auto;
    max-width: 451px;
  }
  .m-center {
    position: relative;
    margin: 0 auto;
  }
  .m-right {
    position: relative;
    margin-left: auto;
    margin-right: 0;
  }
  .m-col-1 {
    width: 7.16vw;
    max-width: 41px;
  }
  .m-col-2 {
    width: 14.32vw;
    max-width: 82px;
  }
  .m-col-3 {
    width: 21.48vw;
    max-width: 123px;
  }
  .m-col-4 {
    width: 28.64vw;
    max-width: 164px;
  }
  .m-col-5 {
    width: 35.8vw;
    max-width: 205px;
  }
  .m-col-6 {
    width: 42.96vw;
    max-width: 246px;
  }
  .m-col-7 {
    width: 50.12vw;
    max-width: 287px;
  }
  .m-col-8 {
    width: 57.28vw;
    max-width: 328px;
  }
  .m-col-9 {
    width: 64.44vw;
    max-width: 369px;
  }
  .m-col-10 {
    width: 71.6vw;
    max-width: 410px;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
a {
  color: #358ffe;
  text-decoration: none;
}
a:visited {
  color: #358ffe;
}
a:hover {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #358ffe;
  outline: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "CeraStencilPRO";
  src: url("../woff2/cerastencilpro-bold-2.woff2") format("woff2");
}
/* roboto-mono-100 - latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 100;
  src: url("../woff2/roboto-mono-v5-latin-101.woff2") format("woff2"), url("../woff/roboto-mono-v5-latin-101.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("../woff2/roboto-mono-v5-latin-301.woff2") format("woff2"), url("../woff/roboto-mono-v5-latin-301.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("../woff2/roboto-mono-v5-latin-300italic-2.woff2") format("woff2"), url("../woff/roboto-mono-v5-latin-300italic-2.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("../woff2/roboto-mono-v5-latin-regular-2.woff2") format("woff2"), url("../woff/roboto-mono-v5-latin-regular-2.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("../woff2/roboto-mono-v5-latin-501.woff2") format("woff2"), url("../woff/roboto-mono-v5-latin-501.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("../woff2/roboto-mono-v5-latin-701.woff2") format("woff2"), url("../woff/roboto-mono-v5-latin-701.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("../woff2/rubik-v7-latin-301.woff2") format("woff2"), url("../woff/rubik-v7-latin-301.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("../woff2/rubik-v7-latin-300italic-2.woff2") format("woff2"), url("../woff/rubik-v7-latin-300italic-2.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("../woff2/rubik-v7-latin-regular-2.woff2") format("woff2"), url("../woff/rubik-v7-latin-regular-2.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("../woff2/rubik-v7-latin-501.woff2") format("woff2"), url("../woff/rubik-v7-latin-501.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("../woff2/rubik-v7-latin-701.woff2") format("woff2"), url("../woff/rubik-v7-latin-701.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body,
button,
input,
select,
textarea {
  color: #666;
  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;
  margin-bottom: 28px;
}
p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1365px) {
  p {
    font-size: 1.4rem;
  }
}
.title-big {
  color: #212975;
  font-size: 4.6rem;
  font-weight: bold;
}

.title-classic, .title-mono {
  text-align: center;
}

.title-classic, .wysiwyg h2, .section-intro-about h1 {
  color: #212975;
  font-size: 2.3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.title-mono, .wysiwyg h3 {
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #212975;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.title-mono-small {
  font-family: "Roboto Mono", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #7a7fac;
}

blockquote p {
  font-size: 2em;
  font-style: italic;
  color: #212975;
  display: inline-block;
}

blockquote::before {
  content: "«";
  color: #358ffe;
  display: inline-block;
  padding-right: 10px;
}

blockquote::after {
  content: "»";
  color: #358ffe;
  display: inline-block;
  padding-left: 10px;
}

.wysiwyg p,
.wysiwyg > ul > li,
.wysiwyg .center > ul:not(.inputs-list) > li:not(.hs-form-checkbox) {
  margin-bottom: 32px;
}

.wysiwyg > ul:not(.inputs-list) > li:not(.hs-form-checkbox) > ul,
.wysiwyg .center > ul > li > ul {
  margin-top: 10px;
}

.wysiwyg h2,
.wysiwyg h3 {
  margin-bottom: 26px;
}
.wysiwyg h4 {
  margin-bottom: 40px;
}
.wysiwyg h4 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #7a7fac;
  line-height: 1.77;
}
.wysiwyg h4 a {
  font-weight: 700;
}
.wysiwyg 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;
}
.wysiwyg a:not(.link-btn):hover {
  color: #9ec9ff;
}
.wysiwyg ul:not(.inputs-list) {
  overflow: auto;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 32px;
}
.wysiwyg ul:not(.inputs-list) > li:not(.hs-form-checkbox) {
  padding-left: 28px;
}
.wysiwyg ul:not(.inputs-list) > li:not(.hs-form-checkbox):before {
  width: 8px;
  height: 2px;
  top: 11px;
}
.wysiwyg ul:not(.inputs-list) li:not(.hs-form-checkbox) {
  position: relative;
}
.wysiwyg ul:not(.inputs-list) li:not(.hs-form-checkbox):before {
  content: "";
  display: block;
  background: #212975;
  position: absolute;
  left: 0;
}
.wysiwyg ul:not(.inputs-list) li:not(.hs-form-checkbox) > ul > li {
  padding-left: 16px;
}
.wysiwyg ul:not(.inputs-list) li:not(.hs-form-checkbox) > ul > li:before {
  width: 4px;
  height: 1px;
  top: 12px;
}
.wysiwyg ul:not(.inputs-list) li:not(.hs-form-checkbox) > ul > li > ul > li {
  padding-left: 16px;
}
.wysiwyg ul:not(.inputs-list) li:not(.hs-form-checkbox) > ul > li > ul > li:before {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 11px;
}
.wysiwyg ol:not(.inputs-list) {
  overflow: auto;
  font-weight: 300;
  line-height: 1.8;
  counter-reset: ol-counter;
}
.wysiwyg ol:not(.inputs-list) li:not(.hs-form-checkbox) {
  position: relative;
  counter-increment: ol-counter;
  padding-left: 24px;
  margin-bottom: 32px;
}
.wysiwyg ol:not(.inputs-list) li:not(.hs-form-checkbox):before {
  position: absolute;
  content: counter(ol-counter, decimal) ".";
  font-weight: 500;
  color: #212975;
  left: 0;
  top: 0;
}
.wysiwyg hr {
  margin: 72px 0;
  background: #9ac7fe;
  height: 1px;
  border: none;
}
.wysiwyg .tooltips {
  font-weight: 500;
  color: #358ffe;
  border-bottom: 1px dotted #358ffe;
  cursor: help;
}
.wysiwyg .alignleft,
.wysiwyg .alignright {
  margin-bottom: 40px;
  margin-top: 40px;
}
.wysiwyg .alignleft {
  float: left;
  margin-right: 40px;
}
.wysiwyg .alignright {
  float: right;
  margin-left: 40px;
}
.wysiwyg .alignnone,
.wysiwyg .aligncenter {
  max-width: 100%;
  width: auto;
}
.wysiwyg .alignnone {
  margin: 40px 0;
}
.wysiwyg .align-center {
  margin: 40px auto;
}
.wysiwyg .wp-caption p {
  margin-bottom: 0;
  color: #7a7fac;
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin: 12px 0 0;
}
.wysiwyg .accordion {
  border-top: 1px solid #f3f8ff;
  margin: 40px 0;
  clear: both;
}
.wysiwyg .accordion dt {
  color: #358ffe;
  font-weight: 400;
  padding: 32px 58px 32px 22px;
  -webkit-transition: background 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 0.17s cubic-bezier(0.77, 0, 0.175, 1);
}
.wysiwyg .accordion dt:hover {
  background: #f3f8ff;
}
.wysiwyg .accordion dt.active:hover {
  background: transparent;
}
.wysiwyg .accordion dd {
  border-bottom: 1px solid #f3f8ff;
  padding: 0 58px 0 22px;
}
.wysiwyg .accordion > ul > li {
  margin-bottom: 32px;
}
.wysiwyg .footnotes {
  margin: 72px 0;
  border-left: 1px solid #9ec9ff;
  font-size: 1.2rem;
  line-height: 1.75;
  color: #444;
  clear: both;
}
.wysiwyg .footnotes p {
  margin-bottom: 21px;
  color: #444;
}
.wysiwyg .footnotes a {
  color: #9ec9ff;
}
.wysiwyg .footnotes ul > li {
  padding-left: 20px;
}
.wysiwyg .footnotes ul > li:before {
  background: #9ec9ff;
  width: 6px;
  height: 2px;
  top: 9px;
}

@media (max-width: 1365px) {
  .title-big {
    font-size: 4rem;
  }
  .title-mono {
    font-size: 1.7rem;
  }
  .wysiwyg h2 {
    font-size: 1.8rem;
  }
  .wysiwyg h3 {
    font-size: 1.7rem;
  }
  .wysiwyg h4 {
    font-size: 1.6rem;
  }
  .wysiwyg li:not(.hs-form-checkbox) {
    font-size: 1.4rem;
  }
  .wysiwyg hr {
    margin: 52px 0;
  }
  .wysiwyg .alignleft,
.wysiwyg .alignright {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .wysiwyg .alignleft {
    margin-right: 30px;
  }
  .wysiwyg .alignright {
    margin-left: 30px;
  }
  .wysiwyg .wp-caption p {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .title-big {
    font-size: 2.8rem;
  }
  .title-classic, .wysiwyg h2, .section-intro-about h1 {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
  .title-mono, .wysiwyg h3 {
    font-size: 1.5rem;
    margin-bottom: 22px;
    letter-spacing: 0.05em;
  }
  .title-mono-small {
    letter-spacing: 0.1em;
  }
  .wysiwyg p,
.wysiwyg > ul:not(.inputs-list) > li:not(.hs-form-checkbox),
.wysiwyg .center > ul > li {
    margin-bottom: 28px;
  }
  .wysiwyg h4 {
    font-size: 1.4rem;
  }
  .wysiwyg hr {
    margin: 34px 0;
  }
  .wysiwyg .alignleft,
.wysiwyg .alignright,
.wysiwyg .alignnone,
.wysiwyg .aligncenter {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 34px auto;
  }
  .wysiwyg .wp-caption p {
    font-size: 1rem;
  }
}
a.link-more {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  line-height: 21px;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  color: #358ffe;
  white-space: nowrap;
  border-bottom: 1px solid #aed2ff;
}
a.link-more svg {
  width: 32px;
  height: 12px;
  fill: #358ffe;
  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: 12px;
  display: inline-block;
}
a.link-more:after {
  content: "";
  background: #358ffe;
  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;
}

a.link-btn,
button.link-btn {
  position: relative;
  display: inline-block;
  border: 2px solid #358ffe;
  border-radius: 3px;
  height: 50px;
  max-width: 100%;
  margin-right: 18px;
  line-height: 46px;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #358ffe;
  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: #358ffe;
  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 #358ffe;
  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.blue,
button.link-btn.blue {
  color: #fff;
  background: #358ffe;
}
a.link-btn.blue:after,
button.link-btn.blue:after {
  content: none;
}
a.link-btn.blue span,
button.link-btn.blue span {
  border-color: #fff;
}
a.link-btn.blue:hover,
button.link-btn.blue:hover {
  color: #fff;
  background: #0273fe;
  border-color: #0273fe;
}
a.link-btn.white,
button.link-btn.white {
  border-color: #fff;
  background: #fff;
}
a.link-btn.white:before,
button.link-btn.white:before {
  background: #358ffe;
}
a.link-btn.white span,
button.link-btn.white span {
  border-color: #358ffe;
}
a.link-btn.white:hover,
button.link-btn.white:hover {
  border-color: #212975;
  color: #fff;
}
a.link-btn.white:hover:after,
button.link-btn.white:hover:after {
  background: #212975;
}
a.link-btn.white:hover span,
button.link-btn.white:hover span {
  border-color: #fff;
}
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.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.donate,
button.link-btn.donate {
  margin-right: 0;
}
a.link-btn.donate svg,
button.link-btn.donate svg {
  margin-right: 13px;
  fill: #fff;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
a.link-btn.donate:after,
button.link-btn.donate:after {
  content: none;
}
a.link-btn.donate:hover,
button.link-btn.donate:hover {
  color: #fff;
  background: #0273fe;
  border-color: #0273fe;
}
a.link-btn.involvement,
button.link-btn.involvement {
  margin-right: 0;
  color: #358ffe;
}
a.link-btn.involvement svg,
button.link-btn.involvement svg {
  margin-right: 14px;
  fill: #358ffe;
  -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.member,
button.link-btn.member {
  margin-right: 0;
}
a.link-btn.member svg,
button.link-btn.member svg {
  margin-right: 12px;
  fill: #358ffe;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
a.link-btn.member:hover svg,
button.link-btn.member:hover svg {
  fill: #fff;
}
a.link-btn.member.blue svg,
button.link-btn.member.blue svg {
  fill: #fff;
}
a.link-btn.member.blue:hover svg,
button.link-btn.member.blue:hover svg {
  fill: #fff;
}
a.link-btn.like svg,
button.link-btn.like svg {
  min-width: 23px;
  margin-right: 12px;
  fill: #358ffe;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
a.link-btn.like:hover svg,
button.link-btn.like:hover svg {
  fill: #fff;
}
@media (max-width: 767px) {
  a.link-btn,
button.link-btn {
    width: 100%;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2000;
  -webkit-box-shadow: 0 14px 48px rgba(33, 41, 117, 0.3);
          box-shadow: 0 14px 48px rgba(33, 41, 117, 0.3);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  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;
}
@media (min-width: 768px) {
  .site-header.nav-up:not(.open) {
    -webkit-transform: translateY(-52px);
            transform: translateY(-52px);
    -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) .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 svg {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -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-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;
  }
}

.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: 102px;
}

.upper-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  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 > .grid {
  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;
  height: 52px;
}
.upper-header .social-upper-header {
  padding-left: 18px;
  margin-left: 12px;
  border-left: 1px solid #358ffe;
  height: 18px;
}
.upper-header .social-upper-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upper-header .social-upper-header svg {
  fill: #fff;
  -webkit-transition: fill 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  transition: fill 0.17s cubic-bezier(0.77, 0, 0.175, 1);
}
.upper-header .social-upper-header a {
  display: inline-block;
  padding-right: 15px;
}
.upper-header .social-upper-header .facebook svg {
  width: 7px;
}
.upper-header .social-upper-header .twitter svg {
  width: 17px;
}
.upper-header .social-upper-header .linkedin svg {
  width: 14px;
}
.upper-header .social-upper-header .youtube svg {
  width: 19px;
}
.upper-header .social-upper-header .instagramn svg,
.upper-header .social-upper-header .rss svg {
  width: 13px;
}
.upper-header .social-upper-header a:hover svg {
  fill: #358ffe;
}

.upper-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upper-menu > li {
  position: relative;
  padding: 0 14px;
}
.upper-menu > li > a {
  font-family: "Roboto Mono", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-transition: border 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
}
.upper-menu > li > a:hover {
  border-color: #fff;
}
.upper-menu > li.with-lock-icon {
  margin-left: 20px;
}
.upper-menu > li.with-lock-icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  background: url(../svg/padlock-2.svg) no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -25px;
}
.upper-menu > li.current-menu-item > a, .upper-menu > li.current-menu-ancestor > a {
  border-color: #fff;
}
.upper-menu > li.current-menu-item > a {
  border-color: #fff;
}
.upper-menu > li.menu-item-has-children:after {
  position: absolute;
  height: 18px;
  content: "";
  display: block;
  width: 100%;
  bottom: -16px;
  left: 0;
}
.upper-menu > li.menu-item-has-children > a {
  padding-right: 16px;
  position: relative;
}
.upper-menu > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}
.upper-menu .sub-menu {
  position: absolute;
  top: 28px;
  width: auto;
  padding: 0 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0;
  overflow: hidden;
  background: #358ffe;
  z-index: 10;
}
.upper-menu .sub-menu:before {
  content: "";
  display: block;
  height: 20px;
}
.upper-menu .sub-menu a {
  white-space: nowrap;
  color: #fff;
  display: block;
  border-bottom: 1px solid #8cbffe;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  text-transform: uppercase;
  -webkit-transition: color 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
}
.upper-menu .sub-menu a:hover {
  color: #212975;
}
.upper-menu .sub-menu li.current-menu-item a {
  color: #358ffe;
}
.upper-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

.site-title {
  z-index: 2;
  position: relative;
}
.site-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-title a:hover svg {
  fill: #212975;
  -webkit-transition: none;
  transition: none;
}
.site-title svg {
  fill: #358ffe;
  width: 92px;
  height: 62px;
  -webkit-transition: fill 0.17s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.2s ease-out;
  transition: fill 0.17s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.2s ease-out;
  transition: fill 0.17s cubic-bezier(0.77, 0, 0.175, 1), transform 0.2s ease-out;
  transition: fill 0.17s cubic-bezier(0.77, 0, 0.175, 1), transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.site-title img {
  display: block;
  padding: 0 0 0 22px;
  width: 310px;
  border-left: 1px solid #dbebff;
  margin-left: 22px;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.site-title span {
  display: block;
  padding: 5px 0 5px 22px;
  border-left: 1px solid #dbebff;
  margin-left: 22px;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.site-title span strong {
  font-family: "CeraStencilPRO", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3.4rem;
  letter-spacing: 0;
  color: #212975;
  display: block;
  margin-bottom: 8px;
}
.site-title span em {
  display: block;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}
.site-title span em b {
  text-transform: uppercase;
}

.header-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-buttons .search-button {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  border: 2px solid #212975;
  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: #212975;
  -webkit-transition: fill 0.35s ease-out;
  transition: fill 0.35s ease-out;
}
.header-buttons a.header-link {
  height: 50px;
  border-radius: 3px;
  line-height: 52px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 0 22px;
  margin-left: 9px;
}
.header-buttons a.header-link.participate {
  background: #358ffe;
}
.header-buttons a.header-link.fw {
  background: #212975;
}

.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;
}

.menu-toggle {
  display: none;
}

.modal-nav {
  display: none;
}

@media (min-width: 1025px) {
  .search-header:not(.open) .search-header-form {
    visibility: hidden;
    opacity: 0;
    width: 50px;
  }
  .search-header.open .search-button {
    background: #212975;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    pointer-events: none;
  }
  .search-header.open .search-button svg {
    fill: #fff;
  }
}
@media (max-width: 1365px) {
  .site-title svg {
    min-width: 80px;
    width: 80px;
    height: 54px;
  }
  .site-title span, .site-title img {
    padding: 5px 0 5px 20px;
    margin-left: 20px;
  }
  .site-title span strong, .site-title img strong {
    font-size: 2.67rem;
    margin-bottom: 4px;
  }
  .site-title span em, .site-title img em {
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    padding-right: 100px;
  }
  .header-buttons a.header-link {
    white-space: nowrap;
    color: #fff;
    font-size: 1.3rem;
    padding: 0 18px;
  }
}
@media (max-width: 1024px) {
  .inner-header:before {
    content: "";
    display: block;
    height: 180px;
    width: 100%;
    background: #212975;
    position: absolute;
    top: -52px;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: none;
    transition: none;
  }
  .upper-menu > li {
    padding: 0 10px;
  }
  .upper-menu > li > a {
    letter-spacing: 0.1em;
  }
  .site-title svg {
    min-width: 80px;
    width: 80px;
    height: 54px;
  }
  .site-title span, .site-title img {
    padding: 5px 0 5px 20px;
    margin-left: 20px;
  }
  .site-title span strong, .site-title img strong {
    font-size: 2.67rem;
    margin-bottom: 4px;
  }
  .site-title span em, .site-title img em {
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    padding-right: 100px;
  }
  .header-link {
    display: none;
  }
  .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    background: #358ffe;
    border-radius: 3px;
    cursor: pointer;
    z-index: 2;
    padding: 0 21px 0 18px;
    margin-left: 9px;
    -webkit-transition: background 0.17s cubic-bezier(0.77, 0, 0.175, 1), border 0.17s cubic-bezier(0.77, 0, 0.175, 1);
    transition: background 0.17s cubic-bezier(0.77, 0, 0.175, 1), border 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .menu-toggle strong {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 0.07em;
    line-height: 48px;
    -webkit-transition: color 0.17s cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 0.17s cubic-bezier(0.77, 0, 0.175, 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.77, 0, 0.175, 1);
    transition: opacity 0.17s cubic-bezier(0.77, 0, 0.175, 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.77, 0, 0.175, 1);
    transition: background 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .menu-toggle span:before, .menu-toggle span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 17px;
    background: #fff;
    -webkit-transition: width 0.17s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.17s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.17s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.17s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.17s cubic-bezier(0.77, 0, 0.175, 1), transform 0.17s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.17s cubic-bezier(0.77, 0, 0.175, 1), transform 0.17s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.17s cubic-bezier(0.77, 0, 0.175, 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: #212975;
  }
  .menu-toggle:hover span:before {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .menu-toggle:hover span:after {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .modal-nav {
    display: block;
    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: #212975;
    will-change: transform;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    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: 200px;
    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 {
    padding-bottom: 100px;
  }
  .modal-below {
    margin-top: 56px;
    border-top: 1px solid #358ffe;
    padding-top: 36px;
  }
  .modal-block h5 {
    color: #358ffe;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.07em;
    margin-bottom: 24px;
  }
  .modal-block h6 {
    line-height: 2;
  }
  .modal-block a:not(.link-btn), .modal-block h6 {
    font-size: 1.3rem;
    color: #cce3ff;
    line-height: 2.77;
    font-weight: bold;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }
  .modal-block a.link-btn {
    margin-top: 28px;
  }
  .modal-block .sub-menu a {
    font-family: "Roboto Mono", sans-serif;
    font-size: 1.3rem;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.92;
  }
  .modal-block.modal-participate p {
    color: #cce3ff;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1.77;
    margin-bottom: 0;
  }
  .modal-block.modal-newsletter p {
    font-family: "Roboto Mono", sans-serif;
    color: #cce3ff;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 2;
    margin-bottom: 0;
  }
  .social-modal ul {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .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 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, -webkit-transform 0.17s 0.25s ease-in-out;
    transition: fill 0.17s 0.25s ease-in-out, -webkit-transform 0.17s 0.25s ease-in-out;
    transition: fill 0.17s 0.25s ease-in-out, transform 0.17s 0.25s ease-in-out;
    transition: fill 0.17s 0.25s ease-in-out, transform 0.17s 0.25s ease-in-out, -webkit-transform 0.17s 0.25s ease-in-out;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    -webkit-transform-origin: 0 center;
            transform-origin: 0 center;
  }
  .site-header.open .site-title span, .site-header.open .site-title img {
    opacity: 0;
    visibility: hidden;
  }
  .site-header.open .site-title:hover svg {
    -webkit-transition: none;
    transition: none;
    fill: rgba(255, 255, 255, 0.75);
  }
  .site-header.open .header-buttons .search-button {
    border: 2px solid transparent;
    background: transparent;
    border-left: 0;
    pointer-events: none;
  }
  .site-header.open .header-buttons .search-button svg {
    fill: #fff;
  }
  .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(53, 143, 254, 0.5);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .site-header.open .menu-toggle strong {
    color: transparent;
  }
  .site-header.open .menu-toggle strong:after {
    -webkit-transition: color 0.17s cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 0.17s cubic-bezier(0.77, 0, 0.175, 1);
    color: #fff;
    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.77, 0, 0.175, 1);
    transition: background 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .site-header.open .menu-toggle span:before {
    background: #fff;
    width: 22px;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .site-header.open .menu-toggle span:after {
    width: 22px;
    background: #fff;
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  .site-header.open .menu-toggle:hover {
    background: #358ffe;
  }
  .site-header.open .menu-toggle:hover strong:after {
    color: #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: 767px) {
  .upper-header {
    display: none;
  }
  .inner-header {
    height: 94px;
  }
  .site-title svg {
    min-width: 68px;
    width: 68px;
    height: 46px;
  }
  .site-title span, .site-title img {
    padding: 5px 0 5px 10px;
    margin-right: 10px;
  }
  .site-title picture {
    width: 120px;
  }
  .site-title picture img {
    width: 100%;
  }
  .header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  .header-buttons .search-button {
    opacity: 0;
    visibility: hidden;
    height: 36px;
  }
  .menu-toggle {
    height: 50px;
    width: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 9px 11px 0;
    border-radius: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-toggle strong {
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: normal;
  }
  .menu-toggle span {
    width: 28px;
    margin-top: 11px;
    margin-left: 0;
  }
  .menu-toggle span:before, .menu-toggle span:after {
    width: 100%;
  }
  .menu-toggle:hover span:before {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  .menu-toggle:hover span:after {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  .modal-nav .scroll {
    padding-top: 190px;
  }
  .modal-nav .scroll > .grid {
    padding-bottom: 60px;
  }
  .modal-below {
    padding: 0;
    border: 0;
    margin: 0;
  }
  .modal-block.modal-participate a.link-btn {
    margin-top: 15px;
  }
  .modal-block.modal-newsletter {
    padding-bottom: 24px;
  }
  .modal-block.modal-newsletter p {
    line-height: 1.4;
    margin-top: 8px;
  }
  .modal-block.modal-newsletter a.link-btn {
    margin-top: 15px;
  }
  .modal-above .modal-block {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(53, 143, 254, 0.5);
    margin-bottom: 20px;
  }
  .modal-above .modal-block:last-child {
    border-bottom-color: #c4e4f5;
  }
  .modal-below .modal-block {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(53, 143, 254, 0.5);
    margin-bottom: 20px;
  }
  .modal-below .modal-block:last-child {
    border-bottom: 0;
  }
  .site-header.open .inner-header:before {
    height: 180px;
    top: 0;
  }
  .site-header.open .site-title svg {
    -webkit-transform: none;
            transform: none;
  }
  .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: 2px;
    margin-top: 23px;
    width: 28px;
  }
  .site-header.open .menu-toggle span:before, .site-header.open .menu-toggle span:after {
    width: 100%;
    background: #fff;
  }
  .site-header.open .search-header {
    -webkit-transform: none;
            transform: none;
    position: absolute;
    top: 66px;
    right: 0;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  padding-top: 68px;
}

.footer-upper-menu h5 {
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  font-weight: bold;
  text-transform: uppercase;
  color: #358ffe;
  margin-bottom: 18px;
}

.footer-participate {
  -webkit-box-shadow: 0 15px 50px rgba(10, 105, 135, 0.3);
          box-shadow: 0 15px 50px rgba(10, 105, 135, 0.3);
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.footer-participate .img-box {
  width: 165px;
  height: 100%;
}
.footer-participate .txt-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 42px 32px;
}
.footer-participate .txt-box h5 {
  color: #212975;
}
.footer-participate .txt-box p {
  font-size: 1.3rem;
  color: #7a7fac;
  line-height: 1.76;
}

.footer-flex {
  padding-top: 42px;
}
.footer-flex li a, .footer-flex p {
  font-size: 1.3rem;
  color: #e1eeff;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  line-height: 1.92;
  letter-spacing: 0;
  margin-bottom: 0;
}
.footer-flex a.link-btn {
  margin-top: 18px;
}

.footer-lower-menu {
  margin-top: 68px;
  border-top: 1px solid #8cbffe;
  padding: 28px 0 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-title {
  width: 92px;
}
.footer-title a {
  display: block;
}
.footer-title svg {
  width: 92px;
  height: 66px;
  fill: #fff;
}

.rgpd-menu a {
  font-size: 1.3rem;
  color: #e1eeff;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 30px;
}

.social-nav a {
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #358ffe;
  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.77, 0, 0.175, 1);
  transition: background 0.17s cubic-bezier(0.77, 0, 0.175, 1);
}
.social-nav a svg {
  fill: #fff;
  height: 14px;
  width: 100%;
}
.social-nav a:hover {
  background: #358ffe;
}
.social-nav li:last-child a {
  margin-right: 0;
}

.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;
}
.newsletter-popup .title-classic {
  text-align: left;
}
@media (min-width: 1025px) {
  .newsletter-popup .img-box {
    width: calc(9 * (40px + 10 * (100vw - 1056px) / 310));
    max-width: 469.5652173913px;
  }
}

.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;
}
@media (min-width: 1025px) {
  .inner-newsletter {
    width: calc(21 * (40px + 10 * (100vw - 1056px) / 310));
    max-width: 1095.652173913px;
  }
}

.newsletter-box {
  padding: 5% 0;
}
@media (min-width: 1025px) {
  .newsletter-box {
    width: calc(12 * (40px + 10 * (100vw - 1056px) / 310));
    max-width: 626.0869565217px;
  }
  .newsletter-box > .col-10 {
    width: calc(10 * (40px + 10 * (100vw - 1056px) / 310));
    max-width: 521.7391304348px;
  }
}

.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: #358ffe;
}
.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: 1365px) {
  .footer-participate {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .footer-participate .img-box {
    width: 125px;
    min-width: 125px;
    height: 100%;
  }
  .footer-participate .txt-box {
    padding: 42px 24px 20px;
  }
  .footer-participate .txt-box p {
    margin-bottom: 18px;
  }
}
@media (max-width: 1024px) {
  .site-footer {
    padding-top: 56px;
  }
  .footer-upper-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-participate {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .footer-participate .img-box {
    width: 132px;
    min-width: 132px;
    height: auto;
  }
  .footer-flex {
    padding-top: 24px;
  }
  .footer-flex p {
    line-height: 1.4;
  }
  .footer-newsletter {
    border-top: 1px solid #8cbffe;
    padding-top: 22px;
    margin-top: 40px;
  }
  div.footer-lower-menu {
    margin-top: 42px;
    padding: 28px 0 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rgpd-menu {
    padding: 30px 0;
  }
  .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) {
  .site-footer {
    padding-top: 48px;
  }
  div.footer-participate {
    display: block;
  }
  div.footer-participate .img-box {
    width: 100%;
    height: 151px;
  }
  div.footer-participate img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateY(100px);
            transform: translate(-50%, -50%) translateY(100px);
  }
  div.footer-participate .txt-box {
    padding: 28px 0 18px;
  }
  .footer-flex {
    padding-top: 36px;
  }
  ul.rgpd-menu {
    display: block;
    text-align: center;
  }
  ul.rgpd-menu a {
    line-height: 2;
  }
  .content-newsletter {
    padding: 6.5% 4.5%;
  }
  .content-newsletter .img-box {
    display: none;
  }
  .content-newsletter .newsletter-box {
    width: 100%;
    padding: 8.5% 7.5%;
  }
}
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.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: #358ffe;
  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: #358ffe;
}

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

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

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

.hs-button {
  position: relative;
  display: inline-block;
  border: 2px solid #358ffe;
  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: #358ffe;
  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: #0273fe;
  border-color: #0273fe;
}

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;
}

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

body,
html {
  background: url(../png/bg-2.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;
  width: 100%;
}
.wrapper.loaded {
  opacity: 1;
}

section {
  position: relative;
}

.bg-light {
  background: #f3f8ff;
}

.bg-dark {
  background: #212975;
}

.bg-white {
  background: #fff;
}

.swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.swiper-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* OBJECTFIT FALLBACK */
.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  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 .object-fit-img,
.no-object-fit .object-fit-img {
  display: none !important;
}

.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;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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: #358ffe;
}
.drawer-container .drawer-button:before {
  width: 1px;
  height: 14px;
  transition: -webkit-transform 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: -webkit-transform 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.17s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.17s cubic-bezier(0.77, 0, 0.175, 1);
}
.drawer-container .drawer-button:after {
  width: 14px;
  height: 1px;
  transition: opacity 0.17s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.17s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.17s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.17s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.17s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.17s cubic-bezier(0.77, 0, 0.175, 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;
}

.site-main {
  overflow: hidden;
  padding-top: 154px;
}

.comments-preview {
  color: #7a7fac;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.comments-preview svg {
  fill: #7a7fac;
  margin-right: 6px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.post-preview .img-box {
  display: block;
}
.post-preview 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);
}
.post-preview header {
  font-family: "Roboto Mono", sans-serif;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.post-preview header time {
  float: left;
  display: inline-block;
  color: #8589b3;
}
.post-preview header time:after {
  display: inline-block;
  content: "|";
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  padding-left: 5px;
  margin-right: 5px;
}
.post-preview header a:after {
  content: ", ";
}
.post-preview header a:last-child:after {
  content: none;
}
.post-preview footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.post-preview footer .comments-preview {
  padding-right: 10px;
  border-right: 1px solid #c2c2c2;
  margin-right: 10px;
}
.post-preview footer .author-preview {
  color: #9b9fc1;
}
.post-preview footer .author-preview span {
  color: #7a7fac;
}
.post-preview .txt-box h3 {
  font-size: 1.8rem;
  line-height: 1.27;
  color: #4d5491;
  font-weight: bold;
}
.post-preview .txt-box p {
  color: #7a7fac;
  line-height: 1.6;
  margin-top: 10px;
}
.post-preview .txt-box 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);
}
.post-preview.front-page header, .post-preview.most-viewed header {
  font-size: 1rem;
  letter-spacing: 0.025em;
}
.post-preview.front-page header time, .post-preview.most-viewed header time {
  color: #666;
}
.post-preview.most-viewed header {
  margin-bottom: 6px;
}
.post-preview.most-viewed .txt-box h3 {
  font-size: 1.3rem;
  line-height: 1.23;
}
.post-preview.front-page .img-box, .post-preview.sticky .img-box {
  margin-bottom: 25px;
}
.post-preview.sticky .img-box {
  height: 200px;
}
.post-preview.first-front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-shadow: 0 15px 50px rgba(56, 69, 94, 0.3);
          box-shadow: 0 15px 50px rgba(56, 69, 94, 0.3);
  padding-bottom: 28px;
  margin-bottom: 0;
}
.post-preview.first-front .img-box {
  position: absolute;
  height: 100%;
  top: 0;
}
.post-preview.first-front .img-box:after {
  content: "";
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 41, 117, 0)), color-stop(27%, rgba(33, 41, 117, 0)), to(rgb(33, 41, 117)));
  background: linear-gradient(to bottom, rgba(33, 41, 117, 0) 0%, rgba(33, 41, 117, 0) 27%, rgb(33, 41, 117) 100%);
}
.post-preview.first-front header time {
  color: #9b9fc1;
}
.post-preview.first-front header a {
  color: #9ec9ff;
}
.post-preview.first-front footer .comments-preview {
  color: #9b9fc1;
}
.post-preview.first-front footer .comments-preview svg {
  fill: #9b9fc1;
}
.post-preview.first-front footer .author-preview {
  color: #e9eaf1;
}
.post-preview.first-front footer .author-preview span {
  color: #9b9fc1;
}
.post-preview.first-front .txt-box h3 {
  color: #fff;
  font-size: 3rem;
  line-height: 1.16;
  letter-spacing: 0;
}
.post-preview.front-page {
  background: #fff;
  -webkit-box-shadow: 0 15px 50px rgba(56, 69, 94, 0.3);
          box-shadow: 0 15px 50px rgba(56, 69, 94, 0.3);
  padding-bottom: 36px;
}
.post-preview.front-page .img-box {
  height: 144px;
}
@media (min-width: 1366px) {
  .post-preview.front-page {
    width: 278px;
  }
  .post-preview.front-page .txt-box {
    padding: 0 25px;
  }
}
.post-preview.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.post-preview.main .img-box img {
  height: 100%;
}
.post-preview.main .txt-box {
  padding-bottom: 26px;
}
.post-preview.most-viewed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #9ac7fe;
}
.post-preview.most-viewed .img-box {
  min-width: 66px;
  height: 66px;
  margin-right: 20px;
}
.post-preview.most-viewed .img-box img {
  height: 66px;
  width: 66px;
}
.post-preview.most-viewed .txt-box {
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .post-preview a.img-box:hover img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .post-preview .txt-box a:hover h3 span {
    border-bottom-color: rgba(154, 199, 254, 0.5);
  }
  .post-preview .txt-box a:hover p span {
    border-bottom-color: rgba(122, 127, 172, 0.15);
  }
}

.main-blog {
  padding-top: 264px;
}

@media (max-width: 767px) {
  .site-main {
    padding-top: 94px;
  }
  .main-blog {
    padding-top: 140px;
  }
}
.main-search > .title-mono {
  -moz-text-align-last: left;
       text-align-last: left;
  margin-top: 60px;
  color: #7a7fac;
}
.main-search .news-wrapper {
  padding-top: 40px;
}

.section-search-title {
  padding: 60px 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 #358ffe;
  font-weight: 300;
  letter-spacing: 0;
  background: none;
  color: #358ffe;
  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 #358ffe;
  -webkit-text-fill-color: #358ffe;
  -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: #358ffe;
  width: 28px;
  height: 28px;
  position: absolute;
  pointer-events: none;
  top: 35px;
  right: 0;
}

.news-wrapper {
  padding: 80px 0 125px;
}
.news-wrapper .title-mono-small {
  margin-bottom: 32px;
}
.news-wrapper .more-news {
  margin-top: 90px;
  text-align: center;
}

.most-view-news {
  padding: 36px 22px 0;
}
.most-view-news ul li:last-child .post-preview.most-viewed {
  padding-bottom: 40px;
  border-bottom: 0;
}

.tags-news {
  padding: 36px 22px 0;
  margin-bottom: 30px;
}
.tags-news .title-mono-small {
  margin-bottom: 20px;
}
.tags-news.alt-single {
  padding: 0;
}

.tags-container {
  border-bottom: 1px dashed #9ac7fe;
  padding-bottom: 16px;
  margin-bottom: 18px;
}
.tags-container h4 {
  font-size: 1.8rem;
  line-height: 1.72;
  font-weight: bold;
  color: #4d5491;
  margin-bottom: 12px;
}

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

.tag-button {
  background: #ddecff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 500;
  padding: 6px 8px 4px;
  margin-right: 7px;
  margin-bottom: 7px;
}
.tag-button .close-tag {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background: #9ac7fe;
  border-radius: 50%;
  position: relative;
}
.tag-button .close-tag:before, .tag-button .close-tag:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
}
.tag-button .close-tag:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.tag-button .close-tag:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.all-tags-wrapper {
  overflow: hidden;
  padding-bottom: 36px;
}
.all-tags-wrapper .tags-container.all {
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
  border-bottom: 0;
}
.all-tags-wrapper .tags-container.all h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.all-tags-wrapper .tags-container.all h4 .close-tags {
  width: 25px;
  height: 25px;
  background: #358ffe;
  border-radius: 50%;
  position: relative;
}
.all-tags-wrapper .tags-container.all h4 .close-tags:before, .all-tags-wrapper .tags-container.all h4 .close-tags:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
}
.all-tags-wrapper .tags-container.all h4 .close-tags:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.all-tags-wrapper .tags-container.all h4 .close-tags:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1024px) and (min-width: 768px) {
  .tags-news {
    margin-top: 36px;
    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;
  }
  .tags-container {
    border-bottom: 0;
    padding-right: 20px;
  }
  .tags-container.sticky {
    position: relative;
  }
  .tags-container.sticky:before {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-right: 1px dashed #9ac7fe;
  }
}
@media (max-width: 1024px) {
  .tags-news.alt-single {
    display: block;
  }
  .tags-news.alt-single .tags-container {
    padding-right: 0;
    padding-bottom: 36px;
  }
  .tags-news.alt-single .tags-container.sticky:before {
    content: none;
  }
  .tags-news.alt-single .tags-container.most-used {
    border-bottom: 1px dashed #9ac7fe;
    margin-bottom: 32px;
  }
  .tags-news.alt-single .tags-container.all h4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tags-news.alt-single .tags-container.all h4 .close-tags {
    margin-left: 20px;
  }
  .tags-news.alt-single .tags-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 38px;
  border-top: 1px solid #d7e9ff;
}
ul.page-numbers a, ul.page-numbers span {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "Roboto Mono", sans-serif;
  display: inline-block;
  padding-bottom: 2px;
}
ul.page-numbers a:hover {
  border-bottom: 2px solid #358ffe;
}
ul.page-numbers a.page-numbers, ul.page-numbers span {
  margin: 0 5px;
  color: #212975;
}
ul.page-numbers span {
  color: #358ffe;
  font-weight: bold;
}
ul.page-numbers a.next, ul.page-numbers a.prev {
  position: relative;
  letter-spacing: 0.15em;
  color: #358ffe;
}
ul.page-numbers a.next i, ul.page-numbers a.prev i {
  font-style: normal;
}
ul.page-numbers a.next {
  margin-left: 40px;
}
ul.page-numbers a.next:after {
  margin-left: 5px;
  content: "";
  border: solid #358ffe;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -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);
  -webkit-transform: translateY(-1px) rotate(-45deg);
          transform: translateY(-1px) rotate(-45deg);
}
ul.page-numbers a.prev {
  margin-right: 40px;
}
ul.page-numbers a.prev:before {
  margin-right: 5px;
  content: "";
  border: solid #358ffe;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -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);
  -webkit-transform: translateY(-1px) rotate(135deg);
          transform: translateY(-1px) rotate(135deg);
}

.first > .page-numbers {
  border-top: 0px solid #d7e9ff;
  border-bottom: 1px solid #d7e9ff;
  padding-top: 0;
  padding-bottom: 38px;
}

.section-sticky-news {
  padding: 75px 0 100px;
}
.section-sticky-news .title-classic {
  text-align: left;
  margin-bottom: 48px;
}
.section-sticky-news .swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.swiper-sticky-pag {
  display: none;
}

@media (max-width: 1365px) {
  .post-preview header {
    font-size: 1rem;
    letter-spacing: 0.025em;
  }
  .post-preview footer {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .post-preview .txt-box p {
    font-size: 1.3rem;
    line-height: 1.52;
  }
  .post-preview.first-front .txt-box h3 {
    font-size: 2.3rem;
  }
  .post-preview.front-page .txt-box h3 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
@media (max-width: 1365px) and (min-width: 1025px) {
  .post-preview.front-page {
    width: 212px;
  }
  .post-preview.front-page .txt-box {
    padding: 0 19px;
  }
}
@media (max-width: 1365px) {
  .post-preview.most-viewed {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .post-preview.most-viewed header {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .post-preview.most-viewed .txt-box h3 {
    font-size: 1.3rem;
    line-height: 1.1;
  }
}
@media (max-width: 1365px) {
  .news-wrapper {
    padding: 70px 0 90px;
  }
  .news-wrapper .title-mono-small {
    margin-bottom: 32px;
  }
  .news-wrapper .more-news {
    margin-top: 50px;
  }
}
@media (max-width: 1365px) {
  .section-sticky-news .swiper-wrapper {
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
  }
}
@media (max-width: 1024px) {
  .post-preview.first-front {
    height: 390px;
    margin-bottom: 27px;
  }
  .post-preview.first-front header {
    font-size: 1.2rem;
  }
  .post-preview.first-front footer {
    font-size: 1.2rem;
  }
  .post-preview.first-front .txt-box h3 {
    font-size: 3rem;
  }
  .post-preview.main {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .post-preview.most-viewed {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;
  }
  .post-preview.most-viewed .img-box {
    width: 100%;
    margin-bottom: 12px;
    height: 153px;
  }
  .post-preview.most-viewed .img-box img {
    width: 100%;
    height: 153px;
  }
  .post-preview.sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  .post-preview.sticky .img-box {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .aside-news {
    padding-top: 48px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .most-view-news {
    padding: 36px 0 56px;
  }
  .most-view-news ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .most-view-news ul li:last-child .post-preview.most-viewed {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .section-sticky-news {
    padding-bottom: 42px;
  }
  .section-sticky-news .swiper-wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  .comments-preview {
    font-size: 1.1rem;
    letter-spacing: 0;
    color: #7a7fac;
  }
  .comments-preview svg {
    fill: #7a7fac;
  }
  .post-preview.first-front {
    width: 100%;
    height: auto;
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .post-preview.first-front .img-box {
    position: relative;
    height: 62.5vw;
    -webkit-box-shadow: 0 15px 50px rgba(56, 69, 94, 0.3);
            box-shadow: 0 15px 50px rgba(56, 69, 94, 0.3);
    margin-bottom: 32px;
  }
  .post-preview.first-front header {
    font-size: 1.1rem;
  }
  .post-preview.first-front header time {
    color: #8589b3;
  }
  .post-preview.first-front header a {
    color: #358ffe;
  }
  .post-preview.first-front footer {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .post-preview.first-front footer .author-preview {
    color: #9b9fc1;
  }
  .post-preview.first-front .txt-box h3 {
    color: #212975;
    font-size: 2rem;
    line-height: 1.3;
  }
  .post-preview.front-page {
    margin-bottom: 36px;
  }
  .post-preview.main {
    background: #f3f8ff;
    margin-bottom: 25px;
  }
  .post-preview.main .img-box {
    height: 176px;
    margin-bottom: 22px;
  }
  .post-preview.main .txt-box h3 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .post-preview.most-viewed .img-box {
    min-width: 55px;
    height: 55px;
    margin-right: 15px;
  }
  .post-preview.most-viewed .img-box img {
    width: 55px;
    height: 53px;
  }
  .post-preview.most-viewed .txt-box h3 {
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .post-preview.sticky {
    background: #fff;
    padding-bottom: 25px;
    height: auto;
  }
  .post-preview.sticky .img-box {
    height: 62.5vw;
  }
  .news-wrapper {
    padding: 50px 0 50px;
  }
  .news-wrapper .more-news {
    margin-top: 25px;
  }
  ul.page-numbers i {
    display: none;
  }
  .section-sticky-news {
    padding: 55px 0 42px;
  }
  .section-sticky-news .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .swiper-sticky-pag {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .swiper-sticky-pag .swiper-pagination-bullet {
    background: #aed2ff;
    opacity: 1;
    width: 11px;
    height: 11px;
    margin: 0 5px !important;
  }
  .swiper-sticky-pag .swiper-pagination-bullet-active {
    background: #358ffe;
  }
}
.facebook-join {
  background: #358ffe;
  padding: 12px 22px 18px;
  margin-top: 22px;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
          box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}
.facebook-join .icon-box {
  width: 108px;
}
.facebook-join .txt-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 14px;
  margin-left: 32px;
  color: #fff;
}
.facebook-join .txt-box h5 {
  font-weight: bold;
  font-size: 2.3rem;
}
.facebook-join .txt-box p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
.facebook-join a.link-btn {
  margin-top: 22px;
  width: 100%;
  margin-right: 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;
  border-radius: 5px;
}

.section-cta {
  z-index: 2;
  text-align: center;
}
.section-cta:before {
  content: "";
  display: block;
  position: absolute;
  height: 110px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #212975;
}
.section-cta .cta {
  position: relative;
  padding: 62px 0 35px;
  -webkit-box-shadow: 0 33px 70px rgba(56, 69, 94, 0.23);
          box-shadow: 0 33px 70px rgba(56, 69, 94, 0.23);
}
.section-cta .cta h3 {
  font-size: 4rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #358ffe;
  margin-bottom: 24px;
}
.section-cta .cta p {
  color: #7a7fac;
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.main-404 {
  text-align: center;
}
.main-404 .content-404 {
  padding: 120px 0;
}
.main-404 h1 {
  font-size: 4.4rem;
  font-weight: bold;
  color: #212975;
  margin-bottom: 36px;
}
.main-404 p {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.main-404 .separator {
  height: 1px;
  background: #aed2ff;
  margin-bottom: 40px;
}

@media (max-width: 1365px) {
  .facebook-join {
    padding: 12px 20px 18px;
  }
  .facebook-join .icon-box {
    width: 85px;
  }
  .facebook-join .txt-box {
    margin-left: 15px;
  }
  .facebook-join .txt-box p {
    font-size: 1.7rem;
  }
}
@media (max-width: 1024px) {
  .facebook-join:not(.alt-single) {
    padding: 16px 0 24px;
  }
  .facebook-join:not(.alt-single) .flex {
    display: block;
  }
  .facebook-join:not(.alt-single) .icon-box {
    margin: 0 auto;
  }
  .facebook-join:not(.alt-single) .txt-box {
    text-align: center;
    margin-left: 0;
    padding-top: 12px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .facebook-join.alt-single {
    margin-top: 0;
    text-align: left;
    padding: 20px 0 26px;
  }
  .facebook-join.alt-single .icon-box {
    width: 108px;
  }
  .facebook-join.alt-single .txt-box {
    margin-left: 32px;
  }
}
@media (max-width: 1024px) {
  .section-cta:before {
    height: 150px;
  }
  .section-cta .cta {
    padding: 52px 0 40px;
  }
  .section-cta .cta h3 {
    font-size: 3rem;
  }
  .section-cta .cta p {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .main-404 .content-404 {
    padding: 90px 0;
  }
  .main-404 h1 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
  .main-404 p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .main-404 .separator {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .facebook-join {
    padding: 16px 0 24px;
  }
  .facebook-join .flex {
    display: block;
  }
  .facebook-join .icon-box {
    margin: 0 auto;
  }
  .facebook-join .txt-box {
    text-align: center;
    margin-left: 0;
    padding-top: 6px;
  }
  .facebook-join .txt-box h5 {
    font-size: 2rem;
    line-height: 1.6;
  }
  .facebook-join .txt-box p {
    font-size: 1.4rem;
    line-height: 1.36;
  }
  .facebook-join a.link-btn {
    font-size: 1.3rem;
  }
  .section-cta {
    background: #f3f8ff;
  }
  .section-cta:before {
    content: none;
  }
  .section-cta .cta {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 56px 0 44px;
  }
  .section-cta .cta h3 {
    font-size: 2.6rem;
    margin-bottom: 24px;
  }
  .section-cta .cta p {
    color: #7a7fac;
    font-family: "Roboto Mono", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .main-404 .content-404 {
    padding: 70px 0;
  }
  .main-404 h1 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .main-404 p {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .main-404 .separator {
    margin-bottom: 30px;
  }
}
.editpost {
  position: fixed;
  top: 75px;
  left: 20px;
  background: white;
  color: #358ffe;
  padding: 12px 13px 10px 15px;
  border: 2px solid #358ffe;
  text-transform: uppercase;
  z-index: 9999999;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
}

.section-mobile-baseline {
  display: none;
}

.section-front-page {
  padding: 56px 0 90px;
}
.section-front-page h2 {
  text-align: left;
}

.section-home-members {
  padding: 92px 0 88px;
}
.section-home-members > .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-home-members .img-box {
  -webkit-box-shadow: 0 15px 50px rgba(56, 69, 94, 0.3);
          box-shadow: 0 15px 50px rgba(56, 69, 94, 0.3);
}
@media (min-width: 1366px) {
  .section-home-members .img-box {
    width: 606px;
    margin-left: -106px;
  }
  .section-home-members .img-box img {
    height: 486px;
  }
}
.section-home-members .txt-box .title-classic {
  text-align: left;
}
.section-home-members .txt-box blockquote {
  font-style: italic;
  font-weight: 300;
  font-size: 2.3rem;
  letter-spacing: 0;
  font-family: "Roboto Mono", sans-serif;
  line-height: 1.64;
  color: #7a7fac;
  margin-bottom: 24px;
}
.section-home-members .txt-box blockquote svg {
  display: inline-block;
  width: 23px;
  height: 18px;
  fill: #358ffe;
  float: left;
  margin-right: 12px;
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.section-home-members .txt-box figcaption {
  color: #333;
  font-weight: bold;
}

.swiper-quotes-nav {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-quotes-nav > div {
  width: 32px;
  height: 32px;
}
.swiper-quotes-nav > div svg {
  fill: #358ffe;
}

.swiper-quotes-prev {
  margin-right: 18px;
}
.swiper-quotes-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-members-footer {
  text-align: center;
  padding-top: 110px;
}
.home-members-footer p {
  font-family: "Roboto Mono", sans-serif;
  color: #7a7fac;
  font-size: 1.6rem;
  line-height: 1.68;
  padding-bottom: 10px;
}

@media (max-width: 1365px) {
  .section-home-members > .grid {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .section-home-members .img-box {
    height: auto;
  }
  .section-home-members .img-box img {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .section-home-members > .grid {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .section-home-members .img-box {
    width: calc( 269px + ((100vw - 621px)/2) );
    margin-left: calc((100vw - 621px) / -2);
    height: 332px;
  }
  .section-home-members .img-box img {
    height: 100%;
  }
  .section-home-members .txt-box blockquote {
    font-size: 1.9rem;
    line-height: 1.6;
  }
  .section-home-members .txt-box figcaption {
    font-size: 1.5rem;
  }
  .home-members-footer {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .section-mobile-baseline {
    display: block;
    text-align: center;
    padding: 40px 0 30px;
  }
  .section-mobile-baseline strong {
    font-family: "CeraStencilPRO", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0;
    color: #212975;
    display: block;
    margin-bottom: 8px;
  }
  .section-mobile-baseline em {
    display: block;
    font-style: normal;
    font-size: 1.3rem;
    letter-spacing: 0.025em;
    color: #358ffe;
  }
  .section-mobile-baseline em b {
    text-transform: uppercase;
  }
  .section-front-page {
    padding: 48px 0 30px;
  }
  .section-home-members {
    padding: 0 0 90px;
  }
  .section-home-members .img-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .section-home-members .txt-box blockquote {
    font-size: 1.7rem;
    line-height: 1.88;
  }
  .swiper-quotes-nav > div {
    width: 40px;
    height: 40px;
    border: 1px solid #358ffe;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .swiper-quotes-prev {
    margin-right: 5px;
  }
  .swiper-quotes-prev svg {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6);
  }
  .swiper-quotes-next svg {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.article-single {
  padding-top: 120px;
  padding-bottom: 110px;
}

.title-single {
  letter-spacing: 0;
  font-weight: bold;
  font-size: 4.6rem;
  color: #212975;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px;
}

.section-header-single {
  width: 100%;
  min-height: 64px;
  padding: 15px 0;
  border-top: 1px solid #dedfea;
  border-bottom: 1px solid #dedfea;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-header-single .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0;
}
.section-header-single a.comments-preview {
  color: #7a7fac;
  padding-left: 10px;
  border-left: 1px solid #c2c2c2;
  margin-left: 16px;
}
.section-header-single time {
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #212975;
}
.section-header-single .tags-list {
  margin-top: 7px;
}

.content-single {
  margin-top: 52px;
}

.social-single {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-single:before, .social-single:after {
  position: relative;
  margin-top: 22px;
  content: "";
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background: #cce3ff;
}
.social-single .ssbp-wrap {
  padding: 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-single a {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 7px;
  border: 1px solid #358ffe;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 0.17s cubic-bezier(0.77, 0, 0.175, 1);
}
.social-single a svg {
  height: 18px;
  width: 100%;
  -webkit-transition: fill 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  transition: fill 0.17s cubic-bezier(0.77, 0, 0.175, 1);
  fill: #358ffe;
}
.social-single a:hover {
  background: #358ffe;
}
.social-single a:hover svg {
  fill: #fff;
}

.comments-single {
  padding-top: 64px;
}
.comments-single .comments-count, .comments-single .comment-reply-title {
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #212975;
  font-weight: 500;
  padding-top: 92px;
  padding-bottom: 10px;
}
.comments-single .comment-reply-title {
  padding-top: 48px;
}

.header-comments a {
  font-size: 1.2rem;
  font-family: "Roboto Mono", sans-serif;
  color: #7a7fac;
}
.header-comments a:hover {
  color: #358ffe;
}

.comments-list {
  padding-top: 66px;
}
.comments-list > li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #aed2ff;
}
.comments-list > li > ul li {
  padding-top: 32px;
  padding-left: 40px;
}
.comments-list header {
  font-weight: 500;
  color: #212975;
  margin-bottom: 6px;
}
.comments-list p {
  font-size: 1.4rem;
  line-height: 1.85;
  margin-bottom: 20px;
}
.comments-list a.reply {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #aed2ff;
}
.comments-list a.reply:hover {
  color: #212975;
  border-bottom: 1px solid #212975;
}

.comment-form label {
  display: block;
  font-size: 1.4rem;
  color: #7a7fac;
  font-family: "Roboto Mono", sans-serif;
  margin-top: 30px;
  margin-bottom: 10px;
}
.comment-form label + p {
  font-size: 1.4rem;
  margin-bottom: 0;
  margin-top: 5px;
}
.comment-form input[type=email], .comment-form input[type=text] {
  border-radius: 5px;
  border: 2px solid #358ffe;
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 8px;
}
.comment-form textarea {
  border-radius: 5px;
  border: 2px solid #358ffe;
  width: 100%;
  min-height: 110px;
  margin-top: 20px;
}
.comment-form .comment-form-cookies-consent input {
  float: left;
  border: 2px solid #358ffe;
  margin-right: 20px;
}
.comment-form .comment-form-cookies-consent label {
  font-family: "Rubik", sans-serif;
  color: #666;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.comment-form button {
  height: 50px;
  border-radius: 3px;
  line-height: 52px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 0 22px;
  background: #358ffe;
  -webkit-transition: 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: 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);
}
.comment-form button:hover, .comment-form button:active {
  background: #0273fe;
}

.section-side-author {
  padding-top: 92px;
}

.side-author {
  padding-bottom: 32px;
  border-bottom: 1px dashed #9ac7fe;
  margin-bottom: 32px;
}
.side-author:first-child {
  margin-top: 0;
}
.side-author a {
  display: inline-block;
}
.side-author .img-box,
.side-author img {
  width: 158px;
  height: 158px;
  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: #7a7fac;
}
.side-author h3 {
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #212975;
  margin-bottom: 4px;
}
.side-author h4 {
  font-size: 1.2rem;
  color: #358ffe;
}

.author-desc, .section-side-extra {
  padding-bottom: 32px;
  border-bottom: 1px dashed #9ac7fe;
  margin-bottom: 32px;
}
.author-desc h5, .section-side-extra h5 {
  font-family: "Roboto Mono", sans-serif;
  color: #7a7fac;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.author-desc p, .section-side-extra p {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  line-height: 1.92;
}
.author-desc a, .section-side-extra a {
  font-weight: 500;
}

.main-content-single .content-single.wysiwyg a.orange {
  text-decoration: none;
  background-color: #e76647;
  display: inline-block;
  height: 50px;
  border-radius: 3px;
  line-height: 52px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 0 22px;
}

.main-content-single .content-single.wysiwyg a.bleu {
  text-decoration: none;
  background-color: #1295D8;
  display: inline-block;
  height: 50px;
  border-radius: 3px;
  line-height: 52px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 0 22px;
}

@media (max-width: 1365px) {
  .title-single {
    font-size: 3.6rem;
  }
}
@media (max-width: 1024px) {
  .article-single {
    padding-top: 74px;
    padding-bottom: 110px;
  }
  .title-single {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .content-single {
    margin-top: 46px;
  }
  .social-single .ssbp-wrap {
    padding: 0 16px;
  }
  .main-content-single .col-right {
    text-align: center;
  }
  .section-side-author {
    padding-top: 40px;
    margin-top: 92px;
    border-top: 1px dashed #9ac7fe;
  }
}
@media (max-width: 767px) {
  .article-single {
    padding-top: 46px;
    padding-bottom: 60px;
  }
  .title-single {
    font-size: 2rem;
    line-height: 1.35;
    margin-bottom: 25px;
  }
  .section-header-single {
    padding: 12px 0;
  }
  .section-header-single .col-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0;
  }
  .content-single {
    margin-top: 32px;
  }
  .social-single {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .social-single:before, .social-single:after {
    margin-top: 18px;
  }
  .social-single .ssbp-wrap {
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .social-single a {
    width: 36px;
    height: 36px;
    margin: 0 3px;
  }
  .social-single a svg {
    height: 14px;
  }
  .social-single a:hover {
    background: #358ffe;
  }
  .social-single a:hover svg {
    fill: #fff;
  }
}
.section-about-cols.alt-about {
  padding-bottom: 110px;
}

.section-about-extra {
  padding-bottom: 80px;
}
.section-about-extra .wysiwyg h3 {
  margin-bottom: 50px;
}

.section-about-members {
  padding-top: 98px;
  padding-bottom: 160px;
}
.section-about-members .members-intro-txt {
  padding-top: 160px;
}
.section-about-members .members-intro-txt h2 {
  font-size: 2.3rem;
}

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

.organisations-listing, .members-listing {
  padding-top: 130px;
}
.organisations-listing .title-mono, .members-listing .title-mono {
  text-align: left;
  margin-bottom: 44px;
}

.orgas-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.orgas-list li {
  margin-right: 50px;
  margin-bottom: 50px;
}
.orgas-list li:nth-child(4n+4) {
  margin-right: 0;
}
.orgas-list .img-box {
  margin-bottom: 22px;
  position: relative;
  background: #fff;
}
.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 img {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}

.members-list li {
  border-bottom: 1px dashed #9ec9ff;
}
.members-list li:first-child, .members-list li:nth-child(2) {
  border-top: 1px dashed #9ec9ff;
}
.members-list li a {
  display: block;
  padding: 40px 0;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  overflow: hidden;
}
.members-list li a .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
}
.members-list li a:hover {
  background: #fff;
}
.members-list li a:hover .flex {
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
}
.members-list li .img-box {
  width: 75px;
  height: 75px;
  margin-right: 22px;
  border-radius: 50%;
  overflow: hidden;
}
.members-list li hgroup {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 0;
  font-family: "Roboto Mono", sans-serif;
  padding-right: 50px;
}
.members-list li h5 {
  margin-bottom: 4px;
}
.members-list li h3 {
  font-size: 1.5rem;
  margin-bottom: 4px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #212975;
}
.members-list li h4 {
  font-size: 1.2rem;
  line-height: 1.667;
  letter-spacing: 0.05em;
}

.section-about-intl .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-about-intl .flex .txt-box h2 {
  color: #fff;
}
.section-about-intl .flex .txt-box p {
  color: #e5f0ff;
}
.section-about-intl .flex .map-box {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.section-fw-ctas.alt-about {
  padding: 96px 0 144px;
}
.section-fw-ctas.alt-about p {
  font-size: 1.6rem;
  font-family: "Roboto Mono", sans-serif;
  color: #7a7fac;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}

@media (max-width: 1365px) {
  .section-about-cols.alt-about {
    padding-bottom: 90px;
  }
  .section-about-extra {
    padding-bottom: 60px;
  }
  .orgas-list li {
    margin-right: 38px;
    margin-bottom: 38px;
  }
}
@media (max-width: 1024px) {
  .section-about-extra {
    padding-bottom: 30px;
  }
  .section-about-extra .wysiwyg h3 {
    margin-bottom: 30px;
  }
  .section-about-members {
    padding-bottom: 120px;
  }
  .section-about-members .members-intro-txt {
    padding-top: 100px;
  }
  .organisations-listing, .members-listing {
    padding-top: 90px;
  }
  .organisations-listing .title-mono, .members-listing .title-mono {
    margin-bottom: 50px;
  }
  .orgas-list li {
    margin-right: 27px;
    margin-bottom: 27px;
  }
  .orgas-list li:nth-child(4n+4) {
    margin-right: 27px;
  }
  .orgas-list li:nth-child(3n+3) {
    margin-right: 0;
  }
  .members-list li:nth-child(2) {
    border-top: 0;
  }
  .members-list li a:hover {
    background: none;
  }
  .members-list li a:hover .flex {
    -webkit-transform: none;
            transform: none;
  }
  .members-list li hgroup {
    padding-right: 0;
  }
  .section-about-intl {
    padding-top: 88px;
    padding-bottom: 130px;
  }
  .section-about-intl .flex .txt-box h2 {
    font-size: 2.3rem;
  }
  .section-about-intl .flex .map-box {
    -webkit-transform: none;
            transform: none;
    margin-top: 30px;
  }
  .section-fw-ctas.alt-about {
    padding: 96px 0 100px;
  }
  .section-fw-ctas.alt-about .fw-ctas {
    margin-top: 88px;
  }
}
@media (max-width: 767px) {
  .section-about-extra {
    padding-bottom: 0;
  }
  .section-about-members {
    padding-top: 36px;
    padding-bottom: 60px;
  }
  .section-about-members .members-intro-txt {
    padding-top: 70px;
  }
  .organisations-listing, .members-listing {
    padding-top: 66px;
  }
  .orgas-list {
    border-top: 1px dashed #9ec9ff;
    padding-bottom: 40px;
  }
  .orgas-list li {
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 1px dashed #9ec9ff;
    padding: 28px 0;
  }
  .orgas-list li:nth-child(4n+4) {
    margin-right: 0;
  }
  .orgas-list li:nth-child(3n+3) {
    margin-right: 0;
  }
  .orgas-list li 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;
  }
  .orgas-list li a:hover img {
    -webkit-transform: none;
            transform: none;
  }
  .orgas-list li .img-box {
    background: none;
    margin-bottom: 0;
  }
  .orgas-list li .img-box:before {
    content: none;
  }
  .orgas-list li .img-box img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .orgas-list li .txt-box {
    margin-top: 0;
  }
  .orgas-list li h5 + h3 {
    margin-top: 6px;
  }
  .members-list li {
    border-bottom: 1px dashed #9ec9ff;
  }
  .members-list li a .flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .members-list li .img-box {
    width: 66px;
    height: 66px;
  }
  .section-cta.alt-about {
    background: #fff;
  }
  .section-about-intl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-about-intl .flex .txt-box h2 {
    font-size: 2rem;
  }
  .section-about-intl .flex .map-box {
    padding: 0 10px;
    margin-top: 15px;
  }
  .section-fw-ctas.alt-about {
    padding: 66px 0 0;
  }
  .section-fw-ctas.alt-about .fw-ctas {
    margin-top: 52px;
  }
  .section-fw-ctas.alt-about .fw-cta {
    margin-bottom: 40px;
    padding-bottom: 50px;
  }
}
.section-intro-about {
  text-align: center;
  padding: 136px 0 110px;
}
.section-intro-about p {
  font-size: 2.2rem;
  color: #212975;
  font-weight: 400;
}

.section-about-cols {
  padding-bottom: 140px;
}
.section-about-cols .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-about-cols a.link-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 36px;
  text-decoration: none;
}
.section-about-cols a.link-pdf svg {
  fill: #358ffe;
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.section-about-cols a.link-pdf span {
  text-transform: uppercase;
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 2.5;
  display: inline-block;
  position: relative;
}
.section-about-cols a.link-pdf span:before, .section-about-cols a.link-pdf span:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.section-about-cols a.link-pdf span:before {
  background: #aed2ff;
}
.section-about-cols a.link-pdf span:after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  background: #358ffe;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-about-cols a.link-pdf:hover span:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.section-debate {
  text-align: center;
  padding: 90px 0 122px;
}

.debate-ctas {
  padding-top: 124px;
}

.debate-cta {
  padding: 0 30px 44px;
  -webkit-box-shadow: 0 33px 70px rgba(56, 69, 94, 0.23);
          box-shadow: 0 33px 70px rgba(56, 69, 94, 0.23);
}
.debate-cta img {
  display: inline-block;
  width: 94px;
  height: 94px;
  margin-top: -66px;
}
.debate-cta h3 {
  padding-top: 32px;
}

.section-fw-ctas {
  text-align: center;
  padding: 140px 0 90px;
}

.fw-ctas {
  position: relative;
  margin-top: 108px;
}
.fw-ctas:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: calc(100% + 40px);
  background: #cce3ff;
  top: -20px;
  left: 50%;
}

@media (max-width: 1365px) {
  .debate-cta:nth-child(3) {
    margin: 153px auto 0;
  }
}
@media (max-width: 1024px) {
  .section-intro-about {
    padding: 96px 0 82px;
  }
  .section-intro-about p {
    font-size: 1.9rem;
  }
  .section-about-cols {
    padding-bottom: 110px;
  }
  .section-about-cols .img-col {
    margin-bottom: 44px;
  }
  .section-about-cols a.link-pdf {
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  .section-intro-about {
    padding: 60px 0 70px;
  }
  .section-intro-about p {
    font-size: 1.7rem;
  }
  .section-about-cols {
    padding-bottom: 86px;
  }
  .section-about-cols .img-col {
    margin-bottom: 44px;
  }
  .section-about-cols a.link-pdf {
    margin-top: 32px;
  }
  .section-about-cols a.link-pdf span {
    line-height: 1.2;
  }
  .section-about-cols a.link-pdf span:before, .section-about-cols a.link-pdf span:after {
    content: none;
  }
  .section-debate {
    padding: 70px 0 112px;
  }
  .debate-ctas {
    margin-top: -20px;
    padding-top: 0;
  }
  .debate-cta {
    margin-top: 96px;
  }
  .debate-cta img {
    margin-top: -52px;
  }
  .debate-cta:nth-child(3) {
    margin-top: 96px;
  }
  .section-fw-ctas {
    padding: 76px 0 120px;
  }
  .fw-ctas {
    margin-top: 70px;
  }
  .fw-ctas:before {
    content: none;
  }
  .fw-cta:first-child {
    padding-bottom: 62px;
    border-bottom: 1px solid #cce3ff;
    margin-bottom: 62px;
  }
}
.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;
  width: 50%;
}

.contact-main h1 {
  color: #212975;
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0;
}
.contact-main p {
  font-size: 1.8rem;
  line-height: 1.78;
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  .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 h1 {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .contact-main p {
    font-size: 1.7rem;
    margin-bottom: 28px;
  }
}
@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;
    font-size: 2.8rem;
  }
  .contact-main p {
    font-size: 1.5rem;
    margin-bottom: 28px;
  }
}