@import url("https://fonts.googleapis.com/css?family=Capriola");
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

picture, article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

img, iframe {
  vertical-align: middle;
  border-style: none;
}

figure {
  margin: 0;
}

form {
  margin: 0 auto;
}

input, textarea, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=radio], input[type=checkbox] {
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

@font-face {
  font-family: "Circular";
  src: url("/templates/fonts/CircularStd-Book.eot");
  src: url("/templates/fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/CircularStd-Book.woff2") format("woff2"), url("/templates/fonts/CircularStd-Book.woff") format("woff"), url("/templates/fonts/CircularStd-Book.ttf") format("truetype"), url("/templates/fonts/CircularStd-Book.svg#CircularStd-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular";
  src: url("/templates/fonts/CircularStd-Medium.eot");
  src: url("/templates/fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/CircularStd-Medium.woff2") format("woff2"), url("/templates/fonts/CircularStd-Medium.woff") format("woff"), url("/templates/fonts/CircularStd-Medium.ttf") format("truetype"), url("/templates/fonts/CircularStd-Medium.svg#CircularStd-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular";
  src: url("/templates/fonts/CircularStd-Bold.eot");
  src: url("/templates/fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/CircularStd-Bold.woff2") format("woff2"), url("/templates/fonts/CircularStd-Bold.woff") format("woff"), url("/templates/fonts/CircularStd-Bold.ttf") format("truetype"), url("/templates/fonts/CircularStd-Bold.svg#CircularStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flaticon";
  src: url("/templates/fonts/Flaticon.eot");
  src: url("/templates/fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("/templates/fonts/Flaticon.woff") format("woff"), url("/templates/fonts/Flaticon.ttf") format("truetype"), url("/templates/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/templates/fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^=icon-]:before, [class*=" icon-"]:before,
[class^=icon-]:after, [class*=" icon-"]:after,
.top-level-el:after,
.btn:after, .link-btn:after,
.pagination .nav-next:before,
.pagination .nav-prev:before,
#trigger-filters:after,
.trigger-filters-group .title:after,
.chosen-filters .trigger-filter:after,
.form-field:after,
.state-vacancy .state-location-field:after,
input[type=checkbox] + label:before, input[type=radio] + label:before,
.contact-menu .trigger:after {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\f10c";
}

.icon-search:after {
  content: "\f111";
}

.icon-location:after {
  content: "\f112";
}

.icon-phone:before {
  content: "\f114";
}

.icon-mail:before {
  content: "\f105";
}

.icon-instagram:before {
  content: "\f10a";
}

.icon-linkedin:before {
  content: "\f107";
}

.icon-twitter:before {
  content: "\f109";
}

.icon-whatsapp:before {
  content: "\f106";
}

.icon-facebook:before {
  content: "\f108";
}

.icon-play:before {
  content: "\f10f";
}

/* Default settings */
/* Cheatsheet: 10px by default */
/* Cheatsheet: 13px by default */
/* Cheatsheet: 14px by default */
/* Cheatsheet: 16px by default */
/* Cheatsheet: 18px by default */
/* Cheatsheet: 21px by default */
/* Cheatsheet: 24px by default */
/* Cheatsheet: 32px by default */
/* Cheatsheet: 44px by default */
/* Cheatsheet: 54px by default */
/* Cheatsheet: 20px by default */
/* Cheatsheet: 2px by default */
/* Cheatsheet: 146px by default */
/* Cheatsheet: 59.2px by default */
/* Z-index settings */
/* Color settings */
/* Transition settings */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -25%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
    visibility: hidden;
  }
}
html {
  font-family: "Circular";
  line-height: 1.6666666667;
}

body {
  font-family: "Circular";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6666666667;
  color: #000000;
}

h1, h2, .blocks-nav-title, .s-h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: "Capriola";
}

h1, .segment-title {
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 1000px) {
  h1, .segment-title {
    font-size: 2.75rem;
  }
}

h2, .blocks-nav-title, .s-h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4, h5, h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

ul {
  list-style: none;
  padding: 0;
}
ul li {
  position: relative;
  color: #000000;
  padding-left: 1.125rem;
}
ul li:first-child {
  margin-top: 0;
}
ul li:before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 0.8333333333em;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #E6007E;
}

.nav ul li, ul.nav li, .blocks-nav ul li, ul.blocks-nav li {
  margin-top: 0;
  padding-left: 0;
}
.nav ul li:before, ul.nav li:before, .blocks-nav ul li:before, ul.blocks-nav li:before {
  display: none;
}

dl {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

blockquote {
  font-style: italic;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.25rem;
}

b, strong {
  font-weight: bold;
}

a {
  color: #00A7B5;
  text-decoration: none;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border 0.2s ease-in, box-shadow 0.2s ease-in;
}
a:hover {
  color: #008f9c;
}

.large-intro {
  font-size: 1.325rem;
}

.intro {
  font-size: 1.24875rem;
}

.sub-title {
  color: rgba(0, 0, 0, 0.75);
  margin-top: -1.25rem;
}

.desc {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
}

.page-intro-small {
  color: rgba(0, 0, 0, 0.75);
}
.page-intro-small br {
  display: none;
}
@media (min-width: 1000px) {
  .page-intro-small {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .page-intro-small br {
    display: block;
  }
}

a {
  color: #F78200;
}

#menu-main a {
  color: #00A7B5;
}

button {
  border: none;
  background: none;
}

label, .label {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.75);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

input, textarea, select {
  display: block;
  width: 100%;
  background: #FFF;
  padding: 0.75em 1em;
  border: 0.0625rem solid #E3E3E3;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border 0.2s ease-in, box-shadow 0.2s ease-in;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #00A7B5;
  box-shadow: inset 0 0 0 0.0625rem #00A7B5;
}
input.state-invalid, textarea.state-invalid, select.state-invalid {
  border-color: #F78200;
}
input.state-invalid:focus, textarea.state-invalid:focus, select.state-invalid:focus {
  box-shadow: inset 0 0 0 0.0625rem #F78200;
}
input.state-invalid:focus:valid, textarea.state-invalid:focus:valid, select.state-invalid:focus:valid {
  border-color: #00A7B5;
  box-shadow: inset 0 0 0 0.0625rem #00A7B5;
}

.options {
  padding: 0.75em 0;
}

select {
  cursor: pointer;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + label, input[type=radio] + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.8125rem;
  font-weight: normal;
  padding-left: 1.75em;
  line-height: 1.25em;
  margin: 0 0.8333333333rem 0.8333333333rem 0;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border 0.2s ease-in, box-shadow 0.2s ease-in;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  top: 0;
  left: 0;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border 0.2s ease-in, box-shadow 0.2s ease-in;
}

input[type=checkbox] + label:before {
  background: #EAF3F8;
}
input[type=checkbox]:checked + label:before {
  background: #F78200;
}
.subscribe input[type=checkbox] + label:before {
  background: #FFF;
}
.subscribe input[type=checkbox]:checked + label:before {
  background: #F78200;
}

input[type=radio] + label:before {
  border-radius: 50%;
  border-width: 0.125rem;
  border-style: solid;
  border-color: #F78200;
}
input[type=radio]:checked + label:before {
  border-width: 0.3125rem;
}

.radio-btn-cont {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
}
.radio-btn-cont input + label {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 1.25em 1.75em 1.25em 3em;
  margin-left: 0.625rem;
  margin-right: 0;
  margin-bottom: 0;
  color: #F78200;
  background: rgba(247, 130, 0, 0.1);
}
.radio-btn-cont input + label:before {
  top: 1.25em;
  left: 1.25em;
  background: #FFF;
}
.radio-btn-cont input:checked + label {
  color: #FFF;
  background: #F78200;
}
.radio-btn-cont input:checked + label:before {
  border-color: #FFF;
  background: #F78200;
}
.radio-btn-cont.state-alt {
  margin-bottom: 1.25rem;
  margin-left: 0;
}
.radio-btn-cont.state-alt input + label {
  width: 100%;
  background-color: #FFF;
  border: 0.125rem solid #E3E3E3;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  margin-left: 0;
  text-align: left;
  padding: 0.75em 2.3em 0.75em 0.75em;
  font-size: 1rem;
}
.radio-btn-cont.state-alt input + label:not(:last-child) {
  margin-bottom: 0.8333333333rem;
}
.radio-btn-cont.state-alt input + label:before {
  left: auto;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1000px) {
  .radio-btn-cont.state-alt input + label {
    padding: 1.25em 3em 1.25em 1.25em;
    font-size: 1.125rem;
  }
  .radio-btn-cont.state-alt input + label:before {
    right: 1.25em;
  }
}
.radio-btn-cont.state-alt input:checked + label {
  color: #F78200;
  border-color: #F78200;
}
.radio-btn-cont.state-alt input:checked + label:after {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0.75em;
  border: 0.125rem solid #F78200;
  border-radius: 50%;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border 0.2s ease-in, box-shadow 0.2s ease-in;
}
@media (min-width: 1000px) {
  .radio-btn-cont.state-alt input:checked + label:after {
    right: 1.25em;
  }
}
.radio-btn-cont.state-odd {
  justify-content: space-between;
}
.radio-btn-cont.state-odd input + label {
  width: 100%;
  flex: 1 1 auto;
}
@media (min-width: 600px) {
  .radio-btn-cont.state-odd input + label {
    width: auto;
  }
  .radio-btn-cont.state-odd input + label:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.625rem;
  }
}

.state-center .radio-btn-cont, .matching-survey .radio-btn-cont, .blocks-nav-section .radio-btn-cont {
  justify-content: center;
}

.form-row {
  margin-bottom: 0.625rem;
}

.form-row:not(.s-aligned) .label, .form-row:not(.s-aligned) .options {
  flex: 0 0 100%;
}

.form-field > .label {
  display: block;
}
@media (min-width: 750px) {
  .form-field {
    display: flex;
    flex-wrap: wrap;
  }
  .form-field > label, .form-field > .label {
    flex: 0 0 20%;
    padding-top: 0.75em;
  }
  .form-field input, .form-field textarea, .form-field select, .form-field .upload, .form-field .options {
    flex: 0 0 80%;
  }
  .form-field input:first-child, .form-field textarea:first-child, .form-field select:first-child, .form-field .upload:first-child, .form-field .options:first-child {
    flex-basis: 100%;
  }
  .form-field .g-recaptcha {
    margin-bottom: 10px;
  }
}
.form-field.state-select {
  position: relative;
}
.form-field.state-select select {
  position: relative;
  padding-right: 1.75em;
  z-index: 2;
  background: transparent;
}
.form-field.state-select:after {
  content: "\f103";
  color: #00A7B5;
  font-size: 0.5em;
  position: absolute;
  line-height: 1.6666666667rem;
  bottom: 0.75rem;
  right: 1rem;
  z-index: 1;
}

.sidebar .form-field {
  display: block;
}

.form-row-validation {
  color: #F78200;
  display: none;
  padding: 0.75em 1em;
  font-size: 0.8125rem;
  background: rgba(247, 130, 0, 0.1);
  margin: 1.25rem auto;
}
.form-row-validation.state-show {
  display: block;
  animation: fadeIn 0.2s;
  animation-fill-mode: both;
}

form.standard {
  margin-bottom: 2.5rem;
}

.g-recaptcha {
  margin-bottom: 25px;
}

.form-text {
  color: rgba(0, 0, 0, 0.75);
}

::selection {
  background: rgba(0, 167, 181, 0.1);
}

body {
  background-color: #FFF;
}

.section, .contact-form, .contact-page, .matching-survey, .blocks-nav-section, #bottom, .section-banner {
  position: relative;
  padding: 5vw 8vw;
}

