/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

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

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

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

.clear {
  clear: both; }

.hidden {
  display: none; }

.overlay {
  position: absolute !important;
  height: 100%;
  width: 100%;
  background: #153067;
  left: 0;
  top: 0;
  z-index: 1; }

.sidebar {
  width: 80px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: #153067;
  text-align: center;
  z-index: 999;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.25); }
  @media (max-width: 640px) {
    .sidebar {
      width: 50px;
      left: auto;
      right: 0; } }
  .sidebar .overlay {
    z-index: 1 !important;
    opacity: 1 !important; }
  .sidebar .logo {
    padding-top: 15px;
    text-align: center;
    z-index: 2;
    position: relative; }
    .sidebar .logo a {
      display: block; }
      @media (max-width: 640px) {
        .sidebar .logo a img {
          width: 40px;
          height: 60px; } }
  .sidebar .menu-button {
    padding: 15px;
    top: 0;
    right: 0;
    border: none;
    background: none;
    z-index: 2;
    position: relative;
    cursor: pointer;
    margin-top: 30px; }
    @media (max-width: 960px) {
      .sidebar .menu-button {
        padding: 12px;
        margin-top: 0; } }
    .sidebar .menu-button span {
      float: right; }
  .sidebar .menu {
    position: absolute;
    height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: rgba(21, 48, 103, 0.9);
    left: 80px;
    transform: translateX(-110%);
    top: 0;
    font-family: "Cinzel";
    transition: all .2s ease-in-out;
    text-align: left; }
    .sidebar .menu.active {
      transform: translateX(0); }
    @media (max-width: 640px) {
      .sidebar .menu {
        right: 50px;
        left: auto;
        transform: translateX(110%); } }
    .sidebar .menu ul {
      margin-top: 122px;
      padding: 0; }
      .sidebar .menu ul li {
        transition: all .3s ease-in-out;
        list-style: none; }
        .sidebar .menu ul li.current a {
          padding-right: 30px;
          margin-right: -10px;
          background-image: linear-gradient(to right, #153067 0%, #153067 80%, #13274e 100%); }
          @media (max-width: 640px) {
            .sidebar .menu ul li.current a {
              background-image: linear-gradient(to left, #153067 0%, #153067 80%, #13274e 100%);
              padding-left: 30px;
              margin-left: -10px;
              padding-right: 20px;
              margin-right: 0; } }
          .sidebar .menu ul li.current a:before {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            width: 10px;
            height: 10px;
            background-image: linear-gradient(to right, #153067 0%, #13274e 100%);
            border-radius: 50%;
            top: 0;
            transform: translateY(-50%);
            transition: all .3s ease-in-out; }
            @media (max-width: 640px) {
              .sidebar .menu ul li.current a:before {
                left: 0;
                right: auto;
                background-image: linear-gradient(to left, #153067 0%, #13274e 100%); } }
          .sidebar .menu ul li.current a:after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            width: 10px;
            height: 10px;
            background-image: linear-gradient(to right, #153067 0%, #13274e 100%);
            border-radius: 50%;
            bottom: 0;
            transform: translateY(50%);
            transition: all .3s ease-in-out; }
            @media (max-width: 640px) {
              .sidebar .menu ul li.current a:after {
                left: 0;
                right: auto;
                background-image: linear-gradient(to left, #153067 0%, #13274e 100%); } }
        @media (min-width: 1024px) {
          .sidebar .menu ul li:hover a {
            padding-right: 30px;
            margin-right: -10px;
            background-image: linear-gradient(to right, #153067 0%, #153067 80%, #13274e 100%); }
            .sidebar .menu ul li:hover a:before {
              content: '';
              display: block;
              position: absolute;
              right: 0;
              width: 10px;
              height: 10px;
              background-image: linear-gradient(to right, #153067 0%, #13274e 100%);
              border-radius: 50%;
              top: 0;
              transform: translateY(-50%);
              transition: all .3s ease-in-out; }
            .sidebar .menu ul li:hover a:after {
              content: '';
              display: block;
              position: absolute;
              right: 0;
              width: 10px;
              height: 10px;
              background-image: linear-gradient(to right, #153067 0%, #13274e 100%);
              border-radius: 50%;
              bottom: 0;
              transform: translateY(50%);
              transition: all .3s ease-in-out; } }
        .sidebar .menu ul li a {
          transition: all .3s ease-in-out;
          padding: 20px;
          display: block;
          color: #fefefe;
          position: relative;
          background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); }
  .sidebar .fbicon {
    display: block;
    width: 26px;
    height: 26px;
    background: url(/img/facebook.svg) no-repeat 50% 50%;
    background-size: contain;
    z-index: 1;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%); }

.wrapper {
  max-width: 1280px;
  width: 90%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden; }
  .wrapper p {
    margin: 15px 0; }

.fx {
  display: flex; }

.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: flex-start; }

.flex1 {
  display: flex;
  flex-direction: column; }
  .flex1 > :first-child {
    flex: 1;
    display: flex;
    flex-direction: column; }
    .flex1 > :first-child > :nth-child(2) {
      flex: 1; }

.flex-dc {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.twoT {
  width: calc(100% / 3 * 2);
  padding: 50px;
  float: left;
  box-sizing: border-box; }
  @media (max-width: 960px) {
    .twoT {
      padding: 25px; } }
  @media (max-width: 768px) {
    .twoT {
      width: 100%; } }
  @media (max-width: 640px) {
    .twoT {
      padding: 15px; } }

.half {
  float: left;
  width: calc(100% / 2);
  padding: 50px;
  box-sizing: border-box; }
  @media (max-width: 960px) {
    .half {
      padding: 25px; } }
  @media (max-width: 640px) {
    .half {
      padding: 15px; } }

.third {
  float: left;
  width: calc(100% / 3);
  background: #e4e4e7;
  padding: 50px;
  box-sizing: border-box; }
  .third:nth-child(even) {
    background: #f3f3f7; }
  @media (max-width: 960px) {
    .third {
      width: calc(100% / 2); }
      .third:nth-child(2) {
        background: #f3f3f7; }
      .third:nth-child(3) {
        background: #f3f3f7; }
      .third:nth-child(6) {
        background: #f3f3f7; }
      .third:nth-child(1) {
        background: #e4e4e7; }
      .third:nth-child(4) {
        background: #e4e4e7; }
      .third:nth-child(5) {
        background: #e4e4e7; } }
  @media (max-width: 640px) {
    .third {
      width: 100%;
      padding: 15px; }
      .third:nth-child(even) {
        background: #f3f3f7; }
      .third:nth-child(odd) {
        background: #e4e4e7; } }

.left {
  float: left; }

.right {
  float: right; }

.ptop {
  padding: 35px 0 0 !important; }
  @media (max-width: 1024px) {
    .ptop {
      padding: 0 !important; } }

.nop {
  padding: 0; }

.important {
  background: #ad1d43;
  padding: 0 20px; }

.fullW {
  width: 100%;
  text-align: center; }

.fz49 {
  font-size: 49px;
  line-height: 1; }
  @media (max-width: 640px) {
    .fz49 {
      font-size: 24px;
      display: inline; } }

.fz36 {
  font-size: 36px;
  line-height: 1; }
  @media (max-width: 640px) {
    .fz36 {
      font-size: 24px;
      display: inline; } }

.fz26 {
  font-size: 26px;
  line-height: 1; }
  @media (max-width: 640px) {
    .fz26 {
      font-size: 24px;
      display: inline; } }

.icon {
  width: 40px;
  height: 40px;
  margin: 5px auto; }
  .icon img {
    width: 100%; }

.fletter:first-letter {
  font-size: 48px;
  line-height: 0; }
  @media (max-width: 1280px) {
    .fletter:first-letter {
      font-size: 30px; } }

.sep-bottom-blue-center-long {
  margin: 0 auto 15px;
  padding: 10px;
  position: relative; }
  .sep-bottom-blue-center-long:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 2px solid #153067;
    width: 150px; }

.sep-bottom-red-left-short {
  margin: 0 0 25px;
  padding: 15px 0 25px;
  position: relative; }
  .sep-bottom-red-left-short:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #ad1d43;
    width: 100px; }

.bg-white {
  background: #fefefe; }

.bg-blue {
  background: #153067; }

.bg-black {
  background: #232935; }

.penbg {
  background-image: url(/img/penbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.gradient-black-blue {
  background-image: linear-gradient(to right, #232935 0%, #153067 100%); }

.site-brand {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  position: absolute;
  top: 10%;
  right: 0;
  min-height: 530px;
  transform: translateY(-50%);
  background-image: url(/img/hl.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%; }
  @media (max-width: 1280px) {
    .site-brand {
      top: 13%; } }
  .site-brand .logo img {
    width: 570px;
    height: auto;
    display: block;
    margin-left: 30px; }
    @media (max-width: 1368px) {
      .site-brand .logo img {
        width: 500px; } }
    @media (max-width: 640px) {
      .site-brand .logo img {
        width: 80%; } }

.pose {
  position: absolute !important;
  bottom: -35px;
  right: 0; }
  @media (max-width: 640px) {
    .pose {
      display: none; } }

.button {
  padding: 15px 35px;
  border: 2px solid #ad1d43;
  text-transform: uppercase;
  color: #ad1d43;
  line-height: 1;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  margin-top: 35px;
  position: relative; }
  .button.filled {
    background: #ad1d43;
    color: #f3f3f7;
    border: none; }
    @media (min-width: 1024px) {
      .button.filled:hover {
        background: #f3f3f7;
        color: #ad1d43; } }
  .button-facebook {
    background: #1e3d7c;
    color: #f3f3f7;
    padding: 12px 45px 12px 20px;
    border: none;
    text-transform: none;
    margin: 0 30px 30px 0; }
    @media (max-width: 640px) {
      .button-facebook {
        padding: 10px 30px 10px 10px;
        margin: 0 15px 15px 0; } }
    .button-facebook:nth-of-type(2) {
      margin-right: 0; }
    .button-facebook:after {
      content: '';
      display: block;
      position: absolute;
      background-image: url(/img/facebook.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      width: 16px;
      height: 16px;
      right: 16px;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 640px) {
        .button-facebook:after {
          right: 10px; } }
  @media (min-width: 1024px) {
    .button:hover {
      background: #ad1d43;
      color: #f3f3f7; } }

.accordion {
  margin: 2px; }
  .accordion .accordion-content h4, .accordion .accordion-content p {
    color: #1e3d7c !important; }
  .accordion .accordion-content ul, .accordion .accordion-content ol {
    padding-left: 20px; }
    .accordion .accordion-content ul li, .accordion .accordion-content ol li {
      color: #ad1d43 !important; }
      .accordion .accordion-content ul li span, .accordion .accordion-content ol li span {
        color: #1e3d7c !important; }
  .accordion.active .accordion-content {
    max-height: 750px;
    padding: 20px; }
  .accordion.active .accordion-header:before {
    transform: translateY(-50%) rotate(90deg) scaleX(-1); }
  .accordion-header {
    padding: 10px 20px 10px 50px;
    color: #fefefe;
    font-size: 24px;
    position: relative;
    background: #232935; }
    .accordion-header:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(90deg);
      left: 16px;
      background-image: url(/img/arrow.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      width: 20px;
      height: 20px;
      transition: all 0.3s ease-in-out; }
  .accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    background: #fefefe;
    transition: all 0.3s ease-in-out; }

body {
  font-family: "Frank Ruhl Libre";
  line-height: 1.25;
  color: #1e3d7c;
  background: #f3f3f7;
  overflow-x: hidden; }
  body a {
    text-decoration: none;
    color: #1e3d7c; }
  body header, body section {
    width: calc(100% - 80px);
    float: right;
    position: relative;
    transition: all .2s ease-in-out; }
    @media (max-width: 640px) {
      body header, body section {
        width: calc(100% - 50px);
        float: none; } }
    body header.active, body section.active {
      margin-right: -150px; }
      @media (max-width: 640px) {
        body header.active, body section.active {
          margin-left: -150px;
          margin-right: 0; } }
    body header:not(.custom-height), body section:not(.custom-height) {
      min-height: 90vh; }
      @media (max-width: 960px) {
        body header:not(.custom-height), body section:not(.custom-height) {
          min-height: 80vh; } }
  body header {
    background: url(/img/bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    border-bottom: 10px solid #153067; }
  body section.pros {
    background: #fefefe; }
    body section.pros .third {
      padding: 35px; }
      @media (max-width: 1280px) {
        body section.pros .third {
          padding: 25px; } }
      body section.pros .third h3 {
        font-size: 24px; }
      body section.pros .third .button {
        align-self: center;
        margin-top: 15px; }
  body section.mediators-baner {
    background-image: url(/img/mediators-baner-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 480px; }
    @media (max-width: 1280px) {
      body section.mediators-baner {
        height: 380px; } }
    @media (max-width: 1024px) {
      body section.mediators-baner {
        height: auto; } }
    body section.mediators-baner .wrapper {
      padding: 100px 50px;
      box-sizing: border-box;
      color: #f3f3f7; }
      @media (max-width: 1280px) {
        body section.mediators-baner .wrapper {
          padding: 50px 0; } }
      @media (max-width: 1024px) {
        body section.mediators-baner .wrapper {
          position: relative;
          left: 0;
          transform: none;
          margin: 0 auto; } }
      body section.mediators-baner .wrapper .half {
        padding: 50px 25px; }
        @media (max-width: 768px) {
          body section.mediators-baner .wrapper .half {
            width: 100%; } }
      body section.mediators-baner .wrapper h3 {
        text-transform: none; }
      body section.mediators-baner .wrapper .logo {
        text-align: center; }
        body section.mediators-baner .wrapper .logo img {
          width: 100%;
          max-width: 360px; }
  body footer {
    float: right;
    width: calc(100% - 80px);
    position: relative;
    height: auto;
    color: #f3f3f7; }
    @media (max-width: 640px) {
      body footer {
        width: calc(100% - 50px);
        float: left; } }
    body footer a {
      color: #c6c2c2;
      text-decoration: underline; }
    body footer .footer-info {
      padding: 25px 50px;
      background: #ad1d43;
      text-align: center;
display:flex;
align-items: flex-start; }
      @media (max-width: 1024px) {
        body footer .footer-info {
          padding: 15px; flex-direction: column } }
      @media (max-width: 640px) {
        body footer .footer-info {
          padding: 0 15px; } }
      body footer .footer-info-column {
        display: inline-block;
        text-align: left;
        margin: 0 40px; }
        @media (max-width: 1280px) {
          body footer .footer-info-column {
            margin: 20px; } }
        @media (max-width: 640px) {
          body footer .footer-info-column {
            margin: 15px 0; } }
        @media (max-width: 1024px) {
          body footer .footer-info-column {
            width: calc(100% - 40px); } }
        body footer .footer-info-column strong {
          text-transform: uppercase; }
        body footer .footer-info-column p {
          color: #c6c2c2; }
    body footer .copyright {
      padding: 15px 50px;
      background: #931d3c;
      color: #c6c2c2; }
      @media (max-width: 768px) {
        body footer .copyright {
          padding: 0 15px; } }
      @media (max-width: 768px) {
        body footer .copyright .left {
          width: 100%;
          margin: 15px auto 0;
          text-align: center; } }
      @media (max-width: 768px) {
        body footer .copyright .right {
          width: 100%;
          margin: 15px auto;
          text-align: center; } }
  body h1 {
    font-size: 60px; }
    @media (max-width: 640px) {
      body h1 {
        font-size: 36px; } }
  body h2 {
    font-size: 48px; }
    @media (max-width: 1280px) {
      body h2 {
        font-size: 42px; } }
    @media (max-width: 768px) {
      body h2 {
        font-size: 32px; } }
    @media (max-width: 640px) {
      body h2 {
        font-size: 28px; } }
    body h2.subtitle {
      font-size: 42px; }
      @media (max-width: 1280px) {
        body h2.subtitle {
          font-size: 30px; } }
      @media (max-width: 768px) {
        body h2.subtitle {
          font-size: 24px; } }
      @media (max-width: 640px) {
        body h2.subtitle {
          font-size: 20px; } }
  body h3 {
    font-size: 30px;
    text-transform: uppercase; }
    @media (max-width: 1280px) {
      body h3 {
        font-size: 24px; } }
  body h4 {
    font-size: 24px; }
    @media (max-width: 640px) {
      body h4 {
        font-size: 18px; } }
  body.contact section {
    min-height: 80vh; }
    body.contact section > .half {
      position: relative;
      padding: 0;
      min-height: 400px; }
      @media (max-width: 1368px) {
        body.contact section > .half {
          width: 45%; } }
      @media (max-width: 1280px) {
        body.contact section > .half {
          width: 40%; } }
      @media (max-width: 1024px) {
        body.contact section > .half {
          width: 58%; } }
      @media (max-width: 960px) {
        body.contact section > .half {
          width: 100%; } }
      body.contact section > .half:first-of-type {
        padding: 15px 50px 0; }
        @media (max-width: 1368px) {
          body.contact section > .half:first-of-type {
            width: 55%; } }
        @media (max-width: 1280px) {
          body.contact section > .half:first-of-type {
            width: 60%; } }
        @media (max-width: 1024px) {
          body.contact section > .half:first-of-type {
            width: 42%; } }
        @media (max-width: 960px) {
          body.contact section > .half:first-of-type {
            width: 100%; } }
        @media (max-width: 640px) {
          body.contact section > .half:first-of-type {
            padding: 15px 15px 0; } }
      body.contact section > .half > p {
        margin: 20px 0; }
    body.contact section .map-label {
      font-size: 30px;
      color: #f3f3f7;
      padding: 30px 50px;
      font-weight: 700;
      background: #1e3d7c;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999; }
      @media (max-width: 768px) {
        body.contact section .map-label {
          padding: 15px 35px; } }
    body.contact section .gmnoprint {
      bottom: 40px !important;
      top: auto !important; }
    body.contact section #map img {
      width: 50px;
      height: 50px; }
  body.contact .info-column {
    display: inline-block;
    margin-top: 15px; }
    body.contact .info-column:not(:last-of-type) {
      margin-right: 70px; }
  body.contact #success {
    color: #153067;
    font-size: 20px; }
  body.contact form {
    display: flex;
    margin: 0 -50px;
    background: #fefefe; }
    @media (max-width: 1024px) {
      body.contact form {
        display: block; } }
    @media (max-width: 640px) {
      body.contact form {
        margin: 0 -15px; } }
    body.contact form h1 {
      font-size: 30px;
      font-weight: 700; }
    body.contact form .half {
      display: flex;
      flex-wrap: wrap;
      padding: 35px 50px; }
      @media (max-width: 1024px) {
        body.contact form .half {
          width: 100%;
          padding: 35px 50px 0; } }
      @media (max-width: 640px) {
        body.contact form .half {
          padding: 15px 15px 0; } }
      body.contact form .half:nth-of-type(2) .input {
        margin: 0;
        align-self: flex-end; }
        body.contact form .half:nth-of-type(2) .input label {
          margin: 15px 20px -30px; }
          @media (max-width: 1024px) {
            body.contact form .half:nth-of-type(2) .input label {
              margin: 0 50px 5px; } }
          @media (max-width: 640px) {
            body.contact form .half:nth-of-type(2) .input label {
              margin: 0 15px 5px; } }
    body.contact form ::placeholder {
      color: #1e3d7c;
      opacity: 0.5; }
    body.contact form label {
      font-size: 12px;
      color: #c6c2c2;
      margin: 0 5px -10px;
      display: block; }
    body.contact form input, body.contact form textarea {
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      font-family: "Frank Ruhl Libre";
      font-size: 16px;
      color: #1e3d7c;
      background: none; }
      body.contact form input:focus, body.contact form textarea:focus {
        outline: none !important;
        border-color: #e4e4e7; }
    body.contact form input {
      border: none;
      border-bottom: 1px solid #1e3d7c; }
      body.contact form input[type="submit"] {
        border: 2px solid #ad1d43;
        background: #ad1d43;
        color: #f3f3f7;
        cursor: pointer;
        margin: 0;
        padding: 15px;
        text-transform: none; }
        @media (min-width: 1024px) {
          body.contact form input[type="submit"]:hover {
            border: 2px solid #ad1d43;
            background: #fefefe;
            color: #ad1d43; } }
    body.contact form textarea {
      border: none;
      border-left: 1px solid #c6c2c2;
      resize: none;
      padding: 40px 20px 10px; }
      @media (max-width: 1024px) {
        body.contact form textarea {
          min-height: 150px;
          padding: 0 50px 35px; } }
      @media (max-width: 640px) {
        body.contact form textarea {
          padding: 0 15px 5px; } }
    body.contact form .error {
      border-bottom: 1px solid #ad1d43; }
      body.contact form .error::placeholder {
        color: #ad1d43; }
    body.contact form .error-text {
      color: #ad1d43;
      font-size: 14px !important;
      margin: 10px 0 0;
      display: block !important; }
    body.contact form .input {
      margin-bottom: 10px;
      width: 100%; }
    body.contact form .checkbox input {
      margin: 0; }
    body.contact form .checkbox a {
      text-decoration: underline; }
    body.contact form .checkbox > * {
      display: inline;
      width: auto;
      font-size: 12px;
      line-height: 1;
      color: #153067; }
  body.mediations h1, body.mediations h2, body.mediations h3, body.mediations h4, body.mediations p, body.mediations a {
    color: #f3f3f7;
    text-transform: none; }
  body.mediations h2 {
    text-align: left; }
  body.mediations h3 {
    text-align: center;
    margin: 35px auto; }
  body.mediations header {
    background: url(/img/mediationsbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    border: none; }
    @media (max-width: 1024px) {
      body.mediations header h2 {
        margin: 0 auto;
        text-align: center; } }
    @media (max-width: 1024px) {
      body.mediations header:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(19, 39, 78, 0.5); } }
    @media (max-width: 1024px) {
      body.mediations header {
        justify-content: center;
        flex-direction: column; } }
    @media (max-width: 1024px) {
      body.mediations header .half {
        width: 100%;
        z-index: 1; } }
    @media (max-width: 1024px) {
      body.mediations header .half .logo {
        margin: 0 auto; } }
    @media (max-width: 640px) {
      body.mediations header .half .logo img {
        width: 80%; } }
  @media (max-width: 1024px) {
    body.mediations .bg-black {
      min-height: auto !important; }
      body.mediations .bg-black .wrapper {
        position: relative; } }
  body.mediations .gradient-black-blue {
    padding: 35px 0 15px;
    overflow: hidden; }
    body.mediations .gradient-black-blue:after {
      content: '&';
      display: block;
      position: absolute;
      bottom: 50%;
      left: 50%;
      transform: translate(-55%, 58%);
      font-size: 670px;
      color: #f3f3f7;
      opacity: 0.1; }
    body.mediations .gradient-black-blue .wrapper {
      position: relative;
      margin: 0 auto;
      left: 0;
      transform: none; }
    @media (max-width: 640px) {
      body.mediations .gradient-black-blue .half {
        width: 100%; } }
  body.mediations .bio {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    body.mediations .bio > .half {
      display: flex; }
      @media (max-width: 1024px) {
        body.mediations .bio > .half {
          display: block; } }
      @media (max-width: 640px) {
        body.mediations .bio > .half {
          width: 100%; } }
    body.mediations .bio .half {
      overflow: hidden; }
      body.mediations .bio .half img {
        height: 100%;
        width: auto; }
        @media (max-width: 1024px) {
          body.mediations .bio .half img {
            min-height: 100%;
            width: 100%; } }
      @media (max-width: 1024px) {
        body.mediations .bio .half .half {
          width: 100%;
          max-height: 600px; } }
      body.mediations .bio .half .nop {
        line-height: 0; }
      body.mediations .bio .half.txt-deco {
        background: #f3f3f7;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 35px;
        text-align: left; }
        body.mediations .bio .half.txt-deco h4, body.mediations .bio .half.txt-deco p {
          color: #153067; }
        body.mediations .bio .half.txt-deco:after {
          content: '';
          display: block;
          position: absolute;
          top: 5px;
          bottom: 5px;
          left: 5px;
          right: 5px;
          background-image: url(/img/deco-vert.png);
          background-repeat: no-repeat;
          background-size: 100% 100%; }
  @media (max-width: 1024px) {
    body.mediations .penbg .twoT {
      width: 100%; } }
  @media (max-width: 640px) {
    body.mediations .penbg .twoT {
      display: block; } }
  @media (max-width: 640px) {
    body.mediations .penbg .bg-white {
      text-align: center;
      display: block !important; }
      body.mediations .penbg .bg-white a {
        margin: 20px auto 0; } }
  body.mediations .penbg .bg-white p {
    color: #153067;
    text-align: center; }
  body.mediations .penbg .left {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 640px) {
      body.mediations .penbg .left {
        float: none;
        padding: 15px; } }
  body.mediations .penbg .bg-blue {
    padding: 50px 20px 50px 50px; }
    @media (max-width: 640px) {
      body.mediations .penbg .bg-blue {
        padding: 15px; } }
  body.mediations .penbg .button {
    width: -moz-max-content;
    width: max-content;
    margin-top: 20px;
    color: #ad1d43; }
    @media (max-width: 640px) {
      body.mediations .penbg .button {
        display: block; } }
    @media (min-width: 1024px) {
      body.mediations .penbg .button:hover {
        color: #f3f3f7; } }
  body.about .overlay {
    opacity: 0.9;
    z-index: 0; }
  body.about .wrapper a {
    color: #fefefe;
    text-decoration: underline; }
  body.about header {
    background-image: url(/img/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
    body.about header .wrapper {
      min-height: 90vh; }
      @media (max-width: 1024px) {
        body.about header .wrapper .half {
          width: calc(100% / 3 * 2); } }
      @media (max-width: 960px) {
        body.about header .wrapper .half {
          width: 100%; } }
      @media (max-width: 640px) {
        body.about header .wrapper .half {
          padding: 15px 0; } }
      @media (max-width: 960px) {
        body.about header .wrapper .pose {
          display: none; } }
    body.about header > * {
      position: relative;
      z-index: 1;
      text-align: left; }
      body.about header > * > * {
        color: #f3f3f7; }
  body.service .overlay {
    opacity: 0.9;
    z-index: 0; }
  body.service header {
    background-image: url(/img/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed; }
    body.service header > * {
      position: relative;
      z-index: 1;
      text-align: left; }
  body.service .wrapper {
    position: relative;
    padding: 50px 0; }
    body.service .wrapper ul, body.service .wrapper ol {
      padding-left: 20px; }
    body.service .wrapper h1, body.service .wrapper h2, body.service .wrapper h3, body.service .wrapper h4, body.service .wrapper h5, body.service .wrapper h6, body.service .wrapper p, body.service .wrapper a, body.service .wrapper ul, body.service .wrapper ol, body.service .wrapper li {
      color: #f3f3f7; }
  body.service .twoT {
    padding: 15px 0; }
  body.service h3 {
    margin-top: 50px; }
  body.policy {
    line-height: 1.5; }
    body.policy .wrapper {
      position: relative;
      padding: 50px 0; }
      body.policy .wrapper ul, body.policy .wrapper ol {
        padding-left: 20px; }
      body.policy .wrapper h1, body.policy .wrapper h2, body.policy .wrapper h3, body.policy .wrapper h4, body.policy .wrapper h5, body.policy .wrapper h6, body.policy .wrapper p, body.policy .wrapper a, body.policy .wrapper ul, body.policy .wrapper ol, body.policy .wrapper li {
        color: #1e3d7c; }

.cookie-bar {
  background: #232935;
  width: 100%;
  left: 0;
  bottom: 0;
  position: fixed;
  height: auto;
  padding: 10px 50px 10px 15px;
  box-sizing: border-box;
  color: #fefefe;
  line-height: 1;
  z-index: 99999;
  transform: translateY(0);
  transition: all 0.2s ease-in-out; }
  .cookie-bar > * {
    display: inline; }
  .cookie-bar p {
    float: left;
    font-size: 14px; }
  .cookie-bar a {
    text-decoration: underline;
    color: #fefefe; }
  .cookie-bar .close-cookie {
    position: absolute;
    right: 15px;
    top: 50%;
    cursor: pointer;
    padding: 5px;
    backface-visibility: hidden;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out; }
    @media (min-width: 1024px) {
      .cookie-bar .close-cookie:hover {
        transform: translateY(-50%) scale(1.1); } }
  .cookie-bar .clear {
    display: none !important; }
  .cookie-bar.closed {
    transform: translateY(100%); }

.burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .burger-icon, .burger-icon::before, .burger-icon::after {
    display: block;
    width: 25px;
    height: 1px;
    background-color: #fefefe;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .burger-icon::before, .burger-icon::after {
    position: absolute;
    content: ""; }
  .burger-icon::before {
    top: -7px; }
  .burger-icon::after {
    top: 7px; }

.menu-button.active .burger-icon {
  background-color: transparent; }
.menu-button.active .burger-icon::before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg); }
.menu-button.active .burger-icon::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg); }

/*# sourceMappingURL=style.css.map */
