/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 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: inherit;
  /* 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;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 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 {
  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] {
  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 */
}

/**
 * Fix placeholder font properties inheritance.
 */

:-ms-input-placeholder {
  font: inherit;
}

::-moz-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 100%;
}

svg {
  fill: currentColor;
}

@font-face {
  font-family: "Gotham-bold";
  src: url("./assets/fonts/Gotham-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Gotham-book";
  src: url("./assets/fonts/Gotham-Book.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("./assets/fonts/Gotham-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Gotham-Light";
  src: url("./assets/fonts/Gotham-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
.wysiwyg {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 100px;
  box-sizing: content-box;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .wysiwyg {
    padding: 0 30px;
    margin-bottom: 40px;
  }
}
.wysiwyg.full-size {
  width: 100% !important;
}
.wysiwyg h1, .wysiwyg h2 {
  color: #3A75C4;
  font-family: "Gotham-light";
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-left: -70px;
}
@media (max-width: 991px) {
  .wysiwyg h1, .wysiwyg h2 {
    font-size: 31px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
.wysiwyg h1 span, .wysiwyg h2 span {
  font-family: "Gotham-book";
}
.wysiwyg h1 strong, .wysiwyg h2 strong {
  font-family: "Gotham-medium";
}
.wysiwyg h3, .wysiwyg h4 {
  font-family: "Gotham-bold";
  font-size: 20px;
  line-height: 1.2;
  color: #3A75C4;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .wysiwyg h3, .wysiwyg h4 {
    font-size: 15px;
    line-height: 1.33;
  }
}
.wysiwyg h5, .wysiwyg h6 {
  font-family: "Gotham-book";
  font-size: 20px;
  line-height: 1.2;
  color: #3A75C4;
}
@media (max-width: 991px) {
  .wysiwyg h5, .wysiwyg h6 {
    font-size: 15px;
    line-height: 1.33;
  }
}
.wysiwyg a {
  color: #3A75C4;
  text-decoration: underline;
}
.wysiwyg p {
  font-family: "Gotham-book";
  font-size: 16px;
  line-height: 1.19;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .wysiwyg p {
    font-size: 14px;
    line-height: 1.36;
  }
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ul li {
  font-family: "Gotham-book";
  font-size: 16px;
  line-height: 1.19;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .wysiwyg ul li {
    font-size: 14px;
    line-height: 1.36;
  }
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
}
.wysiwyg img.alignleft {
  float: left;
  margin-right: 15px;
}
.wysiwyg img.alignright {
  float: right;
  margin-left: 15px;
}
.wysiwyg img.aligncenter {
  margin: 0px auto 15px;
}
.wysiwyg_heading-single-news {
  font-weight: bold;
  font-size: 12px !important;
  display: flex;
  justify-content: space-between;
}
.wysiwyg_heading-single-news span:nth-of-type(1) {
  text-transform: uppercase;
}

.footer__wrapper {
  margin: 0 auto;
  padding: 0 60px;
  margin-top: 120px;
}
@media (max-width: 991px) {
  .footer__wrapper {
    padding: 0 25px;
  }
}
@media (max-width: 991px) {
  .footer__wrapper {
    padding: 0;
  }
}
.footer__wrapper .footer__container {
  background: #F2F2F2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0px 5% 55px;
}
@media (max-width: 991px) {
  .footer__wrapper .footer__container {
    flex-direction: column;
    padding: 0px 30px 55px;
  }
}
.footer__wrapper .footer__container .footer-block-left {
  width: 55%;
  background: #3A75C4;
  padding: 60px 5%;
  color: #ffffff;
  text-align: center;
  margin-top: -55px;
}
@media (max-width: 991px) {
  .footer__wrapper .footer__container .footer-block-left {
    width: 100%;
    padding: 30px 18px;
  }
}
.footer__wrapper .footer__container .footer-block-left .footer-title {
  font-family: "Gotham-book";
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .footer__wrapper .footer__container .footer-block-left .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.footer__wrapper .footer__container .footer-block-left .footer-title strong {
  font-family: "Gotham-bold";
}
.footer__wrapper .footer__container .footer-block-left .footer-cta {
  border: 2px solid #ffffff;
  padding: 15px 25px;
  text-transform: uppercase;
  font-family: "Gotham-medium";
  font-size: 14px;
  line-height: 1.19;
  border-radius: 35px;
  position: relative;
}
@media (max-width: 991px) {
  .footer__wrapper .footer__container .footer-block-left .footer-cta {
    font-size: 11px;
    padding: 12px 10px;
  }
}
.footer__wrapper .footer__container .footer-block-left .footer-cta::before {
  content: "";
  position: absolute;
  height: 0;
  left: auto;
  right: 29px;
  bottom: -27px;
  border: 13px solid;
  border-color: #ffffff #ffffff transparent transparent;
}
@media (max-width: 991px) {
  .footer__wrapper .footer__container .footer-block-left .footer-cta::before {
    right: 20px;
    bottom: -16px;
    border: 8px solid;
    border-color: #ffffff #ffffff transparent transparent;
  }
}
.footer__wrapper .footer__container .footer-block-left .footer-cta::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 0;
  left: auto;
  right: 31px;
  bottom: -22px;
  border: 14px solid;
  border-color: #3A75C4 #3A75C4 transparent transparent;
}
@media (max-width: 991px) {
  .footer__wrapper .footer__container .footer-block-left .footer-cta::after {
    right: 22px;
    bottom: -11px;
    border: 10px solid;
    border-color: #3A75C4 #3A75C4 transparent transparent;
  }
}
.footer__wrapper .footer__container .footer-block-right {
  width: 42%;
  font-family: "Gotham-book";
  font-size: 14px;
  line-height: 1.27;
  text-align: left;
  color: #3A75C4;
  padding-top: 55px;
}
@media (max-width: 991px) {
  .footer__wrapper .footer__container .footer-block-right {
    width: 100%;
    padding-top: 40px;
    font-size: 13px;
  }
}
.footer__wrapper .footer__container .footer-block-right .footer-links .footer-link {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.footer__wrapper .footer__container .footer-block-right .footer-links .footer-link.socials {
  padding-top: 15px;
}
.footer__wrapper .footer__container .footer-block-right .footer-links .footer-link.socials a {
  margin-right: 22px;
}
@media (max-width: 991px) {
  .footer__wrapper .footer__container .footer-block-right .footer-links .footer-link.socials a {
    margin-right: 40px;
  }
}

.header__wrapper {
  background: transparent;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-family: "Gotham-medium";
  font-size: 15px;
  line-height: 1.2;
  position: fixed;
  top: 28px;
  z-index: 999;
  width: 100%;
  height: 60px;
}
@media (max-width: 991px) {
  .header__wrapper {
    padding: 0 25px;
  }
}
@media (max-width: 991px) {
  .header__wrapper {
    height: 50px;
    transition: height 0.2s linear;
    flex-direction: column;
    justify-content: flex-start;
    background: #3A75C4;
    padding: 10px 25px 40px;
    overflow-y: scroll;
    top: 0;
  }
  .header__wrapper.open-mobile {
    height: 100vh;
    transition: height 0.2s linear;
  }
}
.header__wrapper.sticky {
  background: #3A75C4;
  top: 0px;
  -webkit-animation: stickyMenu 0.2s linear forwards;
          animation: stickyMenu 0.2s linear forwards;
}
@media (max-width: 991px) {
  .header__wrapper.sticky {
    -webkit-animation: none;
            animation: none;
  }
}
.header__wrapper.sticky .header-items-submenu {
  background: #3A75C4;
  border-top: 2px solid #ffffff;
}
.header__wrapper.sticky .header-logo {
  max-width: 182px;
}
.header__wrapper .header-logo {
  width: 20%;
  min-width: 140px;
  height: auto;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .header__wrapper .header-logo {
    align-self: baseline;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .header__wrapper .header-items-menu {
    margin-top: 60px;
  }
}
.header__wrapper .header-items-menu, .header__wrapper .header-items-submenu {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header__wrapper .header-items-menu, .header__wrapper .header-items-submenu {
    flex-direction: column;
  }
}
.header__wrapper .header-items-menu .header-items-main, .header__wrapper .header-items-submenu .header-items-main {
  width: 50%;
}
.header__wrapper .header-items-menu .header-item, .header__wrapper .header-items-submenu .header-item {
  white-space: nowrap;
  padding: 21px 0px;
}
@media (max-width: 991px) {
  .header__wrapper .header-items-menu .header-item, .header__wrapper .header-items-submenu .header-item {
    padding: 5px 0px;
  }
}
.header__wrapper .header-items-menu .header-item:hover a:before, .header__wrapper .header-items-submenu .header-item:hover a:before {
  width: 35px;
  transition: width 0.2s linear;
}
.header__wrapper .header-items-menu .header-item:not(:last-child):after, .header__wrapper .header-items-submenu .header-item:not(:last-child):after {
  content: "";
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .header__wrapper .header-items-menu .header-item:not(:last-child):after, .header__wrapper .header-items-submenu .header-item:not(:last-child):after {
    display: block;
    text-align: center;
    margin: 10px auto;
  }
}
.header__wrapper .header-items-menu .header-item .header-items-submenu .header-item a, .header__wrapper .header-items-submenu .header-item .header-items-submenu .header-item a {
  position: relative;
}
.header__wrapper .header-items-menu .header-item .header-items-submenu .header-item a:before, .header__wrapper .header-items-submenu .header-item .header-items-submenu .header-item a:before {
  content: "";
  display: block;
  position: absolute;
  background: #ffffff;
  width: 0px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  transition: width 0.2s linear;
}
@media (max-width: 991px) {
  .header__wrapper .header-items-menu .header-item .header-items-submenu .header-item a:before, .header__wrapper .header-items-submenu .header-item .header-items-submenu .header-item a:before {
    display: none;
  }
}
.header__wrapper .header-items-menu .header-item .header-items-submenu .header-item a:hover:before, .header__wrapper .header-items-submenu .header-item .header-items-submenu .header-item a:hover:before {
  width: 35px;
  transition: width 0.2s linear;
}
.header__wrapper .header-items-menu .header-item a, .header__wrapper .header-items-submenu .header-item a {
  position: relative;
}
.header__wrapper .header-items-menu .header-item a:before, .header__wrapper .header-items-submenu .header-item a:before {
  content: "";
  display: block;
  position: absolute;
  background: #ffffff;
  width: 0px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -23px;
  transition: width 0.2s linear;
}
@media (max-width: 991px) {
  .header__wrapper .header-items-menu .header-item a:before, .header__wrapper .header-items-submenu .header-item a:before {
    display: none;
  }
}
.header__wrapper .header-items-menu .header-item.has-submenu:hover a, .header__wrapper .header-items-submenu .header-item.has-submenu:hover a {
  cursor: default;
}
@media (max-width: 991px) {
  .header__wrapper .header-items-menu .header-item.has-submenu:hover, .header__wrapper .header-items-submenu .header-item.has-submenu:hover {
    text-align: center;
  }
}
.header__wrapper .header-items-menu .header-item.has-submenu:hover .header-items-submenu, .header__wrapper .header-items-submenu .header-item.has-submenu:hover .header-items-submenu {
  display: flex;
}
.header__wrapper .header-items-menu .header-item.has-submenu:hover .header-items-submenu a, .header__wrapper .header-items-submenu .header-item.has-submenu:hover .header-items-submenu a {
  cursor: pointer;
}
@media (max-width: 991px) {
  .header__wrapper .header-items-menu .header-item.has-submenu:hover, .header__wrapper .header-items-menu .header-item.has-submenu:hover ~ .header-item, .header__wrapper .header-items-menu .header-item.has-submenu:hover ~ li .header-items-burger .header-item, .header__wrapper .header-items-submenu .header-item.has-submenu:hover, .header__wrapper .header-items-submenu .header-item.has-submenu:hover ~ .header-item, .header__wrapper .header-items-submenu .header-item.has-submenu:hover ~ li .header-items-burger .header-item {
    color: #a7bddb;
  }
}
.header__wrapper .header-items-menu .header-items-burger, .header__wrapper .header-items-submenu .header-items-burger {
  align-items: center;
  width: auto;
  overflow: visible;
  display: flex;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .header__wrapper .header-items-menu .header-items-burger, .header__wrapper .header-items-submenu .header-items-burger {
    width: auto;
    display: flex;
    overflow: visible;
    flex-direction: column;
    -webkit-animation: none;
            animation: none;
  }
}
.header__wrapper .header-items-menu .header-items-burger .header-socials__container, .header__wrapper .header-items-submenu .header-items-burger .header-socials__container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header__wrapper .header-items-menu .header-items-burger .header-socials__container, .header__wrapper .header-items-submenu .header-items-burger .header-socials__container {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 30px 50px;
    margin: 40px auto;
  }
}
.header__wrapper .header-items-menu .header-items-burger .header-socials__container:before, .header__wrapper .header-items-menu .header-items-burger .header-socials__container:after, .header__wrapper .header-items-submenu .header-items-burger .header-socials__container:before, .header__wrapper .header-items-submenu .header-items-burger .header-socials__container:after {
  content: "";
  background: #ffffff;
  height: 2px;
  width: 25px;
  display: inline-block;
  transform: rotate(45deg);
  margin: 0 20px;
}
@media (max-width: 991px) {
  .header__wrapper .header-items-menu .header-items-burger .header-socials__container:before, .header__wrapper .header-items-menu .header-items-burger .header-socials__container:after, .header__wrapper .header-items-submenu .header-items-burger .header-socials__container:before, .header__wrapper .header-items-submenu .header-items-burger .header-socials__container:after {
    display: none;
  }
}
.header__wrapper .header-items-menu .header-items-burger .header-socials__container img, .header__wrapper .header-items-submenu .header-items-burger .header-socials__container img {
  margin: 0 15px;
}
@media (max-width: 991px) {
  .header__wrapper .header-items-menu .header-items-burger .header-socials__container img, .header__wrapper .header-items-submenu .header-items-burger .header-socials__container img {
    margin: 0 30px;
  }
}
.header__wrapper .header-items-menu .header-items-burger .header-socials__lang, .header__wrapper .header-items-submenu .header-items-burger .header-socials__lang {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 70%;
  position: relative;
  top: -8px;
}
.header__wrapper .header-items-menu .header-items-burger .header-socials__lang a, .header__wrapper .header-items-submenu .header-items-burger .header-socials__lang a {
  padding: 0 4px;
  color: #a7bddb;
}
@media (max-width: 991px) {
  .header__wrapper .header-items-menu .header-items-burger .header-socials__lang a, .header__wrapper .header-items-submenu .header-items-burger .header-socials__lang a {
    padding: 0 15px;
  }
}
.header__wrapper .header-items-menu .header-items-burger .header-socials__lang a.active, .header__wrapper .header-items-submenu .header-items-burger .header-socials__lang a.active {
  color: #ffffff;
}
.header__wrapper .header-items-submenu {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 37px;
  display: none;
  justify-content: flex-end;
  align-items: center;
  bottom: -37px;
  left: 0;
  padding-right: 60px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .header__wrapper .header-items-submenu {
    position: initial;
    height: auto;
    background: transparent;
    border-top: none;
    padding: 20px 0 0px 0;
  }
}
.header__wrapper .header-items-submenu:hover {
  display: flex;
}
.header__wrapper .header-items-submenu .header-item {
  padding: 10px 0px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .header__wrapper .header-items-submenu .header-item {
    padding: 20px 0px;
  }
}
@media (max-width: 991px) {
  .header__wrapper .header-items-submenu .header-item:after {
    display: none !important;
  }
}
.header__wrapper .burger-btn-mobile {
  display: none;
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  right: 25px;
  border: 1px solid rgba(255, 255, 255, 0);
}
.header__wrapper .burger-btn-mobile span {
  position: absolute;
  height: 2px;
  background: #ffffff;
  transition: all 0.2s linear;
  width: 100%;
}
.header__wrapper .burger-btn-mobile span:first-child {
  top: 2px;
}
.header__wrapper .burger-btn-mobile span:nth-child(2) {
  top: 10px;
}
.header__wrapper .burger-btn-mobile span:nth-child(3) {
  top: 18px;
}
.header__wrapper .burger-btn-mobile span:nth-child(4) {
  top: 26px;
}
@media (max-width: 991px) {
  .header__wrapper .burger-btn-mobile {
    display: block;
  }
}
.header__wrapper.open-mobile .burger-btn-mobile {
  border: 1px solid white;
  transition: border 0.3s linear;
  border-radius: 50%;
}
.header__wrapper.open-mobile .burger-btn-mobile span:first-child {
  transform: rotate(45deg);
  width: 40%;
  top: 50%;
  right: 11px;
}
.header__wrapper.open-mobile .burger-btn-mobile span:nth-child(3) {
  transform: rotate(-45deg);
  width: 40%;
  top: 50%;
  right: 11px;
}
.header__wrapper.open-mobile .burger-btn-mobile span:nth-child(2), .header__wrapper.open-mobile .burger-btn-mobile span:last-child {
  opacity: 0;
  transform: scaleX(0);
}
@-webkit-keyframes stickyMenu {
  from {
    top: -100px;
  }
  to {
    top: 0px;
  }
}
@keyframes stickyMenu {
  from {
    top: -100px;
  }
  to {
    top: 0px;
  }
}

.banner-picture__wrapper {
  width: 100%;
  max-height: 342px;
  min-height: 180px;
  height: 342px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .banner-picture__wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .banner-picture__wrapper {
    height: 180px;
    margin-bottom: 40px;
  }
}

.block-video__wrapper {
  background: #F2F2F2;
  padding: 50px 0px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .block-video__wrapper {
    margin-bottom: 50px;
    padding: 30px;
  }
}
.block-video__wrapper .block-video__container {
  max-width: 762px;
  height: 427px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  width: 100%;
}
@media (max-width: 568px) {
  .block-video__wrapper .block-video__container {
    height: 200px;
  }
}
.block-video__wrapper .block-video__container .video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.block-video__wrapper .block-video__container .video-poster .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-video__wrapper .block-video__container .video-poster .video-play-btn img {
  width: 60px;
  transition: width 0.2s linear;
}
@media (max-width: 568px) {
  .block-video__wrapper .block-video__container .video-poster .video-play-btn img {
    width: 40px;
  }
}
.block-video__wrapper .block-video__container .video-poster .video-play-btn img:hover {
  width: 70px;
  transition: width 0.2s linear;
}
@media (max-width: 568px) {
  .block-video__wrapper .block-video__container .video-poster .video-play-btn img:hover {
    width: 50px;
  }
}
.block-video__wrapper .block-video__container .video {
  position: absolute;
  height: auto;
  max-height: 100%;
  z-index: 0;
  outline: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-video__wrapper .block-video-description {
  font-family: "Gotham-medium";
  font-size: 20px;
  line-height: 1.2;
  color: #3A75C4;
  margin: 26px auto 0;
  max-width: 762px;
}
@media (max-width: 991px) {
  .block-video__wrapper .block-video-description {
    font-size: 15px;
    margin: 19px auto 0;
  }
}

.block-text-picture__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 100px;
  box-sizing: content-box;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .block-text-picture__wrapper {
    padding: 0 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .block-text-picture__wrapper {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.block-text-picture__wrapper .wysiwyg {
  padding: 0;
  margin: 0;
  width: 40%;
}
@media (max-width: 991px) {
  .block-text-picture__wrapper .wysiwyg {
    width: 100%;
  }
}
.block-text-picture__wrapper .picture__container {
  width: 55%;
}
@media (max-width: 991px) {
  .block-text-picture__wrapper .picture__container {
    margin-top: 20px;
    width: 68%;
  }
}

.block-text-image-background__wrapper {
  padding: 0 100px;
  margin-top: calc(10% + 110px);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .block-text-image-background__wrapper {
    padding: 0 30px;
    margin-bottom: 15px;
  }
}
.block-text-image-background__wrapper.green {
  background-color: #4CDEB6;
  color: #000000;
}
.block-text-image-background__wrapper.green .picture__container {
  margin-right: -100px;
}
.block-text-image-background__wrapper.green .picture__container .cta-right {
  color: #3A75C4;
  border: 1.5px solid #3A75C4;
  right: 50%;
}
.block-text-image-background__wrapper.blue {
  background-color: #3A75C4;
  color: #ffffff;
  margin-left: 60px;
}
@media (max-width: 991px) {
  .block-text-image-background__wrapper.blue {
    margin-left: 0px;
  }
}
.block-text-image-background__wrapper.blue .picture__container {
  margin-right: 0px;
}
.block-text-image-background__wrapper.blue .picture__container .cta-right {
  color: #FFE626;
  border: 1.5px solid #FFE626;
  right: 60%;
}
.block-text-image-background__wrapper:hover .cta-right {
  width: 107px !important;
  height: 107px !important;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out;
}
.block-text-image-background__wrapper .block-text-image-background__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .block-text-image-background__wrapper .block-text-image-background__container {
    flex-direction: column-reverse;
  }
}
.block-text-image-background__wrapper .block-text-image-background__container .text__container {
  width: 30%;
  padding: 60px 0px 50px;
}
@media (max-width: 991px) {
  .block-text-image-background__wrapper .block-text-image-background__container .text__container {
    width: 100%;
    padding: 0px 0px 50px;
  }
}
.block-text-image-background__wrapper .block-text-image-background__container .text__container .title {
  font-family: "Gotham-medium";
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .block-text-image-background__wrapper .block-text-image-background__container .text__container .title {
    font-size: 29px;
    line-height: 1.2;
    margin-bottom: 25px;
  }
}
.block-text-image-background__wrapper .block-text-image-background__container .text__container .subtitle {
  font-family: "Gotham-bold";
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .block-text-image-background__wrapper .block-text-image-background__container .text__container .subtitle {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
}
.block-text-image-background__wrapper .block-text-image-background__container .text__container .text {
  font-family: "Gotham-book";
  font-size: 16px;
  line-height: 1.19;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .block-text-image-background__wrapper .block-text-image-background__container .text__container .text {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
}
.block-text-image-background__wrapper .block-text-image-background__container .text__container .cta-left {
  font-family: "Gotham-book";
  font-size: 16px;
  line-height: 1.19;
  color: #ffffff;
  transition: padding-left 0.2s;
}
@media (max-width: 991px) {
  .block-text-image-background__wrapper .block-text-image-background__container .text__container .cta-left {
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
}
.block-text-image-background__wrapper .block-text-image-background__container .text__container .cta-left img {
  width: 30px;
  margin-bottom: 4px;
  margin-left: 5px;
  display: none;
}
@media (max-width: 991px) {
  .block-text-image-background__wrapper .block-text-image-background__container .text__container .cta-left img {
    display: inline-block;
  }
}
.block-text-image-background__wrapper .block-text-image-background__container .text__container .cta-left:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  background: #ffffff;
  margin-right: 14px;
}
@media (max-width: 991px) {
  .block-text-image-background__wrapper .block-text-image-background__container .text__container .cta-left:before {
    display: none;
  }
}
.block-text-image-background__wrapper .block-text-image-background__container .text__container .cta-left:hover {
  padding-left: 15px;
  transition: padding-left 0.2s;
}
@media (max-width: 991px) {
  .block-text-image-background__wrapper .block-text-image-background__container .text__container .cta-left:hover {
    padding-left: 0px;
  }
}
.block-text-image-background__wrapper .block-text-image-background__container .picture__container {
  width: 70%;
  padding-bottom: 100px;
  margin-top: -10%;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .block-text-image-background__wrapper .block-text-image-background__container .picture__container {
    margin-right: -30px;
    padding-left: 0;
    margin-top: -20%;
    padding-bottom: 30px;
    width: auto;
  }
}
.block-text-image-background__wrapper .block-text-image-background__container .picture__container img {
  float: right;
}
.block-text-image-background__wrapper .block-text-image-background__container .picture__container .cta-right {
  position: absolute;
  font-family: "Gotham-medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.21;
  text-transform: uppercase;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 30px;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .block-text-image-background__wrapper .block-text-image-background__container .picture__container .cta-right {
    display: none;
  }
}

.block-temoignage__wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 100px;
  box-sizing: content-box;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .block-temoignage__wrapper {
    padding: 0 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .block-temoignage__wrapper {
    flex-direction: column;
  }
}
.block-temoignage__wrapper .temoignage-img {
  width: 40%;
}
@media (max-width: 991px) {
  .block-temoignage__wrapper .temoignage-img {
    margin-bottom: 30px;
    width: 70%;
  }
  .block-temoignage__wrapper .temoignage-img img {
    margin: 0 auto;
  }
}
.block-temoignage__wrapper .temoignage-descritpion__container {
  width: 40%;
  font-family: "Gotham-book";
}
@media (max-width: 991px) {
  .block-temoignage__wrapper .temoignage-descritpion__container {
    width: 100%;
  }
}
.block-temoignage__wrapper .temoignage-descritpion__container .temoignage-title {
  font-family: "Gotham-bold";
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .block-temoignage__wrapper .temoignage-descritpion__container .temoignage-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.block-temoignage__wrapper .temoignage-descritpion__container .temoignage-subtitle {
  font-size: 18px;
  line-height: 1.22;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .block-temoignage__wrapper .temoignage-descritpion__container .temoignage-subtitle {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
.block-temoignage__wrapper .temoignage-descritpion__container .temoignage-text {
  font-size: 16px;
  line-height: 1.19;
  color: #000000;
}
@media (max-width: 991px) {
  .block-temoignage__wrapper .temoignage-descritpion__container .temoignage-text {
    font-size: 14px;
    line-height: 1.3;
  }
}

.slider__container {
  position: relative;
}
.slider__container + .footer__wrapper {
  margin-top: 65px;
}
.slider__container.transparent .slider-color {
  display: none;
}
.slider__container.grey .slider-color {
  background: #F2F2F2;
  height: 40%;
}
.slider__container.green .slider-color {
  background: #4CDEB6;
  height: 40%;
}
.slider__container.green .slider-title {
  color: #ffffff;
}
.slider__container.green .slider-button-next svg g line, .slider__container.green .slider-button-next svg g path, .slider__container.green .slider-button-prev svg g line, .slider__container.green .slider-button-prev svg g path {
  stroke: #ffffff !important;
}
.slider__container.green .slider-button-next.swiper-button-disabled svg g line, .slider__container.green .slider-button-next.swiper-button-disabled svg g path, .slider__container.green .slider-button-prev.swiper-button-disabled svg g line, .slider__container.green .slider-button-prev.swiper-button-disabled svg g path {
  stroke: rgba(255, 255, 255, 0.4) !important;
}
.slider__container .slider-color {
  position: absolute;
  width: 100%;
  height: 50%;
  top: -30px;
  left: 0;
  z-index: -1;
}
.slider__container .slider-title {
  color: #3A75C4;
  font-family: "Gotham-medium";
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  padding: 40px 100px 0px;
  margin-bottom: -15px !important;
}
@media (max-width: 991px) {
  .slider__container .slider-title {
    font-size: 29px;
    padding: 20px 30px 0px;
  }
}
.slider__container .swiper-container {
  width: 100%;
  height: 100%;
  padding: 110px 100px 45px 100px !important;
}
@media (max-width: 991px) {
  .slider__container .swiper-container {
    padding: 55px 30px 15px !important;
  }
}
.slider__container .swiper-container.js-slider-img .swiper-slide img {
  width: auto;
}
@media (max-width: 991px) {
  .slider__container .swiper-container.js-slider-img .swiper-slide img {
    max-height: 180px;
    height: auto;
  }
}
.slider__container .swiper-container .swiper-slide {
  min-width: 25%;
  width: auto;
}
.slider__container .swiper-container .swiper-slide img {
  width: 100%;
  margin: 0 auto 30px;
}
@media (max-width: 991px) {
  .slider__container .swiper-container .swiper-slide img {
    margin: 0 auto 20px;
  }
}
.slider__container .swiper-container .swiper-slide .slide-img {
  width: 100%;
  height: 25vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 30px;
}
@media (max-width: 991px) {
  .slider__container .swiper-container .swiper-slide .slide-img {
    margin: 0 auto 20px;
    height: 60vw;
  }
}
.slider__container .swiper-container .swiper-slide .slide-description__container {
  max-width: 360px;
}
@media (max-width: 991px) {
  .slider__container .swiper-container .swiper-slide .slide-description__container {
    max-width: 220px;
  }
}
.slider__container .swiper-container .swiper-slide .slide-description__container .slide-title {
  font-family: "Gotham-medium";
  font-size: 23px;
  line-height: 1.25;
  color: #4CDEB6;
}
@media (max-width: 991px) {
  .slider__container .swiper-container .swiper-slide .slide-description__container .slide-title {
    font-size: 17px;
    line-height: 1.2;
  }
}
.slider__container .swiper-container .swiper-slide .slide-description__container .slide-subtitle {
  font-family: "Gotham-medium";
  font-size: 20px;
  line-height: 1.25;
  color: #4CDEB6;
}
@media (max-width: 991px) {
  .slider__container .swiper-container .swiper-slide .slide-description__container .slide-subtitle {
    font-size: 15px;
    line-height: 1.2;
  }
}
.slider__container .swiper-container .swiper-slide .slide-description__container .slide-text {
  font-family: "Gotham-book";
  font-size: 16px;
  line-height: 1.2;
  margin-top: 20px;
  color: #000000;
}
@media (max-width: 991px) {
  .slider__container .swiper-container .swiper-slide .slide-description__container .slide-text {
    font-size: 14px;
    margin-top: 15px;
  }
}
.slider__container .swiper-container .slider-button-next, .slider__container .swiper-container .slider-button-prev {
  position: absolute;
  top: 0;
  right: 100px;
  cursor: pointer;
  padding: 40px 0px;
}
@media (max-width: 991px) {
  .slider__container .swiper-container .slider-button-next, .slider__container .swiper-container .slider-button-prev {
    padding: 10px 0px;
    right: 30px;
    width: 30px;
  }
}
.slider__container .swiper-container .slider-button-next svg, .slider__container .swiper-container .slider-button-prev svg {
  width: 60px;
}
@media (max-width: 991px) {
  .slider__container .swiper-container .slider-button-next svg, .slider__container .swiper-container .slider-button-prev svg {
    width: 40px;
  }
}
.slider__container .swiper-container .slider-button-next svg g line, .slider__container .swiper-container .slider-button-next svg g path, .slider__container .swiper-container .slider-button-prev svg g line, .slider__container .swiper-container .slider-button-prev svg g path {
  stroke: #3A75C4;
}
.slider__container .swiper-container .slider-button-next.swiper-button-disabled svg g line, .slider__container .swiper-container .slider-button-next.swiper-button-disabled svg g path, .slider__container .swiper-container .slider-button-prev.swiper-button-disabled svg g line, .slider__container .swiper-container .slider-button-prev.swiper-button-disabled svg g path {
  stroke: #A2A7AB;
}
.slider__container .swiper-container .slider-button-prev {
  right: 180px;
  top: -1px;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .slider__container .swiper-container .slider-button-prev {
    right: 75px;
  }
}

.block-big-img__wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 100px;
  box-sizing: content-box;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .block-big-img__wrapper {
    padding: 0 30px;
    margin-bottom: 40px;
  }
}
.block-big-img__wrapper img {
  margin: 0 auto;
}

.block-small-img-text {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 100px;
  box-sizing: content-box;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .block-small-img-text {
    padding: 0 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .block-small-img-text {
    flex-direction: column;
  }
}
.block-small-img-text .img__container {
  width: 40%;
}
@media (max-width: 991px) {
  .block-small-img-text .img__container {
    margin-bottom: 30px;
    width: 70%;
  }
  .block-small-img-text .img__container img {
    margin: 0 auto;
  }
}
.block-small-img-text .descritpion__container {
  width: 40%;
}
@media (max-width: 991px) {
  .block-small-img-text .descritpion__container {
    width: 100%;
  }
}
.block-small-img-text .descritpion__container .title {
  font-family: "Gotham-bold";
  font-size: 20px;
  line-height: 1.2;
  color: #3A75C4;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .block-small-img-text .descritpion__container .title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.block-small-img-text .descritpion__container .text {
  font-size: 16px;
  line-height: 1.19;
  color: #000000;
  font-family: "Gotham-book";
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .block-small-img-text .descritpion__container .text {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}
.block-small-img-text .descritpion__container .cta {
  font-family: "Gotham-medium";
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #3A75C4;
  display: flex;
  align-items: end;
}
.block-small-img-text .descritpion__container .cta:hover img {
  margin-left: 15px;
  transition: margin-left 0.2s linear;
}
.block-small-img-text .descritpion__container .cta img {
  max-width: 30px;
  margin-left: 8px;
  transition: margin-left 0.2s linear;
}

.swiper-slide .news__container {
  width: 100%;
}

.news__container {
  width: 25%;
  padding: 0 2% 0 0;
  color: #3A75C4;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .news__container {
    width: 45%;
  }
}
@media (max-width: 568px) {
  .news__container {
    width: 100%;
  }
}
.news__container:after {
  content: "";
  width: 0%;
  border-bottom: 2px solid #3A75C4;
  display: block;
  padding-top: 20px;
  transition: width 0.2s linear;
}
@media (max-width: 568px) {
  .news__container:after {
    width: 100%;
    padding-top: 10px;
  }
}
@media (min-width: 991px) {
  .news__container:hover .news-bottom__container .news-cta {
    width: 60px;
    height: 60px;
    opacity: 1;
    transition: all 0.2s linear;
  }
  .news__container:hover:after {
    width: 100%;
    transition: width 0.2s linear;
  }
}
.news__container img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.news__container p {
  font-family: "Gotham-book";
  font-size: 13px;
  line-height: 1.46;
  margin-bottom: 20px;
}
.news__container .news-img {
  width: 100%;
  height: 20vw;
  margin-bottom: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .news__container .news-img {
    height: 50vw;
  }
}
.news__container .news-title {
  font-family: "Gotham-medium";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  height: 64px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news__container .news-title {
    font-size: 17px;
  }
}
.news__container .news-bottom__container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 60px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .news__container .news-bottom__container {
    justify-content: flex-end;
    height: 40px;
  }
}
.news__container .news-bottom__container .news-date {
  font-size: 13px;
  line-height: 1.22;
  font-family: "Gotham-book";
}
@media (max-width: 991px) {
  .news__container .news-bottom__container .news-date {
    display: none;
  }
}
.news__container .news-bottom__container .news-cta {
  font-size: 29px;
  line-height: 1.22;
  font-family: "Gotham-book";
  overflow: hidden;
  width: 0px;
  height: 0px;
  border: 1.5px solid #3A75C4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.2s linear;
  padding-top: 4px;
}
@media (max-width: 991px) {
  .news__container .news-bottom__container .news-cta {
    font-size: 20px;
    width: 40px;
    height: 40px;
    opacity: 1;
    transition: none;
  }
}

.achievement__container {
  background: #F2F2F2;
  width: 30%;
  max-width: 330px;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media (max-width: 991px) {
  .achievement__container {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .achievement__container {
    width: 100%;
    margin-bottom: 30px;
    height: 300px;
  }
}
.achievement__container .achievement-title {
  font-family: "Gotham-medium";
  font-size: 40px;
  line-height: 1.13;
  text-align: center;
  color: #3A75C4;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .achievement__container .achievement-title {
    font-size: 30px;
  }
}

.banner-home__wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}
.banner-home__wrapper .banner-home {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-home__wrapper .banner-home-title__container {
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(3, 8, 37, 0), #3a75c4);
  color: #ffffff;
  width: 100%;
  bottom: 0;
}
@media (max-width: 991px) {
  .banner-home__wrapper .banner-home-title__container {
    background-image: linear-gradient(to bottom, rgba(3, 8, 37, 0), rgba(38, 77, 137, 0.63) 63%, #3a75c4);
    padding-bottom: 50px;
  }
}
.banner-home__wrapper .banner-home-title__container .banner-home-title {
  font-family: "Gotham-light";
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.3;
  text-align: center;
  padding: 0px 100px 100px;
  max-width: 975px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media (max-width: 991px) {
  .banner-home__wrapper .banner-home-title__container .banner-home-title {
    padding: 30px;
    font-size: 23px;
    text-align: left;
  }
}
.banner-home__wrapper .banner-home-title__container .banner-home-title strong {
  font-family: "Gotham-medium";
}

.block-vertical-list-home__wrapper {
  background: #3A75C4;
  color: #ffffff;
  width: 100%;
  overflow: hidden;
  margin-top: -65px;
  margin-bottom: 35px;
}
.block-vertical-list-home__wrapper .vertical-list__container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-bottom: 150px;
  position: relative;
  text-align: center;
}
.block-vertical-list-home__wrapper .vertical-list__container .text-scroll {
  position: absolute;
  left: 49%;
  transform: rotate(-90deg) translateX(-50%);
  top: 0;
  font-family: "Gotham-medium";
  font-size: 12px;
  line-height: 1.17;
  color: #4CDEB6;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .text-scroll {
    left: 32%;
  }
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 170px 50px 0px;
}
@media (max-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .vertical-list {
    padding: 110px 30px 0px;
  }
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .vertical-list:after {
    left: 33%;
  }
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: right;
  margin-bottom: 20px;
  height: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item:nth-child(even) .item-infos {
    margin-left: auto;
    text-align: left;
  }
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item.item-visible {
  overflow: visible;
  height: auto;
  -webkit-animation: 0.6s linear forwards;
          animation: 0.6s linear forwards;
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 35px;
  left: calc(50% + 1px);
  background-color: #3A75C4;
  border: solid 2px #ffffff;
  transform: translateX(-50%);
  z-index: 10;
  box-shadow: 0 0 0 6px #3A75C4;
}
@media (max-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item:before {
    left: calc(33% - 9px);
    top: 15px;
  }
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item:nth-child(odd) .item-infos {
  margin-left: auto;
  text-align: left;
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item:nth-child(odd) .item-cta__container {
  margin-left: 15% !important;
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item:nth-child(odd) .item-picto__container {
  position: absolute;
  z-index: -1;
  width: 45%;
  max-width: 340px;
  right: -25%;
  bottom: -33%;
}
@media (max-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item:nth-child(odd) .item-picto__container {
    max-width: 180px;
    width: 35%;
    right: 75%;
    top: -30px;
  }
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item .item-infos {
  flex: 0 0 45%;
}
@media (max-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item .item-infos {
    flex: 0 0 60%;
  }
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item .item-infos .item-title {
  font-family: "Gotham-light";
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 20px;
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item .item-infos .item-title strong {
  font-family: "Gotham-medium";
}
@media (max-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item .item-infos .item-title {
    font-size: 23px;
    line-height: 1.17;
  }
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item .item-infos .item-text {
  font-family: "Gotham-book";
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item .item-infos .item-text {
    font-size: 15px;
    line-height: 1.3;
  }
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item .item-infos .item-cta__container {
  width: 110px;
  height: 110px;
  margin-left: 50%;
}
@media (max-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item .item-infos .item-cta__container {
    height: auto;
    margin-top: 70px;
    margin-bottom: 50px;
    margin-left: 0 !important;
  }
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item .item-infos .item-cta__container .item-cta {
  width: 0px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  border: solid 1.5px #4CDEB6;
  color: #4CDEB6;
  font-family: "Gotham-medium";
  font-size: 14px;
  line-height: 1.21;
  text-transform: uppercase;
  display: block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}
@media (max-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item .item-infos .item-cta__container .item-cta {
    width: auto;
    height: auto;
    opacity: 1;
    overflow: visible;
    border: none;
    justify-content: flex-start;
  }
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item .item-infos .item-cta__container .item-cta .only-mobile {
  display: none;
}
@media (max-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item .item-infos .item-cta__container .item-cta .only-mobile {
    display: inline-block;
    width: 25px;
    height: auto;
    margin-left: 5px;
  }
}
@media (min-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .vertical-list .list-item .item-infos:hover .item-cta__container .item-cta {
    width: 110px;
    height: 110px;
    opacity: 1;
    transition: all 0.2s linear;
  }
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list .item-picto__container {
  position: absolute;
  z-index: -1;
  width: 45%;
  max-width: 340px;
  right: 80%;
  bottom: -10%;
}
@media (max-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .vertical-list .item-picto__container {
    max-width: 180px;
    width: 35%;
    right: 75%;
    top: -30px;
  }
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list .item-picto__container .only-desktop {
  display: block;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .vertical-list .item-picto__container .only-desktop {
    display: none;
  }
}
.block-vertical-list-home__wrapper .vertical-list__container .vertical-list .item-picto__container .only-mobile {
  display: none;
  width: 80%;
  margin: auto;
}
@media (max-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .vertical-list .item-picto__container .only-mobile {
    display: block;
  }
}
.block-vertical-list-home__wrapper .vertical-list__container .btn-more {
  font-family: "Gotham-book";
  font-size: 29px;
  line-height: 1.21;
  width: 68px;
  height: 68px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin: 10px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .block-vertical-list-home__wrapper .vertical-list__container .btn-more {
    left: 33%;
  }
}
@-webkit-keyframes appearItem {
  from {
    height: 0px;
  }
  40% {
    height: 150px;
  }
  80% {
    height: 300px;
  }
  to {
    height: auto;
  }
}
@keyframes appearItem {
  from {
    height: 0px;
  }
  40% {
    height: 150px;
  }
  80% {
    height: 300px;
  }
  to {
    height: auto;
  }
}

.form__wrapper {
  position: fixed;
  width: 100vw;
  height: 0vh;
  overflow: hidden;
  background: #3A75C4;
  z-index: 999;
  color: #ffffff;
  align-items: center;
  display: none;
  top: 0;
}
.form__wrapper.open {
  display: flex;
  -webkit-animation: slideInMenu 0.2s linear forwards;
          animation: slideInMenu 0.2s linear forwards;
}
.form__wrapper .close-form {
  width: 68px;
  height: 68px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  background: #3A75C4;
  top: 40px;
  right: 40px;
}
@media (max-width: 991px) {
  .form__wrapper .close-form {
    width: 45px;
    height: 45px;
    top: 15px;
    right: 15px;
  }
}
.form__wrapper .close-form:after, .form__wrapper .close-form:before {
  content: "";
  width: 31%;
  height: 2px;
  background: #ffffff;
  display: block;
  margin: auto;
  transform: rotate(45deg);
}
.form__wrapper .close-form:before {
  transform: rotate(-45deg);
  margin-bottom: -2px;
}
.form__wrapper .form__container {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 80px 30px 60px;
  overflow: scroll;
  height: 100%;
  scrollbar-width: none;
}
.form__wrapper .form__container::-webkit-scrollbar {
  display: none;
  max-width: 580px;
}
.form__wrapper .form__container .form-title {
  font-family: "Gotham-book";
  font-size: 16px;
  line-height: 1.19;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .form__wrapper .form__container .form-title {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}
.form__wrapper .form__container .successMessage {
  font-family: "Gotham-medium";
  font-size: 14px;
  text-align: center;
  color: #4CDEB6;
  margin-bottom: 10px;
  width: 100%;
}
.form__wrapper .form__container form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .form__wrapper .form__container form {
    flex-direction: column;
  }
}
.form__wrapper .form__container form .input__wrapper {
  display: flex;
  flex-direction: column;
  width: 47%;
}
@media (max-width: 991px) {
  .form__wrapper .form__container form .input__wrapper {
    width: 100%;
  }
}
.form__wrapper .form__container form .input__wrapper label {
  font-family: "Gotham-medium";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  margin-left: 8%;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .form__wrapper .form__container form .input__wrapper label {
    font-size: 15px;
  }
}
.form__wrapper .form__container form .input__wrapper input, .form__wrapper .form__container form .input__wrapper textarea {
  border: 2px solid #ffffff;
  border-radius: 30px;
  margin-bottom: 5px;
  font-family: "Gotham-book";
  font-size: 16px;
  line-height: 1.19;
  padding: 12px 8%;
  resize: none;
}
.form__wrapper .form__container form .input__wrapper .errorMessage {
  font-family: "Gotham-medium";
  font-size: 12px;
  color: #EE7013;
  margin-left: 8%;
  margin-bottom: 5px;
  width: 100%;
}
.form__wrapper .form__container form .input__wrapper .recaptcha {
  margin-top: -100px;
}
@media (max-width: 991px) {
  .form__wrapper .form__container form .input__wrapper .recaptcha {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 330px) {
  .form__wrapper .form__container form .input__wrapper .recaptcha {
    margin-left: -20px;
  }
}
.form__wrapper .form__container form .input__wrapper.checkbox-terms {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
  text-align: center;
}
.form__wrapper .form__container form .input__wrapper.checkbox-terms label {
  font-family: "Gotham-book";
  font-size: 14px;
  line-height: 1.21;
  text-transform: none;
  position: relative;
  margin-left: 0;
}
.form__wrapper .form__container form .input__wrapper.checkbox-terms label:before {
  content: "";
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}
.form__wrapper .form__container form .input__wrapper.checkbox-terms input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form__wrapper .form__container form .input__wrapper.checkbox-terms input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form__wrapper .form__container form .input__wrapper.checkbox-terms .errorMessage {
  margin-left: 0;
}
.form__wrapper .form__container form .btn-form {
  font-family: "Gotham-medium";
  font-size: 16px;
  line-height: 1.2;
  color: #3A75C4;
  padding: 20px 30px;
  background: #ffffff;
  text-transform: uppercase;
  border-radius: 30px;
  margin: 20px auto 0px;
  position: relative;
}
@media (max-width: 991px) {
  .form__wrapper .form__container form .btn-form {
    margin: 40px auto 0px;
  }
}
.form__wrapper .form__container form .btn-form:before {
  content: "";
  position: absolute;
  height: 0;
  left: auto;
  right: 29px;
  bottom: -20px;
  border: 10px solid;
  border-color: #ffffff #ffffff transparent transparent;
}
@-webkit-keyframes slideInMenu {
  from {
    height: 0vh;
  }
  to {
    height: 100vh;
  }
}
@keyframes slideInMenu {
  from {
    height: 0vh;
  }
  to {
    height: 100vh;
  }
}

.job-form__wrapper {
  position: fixed;
  width: 100vw;
  overflow: scroll;
  background: #3A75C4;
  z-index: 999;
  color: #ffffff;
  align-items: center;
  flex-direction: column;
  display: none;
  top: 0;
}
.job-form__wrapper.open {
  display: flex;
  -webkit-animation: slideInMenu 0.2s linear forwards;
          animation: slideInMenu 0.2s linear forwards;
}
.job-form__wrapper .close-job-form {
  width: 68px;
  height: 68px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  background: #3A75C4;
  top: 40px;
  right: 40px;
}
@media (max-width: 991px) {
  .job-form__wrapper .close-job-form {
    width: 45px;
    height: 45px;
    top: 15px;
    right: 15px;
  }
}
.job-form__wrapper .close-job-form:after, .job-form__wrapper .close-job-form:before {
  content: "";
  width: 31%;
  height: 2px;
  background: #ffffff;
  display: block;
  margin: auto;
  transform: rotate(45deg);
}
.job-form__wrapper .close-job-form:before {
  transform: rotate(-45deg);
  margin-bottom: -2px;
}
.job-form__wrapper .job-form__container {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 80px 30px 200px;
  scrollbar-width: none;
}
.job-form__wrapper .job-form__container::-webkit-scrollbar {
  display: none;
  max-width: 580px;
}
.job-form__wrapper .job-form__container .job-form-title {
  font-family: "Gotham-book";
  font-size: 16px;
  line-height: 1.19;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .job-form__wrapper .job-form__container .job-form-title {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}
.job-form__wrapper .job-form__container .successMessage {
  font-family: "Gotham-medium";
  font-size: 14px;
  text-align: center;
  color: #4CDEB6;
  margin-bottom: 10px;
  width: 100%;
}
.job-form__wrapper .job-form__container form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .job-form__wrapper .job-form__container form {
    flex-direction: column;
  }
}
.job-form__wrapper .job-form__container form .input__wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  flex: 1 1 47%;
}
.job-form__wrapper .job-form__container form .input__wrapper:first-of-type {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .job-form__wrapper .job-form__container form .input__wrapper {
    width: 100%;
  }
}
.job-form__wrapper .job-form__container form .input__wrapper label {
  font-family: "Gotham-medium";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  margin-left: 40px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .job-form__wrapper .job-form__container form .input__wrapper label {
    font-size: 15px;
  }
}
.job-form__wrapper .job-form__container form .input__wrapper input,
.job-form__wrapper .job-form__container form .input__wrapper textarea {
  border: 2px solid #ffffff;
  border-radius: 30px;
  margin-bottom: 5px;
  font-family: "Gotham-book";
  font-size: 16px;
  line-height: 1.19;
  padding: 12px 20px;
  resize: none;
}
.job-form__wrapper .job-form__container form .input__wrapper input::-moz-placeholder, .job-form__wrapper .job-form__container form .input__wrapper textarea::-moz-placeholder {
  color: #a7bddb;
}
.job-form__wrapper .job-form__container form .input__wrapper input:-ms-input-placeholder, .job-form__wrapper .job-form__container form .input__wrapper textarea:-ms-input-placeholder {
  color: #a7bddb;
}
.job-form__wrapper .job-form__container form .input__wrapper input::placeholder,
.job-form__wrapper .job-form__container form .input__wrapper textarea::placeholder {
  color: #a7bddb;
}
.job-form__wrapper .job-form__container form .input__wrapper .file-info {
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-top: 34px;
  margin-bottom: 15px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .job-form__wrapper .job-form__container form .input__wrapper .file-info {
    margin-left: 0;
  }
}
.job-form__wrapper .job-form__container form .input__wrapper .file-info-max-size {
  margin-bottom: 5px;
}
.job-form__wrapper .job-form__container form .input__wrapper .file-info-max-size, .job-form__wrapper .job-form__container form .input__wrapper .file-info-extensions {
  font-family: "Gotham-book";
  color: #ffffff;
  font-size: 12px;
}
.job-form__wrapper .job-form__container form .recaptcha {
  width: 100%;
}
@media (max-width: 330px) {
  .job-form__wrapper .job-form__container form .recaptcha {
    margin-left: -20px;
  }
}
.job-form__wrapper .job-form__container form #upload-cv {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.job-form__wrapper .job-form__container form #upload-cv-button {
  background-color: #ffffff;
  color: #3A75C4;
  text-transform: uppercase;
  font-family: "Gotham-bold";
}
.job-form__wrapper .job-form__container form #upload-cv-file {
  font-family: "Gotham-book";
  font-size: 12px;
  width: 100%;
  margin-bottom: 20px;
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-left: 40px;
}
@media (max-width: 991px) {
  .job-form__wrapper .job-form__container form #upload-cv-file {
    margin-left: 0;
  }
}
.job-form__wrapper .job-form__container form #upload-cv-file .too-large {
  display: none;
  color: #EE7013;
  font-family: "Gotham-medium";
}
.job-form__wrapper .job-form__container form #upload-cv-file button {
  display: none;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: #3A75C4;
}
.job-form__wrapper .job-form__container form #upload-cv-file button:after, .job-form__wrapper .job-form__container form #upload-cv-file button:before {
  content: "";
  width: 60%;
  height: 0.5px;
  background: #ffffff;
  display: block;
  margin: auto;
  transform: rotate(45deg);
}
.job-form__wrapper .job-form__container form #upload-cv-file button:before {
  transform: rotate(-45deg);
  margin-bottom: -0.5px;
}
.job-form__wrapper .job-form__container form .btn-job-form {
  font-family: "Gotham-medium";
  font-size: 16px;
  line-height: 1.2;
  color: #3A75C4;
  padding: 20px 30px;
  background: #ffffff;
  text-transform: uppercase;
  border-radius: 30px;
  margin: 20px auto 0px;
  position: relative;
}
@media (max-width: 991px) {
  .job-form__wrapper .job-form__container form .btn-job-form {
    margin: 40px auto 0px;
  }
}
.job-form__wrapper .job-form__container form .btn-job-form:before {
  content: "";
  position: absolute;
  height: 0;
  left: auto;
  right: 29px;
  bottom: -20px;
  border: 10px solid;
  border-color: #ffffff #ffffff transparent transparent;
}
.job-form__wrapper .checkbox-terms {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
  text-align: center;
}
.job-form__wrapper .checkbox-terms label {
  font-family: "Gotham-book";
  font-size: 14px;
  line-height: 1.21;
  text-transform: none;
  position: relative;
  margin-left: 0;
}
.job-form__wrapper .checkbox-terms label:before {
  content: "";
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}
.job-form__wrapper .checkbox-terms input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.job-form__wrapper .checkbox-terms input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.job-form__wrapper .checkbox-terms a {
  text-decoration: underline;
}
.job-form__wrapper .checkbox-terms .errorMessage {
  margin-left: 0;
}
@keyframes slideInMenu {
  from {
    height: 0vh;
  }
  to {
    height: 100vh;
  }
}
.job-form__wrapper #successMessageJobForm {
  font-family: "Gotham-book";
  font-size: 14px;
}
.job-form__wrapper .errorMessage {
  display: none;
  font-family: "Gotham-medium";
  font-size: 12px;
  color: #EE7013;
  margin-top: 5px;
  margin-left: 8%;
  margin-bottom: 5px;
  width: 100%;
}

.cta-bubble {
  position: relative;
  font-family: "Gotham-medium";
  text-transform: uppercase;
  background: #3A75C4;
  padding: 15px;
  color: #ffffff;
  border-radius: 2em;
  font-size: 12.5px;
}

.cta-bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #3A75C4;
  border-bottom: 0;
  border-right: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}

.job-detail-goback {
  padding: 0 60px 60px 60px;
}
@media (max-width: 991px) {
  .job-detail-goback {
    padding: 0 40px 40px 40px;
  }
}
.job-detail-goback .cta {
  display: flex;
  align-items: center;
}
.job-detail-goback .cta img {
  transform: rotate(180deg);
  width: 30px;
}
.job-detail-goback .cta span {
  font-family: "Gotham-medium";
  font-size: 14px;
  text-transform: uppercase;
  color: #3A75C4;
  margin-left: 20px;
}

.job-detail-description {
  padding: 0 60px 60px 60px;
}
@media (max-width: 991px) {
  .job-detail-description {
    padding: 0 40px 40px 40px;
  }
}
.job-detail-description h1,
.job-detail-description h2 {
  text-transform: uppercase;
}
.job-detail-description h1,
.job-detail-description h2,
.job-detail-description p {
  color: #3A75C4;
}
.job-detail-description h1 {
  font-size: 24px;
  font-family: "Gotham-medium";
}
.job-detail-description h2 {
  font-size: 24px;
  font-family: "Gotham-light";
}
.job-detail-description p {
  margin: 20px 0;
  font-size: 14px;
  line-height: 20px;
  font-family: "Gotham-book";
}
.job-detail-description-tags {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  .job-detail-description-tags {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .job-detail-description-tags :not(:last-child) {
    margin-bottom: 20px;
  }
}
.job-detail-description-tags span {
  text-transform: uppercase;
  font-size: 14px;
  color: #a7bddb;
  font-family: "Gotham-bold";
  margin-right: 20px;
}

.job-detail__wrapper article {
  padding: 0 60px 60px 60px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .job-detail__wrapper article {
    padding: 0 40px 40px 40px;
  }
}
.job-detail__wrapper article h3 {
  font-family: "Gotham-bold";
  font-size: 20px;
  color: #3A75C4;
}
.job-detail__wrapper article h3::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #3A75C4;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .job-detail__wrapper article h3::before {
    width: 60px;
  }
}
.job-detail__wrapper article ul {
  margin-top: 20px;
  margin-left: 120px;
}
@media (max-width: 991px) {
  .job-detail__wrapper article ul {
    margin-left: 80px;
  }
}
.job-detail__wrapper article ul :not(:last-child) {
  margin-bottom: 20px;
}
.job-detail__wrapper article ul li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  font-family: "Gotham-book";
  color: #3A75C4;
  font-size: 14px;
}
.job-detail__wrapper article p {
  margin-top: 20px;
  margin-left: 120px;
  font-family: "Gotham-book";
  color: #3A75C4;
  font-size: 14px;
}
@media (max-width: 991px) {
  .job-detail__wrapper article p {
    margin-left: 80px;
  }
}

.job-detail__wrapper :nth-child(2n) h3::before {
  width: 150px;
}
@media (max-width: 991px) {
  .job-detail__wrapper :nth-child(2n) h3::before {
    width: 60px;
  }
}
.job-detail__wrapper :nth-child(2n) ul,
.job-detail__wrapper :nth-child(2n) p {
  margin-left: 170px;
}
@media (max-width: 991px) {
  .job-detail__wrapper :nth-child(2n) ul,
.job-detail__wrapper :nth-child(2n) p {
    margin-left: 80px;
  }
}

.job-detail-cta {
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-list-description {
  padding: 0 60px 60px 60px;
  color: #3A75C4;
}
@media (max-width: 991px) {
  .job-list-description {
    padding: 0 40px 40px 40px;
  }
}
.job-list-description h1 {
  font-size: 36px;
  font-family: "Gotham-book";
  text-transform: uppercase;
}
.job-list-description p {
  font-size: 14px;
  font-family: "Gotham-book";
  margin-top: 20px;
}

.job-list__wrapper {
  padding: 0 150px;
}
@media (max-width: 991px) {
  .job-list__wrapper {
    padding: 0 40px;
  }
}
.job-list__wrapper .job-list-filter {
  text-transform: uppercase;
  flex-direction: row;
  display: flex;
}
@media (max-width: 991px) {
  .job-list__wrapper .job-list-filter {
    flex-direction: column;
  }
}
.job-list__wrapper .job-list-filter label {
  font-size: 14px;
  color: #a7bddb;
  font-family: "Gotham-medium";
}
.job-list__wrapper .job-list__container .job-list-cell {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .job-list__wrapper .job-list__container .job-list-cell {
    margin-top: 20px;
  }
  .job-list__wrapper .job-list__container .job-list-cell:first-child {
    margin-top: 40px;
  }
}
.job-list__wrapper .job-list__container .job-list-cell-start h2 {
  font-size: 24px;
  font-family: "Gotham-medium";
  color: #3A75C4;
}
.job-list__wrapper .job-list__container .job-list-cell-end .button-circle {
  font-size: 24px;
  line-height: 1.22;
  font-family: "Gotham-book";
  overflow: hidden;
  width: 50px;
  height: 50px;
  opacity: 0;
  border: 1.5px solid #3A75C4;
  color: #3A75C4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
}
@media (max-width: 991px) {
  .job-list__wrapper .job-list__container .job-list-cell-end .button-circle {
    display: none;
  }
}
.job-list__wrapper .job-list__container .job-list-cell-tags {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-family: "Gotham-book";
  color: #a7bddb;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .job-list__wrapper .job-list__container .job-list-cell-tags {
    flex-direction: column;
  }
}
.job-list__wrapper .job-list__container .job-list-cell-tags span {
  margin-right: 10px;
  margin-top: 10px;
}
.job-list__wrapper .job-list-cell__wrapper {
  display: flex;
  border-bottom: 1px solid #3A75C4;
  border-bottom-width: 0px;
  padding-bottom: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .job-list__wrapper .job-list-cell__wrapper {
    border-bottom-width: 1px;
  }
}
.job-list__wrapper .job-list-cell__wrapper:hover {
  border-bottom-width: 1px;
  padding-bottom: 19px;
}
@media (max-width: 991px) {
  .job-list__wrapper .job-list-cell__wrapper:hover {
    padding-bottom: 20px;
  }
}
.job-list__wrapper .job-list-cell__wrapper:hover .job-list-cell-end .button-circle {
  opacity: 1;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: "Gotham-medium";
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  color: #3A75C4;
  font-size: 14px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  content: "";
  display: inline-block;
  height: 0.6em;
  left: 0.15em;
  position: relative;
  top: 0.1em;
  transform: rotate(135deg);
  vertical-align: top;
  width: 0.6em;
  margin-left: 5px;
}

/* Point the arrow upwards when the select box is open (active): */
/* style the items (options), including the selected item: */
.select-selected {
  color: #3A75C4;
  border: 1px solid transparent;
  cursor: pointer;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .select-selected {
    margin-left: 0;
    margin-top: 10px;
  }
}

.select-items div {
  color: #3A75C4;
  padding: 10px;
  font-size: 12px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 5px #c3c3c3;
  top: 20px;
  left: 20px;
  padding: 10px;
  min-width: 150px;
  z-index: 99;
}
@media (max-width: 991px) {
  .select-items {
    top: 30px;
    left: 0px;
  }
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  text-decoration: underline;
  cursor: pointer;
}

.key-number__wrapper {
  background: #3A75C4;
  color: #ffffff;
  padding: 80px 40px;
  text-align: center;
  max-width: 100%;
  height: 300px;
  max-height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .key-number__wrapper {
    height: 200px;
    max-width: 100%;
    padding: 20px 15px;
  }
}
.key-number__wrapper.with-picto {
  max-width: 600px;
  text-align: left;
}
@media (max-width: 991px) {
  .key-number__wrapper.with-picto {
    max-width: 300px;
  }
}
.key-number__wrapper.with-picto .key-number-picto {
  width: 35%;
}
.key-number__wrapper.with-picto .key-number-picto img {
  height: auto !important;
}
.key-number__wrapper.with-picto .key-number-description {
  width: 60%;
}
.key-number__wrapper .key-number-title {
  font-family: "Gotham-medium";
  font-size: 100px;
  font-weight: 500;
  line-height: 0.8;
}
@media (max-width: 991px) {
  .key-number__wrapper .key-number-title {
    font-size: 60px;
  }
}
.key-number__wrapper .key-number-text {
  font-family: "Gotham-book";
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .key-number__wrapper .key-number-text {
    font-size: 13px;
  }
}

.block-key-figures__wrapper .block-key-figures-title {
  color: #3A75C4;
  font-family: "Gotham-medium";
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  padding: 40px 100px 0px;
}
@media (max-width: 991px) {
  .block-key-figures__wrapper .block-key-figures-title {
    font-size: 29px;
    padding: 20px 30px 0px;
  }
}
.block-key-figures__wrapper .key-figures-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 100px;
}
@media (max-width: 991px) {
  .block-key-figures__wrapper .key-figures-list {
    padding: 40px 0px 15px;
  }
}
.block-key-figures__wrapper .key-figures-list .key-figure-item {
  width: 38%;
  padding: 1px;
}
@media (max-width: 991px) {
  .block-key-figures__wrapper .key-figures-list .key-figure-item {
    width: 100%;
  }
}
.block-key-figures__wrapper .key-figures-list .key-figure-item:nth-child(2), .block-key-figures__wrapper .key-figures-list .key-figure-item:nth-child(4) {
  width: 24%;
}
@media (max-width: 991px) {
  .block-key-figures__wrapper .key-figures-list .key-figure-item:nth-child(2), .block-key-figures__wrapper .key-figures-list .key-figure-item:nth-child(4) {
    width: 100%;
  }
}
.block-key-figures__wrapper .key-figures-list .key-figure-item .key-figure__container {
  background: #3A75C4;
}
.block-key-figures__wrapper .key-figures-list .key-figure-item .key-figure__container .key-number__wrapper {
  justify-content: center;
}
@media (max-width: 991px) {
  .block-key-figures__wrapper .key-figures-list .key-figure-item .key-figure__container .key-number__wrapper {
    max-width: 400px;
    margin: auto;
    height: auto;
    min-height: 200px;
    padding: 20px 60px;
  }
}
@media (max-width: 991px) {
  .block-key-figures__wrapper .key-figures-list .key-figure-item .key-figure__container .key-number__wrapper.with-picto {
    max-width: 400px;
    margin: auto;
    padding: 20px 15px;
  }
}
.block-key-figures__wrapper .key-figures-list .key-figure-item .key-figure__container .key-number__wrapper .key-number-title {
  font-size: 60px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .block-key-figures__wrapper .key-figures-list .key-figure-item .key-figure__container .key-number__wrapper .key-number-title {
    font-size: 50px;
  }
}

.block-logos__wrapper {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .block-logos__wrapper {
    margin-bottom: 50px;
  }
}
.block-logos__wrapper .block-logos-title {
  color: #3A75C4;
  font-family: "Gotham-medium";
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  padding: 40px 100px 0px;
}
@media (max-width: 991px) {
  .block-logos__wrapper .block-logos-title {
    font-size: 29px;
    padding: 20px 30px 0px;
  }
}
.block-logos__wrapper .logos-list__container {
  width: 100%;
  height: 100%;
  padding: 40px 100px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .block-logos__wrapper .logos-list__container {
    padding: 40px 30px 15px !important;
  }
}
.block-logos__wrapper .logos-list__container .logo-item {
  width: 22%;
  margin: 20px auto;
}
@media (max-width: 991px) {
  .block-logos__wrapper .logos-list__container .logo-item {
    width: 45%;
  }
}

.block-our-team__wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 100px;
  box-sizing: content-box;
  margin-bottom: 80px;
  max-width: 1170px;
}
@media (max-width: 991px) {
  .block-our-team__wrapper {
    padding: 0 30px;
    margin-bottom: 40px;
  }
}
.block-our-team__wrapper .wysiwyg {
  max-width: 100%;
  padding: 0;
}
.block-our-team__wrapper .wysiwyg h1 {
  margin-left: 0;
}
.block-our-team__wrapper .block-our-team-title {
  color: #3A75C4;
  font-family: "Gotham-light";
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .block-our-team-title {
    font-size: 29px;
    margin-bottom: 30px;
  }
}
.block-our-team__wrapper .block-our-team-title strong {
  font-family: "Gotham-medium";
}
.block-our-team__wrapper .our-team-list__container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-family: "Gotham-medium";
}
@media (max-width: 568px) {
  .block-our-team__wrapper .our-team-list__container {
    justify-content: center;
  }
}
.block-our-team__wrapper .our-team-list__container .member-details-popin {
  transition: height 0.5s ease, opacity 0.5s ease;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .our-team-list__container .member-details-popin {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 99999;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 30px 30px 50px;
  }
  .block-our-team__wrapper .our-team-list__container .member-details-popin::-webkit-scrollbar {
    display: none;
  }
}
.block-our-team__wrapper .our-team-list__container .member-details-popin .team-member-details__container {
  display: block;
  margin-bottom: 110px;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .our-team-list__container .member-details-popin .team-member-details__container {
    margin: 0 auto;
  }
}
.block-our-team__wrapper .our-team-list__container .our-team-list-item {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 50px;
  max-width: 270px;
}
.block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member-details__container {
  display: none;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .our-team-list__container .our-team-list-item {
    width: 31%;
  }
}
@media (max-width: 568px) {
  .block-our-team__wrapper .our-team-list__container .our-team-list-item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
}
.block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .team-member-visual {
  width: 100%;
  position: relative;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .team-member-visual {
    margin-bottom: 19px;
  }
}
.block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .team-member-visual img {
  width: 100%;
  height: auto;
}
.block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .team-member-visual:hover:after {
  opacity: 0.72;
  transition: opacity 0.3s linear;
}
.block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .team-member-visual:hover .read-more {
  transition: opacity 0.3s 0.1s linear;
  opacity: 1;
}
.block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .team-member-visual:after {
  content: "";
  position: absolute;
  transition: opacity 0.2s linear;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #3A75C4;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .team-member-visual:after {
    display: none;
  }
}
.block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .team-member-visual .read-more {
  position: absolute;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.2s linear;
  font-size: 14px;
  line-height: 1.43;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
  padding: 15px;
  width: 80%;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .team-member-visual .read-more {
    display: none;
  }
}
.block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .team-member-name {
  font-size: 20px;
  line-height: 1.2;
  color: #3A75C4;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .team-member-name {
    font-size: 17px;
    line-height: 1.4;
  }
}
.block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .team-member-job {
  font-size: 17px;
  line-height: 1.2;
  color: #3A75C4;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .team-member-job {
    font-size: 15px;
    line-height: 1.4;
  }
}
.block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container p {
  font-size: 16px;
  line-height: 1.38;
  margin-top: 24px;
  font-family: "Gotham-book";
}
@media (max-width: 991px) {
  .block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container p {
    font-size: 14px;
    margin-top: 17px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .read-more-mobile {
  display: none;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .read-more-mobile {
    display: block;
    align-self: flex-end;
    width: 40px;
    height: 40px;
    margin-top: auto;
    border-radius: 50%;
    position: relative;
    border: 2px solid #3A75C4;
  }
  .block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .read-more-mobile:after, .block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .read-more-mobile:before {
    position: absolute;
    content: "";
    display: block;
    width: 40%;
    height: 2px;
    background-color: #3A75C4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .block-our-team__wrapper .our-team-list__container .our-team-list-item .team-member__container .read-more-mobile:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.block-our-team__wrapper .team-member-details__container {
  width: 100%;
  position: relative;
  opacity: 0;
  -webkit-animation: fadeInDetails 0.5s ease-in-out forwards;
          animation: fadeInDetails 0.5s ease-in-out forwards;
}
.block-our-team__wrapper .team-member-details__container .team-member-details__wrapper {
  width: 90%;
  margin: auto;
}
.block-our-team__wrapper .team-member-details__container .team-member-details__wrapper .team-member-details-visual {
  float: left;
  margin-right: 50px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .team-member-details__container .team-member-details__wrapper .team-member-details-visual {
    margin: 0px auto 30px;
    width: 80%;
    float: none;
  }
}
@media (max-width: 991px) {
  .block-our-team__wrapper .team-member-details__container .team-member-details__wrapper .team-member-details-visual img {
    margin: auto;
  }
}
.block-our-team__wrapper .team-member-details__container .team-member-details__wrapper .team-member-details .team-member-name {
  font-family: "Gotham-bold";
  font-size: 35px;
  line-height: 1.2;
  color: #3A75C4;
  margin-bottom: 30px;
}
.block-our-team__wrapper .team-member-details__container .team-member-details__wrapper .team-member-details .team-member-name span {
  font-size: 25px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .team-member-details__container .team-member-details__wrapper .team-member-details .team-member-name {
    font-size: 25px;
    font-family: "Gotham-medium";
  }
  .block-our-team__wrapper .team-member-details__container .team-member-details__wrapper .team-member-details .team-member-name span {
    font-size: 20px;
  }
}
.block-our-team__wrapper .team-member-details__container .team-member-details__wrapper .team-member-details .team-details-list {
  list-style: inside;
  color: #3A75C4;
  margin-bottom: 30px;
}
.block-our-team__wrapper .team-member-details__container .team-member-details__wrapper .team-member-details .team-details-list li {
  font-size: 18px;
  font-family: "Gotham-book";
  font-style: italic;
  line-height: 1;
  margin-bottom: 20px;
  display: flex;
}
.block-our-team__wrapper .team-member-details__container .team-member-details__wrapper .team-member-details .team-details-list li p {
  width: 60%;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .team-member-details__container .team-member-details__wrapper .team-member-details .team-details-list li p {
    width: 50%;
  }
}
.block-our-team__wrapper .team-member-details__container .team-member-details__wrapper .team-member-details .team-details-list li p:first-child {
  width: 40%;
  margin-right: 10px;
}
.block-our-team__wrapper .team-member-details__container .team-member-details__wrapper .team-member-details .team-details-list li p:first-child:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  margin-bottom: 3px;
  border-radius: 50%;
  background-color: #3A75C4;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .team-member-details__container .team-member-details__wrapper .team-member-details .team-details-list li p:first-child {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .block-our-team__wrapper .team-member-details__container .team-member-details__wrapper .team-member-details .team-details-list li {
    font-size: 16px;
    line-height: 1.38;
  }
}
.block-our-team__wrapper .team-member-details__container .team-member-details__wrapper .team-member-details .team-details-list li strong {
  font-family: "Gotham-bold";
}
.block-our-team__wrapper .team-member-details__container p {
  font-family: "Gotham-book";
  font-size: 16px;
  line-height: 1.38;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .team-member-details__container p {
    font-size: 14px;
    line-height: 1.43;
  }
}
.block-our-team__wrapper .team-member-details__container .close-member-details__container {
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.2s linear;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .team-member-details__container .close-member-details__container {
    top: -15px;
    right: -15px;
  }
}
.block-our-team__wrapper .team-member-details__container .close-member-details__container:hover {
  transform: rotate(90deg);
  transition: transform 0.2s linear;
}
.block-our-team__wrapper .team-member-details__container .close-member-details__container .close-member-details {
  width: 35px;
  height: 35px;
  position: relative;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .team-member-details__container .close-member-details__container .close-member-details {
    border: 2px solid #3A75C4;
    border-radius: 50%;
  }
}
.block-our-team__wrapper .team-member-details__container .close-member-details__container .close-member-details:after, .block-our-team__wrapper .team-member-details__container .close-member-details__container .close-member-details:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 4px;
  top: 50%;
  left: 50%;
  background-color: #3A75C4;
  display: block;
}
@media (max-width: 991px) {
  .block-our-team__wrapper .team-member-details__container .close-member-details__container .close-member-details:after, .block-our-team__wrapper .team-member-details__container .close-member-details__container .close-member-details:before {
    width: 30%;
    height: 2px;
  }
}
.block-our-team__wrapper .team-member-details__container .close-member-details__container .close-member-details:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.block-our-team__wrapper .team-member-details__container .close-member-details__container .close-member-details:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@-webkit-keyframes fadeInDetails {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDetails {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main.no-banner {
  margin-top: 140px;
}
@media (max-width: 991px) {
  .main.no-banner {
    margin-top: 100px;
  }
}
.main .block-list__wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 100px;
  box-sizing: content-box;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
}
@media (max-width: 991px) {
  .main .block-list__wrapper {
    padding: 0 30px;
    margin-bottom: 40px;
  }
}
.main .block-list__wrapper.cities-list .news__container {
  margin-bottom: 20px;
}
.main .block-list__wrapper.cities-list .news__container .news-title {
  font-size: 20px;
  height: auto;
  overflow: visible;
}
.main .block-list__wrapper + .footer__wrapper {
  margin-top: 65px;
}
.main .block-list__wrapper .news__container {
  opacity: 0;
  -webkit-animation: fadeIn 0.3s linear forwards;
          animation: fadeIn 0.3s linear forwards;
}
.main .block-list__wrapper .news__container .news-img {
  max-width: 365px;
  height: 255px;
}
@media (max-width: 991px) {
  .main .block-list__wrapper .news__container .news-img {
    height: 185px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main .cta-bubble-blue {
  position: fixed;
  z-index: 10;
  font-family: "Gotham-medium";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12.5px;
  line-height: 1.28;
  right: 40px;
  top: 90vh;
  background-image: url("./assets/img/bubble-cta.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 15px 20px 45px;
  cursor: pointer;
  transition: right 0.2s linear;
}
@media (max-width: 991px) {
  .main .cta-bubble-blue {
    font-size: 11px;
    right: 12px;
    top: 86vh;
  }
}
.main .cta-bubble-blue.disappear {
  right: -200px;
  transition: right 0.2s linear;
  pointer-events: none;
}
.main .btn-load-more {
  font-size: 29px;
  line-height: 1.22;
  font-family: "Gotham-book";
  width: 67px;
  height: 67px;
  color: #3A75C4;
  margin: -100px auto 50px;
  border: 1.5px solid #3A75C4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
}
@media (max-width: 991px) {
  .main .btn-load-more {
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin: 0px auto;
  }
}