.state-center, .matching-survey, .blocks-nav-section {
  text-align: center;
}

.state-odd-bg {
  background: #EAF3F8;
}

.state-slim-bottom {
  padding-bottom: 0;
}

.state-slim-top {
  padding-top: 0;
}

.section-center {
  padding: 0 5vw;
}

.section-box {
  padding: 3vw;
}

.section-content {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .section-content.state-extra-padding {
    max-width: 1000px;
  }
}
.section-content .flex-row {
  margin-bottom: 0;
}

.section > *:last-child, .contact-form > *:last-child, .contact-page > *:last-child, .matching-survey > *:last-child, .blocks-nav-section > *:last-child, #bottom > *:last-child, .section-box > *:last-child {
  margin-bottom: 0;
}

.section-banner {
  padding: 0 8vw 5vw;
  overflow: hidden;
}
.section-banner + .location-section {
  padding-top: 0;
}
.section-banner .close-date {
  font-style: italic;
}

.state-clean-bottom {
  padding-bottom: 0;
}

img {
  display: block;
  width: 100%;
}

.flex-row {
  margin-bottom: 5vw;
}
.flex-row .main-content {
  overflow: hidden;
}
.flex-row .main-content img {
  margin-bottom: 1.25rem;
}
.flex-row .sidebar {
  margin-bottom: 2.5rem;
}
@media (min-width: 1000px) {
  .flex-row {
    overflow: hidden;
  }
  .flex-row .main-content {
    float: left;
    width: 65%;
  }
  .flex-row .main-content:first-child > * {
    padding-right: 5vw;
  }
  .flex-row .main-content.state-swap {
    float: right;
  }
  .flex-row .main-content.state-swap:first-child > * {
    padding-left: 5vw;
  }
  .flex-row .main-content img {
    margin-bottom: 2.5rem;
  }
  .flex-row .sidebar {
    float: right;
    width: 35%;
  }
  .flex-row .sidebar.state-alt {
    clear: left;
    padding-left: 2.5rem;
  }
  .flex-row .sidebar.state-swap {
    float: left;
  }
  .flex-row .sidebar.state-swap:first-child > * {
    padding-right: 2.5rem;
    padding-left: 0;
  }
  .flex-row .sidebar:first-child > * {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .flex-row .main-content {
    width: 70%;
  }
  .flex-row .sidebar {
    width: 30%;
  }
}
@media (min-width: 1400px) {
  .flex-row .main-content {
    width: 75%;
  }
  .flex-row .sidebar {
    width: 25%;
  }
}

/* display: flex should actually be on .flex-row, but that class never got it, too risky to add it now */
.state-between {
  display: flex;
  justify-content: space-between;
}

hr {
  height: 0;
  border-width: 0.125rem 0 0;
  border-style: solid;
  border-color: #EAF3F8;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
hr.segment-divider {
  margin-bottom: 0;
}
hr.invisible {
  color: transparent;
  opacity: 0;
  visibility: hidden;
}

.media-spacer {
  margin: 3vw auto;
}

.flex-img img, .flex-vid iframe {
  width: 100%;
  max-width: 100%;
  display: block;
}

.text-overflow, .upload .file-field, .vacancy .title, .vacancy .details {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.state-hidden {
  display: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.responsive-table {
  overflow: hidden;
  overflow-x: scroll;
}
.responsive-table td {
  min-width: 30vw !important;
  text-align: center;
  padding: 2vw;
  border: 1px solid #E3E3E3;
  border-spacing: 0 !important;
}
.responsive-table table {
  border: none;
  border-collapse: collapse;
}

.link-btn, .btn {
  display: inline-block;
  position: relative;
  font-weight: 500;
  line-height: 1.25;
}
.link-btn:after, .btn:after {
  content: "\f10d";
  line-height: 1em;
  display: block;
  position: absolute;
}
.link-btn.state-back:after, .btn.state-back:after {
  content: "\f10e";
}
.link-btn.state-scroll:after, .btn.state-scroll:after {
  content: "\f113";
}

.btn {
  cursor: pointer;
  padding: 0.75em 3em 0.75em 1.25em;
  text-align: left;
  color: #FFF;
  background: #F78200;
  font-size: 0.8125rem;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border 0.2s ease-in, box-shadow 0.2s ease-in;
}
.btn:hover, .btn:focus {
  color: #FFF;
  background: #de7500;
}
.btn:after {
  top: 50%;
  transform: translateY(-50%);
  right: 1.25em;
}
.btn.state-back {
  padding-right: 1.75em;
  padding-left: 3.25em;
}
.btn.state-back:after {
  right: auto;
  left: 1.25em;
}
.btn.state-primary {
  background: #00A7B5;
}
.btn.state-primary:hover, .btn.state-primary:focus {
  background: #008f9c;
}
.btn.state-primary-alt {
  background: #008f9c;
}
.btn.state-primary-alt:hover, .btn.state-primary-alt:focus {
  background: #00A7B5;
}
.btn.state-tertiary {
  background: #CD4094;
}
.btn.state-tertiary:hover, .btn.state-tertiary:focus {
  background: #c13387;
}
.btn.state-quaternary {
  background: #1DB9B1;
}
.btn.state-quaternary:hover, .btn.state-quaternary:focus {
  background: #1aa39c;
}
.btn.state-bg-color {
  background: #EAF3F8;
  color: #00A7B5;
}
.btn.state-bg-color:hover, .btn.state-bg-color:focus {
  background: #d7e8f2;
  color: #008f9c;
}
.btn.state-bg-color-alt {
  background: #FFF;
  color: #F78200;
}
.btn.state-bg-color-alt:hover, .btn.state-bg-color-alt:focus {
  background: #EAF3F8;
  color: #de7500;
}
.btn.state-clean {
  width: 100%;
  padding: 0.75em 1.25em;
  text-align: center;
}
.btn.state-clean::after {
  display: none;
}
.btn.state-text-secondary {
  color: #F78200;
}
.btn.state-text-secondary:hover, .btn.state-text-secondary:focus {
  color: #de7500;
}
@media (min-width: 1000px) {
  .btn {
    font-size: 1rem;
    padding: 1.25em 3.25em 1.25em 1.75em;
  }
  .btn.state-clean {
    padding: 1.25em 1.75em;
  }
  .btn::after {
    right: 1.25em;
  }
}
@media (min-width: 1000px) {
  .btn.state-small {
    font-size: 0.8125rem;
    padding: 0.75em 3em 0.75em 1.25em;
  }
  .btn.state-small.state-clean {
    padding: 0.75em 1.25em;
  }
}

.link-btn {
  padding-right: 1.5em;
}
.link-btn:after {
  top: 0.125em;
  right: 0;
}
.link-btn.state-back {
  padding-right: 0;
  padding-left: 1.5em;
}
.link-btn.state-back:after {
  right: auto;
  left: 0;
}
.link-btn.state-light {
  color: rgba(0, 0, 0, 0.75);
}
.link-btn.state-light:hover {
  color: #000000;
}

.sidebar .btn {
  font-size: 0.875rem;
  line-height: 1.6666666667;
}

.btn-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -0.3125rem;
  margin-top: -0.3125rem;
}
.btn-cont .btn {
  flex: 1 1 auto;
  margin-left: 0.3125rem;
  margin-top: 0.3125rem;
}
.btn-cont.state-odd {
  justify-content: center;
}
.btn-cont.state-odd .btn {
  flex-grow: 0;
}

.link-btn-cont {
  display: flex;
  flex-wrap: wrap;
}
.link-btn-cont .link-btn:not(:first-child) {
  margin-left: 2.5rem;
}

.state-center .link-btn-cont, .matching-survey .link-btn-cont, .blocks-nav-section .link-btn-cont {
  justify-content: center;
}

.btn-note {
  font-size: 0.8125rem;
  line-height: 1.25;
  font-style: italic;
}

.btn-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 540px) {
  .btn-row {
    flex-direction: row;
  }
}

#top {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1em;
  padding: 0.625rem 8vw;
  border-bottom: 0.125rem solid #EAF3F8;
  position: fixed;
  z-index: 1347;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
}
@media (min-width: 1000px) {
  #top {
    padding: 1.25rem 8vw;
    position: static;
    z-index: auto;
    border: none;
  }
}
#top .logo {
  display: block;
  width: 4.625rem;
  height: 3.1875rem;
  background: url("/templates/img/abrona-logo.svg") top left no-repeat;
  background-size: auto 100%;
  margin-right: auto;
}
@media (min-width: 1000px) {
  #top .logo {
    width: 9.125rem;
    height: 3.7rem;
  }
}
#top .logo .anchor {
  display: none;
}

body.state-scrolled {
  padding-top: 87px;
}

#menu-contact {
  display: flex;
  margin-bottom: 0;
  margin-left: -1.25rem;
}
#menu-contact li {
  color: #000000;
}
@media (min-width: 400px) {
  #menu-contact li {
    margin-left: 1.25rem;
  }
}
#menu-contact li.label {
  display: none;
}
@media (min-width: 1000px) {
  #menu-contact li.label {
    display: block;
    font-weight: normal;
  }
}
@media (min-width: 1000px) {
  #menu-contact li.state-whatsapp {
    display: none;
  }
}
@media (max-width: 1000px) {
  #menu-contact .state-desktop {
    display: none;
  }
}
#menu-contact a, #menu-contact .state-desktop {
  display: inline-block;
  color: #000000;
}
#menu-contact a:before, #menu-contact .state-desktop:before {
  color: #00A7B5;
  margin-right: 0.5em;
}
@media (max-width: 1000px) {
  #menu-contact a:before, #menu-contact .state-desktop:before {
    font-size: 1.325rem;
  }
}
@media (max-width: 400px) {
  #menu-contact a:before, #menu-contact .state-desktop:before {
    font-size: 1.125rem;
  }
}
#menu-contact a .anchor, #menu-contact .state-desktop .anchor {
  display: none;
}
@media (min-width: 1000px) {
  #menu-contact a .anchor, #menu-contact .state-desktop .anchor {
    display: inline-block;
  }
}
#menu-contact a:hover {
  color: #00A7B5;
}
#menu-contact .state-desktop {
  display: none;
}
@media (min-width: 1000px) {
  #menu-contact .state-desktop {
    display: inline-block;
  }
  #menu-contact .state-mobile {
    display: none;
  }
}

