@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.eot");
  src: local("☺"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat-Light.eot");
  src: local("☺"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Thin';
  src: url("../fonts/Roboto-Thin.eot");
  src: local("☺"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype"), url("../fonts/Roboto-Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Karla-Regular';
  src: url("../fonts/Karla-Regular.eot");
  src: local("☺"), url("../fonts/Karla-Regular.woff") format("woff"), url("../fonts/Karla-Regular.ttf") format("truetype"), url("../fonts/Karla-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Karla-Bold';
  src: url("../fonts/Karla-Bold.eot");
  src: local("☺"), url("../fonts/Karla-Bold.woff") format("woff"), url("../fonts/Karla-Bold.ttf") format("truetype"), url("../fonts/Karla-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

li {
  font-size: 12px;
  line-height: 16px; }
  @media (min-width: 900px) {
    li {
      font-size: 14px;
      line-height: 18px; } }

a {
  display: inline-block; }

.oxo-view {
  position: relative; }

.oxo-view-wrapper.quatrecentquatre {
  min-height: 450px; }
  .oxo-view-wrapper.quatrecentquatre .text {
    text-align: center;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0px);
            transform: translate3d(-50%, -50%, 0px);
    top: 50%;
    left: 50%;
    font-family: "Montserrat-Light";
    text-transform: uppercase;
    font-size: 114px;
    padding-top: 80px;
    color: #0067b0; }

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0; }

.block-inner {
  position: relative;
  padding: 0px 20px;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0px; }
  @media (min-width: 900px) {
    .block-inner {
      padding: 0px 40px; } }

.col-50 {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 900px) {
    .col-50 {
      width: 50%; } }

.col-33 {
  width: calc(100%);
  display: inline-block;
  vertical-align: top;
  text-align: center; }
  @media (min-width: 900px) {
    .col-33 {
      width: calc(100% / 3); } }

.col-25 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: calc(100%); }
  @media (min-width: 900px) {
    .col-25 {
      width: 25%; } }

.medium-banner {
  position: relative;
  height: 455px;
  width: 100%;
  background-size: cover;
  background-position: center; }
  .medium-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    color: white;
    width: 100%; }

h1 {
  font-family: "Karla-Bold";
  font-size: 32px;
  line-height: 34px;
  text-align: center; }
  @media (min-width: 600px) {
    h1 {
      font-size: 45px;
      line-height: 47px; } }
  @media (min-width: 900px) {
    h1 {
      font-size: 70px;
      line-height: 82px; } }

h2 {
  font-family: "Karla-Bold";
  font-size: 26px;
  line-height: 28px; }
  @media (min-width: 900px) {
    h2 {
      font-size: 30px;
      line-height: 36px; } }

h3 {
  font-family: "Montserrat-Light";
  font-size: 14px;
  line-height: 21px; }
  @media (min-width: 900px) {
    h3 {
      font-size: 22px;
      line-height: 29px; } }

p {
  font-size: 12px;
  line-height: 16px; }
  @media (min-width: 900px) {
    p {
      font-size: 14px;
      line-height: 18px; } }

header {
  position: fixed;
  z-index: 10;
  height: 60px;
  width: 100%;
  top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  padding: 0 20px;
  z-index: 9997; }
  @media (min-width: 900px) {
    header {
      padding: 0 40px; } }
  header .burger {
    position: absolute;
    height: 40px;
    width: 29px;
    right: 25px;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    cursor: pointer; }
    @media (min-width: 900px) {
      header .burger {
        display: none; } }
    header .burger .t {
      height: 2px;
      width: 100%;
      position: absolute;
      top: 12px;
      left: 0;
      background: #0068B3; }
    header .burger .m {
      height: 2px;
      width: 100%;
      position: absolute;
      top: 20px;
      left: 0;
      background: #0068B3; }
    header .burger .b {
      height: 2px;
      width: 100%;
      position: absolute;
      top: 29px;
      left: 0;
      background: #0068B3; }
  header .header-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 22px -11px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 3px 22px -11px rgba(0, 0, 0, 0.5); }
    header .header-inner .logo {
      position: relative;
      height: 100%;
      width: 50px; }
      header .header-inner .logo img {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    header .header-inner .menu-main-container, header .header-inner .menu-main-en-container {
      position: absolute;
      top: 0px;
      left: 95px;
      height: 100%;
      font-size: 0;
      width: calc(100% - 95px); }
      header .header-inner .menu-main-container .nav, header .header-inner .menu-main-en-container .nav {
        height: 100%;
        width: 100%;
        display: none; }
        @media (min-width: 900px) {
          header .header-inner .menu-main-container .nav, header .header-inner .menu-main-en-container .nav {
            display: block; } }
        header .header-inner .menu-main-container .nav li:last-child, header .header-inner .menu-main-en-container .nav li:last-child {
          float: right;
          padding-right: 10px; }
        @media (min-width: 1200px) {
          header .header-inner .menu-main-container .nav li:hover, header .header-inner .menu-main-en-container .nav li:hover {
            background-color: #0068B3; }
            header .header-inner .menu-main-container .nav li:hover > a, header .header-inner .menu-main-en-container .nav li:hover > a {
              color: white; } }
        header .header-inner .menu-main-container .nav .current_page_parent, header .header-inner .menu-main-en-container .nav .current_page_parent {
          background-color: #0068B3; }
          header .header-inner .menu-main-container .nav .current_page_parent > a, header .header-inner .menu-main-en-container .nav .current_page_parent > a {
            color: white; }
        header .header-inner .menu-main-container .nav > li, header .header-inner .menu-main-en-container .nav > li {
          display: inline-block;
          height: 100%;
          vertical-align: top;
          text-transform: uppercase; }
          header .header-inner .menu-main-container .nav > li li.current-menu-item, header .header-inner .menu-main-en-container .nav > li li.current-menu-item {
            background-color: #0068B3; }
            header .header-inner .menu-main-container .nav > li li.current-menu-item > a, header .header-inner .menu-main-en-container .nav > li li.current-menu-item > a {
              color: white; }
          header .header-inner .menu-main-container .nav > li.current-menu-item, header .header-inner .menu-main-en-container .nav > li.current-menu-item {
            background-color: #0068B3; }
            header .header-inner .menu-main-container .nav > li.current-menu-item > a, header .header-inner .menu-main-en-container .nav > li.current-menu-item > a {
              color: white; }
          header .header-inner .menu-main-container .nav > li.no-click > a, header .header-inner .menu-main-en-container .nav > li.no-click > a {
            pointer-events: none; }
          header .header-inner .menu-main-container .nav > li:hover .sub-menu, header .header-inner .menu-main-en-container .nav > li:hover .sub-menu {
            display: block; }
          header .header-inner .menu-main-container .nav > li a, header .header-inner .menu-main-en-container .nav > li a {
            font-family: "Karla-Regular";
            text-decoration: none;
            color: #002B4A;
            padding: 0 15px;
            height: 100%;
            line-height: 60px;
            font-size: 12px; }
          header .header-inner .menu-main-container .nav > li .sub-menu, header .header-inner .menu-main-en-container .nav > li .sub-menu {
            position: absolute;
            background: white;
            display: none; }
      header .header-inner .menu-main-container .acces-ca, header .header-inner .menu-main-en-container .acces-ca {
        float: right;
        border-left: 1px solid #002B4A; }
    header .header-inner .menu-member-access-container {
      position: absolute;
      height: 100%;
      right: 67px;
      top: 0px; }
      @media (min-width: 900px) {
        header .header-inner .menu-member-access-container {
          right: 0; } }
      header .header-inner .menu-member-access-container .nav {
        height: 100%; }
        header .header-inner .menu-member-access-container .nav li {
          height: 100%;
          position: relative; }
          @media (min-width: 900px) {
            header .header-inner .menu-member-access-container .nav li:hover:before {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0px;
              height: 4px;
              background-color: white;
              width: 100%; } }
          header .header-inner .menu-member-access-container .nav li a {
            font-size: 12px;
            font-family: "Karla-Regular";
            color: white;
            text-decoration: none;
            text-transform: uppercase;
            background-color: #0068B3;
            padding: 0 15px 0px 30px;
            height: 100%;
            line-height: 60px; }
            header .header-inner .menu-member-access-container .nav li a:before {
              content: "";
              height: 17px;
              width: 12px;
              background-image: url(../img/cadena.png);
              background-size: 12px 17px;
              position: absolute;
              top: 20px;
              left: 10px; }

.black-layer {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 9998;
  opacity: 0;
  -webkit-transition: 0.6s opacity ease;
  -o-transition: 0.6s opacity ease;
  transition: 0.6s opacity ease;
  -webkit-transform: translate3d(-100%, 0px, 0px);
          transform: translate3d(-100%, 0px, 0px); }
  .black-layer.open {
    opacity: 1;
    -webkit-transition: 0.6s opacity ease;
    -o-transition: 0.6s opacity ease;
    transition: 0.6s opacity ease;
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px); }

.menu-mobile {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 240px;
  background: white;
  text-align: center;
  z-index: 9999;
  overflow: auto;
  -webkit-transform: translate3d(100%, 0px, 0px);
          transform: translate3d(100%, 0px, 0px);
  -webkit-transition: 0.6s -webkit-transform cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: 0.6s -webkit-transform cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-transition: 0.6s transform cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: 0.6s transform cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: 0.6s transform cubic-bezier(0.95, 0.05, 0.795, 0.035), 0.6s -webkit-transform cubic-bezier(0.95, 0.05, 0.795, 0.035); }
  .menu-mobile .wpml-ls-item > a {
    display: none; }
  .menu-mobile .wpml-ls-item .sub-menu {
    display: block !important;
    margin-top: 5px; }
    .menu-mobile .wpml-ls-item .sub-menu a {
      display: block; }
      .menu-mobile .wpml-ls-item .sub-menu a span {
        font-family: "Karla-Bold" !important; }
  .menu-mobile li {
    position: relative;
    line-height: 40px; }
  .menu-mobile.open {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    -webkit-transition: 0.6s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.6s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1), 0.6s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1); }
    @media (min-width: 900px) {
      .menu-mobile.open {
        display: none; } }
  @media (min-width: 900px) {
    .menu-mobile {
      display: none; } }
  .menu-mobile .cross {
    position: absolute;
    height: 22px;
    width: 22px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 2; }
    .menu-mobile .cross .first {
      position: absolute;
      height: 25px;
      width: 2px;
      background-color: #0068B3;
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
              transform: translate3d(-50%, -50%, 0) rotate(45deg);
      top: 50%;
      left: 50%; }
    .menu-mobile .cross .second {
      position: absolute;
      height: 25px;
      width: 2px;
      background-color: #0068B3;
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
              transform: translate3d(-50%, -50%, 0) rotate(-45deg);
      top: 50%;
      left: 50%; }
  .menu-mobile .menu-main-container, .menu-mobile .menu-main-en-container {
    position: relative;
    line-height: 28px;
    font-size: 17px;
    width: 100%;
    text-align: right; }
    .menu-mobile .menu-main-container .nav-mobile, .menu-mobile .menu-main-en-container .nav-mobile {
      display: inline-block;
      margin-top: 80px;
      margin-right: 50px; }
      .menu-mobile .menu-main-container .nav-mobile > li.no-click > a, .menu-mobile .menu-main-en-container .nav-mobile > li.no-click > a {
        pointer-events: none; }
      .menu-mobile .menu-main-container .nav-mobile > li.no-click.open .sub-menu, .menu-mobile .menu-main-en-container .nav-mobile > li.no-click.open .sub-menu {
        display: block; }
      .menu-mobile .menu-main-container .nav-mobile > li > a, .menu-mobile .menu-main-en-container .nav-mobile > li > a {
        text-decoration: none;
        color: #0068B3;
        font-family: "Karla-Bold";
        font-size: 16px;
        line-height: 18px; }
    .menu-mobile .menu-main-container .sub-menu, .menu-mobile .menu-main-en-container .sub-menu {
      display: none; }
      .menu-mobile .menu-main-container .sub-menu a, .menu-mobile .menu-main-en-container .sub-menu a {
        text-decoration: none;
        color: #0068B3;
        font-family: "Karla-Regular";
        font-size: 14px;
        line-height: 16px; }

footer {
  font-size: 0;
  padding: 45px 0px 0px;
  background-color: #F0F2F2; }
  footer .col {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: calc(100%);
    text-align: center; }
    @media (min-width: 900px) {
      footer .col {
        width: calc(100% / 4);
        margin-bottom: 0px;
        text-align: left; } }
    footer .col.col1 {
      margin-bottom: 20px; }
      @media (min-width: 900px) {
        footer .col.col1 {
          margin-bottom: 0px; } }
    footer .col.col2 p {
      font-family: "Montserrat-Light";
      font-size: 22px;
      text-align: center; }
      @media (min-width: 900px) {
        footer .col.col2 p {
          text-align: left; } }
    footer .col .logo {
      width: 69px;
      height: 69px; }
    footer .col a {
      display: block; }
    footer .col .social a {
      display: inline-block; }
    footer .col ul li, footer .col p, footer .col a {
      font-family: "Karla-Regular";
      font-size: 12px;
      line-height: 21px;
      margin-bottom: 7px;
      color: #002B4A;
      text-decoration: none; }
      footer .col ul li a, footer .col p a, footer .col a a {
        text-decoration: none;
        color: #002B4A;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      footer .col ul li.title a, footer .col p.title a, footer .col a.title a {
        font-family: "Karla-Bold";
        text-transform: uppercase;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px; }
  footer .bottom-footer {
    text-align: center;
    font-family: "Karla-Bold";
    padding: 20px 0px;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 7px;
    color: #002B4A;
    margin-top: 30px; }
    footer .bottom-footer a {
      text-decoration: none;
      color: #002B4A; }

.btn {
  font-family: "Karla-Bold";
  padding: 8px 14px;
  background-color: #0068B3;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-size: 0;
  border: 1px solid #0068B3;
  position: relative; }
  .btn:before {
    content: "";
    position: absolute;
    height: 0px;
    width: calc(100% - 4px);
    bottom: -1px;
    background-color: white;
    left: 2px;
    -webkit-transition: 0.6s height cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.6s height cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.6s height cubic-bezier(0.19, 1, 0.22, 1); }
  .btn:hover:before {
    height: 4px;
    -webkit-transition: 0.6s height cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.6s height cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.6s height cubic-bezier(0.19, 1, 0.22, 1); }
  @media (min-width: 900px) {
    .btn {
      padding: 15px 20px; } }
  .btn.transparent {
    background-color: white;
    color: #0068B3;
    border: 1px solid #0068B3; }
    .btn.transparent:before {
      background-color: #0068B3; }
    .btn.transparent > span .circle {
      background-image: url(../img/btn-icon-b.png); }
  .btn > span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 900px) {
      .btn > span {
        font-size: 16px; } }
    .btn > span .circle {
      position: relative;
      height: 30px;
      width: 38px;
      background-image: url(../img/btn-icon-w.png);
      background-size: contain;
      margin: 0px 0px 0px 13px; }

.become-member {
  padding: 90px 0;
  background-color: #002B4A;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .become-member .circle-decoration {
    position: absolute;
    top: 0px;
    border: 60px solid;
    border-radius: 50%; }
    .become-member .circle-decoration.grey {
      border-color: #D0D4D4;
      height: 300px;
      width: 300px;
      top: 50%;
      left: -200px;
      -webkit-transform: translate3d(0px, -370px, 0px);
              transform: translate3d(0px, -370px, 0px);
      z-index: 1;
      display: none; }
      @media (min-width: 900px) {
        .become-member .circle-decoration.grey {
          display: block; } }
    .become-member .circle-decoration.blue-light {
      border-color: #00B7EB;
      height: 700px;
      width: 700px;
      right: -200px;
      -webkit-transform: translateY(-80%);
          -ms-transform: translateY(-80%);
              transform: translateY(-80%);
      top: 50%;
      display: none; }
      @media (min-width: 900px) {
        .become-member .circle-decoration.blue-light {
          display: block; } }
    .become-member .circle-decoration.blue-medium {
      border-color: #0068B3;
      height: 500px;
      width: 500px;
      left: 0px;
      top: 50%;
      -webkit-transform: translateY(-20%);
          -ms-transform: translateY(-20%);
              transform: translateY(-20%); }
  .become-member p {
    font-family: "Montserrat-Light";
    color: white;
    display: block;
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    z-index: 10;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px; }
    @media (min-width: 900px) {
      .become-member p {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 0px;
        display: inline-block;
        padding-right: 40px; } }

.founders {
  position: relative;
  background-color: #0068B3;
  font-size: 0;
  overflow: hidden;
  padding: 40px 0px 40px; }
  @media (min-width: 900px) {
    .founders {
      padding: 60px 0px 80px; } }
  .founders h2 {
    font-family: "Karla-Bold";
    color: white;
    text-align: center;
    margin-bottom: 37px; }
  .founders .founder {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    vertical-align: top; }
    .founders .founder:nth-child(2) {
      margin-bottom: 20px; }
      @media (min-width: 900px) {
        .founders .founder:nth-child(2) {
          margin-bottom: 0px; } }
    .founders .founder .founder-circle {
      height: 240px;
      width: 240px;
      border-radius: 50%;
      display: inline-block;
      position: relative; }
      @media (max-width: 599px) {
        .founders .founder .founder-circle {
          height: 120px;
          width: 120px; } }
      .founders .founder .founder-circle:before {
        content: "";
        position: absolute;
        height: 65px;
        width: 65px;
        background-color: #00B7EB;
        border-radius: 50%;
        z-index: 1;
        background-image: url(../img/quote.png);
        right: -7px;
        top: -15px;
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center; }
      .founders .founder .founder-circle .founder-inner {
        position: absolute;
        background-color: white;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        z-index: 2; }
      .founders .founder .founder-circle .founder-face {
        position: absolute;
        top: 50%;
        left: 50%;
        background-position: center;
        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
        background-size: cover;
        height: 200px;
        width: 200px;
        z-index: 3; }
        @media (max-width: 599px) {
          .founders .founder .founder-circle .founder-face {
            height: 100px;
            width: 100px; } }
    .founders .founder .description {
      font-family: "Montserrat-Regular";
      color: white;
      margin: 10px auto 0;
      width: 80%; }
    .founders .founder .name {
      font-family: "Karla-Bold";
      text-transform: uppercase;
      color: white;
      font-size: 16px;
      line-height: 21px;
      margin-top: 30px; }
    .founders .founder ul {
      margin-top: 5px; }
      .founders .founder ul li {
        font-family: "Montserrat-Regular";
        color: white;
        font-size: 12px;
        line-height: 16px; }
        @media (min-width: 900px) {
          .founders .founder ul li {
            font-size: 16px;
            line-height: 20px; } }
    .founders .founder .endorsement {
      margin-top: 30px; }
  .founders .bio-details {
    position: relative;
    background: white;
    -webkit-transition: 3s max-height cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 3s max-height cubic-bezier(0.19, 1, 0.22, 1);
    transition: 3s max-height cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: -100px;
    display: none;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.41);
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.41);
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 10;
    overflow: auto;
    height: 100%; }
    @media (min-width: 900px) {
      .founders .bio-details {
        position: relative;
        top: -125px;
        overflow: hidden;
        max-height: 0px;
        z-index: 2;
        height: auto; } }
    .founders .bio-details .switch {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-family: "Karla-Bold";
      margin-bottom: 30px;
      padding: 0px 20px;
      padding-top: 40px; }
      @media (min-width: 900px) {
        .founders .bio-details .switch {
          padding: 0px 80px;
          padding-top: 40px; } }
      .founders .bio-details .switch > div {
        font-size: 16px;
        display: block;
        color: #0068B3;
        text-transform: uppercase;
        cursor: pointer; }
        @media (min-width: 900px) {
          .founders .bio-details .switch > div {
            display: inline-block; } }
        .founders .bio-details .switch > div:nth-child(2) {
          margin-left: 0px;
          margin-top: 10px; }
          @media (min-width: 900px) {
            .founders .bio-details .switch > div:nth-child(2) {
              margin-left: 30px;
              margin-top: 0px; } }
    .founders .bio-details .cross {
      position: absolute;
      height: 44px;
      width: 44px;
      right: 20px;
      top: 20px;
      cursor: pointer; }
      .founders .bio-details .cross .first {
        position: absolute;
        height: 35px;
        width: 2px;
        background-color: #0068B3;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
                transform: translate3d(-50%, -50%, 0) rotate(45deg);
        top: 50%;
        left: 50%; }
      .founders .bio-details .cross .second {
        position: absolute;
        height: 35px;
        width: 2px;
        background-color: #0068B3;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
                transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        top: 50%;
        left: 50%; }
    .founders .bio-details.open {
      max-height: 1000px;
      -webkit-transition: 3s max-height cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: 3s max-height cubic-bezier(0.19, 1, 0.22, 1);
      transition: 3s max-height cubic-bezier(0.19, 1, 0.22, 1);
      display: block; }
      .founders .bio-details.open.t1 .text1 {
        max-height: 1000px;
        -webkit-transition: 2s max-height cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: 2s max-height cubic-bezier(0.19, 1, 0.22, 1);
        transition: 2s max-height cubic-bezier(0.19, 1, 0.22, 1);
        display: block; }
      .founders .bio-details.open.t1 .name2 {
        color: #D0D4D4; }
      .founders .bio-details.open.t2 .text2 {
        max-height: 1000px;
        -webkit-transition: 2s max-height cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: 2s max-height cubic-bezier(0.19, 1, 0.22, 1);
        transition: 2s max-height cubic-bezier(0.19, 1, 0.22, 1);
        display: block; }
      .founders .bio-details.open.t2 .name1 {
        color: #D0D4D4; }
    .founders .bio-details .text {
      font-family: "Montserrat-Regular";
      font-size: 14px;
      line-height: 18px;
      padding: 0px 20px 60px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-height: 0px;
      -webkit-transition: 0.9s max-height cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: 0.9s max-height cubic-bezier(0.19, 1, 0.22, 1);
      transition: 0.9s max-height cubic-bezier(0.19, 1, 0.22, 1);
      max-height: 0;
      display: none; }
      @media (min-width: 900px) {
        .founders .bio-details .text {
          padding: 0px 80px 60px; } }
  .founders .separator {
    position: absolute;
    height: 420px;
    width: 1px;
    background-color: #D8D8D8;
    top: 60px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0px);
            transform: translate3d(-50%, 0, 0px);
    display: none; }
    @media (min-width: 900px) {
      .founders .separator {
        display: block; } }
  .founders .bio {
    position: relative;
    text-align: center;
    margin-top: 20px; }
    .founders .bio .col-50 {
      width: 50%; }
    .founders .bio a {
      display: inline-block;
      text-transform: uppercase;
      font-family: "Karla-Bold";
      font-size: 12px;
      line-height: 14px;
      text-decoration: underline;
      color: white; }

.the-board h2 {
  text-align: center;
  margin-bottom: 30px; }

.the-board .description {
  font-family: "Montserrat-Regular";
  margin-top: -10px;
  margin-bottom: 40px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.people {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px; }
  .people .people-face {
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url("../img/face1.png");
    border-radius: 50%;
    height: 160px;
    width: 160px;
    overflow: hidden;
    display: inline-block;
    border: 25px solid #d8d8d8; }
    .people .people-face.blue {
      border: 25px solid #0068B3; }
  .people .people-name {
    color: #0068B3;
    font-family: "Karla-Bold";
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    display: block;
    margin-top: 20px;
    margin-bottom: 2px; }
  .people .people-status {
    font-family: "Montserrat-Regular";
    color: #00B7EB;
    min-height: 60px; }
  .people .people-enterprise {
    font-family: "Montserrat-Regular";
    font-size: 14px;
    line-height: 21px;
    color: #00B7EB;
    margin-bottom: -20px; }
  .people .people-socials {
    position: relative;
    margin-top: 30px; }
    .people .people-socials img {
      margin: 0px 5px; }

.founders-enterprise {
  position: relative;
  padding: 60px 0px;
  font-size: 0; }
  .founders-enterprise h2 {
    text-align: center; }
  .founders-enterprise p {
    font-family: "Montserrat-Regular";
    text-align: center;
    max-width: 680px;
    margin: 20px auto 0px; }
  .founders-enterprise .item {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-top: 50px;
    width: calc(100% / 3); }
    @media (max-width: 599px) {
      .founders-enterprise .item {
        width: calc(100% / 2); } }
    @media (min-width: 1200px) {
      .founders-enterprise .item {
        width: calc(100% / 6); } }
    .founders-enterprise .item img {
      padding: 0px 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 450px) {
        .founders-enterprise .item img {
          width: 40%;
          min-width: 70px; } }

.summary {
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 900px) {
    .summary {
      padding: 80px 0; } }
  .summary .btn {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px; }
  .summary h2 {
    text-align: center; }
  .summary p {
    font-family: "Montserrat-Regular";
    text-align: center;
    max-width: 713px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 600px) {
      .summary p {
        width: 80%; } }
    @media (min-width: 900px) {
      .summary p {
        font-size: 14px;
        line-height: 18px; } }
  .summary .stat-line {
    width: 100%;
    font-size: 0;
    margin-top: 30px; }
    .summary .stat-line .stat {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      width: 100%;
      margin-bottom: 30px; }
      @media (min-width: 600px) {
        .summary .stat-line .stat {
          width: 50%; } }
      @media (min-width: 900px) {
        .summary .stat-line .stat {
          width: 25%;
          margin-bottom: 0px; } }
      .summary .stat-line .stat .top {
        font-family: "Roboto-Thin";
        font-size: 70px;
        color: #00B7EB; }
        @media (min-width: 900px) {
          .summary .stat-line .stat .top {
            min-height: 90px; } }
      .summary .stat-line .stat .bottom {
        font-family: "Karla-Bold";
        color: #0068B3;
        font-size: 16px;
        text-transform: uppercase; }

.icons {
  position: relative;
  background-color: white;
  padding: 40px 0px;
  font-size: 0;
  text-align: center; }
  .icons .btn {
    margin-top: 20px; }
  @media (min-width: 900px) {
    .icons {
      padding: 60px 0px; } }
  .icons h2 {
    font-family: "Karla-Bold";
    text-align: center; }
  .icons .block-icon {
    position: relative;
    display: inline-block;
    width: 50%;
    text-align: center;
    vertical-align: top;
    margin-bottom: 0px;
    margin-top: 20px; }
    .icons .block-icon.block-icon-20 {
      width: 50%; }
      @media (min-width: 600px) {
        .icons .block-icon.block-icon-20 {
          width: calc(100% / 3); } }
      @media (min-width: 900px) {
        .icons .block-icon.block-icon-20 {
          width: calc(100% / 4); } }
      @media (min-width: 1200px) {
        .icons .block-icon.block-icon-20 {
          width: calc(100% / 6); } }
    @media (min-width: 600px) {
      .icons .block-icon {
        width: calc(100% / 3);
        margin-bottom: 40px; } }
    .icons .block-icon p {
      font-family: "Karla-Bold";
      color: #0068B3;
      text-transform: uppercase; }

.intervention {
  position: relative;
  background-color: white;
  padding: 60px 0px; }
  .intervention h2 {
    font-family: "Karla-Bold";
    text-align: center; }
    @media (max-width: 450px) {
      .intervention h2 {
        font-size: 19px;
        line-height: 26px; } }
  .intervention .description {
    font-family: "Montserrat-Regular";
    text-align: center;
    max-width: 680px;
    margin: 20px auto 0px;
    font-size: 14px;
    line-height: 18px; }
  .intervention .intervention-icons {
    position: relative;
    width: 100%;
    margin-top: 40px;
    opacity: 1;
    -webkit-transition: 0.3s opacity ease;
    -o-transition: 0.3s opacity ease;
    transition: 0.3s opacity ease;
    text-align: center; }
    .intervention .intervention-icons .btn {
      margin-top: 20px; }
    .intervention .intervention-icons.open .intervention-icon.open .intervention-wrapper {
      -webkit-transition: 0.3s opacity ease;
      -o-transition: 0.3s opacity ease;
      transition: 0.3s opacity ease;
      opacity: 1;
      background-color: #F0F2F2;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
    .intervention .intervention-icons.open .intervention-icon .intervention-wrapper {
      opacity: 0.3;
      -webkit-transition: 0.3s opacity ease;
      -o-transition: 0.3s opacity ease;
      transition: 0.3s opacity ease; }
      .intervention .intervention-icons.open .intervention-icon .intervention-wrapper:hover {
        opacity: 1;
        -webkit-transition: 0.3s opacity ease;
        -o-transition: 0.3s opacity ease;
        transition: 0.3s opacity ease;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px; }
    .intervention .intervention-icons .intervention-icon {
      display: inline-block;
      width: calc(100% / 3);
      vertical-align: top; }
      @media screen and (max-width: 430px) {
        .intervention .intervention-icons .intervention-icon {
          width: calc(100%); } }
      .intervention .intervention-icons .intervention-icon .intervention-wrapper {
        display: inline-block;
        padding: 30px 0px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 10px;
        text-transform: uppercase;
        -webkit-transition: 0.3s background ease;
        -o-transition: 0.3s background ease;
        transition: 0.3s background ease;
        width: 80%;
        max-width: 250px; }
        .intervention .intervention-icons .intervention-icon .intervention-wrapper:hover {
          background-color: #F0F2F2;
          -webkit-transition: 0.3s background ease;
          -o-transition: 0.3s background ease;
          transition: 0.3s background ease; }
        .intervention .intervention-icons .intervention-icon .intervention-wrapper .icon {
          height: 75px;
          margin-bottom: 16px; }
        .intervention .intervention-icons .intervention-icon .intervention-wrapper .title {
          margin: 0 auto;
          font-size: 17px;
          line-height: 22px;
          font-family: "Karla-Bold";
          color: #0068B3;
          text-transform: uppercase; }
        .intervention .intervention-icons .intervention-icon .intervention-wrapper .load-more {
          font-size: 14px;
          color: #0068b3;
          font-family: "Karla-Regular";
          margin-top: 30px;
          text-transform: uppercase; }
    .intervention .intervention-icons .content {
      position: relative;
      display: block;
      background-color: #F0F2F2;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 5px;
      max-height: 0px;
      overflow: hidden;
      -webkit-transition: 0.3s max-height cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: 0.3s max-height cubic-bezier(0.19, 1, 0.22, 1);
      transition: 0.3s max-height cubic-bezier(0.19, 1, 0.22, 1); }
      .intervention .intervention-icons .content.open {
        max-height: 800px; }
      .intervention .intervention-icons .content .cross {
        position: absolute;
        height: 22px;
        width: 22px;
        right: 20px;
        top: 20px;
        cursor: pointer;
        z-index: 2; }
        .intervention .intervention-icons .content .cross .first {
          position: absolute;
          height: 25px;
          width: 2px;
          background-color: #0068B3;
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
                  transform: translate3d(-50%, -50%, 0) rotate(45deg);
          top: 50%;
          left: 50%; }
        .intervention .intervention-icons .content .cross .second {
          position: absolute;
          height: 25px;
          width: 2px;
          background-color: #0068B3;
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
                  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          top: 50%;
          left: 50%; }
      .intervention .intervention-icons .content .content-inner {
        padding: 45px 50px 30px 50px;
        text-align: left; }
        .intervention .intervention-icons .content .content-inner h4 {
          font-family: "Montserrat-Regular";
          font-size: 16px;
          margin-top: 10px; }
        .intervention .intervention-icons .content .content-inner p, .intervention .intervention-icons .content .content-inner li {
          font-family: "Montserrat-Regular";
          line-height: 23px; }
        .intervention .intervention-icons .content .content-inner li {
          list-style: initial;
          margin-left: 20px; }
        .intervention .intervention-icons .content .content-inner blockquote p {
          font-family: "Karla-Bold";
          -webkit-transform: skew(-10deg, 0deg);
              -ms-transform: skew(-10deg, 0deg);
                  transform: skew(-10deg, 0deg);
          font-size: 20px;
          line-height: 27px; }

.home .intervention .intervention-icons .intervention-icon {
  cursor: inherit !important; }

.home .hero-banner {
  position: relative;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  .home .hero-banner.safari {
    background-attachment: initial; }
  .home .hero-banner .title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }
    .home .hero-banner .title h1 {
      font-family: "Karla-Bold";
      color: white;
      text-align: center;
      -webkit-transform: translate3d(0px, 60px, 0px);
              transform: translate3d(0px, 60px, 0px);
      opacity: 0; }
    .home .hero-banner .title p {
      font-family: "Karla-Bold";
      color: white;
      text-align: center;
      margin-top: 10px;
      font-size: 12px;
      -webkit-transform: translate3d(0px, 60px, 0px);
              transform: translate3d(0px, 60px, 0px);
      opacity: 0; }
      @media (min-width: 600px) {
        .home .hero-banner .title p {
          font-size: 22px; } }
      @media (min-width: 900px) {
        .home .hero-banner .title p {
          font-size: 25px; } }

.our-offer {
  position: relative; }
  .our-offer .intervention {
    opacity: 0; }
  .our-offer .medium-banner {
    background-image: url(../img/team-background.png); }
  .our-offer .e-cube {
    padding: 40px 0px 80px 0px !important; }
    .our-offer .e-cube h4 {
      font-size: 14px;
      font-weight: 100;
      font-family: "Montserrat-Regular";
      line-height: 26px; }
      .our-offer .e-cube h4 strong {
        color: #0068B3;
        font-family: "Karla-Bold"; }
    @media (min-width: 900px) {
      .our-offer .e-cube .col-50.text {
        width: 65%; } }
    @media (min-width: 900px) {
      .our-offer .e-cube .col-50.cube {
        width: 35%; } }
  .our-offer .e-cube, .our-offer .conf-concu-soli {
    padding: 40px 0px; }
    .our-offer .e-cube .col-50, .our-offer .conf-concu-soli .col-50 {
      vertical-align: middle; }
    .our-offer .e-cube img, .our-offer .conf-concu-soli img {
      width: 220px;
      margin: 0 auto;
      display: block;
      padding: 40px 0px 0px 0px; }
      @media (min-width: 900px) {
        .our-offer .e-cube img, .our-offer .conf-concu-soli img {
          padding: 0px 0px; } }
    .our-offer .e-cube p, .our-offer .e-cube ul, .our-offer .e-cube li, .our-offer .conf-concu-soli p, .our-offer .conf-concu-soli ul, .our-offer .conf-concu-soli li {
      font-family: "Montserrat-Regular";
      line-height: 20px; }
      @media (min-width: 900px) {
        .our-offer .e-cube p, .our-offer .e-cube ul, .our-offer .e-cube li, .our-offer .conf-concu-soli p, .our-offer .conf-concu-soli ul, .our-offer .conf-concu-soli li {
          padding: 0px 0px;
          line-height: 26px; } }
    .our-offer .e-cube ul, .our-offer .conf-concu-soli ul {
      margin-left: 20px;
      margin-top: 20px; }
      .our-offer .e-cube ul strong, .our-offer .conf-concu-soli ul strong {
        font-family: "Karla-Bold";
        color: #0068B3; }
      .our-offer .e-cube ul li, .our-offer .conf-concu-soli ul li {
        margin: 10px 0px;
        list-style: initial; }
    .our-offer .e-cube h2, .our-offer .conf-concu-soli h2 {
      margin-bottom: 20px; }
  .our-offer .service-offer {
    padding: 30px 0px 0px 0px; }
    .our-offer .service-offer h2 {
      text-align: center;
      font-family: "Karla-Bold"; }
      @media (min-width: 900px) {
        .our-offer .service-offer h2 {
          text-align: left; } }
    .our-offer .service-offer p {
      text-align: center; }
      @media (min-width: 900px) {
        .our-offer .service-offer p {
          text-align: left; } }
    @media (min-width: 900px) {
      .our-offer .service-offer {
        padding: 60px 0px; } }
    .our-offer .service-offer .col-50 {
      vertical-align: middle; }
    .our-offer .service-offer p {
      font-family: "Montserrat-Regular";
      font-size: 14px;
      line-height: 18px;
      margin-top: 20px; }
    .our-offer .service-offer .image {
      text-align: center; }
      @media (min-width: 900px) {
        .our-offer .service-offer .image {
          text-align: right; } }
      .our-offer .service-offer .image img {
        width: 100%;
        max-width: 496px;
        padding-left: 0px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-top: 40px; }
        @media (min-width: 900px) {
          .our-offer .service-offer .image img {
            padding-left: 20px; } }
  .our-offer .collabo {
    position: relative;
    padding: 30px 0px 60px;
    display: none; }
    .our-offer .collabo h2 {
      text-align: center; }
    .our-offer .collabo p {
      text-align: center;
      font-family: "Montserrat-Regular";
      font-size: 14px;
      line-height: 18px;
      margin-top: 20px;
      max-width: 690px;
      margin: 0px auto 0;
      margin-bottom: 40px; }
  .our-offer .conf-concu-soli {
    text-align: center;
    margin-top: 20px; }
    .our-offer .conf-concu-soli h2 {
      text-align: center;
      margin-bottom: 10px; }
      @media (min-width: 900px) {
        .our-offer .conf-concu-soli h2 {
          margin-bottom: 30px; } }
    .our-offer .conf-concu-soli h3 {
      margin-bottom: 10px;
      margin-top: 20px; }
      @media (min-width: 900px) {
        .our-offer .conf-concu-soli h3 {
          margin-top: 0px; } }
    .our-offer .conf-concu-soli img {
      width: 300px; }
      @media (min-width: 900px) {
        .our-offer .conf-concu-soli img {
          width: 100%;
          max-width: 500px; } }
    .our-offer .conf-concu-soli p {
      text-align: center; }
      @media (min-width: 900px) {
        .our-offer .conf-concu-soli p {
          text-align: left; } }
    .our-offer .conf-concu-soli .line {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 20px 0px; }
      @media (min-width: 900px) {
        .our-offer .conf-concu-soli .line {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          margin: 50px 0px; } }
      .our-offer .conf-concu-soli .line .col-50 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (min-width: 900px) {
          .our-offer .conf-concu-soli .line .col-50 {
            -webkit-box-align: initial;
                -ms-flex-align: initial;
                    align-items: initial; } }
      .our-offer .conf-concu-soli .line.line-2 .col-2 {
        padding-left: 0px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      @media (min-width: 900px) {
        .our-offer .conf-concu-soli .line.line-2 .col-1 p {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
        .our-offer .conf-concu-soli .line.line-2 .col-2 {
          padding-left: 110px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; } }
      .our-offer .conf-concu-soli .line.line-1 .col-1, .our-offer .conf-concu-soli .line.line-3 .col-1 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        .our-offer .conf-concu-soli .line.line-1 .col-1 p, .our-offer .conf-concu-soli .line.line-3 .col-1 p {
          padding-right: 0px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
      .our-offer .conf-concu-soli .line.line-1 .col-2, .our-offer .conf-concu-soli .line.line-3 .col-2 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      @media (min-width: 900px) {
        .our-offer .conf-concu-soli .line.line-1 .col-1, .our-offer .conf-concu-soli .line.line-3 .col-1 {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
          .our-offer .conf-concu-soli .line.line-1 .col-1 p, .our-offer .conf-concu-soli .line.line-3 .col-1 p {
            padding-right: 110px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box; }
        .our-offer .conf-concu-soli .line.line-1 .col-2, .our-offer .conf-concu-soli .line.line-3 .col-2 {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }

.our-offer .conf-concu-soli img {
  width: 100px;
  margin-bottom: 40px; }

.our-offer .conf-concu-soli .col-33 {
  -webkit-box-shadow: 0px 0px 27px -1px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 27px -1px rgba(0, 0, 0, 0);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.9s -webkit-box-shadow ease, 0.6s -webkit-transform ease-out;
  transition: 0.9s -webkit-box-shadow ease, 0.6s -webkit-transform ease-out;
  -o-transition: 0.9s box-shadow ease, 0.6s transform ease-out;
  transition: 0.9s box-shadow ease, 0.6s transform ease-out;
  transition: 0.9s box-shadow ease, 0.6s transform ease-out, 0.9s -webkit-box-shadow ease, 0.6s -webkit-transform ease-out; }
  .our-offer .conf-concu-soli .col-33:hover {
    -webkit-box-shadow: 0px 0px 27px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 27px -1px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.9s -webkit-box-shadow ease, 0.3s -webkit-transform ease-out;
    transition: 0.9s -webkit-box-shadow ease, 0.3s -webkit-transform ease-out;
    -o-transition: 0.9s box-shadow ease, 0.3s transform ease-out;
    transition: 0.9s box-shadow ease, 0.3s transform ease-out;
    transition: 0.9s box-shadow ease, 0.3s transform ease-out, 0.9s -webkit-box-shadow ease, 0.3s -webkit-transform ease-out; }
  .our-offer .conf-concu-soli .col-33 .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px; }
  .our-offer .conf-concu-soli .col-33 p {
    text-align: center; }

.about.network {
  position: relative; }
  .about.network .founders .founder .founder-circle:before {
    display: none; }
  .about.network .about-network {
    padding: 30px 0px;
    text-align: center; }
    @media (min-width: 900px) {
      .about.network .about-network {
        padding: 60px 0px;
        text-align: left; } }
    .about.network .about-network .image {
      text-align: right;
      display: none; }
      @media (min-width: 900px) {
        .about.network .about-network .image {
          display: inline-block; } }
      .about.network .about-network .image img {
        width: 100%;
        max-width: 496px;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
    .about.network .about-network h3 {
      margin-top: 20px;
      margin-bottom: 10px; }
      @media (min-width: 900px) {
        .about.network .about-network h3 {
          margin-top: 40px;
          margin-bottom: 20px; } }
    .about.network .about-network p {
      font-family: "Montserrat-Regular"; }

#markerLayer img {
  -webkit-animation: pulse .5s infinite alternate;
          animation: pulse .5s infinite alternate;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }

#markerLayer div {
  z-index: 10000 !important; }

#markerLayer + div {
  z-index: 20000 !important; }

div[title='Marker1'], div[title='Marker2'], div[title='Marker3'], div[title='Marker4'], div[title='Marker5'], div[title='Marker6'], div[title='Marker7'] {
  z-index: 2000 !important; }

.about.team {
  position: relative; }
  .about.team .medium-banner {
    background-image: url(../img/team-background.png); }
  .about.team .people-status {
    min-height: 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 15px; }
  .about.team .people .people-socials {
    margin-top: 10px; }
  .about.team .direction-quote {
    position: relative;
    padding: 30px 0px 40px;
    background-color: #0068B3;
    overflow: hidden; }
    @media (min-width: 900px) {
      .about.team .direction-quote {
        padding: 60px 0px 40px; } }
    .about.team .direction-quote .col-50 {
      position: relative;
      z-index: 5;
      text-align: center; }
      @media (min-width: 900px) {
        .about.team .direction-quote .col-50 {
          text-align: left; } }
    .about.team .direction-quote .image {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 900px) {
        .about.team .direction-quote .image {
          text-align: right;
          padding-right: 175px;
          margin-bottom: 0px; } }
      .about.team .direction-quote .image img {
        position: relative;
        z-index: 3;
        width: 200px;
        -webkit-transform: translate3d(-40px, 0px, 0px);
                transform: translate3d(-40px, 0px, 0px);
        opacity: 0; }
        @media (min-width: 900px) {
          .about.team .direction-quote .image img {
            width: auto; } }
    .about.team .direction-quote h2 {
      color: white;
      margin-bottom: 20px;
      -webkit-transform: translate3d(40px, 0px, 0px);
              transform: translate3d(40px, 0px, 0px);
      opacity: 0; }
    .about.team .direction-quote p {
      -webkit-transform: translate3d(40px, 0px, 0px);
              transform: translate3d(40px, 0px, 0px);
      opacity: 0; }
    .about.team .direction-quote .circle {
      position: absolute;
      top: 0px;
      border: 60px solid;
      border-radius: 50%; }
      .about.team .direction-quote .circle.grey {
        border-color: #D0D4D4;
        height: 150px;
        width: 150px;
        top: 50%;
        left: 40px;
        -webkit-transform: translate3d(0px, -200px, 0px);
                transform: translate3d(0px, -200px, 0px);
        z-index: 1; }
      .about.team .direction-quote .circle.blue-light {
        border-color: #00B7EB;
        height: 300px;
        width: 300px;
        left: -150px;
        top: 50%;
        -webkit-transform: translateY(-10%);
            -ms-transform: translateY(-10%);
                transform: translateY(-10%);
        z-index: 2; }
    .about.team .direction-quote p {
      color: white; }
      .about.team .direction-quote p.description {
        font-family: "Montserrat-Regular"; }
      .about.team .direction-quote p.name {
        font-family: "Karla-Bold";
        text-transform: uppercase;
        margin-top: 30px;
        font-size: 16px;
        line-height: 20px; }
      .about.team .direction-quote p.status {
        font-family: "Montserrat-Regular";
        font-size: 16px;
        line-height: 20px; }
  .about.team .the-team {
    padding: 30px 0px;
    background-color: white; }
    @media (min-width: 900px) {
      .about.team .the-team {
        padding: 60px 0px; } }
    .about.team .the-team h2 {
      text-align: center; }
      .about.team .the-team h2.advisor {
        margin-top: 80px; }
    .about.team .the-team .description {
      font-family: "Montserrat-Regular";
      margin-top: 20px;
      margin-bottom: 40px;
      max-width: 680px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }

.board-of-director .medium-banner {
  background-image: url(../img/team-background.png); }

.board-of-director .the-board {
  padding: 40px 0px; }
  @media (min-width: 900px) {
    .board-of-director .the-board {
      padding: 80px 0px; } }

.board-of-director .people-status {
  min-height: auto; }

.board-of-director .people .people-socials {
  margin-top: 10px; }

@media (min-width: 600px) {
  .the-board .col-25, .the-team .col-25 {
    width: calc(100% / 2); } }

@media (max-width: 599px) {
  .the-board .col-25, .the-team .col-25 {
    width: calc(100% / 2); } }

@media (min-width: 900px) {
  .the-board .col-25, .the-team .col-25 {
    width: calc(100% / 4); } }

@media (min-width: 1200px) {
  .the-board .col-25, .the-team .col-25 {
    width: calc(100% / 4); } }

@media (min-width: 600px) {
  .the-board .col-25 .people .people-face, .the-team .col-25 .people .people-face {
    height: 100px;
    width: 100px;
    border: 5px solid #d8d8d8; }
    .the-board .col-25 .people .people-face.blue, .the-team .col-25 .people .people-face.blue {
      border: 25px solid #0068B3; } }

@media (max-width: 599px) {
  .the-board .col-25 .people .people-face, .the-team .col-25 .people .people-face {
    height: 100px;
    width: 100px;
    border: 5px solid #d8d8d8; }
    .the-board .col-25 .people .people-face.blue, .the-team .col-25 .people .people-face.blue {
      border: 25px solid #0068B3; } }

@media (min-width: 900px) {
  .the-board .col-25 .people .people-face, .the-team .col-25 .people .people-face {
    height: 160px;
    width: 160px;
    overflow: hidden;
    display: inline-block;
    border: 25px solid #d8d8d8; }
    .the-board .col-25 .people .people-face.blue, .the-team .col-25 .people .people-face.blue {
      border: 25px solid #0068B3; } }

@media (min-width: 1200px) {
  .the-board .col-25 .people .people-face, .the-team .col-25 .people .people-face {
    height: 160px;
    width: 160px;
    overflow: hidden;
    display: inline-block;
    border: 25px solid #d8d8d8; }
    .the-board .col-25 .people .people-face.blue, .the-team .col-25 .people .people-face.blue {
      border: 25px solid #0068B3; } }

@media (min-width: 600px) {
  .the-board .col .people .people-face, .the-team .col .people .people-face {
    height: 100px;
    width: 100px;
    border: 5px solid #d8d8d8; }
    .the-board .col .people .people-face.blue, .the-team .col .people .people-face.blue {
      border: 5px solid #0068B3; } }

@media (max-width: 599px) {
  .the-board .col .people .people-face, .the-team .col .people .people-face {
    height: 100px;
    width: 100px;
    border: 5px solid #d8d8d8; }
    .the-board .col .people .people-face.blue, .the-team .col .people .people-face.blue {
      border: 5px solid #0068B3; } }

@media (min-width: 900px) {
  .the-board .col .people .people-face, .the-team .col .people .people-face {
    height: 160px;
    width: 160px;
    overflow: hidden;
    display: inline-block;
    border: 25px solid #d8d8d8; }
    .the-board .col .people .people-face.blue, .the-team .col .people .people-face.blue {
      border: 25px solid #0068B3; } }

@media (min-width: 1200px) {
  .the-board .col .people .people-face, .the-team .col .people .people-face {
    height: 160px;
    width: 160px;
    overflow: hidden;
    display: inline-block;
    border: 25px solid #d8d8d8; }
    .the-board .col .people .people-face.blue, .the-team .col .people .people-face.blue {
      border: 25px solid #0068B3; } }

.about.partners {
  position: relative; }
  .about.partners .medium-banner {
    background-image: url(../img/team-background.png); }

.members.members {
  position: relative; }
  .members.members .summary {
    text-align: center; }
    .members.members .summary h2, .members.members .summary p {
      opacity: 0; }
    .members.members .summary .btn {
      margin-top: 20px;
      margin-left: 20px;
      margin-right: 20px;
      opacity: 0; }
      @media (min-width: 900px) {
        .members.members .summary .btn {
          margin-top: 60px; } }
  .members.members .map-banner {
    position: relative;
    height: 430px;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .members.members .map-banner {
        height: 800px; } }
    .members.members .map-banner .map-wrapper {
      position: relative;
      height: 100%;
      width: 100%; }
  .members.members .sub-legend {
    background: #002B4A;
    padding: 40px 0px;
    color: white; }
    .members.members .sub-legend h2 {
      font-family: "Montserrat-Light";
      font-size: 22px; }
    .members.members .sub-legend p {
      font-family: "Montserrat-Light";
      font-size: 14px;
      line-height: 22px;
      margin-top: 5px;
      text-align: center; }
    .members.members .sub-legend.second {
      padding: 20px 0px; }
      .members.members .sub-legend.second p {
        text-align: left; }
  .members.members .medium-banner {
    background-image: url(../img/team-background.png); }
  .members.members .icons h2 {
    margin-bottom: 20px; }
  .members.members .charts {
    font-size: 0;
    text-align: center;
    padding: 0px 0px 30px; }
    @media (min-width: 900px) {
      .members.members .charts {
        padding: 60px 0px; } }
    .members.members .charts .col-chart {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0px 20px; }
      .members.members .charts .col-chart .col-25 {
        width: calc(100% / 2); }
        @media (min-width: 900px) {
          .members.members .charts .col-chart .col-25 {
            width: calc(100% / 4); } }
    .members.members .charts canvas {
      margin-top: 20px;
      width: 100%; }
    .members.members .charts .legend {
      padding: 0px 5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: 30px;
      display: block; }
    .members.members .charts .legend1 {
      font-family: "Karla-Bold";
      font-size: 16px;
      text-align: center;
      text-transform: uppercase; }
    .members.members .charts .legend2 {
      text-align: center;
      font-family: "Karla-Bold";
      font-size: 16px;
      text-transform: uppercase; }
    .members.members .charts .legend3 {
      font-family: "Karla-Bold";
      text-align: center;
      font-size: 18px; }
    .members.members .charts .legend4 {
      font-family: "Karla-Bold";
      text-align: center;
      font-size: 18px; }
    .members.members .charts .legend5 {
      font-family: "Karla-Bold";
      text-align: center;
      font-size: 18px; }
    .members.members .charts .legend6 {
      font-family: "Karla-Bold";
      text-align: center;
      font-size: 18px; }
    .members.members .charts span.small {
      font-size: 10px;
      display: block; }
  .members.members h2, .members.members h3 {
    text-align: center; }
  .members.members h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block; }
    @media (min-width: 900px) {
      .members.members h3 {
        margin-top: 70px;
        margin-bottom: 20px; } }

.members.become-member-page .medium-banner {
  background-image: url("../img/team-background.png"); }

.members.become-member-page .summary .image {
  position: relative;
  overflow: hidden;
  min-height: 350px; }

.members.become-member-page .summary p {
  text-align: center;
  font-family: "Montserrat-Regular";
  max-width: 713px;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  width: 100%; }
  @media (min-width: 900px) {
    .members.become-member-page .summary p {
      width: 80%; } }

.members.become-member-page .summary .circle.blue-medium {
  height: 270px;
  width: 270px;
  left: 30px;
  top: 0px;
  position: absolute;
  z-index: 3;
  border: 30px solid #0068B3;
  border-radius: 50%;
  background-size: cover;
  background-position: center; }

.members.become-member-page .summary .circle.grey {
  height: 140px;
  width: 140px;
  left: 264px;
  top: 150px;
  position: absolute;
  z-index: 2;
  border: 30px solid #D0D4D4;
  border-radius: 50%; }

.members.become-member-page .summary .circle.blue-light {
  height: 200px;
  width: 200px;
  left: 294px;
  top: 0px;
  position: absolute;
  z-index: 1;
  border: 40px solid #00B7EB;
  border-radius: 50%; }

.members.become-member-page .stat-line .stat {
  width: calc(100%);
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 900px) {
    .members.become-member-page .stat-line .stat {
      width: calc(100% / 3); } }

.members.become-member-page .image {
  text-align: center;
  display: none; }
  @media (min-width: 900px) {
    .members.become-member-page .image {
      display: inline-block; } }
  .members.become-member-page .image img {
    width: 100%;
    max-width: 540px; }

.members.become-member-page h2 {
  text-align: center; }

.members.become-member-page .list {
  line-height: 16px;
  margin-top: 40px; }
  .members.become-member-page .list p {
    text-align: center;
    width: 100%;
    max-width: none;
    font-family: "Montserrat-Regular";
    font-size: 14px;
    margin: 0; }
    @media (min-width: 900px) {
      .members.become-member-page .list p {
        text-align: left; } }
  .members.become-member-page .list ol {
    margin: 0;
    padding-left: 18px; }
  .members.become-member-page .list ol li {
    font-family: "Montserrat-Regular";
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media (min-width: 900px) {
      .members.become-member-page .list ol li {
        list-style-type: inherit;
        text-align: left; } }
    .members.become-member-page .list ol li span {
      color: #00B7EB; }

.members.become-member-page .selection-process {
  padding: 0px 0px 40px; }
  @media (min-width: 900px) {
    .members.become-member-page .selection-process {
      padding: 0px 0px 80px; } }
  .members.become-member-page .selection-process h2 {
    text-align: center; }
  .members.become-member-page .selection-process p {
    text-align: center;
    font-family: "Montserrat-Regular";
    max-width: 713px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    width: 100%; }
    @media (min-width: 900px) {
      .members.become-member-page .selection-process p {
        width: 80%; } }

.contact .medium-banner {
  background-image: url(../img/team-background.png); }

.contact .acf-fields > .acf-field {
  padding: 0;
  border-top: #EEEEEE solid 0px; }

.contact .forms {
  position: relative;
  opacity: 0; }
  .contact .forms .block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .contact .forms input, .contact .forms textarea, .contact .forms select {
    border: none;
    background: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-bottom: 1px solid #0068B3;
    border-radius: 0;
    resize: none;
    font-family: "Montserrat-Regular";
    font-size: 14px;
    line-height: 18px; }
  .contact .forms select {
    cursor: pointer; }
  .contact .forms .af-field {
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 40px; }
  .contact .forms .af-label {
    margin-bottom: 5px; }
  .contact .forms .acf-error-message {
    font-family: "Montserrat-Regular"; }
  .contact .forms .af-success {
    font-size: 14px;
    line-height: 18px;
    font-family: "Montserrat-Regular";
    padding: 0px 20px; }
  .contact .forms .acf-notice.-error.acf-error-message.-dismiss {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .contact .forms select, .contact .forms input {
    height: 35px; }
  .contact .forms .af-submit {
    font-size: 14px;
    line-height: 18px;
    background-color: #0068B3;
    display: inline-block;
    float: right;
    cursor: pointer;
    padding: 0px;
    margin-right: 20px; }
    @media (min-width: 900px) {
      .contact .forms .af-submit {
        margin-right: 0px; } }
    .contact .forms .af-submit button {
      border: none;
      font-family: "Montserrat-Regular";
      font-size: 14px;
      line-height: 18px;
      background: transparent;
      color: white;
      cursor: pointer;
      padding: 15px 12px; }
  .contact .forms label {
    font-size: 14px;
    line-height: 18px;
    font-family: "Montserrat-Regular"; }
  .contact .forms .af-field-type-text, .contact .forms .af-field-type-select, .contact .forms .af-field-type-email {
    display: inline-block;
    width: 50%;
    vertical-align: top; }
  .contact .forms .af-field-type-select:before {
    position: absolute;
    right: 25px;
    top: 35px;
    content: "";
    background-image: url("../img/menu/fleche/Black.png");
    height: 12px;
    width: 22px;
    -webkit-transform: rotate(180deg) scale(0.8);
        -ms-transform: rotate(180deg) scale(0.8);
            transform: rotate(180deg) scale(0.8); }
  .contact .forms .acf-spinner {
    display: none !important; }
  .contact .forms select::-ms-expand {
    display: none; }
  .contact .forms .background {
    background-color: #0068B3;
    position: absolute;
    height: 100%;
    width: 30%;
    display: none; }
    @media (min-width: 900px) {
      .contact .forms .background {
        display: block; } }
  .contact .forms .col-50 {
    padding: 60px 0px;
    position: relative; }
    .contact .forms .col-50.left {
      background-color: #0068B3;
      overflow: hidden;
      width: 30%;
      display: none; }
      @media (min-width: 900px) {
        .contact .forms .col-50.left {
          display: block; } }
      .contact .forms .col-50.left h2 {
        color: white; }
      .contact .forms .col-50.left a {
        color: white;
        font-family: "Montserrat-Regular";
        font-size: 14px;
        line-height: 18px;
        display: block;
        text-decoration: none; }
        .contact .forms .col-50.left a.adress {
          margin-top: 30px;
          display: inline-block; }
        .contact .forms .col-50.left a.tel {
          margin-top: 20px;
          display: inline-block; }
        .contact .forms .col-50.left a.mail {
          margin-top: 20px;
          display: inline-block; }
        .contact .forms .col-50.left a.linkedin {
          margin-top: 30px;
          display: inline-block; }
      .contact .forms .col-50.left .circle {
        height: 300px;
        width: 300px;
        border-radius: 50%;
        border: 50px solid #00B7F4;
        position: absolute;
        right: -150px;
        bottom: -160px; }
    .contact .forms .col-50.right {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%; }
      @media (min-width: 900px) {
        .contact .forms .col-50.right {
          width: 70%;
          padding-left: 80px; } }
      .contact .forms .col-50.right h2 {
        padding: 0px 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 30px; }

.contact .forms .acf-notice.-error.acf-error-message.-dismiss {
  display: none !important; }

.oxo-view.intra-form .medium-banner {
  overflow: hidden; }
  @media (max-width: 599px) {
    .oxo-view.intra-form .medium-banner {
      height: 185px;
      padding-top: 60px; } }
  .oxo-view.intra-form .medium-banner svg {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 599px) {
      .oxo-view.intra-form .medium-banner svg {
        width: auto; } }
  .oxo-view.intra-form .medium-banner h1 {
    position: relative;
    z-index: 2;
    opacity: 1; }

.oxo-view.intra-form .block-title {
  padding-top: 100px;
  padding-bottom: 50px; }
  @media (max-width: 599px) {
    .oxo-view.intra-form .block-title {
      padding-top: 60px; } }

.oxo-view.intra-form .frm_forms {
  padding-bottom: 60px; }

.oxo-view.intra-form input, .oxo-view.intra-form textarea, .oxo-view.intra-form select {
  border: none !important;
  background: none !important;
  border-bottom: 1px solid #0068B3 !important;
  border-radius: 0 !important;
  resize: none !important;
  font-family: "Montserrat-Regular" !important;
  font-size: 14px !important;
  line-height: 18px !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding-left: 0 !important; }
  .oxo-view.intra-form input:focus, .oxo-view.intra-form textarea:focus, .oxo-view.intra-form select:focus {
    color: #0068B3 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-bottom: 1px solid #00B7EB !important; }
  .oxo-view.intra-form input[readonly], .oxo-view.intra-form textarea[readonly], .oxo-view.intra-form select[readonly] {
    pointer-events: none !important; }

.oxo-view.intra-form select {
  cursor: pointer; }

.oxo-view.intra-form label {
  display: block;
  font-weight: bold;
  margin: 0 0 3px;
  padding: 0;
  font-family: "Montserrat-Regular" !important;
  color: #000000 !important; }

.oxo-view.intra-form .not-visible {
  display: none; }

.oxo-view.intra-form .frm_repeat_buttons {
  margin-top: 10px; }

.oxo-view.intra-form .frm_add_form_row {
  margin-right: 20px; }

.oxo-view.intra-form .total_field {
  width: 150px !important;
  margin-top: 30px;
  margin-bottom: 40px !important; }
  .oxo-view.intra-form .total_field label {
    font-size: 20px; }

.oxo-view.intra-form .frm_repeat_sec {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 30px !important; }

.oxo-view.intra-form .frm_button, .oxo-view.intra-form .frm_style_formidable-style.with_frm_style .frm_submit button {
  border: none;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: 18px;
  background: transparent;
  color: white;
  cursor: pointer;
  padding: 12px 14px;
  background-color: #0068B3;
  border-radius: 0;
  -webkit-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important; }
  .oxo-view.intra-form .frm_button:hover, .oxo-view.intra-form .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background-color: #002B4A !important; }
  .oxo-view.intra-form .frm_button.frm_save_draft, .oxo-view.intra-form .frm_style_formidable-style.with_frm_style .frm_submit button.frm_save_draft {
    background-color: #fff;
    border: 1px solid #0068B3;
    color: #0068B3; }
    .oxo-view.intra-form .frm_button.frm_save_draft:hover, .oxo-view.intra-form .frm_style_formidable-style.with_frm_style .frm_submit button.frm_save_draft:hover {
      background-color: #0068B3 !important;
      color: #FFF !important; }

.oxo-view.intra-form .with_frm_style .frm_inline_box {
  border-radius: 0 !important;
  background-color: transparent !important;
  border: none !important;
  font-family: "Montserrat-Regular";
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none; }

.oxo-view.intra-form .frm_verify {
  border-bottom: none !important; }

.oxo-view.intra-form .grand_total {
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 30px !important; }
  .oxo-view.intra-form .grand_total h3 {
    padding-bottom: 20px !important; }
  .oxo-view.intra-form .grand_total .frm_first {
    width: 150px !important; }

.oxo-view.intra-form table {
  font-family: 'Montserrat-Regular';
  border-collapse: collapse;
  margin-bottom: 80px; }
  @media (max-width: 599px) {
    .oxo-view.intra-form table {
      padding-bottom: 60px; } }
  .oxo-view.intra-form table thead th {
    border: none;
    border-bottom: 1px solid #002B4A;
    font-family: "Montserrat";
    font-weight: 600; }
  .oxo-view.intra-form table p {
    font-size: 1em; }
  .oxo-view.intra-form table a {
    color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .oxo-view.intra-form table a:hover {
      color: #0068B3; }
  .oxo-view.intra-form table th:last-of-type, .oxo-view.intra-form table td:last-of-type {
    width: 80px;
    text-align: right; }
  .oxo-view.intra-form table th:nth-of-type(3), .oxo-view.intra-form table td:nth-of-type(3) {
    width: 100px; }
  @media (max-width: 1024px) {
    .oxo-view.intra-form table tr {
      margin-bottom: 20px; } }
  @media (max-width: 1024px) {
    .oxo-view.intra-form table td {
      width: auto !important;
      text-align: left !important; } }
  @media (max-width: 599px) {
    .oxo-view.intra-form table td {
      padding-left: 20px !important;
      padding-top: 45px !important; }
      .oxo-view.intra-form table td::before {
        top: 10px;
        width: 100%;
        font-size: 12px;
        font-family: "Montserrat";
        font-weight: 600; } }

.login_form_container {
  padding-top: 200px;
  padding-bottom: 160px; }
  .login_form_container .box {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 40px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .login_form_container .box h2 {
      margin-bottom: 40px; }
  .login_form_container input, .login_form_container textarea, .login_form_container select {
    border: none !important;
    background: none !important;
    border-bottom: 1px solid #0068B3 !important;
    border-radius: 0 !important;
    resize: none !important;
    font-family: "Montserrat-Regular" !important;
    font-size: 14px !important;
    line-height: 18px !important;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding-left: 0 !important; }
    .login_form_container input:focus, .login_form_container textarea:focus, .login_form_container select:focus {
      color: #0068B3 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      outline: none;
      border-bottom: 1px solid #00B7EB !important; }
  .login_form_container select {
    cursor: pointer; }
  .login_form_container label {
    display: block;
    font-weight: bold;
    margin: 0 0 3px;
    padding: 0;
    font-family: "Montserrat-Regular" !important;
    color: #000000 !important; }
  .login_form_container .login-username, .login_form_container .login-password {
    margin-bottom: 30px; }
    .login_form_container .login-username input, .login_form_container .login-password input {
      width: 100%; }
  .login_form_container .login-submit input[type=submit] {
    border: none;
    font-family: "Montserrat-Regular";
    font-size: 14px;
    line-height: 18px;
    background: transparent;
    color: white;
    cursor: pointer;
    padding: 12px 14px !important;
    background-color: #0068B3 !important;
    border-radius: 0;
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    margin-top: 20px; }
    .login_form_container .login-submit input[type=submit]:hover {
      background-color: #002B4A !important; }

.oxo-view.intra-form-admin .block-inner {
  margin-bottom: 80px; }
  @media (max-width: 599px) {
    .oxo-view.intra-form-admin .block-inner {
      margin-bottom: 60px; } }

.oxo-view.intra-form-admin table {
  margin-top: 100px;
  margin-bottom: 60px; }
  @media (max-width: 599px) {
    .oxo-view.intra-form-admin table {
      margin-top: 60px;
      margin-bottom: 40px; } }

.oxo-view.intra-form-admin .export-view {
  border: none;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  background: transparent;
  color: white;
  cursor: pointer;
  padding: 12px 14px !important;
  background-color: #0068B3 !important;
  border-radius: 0;
  -webkit-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
  margin-top: 0px;
  text-decoration: none; }
  .oxo-view.intra-form-admin .export-view:hover {
    background-color: #002B4A !important; }

.oxo-view.intra-ca .medium-banner {
  overflow: hidden; }
  @media (max-width: 599px) {
    .oxo-view.intra-ca .medium-banner {
      height: 185px;
      padding-top: 60px; } }
  .oxo-view.intra-ca .medium-banner svg {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 599px) {
      .oxo-view.intra-ca .medium-banner svg {
        width: auto; } }
  .oxo-view.intra-ca .medium-banner h1 {
    position: relative;
    z-index: 2;
    opacity: 1; }

.oxo-view.intra-ca .block-inner {
  font-size: 1em;
  font-family: 'Montserrat-Regular';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1024px) {
    .oxo-view.intra-ca .block-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .oxo-view.intra-ca .block-inner > .content {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .oxo-view.intra-ca .block-inner > .dates {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 280px;
    margin-top: 80px;
    margin-left: 10%; }
    @media (max-width: 1024px) {
      .oxo-view.intra-ca .block-inner > .dates {
        width: 100%;
        margin-left: 0%; } }
    @media (max-width: 599px) {
      .oxo-view.intra-ca .block-inner > .dates {
        margin-top: 60px; } }
    .oxo-view.intra-ca .block-inner > .dates .dates_box {
      width: 280px;
      border-radius: 6px;
      border: 2px solid #F2F2F2;
      position: -webkit-sticky;
      position: sticky;
      top: 160px;
      left: 0;
      width: 100%; }
      @media (max-width: 1024px) {
        .oxo-view.intra-ca .block-inner > .dates .dates_box {
          width: 100%;
          display: block;
          top: auto; } }
      .oxo-view.intra-ca .block-inner > .dates .dates_box h5 {
        font-family: 'Karla-Bold';
        border-bottom: 2px solid #F2F2F2;
        font-size: 20px;
        margin: 0;
        padding: 24px 28px;
        margin-bottom: 10px; }
      .oxo-view.intra-ca .block-inner > .dates .dates_box .date {
        padding: 10px 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .oxo-view.intra-ca .block-inner > .dates .dates_box .date:last-of-type {
          padding-bottom: 32px; }
        .oxo-view.intra-ca .block-inner > .dates .dates_box .date svg {
          margin-right: 12px;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .oxo-view.intra-ca .block-inner > .dates .dates_box .date h6 {
          margin: 0;
          padding: 0;
          font-family: "Montserrat";
          font-weight: 600;
          font-size: 15px; }
        .oxo-view.intra-ca .block-inner > .dates .dates_box .date p {
          font-family: "Montserrat";
          font-size: 13px;
          font-style: normal;
          font-weight: 500; }

.oxo-view.intra-ca .section_intro {
  padding-top: 80px;
  padding-bottom: 70px; }
  @media (max-width: 599px) {
    .oxo-view.intra-ca .section_intro {
      padding-top: 60px;
      padding-bottom: 50px; } }
  .oxo-view.intra-ca .section_intro .title-top p {
    padding-top: 20px;
    color: #606060;
    font-family: 'Montserrat';
    font-size: 15px;
    font-style: normal;
    font-weight: 500; }
  .oxo-view.intra-ca .section_intro .links_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 40px; }
    @media (max-width: 599px) {
      .oxo-view.intra-ca .section_intro .links_container {
        padding-top: 30px; } }
    .oxo-view.intra-ca .section_intro .links_container a, .oxo-view.intra-ca .section_intro .links_container .ghost {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 248px;
      height: 187px;
      border-radius: 6px;
      background: #0068B3;
      padding: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 10px;
      text-decoration: none;
      color: #FFF !important;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      @media (max-width: 599px) {
        .oxo-view.intra-ca .section_intro .links_container a, .oxo-view.intra-ca .section_intro .links_container .ghost {
          margin: 5px;
          width: calc(50% - 10px);
          height: 160px;
          padding: 15px; } }
      .oxo-view.intra-ca .section_intro .links_container a h6, .oxo-view.intra-ca .section_intro .links_container .ghost h6 {
        font-family: "Montserrat";
        font-weight: 600;
        font-size: 18px;
        font-weight: 700;
        display: block;
        margin: 0;
        padding-bottom: 14px; }
        @media (max-width: 599px) {
          .oxo-view.intra-ca .section_intro .links_container a h6, .oxo-view.intra-ca .section_intro .links_container .ghost h6 {
            font-size: 16px; } }
      .oxo-view.intra-ca .section_intro .links_container a p, .oxo-view.intra-ca .section_intro .links_container .ghost p {
        text-transform: uppercase;
        font-family: 'Karla-Bold';
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 599px) {
          .oxo-view.intra-ca .section_intro .links_container a p, .oxo-view.intra-ca .section_intro .links_container .ghost p {
            font-size: 12px; } }
        .oxo-view.intra-ca .section_intro .links_container a p svg, .oxo-view.intra-ca .section_intro .links_container .ghost p svg {
          margin-left: 7px; }
      .oxo-view.intra-ca .section_intro .links_container a:hover, .oxo-view.intra-ca .section_intro .links_container .ghost:hover {
        background-color: #002B4A !important; }
    .oxo-view.intra-ca .section_intro .links_container .ghost {
      height: 0;
      background-color: transparent;
      padding: 0px; }
      @media (max-width: 599px) {
        .oxo-view.intra-ca .section_intro .links_container .ghost {
          display: none; } }

.oxo-view.intra-ca .section_2, .oxo-view.intra-ca .section_3 {
  padding-bottom: 80px; }
  @media (max-width: 599px) {
    .oxo-view.intra-ca .section_2, .oxo-view.intra-ca .section_3 {
      padding-bottom: 60px; } }
  .oxo-view.intra-ca .section_2 .title-top, .oxo-view.intra-ca .section_3 .title-top {
    margin-bottom: 30px; }
    .oxo-view.intra-ca .section_2 .title-top .surtitre, .oxo-view.intra-ca .section_3 .title-top .surtitre {
      color: #0068B3;
      font-family: 'Montserrat';
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 8px; }
    .oxo-view.intra-ca .section_2 .title-top p, .oxo-view.intra-ca .section_3 .title-top p {
      padding-top: 14px;
      color: #606060;
      font-family: 'Montserrat';
      font-size: 15px;
      font-style: normal;
      font-weight: 500; }
  .oxo-view.intra-ca .section_2 .file_row, .oxo-view.intra-ca .section_3 .file_row {
    border-radius: 6px;
    background: #CCE1F0;
    padding: 20px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 599px) {
      .oxo-view.intra-ca .section_2 .file_row, .oxo-view.intra-ca .section_3 .file_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .oxo-view.intra-ca .section_2 .file_row h5, .oxo-view.intra-ca .section_3 .file_row h5 {
      margin: 0;
      padding: 0;
      color: #000;
      font-family: 'Montserrat';
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      overflow: hidden;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
      @media (max-width: 599px) {
        .oxo-view.intra-ca .section_2 .file_row h5, .oxo-view.intra-ca .section_3 .file_row h5 {
          font-size: 16px; } }
    .oxo-view.intra-ca .section_2 .file_row svg, .oxo-view.intra-ca .section_3 .file_row svg {
      margin-left: 15px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 599px) {
        .oxo-view.intra-ca .section_2 .file_row svg, .oxo-view.intra-ca .section_3 .file_row svg {
          margin-left: 0px;
          margin-right: 15px;
          margin-top: 15px; } }
    .oxo-view.intra-ca .section_2 .file_row a:hover svg, .oxo-view.intra-ca .section_3 .file_row a:hover svg {
      -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
              transform: scale(1.15); }
  .oxo-view.intra-ca .section_2 .date_drop, .oxo-view.intra-ca .section_3 .date_drop {
    border-bottom: 2px solid #0068B3; }
    .oxo-view.intra-ca .section_2 .date_drop:first-of-type, .oxo-view.intra-ca .section_3 .date_drop:first-of-type {
      border-top: 2px solid #0068B3; }
    .oxo-view.intra-ca .section_2 .date_drop .title, .oxo-view.intra-ca .section_3 .date_drop .title {
      padding: 18px 0px;
      color: #000;
      font-family: 'Montserrat';
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      cursor: pointer;
      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; }
      .oxo-view.intra-ca .section_2 .date_drop .title:hover, .oxo-view.intra-ca .section_3 .date_drop .title:hover {
        color: #0068B3; }
      .oxo-view.intra-ca .section_2 .date_drop .title .plus, .oxo-view.intra-ca .section_3 .date_drop .title .plus {
        width: 22px;
        height: 22px;
        position: relative; }
        .oxo-view.intra-ca .section_2 .date_drop .title .plus div, .oxo-view.intra-ca .section_3 .date_drop .title .plus div {
          position: absolute;
          left: 0;
          right: 0;
          top: calc(50% - 1px);
          background-color: #00B7EB;
          width: 100%;
          height: 2px;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
          .oxo-view.intra-ca .section_2 .date_drop .title .plus div.line1, .oxo-view.intra-ca .section_3 .date_drop .title .plus div.line1 {
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg); }
    .oxo-view.intra-ca .section_2 .date_drop .drop_content, .oxo-view.intra-ca .section_3 .date_drop .drop_content {
      overflow: hidden;
      height: 0; }
      .oxo-view.intra-ca .section_2 .date_drop .drop_content .drop_content-inner, .oxo-view.intra-ca .section_3 .date_drop .drop_content .drop_content-inner {
        padding-top: 14px;
        padding-bottom: 24px; }
    .oxo-view.intra-ca .section_2 .date_drop.open .title, .oxo-view.intra-ca .section_3 .date_drop.open .title {
      color: #0068B3; }
      .oxo-view.intra-ca .section_2 .date_drop.open .title .plus div.line1, .oxo-view.intra-ca .section_3 .date_drop.open .title .plus div.line1 {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }

.oxo-view.intra-ca .pw-container {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 599px) {
    .oxo-view.intra-ca .pw-container {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .oxo-view.intra-ca .pw-container .post-password-form > p:first-of-type {
    font-family: 'Karla-Bold';
    font-size: 32px;
    font-style: normal;
    padding-bottom: 40px;
    padding-right: 40%;
    line-height: 120%; }
    @media (max-width: 1024px) {
      .oxo-view.intra-ca .pw-container .post-password-form > p:first-of-type {
        padding-right: 0%; } }
  .oxo-view.intra-ca .pw-container label {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px; }
  .oxo-view.intra-ca .pw-container input {
    border: none !important;
    background: none !important;
    border-bottom: 1px solid #0068B3 !important;
    border-radius: 0 !important;
    resize: none !important;
    font-family: "Montserrat-Regular" !important;
    font-size: 14px !important;
    line-height: 18px !important;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding-left: 0 !important;
    width: 500px; }
    .oxo-view.intra-ca .pw-container input:focus {
      color: #0068B3 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      outline: none;
      border-bottom: 1px solid #00B7EB !important; }
  .oxo-view.intra-ca .pw-container input[type=submit] {
    display: block;
    border: none;
    font-family: "Montserrat-Regular";
    font-size: 14px;
    line-height: 18px;
    background: transparent;
    color: white;
    cursor: pointer;
    padding: 12px 14px !important;
    background-color: #0068B3 !important;
    border-radius: 0;
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    margin-top: 20px;
    width: auto; }
    .oxo-view.intra-ca .pw-container input[type=submit]:hover {
      background-color: #002B4A !important; }

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