@charset "UTF-8";
@font-face {
  font-family: avenir;
  src: url(../fonts/NotoSans-Regular.ttf);
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/NotoSans-Regular.eot");
  src: url("../fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: avenir;
  font-weight: bold;
  src: url("../fonts/NotoSans-Bold.eot");
  src: url("../fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: avenir;
  font-style: italic;
  src: url("../fonts/NotoSans-Italic.eot");
  src: url("../fonts/NotoSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Italic.woff2") format("woff2"), url("../fonts/NotoSans-Italic.woff") format("woff"), url("../fonts/NotoSans-Italic.ttf") format("truetype");
}

@font-face {
  font-family: avenir;
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/ProximaNova-XboldIt-webfont.eot");
  src: url("../fonts/ProximaNova-XboldIt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-XboldIt-webfont.woff2") format("woff2"), url("../fonts/ProximaNova-XboldIt-webfont.woff") format("woff"), url("../fonts/ProximaNova-XboldIt-webfont.ttf") format("truetype");
}

@font-face {
  font-family: avenir-demi;
  src: url(../fonts/NotoSans-SemiBold.ttf);
  font-weight: normal;
  src: url("../fonts/NotoSans-SemiBold.eot");
  src: url("../fonts/NotoSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-SemiBold.woff2") format("woff2"), url("../fonts/NotoSans-SemiBold.woff") format("woff"), url("../fonts/NotoSans-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: bebas-new;
  src: url(../fonts/NotoSans_Condensed-Regular.ttf);
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.ttf);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons, .simulator__radio:checked + label::before, header > .row.top > .col .language-dropdown .current-language:after, form .form-check .form-check-label.checked:before, .rte-blog ul.ul-icons li:before,
.rte-content ul.ul-icons li:before, .job-detail .container .job-title h1:before, .job-detail .container .job-title .location:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons, .simulator__radio:checked + label::before, header > .row.top > .col .language-dropdown .current-language:after, form .form-check .form-check-label.checked:before, .rte-blog ul.ul-icons li:before,
.rte-content ul.ul-icons li:before, .job-detail .container .job-title h1:before, .job-detail .container .job-title .location:before {
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

.simulator.hero-text {
  margin-top: 0;
  margin-bottom: 250px;
}

.simulator__steps {
  margin-bottom: 20px;
}

.simulator__step {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  color: #003359;
  background: rgba(241, 241, 241, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.simulator__step:not(:last-of-type) {
  margin-right: 100px;
}

.simulator__step:not(:last-of-type)::after {
  content: '';
  transform: translateY(-50%);
  top: 50%;
  left: 42px;
  position: absolute;
  width: 100px;
  height: 6px;
  background: rgba(241, 241, 241, 0.9);
}

.simulator__step.answered::after {
  background-color: #003359;
}

.simulator__step.active, .simulator__step.answered {
  background-color: #003359;
  color: white;
}

.simulator__step-wrap {
  margin-bottom: 20px;
}

.simulator__step-wrap:not(.active) {
  display: none;
}

.simulator__field .js-submit {
  margin-top: 20px;
}

.simulator__field:not(:last-of-type) {
  margin-bottom: 20px;
}

.simulator__radio {
  position: absolute;
  left: -9999px;
}

.simulator__radio + label::before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background: rgba(241, 241, 241, 0.9);
  margin-right: 20px;
}

.simulator__radio:checked + label {
  font-weight: 700;
}

.simulator__radio:checked + label::before {
  content: 'check';
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 2px #003359;
  font-size: 16px;
}

.simulator__title {
  margin-bottom: 20px;
  font-size: 18px;
}

.simulator__title.title-decoration-top {
  white-space: normal;
}

.simulator__copy {
  margin-bottom: 30px;
}

.simulator__register {
  display: none;
}

.simulator__label, .simulator__copy {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

.simulator__image {
  display: block;
  margin: auto;
}

.btn--loading {
  position: relative;
}

.btn--loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  margin-left: -1rem;
  border-radius: 50%;
  border: 0.1rem solid transparent;
  border-top-color: #fff;
  -webkit-animation: spinner 0.6s linear infinite;
          animation: spinner 0.6s linear infinite;
}

@-webkit-keyframes spinner {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  to {
    transform: translate3d(0, 0, 0) rotate(360deg);
  }
}

@keyframes spinner {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  to {
    transform: translate3d(0, 0, 0) rotate(360deg);
  }
}

header {
  margin-bottom: -45px;
  position: relative;
  z-index: 99999;
  min-height: 167px;
  width: 100%;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

header.fixed + * {
  margin-top: 90px;
}

@media (max-width: 769px) {
  header.fixed + * {
    margin-top: 45px;
  }
}

header.fixed > .row:first-child {
  overflow: hidden;
  height: 0;
  transition: all 0.1s;
  pointer-events: none;
}

header > .row:first-child {
  transition: all 0.3s;
  opacity: 1;
  pointer-events: all;
}

header > .row {
  background: #003c68;
  margin: 0;
}

header > .row .logo-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

header > .row .logo-wrapper .logo {
  background-image: url("../../assets/img/logos/logotipo-wse-fundo-azul.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: 999;
  background-size: contain;
}

header > .row.top {
  height: 38px;
}

header > .row.top > .col-8 {
  display: inline-flex;
}

header > .row.top > .col-8 i {
  height: 28px;
  margin: auto 0;
  font-size: 26px;
}

header > .row.top > .col-8 > div {
  margin: 0 5px 0 5px;
}

header > .row.top > .col-8 p {
  display: inline-flex;
  font-size: 14px;
  margin: auto 0;
  height: 16px;
  color: #fff;
  display: block;
}

header > .row.top > .col-8 p.call-us {
  font-weight: 400;
  font-family: avenir-demi;
  margin: 0 0 0 0;
}

header > .row.top > .col-8 p.note {
  font-size: 8px;
  font-weight: 300;
  font-family: avenir-demi;
  margin: 0;
}

header > .row.top > .col-8 span.call-us-number {
  font-weight: 700;
  font-size: 26px;
  height: auto;
}

header > .row.top > .col-8 a.call-us {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  margin: auto 5px;
  height: auto;
}

header > .row.top > .col {
  display: inline-flex;
  margin: auto;
}

header > .row.top > .col .language-dropdown .current-language {
  margin: auto;
  width: 50px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: left;
  cursor: pointer;
}

header > .row.top > .col .language-dropdown .current-language .menu-opened:after {
  content: 'arrow_drop_down';
  font-family: material-icon;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
}

header > .row.top > .col .language-dropdown .current-language:after {
  content: 'arrow_drop_down';
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
}

header > .row.top > .col .language-dropdown ul.languages-menu {
  background: #f12c3e;
  height: auto;
  color: white;
  text-align: left;
  position: absolute;
  list-style: none;
  right: 0;
  padding: 0;
  width: 55px;
  z-index: 999;
  top: 14px;
  padding-left: 3px;
  max-height: 0px;
  transition: all 0.6s;
  display: block !important;
  overflow: hidden;
}

header > .row.top > .col .language-dropdown ul.languages-menu.open {
  display: block !important;
  transition: all 0.6s;
  height: auto;
  max-height: 200px;
}

header > .row.top > .col .language-dropdown ul.languages-menu li a {
  margin: auto;
  color: white;
}

header > .row.center {
  height: 84px;
  box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.1);
}

header > .row.center .text-right {
  margin: auto;
}

header > .row.center .text-right nav {
  padding: 0;
}

header > .row.bottom {
  background-color: transparent;
  transition: all 0.7s;
}

header > .row.bottom.active {
  background-color: #64cfe9;
  transition: all 0.7s;
}

header > .row.top {
  background: #f12c3e;
  height: 38px;
  color: #fff;
}

header > .row.center .logo-wrapper img.logo {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 9999;
  height: auto;
  width: 69%;
  max-width: 100%;
}

header > .row.bottom {
  background: transparent;
  box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.2);
}

header > .row.bottom > .top-effects .logo-bottom-nav-effect {
  background: #003c68;
  border-radius: 0px 0px 18px 18px;
  margin-top: -1px;
  height: 45px;
  box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.2);
}

header > .row.bottom > .top-effects .bottom-nav-effect-right {
  background-image: url("../../assets/img/utils/menu-corner-right.svg");
  background-position: left top;
  background-repeat: no-repeat;
  margin-top: -1px;
  margin-left: -1px;
}

header > .row.bottom > .top-effects .bottom-nav-effect-left {
  background-image: url("../../assets/img/utils/menu-corner-left.svg");
  background-position: right top;
  background-repeat: no-repeat;
  margin-top: -1px;
  margin-right: -1px;
}

header nav {
  padding: 0;
  padding-top: 35px;
  padding-bottom: 35px;
}

header nav > ul {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}

header nav > ul > li {
  padding-left: 10px;
  padding-right: 10px;
  transition: all 1s;
}

header nav > ul > li ul li {
  margin-left: 50px;
  transition: all 1s;
}

header nav > ul > li ul li a.nav-link {
  color: #003359;
}

header nav > ul > li ul li a.nav-link.active {
  color: #003359;
}

header nav > ul > li ul li .open-sub-menu {
  display: none;
}

header nav a.nav-link {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 66.04px;
  text-transform: uppercase;
  letter-spacing: 0.38px;
  letter-spacing: 0.38px;
  /* padding: 10px !important; */
  word-wrap: normal;
  white-space: nowrap;
  display: inline !important;
  padding: 0;
}

header nav a.nav-link:hover, header nav a.nav-link.active {
  border-bottom: 3px solid #f12c3e;
}

header nav .sub-nav {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s;
}

header nav .sub-nav.d-none {
  display: inline-block !important;
  position: absolute;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  margin: auto;
  text-align: center;
  display: inline-block !important;
  top: 100%;
  z-index: 99999;
}

header nav .sub-nav.active, header nav .sub-nav.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s;
  position: absolute;
  width: 100%;
  left: 0;
  margin: auto;
  text-align: center;
  display: inline-block !important;
  top: 100%;
  z-index: 99999;
}

header nav .sub-nav li {
  display: inline-block;
}

@media (max-width: 769px) {
  header {
    min-height: 157px;
    margin-bottom: -59px;
  }
  header nav {
    padding-right: 18px !important;
  }
  header .open-sub-menu {
    display: inline-block;
    width: 20px;
    position: relative;
    height: 20px;
  }
  header .open-sub-menu:before {
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: 'keyboard_arrow_down';
    display: inline;
    position: absolute;
    bottom: -8px;
    left: 0;
    color: #fff;
  }
  header .open-sub-menu.active:before {
    content: 'keyboard_arrow_down';
  }
  header.active, header.open {
    margin-bottom: -60px;
    position: fixed;
    z-index: 99999999999999999;
    height: 120vh;
    display: block;
    width: 100%;
    background: #003c68;
    top: 0;
  }
  header #menu-btn {
    color: #fff;
    display: inline-block !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
  header > .row.center .text-right nav {
    display: none !important;
  }
  header > .row.center .text-right nav.active, header > .row.center .text-right nav.open {
    display: block !important;
    width: 100%;
    position: fixed;
    max-width: 100%;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 200px;
    margin-top: 60px;
  }
  header > .row.center .text-right nav.active ul, header > .row.center .text-right nav.open ul {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
  header > .row.center .text-right nav.active ul li, header > .row.center .text-right nav.open ul li {
    min-height: 28px;
  }
  header > .row.center .text-right nav.active ul li a.nav-link, header > .row.center .text-right nav.open ul li a.nav-link {
    line-height: 30px;
  }
  header > .row.center .text-right nav.active ul li ul.sub-nav, header > .row.center .text-right nav.open ul li ul.sub-nav {
    max-height: 0px;
  }
  header > .row.center .text-right nav.active ul li ul.sub-nav, header > .row.center .text-right nav.open ul li ul.sub-nav {
    text-align: right;
    display: flex !important;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    max-height: 100%;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    opacity: 1;
  }
  header > .row.center .text-right nav.active ul li ul.sub-nav li, header > .row.center .text-right nav.open ul li ul.sub-nav li {
    visibility: visible;
    opacity: 1;
  }
  header > .row.center .text-right nav.active ul li ul.sub-nav li a, header > .row.center .text-right nav.open ul li ul.sub-nav li a {
    color: #63cfe9;
    line-height: 30px;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
  }
  header > .row.center {
    height: 60px;
  }
  header > .row.top > .col-8 i {
    padding-top: 3px;
    font-size: 19px;
  }
  header > .row.top > .col-8 > div {
    margin: 0 3px;
  }
  header > .row.top > .col-8 p.call-us,
  header > .row.top > .col-8 span.call-us-number {
    white-space: nowrap;
  }
  header > .row.top > .col-8 p {
    height: 11px;
  }
  header > .row.top > .col-8 p.call-us {
    height: 12px;
    font-size: 11px;
  }
  header > .row.top > .col-8 span.call-us-number {
    font-size: 19px;
  }
  header > .row.top > .col-8 p.note {
    font-size: 6px;
  }
  header > .row.bottom.active {
    background: transparent;
    pointer-events: none;
  }
}

@media (max-width: 450px) {
  header {
    min-height: 157px;
  }
  header nav {
    padding-right: 0px !important;
  }
}

@media (max-width: 1025px) {
  header .col-1 {
    max-width: 5%;
  }
  header nav a.nav-link {
    font-size: 12px;
  }
}

header.white > .row:not(.bottom) {
  background: white;
}

header.white > .row.top {
  background: #f12c3e;
}

header.white #menu-btn {
  color: #003359;
}

header.white > .row.bottom > .top-effects .logo-bottom-nav-effect {
  background: white;
}

header.white nav a.nav-link {
  color: #003359;
}

header.white > .row.bottom > .top-effects .bottom-nav-effect-right {
  background-image: url(../../assets/img/utils/menu-corner-right-white.svg);
}

header.white > .row.bottom > .top-effects .bottom-nav-effect-left {
  background-image: url(../../assets/img/utils/menu-corner-left-white.svg);
}

header.white .logo-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

header.white .logo-wrapper .logo {
  background-image: url("../../assets/img/logos/logotipo-wse-fundo-branco.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: 999;
  background-size: contain;
}

@media (max-width: 769px) {
  header.white.active, header.white.open {
    background: white;
  }
  header.white.active span.open-sub-menu:before, header.white.open span.open-sub-menu:before {
    color: #003359;
  }
  header.white.active .nav-link, header.white.open .nav-link {
    color: #003359;
  }
}

@media (max-width: 769px) {
  header nav a.nav-link {
    font-size: 16px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  header nav > ul > li ul li {
    margin-left: 10px;
  }
  header > .row.center .text-right {
    margin-left: 0;
    margin-right: 0;
  }
  header nav a.nav-link {
    font-size: 12px;
  }
}

@media (min-width: 769px) and (max-width: 880px) {
  header nav a.nav-link {
    font-size: 10px;
  }
}

.world-logo {
  background: url("../../assets/img/utils/mundo-logo.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 59px;
}

.btn {
  border-radius: 28px;
  max-width: 360px;
  font-size: 18px;
  min-width: 150px;
  transition: background-color 0.5s;
  font-family: avenir-demi;
  display: inline;
  padding: 14px 40px;
  border: none;
  font-weight: 400;
  text-decoration: none !important;
  word-wrap: normal;
  white-space: nowrap;
}

.btn:first-line {
  line-height: 20px;
}

.btn i {
  margin: auto;
  display: flex;
  display: inline-block;
  font-size: 40px;
  line-height: 0px;
  transform: translateY(13px);
}

.btn.btn-primary {
  background-color: #f12c3e;
}

.btn.btn-primary:hover {
  background-color: #003359;
}

.btn.btn-secondary {
  background-color: #003359;
}

.btn.btn-secondary:hover {
  background-color: #f12c3e;
}

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

.btn-white:hover {
  background-color: #003359;
  color: #fff;
}

@media (max-width: 450px) {
  .btn {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

a.link-more {
  transition: color 0.25s;
  transition-timing-function: ease-in-out;
}

a.link-more:hover {
  transition: color 0.25s;
  transition-timing-function: ease-in-out;
  color: #64cfe9;
}

button.link-golden, button.link-gold {
  background: transparent;
  color: #ff8e7e;
  text-decoration: underline;
  border: none;
  font-size: 18px;
}

button.link-golden i.material-icons, button.link-golden header > .row.top > .col .language-dropdown i.current-language:after, header > .row.top > .col .language-dropdown button.link-golden i.current-language:after, button.link-golden form .form-check i.form-check-label.checked:before, form .form-check button.link-golden i.form-check-label.checked:before, button.link-golden .job-detail .container .job-title i.location:before, .job-detail .container .job-title button.link-golden i.location:before, button.link-gold i.material-icons, button.link-gold header > .row.top > .col .language-dropdown i.current-language:after, header > .row.top > .col .language-dropdown button.link-gold i.current-language:after, button.link-gold form .form-check i.form-check-label.checked:before, form .form-check button.link-gold i.form-check-label.checked:before, button.link-gold .job-detail .container .job-title i.location:before, .job-detail .container .job-title button.link-gold i.location:before {
  margin-left: 20px;
}

.hero-slider {
  position: relative;
}

.hero-slider .slider-container {
  padding: 0;
}

.hero-slider button[data-controls="next"], .hero-slider button[data-controls="prev"] {
  display: none !important;
}

.hero-slider .item {
  max-height: 82vh;
  position: relative;
}

@media (max-width: 769px) {
  .hero-slider .item {
    max-height: auto;
  }
}

.hero-slider .item .image-container {
  padding-top: 58% !important;
  background-position: center;
  width: 100% !important;
}

.hero-slider .item .image-container.dark:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #003359;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  display: block;
}

.hero-slider .item .image-container .bg-image {
  position: absolute;
  inset: 0;
}

.hero-slider .item .image-container .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 769px) {
  .hero-slider .item .image-container {
    padding-top: 115% !important;
  }
}

@media (max-width: 450px) {
  .hero-slider .item .image-container {
    padding-top: 86vh !important;
  }
}

@media (max-width: 450px) {
  .hero-slider .item {
    max-height: 85vh;
    overflow: hidden;
  }
}

.hero-slider .item.bubble {
  position: absolute;
  width: 50%;
  z-index: 999;
  left: 10%;
  top: 25%;
  flex-direction: column;
}

.hero-slider .item.bubble .btn {
  margin-left: 20px;
  max-width: 300px;
}

@media (max-width: 450px) {
  .hero-slider .item.bubble .btn {
    margin-left: 20px;
    max-width: 246px;
    margin-top: 20px;
  }
}

@media (max-width: 450px) {
  .hero-slider .item.bubble {
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0%;
    top: 20%;
  }
}

.hero-slider .item.bubble .buble-wrapper {
  background-image: url("../../assets/img/utils/hero-ballon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 40px 20px 60px 40px;
}

@media (max-width: 450px) {
  .hero-slider .item.bubble .buble-wrapper {
    padding: 40px 20px 60px 20px;
  }
}

.hero-slider .item.bubble > div {
  max-width: 100% !important;
}

.hero-slider .item.bubble + div {
  padding: 0;
}

.hero-slider .item .col-md-9 {
  width: 100%;
  display: flex;
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}

.hero-slider .item .content {
  top: 45%;
  transform: translateY(-50%);
  z-index: 999;
  position: absolute;
  left: 10%;
}

.hero-slider .item .content h1 {
  font-family: avenir;
  color: #003359;
  font-size: 52px;
  line-height: 64px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}

.hero-slider .item .content p {
  color: #003359;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 41px;
  margin-top: 21px;
  white-space: nowrap;
}

.hero-slider .chat-box-trigger {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999999999;
}

@media (max-width: 1025px) {
  .hero-slider .item .content {
    width: 100%;
    transform: none;
    z-index: 999;
    position: relative;
    left: 10%;
    margin: 60px 0 -100% 0 !important;
    max-width: 100%;
    flex: 0 0 50%;
  }
}

@media (max-width: 769px) {
  .hero-slider .item .content {
    position: absolute;
    top: 0%;
    width: 85%;
  }
}

@media (max-width: 450px) {
  .hero-slider .item .content h1, .hero-slider .item .buble-wrapper h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .hero-slider .item .content p, .hero-slider .item .buble-wrapper p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.hero-slider-2 {
  background-color: rgba(100, 207, 233, 0.27);
}

.hero-slider-2 .item {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-slider-2 .item > div {
  margin: auto;
  width: 90%;
}

.hero-slider-2 .item > div .image-container .ballon-wrapper {
  padding-top: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../assets/img/utils/ballon_white.png");
  position: relative;
  background-size: 100% 100%;
  width: 90%;
}

.hero-slider-2 .item > div .image-container .ballon-wrapper picture {
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
}

@media (max-width: 769px) {
  .hero-slider-2 .item > div .image-container .ballon-wrapper picture {
    left: 50%;
    max-width: 80%;
  }
}

.hero-slider-2 .item > div .image-container .ballon-wrapper picture img {
  width: 310px;
  height: auto;
}

@media (max-width: 769px) {
  .hero-slider-2 .item > div .image-container .ballon-wrapper picture img {
    width: unset;
    height: unset;
  }
}

@media (max-width: 769px) {
  .hero-slider-2 .item > div .image-container .ballon-wrapper {
    background-image: none;
    border-radius: 30px;
    background-color: #fff;
    width: 100%;
    padding-top: 100%;
  }
}

.hero-slider-2 .item > div .text-container {
  margin: auto;
  padding-left: 20px;
  width: 60% !important;
  align-self: center;
}

.hero-slider-2 .item > div .text-container h1 {
  font-size: 48px;
}

.hero-slider-2 .item > div .text-container .text-colorful {
  width: 84%;
  font-size: 48px;
  margin-bottom: 50px;
}

@media (max-width: 769px) {
  .hero-slider-2 .item > div .text-container {
    width: 100% !important;
  }
  .hero-slider-2 .item > div .text-container h1 {
    font-size: 40px;
  }
  .hero-slider-2 .item > div .text-container .text-colorful {
    width: 100%;
    font-size: 38px;
  }
  .hero-slider-2 .item > div .text-container .btn {
    display: block !important;
  }
}

@media (max-width: 450px) {
  .hero-slider-2 .item > div .link-container {
    width: 100%;
    text-align: center;
  }
  .hero-slider-2 .item > div .link-container a.btn {
    margin-top: 30px;
    display: block !important;
  }
}

.hero-slider-2 .tns-item {
  padding-bottom: 0;
}

.hero-slider-2 .tns-outer .tns-controls button[data-controls="prev"] {
  left: 4%;
}

.hero-slider-2 .tns-outer .tns-controls button[data-controls="next"] {
  right: 4%;
}

.hero-slider-2 .tns-nav {
  display: none;
}

.slider-small-image-text {
  background: #ffc3a4;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 200px;
}

@media (max-width: 769px) {
  .slider-small-image-text {
    overflow: hidden;
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (max-width: 450px) {
  .slider-small-image-text .container-fluid {
    padding: 0;
  }
}

.slider-small-image-text .tns-outer .tns-nav {
  display: none !important;
}

.slider-small-image-text .tns-slider {
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
}

.slider-small-image-text .tns-item {
  opacity: 1;
}

.slider-small-image-text .tns-item.tns-slide-active {
  opacity: 1;
}

.slider-small-image-text .item picture {
  height: 100%;
  border-radius: 50%;
  max-width: 300px;
  max-height: 300px;
  padding: 0;
  margin-right: -90px !important;
}

.slider-small-image-text .item picture img {
  width: 100%;
  height: auto;
}

@media (max-width: 769px) {
  .slider-small-image-text .item picture {
    max-width: 200px;
    max-height: 200px;
    margin: auto !important;
  }
}

.slider-small-image-text .item .content {
  padding-left: 100px;
  padding-right: 0px;
}

@media (max-width: 769px) {
  .slider-small-image-text .item .content {
    padding: 0;
  }
}

@media (max-width: 450px) {
  .slider-small-image-text .item .content {
    padding: 30px !important;
    text-align: center;
  }
}

.slider-small-image-text.over {
  background-color: #64cfe9;
}

.slider-small-image-text.over .tns-ovh, .slider-small-image-text.over .tns-item, .slider-small-image-text.over .tns-outer {
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
}

.slider-small-image-text.over .item {
  padding-left: 100px;
}

.slider-small-image-text.over .item .content {
  margin-right: 0 !important;
  padding-left: 0;
  padding-right: 100px;
}

.slider-small-image-text.over .item picture {
  height: 100%;
  border-radius: 50%;
  max-width: 350px;
  max-height: 350px;
  margin-right: 0 !important;
  position: absolute;
  height: 400px;
  top: -100px;
  overflow-y: visible;
}

@media (max-width: 769px) {
  .slider-small-image-text.over .item {
    padding-left: 0;
  }
  .slider-small-image-text.over .item .content {
    margin: auto !important;
  }
  .slider-small-image-text.over .item picture {
    height: 100%;
    border-radius: 50%;
    max-width: 200px;
    max-height: 200px;
    margin-right: auto !important;
    position: relative;
    height: 200px;
    top: 0;
  }
}

.slider-cards-3 {
  width: 100%;
  margin: auto;
  background-color: rgba(241, 241, 241, 0.6);
  overflow: hidden;
  padding-bottom: 60px;
}

@media (max-width: 450px) {
  .slider-cards-3 .row.more-link {
    margin-top: 30px;
  }
}

.slider-cards-3 .card .card-body {
  min-height: 250px;
}

.slider-cards-3 > .row:first-child {
  margin-bottom: 40px;
  margin-top: 75px;
}

@media (max-width: 450px) {
  .slider-cards-3 > .row:first-child {
    margin-bottom: 10px;
  }
}

.slider-cards-3 > .row > .col {
  padding: 0;
}

.slider-cards-3 .tns-outer .tns-nav {
  bottom: 0;
}

.slider-cards-3 .row {
  margin: auto;
  padding-left: 7%;
  padding-right: 7%;
}

.slider-cards-3 .row .tns-inner {
  width: 85%;
  margin: auto !important;
  overflow: hidden;
  min-height: 600px;
}

.slider-cards-3 .row .tns-inner .tns-item {
  margin-right: 4px;
  background: transparent;
  height: 100%;
  width: auto;
}

@media (max-width: 450px) {
  .slider-cards-3 .row .tns-inner .tns-item {
    padding: 20px;
    margin-right: 0px;
  }
  .slider-cards-3 .row .tns-inner .tns-item.tns-slide-active + .slider-cards-3 .row .tns-inner .tns-item.tns-slide-active {
    opacity: 0 !important;
  }
}

@media (max-width: 450px) {
  .slider-cards-3 .row .tns-inner {
    width: 100%;
    height: 550px;
    min-height: 550px;
  }
}

.slider-cards-3 .card-wrapper-x {
  border-radius: 30px;
  box-shadow: -1px 1px 30px 4px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  min-height: 520px;
  max-height: 900px;
  position: relative;
  background-color: white;
  max-width: 500px;
}

.slider-cards-3 .card-wrapper-x a {
  text-decoration: none;
}

@media (max-width: 450px) {
  .slider-cards-3 .card-wrapper-x {
    min-height: 430px;
    max-height: 430px;
  }
}

.slider-cards-3 .card-wrapper-x .mouseenter {
  display: flex !important;
  position: absolute;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin: auto;
  text-align: center;
  border-radius: 30px;
  pointer-events: none;
  transition: opacity 0.6s;
}

.slider-cards-3 .card-wrapper-x:hover .mouseenter {
  display: flex !important;
  position: absolute;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  margin: auto;
  text-align: center;
  transition: opacity 0.6s;
  pointer-events: none;
}

.slider-cards-3 .card-wrapper-x:hover .mouseenter p, .slider-cards-3 .card-wrapper-x:hover .mouseenter a {
  color: #fff;
  margin: auto;
}

.slider-cards-3 .card-wrapper-x:hover .mouseenter .card-link-wrapper {
  margin-bottom: 0;
}

.slider-cards-3 .card-wrapper-x:hover .mouseenter .card-link-wrapper + p {
  margin-top: 10px;
}

.slider-cards-3 .card-wrapper-x:hover .card-link-wrapper {
  z-index: 0;
}

.slider-cards-3 .card {
  border: none;
}

.slider-cards-3 .card a:hover {
  text-decoration: none;
}

.slider-cards-3 .card h2 {
  color: #64cfe9;
  font-size: 24px;
  font-weight: 700;
}

.slider-cards-3 .card p {
  font-size: 16px;
  font-weight: 400;
  color: #003359;
}

.slider-cards-3 .card p.small {
  font-family: avenir-demi;
  font-weight: 600;
  font-size: 12px;
}

@media (max-width: 450px) {
  .slider-cards-3 .card {
    height: 375px;
  }
  .slider-cards-3 .card h2 {
    font-size: 22px;
  }
  .slider-cards-3 .card p {
    font-size: 11px;
  }
  .slider-cards-3 .card p.small {
    font-family: avenir-demi;
    font-weight: 600;
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .slider-cards-3 .tns-ovh {
    overflow: visible;
  }
  .slider-cards-3 .tns-outer .tns-nav {
    bottom: -40px;
  }
}

.slider-cards-3 .tns-outer {
  overflow: visible;
}

.slider-cards-3 .tns-outer .tns-inner {
  padding-top: 20px;
  padding-bottom: 60px;
  overflow: visible;
}

.slider-cards-3 .tns-outer .tns-inner .tns-item:not(.tns-slide-active) {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.slider-cards-3 .tns-outer .tns-inner .tns-item.tns-slide-active {
  opacity: 1;
  transition: opacity 0.3s;
}

.tns-outer {
  position: relative;
}

.tns-outer button[data-action="stop"], .tns-outer button[data-action="start"] {
  display: none;
}

.tns-outer .tns-nav {
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
}

.tns-outer .tns-nav button[data-controls="prev"] {
  left: 0;
  top: 50%;
}

.tns-outer .tns-nav button[data-controls="next"] {
  right: 0;
  top: 50%;
}

.tns-outer .tns-nav button[data-nav] {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: none;
  background-color: #64cfe9;
  margin: 5px;
}

.tns-outer .tns-nav button[data-nav].tns-nav-active {
  background: #f12c3e;
}

.tns-outer .tns-controls {
  position: absolute;
  width: 100%;
  z-index: 99999;
  top: 50%;
}

.tns-outer .tns-controls button[data-controls="prev"] {
  transform: translateY(-50%);
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  position: absolute;
  left: 0;
}

.tns-outer .tns-controls button[data-controls="prev"]:after {
  content: '';
  display: block;
  background-image: url("../../assets/img/utils/seta-esq.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 25px;
  height: 49px;
}

@media (max-width: 450px) {
  .tns-outer .tns-controls button[data-controls="prev"]:after {
    width: 13px;
    height: 26px;
  }
}

.tns-outer .tns-controls button[data-controls="next"] {
  transform: translateY(-50%);
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  position: absolute;
  right: 0;
}

.tns-outer .tns-controls button[data-controls="next"]:after {
  content: '';
  display: block;
  background-image: url("../../assets/img/utils/seta-dir.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 25px;
  height: 49px;
}

@media (max-width: 450px) {
  .tns-outer .tns-controls button[data-controls="next"]:after {
    width: 13px;
    height: 26px;
  }
}

@media (max-width: 450px) {
  .tns-outer .tns-controls button[data-controls="prev"] {
    left: -10px;
  }
  .tns-outer .tns-controls button[data-controls="next"] {
    right: -10px;
  }
  .timeline .tns-outer .tns-controls button[data-controls="prev"] {
    left: 0px;
  }
  .timeline .tns-outer .tns-controls button[data-controls="next"] {
    right: 0px;
  }
}

.slider-cards-3 .tns-outer .tns-inner {
  max-width: 1060px;
}

form .form-check input {
  border: none;
  width: 0;
}

form .form-check input.error {
  border: none !important;
}

form .form-check input.error:before {
  border: 1px solid #f12c3e;
}

form {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 4%;
  padding-right: 4%;
}

@media (min-width: 576px) {
  form {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  form {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  form {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  form {
    max-width: 1140px;
  }
}

form input[type="file"] {
  display: block;
}

form input[type="number"],
form input[type="date"] {
  background-color: white;
}

form .form-check-label {
  margin-bottom: 0;
  padding-left: 30px;
}

form button[type="submit"] {
  margin-top: 60px;
  margin-bottom: 0px;
  min-width: 150px;
}

form .form-check .form-check-label {
  padding: 0;
}

form .form-check .form-check-label:not(.checked):before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background: rgba(241, 241, 241, 0.9);
  margin-right: 20px;
  margin-bottom: 50px;
  float: left;
}

form .form-check .form-check-label.checked:before {
  content: 'check';
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background: rgba(241, 241, 241, 0.6);
  color: #64cfe9;
  padding-left: 3px;
  margin-right: 20px;
  float: left;
  padding-top: 3px;
}

form .form-check.error {
  border: 1px solid #f12c3e;
  border-radius: 50%;
}

form .form-check.error .form-check-label:before {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background: rgba(241, 241, 241, 0.6);
  margin-right: 20px;
  float: left;
  border: 1px solid red;
}

form .form-check input {
  visibility: hidden;
}

form .form-check input.error {
  border: 1px solid #f12c3e;
  border-radius: 50%;
}

form .form-check input.error + .form-check-label::before {
  border: 1px solid red;
}

form select.form-control {
  background-image: url("../../assets/img/utils/drop_down.png");
  background-color: rgba(241, 241, 241, 0.6);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 13px 9px;
  background-position: 95% center;
}

form input.form-control,
form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px !important;
  background-color: rgba(241, 241, 241, 0.9);
  color: #0082a9;
  font-size: 18px;
  border-radius: 30px;
  line-height: 23px;
  margin: 12px;
  text-indent: 10px;
  border: none;
}

form input.form-control:-ms-input-placeholder,
form select.form-control:-ms-input-placeholder {
  color: #0082a9;
  font-size: 18px;
}

form input.form-control::-moz-placeholder, form select.form-control::-moz-placeholder {
  color: #0082a9;
  font-size: 18px;
}

form input.form-control:-ms-input-placeholder, form select.form-control:-ms-input-placeholder {
  color: #0082a9;
  font-size: 18px;
}

form input.form-control::placeholder,
form select.form-control::placeholder {
  color: #0082a9;
  font-size: 18px;
}

form input.form-control.error,
form select.form-control.error {
  border: 1px solid #f12c3e;
}

form textarea.form-control {
  background: rgba(241, 241, 241, 0.9);
  color: #0082a9;
  font-size: 18px;
  border-radius: 30px;
  line-height: 23px;
  margin: 12px;
  padding-top: 10px;
  border: none;
  text-indent: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}

form textarea.form-control.error {
  border: 1px solid #f12c3e;
}

form textarea.form-control:-ms-input-placeholder {
  color: #0082a9;
  font-size: 18px;
  padding-top: 0px;
}

form textarea.form-control::-moz-placeholder {
  color: #0082a9;
  font-size: 18px;
  padding-top: 0px;
}

form textarea.form-control::placeholder {
  color: #0082a9;
  font-size: 18px;
  padding-top: 0px;
}

.form-contact {
  padding: 7%;
  padding-top: 40px;
}

.form-contact input.form-control:focus,
.form-contact select.form-control:focus,
.form-contact textarea:focus {
  background: rgba(241, 241, 241, 0.6);
}

.form-contact form {
  width: 80%;
}

.form-contact form .form-check-label {
  color: #003359;
  line-height: 11px;
  margin-top: 8px;
}

.form-contact form .form-control {
  color: #0082a9;
}

@media (max-width: 450px) {
  .form-contact form {
    width: 100%;
  }
  .form-contact form > .row {
    margin: 0;
  }
  .form-contact form > .row input.form-control,
  .form-contact form > .row select.form-control,
  .form-contact form > .row textarea {
    margin-left: 0;
  }
}

@media (max-width: 769px) {
  .form-contact.container {
    padding-left: 0;
    padding-right: 0;
  }
  .form-contact form {
    width: 100%;
  }
}

.form-contact input:required, .form-contact select:required {
  position: relative;
}

.form-contact input:required + span, .form-contact select:required + span {
  position: absolute;
  top: 0;
  right: 0;
  color: #003359;
}

.form-contact p.small-text {
  font-size: 12px;
  margin-left: 12px;
}

.icon-list-filtered {
  background-color: #f1f1f1;
  padding: 4%;
}

.icon-list-filtered form select {
  background-image: url("../../assets/img/utils/drop_down_dark.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 13px 9px;
  background-position: 95% center;
  font-family: avenir-demi;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 33%;
  height: 55px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background-color: #ffffff;
  color: #003359;
  text-indent: 20px;
}

@media (max-width: 769px) {
  .icon-list-filtered form select {
    width: 40%;
  }
}

@media (max-width: 450px) {
  .icon-list-filtered form select {
    margin: 0 !important;
    width: 100%;
    margin-bottom: 60px !important;
    margin-top: 40px !important;
  }
}

.icon-list-filtered .list-items {
  padding: 4%;
}

.icon-list-filtered .list-items .circle-container-wrapper {
  position: relative;
}

.icon-list-filtered .list-items picture {
  width: 100%;
  height: auto;
}

.icon-list-filtered .list-items picture img {
  width: 100%;
  height: auto;
}

.icon-list-filtered .list-items .item {
  opacity: 1;
  transition: all 0.6s;
}

.icon-list-filtered .list-items .item.hide {
  opacity: 0;
  max-width: 0 !important;
  transition: all 0.6s;
  margin: 0 !important;
}

.icon-list-filtered .list-items .item.col-lg-2 {
  flex: 0 0 17%;
  max-width: 17%;
  margin: 15px;
}

.icon-list-filtered .list-items .item .circle-container {
  border-radius: 50%;
}

.icon-list-filtered .list-items .item .mouseenter {
  background-color: #0082a9;
  color: #fff;
}

.icon-list-filtered .list-items .item:hover .mouseout {
  display: none;
}

.icon-list-filtered .list-items .item:hover .mouseenter {
  display: inline-flex !important;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-list-filtered .list-items .item:hover .mouseenter p {
  margin: auto;
  font-family: avenir-demi;
  font-size: 18px;
  color: #fff;
}

.icon-list-filtered .list-items .item:hover .mouseenter p:after {
  content: url("../../assets/img/utils/link-logo.png");
  width: 20px;
  display: block;
  margin: auto;
}

@media (max-width: 769px) {
  .icon-list-filtered .list-items .item:hover .mouseenter {
    height: calc(100% - 35px) !important;
    width: calc(100% - 35px) !important;
  }
}

@media (max-width: 450px) {
  .icon-list-filtered .list-items .item:hover .mouseenter {
    height: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 1280px) {
  .icon-list-filtered .list-items .item.col-lg-2 {
    flex: 0 0 21%;
    max-width: 21%;
    padding: 0;
  }
}

@media (max-width: 769px) {
  .icon-list-filtered .list-items .item.col-lg-2 {
    flex: 0 0 33%;
    max-width: 33%;
    margin: 0;
  }
  .icon-list-filtered .list-items .item.col-lg-2 .circle-container-wrapper {
    padding: 19px;
  }
}

@media (max-width: 450px) {
  .icon-list-filtered .list-items .item.col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
  }
  .icon-list-filtered .list-items .item.col-lg-2 .circle-container-wrapper {
    padding: 5px;
  }
}

.form-trial-subscription {
  color: #fff;
  background-color: #003359;
}

.form-trial-subscription > .row {
  height: 100%;
}

.form-trial-subscription .hero-rte {
  padding-top: 7%;
  padding-bottom: 7%;
  padding-right: 4%;
  padding-left: 4%;
}

.form-trial-subscription .hero-rte h1 {
  margin-bottom: 20px;
}

.form-trial-subscription .hero-rte h2 {
  font-size: 20px;
}

.form-trial-subscription .hero-rte p,
.form-trial-subscription .hero-rte h2 {
  width: 85%;
  margin: auto;
  margin-bottom: 20px;
}

.form-trial-subscription .hero-rte p a,
.form-trial-subscription .hero-rte h2 a {
  text-decoration: underline;
}

.form-trial-subscription .hero-rte p {
  font-size: 14px;
}

.form-trial-subscription form {
  padding: 0;
}

.form-trial-subscription form > .row:last-child {
  margin-top: 30px;
}

.form-trial-subscription form .acceptanceFieldTrial {
  margin-top: 0;
  margin-bottom: 0;
}

.form-trial-subscription form .mandatory-fields {
  margin-bottom: 0;
  margin-top: 20px;
  text-align: left;
}

.form-trial-subscription form .form-check {
  margin-top: 20px;
}

.form-trial-subscription form .btn {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  max-width: 100%;
  line-height: 18px;
}

@media (max-width: 450px) {
  .form-trial-subscription form > .row {
    margin: 0;
  }
}

.form-trial-subscription h1,
.form-trial-subscription h1,
.form-trial-subscription h3,
.form-trial-subscription h4,
.form-trial-subscription h5,
.form-trial-subscription p,
.form-trial-subscription ul,
.form-trial-subscription li,
.form-trial-subscription a,
.form-trial-subscription blockquote {
  color: #fff !important;
}

.form-trial-subscription .trial-image {
  position: relative;
  margin: 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 769px) {
  .form-trial-subscription .trial-image {
    padding-top: 100%;
  }
}

.form-trial-subscription .trial-image .bg-image {
  position: absolute;
  inset: 0;
}

.form-trial-subscription .trial-image .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-trial-subscription form#trial-form input.form-control,
.form-trial-subscription form#trial-form select.form-control {
  background-color: #fff;
}

.form-trial-subscription form#trial-form .form-check input:checked:before {
  background: #fff;
}

.form-trial-subscription form#trial-form .form-check input:before {
  background: #fff;
}

.form-trial-subscription label.form-check-label {
  font-size: 10px;
  text-align: left;
}

@media (max-width: 450px) {
  .form-trial-subscription form button[type="submit"] {
    margin-top: 30px !important;
    margin-bottom: 50px !important;
  }
}

.form-trial-subscription .trial-warning {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: calc(100vh - 176px);
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: 100ms ease all;
}

.form-trial-subscription .trial-warning.is-visible {
  display: block;
  opacity: 1;
}

.form-trial-subscription .trial-warning-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: 20px;
  padding: 40px;
  background: #8FE1F5;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  width: 795px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 92%;
}

@media (min-width: 768px) {
  .form-trial-subscription .trial-warning-wrapper {
    height: 380px;
  }
}

.form-trial-subscription .trial-warning-title {
  text-transform: uppercase;
  font-family: avenir;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  color: #003359;
}

.form-trial-subscription .trial-warning-text, .form-trial-subscription .trial-warning-text p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #003359 !important;
}

.form-trial-subscription .trial-warning-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: 20px;
}

@media (min-width: 768px) {
  .form-trial-subscription .trial-warning-buttons {
    flex-flow: row nowrap;
  }
}

.form-trial-subscription .trial-warning .trial-btn {
  background: #FFFFFF;
  border-radius: 28px;
  color: #003359;
  padding: 12px 30px;
  border: none;
  transition: 150ms linear all;
}

.form-trial-subscription .trial-warning .trial-btn--red {
  color: #fff;
  background: #F12C3E;
}

.form-trial-subscription .trial-warning .trial-btn--blue {
  color: #fff;
  background: #003359;
}

.form-trial-subscription .trial-warning .trial-btn:hover {
  text-shadow: 0px 0px 1px;
  text-decoration: underline;
}

.quiz .hero-rte {
  max-width: 65%;
  margin: auto;
  margin-bottom: 40px;
}

@media (max-width: 450px) {
  .quiz .hero-rte {
    max-width: 100%;
  }
}

.quiz .hero-rte h1 {
  margin-bottom: 30px;
}

.quiz .page {
  display: none;
}

.quiz .page.active {
  display: flex;
}

.quiz .page h2 {
  font-size: 30px;
  margin-bottom: 60px;
  font-weight: 700;
}

.quiz .page label {
  font-size: 20px;
}

.quiz .page label.question {
  margin-bottom: 20px;
}

.quiz .page label.form-check-label {
  font-size: 16px;
  font-weight: 500;
}

.quiz .prox-btn {
  display: none !important;
}

.quiz .prox-btn.show {
  display: inline-flex !important;
}

.quiz .question {
  color: #64cfe9;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.quiz .form-check {
  padding-left: 0;
}

.quiz .form-check .form-check-label:not(.checked):before {
  color: #ff8e7e;
  border: 2px solid #ff8e7e;
  width: 20px;
  height: 20px;
  font-size: 16px;
  padding: 0px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
}

.quiz .form-check .form-check-label.checked:before {
  color: #ff8e7e;
  content: 'check';
  border-color: transparent;
  font-size: 20px;
  background: transparent;
  transform: rotateZ(0deg);
  width: 20px;
  height: 20px;
  padding: 0px;
  border-top-color: transparent;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
}

.quiz .form-check .form-check-label.checked:after {
  position: absolute;
  border-radius: 50%;
  left: 0;
  color: #ff8e7e;
  border: 2px solid #ff8e7e;
  content: '';
  border: 2px solid #ff8e7e;
  font-size: 20px;
  background: transparent;
  transform: rotateZ(45deg);
  width: 20px;
  height: 20px;
  padding: 0px;
  border-top-color: transparent;
  top: 0;
}

.quiz .form-check:not(:checked):before {
  color: #ff8e7e;
  border: 2px solid #ff8e7e;
  width: 20px;
  height: 20px;
  font-size: 16px;
  padding: 0px;
}

.quiz .form-check:checked {
  color: #ff8e7e;
  border: 2px solid #ff8e7e;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-top-color: transparent;
  background: rgba(241, 241, 241, 0.6);
  transform: rotateZ(45deg);
}

.quiz .form-check:checked:before {
  color: #ff8e7e;
  font-size: 20px;
  background: transparent;
  transform: rotateZ(-45deg);
  width: 5px;
  height: 19px;
  padding: 0px;
  border-top-color: transparent;
}

.quiz .form-check input {
  margin-top: 0;
  visibility: hidden;
}

.quiz .form-check input:not(:checked):before {
  color: #ff8e7e;
  border: 2px solid #ff8e7e;
  width: 20px;
  height: 20px;
  font-size: 16px;
  padding: 0px;
}

.quiz .form-check input:checked {
  color: #ff8e7e;
  border: 2px solid #ff8e7e;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-top-color: transparent;
  background: rgba(241, 241, 241, 0.6);
  transform: rotateZ(45deg);
}

.quiz .form-check input:checked:before {
  color: #ff8e7e;
  font-size: 20px;
  background: transparent;
  transform: rotateZ(-45deg);
  width: 5px;
  height: 19px;
  padding: 0px;
  border-top-color: transparent;
}

.quiz .form-check label {
  padding-left: 30px;
}

.quiz .form-check label input {
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
}

.quiz .form-check label span {
  margin-left: 30px;
}

.job-form-modal .form-check-label {
  font-size: 12px;
}

.job-form-modal .cvfield.btn {
  background-color: #64cfe9;
  color: #fff;
  max-width: 100%;
  display: block !important;
  margin: auto;
  border-radius: 30px;
  line-height: 39px;
  margin: 12px;
  text-indent: 10px;
  border: none;
}

.job-form-modal form .row > div.col-12:last-child {
  margin-top: 0 !important;
}

.job-form-modal .job-situation-wrapper {
  left: 30px;
}

.job-form-modal .job-situation-wrapper .form-check {
  padding-left: 27px;
  display: inline-flex !important;
  flex-direction: row-reverse;
}

.job-form-modal .job-situation-wrapper .form-check-label {
  display: inline-flex !important;
  flex-direction: row;
}

.job-form-modal .job-situation-wrapper input.form-check-input {
  margin: auto;
}

.job-form-modal .job-situation-wrapper label {
  color: #64cfe9;
  padding-right: 5px;
  padding-left: 24px;
}

.quiz-big.quiz {
  background-color: #fff;
}

.quiz-big.quiz form.quiz {
  background-color: rgba(241, 241, 241, 0.6);
}

.quiz-big.quiz ~ footer {
  margin-bottom: 0px;
}

.progress-bar-container {
  height: 180px;
  position: fixed !important;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999999;
}

.form-check-input {
  cursor: pointer;
}

.form-trial-subscription label.form-check-label {
  line-height: 13px;
}

.map-block {
  position: relative;
  height: 100vh;
  min-height: 900px;
}

@media (max-width: 450px) {
  .map-block:not(.map-size-small) .info-panel {
    position: fixed;
  }
}

.map-block.map-size-small {
  height: 700px;
}

@media (max-width: 450px) {
  .map-block.map-size-small {
    height: 100vh;
  }
}

.map-block .map-element {
  width: 100%;
  height: 100%;
}

.map-block .search-box {
  position: absolute;
  top: 10%;
  left: 5%;
  font-weight: 700;
  color: #003359;
}

.map-block .search-box .suggestion-selector {
  display: none;
}

@media (max-width: 450px) {
  .map-block .search-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 450px) {
  .map-block .search-box {
    max-width: 100%;
    min-width: 100%;
  }
}

.map-block .search-box input {
  color: #003359;
  height: 40px;
  min-width: 300px;
  background-image: url(../../assets/img/utils/search-icon.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 23px 23px;
  position: relative;
  border: none;
  width: 400px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background-color: #ffffff;
  text-indent: 10px;
  padding-right: 28px;
}

@media (max-width: 450px) {
  .map-block .search-box input {
    max-width: 100%;
    min-width: 100%;
    text-indent: 0;
    padding-left: 15px;
  }
}

.map-block .search-box input:-ms-input-placeholder {
  color: #003359;
}

.map-block .search-box input::-moz-placeholder {
  color: #003359;
}

.map-block .search-box input::placeholder {
  color: #003359;
}

.map-block .info-panel {
  overflow: hidden;
  width: 50%;
  height: 100%;
  background-color: #003359;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 999;
  left: 100%;
  top: 0;
  font-size: 18px;
  transition: all 1s;
}

.map-block .info-panel.open {
  transition: all 1s;
  opacity: 1;
  pointer-events: all;
  left: 50%;
}

.map-block .info-panel .info-panel-wrapper {
  display: inline-flex;
  width: 100%;
  height: 100%;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content {
  margin: auto;
  padding: 10%;
  position: relative;
  width: 100%;
  align-self: center;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content .close-btn {
  position: absolute;
  right: 10%;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content .name {
  font-size: 35px;
  color: #fff;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content .location {
  font-size: 28px;
  margin-bottom: 30px;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content .street {
  color: #fff;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content .extras {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 90%;
  max-width: 700px;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content .extras h3 {
  font-size: 14px;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content ul.details {
  list-style: none;
  font-size: 14px;
  padding: 0;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content ul.details li:before {
  color: #64cfe9;
  margin-right: 20px;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content ul.details li * {
  color: #fff;
  text-decoration: none;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content ul.details li.timetable:before {
  content: 'access_time';
  font-family: 'Material Icons';
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

.map-block .info-panel .info-panel-wrapper .info-panel-content ul.details li.phone:before {
  content: 'call';
  font-family: 'Material Icons';
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

.map-block .info-panel .info-panel-wrapper .info-panel-content ul.details li.website:before {
  content: 'public';
  font-family: 'Material Icons';
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

.map-block .info-panel .info-panel-wrapper .info-panel-content ul.details li.email:before {
  content: 'email';
  font-family: 'Material Icons';
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

.map-block .info-panel .info-panel-wrapper .info-panel-content .btn:hover {
  color: #003359;
  background: #fff;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content .team-member {
  position: relative;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content .team-member .team-image {
  width: 100%;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content .team-member .name-tag {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  background-color: rgba(1, 51, 89, 0.6);
  width: 100%;
  z-index: 999;
  right: 0;
  text-align: center;
  padding: 5px;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content .team-member .name-tag .name {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content .team-member .name-tag .job {
  font-size: 12px;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content .gallery-wrapper .gallery-image {
  width: 100%;
}

.map-block .info-panel .info-panel-wrapper .button-container {
  margin-top: 50px;
  margin-bottom: 40px;
}

.map-block .info-panel .info-panel-wrapper .button-container .col {
  display: inline-flex;
}

.map-block .info-panel .info-panel-wrapper .button-container .col .btn {
  margin: auto;
}

@media (max-width: 769px) {
  .map-block .info-panel {
    width: 100%;
  }
  .map-block .info-panel.open {
    left: 0%;
  }
}

.map-block.map-size-small .info-panel {
  overflow-y: auto;
}

.map-block.map-size-small .info-panel .info-panel-wrapper .info-panel-content {
  padding-top: 60px;
  height: 100%;
}

.map-block.map-size-small .info-panel .info-panel-wrapper .info-panel-content .extras {
  width: 80%;
}

.close-btn {
  cursor: pointer;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content {
  padding: 100px;
}

.map-block .info-panel .info-panel-wrapper .info-panel-content .name {
  margin-bottom: 0;
}

@media (max-width: 769px) {
  .map-block.map-size-small .info-panel .info-panel-wrapper .info-panel-content {
    width: 80%;
    padding: 60px;
  }
  .map-block.map-size-small .info-panel .info-panel-wrapper .info-panel-content .extras {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .map-block .info-panel .info-panel-wrapper .info-panel-content .street {
    font-size: 16px;
  }
  .map-block .info-panel .info-panel-wrapper .info-panel-content .name {
    font-size: 25px;
    color: #fff;
  }
  .map-block .info-panel .info-panel-wrapper .info-panel-content .team-member .name-tag {
    width: calc(100% - 20px);
    left: 0;
  }
  .map-block .info-panel .info-panel-wrapper .info-panel-content .location {
    font-size: 20px;
  }
  .map-block.map-size-small .info-panel .info-panel-wrapper .info-panel-content {
    width: 100%;
    padding: 20px;
    padding-right: 10%;
  }
  .map-block.map-size-small .info-panel .info-panel-wrapper .info-panel-content .extras {
    width: 100%;
  }
  .map-block .search-box {
    position: absolute;
    top: 0%;
    left: 0;
    margin: auto;
    width: 100%;
    padding: 10%;
  }
  .map-block:not(.map-size-small) .info-panel {
    z-index: 999999999;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: auto;
  }
  .map-block:not(.map-size-small) .info-panel .info-panel-content .close-btn {
    position: absolute;
    right: 5px;
    top: -25px;
  }
  .map-block:not(.map-size-small) .info-panel .info-panel-wrapper .info-panel-content {
    padding: 0px;
  }
  .map-block:not(.map-size-small) .info-panel .info-panel-wrapper .info-panel-content .name {
    font-size: 25px;
  }
}

p {
  font-size: 18px;
  color: #003359;
  font-weight: 400;
}

@media (max-width: 769px) {
  p {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  p {
    font-size: 14px;
  }
}

h1 {
  font-size: 40px;
  color: #003359;
  font-weight: 700;
}

h2 {
  font-size: 21px;
}

.cards-3-rte-content h2 {
  color: #003359;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.24px;
}

.cards-3-rte-content .span-highlight,
.cards-3-rte-content h4 {
  font-size: 24px;
  font-weight: 700;
}

.cards-3-rte-content h4 {
  margin-bottom: 30px;
}

.card.dark-blue-card .card-header {
  background-color: #003359;
}

.card.blue-card .card-header {
  background-color: #0082a9;
}

.card.light-blue-card .card-header {
  background-color: #64cfe9;
}

.card.salmon-card .card-header {
  background-color: #ff8e7e;
}

.card.yellow-card .card-header {
  background-color: #ffc3a4;
}

.card .card-body {
  padding: 30px;
  font-size: 16px;
  font-weight: 400;
}

.card .card-body h2 {
  font-size: 24px;
  font-weight: 700;
}

.card .card-body h3 {
  font-family: avenir-demi;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 30px;
}

.card .card-body a {
  display: block;
  font-weight: 600;
  font-family: avenir-demi;
}

.rte-hero h1, .image-text-download-link .rte-blog h1, .card-list-icon-title .hero-text .hero-rte h1 {
  font-size: 40px;
  font-weight: 700;
}

.rte-hero p, .image-text-download-link .rte-blog p, .card-list-icon-title .hero-text .hero-rte p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.rte-hero a, .image-text-download-link .rte-blog a, .card-list-icon-title .hero-text .hero-rte a {
  font-weight: 600;
  -webkit-text-decoration: underline #003359;
          text-decoration: underline #003359;
  color: #003359;
}

.rte-hero a:hover, .image-text-download-link .rte-blog a:hover, .card-list-icon-title .hero-text .hero-rte a:hover {
  color: #003359;
}

.rte-hero a.download-link, .image-text-download-link .rte-blog a.download-link, .card-list-icon-title .hero-text .hero-rte a.download-link {
  font-weight: 400;
  text-decoration: none;
  color: #003359;
}

.rte-hero a.download-link:hover, .image-text-download-link .rte-blog a.download-link:hover, .card-list-icon-title .hero-text .hero-rte a.download-link:hover {
  color: #003359;
}

.rte-hero a.link-golden, .image-text-download-link .rte-blog a.link-golden, .card-list-icon-title .hero-text .hero-rte a.link-golden {
  color: #ff8e7e;
  -webkit-text-decoration: #ff8e7e underline;
          text-decoration: #ff8e7e underline;
}

@media (max-width: 450px) {
  .rte-hero h1, .image-text-download-link .rte-blog h1, .card-list-icon-title .hero-text .hero-rte h1 {
    font-size: 32px;
    font-weight: 700;
  }
  .rte-hero img, .image-text-download-link .rte-blog img, .card-list-icon-title .hero-text .hero-rte img {
    max-width: 100%;
  }
  .rte-hero p, .image-text-download-link .rte-blog p, .card-list-icon-title .hero-text .hero-rte p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
}

.image-text-download-link .rte-blog p {
  font-size: 18px;
}

.rte-blog h2,
.rte-content h2 {
  font-size: 16px;
  font-weight: 700;
  color: #64cfe9;
  font-family: avenir-demi;
}

.rte-blog h1,
.rte-content h1 {
  font-size: 40px;
  font-weight: 700;
  color: #64cfe9;
  margin-bottom: 30px;
}

.rte-blog a,
.rte-content a {
  font-weight: 600;
  -webkit-text-decoration: underline #003359;
          text-decoration: underline #003359;
  color: #003359;
}

.rte-blog a:hover,
.rte-content a:hover {
  color: #003359;
}

.rte-blog a.download-link,
.rte-content a.download-link {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: #003359;
}

.rte-blog a.download-link:hover,
.rte-content a.download-link:hover {
  color: #003359;
}

.rte-blog ul,
.rte-content ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rte-blog ul.ul-icons,
.rte-content ul.ul-icons {
  list-style: none;
}

.rte-blog ul.ul-icons li,
.rte-content ul.ul-icons li {
  display: flex;
}

.rte-blog ul.ul-icons li:before,
.rte-content ul.ul-icons li:before {
  color: #ff8e7e;
  margin-right: 30px;
  display: inline-block;
  font-size: 20px;
}

.rte-blog ul.ul-icons li:nth-child(1):before,
.rte-content ul.ul-icons li:nth-child(1):before {
  content: 'mail_outline';
}

.rte-blog ul.ul-icons li:nth-child(2):before,
.rte-content ul.ul-icons li:nth-child(2):before {
  content: 'call';
}

.rte-blog ul.ul-icons li:nth-child(3):before,
.rte-content ul.ul-icons li:nth-child(3):before {
  content: url("../../assets/img/utils/home-ico.svg");
}

.rte-blog ul.ul-orange,
.rte-content ul.ul-orange {
  font-size: large;
}

.rte-blog ul.ul-orange li,
.rte-content ul.ul-orange li {
  list-style: none;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  line-height: 26px;
}

.rte-blog ul.ul-orange li::first-line,
.rte-content ul.ul-orange li::first-line {
  color: #ff8e7e;
  font-size: 16px;
  font-family: avenir-demi;
}

.rte-blog ul.ul-orange li::before,
.rte-content ul.ul-orange li::before {
  content: "• ";
  color: #ff8e7e;
  margin-left: -16px;
}

.rte-blog p,
.rte-content p {
  font-size: medium;
  line-height: 26px;
}

.rte-blog p,
.rte-content p {
  font-size: 16px;
  font-weight: 400;
  color: #003359;
}

.rte-blog p span.span-orange,
.rte-content p span.span-orange {
  color: #ff8e7e;
  font-weight: 600;
}

.rte-blog p span.span-darkblue,
.rte-content p span.span-darkblue {
  color: #003359;
  font-weight: 600;
}

.rte-blog blockquote p,
.rte-content blockquote p {
  font-size: 30px;
  color: #64cfe9;
  font-style: italic;
  font-weight: bold;
  line-height: 36px;
}

.rte-blog .full-image,
.rte-content .full-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 140%;
  padding-top: 38vh;
  border-radius: 30px;
  margin-left: -20%;
  overflow: hidden;
}

.rte-blog .full-image picture,
.rte-content .full-image picture {
  position: absolute;
  inset: 0;
}

.rte-blog .full-image picture img,
.rte-content .full-image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 769px) {
  .rte-blog .full-image,
  .rte-content .full-image {
    width: 120%;
    padding-top: 38vh;
    border-radius: 30px;
    margin-left: -10%;
  }
}

@media (max-width: 450px) {
  .rte-blog .full-image,
  .rte-content .full-image {
    width: 100%;
    padding-top: 28vh;
    border-radius: 30px;
    margin-left: 0%;
  }
}

.rte-wrapper + .rte-wrapper {
  padding-top: 0;
  margin-top: -10%;
}

.text-image-rte {
  display: flex;
  width: 120%;
  border-radius: 30px;
  margin-left: -20%;
}

.text-image-rte .side-image {
  padding: 50px;
}

.text-image-rte .side-image .image {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  display: block;
  /* 1:1 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
}

.text-image-rte .side-image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.text-image-rte .side-content {
  display: flex;
  flex-direction: column;
  height: 1;
  margin: auto;
}

@media (max-width: 769px) {
  .text-image-rte {
    width: 130%;
  }
}

@media (max-width: 450px) {
  .text-image-rte {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
  }
  .text-image-rte .side-image {
    padding: 20px;
  }
}

.rte-blog blockquote {
  margin-top: 75px;
  margin-left: 75px;
  margin-bottom: 75px;
  margin-right: -75px;
}

@media (max-width: 450px) {
  .rte-blog blockquote {
    margin-top: 40px;
    margin-left: 0px;
    margin-bottom: 40px;
    margin-right: 0px;
  }
}

.rte-blog blockquote p {
  font-size: 30px;
  color: #64cfe9;
  font-style: italic;
  font-weight: bold;
  line-height: 36px;
}

.hapi, .card-large-list .card,
.card-list-colorful .card,
.cards-3 .card,
.card-list-icon-title .col-sm-4,
.title-text-chart .charts-container .chart .chart-cell,
.card-list-text-small .card,
.form-contact .col,
.form-contact .col-12,
.job-detail .container .job-offer ul.conditions li,
.rte-blog blockquote,
.card-list .col-lg-4,
.post-list .card,
.tag-list .badge,
.title-items-4-link .col-md-3,
.title-items-3-link .col-sm-4 {
  transform-origin: 50% 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 1s;
}

.hapi.complete, .card-large-list .complete.card,
.card-list-colorful .complete.card,
.cards-3 .complete.card,
.card-list-icon-title .complete.col-sm-4,
.title-text-chart .charts-container .chart .complete.chart-cell,
.card-list-text-small .complete.card,
.form-contact .complete.col,
.form-contact .complete.col-12,
.job-detail .container .job-offer ul.conditions li.complete,
.rte-blog blockquote.complete,
.card-list .complete.col-lg-4,
.post-list .complete.card,
.tag-list .complete.badge,
.title-items-4-link .complete.col-md-3,
.title-items-3-link .complete.col-sm-4 {
  transform: scale(1);
  opacity: 1;
  transition: all 1s;
}

.animatedSlider {
  opacity: 1;
}

.chronology .timeline ul.events li,
.chronology .timeline ul.events li.tns-slide-active .year {
  transition: all cubic-bezier(0.4, 0.95, 0.5, 1.5) 0.8s !important;
}

.job-form-modal,
.result-modal {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}

.job-form-modal.show,
.result-modal.show {
  transform: scaleY(0.01) scaleX(0);
  -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.job-form-modal.show .container,
.job-form-modal.show .result-wrapper,
.result-modal.show .container,
.result-modal.show .result-wrapper {
  transform: scale(0);
  -webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.job-form-modal.show.out,
.result-modal.show.out {
  transform: scale(1);
  -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.job-form-modal.show.out .container,
.job-form-modal.show.out .result-wrapper,
.result-modal.show.out .container,
.result-modal.show.out .result-wrapper {
  -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@-webkit-keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}

@-webkit-keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

#markerLayer .pulse {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 36px 0px 0px -7px;
  transform: rotateX(55deg);
  z-index: -2;
}

#markerLayer .pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
          animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
  box-shadow: 0 0 1px 2px #89849b;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

#markerLayer > div img {
  overflow: visible;
  width: 23px !important;
  height: 43px !important;
}

html,
body {
  font-family: avenir;
  color: #003359;
  max-width: 100%;
  overflow-x: hidden;
}

html.no-scroll,
body.no-scroll {
  overflow-y: hidden;
  position: fixed;
  width: 100%;
  height: auto;
}

body {
  overflow: hidden;
}

picture {
  display: block;
}

.chronology {
  padding-top: 50px;
  margin-bottom: 60px;
}

.chronology .bottom-nav-prev-next {
  width: 100%;
  margin-bottom: 40px !important;
}

.chronology .title h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.chronology .tns-nav {
  display: none;
}

.chronology .row {
  margin: 0;
}

.chronology .col-12 {
  padding: 0;
}

.chronology .timeline > .col-12 {
  max-height: 220px;
}

@media (max-width: 450px) {
  .chronology .timeline > .col-12 {
    max-height: 600px;
  }
}

.chronology .timeline .bottom-nav-prev-next {
  padding-left: 8%;
  padding-right: 8%;
}

.chronology .timeline ul.events {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 300px;
  padding: 0;
}

.chronology .timeline ul.events li {
  list-style: none;
  text-align: right;
  width: 20%;
  display: inline-block;
  position: relative;
  transition: all 1s;
  min-width: 200px;
}

.chronology .timeline ul.events li .year {
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
  line-height: 100px;
  width: 100px;
  font-size: 30px;
  font-weight: 700;
  color: #003359;
  display: block;
  float: right;
  transition: all 1s;
}

.chronology .timeline ul.events li p {
  max-width: 0;
  overflow: hidden;
  transform: max-width 1s;
  float: right;
  margin-top: 10px;
  transition: opacity 1s;
  opacity: 0;
}

.chronology .timeline ul.events li.tns-slide-active {
  text-align: right;
}

.chronology .timeline ul.events li.tns-slide-active .year {
  border-radius: 50%;
  background-color: #64cfe9;
  text-align: center;
  line-height: 100px;
  width: 100px;
  font-size: 30px;
  font-weight: 700;
  color: #fff !important;
  float: right;
  transition: all 1s;
}

.chronology .timeline ul.events li.tns-slide-active p {
  max-width: 200%;
  overflow: visible;
  float: right;
  width: 200%;
  margin-top: 10px;
  opacity: 1;
  transition: opacity 1s;
}

@media (max-width: 450px) {
  .chronology .bottom-nav-prev-next {
    display: none;
  }
  .chronology .timeline ul.events li {
    list-style: none;
    text-align: right;
    width: 100%;
    left: 0%;
  }
  .chronology .timeline ul.events li.tns-slide-active {
    text-align: right;
    width: 100%;
  }
  .chronology .timeline ul.events li.tns-slide-active .year {
    border-radius: 50%;
    background-color: #64cfe9;
    text-align: center;
    line-height: 100px;
    width: 100px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    float: none;
    margin: auto;
  }
  .chronology .timeline ul.events li.tns-slide-active p {
    max-width: 100%;
    overflow: visible;
    float: none;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    margin-top: 20px;
    margin: auto;
    width: 75%;
  }
}

@media (max-width: 450px) {
  .world-map {
    padding: 5px;
    box-sizing: border-box;
  }
}

.title-text-chart {
  padding-bottom: 70px;
  padding-top: 70px;
}

@media (max-width: 450px) {
  .title-text-chart {
    padding-bottom: 30px;
  }
}

.title-text-chart .title-decoration-top:before {
  margin: auto;
}

.title-text-chart .charts-container > *:first-child {
  padding-right: 30px;
  border-right: 3px solid #f1f1f1;
}

@media (max-width: 769px) {
  .title-text-chart .charts-container > *:first-child {
    border-right: none;
  }
}

.title-text-chart .charts-container > *:last-child {
  padding-left: 30px;
}

@media (max-width: 769px) {
  .title-text-chart .charts-container {
    margin: 0;
  }
  .title-text-chart .charts-container > *:first-child {
    border: none;
  }
  .title-text-chart .charts-container > *:first-child:after {
    content: '';
    width: 85%;
    border-bottom: 3px solid #f1f1f1;
    margin-bottom: 60px;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 60px;
  }
}

@media (max-width: 450px) {
  .title-text-chart .charts-container {
    margin: 0;
  }
  .title-text-chart .charts-container > *:first-child {
    padding-right: 15px;
    padding-left: 15px;
    border: none;
  }
  .title-text-chart .charts-container > *:first-child:after {
    content: '';
    width: 85%;
    border-bottom: 3px solid #f1f1f1;
    margin-bottom: 50px;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 50px;
  }
  .title-text-chart .charts-container > *:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.title-text-chart .charts-container .chart {
  color: #fff;
}

@media (max-width: 769px) {
  .title-text-chart .charts-container .chart {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.title-text-chart .charts-container .chart .row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.title-text-chart .charts-container .chart .chart-cell {
  padding: 7px;
  font-family: avenir-demi;
}

.title-text-chart .charts-container .chart .chart-cell h2 {
  font-size: 16px;
  font-weight: 400px;
  margin: auto;
}

.title-text-chart .charts-container .chart .chart-cell p {
  font-size: 15px;
  font-family: avenir;
  line-height: 16px;
  margin: auto;
  color: #fff;
}

.title-text-chart .charts-container .chart .chart-cell p:not(:only-of-type) {
  padding-bottom: 10px;
}

.title-text-chart .charts-container .chart .chart-cell.point-up:before {
  /*  our pseudo-element */
  content: "";
  /* required */
  position: absolute;
  /* takes the 'cap' out off flow */
  top: -9px;
  /* stick it to top edge of the sign */
  left: 50%;
  /* push it way overto the right*/
  height: 0;
  /* we're doing this with borders remember */
  width: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #f12c3e;
  /* same as bg of our rectangle */
  /* now we make some of theborders disappear*/
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: translateX(-50%);
}

.title-text-chart .charts-container .chart .level-1 > * {
  padding: 5px;
}

.title-text-chart .charts-container .chart .level-1 > * .chart-cell {
  height: 100%;
  background-color: #003359;
  border-radius: 20px;
}

.title-text-chart .charts-container .chart .level-1 > * .chart-cell p {
  color: #fff;
  margin: auto;
  font-family: avenir-light;
  font-size: 13px;
  font-weight: 100;
}

.title-text-chart .charts-container .chart .level-2 .point-up:before {
  /*  our pseudo-element */
  content: "";
  /* required */
  position: absolute;
  /* takes the 'cap' out off flow */
  top: -4px;
  /* stick it to top edge of the sign */
  left: 50%;
  /* push it way overto the right*/
  height: 0;
  /* we're doing this with borders remember */
  width: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #0082a9;
  /* same as bg of our rectangle */
  /* now we make some of theborders disappear*/
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: translateX(-50%);
}

.title-text-chart .charts-container .chart .level-2 > * {
  padding: 5px;
}

.title-text-chart .charts-container .chart .level-2 > * .chart-cell {
  height: 100%;
  background-color: #0082a9;
  border-radius: 20px;
}

.title-text-chart .charts-container .chart .level-3 > * {
  padding: 5px;
}

.title-text-chart .charts-container .chart .level-3 > * .chart-cell {
  background-color: #f12c3e;
  border-radius: 20px;
}

.title-text-chart .charts-container .chart .level-3 > * .chart-cell p {
  font-size: 16px;
}

.title-text-chart .charts-container .chart .level-3 > * .chart-cell.level-4 {
  background-color: #f1f1f1;
  margin-top: 20px;
  max-height: auto;
  position: relative;
  transition: all 0.8s;
}

.title-text-chart .charts-container .chart .level-3 > * .chart-cell.level-4 p {
  margin: auto;
  color: #003359;
  font-size: 14px;
}

.title-text-chart .charts-container .chart .level-3 > * .chart-cell.level-4.point-up:before {
  border-color: #f1f1f1 !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-width: 7px;
  top: -12px;
}

@media (max-width: 450px) {
  .title-text-chart .charts-container .chart .level-3 > * .chart-cell.level-4 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-text-chart .charts-container .chart .level-3 > * .chart-cell.level-4.open {
    max-height: 500px;
    opacity: 1;
    transition: all 0.8s;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .title-text-chart .charts-container .chart .level-3 {
    position: relative;
  }
  .title-text-chart .charts-container .chart .level-3:not(:last-child):after {
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: 'keyboard_arrow_down';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
  }
}

.title-text-chart .charts-container .chart .level-4 > * {
  padding: 5px;
}

.title-text-chart .charts-container .chart .level-4 > * .chart-cell {
  color: #003359;
  border-radius: 20px;
}

.title-items-4-link {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../assets/img/blue_bg.png");
  padding: 75px;
  padding-bottom: 125px;
}

.title-items-4-link .title {
  width: 50%;
  margin: auto;
}

.title-items-4-link .title h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 36px;
}

.title-items-4-link .title h2 {
  font-size: 22px;
  font-weight: 700;
  color: #003359;
}

@media (max-width: 769px) {
  .title-items-4-link .title {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .title-items-4-link .title {
    margin: 0;
    width: 100%;
  }
  .title-items-4-link .title h1 {
    font-size: 26px;
    line-height: 28px;
  }
  .title-items-4-link .title h2 {
    font-size: 17px;
  }
}

.title-items-4-link .title-items {
  margin: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .title-items-4-link .title-items {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .title-items-4-link .title-items {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .title-items-4-link .title-items {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .title-items-4-link .title-items {
    max-width: 1140px;
  }
}

.title-items-4-link .title-items > div {
  padding: 40px;
}

.title-items-4-link .title-items picture {
  max-width: 180px;
  margin-inline: auto;
}

.title-items-4-link .title-items picture img {
  width: 100%;
  height: auto;
}

@media (max-width: 450px) {
  .title-items-4-link .title-items picture {
    width: 160px;
  }
}

.title-items-4-link .title-items p {
  color: #003359;
  font-size: 19px;
  font-weight: 400;
  font-family: avenir-demi;
  margin-top: 15px;
}

@media (max-width: 450px) {
  .title-items-4-link .title-items p {
    font-size: 14px;
  }
}

@media (max-width: 1025px) {
  .title-items-4-link .title-items > div {
    padding: 20px;
  }
}

@media (max-width: 769px) {
  .title-items-4-link .title-items {
    margin-bottom: 30px;
  }
}

@media (max-width: 450px) {
  .title-items-4-link .title-items {
    margin-bottom: 30px;
  }
  .title-items-4-link .title-items > div {
    padding-top: 0;
    padding-bottom: 0px;
  }
}

@media (max-width: 450px) {
  .title-items-4-link {
    padding: 20px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .title-items-4-link .title {
    padding-bottom: 60px;
  }
  .title-items-4-link .title .col {
    padding-left: 0;
    padding-right: 0;
  }
}

.image-title-link-full > .row {
  margin: 0;
}

.image-title-link-full picture img {
  width: 100%;
  height: auto;
}

.image-title-link-full .text-container {
  display: inline-flex;
  margin: auto;
  align-self: center;
}

.image-title-link-full .text-container .decorated-top {
  width: 70%;
  max-width: 350px;
  margin-top: 30px;
}

@media (max-width: 769px) {
  .image-title-link-full .text-container .decorated-top {
    width: 100%;
  }
}

.image-title-link-full .text-container .decorated-top:before {
  content: '';
  background-color: #64cfe9;
  width: 100%;
  height: 9px;
  margin: auto;
  margin-bottom: 16px;
  display: block;
}

.image-title-link-full .text-container .decorated-top .title-top {
  text-transform: uppercase;
  font-size: 70px;
  font-family: bebas-new;
  letter-spacing: -4px;
}

@media (max-width: 450px) {
  .image-title-link-full .text-container .decorated-top .title-top {
    font-size: 46px;
  }
}

.image-title-link-full .text-container .decorated-top .title-highlight {
  font-size: 144px;
  font-family: bebas-new;
  margin-top: -46px;
  text-transform: uppercase;
  letter-spacing: -7px;
}

@media (max-width: 450px) {
  .image-title-link-full .text-container .decorated-top .title-highlight {
    margin-top: -26px;
    font-size: 91px;
  }
}

.image-title-link-full .text-container .decorated-top p {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 50px;
}

@media (max-width: 450px) {
  .image-title-link-full .text-container .decorated-top p {
    font-size: 14px;
  }
}

.image-title-link-full .text-container .decorated-top a.btn {
  width: 100%;
  /* margin: auto; */
}

@media (max-width: 1025px) {
  .image-title-link-full {
    height: 730px;
    margin: auto;
    display: inline-flex;
  }
  .image-title-link-full .image-container {
    margin: auto;
    margin-bottom: 0;
  }
  .image-title-link-full .text-container {
    margin-left: -30px !important;
  }
}

@media (max-width: 769px) {
  .image-title-link-full .image-container {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .image-title-link-full .image-container img {
    max-width: 150% !important;
  }
}

@media (max-width: 450px) {
  .image-title-link-full {
    padding-top: 60px;
  }
  .image-title-link-full .image-container {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .image-title-link-full .image-container img {
    max-width: 100% !important;
  }
  .image-title-link-full .text-container {
    width: 80%;
    margin: auto !important;
  }
  .image-title-link-full .text-container .title-highlight {
    margin-bottom: 30px;
  }
  .image-title-link-full .title-highlight {
    font-size: 91px;
    font-family: bebas-new;
    margin-top: -46px;
    text-transform: uppercase;
    letter-spacing: -7px;
  }
}

@media (max-width: 450px) and (max-width: 450px) {
  .image-title-link-full .title-highlight {
    margin-top: -26px;
    font-size: 91px;
  }
}

.text-bubble-image {
  position: relative;
  display: block;
  width: 90%;
  margin: auto;
  margin-bottom: 60px;
}

@media (max-width: 769px) {
  .text-bubble-image {
    width: 90%;
  }
}

@media (max-width: 450px) {
  .text-bubble-image {
    width: 100%;
  }
}

.text-bubble-image .background-image-container {
  position: relative;
  width: 100%;
  height: 580px;
  border-radius: 30px;
  overflow: hidden;
}

.text-bubble-image .background-image-container .bg-image {
  position: absolute;
  inset: 0;
}

.text-bubble-image .background-image-container .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 769px) {
  .text-bubble-image .background-image-container {
    width: 90%;
    margin: auto;
  }
}

.text-bubble-image .bubble-content {
  height: 110%;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 100px 200px 100px 100px;
  width: 60%;
  background-image: url(../../assets/img/utils/ballon-1.png);
  top: -81px;
  left: -81px;
  z-index: 1;
}

@media (max-width: 769px) {
  .text-bubble-image .bubble-content p {
    padding-bottom: 0 !important;
  }
  .text-bubble-image .bubble-content {
    padding: 75px 150px 100px 75px;
    top: -81px;
    left: -5%;
    width: 80%;
    height: 100%;
  }
}

.text-bubble-image .bubble-content h2 {
  font-size: 36px;
  color: white;
  font-weight: 700;
}

@media (max-width: 450px) {
  .text-bubble-image .bubble-content h2 {
    font-size: 26px;
  }
}

.text-bubble-image .bubble-content p {
  color: white;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 42px;
}

@media (max-width: 450px) {
  .text-bubble-image .bubble-content p {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .text-bubble-image .bubble-content {
    position: relative;
    background-image: url(../../assets/img/utils/ballon-3.svg);
    top: -50%;
    left: 0;
    width: 100%;
    padding: 100px 70px 170px 40px;
    overflow: hidden;
    height: 680px;
    margin-bottom: -86%;
  }
  .text-bubble-image .bubble-content p {
    padding-bottom: 0;
  }
}

.title-items-3-link {
  padding: 4%;
  padding-top: 70px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../assets/img/utils/bg-certificados.png");
}

.title-items-3-link .row:first-child {
  margin-bottom: 30px;
}

.title-items-3-link h1 {
  font-size: 48px;
  font-weight: 700;
  color: #003359;
}

@media (max-width: 450px) {
  .title-items-3-link h1 {
    font-size: 36px;
  }
}

.title-items-3-link p {
  color: #003359;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 42px;
  font-weight: 500;
}

.title-items-3-link picture {
  max-width: 270px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 450px) {
  .title-items-3-link picture {
    max-width: 200px;
  }
}

.title-items-3-link > .row.text-center {
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 1025px) {
  .title-items-3-link > .row.text-center {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.title-items-3-link > .row.text-center div.col-12.col-sm-4 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 450px) {
  .title-items-3-link > .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.button-centered a.btn {
  margin-top: 30px;
  margin-bottom: 30px;
}

span.small-text {
  font-size: 12px;
}

.hero-text,
.button-centered {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  padding: 4%;
  padding-bottom: 5%;
  padding-top: 75px;
  color: #003359;
}

@media (min-width: 576px) {
  .hero-text,
  .button-centered {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .hero-text,
  .button-centered {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .hero-text,
  .button-centered {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .hero-text,
  .button-centered {
    max-width: 1140px;
  }
}

.hero-text .content,
.button-centered .content {
  margin-top: 30px;
}

@media (max-width: 450px) {
  .hero-text .content,
  .button-centered .content {
    margin-top: 10px;
  }
}

.hero-text .title-decoration-top:before,
.button-centered .title-decoration-top:before {
  margin: auto;
  margin-bottom: 16px;
}

.button-centered {
  padding-top: 2%;
}

@media (max-width: 450px) {
  .button-centered {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}

/* dragons from now on */
header + .hero-text {
  margin-top: 5%;
  padding-bottom: 2%;
}

@media (max-width: 450px) {
  header + .hero-text {
    margin-top: 5%;
  }
}

.card-large-list + .button-centered {
  background-color: rgba(241, 241, 241, 0.6);
  max-width: 100%;
}

.card-large-list + .button-centered > .row {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .card-large-list + .button-centered > .row {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .card-large-list + .button-centered > .row {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .card-large-list + .button-centered > .row {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .card-large-list + .button-centered > .row {
    max-width: 1140px;
  }
}

@media (max-width: 450px) {
  .card-large-list + .button-centered {
    padding-bottom: 70px;
  }
}

.banner-wide-small + .hero-text {
  padding-bottom: 0;
  padding-top: 75px;
}

.card-large-list {
  background-color: rgba(241, 241, 241, 0.6);
  width: 100%;
  max-width: 100%;
  padding: 7%;
  padding-bottom: 3%;
  padding-top: 3%;
}

.card-large-list .card {
  border: none;
  background: transparent;
  padding: 20px;
  margin: 0px;
}

.card-large-list .card-body {
  background-color: white;
  padding: 50px;
  border-radius: 30px;
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.card-large-list .card-body h2.card-title {
  font-size: 40px;
  max-width: 70%;
  margin: auto;
}

.card-large-list .card-body picture {
  max-width: 60%;
  margin-top: 38px;
  margin-bottom: 28px;
  margin-inline: auto;
  width: auto;
  border-radius: 0;
}

.card-large-list .card-body picture img {
  width: 100%;
  height: auto;
}

.card-large-list .card-body p {
  font-size: 16px;
  color: #003359;
  font-weight: 400;
  margin-top: 16px;
}

.card-large-list > .card-columns {
  -moz-column-gap: 0px;
       column-gap: 0px;
  -moz-column-count: 2;
       column-count: 2;
}

@media (max-width: 450px) {
  .card-large-list > .card-columns {
    -moz-column-gap: 33px;
         column-gap: 33px;
    -moz-column-count: 1;
         column-count: 1;
  }
}

@media (max-width: 769px) {
  .card-large-list .card-body {
    padding: 20px;
  }
  .card-large-list .card-body h2.card-title {
    font-size: 25px;
    max-width: 100%;
    margin: auto;
    line-height: 36px;
  }
  .card-large-list .card-body p {
    font-size: 14px;
  }
}

.card-list {
  padding-top: 40px;
}

.card-list .link-more {
  transition: all 0.7s;
}

.card-list .hover {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: #0082a9;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s;
}

.card-list .hover:hover {
  opacity: 0.8;
  transition: opacity 0.6s;
}

.card-list .hover .hover-content {
  text-align: center;
  display: block;
  margin: auto;
  color: white;
}

.card-list .hover .hover-content p {
  display: block;
  color: white !important;
}

.card-list,
.slider-card-3 {
  background-color: rgba(241, 241, 241, 0.6);
  padding-bottom: 60px;
}

.card-list > .row,
.slider-card-3 > .row {
  margin: auto;
}

.card-list a:hover,
.slider-card-3 a:hover {
  text-decoration: none;
}

.card-list .card,
.slider-card-3 .card {
  background-color: white;
  border-radius: 30px;
  border: none;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  text-align: left;
  min-height: 568px;
  max-height: 568px;
}

.card-list .card a,
.slider-card-3 .card a {
  width: 100%;
  height: 100%;
  display: block;
}

.card-list .card .card-body,
.slider-card-3 .card .card-body {
  padding-bottom: 50px;
  padding-top: 50px;
  overflow: hidden;
}

.card-list .card h2,
.slider-card-3 .card h2 {
  color: #64cfe9;
  font-size: 24px;
  font-weight: 700;
}

.card-list .card p,
.slider-card-3 .card p {
  font-size: 16px;
  font-weight: 400;
  color: #003359;
}

.card-list .card p.small,
.slider-card-3 .card p.small {
  font-family: avenir-demi;
  font-weight: 600;
  font-size: 12px;
}

@media (max-width: 769px) {
  .card-list .container,
  .slider-card-3 .container {
    max-width: 650px;
  }
  .card-list .card,
  .slider-card-3 .card {
    min-height: 500px;
    max-height: 527px;
    height: 500px;
  }
}

.card-list-text-small {
  background: rgba(241, 241, 241, 0.6);
  padding-top: 5%;
  padding-bottom: 5%;
}

@media (max-width: 769px) {
  .card-list-text-small {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.card-list-text-small .title-decoration-top:before {
  margin: auto;
}

.card-list-text-small .card.hover {
  height: 170px;
  border-radius: 30px;
  margin: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border: none;
  transition: all 0.8s;
  overflow: hidden;
}

.card-list-text-small .bg-blue {
  background: #0082a9;
}

.card-list-text-small p.local {
  font-size: 16px;
}

.card-list-text-small p.local i.material-icons, .card-list-text-small p.local header > .row.top > .col .language-dropdown i.current-language:after, header > .row.top > .col .language-dropdown .card-list-text-small p.local i.current-language:after, .card-list-text-small p.local form .form-check i.form-check-label.checked:before, form .form-check .card-list-text-small p.local i.form-check-label.checked:before, .card-list-text-small p.local .job-detail .container .job-title i.location:before, .job-detail .container .job-title .card-list-text-small p.local i.location:before {
  font-size: 16px;
}

.card-list-text-small h2 {
  font-size: 24px;
  font-weight: 700;
}

.card-list-text-small .card.hover .mouseenter {
  opacity: 0;
  transition: opacity 0.8s;
  display: inline-flex !important;
  position: absolute;
  border-radius: 30px;
  z-index: 000;
}

.card-list-text-small .card.hover:hover .mouseenter {
  display: inline-flex !important;
  opacity: 1;
  border-radius: 30px;
  color: #fff;
  transition: opacity 0.8s;
  z-index: 999;
}

.card-list-text-small .card.hover:hover .mouseout {
  display: none !important;
  display: inline-flex !important;
  opacity: 0;
  background: #0082a9;
  border-radius: 30px;
  transition: all 0.8s;
  z-index: 0000;
  position: absolute;
}

.card-list-colorful {
  padding: 0;
}

@media (max-width: 450px) {
  .card-list-colorful {
    padding: 0%;
  }
  .card-list-colorful > .row:first-child {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 769px) {
  .card-list-colorful {
    padding: 0%;
  }
}

.card-list-colorful .card-deck .card {
  flex: 0 2 33%;
  margin: 0;
  padding: 16px;
  border: none;
}

.card-list-colorful .card-deck .card .card-header {
  border-radius: 30px 30px 0px 0px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  height: 40px;
}

.card-list-colorful .card-deck .card .card-body {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 0px 0px 30px 30px;
}

.card-list-colorful .card-deck .card:last-child {
  flex: 1 1 33%;
}

@media (max-width: 769px) {
  .card-list-colorful .card-deck .card {
    flex: 1 1 50%;
  }
  .card-list-colorful .card-deck .card .card-body {
    flex: 0 0 auto;
  }
}

@media (max-width: 450px) {
  .card-list-colorful .card-deck .card {
    flex: 0 0 auto;
  }
}

.text-blue-dark {
  color: #003359;
}

.text-red {
  color: #f12c3e;
  -webkit-text-decoration-color: #f12c3e;
  text-decoration-color: #f12c3e;
}

.text-blue {
  color: #0082a9;
}

.text-blue-light {
  color: #64cfe9;
}

.text-salmon {
  color: #ff8e7e;
}

.text-yellow {
  color: #ffc3a4;
}

span.span-highlight {
  font-size: 24px;
  font-weight: 700;
}

.cards-3 .row {
  width: auto;
}

.cards-3 .card {
  border: none;
  border-radius: 0;
}

.cards-3 .card .card-img.w-auto {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cards-3 .card h2 {
  font-size: 40px;
  margin-top: 20px;
}

.cards-3 .card h4 {
  font-size: 24px;
  font-weight: 700;
}

.cards-3 .span-uppercase {
  text-transform: uppercase;
}

.cards-3 hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: none;
  margin: auto;
  width: 100px;
  height: 10px;
  background-color: #f12c3e;
  margin-top: -10px;
}

.cards-3 hr.yellow-line {
  background-color: #ffc3a4;
}

.cards-3 .half-line .card-body {
  height: 100%;
}

.cards-3 .half-line .card-body > .row:first-child.title {
  height: 50%;
}

.cards-3 .half-line .card-body > .row:first-child.title .col {
  margin: auto;
  margin-bottom: 30px !important;
}

.cards-3 .half-line .card-body > .row:nth-child(3) {
  height: 50%;
}

.cards-3 .half-line .card-body > .row:nth-child(3) .col {
  margin: auto;
  margin-top: 30px;
}

.cards-3 .card-body {
  height: 100%;
  width: 100%;
  display: block;
}

.cards-3 .testimony .card-img-overlay {
  display: inline-flex;
}

.cards-3 a:hover {
  color: #003359;
}

@media (max-width: 769px) {
  .cards-3 {
    font-size: 30px;
    font-weight: 700;
  }
  .cards-3 h2 {
    font-size: 26px;
  }
  .cards-3 .span-highlight,
  .cards-3 h4 {
    font-size: 16px;
    font-weight: 700;
  }
}

@media (max-width: 769px) {
  .cards-3 {
    font-size: 30px;
    font-weight: 700;
  }
  .cards-3 h2 {
    font-size: 30px;
  }
  .cards-3 .span-highlight,
  .cards-3 h4 {
    font-size: 18px;
    font-weight: 700;
  }
}

.image-text-download-link {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 3%;
  padding-bottom: 6%;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  .image-text-download-link {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .image-text-download-link {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .image-text-download-link {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .image-text-download-link {
    max-width: 1140px;
  }
}

.image-text-download-link > .row {
  margin: 0;
}

.image-text-download-link > .row > .col-12:first-child {
  padding-right: 80px;
}

@media (max-width: 769px) {
  .image-text-download-link > .row > .col-12:first-child {
    padding-right: 30px;
  }
}

@media (max-width: 450px) {
  .image-text-download-link > .row > .col-12:first-child {
    padding-right: 15px;
  }
}

.image-text-download-link .image-container {
  background: rgba(241, 241, 241, 0.6);
  border-radius: 30px;
  padding: 32px 40px 32px 40px;
  position: relative;
}

.image-text-download-link .image-container img {
  width: 90%;
  padding-left: 10%;
}

@media (max-width: 450px) {
  .image-text-download-link .image-container img {
    width: 100%;
  }
}

.image-text-download-link .image-container .zoom-in-button {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #ff8e7e;
  font-size: 30px;
}

@media (max-width: 450px) {
  .image-text-download-link .image-container {
    width: 100%;
  }
}

.image-text-download-link > .row > div:nth-child(2) {
  padding: 30px;
  margin: auto;
}

.image-text-download-link > .row > div:nth-child(2) a.btn {
  margin-top: 20px !important;
}

.image-text-download-link > .row > div:nth-child(2) .download-link {
  font-size: 12px;
  display: inline-flex;
  margin: auto;
  line-height: 26px;
}

.chat-box {
  display: none;
}

.chat-box.active {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 320px;
  height: 500px;
  z-index: 99999999999999;
}

.chat-box.active .card {
  border: none;
}

.chart-download .container {
  margin: auto;
}

.chart-download .container .chart-preview-container picture {
  max-width: 100%;
  width: 100%;
  min-height: 305px;
}

.chart-download .container .chart-preview-container picture img {
  width: 100%;
  height: auto;
}

.chart-download .container a.download-link {
  color: #003359;
  display: inline-flex;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}

@media (max-width: 450px) {
  .chart-download .chart-preview-container {
    overflow-y: hidden;
  }
  .chart-download .chart-preview-container::-webkit-scrollbar {
    height: 8px;
  }
}

@media (max-width: 769px) {
  .chart-download .container,
  .chart-download .chart-preview-container {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .chart-download .chart-preview-container {
    overflow-y: hidden;
  }
  .chart-download .chart-preview-container img {
    width: auto !important;
    max-width: 1000% !important;
    height: 436px;
  }
  .chart-download .chart-preview-container::-webkit-scrollbar {
    height: 5px;
  }
  .chart-download .chart-preview-container::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    opacity: 0.6;
  }
  .chart-download .chart-preview-container::-webkit-scrollbar-thumb {
    /* Style for "Rectangle" */
    background-color: #ff8e7e;
    opacity: 0.3;
    outline: none;
  }
}

.rte-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 10%;
}

@media (min-width: 576px) {
  .rte-wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .rte-wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .rte-wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .rte-wrapper {
    max-width: 1140px;
  }
}

@media (max-width: 450px) {
  .rte-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}

footer {
  font-size: 16px;
  font-weight: 500;
  color: #003359;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f1f1f1;
  font-family: avenir;
  z-index: 99999;
  position: relative;
}

footer a {
  text-decoration: underline;
}

footer a.img-link {
  display: inline-block;
  text-decoration: none;
}

footer img {
  width: 42px;
  height: 42px;
}

@media (max-width: 1025px) {
  footer img {
    width: 38px;
    height: 38px;
  }
}

footer .container-fluid > .row {
  justify-content: space-between;
  align-items: center;
}

footer .container-fluid > .row .order-2:first-of-type {
  margin-left: 0 !important;
}

footer .container-fluid > .row .order-2:first-of-type .footer-nav {
  margin-left: 0;
}

@media (max-width: 1025px) {
  footer .container-fluid > .row .order-2:first-of-type .footer-nav {
    margin-left: auto;
  }
}

footer .container-fluid > .row .order-2 .footer-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

@media (max-width: 1025px) {
  footer .container-fluid > .row .order-2 .footer-nav {
    margin-inline: auto 0;
  }
}

@media (max-width: 769px) {
  footer .container-fluid > .row .order-2 .footer-nav {
    margin-inline: auto;
  }
}

footer .container-fluid > .row .order-3 {
  margin-right: 0 !important;
}

footer .container-fluid > .row .order-3 .inner {
  margin-inline: auto 0;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer .container-fluid > .row .order-3 .social-media-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1025px) {
  footer .container-fluid > .row .order-3 {
    margin: auto !important;
  }
  footer .container-fluid > .row .order-3 .inner {
    margin: auto;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

footer .logo-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .logo-list-item {
  display: inline-block;
}

footer .logo-list img {
  display: block;
  width: 120px;
  height: 120px;
}

footer .img-link-big {
  margin-top: 12px;
}

footer .img-link-big img {
  width: 240px;
  height: auto;
  margin: 0;
}

@media (max-width: 769px) {
  footer {
    font-size: 14px;
  }
  footer .container-fluid {
    padding: 0;
  }
  footer .container-fluid > .row {
    margin-left: 0;
    margin-right: 0;
  }
  footer .container-fluid > .row .order-1 {
    margin-bottom: 20px;
  }
  footer .container-fluid > .row .order-2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  footer {
    font-size: 12px;
  }
  footer .container-fluid {
    padding: 0;
  }
  footer .container-fluid > .row {
    margin-left: 0;
    margin-right: 0;
  }
  footer .container-fluid > .row .order-2 {
    padding: 0;
    margin-bottom: 20px;
  }
  footer .container-fluid > .row a.img-link:first-of-type img {
    margin-left: 0;
  }
}

a.link-more {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #ff8e7e;
  display: inline-block;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

a.link-more .more-symbol {
  position: absolute;
  right: -30px;
  top: 0%;
}

a {
  color: #003359;
}

a i.material-icons, a header > .row.top > .col .language-dropdown i.current-language:after, header > .row.top > .col .language-dropdown a i.current-language:after, a form .form-check i.form-check-label.checked:before, form .form-check a i.form-check-label.checked:before, a .job-detail .container .job-title i.location:before, .job-detail .container .job-title a i.location:before {
  text-decoration: none;
}

a a.link-golden {
  text-decoration: underline;
  color: #ff8e7e;
}

.text-colorful {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

@media (max-width: 450px) {
  .text-colorful {
    font-size: 25px;
    line-height: 35px;
  }
}

.text-colorful .text-blue {
  color: #0082a9;
}

.text-colorful .text-blue-dark {
  color: #003359;
}

.text-colorful .text-blue-light {
  color: #64cfe9;
}

.text-colorful .text-red {
  color: #f12c3e;
}

.text-colorful .text-yellow {
  color: #ffc3a4;
}

.text-colorful .text-salmon {
  color: #ff8e7e;
}

.banner-wide-small {
  width: 100%;
  min-height: 201px;
  height: 100%;
  position: relative;
}

.banner-wide-small .banner-background {
  position: absolute;
  inset: 0;
}

.banner-wide-small .banner-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 450px) {
  .banner-wide-small {
    max-height: 201px;
  }
}

@media (min-width: 769px) {
  .banner-wide-small {
    height: 400px;
  }
}

.title-decoration-top {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 769px) {
  .title-decoration-top {
    white-space: normal;
  }
}

.title-decoration-top:before {
  content: '';
  margin-bottom: 14px !important;
  display: block;
  width: 100px;
  height: 10px;
  background-color: #f12c3e;
}

.title-decoration-top.center:before {
  margin: auto;
}

.title-decoration-top-long,
.title-decoration-top.long {
  display: inline-block;
  white-space: nowrap;
}

.title-decoration-top-long:before,
.title-decoration-top.long:before {
  content: '';
  margin-bottom: 14px;
  display: block;
  width: 320px;
  height: 10px;
  background-color: #f12c3e;
}

@media (max-width: 450px) {
  .title-decoration-top-long:before,
  .title-decoration-top.long:before {
    max-width: 240px;
  }
}

.title-decoration-bottom-left:after {
  content: '';
  display: block;
  height: 10px;
  width: 100px;
  background: #f12c3e;
  margin-top: 15px;
  margin-bottom: 30px;
}

.decoration-red {
  border-color: #f12c3e;
}

.text-red {
  color: #f12c3e;
}

@media (max-width: 450px) {
  .job-detail {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.job-detail .container {
  background-color: #f1f1f1;
  border-radius: 30px;
  padding: 7%;
  padding-left: 13%;
  padding-right: 13%;
  padding-bottom: 60px;
}

@media (max-width: 769px) {
  .job-detail .container {
    max-width: 650px !important;
  }
}

@media (max-width: 450px) {
  .job-detail .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.job-detail .container .time-limit p.time {
  font-size: 16px;
}

.job-detail .container .job-title h1 {
  color: #64cfe9;
  margin-bottom: 0;
}

.job-detail .container .job-title h1:before {
  content: 'folder_open';
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #64cfe9;
  font-size: 40px;
}

.job-detail .container .job-title .location {
  color: #003359;
  font-size: 16px;
}

.job-detail .container .job-title .location:before {
  content: 'place';
  width: 20px;
  height: 50px;
  display: inline-block;
  color: #003359;
  font-size: 16px;
}

.job-detail .container .job-offer {
  padding: 0;
}

.job-detail .container .job-offer .col {
  padding: 0;
}

.job-detail .container .job-offer .col p {
  line-height: 28px;
  font-size: 16px;
}

.job-detail .container .job-offer h2 {
  color: #64cfe9;
  font-size: 14px;
  font-weight: 600;
  font-family: avenir-demi;
  padding-left: 50px;
}

.job-detail .container .job-offer ul {
  font-size: 14px;
  font-weight: 400px;
  line-height: 28px;
  padding-left: 75px;
}

.job-detail .container .job-offer ul.conditions {
  padding: 0;
}

.job-detail .container .job-offer ul.conditions li {
  list-style: none;
  padding: 20px;
  text-align: center;
}

.job-detail .container .job-offer ul.conditions li h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
}

.job-detail .container .job-offer ul.conditions li p.field {
  width: 100%;
  border-radius: 23px;
  background: #fff;
  line-height: 16px;
  font-size: 14px;
  padding: 5px;
}

@media (max-width: 769px) {
  .job-detail .container .job-offer ul.conditions li {
    flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 450px) {
  .job-detail .container .job-offer ul.conditions li h5 {
    font-size: 13px;
  }
}

.card-list-icon-title {
  padding-top: 0px;
  padding-bottom: 5%;
}

.card-list-icon-title p {
  margin-top: 5px;
  font-size: 18px;
  line-height: 18px;
}

.card-list-icon-title .hero-text .hero-rte {
  margin-top: 30px;
}

.card-list-icon-title picture {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.card-list-icon-title picture img {
  height: auto;
}

@media (max-width: 769px) {
  .card-list-icon-title.container {
    max-width: 900px;
  }
  .card-list-icon-title p {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 450px) {
  .card-list-icon-title {
    padding-bottom: 50px;
  }
  .card-list-icon-title picture {
    max-width: 81px;
    margin-bottom: 20px;
  }
  .card-list-icon-title p {
    font-size: 12px;
    line-height: 14px;
  }
}

.back-link {
  height: 50px;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 40px !important;
}

@media (max-width: 450px) {
  .back-link .smalltitle {
    padding-left: 5%;
    margin-left: 0 !important;
  }
}

.back-link .back-btn {
  color: #8d8d8d;
  height: 50px;
  border-left: 2px solid #8d8d8d;
  font-weight: 500;
  font-size: 18px;
  padding-left: 18px;
  text-decoration: none;
}

.back-link .back-btn span.text {
  display: inline-flex;
  margin: auto;
  text-decoration: underline;
}

.back-link .back-btn i {
  margin: auto;
  padding-left: 50px;
}

@media (max-width: 450px) {
  .back-link {
    margin-bottom: 30px !important;
  }
  .back-link .back-btn {
    font-size: 15px;
  }
}

header + .back-link {
  margin-top: 140px !important;
  margin-bottom: 40 !important;
}

@media (max-width: 769px) {
  header + .back-link {
    margin-top: 60px !important;
  }
}

@media (max-width: 450px) {
  header + .back-link {
    margin-top: 70px !important;
    padding: 5%;
  }
  header + .back-link > .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  header + .back-link .back-btn i {
    padding-left: 25px;
  }
}

header.fixed + .back-link {
  margin-top: 160px !important;
}

.bg-blue-dark {
  background-color: #003359;
}

.bg-blue-light {
  background-color: #64cfe9;
}

.bg-blue {
  background-color: #0082a9;
}

.bg-red {
  background-color: #f12c3e;
}

.bg-yellow {
  background-color: #ffc3a4;
}

.bg-pink {
  background-color: #ff8e7e;
}

.tag-list {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 11%;
  padding-right: 11%;
}

.tag-list .badge {
  display: block;
  float: left;
  width: auto;
  text-align: center;
  height: 65px;
  line-height: 55px;
  font-weight: 400;
  color: #fff;
  background-clip: padding-box;
  line-height: 33px;
  border: 10px solid #fff;
  flex-basis: 33%;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  font-size: 16px;
  font-family: avenir-demi;
}

@media (max-width: 1200px) {
  .tag-list .badge {
    flex-grow: 1;
  }
}

@media (max-width: 769px) {
  .tag-list .badge {
    flex-grow: 1;
    flex-basis: 50%;
  }
}

@media (max-width: 450px) {
  .tag-list .badge {
    min-width: 100%;
    white-space: normal;
    height: auto;
    line-height: 24px;
    min-width: 100%;
    border-radius: 25px;
  }
}

.tag-list .badge:last-of-type:nth-child(even) {
  display: flex;
  flex: 33%;
  text-align: center;
  margin: auto;
}

.tag-list .badge:last-of-type:nth-child(even) span {
  margin: auto;
}

*:focus {
  outline: none !important;
}

.job-form-modal-button {
  margin-top: 40px;
  margin-bottom: 30px;
}

.job-form-modal {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: #003359;
  color: #fff;
}

@media (max-width: 769px) {
  .job-form-modal .container {
    max-width: 96% !important;
  }
  .job-form-modal .job-situation-wrapper .form-check {
    padding-left: 10px;
  }
}

.job-form-modal p {
  color: #fff;
}

.job-form-modal .title-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  margin-top: 30px;
  position: relative;
}

.job-form-modal .title-wrapper i.material-icons, .job-form-modal .title-wrapper header > .row.top > .col .language-dropdown i.current-language:after, header > .row.top > .col .language-dropdown .job-form-modal .title-wrapper i.current-language:after, .job-form-modal .title-wrapper form .form-check i.form-check-label.checked:before, form .form-check .job-form-modal .title-wrapper i.form-check-label.checked:before, .job-form-modal .title-wrapper .job-detail .container .job-title i.location:before, .job-detail .container .job-title .job-form-modal .title-wrapper i.location:before {
  top: 0;
}

.job-form-modal .job-situation-wrapper {
  display: inline-flex;
  position: relative;
  top: 20px;
  left: 30px;
}

.job-form-modal form {
  padding-left: 10%;
  padding-right: 10%;
  width: 80%;
}

.job-form-modal form input[type="text"],
.job-form-modal form input[type="email"],
.job-form-modal form input[type="number"] {
  background: #fff;
}

.job-form-modal form .form-check input:before {
  background: #fff;
}

.job-form-modal form p.small {
  padding-left: 20px;
}

@media (max-width: 450px) {
  .job-form-modal form {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    padding-bottom: 70px;
  }
  .job-form-modal form .job-situation-wrapper p {
    display: block !important;
    width: 100%;
  }
  .job-form-modal form .cvfield.btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .job-form-modal form .row {
    margin: 0;
  }
  .job-form-modal form .row .form-control {
    margin-left: 0;
    margin-right: 0;
  }
}

.job-form-modal.show {
  display: flex !important;
  overflow-y: auto;
}

.job-form-modal.show .close-job-modal-btn {
  cursor: pointer;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -10px !important;
}

.job-form-modal.show h1 {
  color: white;
  font-size: 30px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

@media (max-width: 450px) {
  .job-form-modal {
    overflow: scroll;
  }
  .job-form-modal .job-situation-wrapper {
    position: relative;
    top: 6px;
    left: 15px;
  }
}

.quiz .link-gold.show {
  display: flex !important;
  text-decoration: none;
}

.quiz .link-gold.show span {
  text-decoration: underline;
}

.quiz .link-gold.show:hover span,
.quiz .link-gold.show:hover i {
  color: #64cfe9;
}

.quiz-big .result-modal {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: #003359;
  overflow: scroll;
}

.quiz-big .result-modal .result-wrapper {
  width: 100%;
  margin-top: 150px !important;
  /*top: 50%;
            position: relative;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);*/
}

.quiz-big .result-modal .result-wrapper .modal-button {
  margin-bottom: 90px;
  display: inline-block;
}

.quiz-big .result-modal .result-wrapper .row.m-auto {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.quiz-big .result-modal .result-wrapper .card {
  max-width: 450px !important;
}

.quiz-big .result-modal.show {
  display: flex !important;
}

.quiz-big .result-modal.show .close-btn {
  color: #fff;
  position: absolute;
  right: 10%;
  top: 10%;
}

.quiz-big .result-modal.show h1 {
  color: white;
  font-size: 30px;
  margin-bottom: 20px;
}

.quiz-big .result-modal.show .card {
  border-radius: 30px;
  overflow: hidden;
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  max-width: 350px;
  margin: auto;
}

.quiz-big .result-modal.show .card .card-body {
  background: #fff;
  padding: 30px;
  font-size: 16px;
  font-weight: 400;
}

.quiz-big .result-modal.show .card .card-body h5.card-title {
  font-size: 24px;
  font-weight: 700;
}

.quiz-big .result-modal.show .card .card-body h6.card-subtitle {
  font-family: avenir-demi;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 30px;
}

.quiz-big .result-modal.show .card .card-body a {
  display: block;
  font-weight: 600;
  font-family: avenir-demi;
}

.quiz-big .result-modal.show .btn {
  margin-top: 30px;
}

.quiz-big .result-modal.show .progress-wrap {
  height: 50px;
  width: 190px;
  background-color: #81cde5;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.quiz-big .result-modal.show .progress-wrap .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #f12c3e;
}

.quiz-big .result-modal.show .progress-wrap .progress-percent {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
}

.quiz-big .result-modal.show .progress-wrap + p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

.quiz-big .result-modal.show .progress-wrap + p span {
  font-weight: 700;
}

.quiz-small {
  background: rgba(241, 241, 241, 0.6);
  padding-top: 80px;
  padding-bottom: 80px;
}

.quiz-small > .row {
  width: 100%;
}

@media (max-width: 769px) {
  .quiz-small > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .quiz-small > .row form {
    padding: 20px;
  }
}

.quiz-small .top-text {
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 30px;
  max-width: 700px;
  margin: auto;
}

.quiz-small .result-modal {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: #003359;
  overflow: scroll;
}

.quiz-small .result-modal .result-wrapper {
  width: 100%;
  margin-top: 150px !important;
}

.quiz-small .result-modal .result-wrapper .modal-button {
  margin-bottom: 90px;
  display: inline-block;
}

.quiz-small .result-modal .result-wrapper .row.m-auto {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.quiz-small .result-modal .result-wrapper .card {
  max-width: 450px !important;
}

.quiz-small .result-modal.show {
  display: flex !important;
}

.quiz-small .result-modal.show .close-btn {
  color: #fff;
  position: absolute;
  right: 10%;
  top: 10%;
}

.quiz-small .result-modal.show h1 {
  color: white;
  font-size: 30px;
  margin-bottom: 30px;
}

.quiz-small .result-modal.show .card {
  border-radius: 30px;
  overflow: hidden;
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  max-width: 350px;
  margin: auto;
}

.quiz-small .result-modal.show .card .card-body {
  background: #fff;
  padding: 30px;
  font-size: 16px;
  font-weight: 400;
}

.quiz-small .result-modal.show .card .card-body h5.card-title {
  font-size: 24px;
  font-weight: 700;
}

.quiz-small .result-modal.show .card .card-body h6.card-subtitle {
  font-family: avenir-demi;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 30px;
}

.quiz-small .result-modal.show .card .card-body a {
  display: block;
  font-weight: 600;
  font-family: avenir-demi;
}

.quiz-small .result-modal.show .btn {
  margin-top: 30px;
}

.quiz-small form {
  background: #fff;
  border-radius: 30px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  padding: 80px;
}

.quiz-small form .form-check {
  margin-bottom: 10px;
}

.bottom-nav-prev-next {
  height: 50px;
  padding: 4%;
}

.bottom-nav-prev-next a.link-social:hover {
  text-decoration: none;
}

.bottom-nav-prev-next a.link-social img,
.bottom-nav-prev-next a.link-social i {
  margin: 10px !important;
}

.bottom-nav-prev-next .ant-btn {
  color: #ff8e7e;
  height: 50px;
  border-right: 2px solid #ff8e7e;
  font-weight: 500;
  font-size: 18px;
  padding-right: 18px;
  text-decoration: none;
}

.bottom-nav-prev-next .ant-btn span.text {
  display: inline-flex;
  margin: auto;
  text-decoration: underline;
}

.bottom-nav-prev-next .ant-btn i {
  margin: auto;
  padding-right: 50px;
}

@media (max-width: 450px) {
  .bottom-nav-prev-next .ant-btn {
    font-size: 14px;
  }
  .bottom-nav-prev-next .ant-btn i {
    padding-right: 20px;
  }
}

.bottom-nav-prev-next .prox-btn {
  color: #ff8e7e;
  height: 50px;
  border-left: 2px solid #ff8e7e;
  font-weight: 500;
  font-size: 18px;
  padding-left: 18px;
  text-decoration: none;
}

.bottom-nav-prev-next .prox-btn span.text {
  display: inline-flex;
  margin: auto;
  text-decoration: underline;
}

.bottom-nav-prev-next .prox-btn i {
  margin: auto;
  padding-left: 50px;
}

@media (max-width: 450px) {
  .bottom-nav-prev-next .prox-btn {
    font-size: 14px;
  }
  .bottom-nav-prev-next .prox-btn i {
    padding-left: 20px;
  }
}

@media (max-width: 450px) {
  .bottom-nav-prev-next {
    height: auto;
  }
}

@media (max-width: 450px) {
  .bottom-nav-prev-next:not(.social) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .bottom-nav-prev-next:not(.social) > .col:nth-child(2) {
    display: none;
  }
}

.quiz {
  background: rgba(241, 241, 241, 0.6);
  padding-top: 130px;
}

.quiz .progress-bar-wrapper {
  position: relative;
}

.quiz .progress-bar-container {
  background-color: #64cfe9;
  height: 160px;
  position: relative;
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 4%;
}

@media (max-width: 450px) {
  .quiz .progress-bar-container {
    margin: auto;
    padding-top: 20px;
    height: 200px;
  }
}

.quiz .progress-bar-container .progress-percentage {
  height: 7px;
  background-color: #f12c3e;
  width: 0%;
  transition: width 0.8s;
}

.quiz .stage {
  font-family: avenir-demi;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  z-index: 999;
  top: 7px;
  color: #fff;
  cursor: pointer;
  pointer-events: none;
}

@media (max-width: 450px) {
  .quiz .stage:not(.no-fix) {
    transform: translateX(-50%);
  }
  .quiz .stage.last-stage {
    left: auto !important;
    right: 0px;
  }
  .quiz .stage.last-stage .leter {
    margin-left: 0;
  }
}

.quiz .stage .leter {
  line-height: 30px;
  width: 30px;
  padding-left: 10px;
  color: #8d8d8d;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  margin-left: 0;
  position: relative;
  transition: background-color 0.6s, color 0.8s;
}

@media (max-width: 450px) {
  .quiz .stage .leter {
    margin: auto;
    margin-bottom: 20px;
  }
  .quiz .stage .leter:not(:first-child) {
    transform: translatex(-50%);
  }
}

@media (max-width: 450px) {
  .quiz .stage .description {
    position: absolute;
    transform: translateX(-13px);
  }
}

.quiz .stage.final {
  top: -4px;
}

.quiz .stage.final .btn {
  background-color: #fff;
  color: #8d8d8d;
  cursor: not-allowed;
}

.quiz .stage.final .btn:hover {
  color: #8d8d8d;
}

.quiz .stage.final .done.submit {
  background: #f12c3e !important;
  background-color: #f12c3e !important;
  color: #fff !important;
  cursor: pointer;
}

@media (max-width: 450px) {
  .quiz .stage.final {
    top: 280%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.quiz .stage.active,
.quiz .stage.done {
  pointer-events: all;
}

.quiz .stage.active .leter,
.quiz .stage.done .leter {
  line-height: 30px;
  width: 30px;
  padding-left: 10px;
  background: #f12c3e;
  color: #fff;
  border-radius: 50%;
  display: block;
  transition: background-color 0.6s, color 0.8s;
}

.quiz > .row {
  width: 100%;
}

@media (max-width: 450px) {
  .quiz > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .quiz > .row form {
    padding: 20px;
  }
}

.quiz .progress-bar-x {
  width: 100%;
  background: white;
  border: 14px solid #f1f1f1;
  top: 5px;
  border-radius: 30px;
  display: block;
  position: relative;
  margin: auto;
}

.quiz .top-text {
  padding-left: 4%;
  padding-right: 4%;
}

.quiz .result-modal {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
}

.quiz form {
  background: #fff;
  border-radius: 30px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  padding: 80px;
}

.quiz form .form-check {
  margin-bottom: 10px;
}

@media (max-width: 450px) {
  h1 {
    font-size: 30px;
  }
}

.post-list {
  padding: 7%;
}

.post-list:not(:first-child) {
  padding-top: 0;
}

.post-list .card-columns {
  padding: 3%;
  background: #f1f1f1;
  border-radius: 30px;
}

.post-list .card {
  background: transparent;
  border: none;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.post-list .card .span-highlight {
  color: #64cfe9;
}

@media (max-width: 769px) {
  .post-list .card-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
  .post-list .card-columns .card .card-body {
    padding: 5px;
  }
  .post-list .card-columns .row.container {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 450px) {
  .post-list .card-columns {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.file-name-container {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
  padding: 10px;
}

.file-name-container .file-name {
  display: inline-block;
  font-size: 14px;
}

.file-name-container i {
  display: inline-block !important;
  position: absolute;
  right: 0;
  color: #64cfe9;
}

.file-name-container .delete-btn {
  opacity: 0;
  transition: opacity 0.6s;
  pointer-events: none;
}

.file-name-container .delete-btn.show {
  opacity: 1;
  transition: opacity 0.6s;
  pointer-events: all;
}

.file-loader-progress-bar {
  height: 11px;
  background: #fff;
  border-radius: 4px;
  transition: all 0.8s;
  display: inline-block;
  width: 100%;
  position: relative;
  transition: all 0.8s;
  display: block;
  opacity: 0;
  transition: opacity 0.6s;
  pointer-events: none;
}

.file-loader-progress-bar.show {
  opacity: 1;
  transition: opacity 0.6s;
  pointer-events: none;
}

.file-loader-progress-bar:after {
  content: '';
  height: 11px;
  background: #64cfe9;
  border-radius: 4px;
  transition: all 0.8s;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  width: 0%;
  transition: all 0.8s;
}

.file-loader-progress-bar.done {
  transition: all 0.8s;
}

.file-loader-progress-bar.done:after {
  width: 100%;
  transition: all 0.8s;
}

.loader-wrapper {
  height: 100%;
  width: 100%;
  z-index: 999999999;
  top: 0;
  left: 0;
  background-color: rgba(0, 51, 89, 0.5);
  display: flex;
  align-items: center;
  position: fixed;
}

.loader {
  border: 16px solid transparent;
  /* Light grey */
  border-top: 16px solid #64cfe9;
  /* Blue */
  border-bottom: 16px solid #64cfe9;
  /* Blue */
  border-left: 16px solid #64cfe9;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: flex;
  margin: auto;
}

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.card.dark-blue-card .card-title,
.card.dark-blue-card h2 {
  color: #003359;
}

.card.salmon-card .card-title,
.card.salmon-card h2 {
  color: #ff8e7e;
}

.card.yellow-card .card-title,
.card.yellow-card h2 {
  color: #ffc3a4;
}

.card.blue-card .card-title,
.card.blue-card h2 {
  color: #0082a9;
}

.card.light-blue-card .card-title,
.card.light-blue-card h2 {
  color: #64cfe9;
}

.card .card-body a {
  text-decoration: underline;
}

.card .card-body a:first-of-type {
  color: #f12c3e;
}

.title-text-link {
  max-width: 100% !important;
  padding: 7%;
  padding-top: 90px;
  padding-bottom: 100px;
}

.title-text-link > .row {
  margin: auto;
  margin-bottom: 60px;
  max-width: 520px;
}

.title-text-link > .row:last-child {
  margin-bottom: 0px;
}

a:hover {
  color: inherit;
}

.round-number {
  display: none;
}

.round-image {
  overflow: hidden;
}

.job-detail + .bottom-nav-prev-next {
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 450px) {
  .job-detail + .bottom-nav-prev-next {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 60px;
  }
}

.rte-wrapper + .bottom-nav-prev-next {
  padding-left: 7%;
  padding-right: 7%;
}

.bottom-nav-prev-next.social + footer {
  margin-top: 140px;
}

@media (max-width: 769px) {
  .bottom-nav-prev-next.social + footer {
    margin-top: 90px;
  }
}

@media (max-width: 450px) {
  .bottom-nav-prev-next.social + footer {
    margin-top: 60px;
  }
}

.back-link + .rte-wrapper {
  padding-top: 75px;
}

.quiz-big .bottom-nav-prev-next {
  padding-bottom: 120px !important;
  padding-top: 75px !important;
}

.rte-wrapper + .bottom-nav-prev-next.social {
  margin-top: -114px !important;
}

@media (max-width: 450px) {
  .rte-wrapper + .bottom-nav-prev-next.social {
    margin-top: 0px !important;
  }
}

.back-link {
  color: #8d8d8d;
}

.back-link i {
  color: #8d8d8d;
}

.back-link .back-btn span.text {
  color: #8d8d8d;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.hero-text + .card-list {
  margin-top: 40px;
}

.world-map {
  text-align: center;
}

.world-map picture {
  margin-inline: auto;
  aspect-ratio: 404/236;
}

.world-map picture img {
  width: 100%;
  height: auto;
}

button:focus {
  outline: none !important;
}

a {
  cursor: pointer;
}

button {
  cursor: pointer;
}

.job-detail .container .job-offer .rte-blog ul {
  margin-bottom: 30px;
}

.chronology .timeline ul.events:before {
  content: '';
  background-color: #ffc3a4;
  opacity: 0.1;
  position: absolute;
  top: 50px;
  width: 100%;
  height: 5px;
}

.quiz .progress-bar-container.relative {
  position: relative !important;
}

.chronology > div {
  opacity: 1;
  transition: all 3s;
}

.chronology > *.loading {
  opacity: 0;
  transition: all 3s;
}

.progress-percentage {
  max-width: 100% !important;
}

.download-link:hover {
  text-decoration: none;
}

.title-text-chart .charts-container .chart .level-1 > * {
  padding-top: 0;
}

.title-text-chart .charts-container .chart .row.level-1 {
  margin-top: 0;
}

.title-text-chart .charts-container .chart .row.level-3 {
  margin-bottom: 0;
}

.title-text-chart .charts-container .chart .row.level-3 .col-12 {
  padding-bottom: 0;
}

.title-text-chart h1 {
  margin-bottom: 30px;
}

.title-text-chart .charts-container {
  margin-top: 60px;
}

.title-text-chart .charts-container .chart {
  padding-bottom: 60px;
}

.text-bubble-image .bubble-content {
  background-image: none;
  background-color: #ff8e7e;
  border-radius: 30px;
  padding: 70px;
  left: -50px;
  width: 50%;
  box-shadow: 6px 10px 54px rgba(0, 0, 0, 0.55);
  height: auto;
  overflow: visible;
}

.text-bubble-image .bubble-content:after {
  content: '';
  background-image: url("../../assets/img/utils/rabo-laranja.png");
  height: 150px;
  width: 200px;
  background-position: 0 0;
  position: absolute;
  left: 100%;
  bottom: 10%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 450px) {
  .text-bubble-image .bubble-content:after {
    left: 0% !important;
    bottom: 0%;
    bottom: -160px;
    padding: 20px;
    transform: rotateZ(90deg);
  }
}

@media (max-width: 769px) {
  .text-bubble-image .bubble-content {
    left: 10px;
    padding: 30px;
  }
}

@media (max-width: 450px) {
  .text-bubble-image .bubble-content {
    padding: 20px;
    width: 90% !important;
    left: 0;
    margin: auto;
    top: 100px;
    margin-top: -100px;
  }
}

@media (max-width: 450px) {
  .quiz .progress-bar-x {
    border-right-width: 20px;
    margin-left: -3%;
    margin-right: -3%;
    width: 106%;
    border-left-width: 20px;
  }
}

.quiz .form-check-label {
  cursor: pointer;
}

iframe.nhe:before {
  content: '' !important;
  background-image: url("../../assets/img/utils/chat-icon.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  width: 100px !important;
  height: auto !important;
}

.chat-box-trigger {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99999999;
}

form {
  position: relative;
}

form .loader {
  position: absolute;
  left: 43%;
  top: 43%;
}

.acceptanceFieldTrial + .form-check-label,
.acceptanceField + .form-check-label {
  font-size: 12px;
}

.acceptanceFieldTrial + .form-check-label *,
.acceptanceField + .form-check-label * {
  font-size: 12px;
}

.acceptanceFieldTrial + .form-check-label a,
.acceptanceField + .form-check-label a {
  text-decoration: underline;
}

.small-text * {
  font-size: 12px;
}

.small-text a {
  text-decoration: underline;
}

.quiz .loader {
  position: fixed;
}

.quiz .row {
  margin: 0;
}

.job-form-modal .form-check-label a {
  color: #fff;
}

.mfp-bg,
.mfp-wrap {
  z-index: 9999999999;
}

@media (max-width: 769px) {
  .mfp-figure figure {
    background: #003359;
  }
  img.mfp-img {
    max-width: 70%;
  }
  .chart-download {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
  .job-form-modal .cvfield.btn {
    background-color: #64cfe9;
    color: #fff;
    max-width: 100%;
    display: block !important;
    margin: auto;
    border-radius: 30px;
    line-height: 0px;
    margin: 12px;
    text-indent: 0px;
    border: none;
    font-size: 16px;
  }
  .job-form-modal form {
    padding-left: 7%;
    padding-right: 7%;
    width: 90%;
  }
  .chart-download .container {
    position: relative;
  }
  .chart-download .container img {
    padding-left: 60px;
    padding-right: 60px;
  }
  .chart-download .container:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 10%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,2989d8+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#002989d8', GradientType=1);
    /* IE6-9 */
  }
  .chart-download .container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 10%;
    z-index: 9999;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,2989d8+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002989d8', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
  }
  .quiz .hero-rte {
    max-width: 100%;
  }
  .rte-wrapper + .bottom-nav-prev-next.social {
    margin-top: -70px !important;
  }
  .bottom-nav-prev-next .col-6,
  .bottom-nav-prev-next .col-12 {
    padding: 0;
  }
  .bottom-nav-prev-next .prox-btn i {
    margin: auto;
    padding-left: 15px;
  }
  .bottom-nav-prev-next .ant-btn i {
    margin: auto;
    padding-right: 15px;
  }
  .bottom-nav-prev-next .ant-btn {
    padding-right: 10px;
  }
  .bottom-nav-prev-next .prox-btn {
    padding-left: 10px;
  }
  .rte-wrapper + .bottom-nav-prev-next.social {
    margin-top: 0px !important;
  }
  .text-image-rte .side-image {
    display: inline-flex;
  }
  .text-image-rte .side-image .image {
    height: 70%;
    margin: auto;
  }
  .slider-small-image-text.over .item img {
    padding: 0;
  }
  .slider-small-image-text.over .item .content {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 450px) {
  .job-form-modal form {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    padding-bottom: 70px;
  }
  .map-block.map-size-small .info-panel.open {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999;
    overflow: scroll;
  }
  .map-block.map-size-small .info-panel .info-panel-wrapper .info-panel-content .close-btn {
    position: fixed;
  }
  .acceptanceField + .form-check-label {
    font-size: 12px;
    padding-right: 40px;
  }
  .file-loader-progress-bar {
    margin-bottom: 30px;
  }
  .job-form-modal .job-situation-wrapper .form-check {
    padding-left: 0;
    /* min-width: 39px; */
  }
  .job-form-modal .job-situation-wrapper .form-check:first-of-type {
    margin-right: 30px;
  }
  .job-form-modal .job-situation-wrapper label {
    padding-right: 20px;
  }
  div.quiz {
    padding-top: 70px;
  }
  .job-detail .container {
    max-width: 1100px;
  }
  .job-detail .container .job-offer ul.conditions li p.field {
    font-size: 12px;
    line-height: 13px;
  }
  .hero-slider-2 .item > div .text-container .text-colorful {
    width: 100%;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .hero-slider-2 .item > div .text-container h1 {
    font-size: 28px;
  }
  .hero-slider-2 .item .image-container {
    width: 65% !important;
    max-width: 151px;
  }
  .hero-slider-2 .item {
    padding-top: 30px;
  }
  .cards-3 .card {
    height: 100vw;
  }
  .cards-3 .card h4 {
    font-size: 18px;
  }
  .cards-3 .card h2 {
    font-size: 26px;
  }
  .cards-3 .cards-3-rte-content.testimony-text p {
    font-size: 14px;
  }
  .cards-3 .cards-3-rte-content.testimony-text strong {
    font-size: 16px;
  }
  .cards-3 .cards-3-rte-content p {
    font-size: 16px;
  }
  .timeline .tns-outer .tns-controls button[data-controls="prev"]:after {
    content: 'arrow_back';
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    background: none;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #ff8e7e;
    font-size: 30px;
  }
  .timeline .tns-outer .tns-controls button[data-controls="next"]:after {
    content: 'arrow_forward';
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    background: none;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #ff8e7e;
    font-size: 30px;
  }
  .timeline .tns-outer .tns-controls {
    top: 56px;
  }
  .chronology .timeline ul.events li.tns-slide-active p {
    margin-top: 20px;
  }
  .chronology .timeline ul.events {
    height: 100%;
    max-height: 380px;
    padding: 0;
  }
  .text-bubble-image .bubble-content {
    padding: 38px;
  }
  .text-bubble-image .background-image-container {
    background-position: 56%;
  }
  .hero-slider .title-decoration-top-long:before {
    width: 146px;
  }
  .btn {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    min-height: auto;
    /*  padding-left: 15px;
        padding-right: 15px;

        padding-top: 9px;
        height: 40px;
        min-height: 40px;*/
  }
  .btn i {
    margin: auto;
    display: flex;
    display: inline-block;
    font-size: 30px;
    line-height: 0px;
    transform: translateY(10px);
  }
  span.span-highlight {
    font-size: 18px;
  }
  .post-list {
    margin-top: 60px !important;
  }
  .post-list .card {
    padding: 30px;
  }
  .post-list .card p {
    font-size: 14px;
  }
  .post-list > .row {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.tns-horizontal.tns-subpixel > .tns-item {
  vertical-align: middle;
}

.mfp-zoom-out-cur {
  cursor: default;
}

.mfp-bg {
  background: #003359;
  opacity: 1;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  color: white;
  opacity: 1;
}

.mfp-figure:after {
  box-shadow: none;
  background: transparent;
}

.job-form-modal .title-wrapper i.material-icons, .job-form-modal .title-wrapper header > .row.top > .col .language-dropdown i.current-language:after, header > .row.top > .col .language-dropdown .job-form-modal .title-wrapper i.current-language:after, .job-form-modal .title-wrapper form .form-check i.form-check-label.checked:before, form .form-check .job-form-modal .title-wrapper i.form-check-label.checked:before, .job-form-modal .title-wrapper .job-detail .container .job-title i.location:before, .job-detail .container .job-title .job-form-modal .title-wrapper i.location:before {
  position: fixed;
  right: 10% !important;
  top: 10% !important;
  cursor: pointer;
  color: white;
  opacity: 1;
}

@media (max-width: 450px) {
  .job-form-modal .title-wrapper i.material-icons, .job-form-modal .title-wrapper header > .row.top > .col .language-dropdown i.current-language:after, header > .row.top > .col .language-dropdown .job-form-modal .title-wrapper i.current-language:after, .job-form-modal .title-wrapper form .form-check i.form-check-label.checked:before, form .form-check .job-form-modal .title-wrapper i.form-check-label.checked:before, .job-form-modal .title-wrapper .job-detail .container .job-title i.location:before, .job-detail .container .job-title .job-form-modal .title-wrapper i.location:before {
    right: 20px !important;
    top: 20px !important;
  }
}

.map-block.map-size-small {
  height: 70vh;
  min-height: auto;
}

@media (max-width: 425px) {
  .map-block .search-box {
    position: absolute;
    top: 10%;
    left: 0;
    margin: auto;
    width: 100%;
    font-size: 14px;
    padding: 10%;
  }
  .quiz .link-gold.show {
    display: flex !important;
    text-decoration: none;
  }
  .quiz .link-gold.show span {
    text-decoration: underline;
  }
  .quiz .link-gold.show:hover span,
  .quiz .link-gold.show:hover i {
    color: #64cfe9;
  }
  .hero-slider-2 .item > div .text-container .btn {
    display: none !important;
  }
  .map-size-small .search-box {
    position: absolute;
    top: 0%;
    left: 0;
    margin: auto;
    width: 100%;
    font-size: 14px;
    padding: 10%;
  }
}

.tns-outer .tns-nav button[data-nav] {
  padding: 0;
}

.quiz .page label.question {
  display: inline-block;
}

/*safari fix for box-shadow */
.card-list .card {
  margin-bottom: 50px !important;
}

.slider-cards-3 .card-wrapper-x,
.card-list .card {
  border: none;
  height: 569px !important;
  width: 335px;
  margin: auto;
}

@media (max-width: 1300px) {
  .slider-cards-3 .card-wrapper-x,
  .card-list .card {
    width: auto;
  }
}

@media (max-width: 769px) {
  .slider-cards-3 .card-wrapper-x,
  .card-list .card {
    width: 100%;
  }
  .slider-cards-3 .card-wrapper-x .card-body,
  .card-list .card .card-body {
    padding: 20px;
    padding-bottom: 50px;
    padding-top: 30px;
    overflow: hidden;
  }
  .slider-cards-3 .card-wrapper-x .card-body h2,
  .card-list .card .card-body h2 {
    font-size: 22px;
  }
  .slider-cards-3 .card-wrapper-x .card-body p,
  .card-list .card .card-body p {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .slider-cards-3 .card-wrapper-x .card-body p.small,
  .card-list .card .card-body p.small {
    font-size: 12px;
  }
}

.slider-cards-3 .card-wrapper-x img,
.card-list .card img {
  height: 230px !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 450px) {
  .slider-cards-3 .card-wrapper-x {
    max-height: 470px;
  }
}

@media (max-width: 769px) {
  .card-list .card {
    margin-bottom: 20px;
    padding: 0;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .job-form-modal form {
    padding-left: 4%;
    padding-right: 4%;
  }
  .job-form-modal .container {
    max-width: 100%;
  }
}

.job-form-modal .title-wrapper i.close-job-modal-btn {
  top: 5% !important;
  right: 10% !important;
}

.slider-cards-3 .row {
  padding-left: 4%;
  padding-right: 4%;
}

.animation-404 {
  position: relative;
  height: 400px;
}

.animation-404 .text-404 {
  font-size: 329px;
  font-size: 340px;
  font-weight: 700;
  line-height: 354px;
  color: #f1f1f1;
}

@media (max-width: 450px) {
  .animation-404 .text-404 {
    font-size: 140px;
  }
}

.animation-404 .soldier-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.animation-404 #question-marks {
  position: absolute;
  height: 339px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 450px) {
  .animation-404 #question-marks {
    width: 100%;
    height: 100%;
  }
}

/*
    IE 11 Fixes
    */
.line-height-ie-fix {
  line-height: 36px !important;
}

.image-title-link-full {
  width: 100%;
}

.title-items-3-link p {
  width: 100%;
}

.row {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

nav.row {
  width: auto;
}

body > .hero-text .row {
  width: auto;
}

.card-list .hover .hover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-list-filtered .list-items .item:hover .mouseenter p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-deck {
  width: 100%;
}

select::-ms-expand {
  display: none;
}

.tag-list {
  width: 100%;
}

form:not(.quiz) .form-check:not(.checked) .form-check-label:before {
  background-color: white;
}

form#contact-form .form-check:not(.checked) .form-check-label:before {
  background: rgba(241, 241, 241, 0.9);
}

.job-form-modal .job-situation-wrapper .form-check {
  padding-left: 0;
}

.job-form-modal .job-situation-wrapper .form-check label {
  padding-right: 0;
}

@media (max-width: 769px) {
  .job-form-modal .job-situation-wrapper .form-check label {
    padding-left: 15px;
  }
  .job-form-modal .job-situation-wrapper .form-check label:before {
    margin-right: 5px;
  }
}

.notransition {
  transition: none !important;
}

.stage.final.submit-button-wrapper .btn {
  display: inline-block;
}

a .text-salmon {
  text-decoration: underline;
}

.icon-list-filtered .list-items .item:hover .mouseenter p {
  text-align: center;
}

.button-centered .align-items-center {
  margin-top: 30px;
}

@media (min-width: 1600px) {
  .job-detail .container {
    max-width: 1400px !important;
  }
}

.success-message {
  font-size: 18px;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: avenir-demi;
}

#form-contact.success-message {
  color: #003359;
}

#trial-form.success-message,
#job-form.success-message {
  color: white;
}

.bottom-nav-prev-next + footer {
  margin-top: 60px;
}

.card-large-list > .card-columns {
  -moz-column-count: auto;
       column-count: auto;
  -moz-column-gap: auto;
       column-gap: auto;
  orphans: auto;
  widows: auto;
}

.card-large-list > .card-columns .card {
  width: 48%;
}

@media (max-width: 450px) {
  .card-large-list > .card-columns .card {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.min.css.map */