#trigger-menu-main {
  display: block;
  width: 1.25rem;
  border: none;
  cursor: pointer;
  height: 0.625rem;
  padding: 0;
  margin: 0 0 0 0.3125rem;
}
@media (min-width: 400px) {
  #trigger-menu-main {
    margin-left: 1.25rem;
  }
}
#trigger-menu-main:focus {
  outline: none;
}
@media (min-width: 1000px) {
  #trigger-menu-main {
    display: none;
  }
}
#trigger-menu-main .icon {
  display: block;
  position: relative;
  height: 0.125rem;
}
#trigger-menu-main .icon .base-line, #trigger-menu-main .icon:after, #trigger-menu-main .icon:before {
  display: block;
  background: #00A7B5;
  width: 100%;
  height: 100%;
}
#trigger-menu-main .icon .base-line {
  transition: background-color 0.15s ease-out;
}
#trigger-menu-main .icon:after, #trigger-menu-main .icon:before {
  content: "";
  position: absolute;
  left: 0;
  transition: transform 0.15s ease-out;
}
#trigger-menu-main .icon:before {
  top: -0.3125rem;
}
#trigger-menu-main .icon:after {
  top: 0.3125rem;
}

.state-menu-main-open #trigger-menu-main .icon .base-line {
  background: transparent;
}
.state-menu-main-open #trigger-menu-main .icon:before {
  top: -50%;
  transform: translateY(50%) rotate(45deg);
}
.state-menu-main-open #trigger-menu-main .icon:after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

#menu-main {
  display: none;
  position: relative;
  z-index: 1337;
  background: #FFF;
  border-bottom: 0.125rem solid #EAF3F8;
  transition: color 0.4s ease-in, background-color 0.4s ease-in, border 0.4s ease-in, box-shadow 0.4s ease-in;
}
@media (min-width: 1000px) {
  #menu-main {
    display: block;
    background: #EAF3F8;
  }
  #menu-main.state-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    transition: none;
    animation: slideInDown 0.2s;
    animation-fill-mode: both;
  }
}
#menu-main .top-level-nav {
  position: relative;
  z-index: 1337;
  background: #EAF3F8;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  #menu-main .top-level-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 8vw;
    background: none;
    margin-left: -1.25rem;
  }
}
#menu-main .top-level {
  position: static;
}
#menu-main .top-level.search-container {
  position: relative;
  margin-top: 0.625rem;
}
@media (min-width: 1000px) {
  #menu-main .top-level {
    margin-left: 1.25rem;
    position: relative;
  }
  #menu-main .top-level.search-container {
    margin-left: auto;
  }
  #menu-main .top-level:first-child {
    align-self: center;
  }
}
#menu-main .top-level .top-level-el {
  display: block;
  padding: 0.625rem 5vw;
  border-bottom: 0.125rem solid #FFF;
}
@media (min-width: 1000px) {
  #menu-main .top-level .top-level-el {
    padding: 1.875rem 0;
    border: none;
  }
  #menu-main .top-level .top-level-el.icon-home {
    padding: 0;
  }
}
#menu-main .top-level.state-sub-menu .top-level-el {
  position: relative;
}
#menu-main .top-level.state-sub-menu .top-level-el:after {
  display: inline-block;
  content: "\f103";
  font-size: 0.5em;
  position: absolute;
  top: 50%;
  right: 5vw;
  transform: translateY(-50%);
}
@media (min-width: 1000px) {
  #menu-main .top-level.state-sub-menu .top-level-el {
    padding-right: 0.75em;
  }
  #menu-main .top-level.state-sub-menu .top-level-el:after {
    right: 0;
  }
}
@media (min-width: 1000px) {
  #menu-main .top-level.state-sub-menu:hover .sub-menu, #menu-main .top-level.state-search-box:hover .sub-menu, #menu-main .top-level.state-sub-menu.state-delay .sub-menu, #menu-main .top-level.state-search-box.state-delay .sub-menu {
    display: block;
    animation: fadeInDown 0.2s;
    animation-fill-mode: both;
  }
}
@media (max-width: 1000px) {
  #menu-main .top-level.state-open .sub-menu {
    display: block;
  }
}
#menu-main .top-level.state-search-box {
  margin-left: auto;
}
#menu-main .top-level.state-search-box label {
  cursor: pointer;
  font-weight: normal;
  display: none;
}
#menu-main .top-level.state-search-box label:after {
  margin-left: 0.5em;
}
@media (min-width: 1000px) {
  #menu-main .top-level.state-search-box label {
    display: block;
  }
}
#menu-main .top-level .top-level-el:hover, #menu-main .top-level:hover .top-level-el {
  color: #000000;
}
#menu-main .icon-home:before {
  font-size: 1.325rem;
}
#menu-main .icon-home .anchor {
  display: inline-block;
  margin-left: 0.5em;
}
@media (min-width: 1000px) {
  #menu-main .icon-home .anchor {
    display: none;
  }
}
#menu-main .background {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1317;
}
@media (min-width: 1000px) {
  #menu-main .background.state-show {
    display: block;
    animation: fadeIn 0.2s;
    animation-fill-mode: both;
  }
}

@media (max-width: 1000px) {
  .state-menu-main-open #menu-main {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 4.5333333333rem;
  }
}
@media (hover: none) {
  #menu-main {
    -webkit-overflow-scrolling: touch;
  }
}
body {
  padding-top: 4.5333333333rem;
}
body.state-menu-main-open {
  overflow: hidden;
  height: 100%;
  position: fixed;
}
@media (min-width: 1000px) {
  body {
    padding-top: 0;
  }
  body.state-menu-main-open {
    position: static;
    overflow: auto;
  }
}

@media (min-width: 1000px) {
  .sub-menu {
    display: none;
    border-top: 0.125rem solid #EAF3F8;
    text-align: left;
    position: absolute;
    z-index: 1327;
    top: 100%;
    left: 0;
    min-width: 15.625rem;
  }
}
.sub-menu .inner {
  text-align: center;
  padding: 5vw;
  background: #FFF;
}
@media (min-width: 1000px) {
  .sub-menu .inner {
    padding: 1.875rem 2.5vw;
  }
}
.sub-menu hr {
  margin-bottom: 0;
}
.sub-menu .nav {
  text-align: left;
}
@media (min-width: 1000px) {
  .sub-menu .nav {
    display: block;
  }
}
.sub-menu .nav a {
  font-weight: 500;
}
.sub-menu .nav a:hover {
  color: #000000;
}
.sub-menu .blocks-nav, .sub-menu .blocks-nav-title {
  margin-bottom: 1.25rem;
}

.state-sub-menu .sub-menu {
  display: none;
}

.sub-stories {
  display: none;
}
@media (min-width: 1000px) {
  .sub-stories {
    display: block;
  }
}

.search-container {
  position: relative;
  margin: 0.625rem 5vw;
  padding-bottom: 0.625rem;
}
@media (min-width: 1000px) {
  .search-container {
    flex: 0 1 111px;
    margin: 0;
    margin-left: auto;
  }
}
.search-container form {
  position: relative;
}
.search-container form .form-field input {
  border-radius: 4px;
  padding: 10px 40px 10px 15px;
  transition: all 200ms ease;
}
@media (min-width: 1000px) {
  .search-container form .form-field input {
    width: 100px;
  }
  .search-container form .form-field input:focus {
    width: 160px;
  }
}
.search-container form .form-field input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.search-container form .icon-search {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media (min-width: 1000px) {
  body {
    overflow-x: hidden;
    overflow-y: visible;
  }

  .color-blocks::before {
    content: "";
    position: absolute;
    pointer-events: none;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/banner-deco-left-new.svg");
  }
  .color-blocks.home:before {
    top: 200px;
    left: 0;
    width: 45%;
    transform: translateX(-50%);
  }
  .color-blocks.alt:before {
    top: 115px;
    left: 0;
    width: 33%;
    transform: translateX(-71%);
  }
}
#bottom {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.75);
  background: #00A7B5;
  padding: 5vw 8vw;
}
#bottom a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: bold;
}
#bottom a:hover {
  color: #FFF;
}
#bottom .social-links a {
  color: #000000;
  background: #FFF;
}
#bottom .social-links a.youtube-link {
  position: relative;
}
#bottom .social-links a.youtube-link img {
  max-width: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1000px) {
  #bottom::before {
    content: "";
    position: absolute;
    pointer-events: none;
    height: 100%;
    z-index: -1;
    top: -95px;
    right: 45px;
    width: 90px;
    transform: translateX(50%);
    background-repeat: no-repeat;
    background-size: 180px auto;
    background-image: url("../images/banner-deco-left-new.svg");
  }
}

#pre-bottom {
  padding-bottom: 1.25rem;
}
@media (min-width: 850px) {
  #pre-bottom {
    display: flex;
    flex-wrap: wrap;
  }
}
#pre-bottom .logo, #pre-bottom .nav {
  margin-bottom: 1.25rem;
}
#pre-bottom .logo {
  display: block;
  width: 15.5125rem;
  height: 5.92rem;
  background: url("/templates/img/abrona-logo-wit.svg") top left no-repeat;
  background-size: auto 100%;
  margin-right: auto;
}
#pre-bottom .logo .anchor {
  display: none;
}
@media (min-width: 850px) {
  #pre-bottom .nav {
    margin-right: 3.75rem;
  }
  #pre-bottom .nav:last-child {
    margin-right: 0;
  }
}
#pre-bottom .nav li {
  margin-top: 0.625rem;
}
#pre-bottom .nav li a {
  font-weight: normal;
}
#pre-bottom .nav li.title {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "Capriola";
  margin-top: 0;
}

#post-bottom {
  padding-top: 2.5rem;
  border-top: 0.0625rem solid #008f9c;
}
@media (min-width: 400px) {
  #post-bottom {
    display: flex;
    align-items: center;
  }
}
#post-bottom .copyright {
  margin-right: auto;
  margin-bottom: 0.625rem;
}
@media (min-width: 400px) {
  #post-bottom .copyright {
    margin-bottom: 0;
  }
}
#post-bottom .copyright .copyright-label {
  display: inline-block;
  margin-right: 1.25rem;
}
@media (min-width: 400px) {
  #post-bottom .copyright .copyright-label {
    margin-right: 2.5rem;
  }
}
#post-bottom .copyright a {
  display: inline-block;
}

