@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url(../scss/helpers/bootstrap-grid.min.css);
@import url(../scss/helpers/slick.css);
@import url(../scss/helpers/slick-theme.css);
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-top: 0;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

.wp-block {
  width: 100%;
  max-width: unset;
}

.container {
  position: relative;
}

/*.button-omm {
    border-radius: 10px;
    padding: 22px 28px 21px;
    font-size: 18px;
    background-color: #fff;
    color: $navy;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}*/
.button-omm, .button-omm__small {
  border-radius: 10px;
  padding: 22px 28px 21px;
  font-size: 18px;
  background-color: #fff;
  color: #202B6F;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: padding-right 0.3s ease;
}
.button-omm::after, .button-omm__small::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 16px;
  background-image: url("../img/icon_arrow_right.svg");
  background-size: 10px 16px;
  background-repeat: no-repeat;
  transition: width 0.3s ease;
}
.button-omm:hover, .button-omm__small:hover {
  padding-right: 40px;
}
.button-omm:hover::after, .button-omm__small:hover::after {
  width: 10px;
}

.button-omm__small {
  padding: 13px 20px;
  font-size: 16px;
  border-radius: 5px;
  font-size: 14px;
}

.text-right {
  text-align: right;
}

.padding-top-element, .padding-bottom-element {
  height: 100px;
}

.negative-margin-top {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  z-index: 100;
}

.negative-margin-bottom {
  position: relative;
  bottom: -100px;
  margin-top: -100px;
  z-index: 100;
}

.negative-margin-bottom.negative-margin-top {
  margin-top: 0;
  margin-bottom: -200px;
}

.nmt + .nmb {
  margin-top: -170px;
}

section {
  position: relative;
  /*z-index: 1;*/
}

.section-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
}
.section-bg.section-bg-video::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0E1333;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.section-bg video {
  width: 100%; /* Zajmuje całą szerokość */
  height: 100%; /* Zajmuje całą wysokość */
  object-fit: cover; /* Zastosowanie 'cover' do wideo */
  object-position: center; /* Wideo będzie wyśrodkowane */
}

