@charset "UTF-8";
/*
Theme Name:			PARATUS Healthcare IT Solutions - Base Theme
Author:				newsenses GmbH
Author URI:			http://www.newsenses.net
Description:		Base-Theme for all companies of PARATUS
Version:			1.3.4
License:			Commercial
GitHub Theme URI:	https://github.com/newsenses/paratus

CAREFUL - This is the compiled version of a SCSS File! Never edit it directly!

*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@keyframes rotateIcon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes bounceIcon {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-8px);
  }
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/inter-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/inter-400.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/inter-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/inter-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/inter-800.woff2") format("woff2");
}
@font-face {
  font-family: "Paratus Iconfont";
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url("fonts/paratus.woff2") format("woff2");
}
i[class^=paratus-]:before,
i[class*=" paratus-"]:before {
  font-family: "Paratus Iconfont";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

.paratus-arrow-left:before {
  content: "\e800";
}

.paratus-arrow-right:before {
  content: "\e801";
}

.paratus-arrow-up:before {
  content: "\e802";
}

.paratus-arrow-down:before {
  content: "\e803";
}

.paratus-phone:before {
  content: "\e804";
}

.paratus-envelope:before {
  content: "\e805";
}

.paratus-globe:before {
  content: "\e806";
}

.paratus-calendar:before {
  content: "\e807";
}

.paratus-search:before {
  content: "\e808";
}

.paratus-facebook:before {
  content: "\e809";
}

.paratus-linkedin:before {
  content: "\e80a";
}

.paratus-youtube:before {
  content: "\e80b";
}

.paratus-x:before {
  content: "\e80c";
}

.paratus-external:before {
  content: "\e80d";
}

.paratus-loading:before {
  content: "\e80e";
}

.paratus-instagram:before {
  content: "\e80f";
}

.container {
  margin: auto;
  max-width: 1920px;
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 1441px) {
  .container {
    padding: 0 60px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}

[class*=col-sm],
[class*=col-md] {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  [class*=col-sm] {
    float: left;
  }
}

@media (min-width: 1025px) {
  [class*=col-md] {
    float: left;
  }
}

@media (min-width: 768px) {
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .col-sm-4:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .col-md-3 {
    width: 25%;
  }
  .col-md-3:nth-child(n+5) {
    margin-top: 20px;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 75%;
  }
}
.form-group {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  border: 1px solid #718FB7;
  border-radius: 0;
  width: 100%;
  outline: none;
  resize: vertical;
}

.btn {
  display: inline-block;
  border-radius: 0;
  background-color: rgba(237, 106, 31, 0.8);
  padding: 10px 16px;
  line-height: 1;
  font-size: 14px;
  color: #FFF;
  transition: background-color 0.3s linear;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .btn {
    padding: 12px 24px;
    font-size: 16px;
  }
}
.btn:hover, .btn:focus {
  background-color: #ED6A1F;
}

.popup {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 11;
  background: rgba(113, 143, 183, 0.95);
}
.popup.active form > div {
  top: 0;
}
.popup form {
  width: 400px;
}
@media (min-width: 768px) {
  .popup form {
    width: 500px;
  }
}
@media (min-width: 1025px) {
  .popup form {
    width: 700px;
  }
}
.popup form > div {
  position: relative;
  top: -40px;
  margin: auto;
  max-width: 90%;
  border: 2px solid #FFF;
  background: #718FB7;
  padding: 20px;
  transition: top 0.2s linear;
}
@media (min-width: 768px) {
  .popup form > div {
    padding: 20px 40px 30px;
  }
}
@media (min-width: 1025px) {
  .popup form > div {
    padding: 30px 60px 40px;
  }
}
.popup form > div label {
  color: #FFF;
}
.popup form > div input[type=text] {
  flex-grow: 1;
  border-radius: 0;
  border: none;
}
.popup form > div input[type=submit] {
  border: none;
  background-color: #ED6A1F;
  line-height: 1;
  color: #FFF;
  cursor: pointer;
}
.popup form > div .popup-close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  line-height: 1;
  padding: 10px;
  cursor: pointer;
  color: #FFF;
}

@media (max-width: 767px) {
  .elementor .e-con.e-flex {
    --width: 100%;
    --flex-wrap: wrap;
  }
}
.elementor .e-con.padded.e-con-full, .elementor .e-con.padded > .e-con-inner {
  padding: 50px 20px;
}
@media (min-width: 1025px) {
  .elementor .e-con.padded.e-con-full, .elementor .e-con.padded > .e-con-inner {
    padding: 80px 30px;
  }
}
@media (min-width: 1441px) {
  .elementor .e-con.padded.e-con-full, .elementor .e-con.padded > .e-con-inner {
    padding: 120px 0;
  }
}
.elementor .e-con.padded-top.e-con-full, .elementor .e-con.padded-top > .e-con-inner {
  padding: 50px 20px 0;
}
@media (min-width: 1025px) {
  .elementor .e-con.padded-top.e-con-full, .elementor .e-con.padded-top > .e-con-inner {
    padding: 80px 30px 0;
  }
}
@media (min-width: 1441px) {
  .elementor .e-con.padded-top.e-con-full, .elementor .e-con.padded-top > .e-con-inner {
    padding: 120px 0 0;
  }
}
.elementor .e-con.padded-bottom.e-con-full, .elementor .e-con.padded-bottom > .e-con-inner {
  padding: 0 20px 50px;
}
@media (min-width: 1025px) {
  .elementor .e-con.padded-bottom.e-con-full, .elementor .e-con.padded-bottom > .e-con-inner {
    padding: 0 30px 80px;
  }
}
@media (min-width: 1441px) {
  .elementor .e-con.padded-bottom.e-con-full, .elementor .e-con.padded-bottom > .e-con-inner {
    padding: 0 0 120px;
  }
}
.elementor .e-con.title {
  min-height: 400px;
  padding: 20px;
}
@media (min-width: 1025px) {
  .elementor .e-con.title {
    min-height: 500px;
    padding: 30px;
  }
}
@media (min-width: 1441px) {
  .elementor .e-con.title {
    min-height: 600px;
  }
}
@media (max-width: 1024px) {
  .elementor .e-con.title > .e-con-inner {
    justify-content: flex-end;
  }
}
.elementor .e-con.title > .e-con-inner > .e-con-full {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
@media (max-width: 1024px) {
  .elementor .e-con.title > .e-con-inner > .e-con-full {
    row-gap: 0;
  }
}
@media (min-width: 768px) {
  .elementor .e-con.title > .e-con-inner > .e-con-full {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .elementor .e-con.title > .e-con-inner > .e-con-full {
    width: 40%;
  }
}
@media (min-width: 1025px) {
  .elementor .e-con.title > .e-con-inner > .e-con-full {
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .elementor .e-con.title > .e-con-inner > .e-con-full h1 {
    font-size: 40px;
  }
}
.elementor .e-con.title > .e-con-inner > .e-con-full .elementor-widget-text-editor.bold {
  font-weight: 600;
  font-size: 18px;
}
@media (min-width: 768px) {
  .elementor .e-con.title > .e-con-inner > .e-con-full .elementor-widget-text-editor.bold {
    font-size: 22px;
  }
}
.elementor .e-con.key {
  justify-content: center;
  gap: 0;
  background: #F7F7FA;
  padding: 20px;
}
@media (min-width: 768px) {
  .elementor .e-con.key {
    padding: 30px;
  }
}
@media (min-width: 1441px) {
  .elementor .e-con.key {
    padding: 40px;
  }
}
.elementor .e-con.key h3 {
  margin-bottom: 10px;
  color: #46388A;
}
.elementor .e-con.key p {
  font-weight: 300;
}
.elementor .e-con.anchors {
  margin-top: 30px;
  background: #FFF;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .elementor .e-con.anchors {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  .elementor .e-con.anchors {
    padding: 0 30px;
  }
}
@media (min-width: 1441px) {
  .elementor .e-con.anchors {
    padding: 0 60px;
  }
}
.elementor .e-con.anchors > .e-con-inner {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .elementor .e-con.anchors > .e-con-inner {
    flex-direction: row;
    gap: 10px 0;
    padding: 20px 0;
  }
}
.elementor .e-con.anchors > .e-con-inner > a {
  flex-grow: 1;
  justify-content: center;
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .elementor .e-con.anchors > .e-con-inner > a {
    border-bottom: 1px solid #718FB7;
  }
  .elementor .e-con.anchors > .e-con-inner > a:last-child {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .elementor .e-con.anchors > .e-con-inner > a {
    flex-basis: 25%;
    border-right: 1px solid #718FB7;
    padding: 10px 20px;
  }
  .elementor .e-con.anchors > .e-con-inner > a:last-child {
    border-right: none;
  }
}
@media (min-width: 1025px) {
  .elementor .e-con.anchors > .e-con-inner > a {
    flex-basis: 16.66%;
  }
}
.elementor .e-con.anchors > .e-con-inner > a p {
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .elementor .e-con.anchors > .e-con-inner > a p {
    font-size: 18px;
  }
}
.elementor .elementor-widget-heading h2 {
  position: relative;
  padding-bottom: 15px;
}
.elementor .elementor-widget-heading h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  max-width: 700px;
  min-width: 280px;
  height: 1px;
  background: #46388A;
}
.elementor .elementor-widget-heading.centered h2:after {
  right: 0;
  margin: auto;
}
.elementor .elementor-widget-heading.no-margin *.elementor-heading-title {
  margin-bottom: 0;
}
.elementor .elementor-widget-text-editor.intro:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-text-editor.intro:not(:last-child) {
    margin-bottom: 30px;
  }
}
.elementor .elementor-widget-text-editor.intro p {
  font-size: 18px;
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-text-editor.intro p {
    font-size: 22px;
  }
}
.elementor .elementor-widget-button.purple .elementor-button {
  background: rgba(70, 56, 138, 0.8);
}
.elementor .elementor-widget-button.purple .elementor-button:hover, .elementor .elementor-widget-button.purple .elementor-button:focus {
  background: #46388A;
}
.elementor .elementor-widget-loop-carousel.elementor-arrows-position-outside .swiper {
  width: 100%;
}
.elementor .elementor-widget-slides.title .swiper {
  padding-bottom: 60px;
}
.elementor .elementor-widget-slides.title .swiper .swiper-wrapper {
  overflow: visible;
}
.elementor .elementor-widget-slides.title .swiper .swiper-pagination {
  bottom: 20px;
}
.elementor .elementor-widget-slides.title .swiper .elementor-swiper-button {
  font-size: 32px;
}
.elementor .elementor-widget-slides.title .swiper .elementor-swiper-button svg {
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.8));
}
.elementor .elementor-widget-slides.title .swiper-slide .swiper-slide-inner {
  padding: 20px;
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-slides.title .swiper-slide .swiper-slide-inner {
    padding: 30px;
  }
}
@media (min-width: 1441px) {
  .elementor .elementor-widget-slides.title .swiper-slide .swiper-slide-inner {
    padding: 40px 60px;
  }
}
.elementor .elementor-widget-slides.title .swiper-slide-contents {
  position: absolute;
  bottom: -60px;
  background: #46388A;
  padding: 20px;
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-slides.title .swiper-slide-contents {
    padding: 40px;
  }
}
.elementor .elementor-widget-slides.title .swiper-slide-contents .elementor-slide-heading {
  margin-bottom: 20px;
  font-size: 30px;
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-slides.title .swiper-slide-contents .elementor-slide-heading {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
.elementor .elementor-widget-slides.title .swiper-slide-contents .elementor-slide-description {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-slides.title .swiper-slide-contents .elementor-slide-description {
    margin-bottom: 30px;
  }
}
.elementor .elementor-form .elementor-field-type-acceptance {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.elementor .elementor-form .elementor-field-type-acceptance .elementor-field-subgroup {
  flex-basis: 25px !important;
  min-width: 25px;
  line-height: 1;
}
.elementor .elementor-form .elementor-field-type-submit {
  margin-top: 10px;
}
.elementor .elementor-form .elementor-message-success {
  font-size: 14px;
  color: #0C0;
}
.elementor .elementor-widget-testimonial-carousel img {
  border-radius: 0;
}
.elementor .elementor-widget-eael-post-grid .eael-post-grid {
  display: flex;
  flex-wrap: wrap;
}
.elementor .elementor-widget-eael-post-grid .eael-post-grid .eael-grid-post-holder {
  height: 100%;
}
.elementor .elementor-widget-eael-post-grid .eael-post-grid .eael-grid-post-holder .eael-grid-post-holder-inner {
  padding: 20px;
}
.elementor .elementor-widget-eael-post-grid .eael-post-grid .eael-entry-media .eael-entry-thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
}
.elementor .elementor-widget-eael-post-grid .eael-post-grid .eael-entry-wrapper {
  padding: 0;
}
.elementor .elementor-widget-eael-post-grid .eael-post-grid .eael-entry-wrapper .eael-entry-meta .eael-posted-on {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  color: #718FB7;
}
.elementor .elementor-widget-eael-post-grid .eael-post-grid .eael-entry-wrapper .eael-entry-meta .eael-posted-on:before {
  content: none;
}
.elementor .elementor-widget-eael-logo-carousel .eael-lc-logo {
  text-align: center;
}
.elementor .elementor-widget-eael-logo-carousel .eael-lc-logo img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.elementor .elementor-widget-eael-flip-carousel .flip-items {
  height: auto !important;
}
.elementor .elementor-widget-eael-flip-carousel .eael-flip-item {
  vertical-align: middle;
  transition: none;
}
.elementor .elementor-widget-eael-flip-carousel .eael-flip-item.flipster__item--current {
  box-shadow: 40px 0 30px rgba(255, 255, 255, 0.95), -40px 0 30px rgba(255, 255, 255, 0.95);
}
.elementor .elementor-widget-eael-flip-carousel .eael-flip-item.flipster__item--current .flipster__item__content {
  background: #F7F7FA;
  padding: 20px;
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-eael-flip-carousel .eael-flip-item.flipster__item--current .flipster__item__content {
    padding: 30px;
  }
}
@media (min-width: 1441px) {
  .elementor .elementor-widget-eael-flip-carousel .eael-flip-item.flipster__item--current .flipster__item__content {
    padding: 40px;
  }
}
.elementor .elementor-widget-eael-flip-carousel .eael-flip-item.flipster__item--past, .elementor .elementor-widget-eael-flip-carousel .eael-flip-item.flipster__item--future {
  box-shadow: 20px 0 15px rgba(255, 255, 255, 0.95), -20px 0 15px rgba(255, 255, 255, 0.95);
  opacity: 1;
}
.elementor .elementor-widget-eael-flip-carousel .eael-flip-item.flipster__item--past .flipster__item__content, .elementor .elementor-widget-eael-flip-carousel .eael-flip-item.flipster__item--future .flipster__item__content {
  background: #FFF;
}
.elementor .elementor-widget-eael-flip-carousel .eael-flip-item.flipster__item--past .flipster__item__content .flip-carousel-text, .elementor .elementor-widget-eael-flip-carousel .eael-flip-item.flipster__item--future .flipster__item__content .flip-carousel-text {
  text-align: center;
}
.elementor .elementor-widget-eael-flip-carousel .eael-flip-item.flipster__item--past.flipster__item--future-1 .flipster__item__content, .elementor .elementor-widget-eael-flip-carousel .eael-flip-item.flipster__item--past.flipster__item--past-1 .flipster__item__content, .elementor .elementor-widget-eael-flip-carousel .eael-flip-item.flipster__item--future.flipster__item--future-1 .flipster__item__content, .elementor .elementor-widget-eael-flip-carousel .eael-flip-item.flipster__item--future.flipster__item--past-1 .flipster__item__content {
  transform: scale(0.9);
}
.elementor .elementor-widget-eael-flip-carousel .eael-flip-item .flipster__item__content {
  display: flex;
  flex-direction: column;
  width: 300px;
  padding: 20px;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-eael-flip-carousel .eael-flip-item .flipster__item__content {
    width: 400px;
  }
}
@media (min-width: 1441px) {
  .elementor .elementor-widget-eael-flip-carousel .eael-flip-item .flipster__item__content {
    width: 550px;
  }
}
.elementor .elementor-widget-eael-flip-carousel .eael-flip-item .flipster__item__content img {
  order: 1;
}
.elementor .elementor-widget-eael-flip-carousel .eael-flip-item .flipster__item__content .eael-flip-carousel-content {
  position: relative;
  order: 3;
  padding: 20px 0 0;
}
.elementor .elementor-widget-eael-flip-carousel .eael-flip-item .flipster__item__content .flip-carousel-text {
  order: 2;
  padding-top: 30px;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-eael-flip-carousel .eael-flip-item .flipster__item__content .flip-carousel-text {
    font-size: 20px;
  }
}
.elementor .elementor-widget-eael-flip-carousel .flipster__button {
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 12px;
  opacity: 1;
  font-size: 24px;
  color: #0F145C;
}
.elementor .elementor-widget-eael-flip-carousel .flipster__button:hover, .elementor .elementor-widget-eael-flip-carousel .flipster__button:focus {
  color: #ED6A1F;
}
.elementor .elementor-widget-eael-event-calendar {
  width: 100%;
}
.elementor .elementor-widget-eael-event-calendar .eael-event-calendar-wrapper {
  font-family: "Inter", sans-serif;
}
.elementor .elementor-widget-eael-event-calendar table {
  width: 100%;
}
.elementor .elementor-widget-eael-event-calendar table th {
  text-align: left;
}
.elementor .elementor-widget-eael-event-calendar table .sortArrow {
  margin-left: 6px !important;
  border-top-color: #FFF !important;
}
.elementor .elementor-widget-eael-event-calendar table tbody tr:hover td {
  background: #F7F7FA !important;
}
.elementor .elementor-widget-eael-event-calendar table tbody a:after {
  content: "\e80d";
  margin-left: 4px;
  vertical-align: super;
  font-family: "Paratus Iconfont";
  font-size: 10px;
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-eael-event-calendar table tbody a:after {
    font-size: 12px;
  }
}
.elementor .elementor-widget-eael-testimonial-slider .eael-testimonial-image img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.elementor .elementor-widget-eael-testimonial-slider .eael-testimonial-quote {
  display: none;
}
.elementor .elementor-widget-eael-content-timeline .eael-content-timeline-container {
  max-width: none;
}
@media (min-width: 768px) {
  .elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-horizontal-timeline-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-horizontal-timeline-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-horizontal-timeline-list .eael-horizontal-timeline-item {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-horizontal-timeline-list .eael-horizontal-timeline-item {
    max-width: calc(33.33% - 20px);
  }
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-horizontal-timeline-list .eael-horizontal-timeline-item {
    max-width: calc(33.33% - 30px);
  }
}
.elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-horizontal-timeline-list--top {
  align-items: stretch;
}
.elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-horizontal-timeline-list--top .eael-horizontal-timeline-item {
  padding-left: 1px;
  padding-right: 1px;
}
.elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-horizontal-timeline-list--top .eael-horizontal-timeline-item__card,
.elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-horizontal-timeline-list--top .eael-horizontal-timeline-item__card-inner {
  height: 100%;
}
.elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-horizontal-timeline-list--middle .eael-horizontal-timeline__line {
  top: 16px;
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-horizontal-timeline-list--middle .eael-horizontal-timeline__line {
    top: 20px;
  }
}
.elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-horizontal-timeline-list--middle .eael-horizontal-timeline-item__point-content {
  width: 30px;
  height: 30px;
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-horizontal-timeline-list--middle .eael-horizontal-timeline-item__point-content {
    width: 40px;
    height: 40px;
  }
}
.elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-horizontal-timeline-list--middle .eael-horizontal-timeline-item__highlight {
  background-color: #ED6A1F;
}
.elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-arrow {
  top: 66%;
}
@media (min-width: 768px) {
  .elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-arrow {
    top: 71%;
  }
}
@media (min-width: 1025px) {
  .elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-arrow {
    top: 76%;
  }
}
@media (min-width: 1441px) {
  .elementor .elementor-widget-eael-content-timeline .eael-horizontal-timeline .eael-arrow {
    top: 73%;
  }
}

body.paratus .elementor .e-con.title {
  padding-bottom: 0;
}
body.paratus .elementor .e-con.title > .e-con-inner > .e-con-full {
  bottom: -30px;
  background-color: #FFF;
}
@media (min-width: 768px) {
  body.paratus .elementor .e-con.title > .e-con-inner > .e-con-full {
    bottom: -40px;
  }
}
@media (min-width: 1025px) {
  body.paratus .elementor .e-con.title > .e-con-inner > .e-con-full {
    bottom: -60px;
  }
}
body.paratus .elementor .e-con.title + .e-con {
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.paratus .elementor .e-con.title + .e-con {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  body.paratus .elementor .e-con.title + .e-con {
    margin-top: 60px;
  }
}

.eael-lightbox-popup-standard .mfp-close {
  padding: 0;
}
.eael-lightbox-popup-standard .mfp-close:hover, .eael-lightbox-popup-standard .mfp-close:focus {
  background: none;
}

.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button {
  border: 1px solid #FFF;
}

:root {
  color-scheme: light only;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  position: relative;
  height: 100%;
}

body {
  overflow-x: hidden;
  height: 100%;
  background: #F7F7FA;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #0F145C;
}
@media (min-width: 1025px) {
  body {
    font-size: 18px;
  }
}
body > main {
  max-width: 1920px;
  margin: auto;
}
body.menu-open {
  overflow: hidden;
}

h1, h2, h3, h4,
h1.elementor-heading-title,
h2.elementor-heading-title,
h3.elementor-heading-title,
h4.elementor-heading-title {
  position: relative;
  margin-top: 0;
  line-height: 1.1;
}

h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 1025px) {
  h1 {
    font-size: 48px;
  }
}

h2,
h2.elementor-heading-title {
  margin-bottom: 20px;
  font-weight: 300;
}
@media (min-width: 1025px) {
  h2,
  h2.elementor-heading-title {
    margin-bottom: 40px;
  }
}

h3,
h3.elementor-heading-title {
  font-size: 20px;
}
@media (min-width: 1025px) {
  h3,
  h3.elementor-heading-title {
    font-size: 24px;
  }
}

h4,
h4.elementor-heading-title {
  font-size: 16px;
}
@media (min-width: 1025px) {
  h4,
  h4.elementor-heading-title {
    font-size: 18px;
  }
}

p + h3, p + h4, ul + h3, ul + h4, ol + h3, ol + h4 {
  margin-top: 2em;
}

strong, b {
  font-weight: 700;
}

p, pre, ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-child, pre:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 0;
  list-style: none;
}
ul.menu, ul.sub-menu {
  margin: 0;
}
ul:not([class]) li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
@media (min-width: 1025px) {
  ul:not([class]) li {
    padding-left: 24px;
  }
}
ul:not([class]) li:before {
  content: "•";
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 18px;
  color: #ED6A1F;
}
@media (min-width: 1025px) {
  ul:not([class]) li:before {
    top: -8px;
    font-size: 26px;
  }
}

a {
  text-decoration: none;
  color: #0F145C;
}

label {
  display: block;
  font-size: 12px;
}
label .required {
  color: #C00;
}

@media (min-width: 1025px) {
  select, input, textarea {
    font-size: 15px;
  }
}
select:active, select:focus, input:active, input:focus, textarea:active, textarea:focus {
  border-color: #ED6A1F;
  outline: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #0F145C;
}

input::placeholder, textarea::placeholder {
  color: #0F145C;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
}
input[type=date] {
  padding-right: 5px;
}
input[type=submit] {
  line-height: 1;
}

textarea {
  padding: 10px 15px;
  line-height: 1.5;
}

button {
  cursor: pointer;
}

.mobile {
  display: initial;
}
@media (min-width: 1025px) {
  .mobile {
    display: none !important;
  }
}

.tablet {
  display: none !important;
}
@media (min-width: 768px) {
  .tablet {
    display: initial !important;
  }
}

.desktop {
  display: none !important;
}
@media (min-width: 1025px) {
  .desktop {
    display: initial !important;
  }
}

section.padded {
  padding: 50px 0;
}
@media (min-width: 1025px) {
  section.padded {
    padding: 80px 0;
  }
}
@media (min-width: 1441px) {
  section.padded {
    padding: 120px 0;
  }
}
section.padded-top {
  padding: 50px 0 0;
}
@media (min-width: 1025px) {
  section.padded-top {
    padding: 80px 0 0;
  }
}
@media (min-width: 1441px) {
  section.padded-top {
    padding: 120px 0 0;
  }
}
section.padded-bottom {
  padding: 0 0 50px;
}
@media (min-width: 1025px) {
  section.padded-bottom {
    padding: 0 0 80px;
  }
}
@media (min-width: 1441px) {
  section.padded-bottom {
    padding: 0 0 120px;
  }
}

.label {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 14px;
}

.centered {
  text-align: center;
}

.shadowed {
  text-shadow: 0 0 5px #000;
}

.success {
  color: #0C0;
}
.success a {
  color: #0C0;
}

.error {
  color: #C00;
}
.error a {
  color: #C00;
}

.too-small {
  position: relative;
}
.too-small:before {
  content: "too small";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  background: #C00;
  padding: 3px 6px;
  font-size: 12px;
  color: #FFF;
}
.too-small:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(204, 0, 0, 0.2);
}

.checkbox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
.checkbox input {
  border: none;
  width: 18px;
  height: 18px;
}

body > header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  border-bottom: 1px solid #718FB7;
  background: #FFF;
}
body > header .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
body > header #logo {
  display: block;
  margin: 15px 0 14px;
}
@media (min-width: 1025px) {
  body > header #logo {
    margin: 30px 0 20px;
  }
}
body > header #logo img {
  display: block;
  width: auto;
  height: 30px;
}
@media (min-width: 1025px) {
  body > header #logo img {
    height: 45px;
  }
}
@media (min-width: 1441px) {
  body > header #logo img {
    height: 60px;
  }
}
@media (min-width: 1025px) {
  body > header .menus {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 10px;
  }
}
body > header #top-menu {
  display: none;
}
@media (min-width: 1025px) {
  body > header #top-menu {
    display: block;
  }
}
body > header #top-menu li {
  display: inline-block;
  margin-left: 22px;
}
body > header #top-menu li a {
  padding: 6px;
  font-size: 14px;
  color: #718FB7;
}
body > header #top-menu li.search {
  cursor: pointer;
}
@media (max-width: 1024px) {
  body > header nav {
    position: fixed;
    top: 60px;
    left: 100%;
    width: 100%;
    height: calc(100% - 60px);
    background: #FFF;
    overflow-y: scroll;
    transition: left 0.2s ease-in-out;
  }
  body > header nav.active {
    left: 0;
  }
}
body > header nav #main-menu > li > a {
  font-weight: 600;
}
@media (max-width: 1024px) {
  body > header nav #main-menu a {
    position: relative;
    display: block;
  }
  body > header nav #main-menu > li {
    border-bottom: 1px dashed #718FB7;
  }
  body > header nav #main-menu > li > a {
    padding: 15px 0 15px 20px;
  }
  body > header nav #main-menu li.menu-item-has-children > a {
    margin-right: 50px;
  }
  body > header nav #main-menu li.menu-item-has-children > a:after {
    content: "\e801";
    font-family: "Paratus Iconfont";
    position: absolute;
    top: 0;
    right: -50px;
    padding: 15px 20px 15px 16px;
    pointer-events: none;
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
  }
  body > header nav #main-menu li.menu-item-has-children > .sub-menu {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-in-out;
  }
  body > header nav #main-menu li.menu-item-has-children.expanded > a:after {
    transform: rotate(90deg);
  }
  body > header nav #main-menu li.menu-item-has-children.expanded > .sub-menu {
    max-height: 1000px;
  }
  body > header nav #main-menu .sub-menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
  }
  body > header nav #main-menu .sub-menu > li > a {
    padding: 8px 0 8px 40px;
  }
  body > header nav #main-menu .sub-menu > li > a:before {
    content: "→";
    position: relative;
    top: -1px;
    margin-right: 6px;
  }
  body > header nav #main-menu .sub-menu > li.menu-item-has-children > a {
    display: inline-block;
  }
  body > header nav #main-menu .sub-menu > li.menu-item-has-children > a:after {
    padding: 8px 18px;
  }
  body > header nav #main-menu .sub-menu .sub-menu a {
    padding: 5px 0 5px 80px;
  }
  body > header nav #main-menu .sub-menu .sub-menu a:before {
    content: "›";
    top: 0;
  }
}
@media (min-width: 1025px) {
  body > header nav #main-menu > li {
    display: inline-block;
    margin-left: 20px;
    padding-bottom: 16px;
  }
  body > header nav #main-menu > li:first-child {
    margin-left: 0;
  }
  body > header nav #main-menu > li > a {
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
  }
  body > header nav #main-menu > li.current-menu-ancestor > a, body > header nav #main-menu > li.current-menu-item > a, body > header nav #main-menu > li > a:hover, body > header nav #main-menu > li > a:focus {
    border-color: #718FB7;
  }
  body > header nav #main-menu > li:hover > .sub-menu, body > header nav #main-menu > li:focus > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  body > header nav #main-menu .sub-menu {
    position: absolute;
    top: 100%;
    margin-left: -20px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  body > header nav #main-menu .sub-menu a {
    position: relative;
    z-index: 1;
    display: block;
    border-left: 1px solid #718FB7;
    border-right: 1px solid #718FB7;
    background: #FFF;
    padding: 15px 40px 15px 20px;
    white-space: nowrap;
  }
  body > header nav #main-menu .sub-menu a:hover, body > header nav #main-menu .sub-menu a:focus {
    background: #F7F7FA;
  }
  body > header nav #main-menu .sub-menu > li {
    position: relative;
  }
  body > header nav #main-menu .sub-menu > li:last-child > a {
    border-bottom: 1px solid #718FB7;
    padding-bottom: 20px;
  }
  body > header nav #main-menu .sub-menu > li.menu-item-has-children > a:after {
    content: "\e801";
    font-family: "Paratus Iconfont";
    position: absolute;
    top: 20px;
    right: 14px;
    font-size: 12px;
    color: rgba(113, 143, 183, 0.5);
  }
  body > header nav #main-menu .sub-menu > li.menu-item-has-children:hover, body > header nav #main-menu .sub-menu > li.menu-item-has-children:focus {
    width: calc(100% + 5px);
  }
  body > header nav #main-menu .sub-menu > li.menu-item-has-children:hover > a, body > header nav #main-menu .sub-menu > li.menu-item-has-children:focus > a {
    border-right-color: #F7F7FA;
  }
  body > header nav #main-menu .sub-menu > li.menu-item-has-children:hover .sub-menu, body > header nav #main-menu .sub-menu > li.menu-item-has-children:focus .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  body > header nav #main-menu > li:last-child .sub-menu {
    right: 0;
    margin-right: -20px;
  }
  body > header nav #main-menu > li:last-child .sub-menu a {
    padding: 15px 20px 15px 40px;
    text-align: right;
  }
  body > header nav #main-menu .sub-menu .sub-menu {
    z-index: 0;
    top: 0;
    left: calc(100% - 1px);
    margin-left: 0;
    border: 1px solid #718FB7;
  }
  body > header nav #main-menu .sub-menu .sub-menu a {
    border: none !important;
    padding: 6px 20px;
    font-size: 14px;
  }
  body > header nav #main-menu .sub-menu .sub-menu li:first-child > a {
    padding-top: 12px;
  }
  body > header nav #main-menu .sub-menu .sub-menu li:last-child > a {
    padding-bottom: 12px;
  }
}
@media (min-width: 1441px) {
  body > header nav #main-menu > li {
    margin-left: 50px;
  }
}
body > header nav #mobile-menu {
  display: flex;
  justify-content: space-between;
}
body > header nav #mobile-menu li.search {
  cursor: pointer;
}
body > header nav #mobile-menu a {
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  color: #718FB7;
}
@media (min-width: 1025px) {
  body > header nav #mobile-menu {
    display: none;
  }
}
body > header #nav-toggle {
  position: relative;
  width: 55px;
  padding: 20px 0 19px 20px;
  transform: width 0.2s linear;
  cursor: pointer;
}
@media (min-width: 1025px) {
  body > header #nav-toggle {
    display: none;
  }
}
body > header #nav-toggle span {
  display: block;
  height: 2px;
  background: #46388A;
  transition: all 0.2s linear;
}
body > header #nav-toggle span:nth-child(even) {
  margin: 7px 0;
}
body > header #nav-toggle.active {
  width: 40px;
}
body > header #nav-toggle.active span:first-child {
  margin-top: 9px;
  transform: rotate(45deg);
}
body > header #nav-toggle.active span:nth-child(even) {
  margin: 0;
  height: 0;
  opacity: 0;
}
body > header #nav-toggle.active span:last-child {
  margin-top: -2px;
  transform: rotate(-45deg);
}

body.paratus > header .container {
  height: 59px;
}
@media (min-width: 1025px) {
  body.paratus > header .container {
    height: 94px;
  }
}
@media (min-width: 1441px) {
  body.paratus > header .container {
    height: 129px;
  }
}
body.paratus > header #logo {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 0;
  right: 0;
  margin: auto;
  width: 68px;
}
@media (min-width: 1025px) {
  body.paratus > header #logo {
    top: 13px;
    width: 100px;
  }
}
@media (min-width: 1441px) {
  body.paratus > header #logo {
    top: 15px;
    width: 143px;
  }
}
body.paratus > header #logo img {
  height: 40px;
}
@media (min-width: 1025px) {
  body.paratus > header #logo img {
    height: 70px;
  }
}
@media (min-width: 1441px) {
  body.paratus > header #logo img {
    height: 100px;
  }
}
@media (min-width: 1025px) {
  body.paratus > header .menus {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  body.paratus > header nav {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  body.paratus > header nav #main-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  body.paratus > header nav #main-menu > li {
    margin-left: 24px;
  }
  body.paratus > header nav #main-menu > li:first-child {
    margin-left: 0;
  }
  body.paratus > header nav #main-menu > li:nth-child(3) {
    margin-right: auto;
  }
}
@media (min-width: 1441px) {
  body.paratus > header nav #main-menu > li {
    margin-left: 54px;
    padding-bottom: 28px;
  }
}

body > main {
  position: relative;
  max-width: 1920px;
  min-height: 500px;
  padding-top: 60px;
}
@media (min-width: 1025px) {
  body > main {
    padding-top: 95px;
  }
}
@media (min-width: 1441px) {
  body > main {
    padding-top: 110px;
  }
}

@media (min-width: 1441px) {
  body.paratus > main {
    padding-top: 130px;
  }
}

body > footer {
  font-size: 12px;
}
@media (min-width: 1025px) {
  body > footer {
    font-size: 14px;
  }
}
body > footer section.purple {
  background: #46388A;
  color: #FFF;
}
body > footer section.first {
  padding-top: 50px;
}
@media (min-width: 1025px) {
  body > footer section.first {
    padding-top: 80px;
  }
}
@media (min-width: 1441px) {
  body > footer section.first {
    padding-top: 120px;
  }
}
body > footer section.first a {
  color: #FFF;
}
body > footer section.first a i {
  margin-right: 4px;
}
body > footer section.first .locations {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 30px 40px;
}
body > footer section.first .locations .location p:first-child {
  margin-bottom: 15px;
}
body > footer section.second {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 1025px) {
  body > footer section.second {
    padding-bottom: 80px;
  }
}
body > footer #social-menu {
  margin-top: -10px;
}
body > footer #social-menu li {
  display: inline-block;
  margin-right: 10px;
}
body > footer #social-menu li a {
  display: block;
  padding: 10px 10px 10px 0;
  font-size: 16px;
  color: #FFF;
}
body > footer #bottom-menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (min-width: 1025px) {
  body > footer #bottom-menu {
    justify-content: flex-end;
    margin-left: 40px;
  }
}
body > footer #bottom-menu a {
  color: #FFF;
}
@media (max-width: 1440px) {
  body > footer #bottom-menu > li {
    margin-bottom: 30px;
    width: 25%;
  }
}
@media (max-width: 1024px) {
  body > footer #bottom-menu > li {
    margin-top: 30px;
    margin-bottom: 0;
    width: calc(33% - 20px);
  }
}
@media (max-width: 767px) {
  body > footer #bottom-menu > li {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1441px) {
  body > footer #bottom-menu > li {
    flex: 1 1 0px;
  }
}
body > footer #bottom-menu > li > a {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 1025px) {
  body > footer #bottom-menu > li > a {
    margin-bottom: 15px;
  }
}
body > footer #bottom-menu .sub-menu a {
  font-size: 12px;
}
body > footer .copy {
  font-size: 12px;
}
@media (max-width: 1024px) {
  body > footer .copy {
    margin-bottom: 20px;
  }
}
body > footer #legal-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 1025px) {
  body > footer #legal-menu {
    justify-content: flex-end;
  }
}
body > footer #legal-menu li {
  display: inline-block;
  padding-right: 20px;
}
@media (min-width: 768px) {
  body > footer #legal-menu li {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  body > footer #legal-menu li {
    padding-left: 30px;
    padding-right: 0;
  }
}
body > footer #legal-menu a {
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
}
@media (min-width: 1025px) {
  body > footer #legal-menu a {
    font-size: 14px;
  }
}
body > footer #partner-toggle {
  position: relative;
  z-index: 1;
  margin-top: -40px;
  text-align: center;
  color: #FFF;
}
body > footer #partner-toggle i {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  animation: bounceIcon 1s ease-in-out infinite alternate;
  font-size: 20px;
  cursor: pointer;
}
body > footer #partner-toggle i:before {
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
body > footer #partner-toggle.active i:before {
  transform: rotate(180deg);
}
body > footer #partner-footer {
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
}
body > footer #partner-footer.expanded {
  max-height: 500px;
}
body > footer #partner-footer .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
body > footer #partner-footer .container > a {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  body > footer #partner-footer .container > a {
    margin-bottom: 30px;
  }
}
body > footer #partner-footer .container > a > img {
  height: 90px;
}
@media (min-width: 1025px) {
  body > footer #partner-footer .container > a > img {
    height: 120px;
  }
}
@media (min-width: 1441px) {
  body > footer #partner-footer .container > a > img {
    height: 140px;
  }
}
body > footer #partner-footer .container p {
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  body > footer #partner-footer .container p {
    text-align: justify;
  }
}
@media (min-width: 1025px) {
  body > footer #partner-footer .container p {
    margin: 0 auto 50px;
    max-width: 80%;
  }
}
body > footer #partner-footer .container p strong {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 16px;
}
body > footer #partner-footer .partner-container {
  position: relative;
  padding: 0 20px;
}
@media (min-width: 1441px) {
  body > footer #partner-footer .partner-container {
    padding: 0 40px;
  }
}
body > footer #partner-footer .partner-container #partner-swiper img {
  display: block;
  margin: auto;
  width: auto;
  height: 25px;
}
@media (min-width: 1025px) {
  body > footer #partner-footer .partner-container #partner-swiper img {
    height: 30px;
  }
}
@media (min-width: 1441px) {
  body > footer #partner-footer .partner-container #partner-swiper img {
    height: 40px;
  }
}
body > footer #partner-footer .partner-container .swiper-button i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 3px;
  font-size: 18px;
  color: #46388A;
  cursor: pointer;
}
@media (min-width: 1025px) {
  body > footer #partner-footer .partner-container .swiper-button i {
    font-size: 20px;
  }
}
@media (min-width: 1441px) {
  body > footer #partner-footer .partner-container .swiper-button i {
    font-size: 24px;
  }
}
body > footer #partner-footer .partner-container .swiper-button i:hover, body > footer #partner-footer .partner-container .swiper-button i:focus {
  color: #ED6A1F;
}
body > footer #partner-footer .partner-container .swiper-button i.prev {
  left: -6px;
}
body > footer #partner-footer .partner-container .swiper-button i.next {
  right: -6px;
}

#searchForm form > div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
@media (max-width: 767px) {
  #searchForm form > div {
    flex-direction: column;
  }
}
#searchForm label {
  position: static;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: -10px;
  padding: 0;
  color: #FFF;
}

body.search-results .e-con,
body.search-results .e-con-inner {
  display: block;
}
body.search-results .e-con {
  padding: 0;
}
body.search-results .e-con-inner {
  max-width: 1320px;
}
body.search-results .e-con-inner h1 {
  margin-bottom: 0;
}
body.search-results .e-con-inner a {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #718FB7;
  background: #FFF;
  padding: 15px 20px;
}
body.search-results .e-con-inner a:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.search-results .e-con-inner a {
    margin-bottom: 20px;
    padding: 20px 30px;
  }
}
body.search-results .e-con-inner h3 {
  margin-bottom: 10px;
}

form.post-password-form {
  margin: auto;
  max-width: 1320px;
  padding: 50px 0;
}
@media (min-width: 768px) {
  form.post-password-form p {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  form.post-password-form {
    padding: 805px 0;
  }
}
@media (min-width: 1441px) {
  form.post-password-form {
    padding: 120px 0;
  }
}
form.post-password-form label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  form.post-password-form label {
    width: 100%;
  }
}
@media (max-width: 767px) {
  form.post-password-form input {
    width: 100%;
  }
}
form.post-password-form input[type=submit] {
  border: none;
  background: rgba(237, 106, 31, 0.7);
  cursor: pointer;
  color: #FFF;
}
form.post-password-form input[type=submit]:hover, form.post-password-form input[type=submit]:focus {
  background: #ED6A1F;
}

#jobs .job {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #718FB7;
  background: #FFF;
  padding: 15px;
}
#jobs .job:last-child {
  margin-bottom: 0;
}
#jobs .job h4 {
  margin-bottom: 10px;
}
#jobs .job > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#jobs .job > div .location {
  line-height: 1;
  font-size: 12px;
}
@media (min-width: 768px) {
  #jobs .job > div .location {
    font-size: 16px;
  }
}
#jobs .job > div .btn {
  background-color: rgba(70, 56, 138, 0.7);
  font-size: 12px;
}
@media (min-width: 768px) {
  #jobs .job > div .btn {
    font-size: 16px;
  }
}
#jobs .job > div .btn:hover, #jobs .job > div .btn:focus {
  background: #46388A;
}

#jobs + .initiativ {
  margin-top: 40px;
  text-align: center;
}

.single-job .container {
  max-width: 1440px;
}
.single-job .banner {
  background-size: cover;
  background-position: center center;
  height: 400px;
}
@media (min-width: 1025px) {
  .single-job .banner {
    height: 500px;
  }
}
@media (min-width: 1441px) {
  .single-job .banner {
    height: 600px;
  }
}
.single-job .banner .container {
  display: flex;
  align-items: flex-end;
  margin: auto;
  height: 100%;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .single-job .banner .container {
    padding-bottom: 40px;
  }
}
@media (min-width: 1441px) {
  .single-job .banner .container {
    padding-bottom: 60px;
  }
}
.single-job .banner .container h1 {
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
.single-job .details .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .single-job .details .container {
    flex-direction: row;
  }
}
.single-job .details .content {
  width: 100%;
}
@media (min-width: 768px) {
  .single-job .details .content {
    width: 66.66%;
  }
}
.single-job .details .content > div {
  margin-bottom: 50px;
}
.single-job .details .content > div:last-child {
  margin-bottom: 0;
}
.single-job .details .info {
  width: 100%;
}
@media (min-width: 768px) {
  .single-job .details .info {
    width: 33.33%;
  }
}
.single-job .details .info > div {
  border: 1px solid #718FB7;
  background: #F7F7FA;
  padding: 20px;
}
@media (min-width: 1025px) {
  .single-job .details .info > div {
    padding: 30px;
  }
}
.single-job .details .info > div table {
  margin-bottom: 20px;
  vertical-align: top;
  font-size: 14px;
}
@media (min-width: 768px) {
  .single-job .details .info > div table {
    font-size: 16px;
  }
}
.single-job .details .info > div table td {
  vertical-align: top;
}
.single-job .details .info > div table td:first-child {
  padding-right: 10px;
}
.single-job .details .info > div button {
  border: none;
}
.single-job .share {
  text-align: center;
  font-size: 18px;
}
.single-job .share a {
  display: inline-block;
  margin: 0 5px;
}
.single-job .share i {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ED6A1F;
  padding-top: 6px;
  text-align: center;
  color: #FFF;
}
.single-job #applyform {
  color: #FFF;
}
.single-job #applyform .files {
  background: rgba(255, 255, 255, 0.15);
  padding: 10px;
  font-size: 14px;
}
.single-job #applyform .files #fileList:not(:empty) {
  margin-bottom: 10px;
  font-size: 12px;
}
.single-job #applyform .files #fileList .selectedFile {
  line-height: 1;
}
.single-job #applyform .files #fileList .remove {
  margin-left: 5px;
  font-size: 18px;
  color: #ED6A1F;
  cursor: pointer;
}
.single-job #applyform .files input {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  padding: 0;
  visibility: hidden;
}
.single-job #applyform .files label {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  background: #46388A;
  line-height: 30px;
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
}
.single-job #applyform .checkbox {
  margin: 10px 0;
}
.single-job #applyform .checkbox a {
  text-decoration: underline;
  color: #FFF;
}
.single-job #applyform #submit-application {
  width: 100%;
  border: none;
}
.single-job #applyform #submit-application i {
  display: none;
  margin-right: 5px;
}
.single-job #applyform #submit-application i:before {
  animation: rotateIcon 5s infinite linear;
}
.single-job #applyform #submit-application.sending i {
  display: inline-block;
}
.single-job #applyform #submit-status > div {
  display: none;
}
.single-job #applyform #submit-status.submit-success .success, .single-job #applyform #submit-status.submit-error .erro {
  display: block;
}

#BorlabsCookieBox .brlbs-cmpnt-dialog-box-header {
  justify-content: space-between;
}
@media (max-width: 767px) {
  #BorlabsCookieBox .brlbs-cmpnt-dialog-box-header .brlbs-dialog-logo {
    height: 30px !important;
  }
}
#BorlabsCookieBox .brlbs-cmpnt-dialog-box-header .brlbs-cmpnt-dialog-entrance-headline {
  padding: 8px 0 0;
  text-align: right;
}
@media (max-width: 767px) {
  #BorlabsCookieBox .brlbs-cmpnt-dialog-box-header .brlbs-cmpnt-dialog-entrance-headline {
    padding-top: 3px;
    font-size: 16px;
  }
}