.overlay {
  position: fixed;
  top: 100vh;
  left: 0;
  height: 100vh;
  width: 100vw;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

.social-links {
  display: flex;
  margin-left: -0.625rem;
  margin-bottom: 0;
}
.social-links a {
  display: block;
  text-align: center;
  background: #EAF3F8;
  border-radius: 50%;
  margin-left: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
@media (min-width: 400px) {
  .social-links a {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.social-links a:before {
  font-size: 1rem;
}

.social-share {
  margin-bottom: 1.25rem;
}
.social-share .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
}
@media (min-width: 1000px) {
  .social-share .inner {
    padding-top: 2.5rem;
  }
}
.social-share .trigger-options {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-bottom: 0.4166666667rem;
}
.social-share .trigger-options:focus {
  outline: none;
}
@media (min-width: 350px) {
  .social-share .trigger-options {
    margin-bottom: 0;
  }
}
.social-share .share-options {
  display: flex;
  align-items: flex-start;
}
.social-share .share-options a {
  display: block;
  margin-left: 0.625rem;
  text-align: center;
  background: #EAF3F8;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.social-share .share-options a.icon-twitter {
  display: none;
}

.tab-header .tab-name {
  position: relative;
  text-align: center;
  padding: 1rem;
  color: #F78200;
  cursor: pointer;
  border: 3px solid #EAF3F8;
  border-radius: 4px;
  transition: all 200ms ease;
}
@media (min-width: 1000px) {
  .tab-header .tab-name {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab-header .tab-name span {
    flex: 1 1 auto;
  }
  .tab-header .tab-name:not(:last-of-type) {
    margin-right: 15px;
  }
}
.tab-header .tab-name:not(:last-of-type) {
  border-bottom: 2px solid #EAF3F8;
}
@media (min-width: 1050px) {
  .tab-header .tab-name:hover:not(.state-active)::after {
    width: 100%;
  }
}
.tab-header .tab-name.state-active {
  border: 3px solid #F78200;
}
@media (min-width: 1000px) {
  .tab-header {
    display: flex;
  }
  .tab-header .tab-name {
    flex: 1;
  }
}

.tab-content {
  padding: 5vw 0;
}
.tab-content .tab-inner {
  display: none;
  flex-wrap: wrap;
}
.tab-content .tab-inner.state-active {
  display: flex;
}
.tab-content .tab-inner picture {
  display: block;
  width: 100%;
}
.tab-content .tab-inner .media img {
  width: 100%;
}
.tab-content .tab-inner .content {
  margin: 5vw 0;
}
.tab-content .tab-inner p {
  color: rgba(0, 0, 0, 0.75);
}
.tab-content .tab-inner p.intro {
  color: #000000;
}
@media (min-width: 768px) {
  .tab-content .tab-inner {
    justify-content: space-between;
  }
  .tab-content .tab-inner .content {
    margin: 0;
    order: 1;
    flex: 1 0 45%;
  }
  .tab-content .tab-inner .content .content-inner {
    width: 75%;
  }
  .tab-content .tab-inner .media {
    order: 2;
    flex: 0 1 50%;
    padding-top: 100px;
  }
}

.section-header {
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 1000px) {
  .section-header {
    margin-bottom: 3.125rem;
    font-size: 2.75rem;
  }
}

.text-widget {
  border: 1px solid #CFE8F5;
  padding: 1.25rem 1.25rem 1.875rem;
  background: #FAFCFD;
  margin-bottom: 1.25rem;
}
.text-widget > *:last-child {
  margin-bottom: 0;
}
.text-widget:last-child {
  margin-bottom: 0;
}
.text-widget .title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.text-widget a {
  font-weight: bold;
}
.text-widget a.icon-phone, .text-widget a.icon-mail {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  font-weight: normal;
}
@media (min-width: 400px) {
  .text-widget a.icon-phone, .text-widget a.icon-mail {
    font-size: 1rem;
  }
}
.text-widget a.icon-phone + br + .icon-phone {
  margin-top: 0;
}
.text-widget .btn {
  font-weight: 500;
}
.text-widget .btn-cont {
  margin-bottom: 0.8333333333rem;
}

.banner {
  position: relative;
  width: 100%;
  z-index: 3;
}
.banner figure {
  position: relative;
  width: 100%;
}
.banner img {
  position: relative;
  display: block;
  width: 100%;
}
.banner figcaption {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  width: 90%;
  z-index: 2;
}
.banner figcaption .banner-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Capriola";
  line-height: 1.25;
  color: #FFF;
}
.banner figcaption .btn-row {
  margin-top: 1.25rem;
}
.banner .banner-content {
  position: relative;
  margin-top: 0.3125rem;
  text-align: center;
  font-size: 0.8125rem;
  color: #FFF;
}
.banner .banner-content ul li {
  display: inline-block;
  color: #FFF;
  margin-top: 0;
  margin-left: 0.75rem;
}
.banner .banner-content ul li::before {
  width: 0.375rem;
  height: 0.375rem;
  border: none;
  background-color: #FFF;
}
.banner .banner-content ul li:first-child {
  margin-left: 0;
}
.banner .banner-content ul li:first-child::before {
  display: none;
}
.banner .banner-caption {
  position: relative;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.8125rem;
  font-style: italic;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.banner.state-top figcaption {
  bottom: -1.25rem;
}
.banner.state-top figcaption .banner-title {
  font-weight: bold;
}
.banner.state-contact figcaption {
  width: 100%;
  padding: 1.25rem 0 0;
  transform: none;
  position: static;
}
@media (min-width: 1000px) {
  .banner.state-contact figcaption {
    position: absolute;
    left: 0;
    padding: 0 1.25rem;
  }
}
@media (min-width: 1200px) {
  .banner.state-contact figcaption {
    bottom: 2.5rem;
  }
}
.banner.state-contact .banner-title, .banner.state-contact .banner-sub-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 1000px) {
  .banner.state-contact .banner-title, .banner.state-contact .banner-sub-title {
    color: #FFF;
    text-align: center;
  }
}
.banner.state-contact .banner-title {
  font-size: 1.5rem;
}
@media (min-width: 1000px) {
  .banner.state-contact .banner-title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .banner.state-contact .banner-title {
    font-size: 2.75rem;
  }
}
.banner.state-contact .banner-sub-title {
  font-size: 1.125rem;
}
@media (min-width: 1000px) {
  .banner.state-contact .banner-sub-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .banner.state-contact .banner-sub-title {
    font-size: 2rem;
  }
}
@media (min-width: 1000px) {
  .banner.state-contact:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 40, 56, 0) 0%, rgba(0, 40, 56, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 40, 56, 0) 0%, rgba(0, 40, 56, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 40, 56, 0) 0%, rgba(0, 40, 56, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00002838", endColorstr="#a6002838",GradientType=0 );
  }
}
.banner.state-bottom figcaption {
  bottom: 0;
}
@media (min-width: 400px) {
  .banner.state-bottom figcaption {
    bottom: 1.25rem;
  }
}
.banner.state-bottom figcaption .banner-title {
  font-size: 1.125rem;
}
.banner.state-large {
  margin-bottom: 1.25rem;
}
.banner.state-large::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.52) 100%);
}
@media (min-width: 768px) {
  .banner figcaption .banner-title {
    font-size: 2rem;
  }
  .banner figcaption .btn-row {
    margin-top: 2.5rem;
  }
  .banner.state-top figcaption {
    bottom: -1.125rem;
  }
  .banner.state-bottom figcaption .banner-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .banner .banner-content {
    font-size: 1rem;
  }
  .banner figcaption {
    width: 65%;
  }
  .banner.state-top figcaption {
    bottom: -2rem;
  }
  .banner.state-top figcaption .banner-title {
    font-size: 3.375rem;
  }
  .banner.state-bottom figcaption {
    bottom: 2.5rem;
  }
  .banner.state-bottom figcaption .banner-title {
    font-size: 2rem;
  }
  .banner.state-bottom .btn-row .btn + .btn {
    margin-left: 0.3125rem;
  }
}

@media (min-width: 1000px) {
  .banner-state-pos2::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    height: calc(50% + 50px - 0.625rem - 2.5vw);
    width: 100%;
    background-color: #EAF3F8;
    z-index: -2;
  }
}
.section-banner.state-vacancy {
  padding: 0;
  background-color: #EAF3F8;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .section-banner.state-vacancy {
    padding: 0 8vw 5vw;
    margin-bottom: 0;
    background-color: transparent;
  }
}
.section-banner.state-vacancy .banner:after {
  display: none;
}
@media (min-width: 1000px) {
  .section-banner.state-vacancy .banner:after {
    display: block;
  }
}
.section-banner.state-vacancy .banner.state-top figcaption {
  bottom: 30px;
}
.section-banner.state-vacancy .banner figcaption {
  position: relative;
}
@media (min-width: 1000px) {
  .section-banner.state-vacancy .banner figcaption {
    position: absolute;
    width: 100%;
  }
}
.section-banner.state-vacancy .banner figcaption .banner-title {
  position: absolute;
  top: -100px;
  width: 100%;
}
@media (min-width: 1000px) {
  .section-banner.state-vacancy .banner figcaption .banner-title {
    position: relative;
    margin-bottom: 30px;
    top: auto;
    font-size: 2.75rem;
  }
}
@media (min-width: 1300px) {
  .section-banner.state-vacancy .banner figcaption .banner-title {
    font-size: 3.375rem;
  }
}
@media (min-width: 1000px) {
  .section-banner.state-vacancy .banner figcaption .search-form {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.section-banner.state-vacancy .banner figcaption .search-form input {
  border-radius: 4px;
}
.section-banner.state-vacancy .banner figcaption .search-form .form-row {
  flex: 0 0 40%;
  position: relative;
}
.section-banner.state-vacancy .banner figcaption .search-form .form-row .field-suggestions {
  position: absolute;
  top: 0;
  padding: 0.75em 1em;
}
.section-banner.state-vacancy .banner figcaption .search-form .form-row .field-suggestions.state-hide {
  display: none;
}
.section-banner.state-vacancy .banner figcaption .search-form .form-row .field-suggestions span {
  color: #707372;
}
.section-banner.state-vacancy .banner figcaption .search-form .form-row .field-suggestions .items {
  display: inline-block;
}
.section-banner.state-vacancy .banner figcaption .search-form .form-row .field-suggestions .items .suggestion {
  color: #707372;
  padding-left: 3px;
  display: none;
}
.section-banner.state-vacancy .banner figcaption .search-form .form-row .field-suggestions .items .suggestion.state-show {
  display: inline-block;
  animation: fadeInDown 0.3s;
  animation-fill-mode: both;
}
.section-banner.state-vacancy .banner figcaption .search-form .form-row .field-suggestions .items .suggestion:before {
  display: none;
}
.section-banner.state-vacancy .banner figcaption .search-form .search-location {
  flex: 0 0 25%;
}
@media (min-width: 1000px) {
  .section-banner.state-vacancy .banner figcaption .search-form .search-location {
    margin-left: 10px;
    margin-right: 30px;
  }
}
.section-banner.state-vacancy .banner figcaption .search-form .search-location .state-location-field:after {
  display: inline-block;
  content: "\f103";
  font-size: 0.5em;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #707372;
}
.section-banner.state-vacancy .banner figcaption .search-form .search-location select {
  border-radius: 4px;
  color: #707372;
}
.section-banner.state-vacancy .banner figcaption .search-form .form-row-submit {
  flex: 0 0 auto;
}
.section-banner.state-vacancy .banner figcaption .search-form .form-row-submit .btn {
  border-radius: 4px;
  padding: 16px 28px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1000px) {
  .section-banner.state-vacancy .banner figcaption .search-form .form-row-submit .btn {
    width: auto;
  }
}
.section-banner.state-vacancy .banner figcaption .search-form .form-row-submit .btn:after {
  display: none;
}

.content-banner {
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #CFE8F5;
  background: #FAFCFD;
  position: relative;
  margin-top: 1.25rem;
}
.content-banner.state-btn {
  padding: 1.25rem;
  margin-top: 2.5rem;
}
.content-banner.state-alt {
  border-top: 0;
  background: #FAFCFD;
  margin: 0;
}
.content-banner.state-alt h2, .content-banner.state-alt .blocks-nav-title, .content-banner.state-alt .content {
  color: #FFF;
}
.content-banner.state-alt h2, .content-banner.state-alt .blocks-nav-title {
  font-weight: normal;
  line-height: 1.25;
}
.content-banner.state-alt .content a {
  color: #FFF;
}
.content-banner.state-alt .content i, .content-banner.state-alt .content em {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content-banner.state-tertiary {
  border-top: 1px solid #CFE8F5;
}
.content-banner.state-fill {
  color: #FFF;
  background: #FAFCFD;
  border: 1px solid #CFE8F5;
  padding: 1.25rem;
}
.content-banner.state-fill .title h2, .content-banner.state-fill .title .blocks-nav-title {
  color: #000000;
}
.content-banner.state-fill a {
  color: #FFFFFF;
}
.content-banner.state-fill .btn {
  margin-top: 0.3125rem;
}
@media (min-width: 650px) {
  .content-banner.state-fill .btn {
    margin-top: 0;
  }
}
.content-banner.state-fill .btn + .cta-caption {
  margin-top: 0.3125rem;
}
.content-banner.state-fill .cta-caption {
  color: #000000;
}
@media (min-width: 1000px) {
  .content-banner .max-width {
    max-width: 480px;
  }
}
.content-banner .title {
  display: flex;
  align-items: center;
}
.content-banner .title h2, .content-banner .title .blocks-nav-title {
  margin-bottom: 0;
  color: #1DB9B1;
  font-size: 1.125rem;
}
@media (min-width: 550px) {
  .content-banner .title h2, .content-banner .title .blocks-nav-title {
    font-size: 1.325rem;
  }
}
.content-banner .cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.content-banner .cta .cta-caption {
  font-size: 0.8125rem;
  display: block;
}
@media (min-width: 1000px) {
  .content-banner {
    padding: 2.5rem;
  }
}

.scroll-tab-container {
  display: flex;
  margin-bottom: 1.25rem;
}
.scroll-tab-container ul {
  margin-bottom: 0;
}
.scroll-tab-container ul li {
  display: block;
  margin-bottom: 0.625rem;
}
.scroll-tab-container ul li a {
  position: relative;
}
.scroll-tab-container ul li a::after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #00A7B5;
  opacity: 0.6;
  transition: width 0.4s ease-in-out;
}
.scroll-tab-container ul li:hover a::after {
  width: 100%;
}
.scroll-tab-container ul li.state-active a::after {
  opacity: 1;
  width: 100%;
}
@media (min-width: 1000px) {
  .scroll-tab-container {
    justify-content: center;
  }
  .scroll-tab-container ul li {
    display: inline-block;
  }
  .scroll-tab-container ul li:not(:first-of-type) {
    margin-left: 1.25rem;
  }
}

.vacancy-cta h2, .vacancy-cta .blocks-nav-title {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.25;
}
.vacancy-cta ul li {
  padding-left: 0;
  line-height: 1.25;
  font-weight: 500;
}
.vacancy-cta ul li::before {
  display: none;
}

.vacancy-title, #vacancy-content h2, #vacancy-content .blocks-nav-title {
  color: #000000;
  font-size: 1.5rem;
}
.vacancy-title:nth-child(n+2), #vacancy-content h2:nth-child(n+2), #vacancy-content .blocks-nav-title:nth-child(n+2) {
  margin-top: 7.5vw;
}