.map iframe {
  width: 100%;
  position: relative;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(0);
  transition: all 0.3s ease;
  background-color: transparent;
}
header.modify {
  background-color: rgba(43, 57, 144, 0.9);
  backdrop-filter: blur(6px);
}
header.modify .custom-logo-link {
  margin-top: 15px;
}
header.modify .custom-logo-link img {
  height: 56px;
}
header.modify ul.menu {
  margin-top: 30px;
}
header .custom-logo-link {
  margin-top: 60px;
  transition: all 0.3s ease;
}
header .custom-logo-link img {
  height: 85px;
  width: auto;
  transition: all 0.3s ease;
}
header ul.menu {
  margin-top: 96px;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 0;
  display: inline-block;
  transition: all 0.3s ease;
}
header ul.menu li {
  display: inline-block;
  margin-left: 20px;
  font-weight: 600;
  vertical-align: middle;
}
header ul.menu li.current-menu-item a {
  color: #ED1C24;
}
header ul.menu li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s linear;
}
header ul.menu li a:hover {
  color: #ED1C24;
}
header ul.menu .button-omm__small a {
  color: #202B6F;
}
header .menu-hamburger, header .menu-mobile {
  display: none;
}
@media (max-width: 991px) {
  header {
    position: fixed;
    background-color: rgba(43, 57, 144, 0.9);
    backdrop-filter: blur(6px);
    line-height: 80px;
    top: 0;
    left: 0;
  }
  header .custom-logo-link {
    margin: 0;
  }
  header .custom-logo-link img {
    height: 40px;
    vertical-align: middle;
  }
  header .menu-menu-glowne-container {
    display: inline-block;
  }
  header ul.menu {
    margin: 0;
  }
  header ul.menu li:not(:last-child) {
    display: none;
  }
  header ul.menu .button-omm__small {
    line-height: 1;
    margin-right: 30px;
    margin-left: 0;
  }
  header .menu-hamburger {
    display: inline-block;
    float: right;
    margin-top: 30px;
  }
  header .menu-hamburger span {
    display: block;
    width: 27px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 6px;
  }
  header .menu-mobile {
    position: fixed;
    background-color: #2B3990;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 1;
    padding-bottom: 100px;
  }
  header .menu-mobile .close {
    margin: 50px auto 85px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .menu-mobile .close span {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
  }
  header .menu-mobile .close span:first-child {
    transform: rotate(45deg);
  }
  header .menu-mobile .close span:last-child {
    transform: rotate(-45deg);
  }
  header .menu-mobile .custom-logo-link {
    display: block;
    margin-bottom: 100px;
  }
  header .menu-mobile .custom-logo-link img {
    height: 67px;
    width: auto;
  }
  header .menu-mobile ul.menu li {
    display: block;
    margin: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
  }
  header .menu-mobile ul.menu .button-omm__small {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
}
@media (max-width: 575px) {
  header ul.menu .button-omm__small {
    margin-right: 20px;
  }
}

footer .copyright {
  background-color: #202B6F;
  text-align: center;
  padding: 35px 0;
  color: #A0A7DB;
  font-size: 14px;
}
footer .copyright a, footer .copyright span {
  color: #ED1C24;
}

.hero {
  padding-top: 120px;
  padding-bottom: 100px;
  text-align: center;
  color: #fff;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}
.hero.front-page__hero {
  padding-top: 285px;
  padding-bottom: 285px;
}
.hero .container {
  position: relative;
}
.hero::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero .hero__header {
  font-size: 70px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
}
.hero h3 {
  margin-bottom: 0;
}
.hero .button-omm, .hero .button-omm__small {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .hero .hero__header {
    font-size: 50px;
  }
  .hero h3 {
    font-size: 24px;
  }
}

.text {
  position: relative;
  background-color: #fff;
}
.text.blue {
  background-color: #2B3990;
  color: #fff;
}
.text.gray {
  background-color: #F0F0F0;
}
.text.gray h1, .text.gray h2, .text.gray h3, .text.gray h4, .text.gray h5, .text.gray h6 {
  color: #2B3990;
}
.text h2 {
  position: relative;
  z-index: 1;
}
.text blockquote {
  padding: 0;
  margin: 0;
  position: relative;
}
.text blockquote p {
  position: relative;
  z-index: 1;
}
.text blockquote::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 128px;
  background: url(../img/icon_quote.svg) no-repeat;
  z-index: 0;
  top: -100px;
  left: 0;
}

.text-image {
  position: relative;
}
.text-image .background-row {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin: 0;
  top: 0;
}
.text-image .background-row > div {
  padding: 0;
  height: 100%;
}
.text-image .background-row > div .image-container {
  height: 100%;
}
.text-image .background-row > div img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.text-image .txt, .text-image .team, .text-image .icons {
  padding: 50px;
}
.text-image .txt.padding-bottom-less, .text-image .team.padding-bottom-less, .text-image .icons.padding-bottom-less {
  padding-bottom: 0;
}
.text-image .txt .horizontal, .text-image .team .horizontal, .text-image .icons .horizontal {
  display: flex;
  align-items: center;
}
.text-image .txt .horizontal .icon, .text-image .team .horizontal .icon, .text-image .icons .horizontal .icon {
  margin-bottom: 0;
  margin-right: 30px;
}
.text-image .txt .icon, .text-image .team .icon, .text-image .icons .icon {
  height: 60px;
  margin-bottom: 40px;
}
.text-image .txt .icon img, .text-image .team .icon img, .text-image .icons .icon img {
  height: 100%;
  width: auto;
}
.text-image .txt .header, .text-image .team .header, .text-image .icons .header {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #2B3990;
}
.text-image .txt .header.header-big, .text-image .team .header.header-big, .text-image .icons .header.header-big {
  font-size: 50px;
  text-align: center;
  margin-bottom: 35px;
}
.text-image .txt p, .text-image .team p, .text-image .icons p {
  line-height: 1.5;
  font-weight: 500;
}
.text-image .txt .button-omm__small, .text-image .team .button-omm__small, .text-image .icons .button-omm__small {
  background-color: rgba(237, 28, 36, 0.12);
  color: #ED1C24;
}
.text-image .txt .team-row, .text-image .team .team-row, .text-image .icons .team-row {
  margin-top: 60px;
}
.text-image .txt .team-row .team-img, .text-image .team .team-row .team-img, .text-image .icons .team-row .team-img {
  margin-bottom: 30px;
}
.text-image .txt .icons-box .row, .text-image .team .icons-box .row, .text-image .icons .icons-box .row {
  margin-top: 35px;
}
.text-image .txt .icons-box .icon-image, .text-image .team .icons-box .icon-image, .text-image .icons .icons-box .icon-image {
  text-align: center;
}
.text-image .txt .icons-box .name, .text-image .team .icons-box .name, .text-image .icons .icons-box .name {
  margin-top: 0;
}
.text-image .txt .name, .text-image .team .name, .text-image .icons .name {
  color: #2B3990;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.text-image .txt .description, .text-image .team .description, .text-image .icons .description {
  font-size: 13px;
  margin-bottom: 5px;
}
.text-image .txt .description a, .text-image .team .description a, .text-image .icons .description a {
  color: #000;
}
.text-image .txt .description svg, .text-image .team .description svg, .text-image .icons .description svg {
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.text-image .txt .description svg path, .text-image .team .description svg path, .text-image .icons .description svg path {
  fill: #ED1C24;
}
.text-image .txt.blue, .text-image .team.blue, .text-image .icons.blue {
  background-color: #2B3990;
  color: #fff;
}
.text-image .txt.blue .header, .text-image .team.blue .header, .text-image .icons.blue .header {
  color: #fff;
}
.text-image .txt.blue .button-omm__small, .text-image .team.blue .button-omm__small, .text-image .icons.blue .button-omm__small {
  background-color: #fff;
  color: #2B3990;
}
.text-image .txt.white, .text-image .team.white, .text-image .icons.white {
  background-color: #fff;
}
.text-image .txt.gray, .text-image .team.gray, .text-image .icons.gray {
  background-color: #F0F0F0;
}
.text-image .txt.none, .text-image .team.none, .text-image .icons.none {
  color: #fff;
}
.text-image .txt.none .header, .text-image .team.none .header, .text-image .icons.none .header {
  font-size: 50px;
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 30px;
  position: relative;
}
.text-image .txt.none .header::after, .text-image .team.none .header::after, .text-image .icons.none .header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 85px;
  background-color: #ED1C24;
}
.text-image .img {
  padding: 0;
  position: relative;
}
.text-image .img .image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.text-image .img .image-container img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.text-image.blue .header {
  color: #fff;
}
.text-image.img-video {
  z-index: 0;
}
.text-image.img-video .header {
  color: #fff;
  font-weight: 800;
}
@media (max-width: 991px) {
  .text-image .background-row {
    position: static;
  }
  .text-image .img .image-container {
    position: static;
    margin-bottom: -5px;
  }
  .text-image .icons .icons-box .icon-image {
    text-align: left;
    margin-bottom: 20px;
  }
  .text-image .team-row img {
    margin-bottom: 20px;
  }
  .text-image .txt .header.header-big {
    font-size: 36px;
    line-height: 1;
  }
}

.boxed .background-row {
  background-color: #F0F0F0;
}
.boxed .container {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.boxed .container .txt {
  padding: 10px 50px;
}
.boxed .container .first .txt {
  padding-top: 50px;
}
.boxed .container .last .txt {
  padding-bottom: 50px;
}
.boxed .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxed .img img {
  width: auto;
  height: 40%;
}

@media (min-width: 992px) {
  .three-columns .container {
    padding: 0;
  }
}
.three-columns .three-columns__item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.form {
  background-color: #2B3990;
  color: #fff;
}
.form.boxed {
  background-color: transparent;
}
.form .txt.blue {
  color: #fff;
}
.form .txt.blue a {
  color: #fff;
  text-decoration: none;
}
.form .txt.blue a:hover {
  text-decoration: underline;
}
.form input[type=text], .form input[type=email], .form input[type=tel], .form textarea {
  width: 100%;
  background-color: #202B6F;
  color: #747BB3;
  height: 50px;
  margin-bottom: 20px;
  border: none;
  padding: 0 20px;
}
.form textarea {
  height: 175px;
  padding: 20px;
}
.form .wpcf7-form-control.wpcf7-checkbox {
  position: relative;
  display: inline-block;
}
.form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  font-size: 12px;
}
.form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #202B6F;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 25px;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-image: url("../img/check_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
.form .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.form .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
.form .wpcf7-not-valid-tip {
  display: none !important;
}
.form .button-col {
  position: relative;
}
.form .button-col p {
  margin-bottom: 0;
}
.form input[type=submit] {
  background-color: #fff;
  color: #2B3990;
  font-weight: 500;
  height: 145px;
  width: 75px;
  position: absolute;
  right: 20px;
  top: 30px;
}
.form .wpcf7-spinner {
  display: none !important;
}
.form .newsletter {
  position: relative;
}
.form .newsletter input[type=submit] {
  height: 36px;
  top: 8px;
  right: 8px;
}

.video video {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 8px solid #fff;
}

.list {
  background-color: #171A29;
}
.list .txt {
  color: #fff;
}
.list .txt .header {
  color: #fff;
  text-align: center;
  font-weight: 800;
  margin-bottom: 40px;
}
.list .txt ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  column-count: 2;
  column-gap: 100px;
}
.list .txt ul li {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
  padding-left: 40px;
  position: relative;
}
.list .txt ul li::before {
  content: "";
  width: 26px;
  height: 18px;
  background-image: url(../img/check_01.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}
.list .txt ul li p {
  margin: 0;
}
@media (max-width: 991px) {
  .list .txt ul {
    column-count: 1;
  }
}

.numbers {
  color: #2B3990;
  padding-bottom: 30px;
}
.numbers .number-box {
  border-left: 3px solid #ED1C24;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 50px;
}
.numbers .number-box .number {
  font-size: 60px;
  font-weight: 500;
}
.numbers .number-box .description {
  font-size: 14px;
  font-weight: 600;
}

.icons_w_desc {
  text-align: center;
}
.icons_w_desc p {
  font-size: 18px;
  line-height: 25px;
}

.slider {
  padding-bottom: 50px;
  overflow: hidden;
}
.slider .slider-item {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 0 15px 10px;
  align-items: center;
}
.slider .slider-item img {
  margin-bottom: 10px;
  display: inline-block;
  max-width: 100%;
}
.slider .cs-element {
  margin: 0 15px;
  position: relative;
  overflow: hidden;
}
.slider .cs-element span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2B3990;
  left: -100%;
  transition: all 0.2s linear;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider .cs-element .button-omm__small {
  background-color: #fff;
}
.slider .cs-element:hover span {
  left: 0;
}
.slider .slick-dots li button:before, .slider .slick-dots li.slick-active button:before {
  color: #202B6F;
}
.slider .slick-prev, .slider .slick-next {
  width: 84px;
  height: 84px;
}
.slider .slick-prev:before, .slider .slick-next:before {
  display: none;
}
.slider .slick-prev.slick-disabled, .slider .slick-next.slick-disabled {
  opacity: 0.5;
}
.slider .slick-prev {
  background: url(../img/btn_left.svg) no-repeat;
  left: -105px;
}
.slider .slick-next {
  background: url(../img/btn_right.svg) no-repeat;
  right: -105px;
}

.slick-track {
  display: flex;
  align-items: stretch;
}

.slick-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
}

.case-study {
  background-color: #F0F0F0;
}
.case-study .subheader {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  color: #2B3990;
}

.cs-element {
  display: block;
  background-color: #fff;
  /*border-left: 10px solid $blue;*/
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 40px;
  text-decoration: none;
  height: calc(100% - 30px);
  overflow: hidden;
  position: relative;
}
.cs-element::before {
  width: 10px;
  height: 100%;
  background-color: #2B3990;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.cs-element img {
  height: auto;
  max-height: 50px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.cs-element p {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
.cs-element .button-omm__small {
  background-color: rgba(237, 28, 36, 0.12);
  color: #ED1C24;
}

.timeline {
  background-color: #2B3990;
  color: #fff;
  padding-bottom: 50px;
}
.timeline.bg-transparent {
  background-color: transparent;
}
.timeline .txt .header, .timeline .txt .subheader {
  color: #fff;
}
.timeline .txt .subheader {
  margin-bottom: 45px;
}
.timeline .year {
  font-size: 40px;
  font-weight: 500;
  transform: rotate(-90deg);
  position: relative;
  left: 35px;
  margin-bottom: 30px;
  transform-origin: bottom left;
}
.timeline .red-disc {
  background-color: #ED1C24;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: 3px;
  margin-bottom: 15px;
}
.timeline .description {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 15px;
}
.timeline .timeline-logo img {
  max-width: 100%;
  height: auto;
}
.timeline .timeline-line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
@media (max-width: 991px) {
  .timeline .timeline-row {
    position: relative;
  }
  .timeline .col {
    flex: 1 0 100%;
  }
  .timeline .col .timeline-item {
    padding-left: 100px;
    position: relative;
    margin-bottom: 30px;
  }
  .timeline .col .year {
    transform: none;
    left: 0;
    margin-bottom: 0;
  }
  .timeline .col .red-disc {
    position: absolute;
    left: 45px;
    top: 10px;
  }
  .timeline .timeline-line {
    display: none;
  }
}

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