.vacancy-loc-content {
  margin-top: 2.5vw;
}

.intro-images {
  display: flex;
}
.intro-images .img-container {
  flex-basis: 100%;
}
.intro-images .img-container img {
  width: 100%;
}
@media (max-width: 767px) {
  .intro-images .img-container:nth-child(2), .intro-images .img-container:nth-child(3) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .intro-images .img-container {
    flex-basis: 50%;
  }
  .intro-images .img-container:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1000px) {
  .intro-images .img-container {
    flex-basis: 33.3333333333%;
  }
}

@media (min-width: 1000px) {
  .offer-content {
    order: 1;
    flex: 1 0 50%;
  }
  .offer-content .content {
    width: 85%;
  }

  .offer-media {
    order: 2;
    flex-basis: 40%;
  }
  .offer-media img {
    width: 100%;
  }

  .vacancy-loc-video {
    flex-basis: 48%;
  }

  .vacancy-loc-content {
    flex: 0 0 48%;
    margin-top: 0;
  }

  .vacancy-title, #vacancy-content h2, #vacancy-content .blocks-nav-title {
    font-size: 2rem;
  }

  .vacancy-cta {
    text-align: center;
  }
  .vacancy-cta ul {
    margin: 0 auto;
  }
  .vacancy-cta ul li {
    display: inline-block;
  }
  .vacancy-cta ul li:not(:first-child) {
    margin-left: 1.25rem;
  }
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.52) 100%);
}
.video-overlay .content {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 80%;
  padding: 1.875rem;
}
.video-overlay .text-content {
  font-size: 1rem;
  color: #FFF;
  margin-bottom: 0.625rem;
}
.video-overlay .location-name {
  font-size: 1rem;
  color: #FFF;
  margin-bottom: 0;
}

.video-description {
  margin-bottom: 0;
}

.play-button {
  position: absolute;
  width: 60px;
  right: 30px;
  bottom: 30px;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 2000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 100;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay-content {
  background-color: transparent;
  margin: auto;
  padding: 0;
  border: none;
  width: 80%;
  max-width: 1280px;
}

.close {
  color: #F78200;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#locatieomschrijving .state-between {
  display: block;
}
@media (min-width: 1000px) {
  #locatieomschrijving .state-between {
    display: flex;
    justify-content: space-between;
  }
}

.section-content .content a img {
  height: auto;
}

.vacancy {
  display: block;
  border: 0.0625rem solid #E3E3E3;
  padding: 1.25rem;
  background: #FFF;
  text-align: left;
}
.vacancy + .vacancy {
  border-top-width: 0;
}
.vacancy .title {
  color: #000000;
  font-family: "Circular";
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0.625rem;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border 0.2s ease-in, box-shadow 0.2s ease-in;
}
.vacancy:hover .title {
  color: #00A7B5;
}
.vacancy ul.details {
  font-size: 0.8125rem;
  line-height: 1.25;
  margin-bottom: 0;
}
.vacancy ul.details li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.75);
  margin-top: 0;
  padding-left: 0;
}
.vacancy ul.details li:first-child::before {
  content: normal;
}
.vacancy ul.details li:not(:first-child) {
  padding-left: 2rem;
}
.vacancy ul.details li:not(:first-child)::before {
  content: "";
  top: 0.625em;
  left: 0.75rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.vacancy .btn {
  margin-top: 0.625rem;
}
.vacancy:hover .btn.state-primary {
  background: #008f9c;
}
.vacancy.state-animated {
  animation: fadeInUp 0.2s;
  animation-fill-mode: both;
}
.vacancy.state-animated:nth-child(9n+1) {
  animation-delay: 0.1s;
}
.vacancy.state-animated:nth-child(9n+2) {
  animation-delay: 0.2s;
}
.vacancy.state-animated:nth-child(9n+3) {
  animation-delay: 0.3s;
}
.vacancy.state-animated:nth-child(9n+4) {
  animation-delay: 0.4s;
}
.vacancy.state-animated:nth-child(9n+5) {
  animation-delay: 0.5s;
}
.vacancy.state-animated:nth-child(9n+6) {
  animation-delay: 0.6s;
}
.vacancy.state-animated:nth-child(9n+7) {
  animation-delay: 0.7s;
}
.vacancy.state-animated:nth-child(9n+8) {
  animation-delay: 0.8s;
}
.vacancy.state-animated:nth-child(9n+9) {
  animation-delay: 0.9s;
}

.blocks-nav .vacancy .title {
  font-size: 1.325rem;
}

.colleague {
  display: block;
  color: #FFF;
  background: #000000;
  text-align: left;
  position: relative;
}
.colleague:hover {
  color: #FFF;
}
.colleague .content {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.875rem;
}
.colleague .quote {
  font-size: 1.125rem;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0.3125rem;
}
.colleague .name {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}
.colleague .function {
  margin-bottom: 0;
}
.colleague .icon-play {
  display: none;
  position: absolute;
  z-index: 3;
  bottom: 1.25rem;
  right: 1.25rem;
  background: #000000;
  border: 0.0625rem solid #FFF;
  font-size: 0.875rem;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border-radius: 50%;
}
.colleague .icon-play:before {
  margin-left: 0.15em;
}
.colleague .img {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  overflow: hidden;
}
.colleague .img.state-large {
  display: none;
}
.colleague .img img {
  position: relative;
  z-index: 1;
  opacity: 0.95;
  display: block;
  width: 100%;
  transition: all 0.4s ease-in;
}
.colleague .img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgb(0, 40, 56) 85%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgb(0, 40, 56) 85%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgb(0, 40, 56) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007db9e8", endColorstr="#002838",GradientType=0 );
  transition: all 0.4s ease-in;
}
.colleague:hover .img img {
  opacity: 1;
  transform: scale(1.05);
}
.colleague:hover .img:after {
  opacity: 0.5;
}

.state-quotes .colleague .quote, .state-quotes .colleague .icon-play {
  display: block;
}
.state-quotes .colleague .name {
  font-size: 1rem;
}
.state-quotes .colleague .function {
  font-size: 0.875rem;
}

.state-large .colleague .quote {
  font-size: 1.325rem;
  margin-bottom: 0.625rem;
}
.state-large .colleague .img {
  display: none;
}
.state-large .colleague .img.state-large {
  display: block;
}

.blocks-nav-section {
  margin-bottom: 5vw;
}
.blocks-nav-section + footer {
  margin-top: -5vw;
}
.blocks-nav-section.state-odd-bg {
  background: #FAFCFD;
  border: 1px solid #CFE8F5;
}

.blocks-nav-title {
  color: #000000;
  margin-bottom: 2.5rem;
}

.blocks-nav {
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.blocks-nav:last-child {
  margin-bottom: 0;
}
.blocks-nav .el {
  margin-bottom: 1.25rem;
}
@media (min-width: 1000px) {
  .blocks-nav .el {
    float: left;
    width: 33.3333333333%;
  }
  .blocks-nav .el:nth-child(3n+1) {
    padding-right: 1.25rem;
  }
  .blocks-nav .el:nth-child(3n+2) {
    padding: 0 0.625rem;
  }
  .blocks-nav .el:nth-child(3n+3) {
    padding-left: 1.25rem;
  }
}

.locations-nav .type-switcher {
  display: flex;
  align-items: center;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
.locations-nav .type-switcher .label, .locations-nav .type-switcher .option label {
  padding: 0 0 0.2083333333rem;
}
.locations-nav .type-switcher .option {
  margin-left: 0.625rem;
}
.locations-nav .type-switcher .option label {
  font-size: 1rem;
  line-height: 1.25;
  color: #CD4094;
  margin: 0;
}
.locations-nav .type-switcher .option label:before {
  top: auto;
  bottom: 0;
  height: 0.125rem;
  width: 100%;
  border-radius: 0;
  border: none;
  background: transparent;
}
.locations-nav .type-switcher .option input:checked + label:before {
  background: #CD4094;
}
.locations-nav .nav {
  display: none;
  flex-wrap: wrap;
}
.locations-nav .nav.state-show {
  display: block;
  animation: fadeIn 0.3s;
  animation-fill-mode: both;
}
@media (min-width: 550px) {
  .locations-nav .nav.state-show {
    display: flex;
  }
}
.locations-nav .nav .el {
  margin-bottom: 0.625rem;
}
@media (min-width: 550px) {
  .locations-nav .nav .el {
    flex: 0 0 50%;
    margin-bottom: 1.25rem;
  }
  .locations-nav .nav .el:nth-child(odd) {
    padding: 0 0.625rem 0 0;
  }
  .locations-nav .nav .el:nth-child(even) {
    padding: 0 0 0 0.625rem;
  }
}
@media (min-width: 1250px) {
  .locations-nav .nav .el {
    flex-basis: 33%;
  }
  .locations-nav .nav .el:nth-child(3n+1) {
    padding: 0 0.8333333333rem 0 0;
  }
  .locations-nav .nav .el:nth-child(3n+2) {
    padding: 0 0.4166666667rem;
  }
  .locations-nav .nav .el:nth-child(3n+3) {
    padding: 0 0 0 0.8333333333rem;
  }
}
.locations-nav .location {
  display: block;
  border: 1px solid #E3E3E3;
  padding: 1.25rem;
}
.locations-nav .location:before {
  margin-right: 0.4166666667rem;
}
@media (min-width: 1050px) {
  .locations-nav .location:hover {
    color: #FFF;
    background: #00A7B5;
    border-color: #00A7B5;
  }
}

.page-count-summary .count, .page-count-summary .total {
  font-weight: bold;
}

.pagination {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.pagination a {
  margin-left: 0.625rem;
}
.pagination a.nav-next, .pagination a.nav-prev {
  font-size: 0;
}
.pagination a.nav-next:before, .pagination a.nav-prev:before {
  font-size: 0.8125rem;
}
.pagination a.nav-next.state-disabled, .pagination a.nav-prev.state-disabled {
  color: #E3E3E3;
  cursor: text;
}
.pagination a.nav-prev {
  margin-right: 1.25rem;
}
.pagination a.nav-prev:before {
  content: "\f102";
}
.pagination a.nav-next {
  margin-left: 1.25rem;
}
.pagination a.nav-next:before {
  content: "\f104";
}
.pagination a.s-active {
  text-decoration: underline;
}
.pagination a.s-active:hover {
  text-decoration: none;
}
.pagination .divider {
  color: #000000;
}

#trigger-filters {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  background: #F78200;
  color: #FFF;
  cursor: pointer;
  margin-bottom: 1.25rem;
  padding: 0.3125rem 1.25rem;
}
#trigger-filters:focus {
  display: none;
}
#trigger-filters:after {
  content: "\f103";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.625rem;
}
@media (min-width: 1000px) {
  #trigger-filters {
    display: none;
  }
}

.filters.state-open #trigger-filters:after {
  content: "\f101";
}

.filters-group {
  display: none;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #EAF3F8;
}
.filters-group .trigger-filters-group {
  cursor: pointer;
}
.filters-group .title {
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  color: #F78200;
  margin-bottom: 1.25rem;
  cursor: pointer;
}
.filters-group .title:after {
  content: "\f103";
  font-size: 0.625rem;
  position: absolute;
  top: 0;
  right: 0;
}
.filters-group .title:focus {
  outline: none;
}
.filters-group .chosen-items {
  display: block;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.75);
}
.filters-group .chosen-items .trigger-filter {
  margin-right: 0.3125rem;
  display: block;
}
.filters-group .chosen-items .trigger-filter:focus {
  outline: none;
}
.filters-group .chosen-items .trigger-filter:last-child {
  margin-right: 0;
}
.filters-group .chosen-items .trigger-filter:last-child:after {
  display: none;
}
.filters-group .inner, .filters-group .inner-group {
  display: none;
}
.filters-group .trigger-inner-group {
  font-size: 0.8125rem;
  line-height: 1.25;
  color: #00A7B5;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border 0.2s ease-in, box-shadow 0.2s ease-in;
}
.filters-group .trigger-inner-group:hover {
  color: #008f9c;
}
.filters-group .trigger-inner-group:focus {
  outline: none;
}
.filters-group.state-open .title:after {
  content: "\f101";
}
.filters-group.state-open .chosen-items {
  display: none;
}
.filters-group.state-open .inner {
  display: block;
}
.filters-group.state-inner-group-open .trigger-inner-group {
  display: none;
}
.filters-group.state-inner-group-open .inner-group {
  display: block;
}
.filters-group.state-inner-group-open .inner-group .trigger-inner-group {
  display: block;
}
.filters-group input[type=search], .filters-group input[type=text],
.filters-group select {
  font-size: 0.8125rem;
}
.filters-group label .amount {
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .filters-group .inner label {
    display: block;
  }
}
@media (min-width: 1000px) {
  .filters-group {
    display: block;
  }
}

.filters.state-open .filters-group {
  display: block;
}

.filter-search-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6px;
}
.filter-search-row .filter-location-name {
  flex-basis: calc(70% - 3px);
}
.filter-search-row .filter-location-distance {
  position: relative;
  flex-basis: calc(30% - 3px);
}
.filter-search-row .filter-location-distance select {
  background: none;
}
.filter-search-row .filter-location-distance::after {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
  z-index: -1;
  font-family: Flaticon;
  font-size: 0.625rem;
  color: #00A7B5;
  content: "\f103";
}
@media (min-width: 480px) {
  .filter-search-row .filter-location-name {
    flex-basis: calc(75% - 3px);
  }
  .filter-search-row .filter-location-distance {
    flex-basis: calc(25% - 3px);
  }
}
@media (min-width: 1000px) {
  .filter-search-row .filter-location-name {
    flex-basis: calc(65% - 3px);
  }
  .filter-search-row .filter-location-distance {
    flex-basis: calc(35% - 3px);
  }
}

.use-my-location {
  display: block;
  width: 100%;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  color: #00A7B5;
  text-align: left;
  cursor: pointer;
  padding: 0;
}
.use-my-location .icon-location {
  float: right;
  font-size: 0.8125rem;
  margin-top: 0.1625rem;
}

.chosen-filters {
  display: none;
  overflow: hidden;
  font-size: 0.8125rem;
  line-height: 1.25;
  margin-bottom: 0;
}
.chosen-filters.state-active {
  display: block;
  animation: fadeIn 0.2s;
  animation-fill-mode: both;
}
.chosen-filters .label {
  color: rgba(0, 0, 0, 0.75);
  display: block;
  margin-bottom: 0.3125rem;
}
@media (min-width: 500px) {
  .chosen-filters .label {
    float: left;
    margin-top: 0.25em;
    margin-right: 0.625rem;
  }
}
.chosen-filters .items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.chosen-filters .items .trigger-filter {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.75);
  background: #EAF3F8;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
  border-radius: 1em;
  padding: 0.25em 0.75em;
  transition: all 0.2s ease-in;
}
.chosen-filters .items .trigger-filter:after {
  display: none;
  content: "\f10b";
  font-size: 0.5em;
  position: absolute;
  top: 50%;
  right: 0.8125rem;
  transform: translateY(-50%);
}
.chosen-filters .items .trigger-filter:hover {
  padding-right: 2em;
}
.chosen-filters .items .trigger-filter:hover:after {
  display: block;
  animation: fadeIn 0.2s;
  animation-fill-mode: both;
}

.subscribe {
  position: relative;
}
.subscribe h2, .subscribe .blocks-nav-title, .subscribe .s-h2 {
  font-size: 1.325rem;
  line-height: 1.25;
}
.subscribe .subscribe-form {
  background-color: #EAF3F8;
  padding: 1.25rem;
  margin-bottom: 0.4166666667rem;
}
.subscribe .subscribe-form input[type=email], .subscribe .subscribe-form input[type=text],
.subscribe .subscribe-form select,
.subscribe .subscribe-form span, .subscribe .subscribe-form label {
  font-size: 0.8125rem;
}
.subscribe .subscribe-form::before {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: 1.25rem;
  border-right: 0.75rem solid transparent;
  border-bottom: 0.9375rem solid #EAF3F8;
  border-left: 0.75rem solid transparent;
}
.subscribe .subscribe-frequency-wrap {
  position: relative;
  background-color: #FFF;
  display: flex;
  border: 0.0625rem solid #E3E3E3;
  align-items: center;
  padding: 0.75em 1em;
  z-index: 0;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.subscribe .subscribe-frequency-wrap select {
  background: none;
  border: none;
  padding: 0 0 0 0.25em;
  z-index: 2;
}
.subscribe .subscribe-frequency-wrap select:hover {
  border: none;
}
.subscribe .subscribe-frequency-wrap select:focus {
  border: 0;
  box-shadow: none;
}
.subscribe .subscribe-frequency-wrap::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  z-index: 1;
  font-family: Flaticon;
  font-size: 0.625rem;
  color: #00A7B5;
  content: "\f103";
}
.subscribe .subscribe-include-newsletter {
  margin-top: 0.625rem;
}

ul.page-result-list li {
  margin: 0;
  padding: 0;
}
ul.page-result-list li::before {
  display: none;
}
ul.page-result-list li:not(:first-child) .vacancy {
  border-top: none;
}

.filters a,
.filters .trigger-inner-group {
  color: #F78200;
}

.page-controls {
  text-align: center;
  margin-bottom: 1.25rem;
}
.page-controls.state-bottom {
  margin-top: 2.5rem;
}
.page-controls .pagination {
  margin-bottom: 0;
}
.page-controls .page-count-summary {
  margin-bottom: 0;
}
.page-controls .page-count-summary + .pagination {
  margin-top: 0.625rem;
}
.page-controls .chosen-filters {
  margin-bottom: 0.625rem;
}
@media (min-width: 500px) {
  .page-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .page-controls .page-count-summary:first-child {
    margin-right: auto;
  }
  .page-controls .page-count-summary:last-child {
    margin-left: auto;
  }
  .page-controls .page-count-summary + .pagination {
    margin-top: 0;
  }
  .page-controls .chosen-filters {
    margin-bottom: 0;
  }
}

#search-page-form {
  margin-bottom: 2.5rem;
}

.upload .upload-holder {
  position: relative;
}
.upload .file-field {
  display: block;
  width: 100%;
  background: #FFF;
  padding: 0.75em 1em;
  border: 0.0625rem solid #E3E3E3;
  margin-bottom: 0;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border 0.2s ease-in, box-shadow 0.2s ease-in;
}
.upload .file-field .placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.upload .state-invalid .file-field {
  border-color: #F78200;
}
.upload .file-select {
  border-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.upload .file-select a {
  width: 100%;
  display: block;
  text-align: right;
  padding: 0.75em 1em;
}
.upload .file-select a .anchor {
  display: inline-block;
  padding: 0.75em 1em;
  background: #EAF3F8;
}
.upload .upload-error {
  font-size: 0.8125rem;
  color: #F78200;
  margin-bottom: 0;
}
.upload .state-invalid .upload-error {
  margin-top: 0.25rem;
  display: block;
  animation: fadeIn 0.2s;
  animation-fill-mode: both;
}

.matching-survey .question {
  font-size: 1.125rem;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}
.matching-survey .radio-btn-cont {
  margin-bottom: 2.5rem;
}

#cookie-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1307;
  font-size: 0.8125rem;
  padding: 1.25rem;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
  background: #EAF3F8;
}
#cookie-notification .label {
  margin-right: 1em;
}
#cookie-notification .trigger-close {
  cursor: pointer;
  display: inline-block;
  line-height: 1em;
  padding: 0.5em 0.75em;
  color: #00A7B5;
  background: #FFF;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border 0.2s ease-in, box-shadow 0.2s ease-in;
}
#cookie-notification .trigger-close:hover {
  color: #008f9c;
}

.contact-page {
  padding-top: 0;
}
@media (min-width: 1000px) {
  .contact-page .flex-row .contact-menu {
    float: left;
    width: 30%;
  }
  .contact-page .flex-row .contact-content {
    float: right;
    width: 70%;
    padding-left: 5vw;
  }
}

.contact-menu .cta-link {
  color: #000000;
  display: block;
  padding: 0.8333333333rem 0.8333333333rem 0.8333333333rem 2.1458333333rem;
  font-weight: 500;
  background: #EAF3F8;
  margin-bottom: 1.25rem;
  position: relative;
}
.contact-menu .cta-link:before {
  font-weight: normal;
  position: absolute;
  top: 0.8333333333rem;
  left: 0.8333333333rem;
  color: #00A7B5;
}
.contact-menu .cta-link .note {
  font-size: 0.875rem;
  font-weight: normal;
  display: inline-block;
}
.contact-menu .cta-link:hover {
  color: #00A7B5;
}
.contact-menu .nav {
  border-bottom: 1px solid #CBDEF2;
}
.contact-menu .trigger {
  cursor: pointer;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #CBDEF2;
  padding: 0.8333333333rem 1.1875rem 0.8333333333rem 0;
  color: #00A7B5;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border 0.2s ease-in, box-shadow 0.2s ease-in;
}
.contact-menu .trigger:after {
  font-size: 1rem;
  line-height: 1.25rem;
  top: 0.8333333333rem;
  right: 0;
  display: block;
  position: absolute;
  opacity: 0.5;
  transition: opacity 0.2s ease-in;
  content: "\f113";
}
@media (min-width: 1000px) {
  .contact-menu .trigger:after {
    content: "\f10d";
  }
}
.contact-menu .trigger:hover, .contact-menu .trigger:focus {
  outline: none;
  color: #008f9c;
}
.contact-menu .trigger:hover:after, .contact-menu .trigger:focus:after {
  opacity: 1;
}
.contact-menu .trigger.state-open {
  color: #000000;
}
.contact-menu .trigger.state-open:after {
  opacity: 0.15;
}
@media (min-width: 750px) {
  .contact-menu .trigger {
    font-size: 1.125rem;
    padding-right: 1.4375rem;
  }
  .contact-menu .trigger:after {
    line-height: 1.40625rem;
  }
}

.contact-content .division {
  display: none;
}
.contact-content .division.state-open {
  display: block;
  animation: fadeIn 0.2s;
  animation-fill-mode: both;
}
.contact-content .division .header {
  background: #EAF3F8;
  padding: 0.8333333333rem 1.25rem;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #CBDEF2;
}
.contact-content .division .header .title {
  color: #00A7B5;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .contact-content .division .header .title {
    font-size: 1.325rem;
  }
}
.contact-content .division .header .cta-link {
  display: inline-block;
  position: relative;
  padding-left: 1.3125rem;
  color: #000000;
  font-weight: 500;
}
.contact-content .division .header .cta-link:hover {
  color: #008f9c;
}
.contact-content .division .header .cta-link .note {
  font-weight: normal;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  display: inline-block;
}
.contact-content .division .header .cta-link:before {
  position: absolute;
  top: -1px;
  left: 0;
  color: #00A7B5;
}
.contact-content .division .content {
  padding: 1.25rem 1.25rem 1px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #CBDEF2;
  position: relative;
}
@media (min-width: 750px) {
  .contact-content .division .content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.contact-content .division .content:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 0.625rem solid #EAF3F8;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact-content .division .content .person {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.contact-content .division .content .profile-img {
  flex: 0 0 65px;
  align-self: flex-start;
  margin: 0 0.625rem 0 0;
  border-radius: 50%;
  overflow: hidden;
}
.contact-content .division .content .profile-img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.contact-content .division .content .details .name {
  font-weight: bold;
  margin: 0;
}
.contact-content .division .content .details .name .function {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: normal;
}
.contact-content .division .content .details .contact-link {
  display: inline-block;
  font-weight: 500;
  position: relative;
  padding-left: 1.3125rem;
}
.contact-content .division .content .details .contact-link:before {
  position: absolute;
  top: -1px;
  left: 0;
}
.contact-content .division .notification {
  margin-top: 1.25rem;
  padding: 1.25rem;
  background: rgba(247, 130, 0, 0.1);
}
.contact-content .division .notification .title {
  font-weight: bold;
  margin-bottom: 0;
}
.contact-content .division .notification .cta-text {
  margin-bottom: 0.625rem;
}
.contact-content .division .notification .cta-text:last-child {
  margin-bottom: 0;
}
.contact-content .division .notification .desc {
  margin-bottom: 0;
}

.contact-form {
  background: #EAF3F8;
}
.contact-form .block-title {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (min-width: 1000px) {
  .contact-form .flex-row .heading-box {
    float: left;
    width: 30%;
  }
  .contact-form .flex-row .form-content {
    float: right;
    width: 70%;
    padding-left: 5vw;
  }
}

.popup-work-for-us {
  border-radius: 0.25rem;
  border: 0.125rem solid #CFE8F5;
  background-color: #FAFCFD;
  position: fixed;
  bottom: 1.5rem;
  left: 8vw;
  right: 8vw;
  z-index: 1337;
  width: auto;
  animation: fadeInUp 0.3s;
  animation-fill-mode: both;
}
.popup-work-for-us.state-closed {
  animation: fadeOutDown 0.3s;
  animation-fill-mode: both;
}
@media (min-width: 1000px) {
  .popup-work-for-us {
    width: 21.875rem;
    right: 1.25rem;
    left: auto;
  }
}
.popup-work-for-us .inner {
  padding: 0.9615384615rem 0 0.9615384615rem 0.8333333333rem;
  display: flex;
  align-items: center;
  padding-right: 45px;
}
@media (min-width: 1000px) {
  .popup-work-for-us .inner {
    padding-right: 0;
    align-items: stretch;
  }
}
.popup-work-for-us .inner .text-cont {
  flex: 0 1 100%;
}
@media (min-width: 1000px) {
  .popup-work-for-us .inner .text-cont {
    flex-basis: 60%;
  }
}
.popup-work-for-us .inner .img-cont {
  flex: 0 1 auto;
  position: relative;
  padding-right: 1.5rem;
  display: none;
}
@media (min-width: 500px) {
  .popup-work-for-us .inner .img-cont {
    display: block;
  }
}
@media (min-width: 1000px) {
  .popup-work-for-us .inner .img-cont {
    padding-right: 0.7352941176rem;
  }
}
.popup-work-for-us .inner .img-cont img {
  flex: 0 1 auto;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  border: 0.125rem solid #FFF;
}
.popup-work-for-us .inner .img-cont .img-row {
  display: flex;
  position: relative;
}
.popup-work-for-us .inner .img-cont .img-row:nth-child(1) img:nth-child(2) {
  position: absolute;
  top: 0.8125rem;
  left: 2.1875rem;
}
.popup-work-for-us .inner .img-cont .img-row:nth-child(2) img:nth-child(1) {
  position: absolute;
  left: 0.3125rem;
  top: -0.625rem;
}
.popup-work-for-us .inner .img-cont .img-row:nth-child(2) img:nth-child(2) {
  margin-left: 2.5rem;
  position: relative;
}
.popup-work-for-us .title {
  color: #000000;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  line-height: 1.375rem;
}
.popup-work-for-us .btn {
  padding: 0.5rem 1.625rem;
  width: 100%;
}
@media (min-width: 500px) {
  .popup-work-for-us .btn {
    width: auto;
  }
}
.popup-work-for-us .trigger-close {
  display: inline-block;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0.9377344336rem;
  right: 0.9377344336rem;
  cursor: pointer;
}
.popup-work-for-us .trigger-close:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  background-image: url(/templates/img/icon-close.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.widget-work-for-us .inner {
  max-width: 49.25rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.widget-work-for-us .inner-overlay {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  border-radius: 0.625rem;
  border: 0.125rem solid #EFEFEF;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.16);
}
.widget-work-for-us .inner-overlay:before {
  content: "";
  display: block;
  background-image: url(/templates/images/widget-deco-left.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.widget-work-for-us .illustration {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 550px) {
  .widget-work-for-us .illustration {
    display: block;
  }
}
.widget-work-for-us .illustration:after, .widget-work-for-us .illustration:before {
  content: "";
  width: 100%;
  max-width: 47.1875rem;
  height: 100%;
  position: absolute;
  border-radius: 0.625rem;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.16);
  border: 0.125rem solid #EFEFEF;
  background-color: #FFF;
  bottom: -0.4375rem;
}
.widget-work-for-us .illustration.state-right:after, .widget-work-for-us .illustration.state-right:before {
  right: -0.625rem;
}
.widget-work-for-us .illustration.state-right:after {
  transform: rotate(1.3deg);
}
.widget-work-for-us .illustration.state-right:before {
  transform: rotate(3deg);
}
.widget-work-for-us .illustration.state-left:after, .widget-work-for-us .illustration.state-left:before {
  left: -0.625rem;
}
.widget-work-for-us .illustration.state-left:after {
  transform: rotate(-1.3deg);
}
.widget-work-for-us .illustration.state-left:before {
  transform: rotate(-3deg);
}
.widget-work-for-us .text-cont {
  text-align: center;
  padding: 1.25rem;
  position: relative;
  z-index: 2;
}
.widget-work-for-us .text-cont > *:last-child {
  margin-bottom: 0;
}
.widget-work-for-us .text-cont > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 400px) {
  .widget-work-for-us .text-cont {
    padding: 1.875rem;
  }
}
@media (min-width: 550px) {
  .widget-work-for-us .text-cont {
    padding: 2.5rem;
  }
}
.widget-work-for-us .title {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .widget-work-for-us .title {
    font-size: 2rem;
    line-height: 3.125rem;
  }
}
.widget-work-for-us .title + .btn {
  margin-top: 0;
}
@media (min-width: 768px) {
  .widget-work-for-us .title + .btn {
    margin-top: 0;
  }
}
.widget-work-for-us .btn {
  font-size: 0.875rem;
  margin-top: 1.5625rem;
}
@media (min-width: 768px) {
  .widget-work-for-us .btn {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}
@media (min-width: 1000px) {
  .widget-work-for-us .btn {
    font-size: 1.125rem;
  }
}

.widget-work-for-us-sidebar {
  border: 0.0625rem solid #CFE8F5;
  background: #FAFCFD;
  margin-bottom: 1.25rem;
}
.widget-work-for-us-sidebar .title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.widget-work-for-us-sidebar .inner {
  padding: 1.25rem;
}
.widget-work-for-us-sidebar .inner > *:last-child {
  margin-bottom: 0;
}
.widget-work-for-us-sidebar img {
  width: 100%;
}
.widget-work-for-us-sidebar .btn {
  width: 100%;
  margin-bottom: 1.25rem;
}

body.state-clean {
  padding-top: 0;
}

.test-cont {
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  overflow: auto;
  flex-direction: column;
}
.test-cont .steps-form {
  display: none;
  background-color: #FFF;
  border-radius: 0.625rem;
  padding: 2.5rem 0.625rem;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.16);
  text-align: center;
  position: relative;
  width: 100%;
}
@media (min-width: 600px) {
  .test-cont .steps-form {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1000px) {
  .test-cont .steps-form {
    width: 790px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.test-cont .steps-form form {
  position: relative;
}
.test-cont .steps-form.state-show {
  display: block;
}
.test-cont .steps-form .form-row:last-of-type {
  margin-bottom: 1.25rem;
}
.test-cont .steps-form .form-row.state-flex {
  display: block;
}
.test-cont .steps-form .form-row.state-flex input {
  margin: 0.625rem 0;
}
@media (min-width: 550px) {
  .test-cont .steps-form .form-row.state-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .test-cont .steps-form .form-row.state-flex label {
    flex: 0 0 100%;
    margin: 0 0 2.5vw 0;
  }
  .test-cont .steps-form .form-row.state-flex input {
    flex: 0 0 79%;
    margin: 0;
  }
  .test-cont .steps-form .form-row.state-flex button {
    flex: 0 0 20%;
  }
}
.test-cont .steps-form .form-row.s-aligned {
  flex-wrap: nowrap;
}
.test-cont .steps-form .form-row.s-aligned label {
  text-align: left;
}
@media (min-width: 750px) {
  .test-cont .steps-form .form-row.s-aligned label {
    flex: 0 1 35%;
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 750px) {
  .test-cont .steps-form .form-row.s-aligned input {
    flex-basis: 65%;
    flex-grow: 0;
    flex-shrink: 1;
  }
}
.test-cont .steps-form .form-row.state-checkbox .form-field {
  text-align: left;
  margin-top: 15px;
}
@media (min-width: 750px) {
  .test-cont .steps-form .form-row.state-checkbox .form-field {
    justify-content: center;
  }
  .test-cont .steps-form .form-row.state-checkbox .form-field .label {
    flex: 0 0 auto;
  }
}
.test-cont .steps-form .form-row.state-checkbox .form-field .label {
  margin-bottom: 0;
}
.test-cont .steps-form .form-row.state-checkbox .form-field .label:after {
  display: none;
}
@media (min-width: 1000px) {
  .test-cont .steps-form .form-row.state-checkbox .form-field .label {
    padding-top: 0;
    line-height: 1.4;
  }
}
@media (min-width: 750px) {
  .test-cont .steps-form .form-row.state-checkbox .form-field .options {
    flex: 0 0 auto;
  }
  .test-cont .steps-form .form-row.state-checkbox .form-field .options label {
    flex: 1 1 auto;
    margin-left: 30px;
  }
}
@media (min-width: 1000px) {
  .test-cont .steps-form .form-row.state-checkbox .form-field .options {
    padding-top: 0;
  }
}
.test-cont .steps-form .form-field input {
  flex-grow: 1;
  border: 0.125rem solid #E3E3E3;
  border-radius: 0.25rem;
}
.test-cont .steps-form .form-field input:focus {
  border-color: #00A7B5;
}
.test-cont .steps-form .form-field label {
  margin-bottom: 0.625rem;
}
.test-cont .steps-form .form-field label:after {
  display: none;
}
.test-cont .steps-form.summary:after {
  content: "";
  background-image: url("/templates/images/deco-left-no-color.svg");
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.test-cont .steps-form .main-title {
  color: #707372;
  font-size: 1.125rem;
}
.test-cont .steps-form .step {
  display: none;
}
.test-cont .steps-form .step.state-current {
  display: block;
}
.test-cont .steps-form .form-title {
  font-size: 1.6875rem;
}
.test-cont .steps-form .summary-title {
  font-size: 2.3125rem;
}
.test-cont .steps-form .form-title, .test-cont .steps-form .summary-title, .test-cont .steps-form .label {
  line-height: 1.25;
}
@media (min-width: 768px) {
  .test-cont .steps-form .form-title, .test-cont .steps-form .summary-title, .test-cont .steps-form .label {
    line-height: 1.6666666667;
  }
}
.test-cont .steps-form .btn {
  font-size: 1rem;
}
.test-cont .steps-form .btn.test-submit {
  padding: 1rem;
}
@media (min-width: 750px) {
  .test-cont .steps-form .btn.test-vacancy {
    width: 49%;
  }
}
.test-cont .steps-form .btn.state-clean {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.test-cont .steps-form .btn.state-clean:not(:last-child) {
  margin-bottom: 0.625rem;
}
.test-cont .steps-form .btn.state-bordered {
  border: 0.125rem solid #E3E3E3;
}
.test-cont .steps-form .btn.state-disabled {
  cursor: not-allowed;
  background-color: #E3E3E3;
}
.test-cont .steps-form .video-wrap {
  display: none;
  margin-bottom: 1.25rem;
}
.test-cont .steps-form .video-wrap.state-show {
  display: block;
  animation: fadeIn 0.3s;
  animation-fill-mode: both;
}
.test-cont .steps-form .intro-text {
  font-size: 1.325rem;
  color: #00A7B5;
  line-height: 1.875rem;
}
.test-cont .steps-form .answer-list {
  text-align: left;
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}
.test-cont .steps-form .answer-list li:before {
  background-color: #00A7B5;
  border-color: #00A7B5;
}
.test-cont .steps-form .answer-list li.state-good-answer:before {
  opacity: 1;
}
.test-cont .steps-form .answer-list li.state-improve-answer:before {
  opacity: 0.4;
}
.test-cont .steps-form .answer-list li h4 {
  font-weight: bold;
}
.test-cont .steps-form .answer-list li h4:not(:last-child) {
  margin-bottom: 0;
}
.test-cont .steps-form .answer-list li p {
  font-size: 0.8125rem;
}
.test-cont .steps-form .label {
  font-size: 1.125rem;
  position: relative;
}
@media (min-width: 768px) {
  .test-cont .steps-form .label {
    display: inline-block;
  }
  .test-cont .steps-form .label:after {
    content: "";
    background-image: url("/templates/images/curve-arrow.svg");
    position: absolute;
    right: -6%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    height: 100%;
  }
}
.test-cont .steps-form .summary-step {
  position: relative;
}
.test-cont .steps-form .summary-step.state-complete {
  display: block;
}
.test-cont .steps-form .summary-step .summary-inner {
  position: relative;
  z-index: 1;
}
.test-cont .dots-nav {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
.test-cont .dots-nav li {
  flex: 0 1 auto;
  padding: 0;
}
.test-cont .dots-nav li:not(:last-child) {
  margin-right: 0.25rem;
}
.test-cont .dots-nav li span {
  height: 0;
  border-radius: 50%;
  display: inline-block;
  height: 0;
  overflow: hidden;
  padding-top: 0.37500375rem;
  text-align: center;
  border-color: #00A7B5;
  width: 0.37500375rem;
  background-color: #00A7B5;
  opacity: 0.3;
}
.test-cont .dots-nav li span.state-current {
  opacity: 1;
  padding-top: 0.625rem;
  width: 0.625rem;
  margin-top: 0.6875309389rem;
}
.test-cont .dots-nav li:before {
  display: none;
}
.test-cont .widget-work-for-us {
  width: 100%;
  padding: 0;
}
.test-cont .widget-work-for-us.state-hide {
  display: none;
}

.video-cont {
  position: relative;
  overflow: hidden;
}
.video-cont:after {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}
.video-cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.video-cont .player-placeholder {
  display: none;
}
@media (min-width: 1050px) {
  .video-cont .player-placeholder {
    display: block;
    cursor: pointer;
    width: 102%;
    height: 102%;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 2;
    background-color: #00A7B5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.video-cont.state-playing .player-placeholder {
  display: none;
}
.video-cont .trigger-play-video {
  display: none;
}
@media (min-width: 1050px) {
  .video-cont .trigger-play-video {
    display: block;
    position: absolute;
    background-color: transparent;
    border: none;
    cursor: pointer;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    background-color: rgba(247, 130, 0, 0.5);
    padding: 1.25rem;
    border-radius: 50%;
  }
  .video-cont .trigger-play-video .icon {
    color: #F78200;
    background-color: #FFF;
    border-radius: 50%;
    width: 3.25rem;
    height: 3.25rem;
    line-height: 3.25rem;
    display: inline-block;
    text-align: center;
    font-size: 1.325rem;
    transition: all 0.2s ease-out;
  }
  .video-cont .trigger-play-video .icon:before {
    position: relative;
    left: 0.09375rem;
  }
  .video-cont .trigger-play-video:hover .icon {
    color: #de7500;
    box-shadow: 0 0 0 1.25rem #de7500;
  }
}

.news-overview .top-content:not(:last-child) {
  margin-bottom: 1.875rem;
}
.news-overview .top-content > *:last-child {
  margin-bottom: 0;
}
.news-overview .grid-wrapper {
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-overview .grid-container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .news-overview .grid-container {
    margin-left: -0.9377344336rem;
  }
}
@media (min-width: 1000px) {
  .news-overview .grid-container {
    margin-left: -1.25rem;
  }
}
.news-overview .grid-container .grid-item {
  border-bottom: 0.3125rem solid #E3E3E3;
}
@media (max-width: 767px) {
  .news-overview .grid-container .grid-item {
    padding-bottom: 1.25rem;
  }
  .news-overview .grid-container .grid-item:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .news-overview .grid-container .grid-item {
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: 33.333%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .news-overview .grid-container .grid-item {
    padding-bottom: 1.5625rem;
  }
  .news-overview .grid-container .grid-item:nth-child(n+4) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1000px) {
  .news-overview .grid-container .grid-item {
    padding-bottom: 2.1875rem;
  }
  .news-overview .grid-container .grid-item:nth-child(n+4) {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .news-overview .grid-container .grid-item .item-inner {
    margin-left: 0.9377344336rem;
  }
}
@media (min-width: 1000px) {
  .news-overview .grid-container .grid-item .item-inner {
    margin-left: 1.25rem;
  }
}
.news-overview .grid-container .grid-item a.item-inner {
  display: block;
}
.news-overview .grid-container .grid-item a.item-inner:hover .title {
  color: #00A7B5;
}
.news-overview .media:not(:last-child) {
  margin-bottom: 0.9398496241rem;
}
.news-overview .content > *:last-child {
  margin-bottom: 0;
}
.news-overview .content .title {
  color: #F78200;
  font-family: "Capriola";
  line-height: 1.33;
  transition: color 0.3s ease-out;
}
@media (max-width: 999px) {
  .news-overview .content .title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1000px) {
  .news-overview .content .title {
    font-size: 1.325rem;
  }
}

.news-overview time,
.news-detail time {
  color: #00A7B5;
  display: inline-block;
}
.news-overview time:not(:last-child),
.news-detail time:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.news-detail .main-content,
.news-detail .social-share {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.news-detail .social-share .inner {
  justify-content: flex-start;
}

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