:root {
  --bs-primary: #002891;
  --primary: #002891;
  --primary-1: #2d2d7e;
  --primary-2: #2e2e8e; }

body {
  font-family: "Montserrat", sans-serif; }

textarea {
  resize: none; }

iframe {
  display: block; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: underline; }

p {
  line-height: 1.75;
  margin-bottom: 1.8rem; }

.ff-IBM-PS {
  font-family: "IBM Plex Sans", sans-serif; }

.text-underline {
  text-decoration: underline; }

.fw-thin {
  font-weight: 100 !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-extrabold {
  font-weight: 800 !important; }

.fw-black {
  font-weight: 900 !important; }

.fs-italic {
  font-style: italic; }

.anchor-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3; }

.z-index-1 {
  z-index: 1; }

.bg-gray {
  background-color: #eaeaea; }

.bg-gray-1 {
  background-color: #f2f2f2; }

.bg-gray-2 {
  background-color: #f0f0f0; }

.bg-gray-3 {
  background-color: #f7f7f7; }

.bg-gray-4 {
  background-color: #f4f4f4; }

.bg-hover-gray {
  transition: all ease .35s; }
  .bg-hover-gray:hover {
    background-color: #e3e3e3; }

.bottom-0 {
  bottom: 0; }

.bg-primary-1 {
  background-color: var(--primary-1); }

.border-bottom-primary {
  border-bottom: 1px solid var(--primary); }

.bg-color-offset {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0; }

.clip-path-1 {
  clip-path: polygon(0 0, 100% 0, 100% 44%, 0% 100%); }

.clip-path-2 {
  clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%); }

.aspect-ratio-a {
  position: relative;
  padding-bottom: 75%; }

.bg-hover-primary:hover {
  background-color: var(--bs-primary) !important; }

.text-hover-white:hover {
  color: #fff !important; }

.text-gray {
  color: #656565 !important; }

.text-gray-1 {
  color: #9f9f9f !important; }

.lh-sm {
  line-height: 1 !important; }

.lh-md {
  line-height: 1.85 !important; }

.vertical-line-sm {
  width: 1px;
  height: 165px;
  background-color: #648EFF; }

.hr-black {
  border-color: #030A1F; }

.border-left-white {
  border-left: 1px solid #fff; }

.text-hover-no-underline:hover {
  text-decoration: none; }

.text-primary-1 {
  color: #2E2E8E !important; }

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.white-space-nowrap {
  white-space: nowrap; }

.rounded-icon {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  border-radius: 50%;
  background-color: white;
  color: #2E2E8E;
  text-align: center; }

.z-index-2 {
  z-index: 2; }

.bg-gradient-1 {
  background: linear-gradient(#151546, #2E2E8E); }

.bg-hover-dark-primary:hover {
  background-color: #021a59 !important; }

.text-hover-white:hover {
  color: #fff !important; }

.btn:hover {
  text-decoration: none; }

.btn-primary {
  --bs-btn-hover-bg: #eaeaea;
  --bs-btn-active-bg: #eaeaea;
  --bs-btn-hover-color: var(--primary);
  --bs-btn-active-color: var(--primary); }

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff; }

.btn-theme {
  --bs-btn-padding-x: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  font-weight: 700;
  border-radius: 0; }

.btn-gray {
  --bs-btn-bg: #ebebeb;
  --bs-btn-hover-bg: #d1d1d1; }

.btn-rounded {
  border-radius: 2rem; }

.content-section-row {
  position: relative; }

.bg-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .bg-img-fill._object-top img {
    object-position: top; }
  .bg-img-fill._object-right img {
    object-position: right; }
  .bg-img-fill._object-bottom img {
    object-position: bottom; }
  .bg-img-fill._object-left img {
    object-position: left; }
  .bg-img-fill + div {
    position: relative;
    z-index: 2; }
  .bg-img-fill img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.container-limited {
  max-width: 1920px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

.border-diagonal {
  position: relative;
  height: 16px; }
  .border-diagonal:before {
    position: absolute;
    left: 1rem;
    right: 1rem;
    height: 16px;
    content: "";
    background-color: var(--bs-primary);
    clip-path: polygon(0 0, 100% 0, 100% 44%, 0% 100%); }

.object-fit-cover {
  width: 100%;
  height: 100%; }
  .object-fit-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.special-block-1 .vertical-text {
  padding: 16px 0;
  background-color: var(--primary-2);
  width: 49px;
  letter-spacing: .20rem;
  font-size: 1rem;
  color: #fff; }
.special-block-1 .nav .nav-item {
  margin-left: 3px;
  margin-bottom: 1px; }
  .special-block-1 .nav .nav-item:last-child {
    margin-bottom: 0; }
  .special-block-1 .nav .nav-item a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    min-height: 90px;
    font-size: 1.5rem;
    line-height: 1.2;
    transition: all ease .35s;
    background-color: rgba(234, 234, 234, 0.7);
    color: #030A1F; }
    .special-block-1 .nav .nav-item a:hover {
      color: var(--primary); }
      .special-block-1 .nav .nav-item a:hover ._icon {
        opacity: 1; }
.special-block-1 .nav .nav-link ._icon {
  display: none; }
@media (min-width: 992px) {
  .special-block-1 .nav .nav-item a {
    padding: 12px 28px;
    font-size: 2.5rem;
    font-weight: normal; } }
@media (min-width: 1200px) {
  .special-block-1 .nav .nav-link ._icon {
    position: absolute;
    left: calc(100% + 2px);
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 150px;
    transition: all ease .35s;
    opacity: 0;
    background-color: #002891; }
    .special-block-1 .nav .nav-link ._icon img {
      object-fit: contain;
      width: 100%;
      height: 100%; } }
@media (min-width: 1400px) {
  .special-block-1 .nav .nav-item a {
    font-size: 3rem; } }

.vertical-text .text {
  transform: rotate(180deg);
  writing-mode: vertical-rl; }

.special-nav-1 {
  max-width: 400px; }
  .special-nav-1 .nav-link {
    --bs-nav-link-padding-x: 0;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 75px;
    border-bottom: 1px solid var(--bs-primary); }
    .special-nav-1 .nav-link:before {
      font-family: "Font Awesome 5 Pro";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-weight: 400;
      position: absolute;
      left: -30px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5rem;
      font-weight: 300;
      content: "\f061";
      opacity: 0;
      transition: all ease .15s; }
    .special-nav-1 .nav-link:hover:before {
      opacity: 1; }
  @media (min-width: 576px) {
    .special-nav-1 .nav-link:before {
      left: -40px; } }

.collage {
  position: relative; }
  .collage .frame {
    position: relative; }
    .collage .frame .img-container {
      position: relative;
      padding-bottom: 50%; }
      .collage .frame .img-container img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit:cover";
        position: absolute;
        inset: 0; }

.collage-1 .frame-1 .img-container {
  padding-bottom: 70%; }
.collage-1 .frame-2 {
  height: 100%; }
  .collage-1 .frame-2 .img-container {
    height: 100%; }

.collage-2 .frame .img-container {
  padding-bottom: 100%; }

.section-vertical-text {
  opacity: .15; }
  @media (max-width: 575px) {
    .section-vertical-text {
      margin-left: -10px !important; }
      .section-vertical-text .text {
        line-height: 1; } }

.nav-link:hover {
  text-decoration: none; }

.form-theme hr {
  border-color: #808080; }
.form-theme label {
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: normal; }
.form-theme .form-group:not(.form-check) {
  position: relative;
  margin-bottom: 45px; }
  .form-theme .form-group:not(.form-check) label {
    position: absolute;
    top: 0;
    transition: all ease 0.35s;
    pointer-events: none;
    color: #b5b5b5;
    font-weight: 500; }
.form-theme .form-control {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #808080; }
  .form-theme .form-control:focus ~ label, .form-theme .form-control:valid ~ label {
    transform: translateY(calc(-100% - 4px));
    font-size: 0.875rem;
    color: #000; }
.form-theme textarea:focus ~ label, .form-theme textarea:valid ~ label {
  transform: translateY(calc(-100% - 15px)) !important; }
.form-theme .custom-control .custom-control-label {
  text-transform: uppercase;
  color: #b5b5b5; }
.form-theme .custom-control .custom-control-input:not(:checked) ~ .custom-control-label:before {
  border-radius: 0;
  background-color: transparent; }

.form-light {
  --bs-border-color: #fff; }
  .form-light .form-control,
  .form-light .form-select {
    border-color: #fff; }
  .form-light label {
    color: #fff !important; }
  .form-light input {
    color-scheme: dark; }
  .form-light .form-select option {
    color: #000; }

@media (max-width: 767px) {
  .mh-img-md {
    height: 400px; }
    .mh-img-md img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit:cover"; } }

.diagonal-1 {
  height: 130px;
  clip-path: polygon(0 0, 100% 0, 100% 29%, 0% 100%); }
  @media (max-width: 575px) {
    .diagonal-1 {
      height: 80px; } }

.diagonal-2 {
  height: 130px;
  clip-path: polygon(0 75%, 100% 0, 100% 101%, 0% 101%); }
  @media (max-width: 575px) {
    .diagonal-2 {
      height: 80px; } }

.lg-backdrop {
  background-color: #eee; }

.lg-outer .lg-toogle-thumb {
  box-shadow: 0 -2px 4px 0px #cfcfcf;
  background-color: #eee; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #000; }
.lg-outer #lg-counter {
  color: #000; }
.lg-outer .lg-icon {
  color: #000; }
  .lg-outer .lg-icon:hover {
    color: #000; }
.lg-outer .lg-toolbar {
  background-color: rgba(238, 238, 238, 0.38); }
.lg-outer .lg-thumb-outer {
  background-color: #eee;
  box-shadow: 0 -2px 4px 0px #cfcfcf; }
.lg-outer #lg-actual-size {
  display: none; }
.lg-outer .lg-actions .lg-next,
.lg-outer .lg-actions .lg-prev {
  background-color: #fff;
  color: #000; }

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: var(--bs-secondary); }

.responsive-video-container {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  /* set video aspect ratio and vertically center */ }
  .responsive-video-container:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: ""; }
  .responsive-video-container .responsive-video-width {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto; }
  .responsive-video-container .responsive-video-aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    overflow: hidden; }
  .responsive-video-container .responsive-video-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .responsive-video-container .responsive-video-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
    -webkit-transition: all ease 1s;
    transition: all ease 1s; }
  @media (min-width: 992px) {
    .responsive-video-container .responsive-video-canvas {
      pointer-events: none; } }

.gm-style .gm-style-iw-c {
  top: -16px;
  background-color: transparent !important;
  box-shadow: none !important; }

.gm-style-iw-d {
  padding: 4px 8px !important;
  overflow: auto !important;
  background-color: var(--primary); }

.gm-ui-hover-effect {
  display: none !important; }

.gm-style-iw-ch {
  padding: 0 !important; }

.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-t::after {
  padding: 0;
  font-size: 16px;
  border-radius: 0;
  background-color: var(--primary);
  color: #fff; }

.gm-style .gm-style-iw-tc {
  top: -62px;
  height: 20px; }
  .gm-style .gm-style-iw-tc::after {
    left: 0;
    right: 0;
    margin: auto;
    clip-path: none;
    background-color: var(--primary);
    height: 10px;
    width: 2px;
    height: 100%; }

.gm-ui-hover-effect {
  opacity: 0; }

.breadcrumb {
  --bs-breadcrumb-divider: ">";
  --bs-breadcrumb-item-active-color: inherit;
  --bs-breadcrumb-divider-color: inherit; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item {
    font-weight: 700; }

.form-theme-2 {
  --bs-border-color: #b5b5b5; }
  .form-theme-2 .input-group .input-group-text {
    border-radius: 0;
    border-right: 0;
    background: transparent; }
  .form-theme-2 .input-group input {
    border-left: 0;
    height: 45px; }
  .form-theme-2 .input-group .btn {
    min-width: 45px;
    border-radius: 0; }

.header-fixed-offset {
  height: 100px; }
  @media (min-width: 1200px) {
    .header-fixed-offset {
      height: 125px; } }
  @media (min-width: 1400px) {
    .header-fixed-offset {
      height: 145px; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #2d2d7e;
  color: #FFFFFF; }
  .header:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
    border-top: 15px solid transparent;
    border-right: 90vw solid #20205c;
    pointer-events: none;
    content: ""; }
  .header .nav-link {
    color: inherit; }
  .header .header-menu .nav-item {
    margin: 0 .25rem; }
  .header .header-menu .nav-link {
    font-weight: 500; }
    .header .header-menu .nav-link:hover {
      color: var(--bs-secondary); }
  .header .social-links .nav-item {
    margin: 0; }
  .header .social-links .nav-link:hover {
    color: var(--bs-secondary); }
  .header .header-brand img {
    height: 65px; }
  .header .fullscreen-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 80px;
    border-left: 1px solid #030a1f;
    border-right: 1px solid #030a1f;
    cursor: pointer; }
    .header .fullscreen-menu-toggle:hover .toggle-icon ._bar:nth-child(2) {
      width: 100%;
      background-color: var(--bs-secondary); }
    .header .fullscreen-menu-toggle .toggle-icon {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 20px; }
      .header .fullscreen-menu-toggle .toggle-icon ._bar {
        width: 43px;
        height: 2px;
        background-color: #fff;
        transition: all ease .35s; }
      .header .fullscreen-menu-toggle .toggle-icon ._bar:nth-child(1) {
        background-color: var(--bs-secondary); }
      .header .fullscreen-menu-toggle .toggle-icon ._bar:nth-child(2) {
        width: 29px; }
  .header .language-dropdown .dropdown-toggle {
    color: #fff;
    border-radius: 0;
    font-weight: 500; }
  .header .language-dropdown .dropdown-menu {
    min-width: 0;
    width: 100%;
    border-radius: 0; }
    .header .language-dropdown .dropdown-menu .dropdown-item {
      font-weight: 500; }
      .header .language-dropdown .dropdown-menu .dropdown-item:hover {
        text-decoration: none;
        background-color: #2d2d7e;
        color: #fff; }
  @media (min-width: 576px) {
    .header .header-brand img {
      height: 75px; }
    .header .social-links .nav-link {
      font-size: 1.25rem; } }
  @media (min-width: 992px) {
    .header {
      position: absolute; }
      .header .fullscreen-menu-toggle {
        width: 115px; }
        .header .fullscreen-menu-toggle .toggle-icon ._bar {
          width: 53px; }
      .header .header-menu .nav-link {
        position: relative;
        font-size: 1.25rem !important; }
        .header .header-menu .nav-link:hover span {
          transform: scale(0.9, 0.9); }
          .header .header-menu .nav-link:hover span:before {
            opacity: 1; }
        .header .header-menu .nav-link span {
          position: relative;
          display: inline-block;
          transform-origin: top left;
          transition: all ease .15s; }
          .header .header-menu .nav-link span:before {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            background-color: var(--bs-secondary);
            content: "";
            opacity: 0; } }
  @media (min-width: 1200px) {
    .header:before {
      border-top: 26px solid rgba(0, 0, 0, 0); }
    .header .fullscreen-menu-toggle {
      height: 125px; }
    .header .header-brand {
      margin-right: 1rem; } }
  @media (min-width: 1400px) {
    .header .header-brand {
      margin-right: 2rem; }
    .header .header-menu .nav-item {
      margin: 0 1rem; }
    .header .header-menu .nav-link {
      font-size: 1.4rem !important; }
    .header .fullscreen-menu-toggle {
      height: 145px; } }
  @media (min-width: 1600px) {
    .header .header-menu .nav-item {
      margin: 0 .5rem; }
    .header .social-links .nav-item {
      margin: 0 1rem; } }
  @media (max-width: 767px) {
    .header .header-utilities .nav-link {
      --bs-nav-link-padding-x: .75rem; } }

.fullscreen-menu-container {
  position: fixed;
  inset: 0;
  z-index: 1030;
  background-color: #2d2d7e;
  display: none; }
  .fullscreen-menu-container.active {
    display: block; }
  .fullscreen-menu-container .bg-img-fill {
    top: 90px;
    bottom: 0;
    height: auto;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%); }
  .fullscreen-menu-container .fullscreen-menu-header {
    position: relative;
    height: 90px;
    background-color: #fff;
    overflow: hidden; }
  .fullscreen-menu-container .fullscreen-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 90px;
    background-color: #060b1f;
    color: #fff;
    cursor: pointer; }
    .fullscreen-menu-container .fullscreen-menu-toggle .toggle-icon {
      position: relative;
      width: 32px;
      height: 32px;
      background-color: #333; }
      .fullscreen-menu-container .fullscreen-menu-toggle .toggle-icon ._bar {
        width: 64px;
        height: 1px;
        background-color: #fff; }
  .fullscreen-menu-container .fullscreen-menu-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    margin-left: -24px;
    background-color: var(--primary-2);
    clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%); }
    .fullscreen-menu-container .fullscreen-menu-brand img {
      height: 58px; }
  .fullscreen-menu-container .language-selector {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 160px;
    padding-right: 20px; }
    .fullscreen-menu-container .language-selector:before {
      position: absolute;
      top: -4px;
      right: 0;
      height: 100px;
      transform: rotate(345deg);
      width: 1px;
      background-color: #707070;
      content: ""; }
    .fullscreen-menu-container .language-selector .nav-item {
      margin-left: 20px; }
    .fullscreen-menu-container .language-selector .nav-link {
      position: relative;
      padding: 0;
      font-size: 18px;
      color: #000; }
      .fullscreen-menu-container .language-selector .nav-link:before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        margin: 0 auto;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        content: ""; }
      .fullscreen-menu-container .language-selector .nav-link.active {
        font-weight: 500;
        color: var(--bs-primary); }
        .fullscreen-menu-container .language-selector .nav-link.active:before {
          background-color: var(--bs-primary); }
  .fullscreen-menu-container .social-label {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--bs-primary); }
  .fullscreen-menu-container .menu-nav {
    max-width: 435px; }
    .fullscreen-menu-container .menu-nav .nav-item:last-child .nav-link {
      border-bottom: 0; }
    .fullscreen-menu-container .menu-nav .nav-link {
      border-bottom: 1px solid #737373;
      color: #fff; }
      .fullscreen-menu-container .menu-nav .nav-link:hover {
        color: var(--bs-secondary); }
  .fullscreen-menu-container .social-links .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 44px;
    height: 40px;
    color: #fff; }
    .fullscreen-menu-container .social-links .nav-link:hover {
      background-color: var(--primary-2); }
  .fullscreen-menu-container .fullscreen-menu-body {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: auto;
    height: calc(100% - 90px); }
  @media (min-width: 1200px) {
    .fullscreen-menu-container .fullscreen-menu-body {
      padding-top: 130px; } }

.footer {
  border-top: 1px solid #D1D1D1; }
  .footer .social-links .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background-color: #d9e4ff;
    color: var(--bs-primary); }

.homepage-banner {
  position: relative;
  height: 600px;
  background-color: #000000;
  color: #fff; }
  .homepage-banner .scrolldown-helper {
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
    z-index: 2; }
  @media (min-width: 1200px) {
    .homepage-banner {
      height: 800px; } }
  @media (min-width: 1600px) {
    .homepage-banner .text-title {
      font-size: 6rem; } }

.homepage-slider {
  height: 100%; }
  .homepage-slider .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
  .homepage-slider .slide-content {
    max-width: 800px;
    margin: auto;
    text-align: center;
    color: #fff; }
  .homepage-slider .slide-img {
    position: absolute;
    inset: 0; }
    .homepage-slider .slide-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit:cover"; }
  .homepage-slider .swiper-pagination {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: auto; }
    .homepage-slider .swiper-pagination .swiper-pagination-bullet {
      position: relative;
      width: 30px;
      height: 30px;
      border: 1px solid transparent;
      background: none;
      opacity: 1; }
      .homepage-slider .swiper-pagination .swiper-pagination-bullet:before {
        position: absolute;
        inset: 0;
        width: 5px;
        height: 5px;
        margin: auto;
        border-radius: 50%;
        background-color: #ffffff;
        content: ""; }
    .homepage-slider .swiper-pagination .swiper-pagination-bullet-active {
      border: 1px solid #fff; }
      .homepage-slider .swiper-pagination .swiper-pagination-bullet-active:before {
        background-color: var(--bs-secondary); }
  @media (min-width: 768px) {
    .homepage-slider .swiper-pagination {
      left: 45px; } }

.scrolldown-helper {
  text-align: center; }
  .scrolldown-helper ._line {
    position: relative;
    height: 180px;
    width: 1px;
    margin: auto;
    background-color: #fff; }
    .scrolldown-helper ._line:before {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 1px;
      height: 80px;
      background-color: var(--bs-primary);
      content: ""; }
  @media (min-width: 1200px) {
    .scrolldown-helper ._line {
      height: 280px; } }

.service-category-card {
  position: relative;
  padding-bottom: 80%; }
  .service-category-card:hover .bg-img-fill img {
    transform: scale(1.05, 1.05); }
  .service-category-card:hover .card-content ._inner {
    border: 1px solid #fff; }
  .service-category-card:hover .card-content .label-1 {
    opacity: 1; }
  .service-category-card .text-title {
    font-size: clamp(1.75rem, 2vw, 2.5rem); }
  .service-category-card .bg-img-fill {
    overflow: hidden; }
    .service-category-card .bg-img-fill:before {
      position: absolute;
      z-index: 1;
      inset: 0;
      background-color: rgba(3, 10, 31, 0.4);
      content: ""; }
    .service-category-card .bg-img-fill img {
      transition: all ease .35s; }
  .service-category-card .card-content {
    position: absolute;
    inset: 0;
    z-index: 1; }
    .service-category-card .card-content ._inner {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      flex-direction: column;
      width: 100%;
      height: 100%;
      border: 1px solid transparent;
      transition: all ease .35s; }
    .service-category-card .card-content .label-1 {
      position: absolute;
      left: 1rem;
      bottom: 5px;
      opacity: 0;
      transition: all ease .35s; }
  .service-category-card .card-icon {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100px; }
    .service-category-card .card-icon img {
      height: auto;
      max-height: 100%; }
  @media (min-width: 992px) {
    .service-category-card .card-icon {
      height: 120px; } }
  @media (min-width: 1400px) {
    .service-category-card .card-icon {
      height: 160px; } }

.offset-banner {
  height: 320px;
  margin-bottom: -290px; }

.map-container {
  position: relative;
  margin-top: -190px; }

#map-canvas {
  position: relative;
  z-index: 1;
  height: 450px; }

.team-card {
  position: relative; }
  .team-card .img-container {
    position: relative;
    padding-bottom: 100%;
    background-color: #ddd; }
    .team-card .img-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit:cover";
      position: absolute;
      inset: 0; }

.trageco-doc-item .img-container {
  max-width: 305px;
  margin: auto;
  border: 1px solid #BCBCBC; }

.history-swiper {
  --swiper-theme-color: var(--bs-primary);
  --swiper-pagination-bullet-inactive-color: #fff;
  min-width: 0; }
  .history-swiper .swiper-slide {
    position: relative; }
  .history-swiper .initial-slide {
    width: 105px !important; }
    .history-swiper .initial-slide ._angle {
      position: relative;
      top: 200px;
      flex: 0 0 auto;
      width: 111px;
      height: 76px;
      background-color: #8eadff;
      clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0% 100%, 0% 50%, 0% 0%); }
  .history-swiper > .swiper-wrapper {
    min-width: 0; }
  .history-swiper > .swiper-wrapper > .swiper-slide {
    width: 330px; }
    @media (min-width: 768px) {
      .history-swiper > .swiper-wrapper > .swiper-slide:first-child {
        margin-left: 105px; }
        .history-swiper > .swiper-wrapper > .swiper-slide:first-child:before {
          position: absolute;
          top: 200px;
          right: calc(100% - 6px);
          flex: 0 0 auto;
          width: 111px;
          height: 76px;
          background-color: #8eadff;
          clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0% 100%, 0% 50%, 0% 0%);
          content: ""; } }
    .history-swiper > .swiper-wrapper > .swiper-slide:nth-child(odd) .item-year {
      color: #000; }
      .history-swiper > .swiper-wrapper > .swiper-slide:nth-child(odd) .item-year:before {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
        z-index: 1;
        background-color: #fff; }
      .history-swiper > .swiper-wrapper > .swiper-slide:nth-child(odd) .item-year:after {
        position: absolute;
        content: "";
        background-color: #002891;
        inset: 0;
        clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%); }
    .history-swiper > .swiper-wrapper > .swiper-slide:last-child {
      margin-right: 1rem; }
  .history-swiper .history-item .item-img-container {
    margin: 0 auto 30px;
    width: 250px;
    height: 170px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .history-swiper .history-item .item-img-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit:cover";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .history-swiper .history-item .item-year {
    position: relative;
    margin: 0 4px 64px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    height: 76px; }
    @media (min-width: 576px) {
      .history-swiper .history-item .item-year {
        margin: 0 0 64px -6px;
        width: calc(100% + 12px); } }
    .history-swiper .history-item .item-year:before {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      background-color: #002891;
      clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
      content: ""; }
    .history-swiper .history-item .item-year ._inner {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: relative;
      display: flex;
      z-index: 2;
      align-items: center;
      justify-content: flex-end;
      width: 100%;
      height: 100%;
      padding-right: 50px; }
    .history-swiper .history-item .item-year ._icon {
      position: absolute;
      top: 14px;
      left: 78px; }
  .history-swiper .swiper-navigation {
    display: flex;
    align-items: center;
    max-width: 960px;
    width: 100%;
    margin: auto;
    padding: 0 35px; }
    .history-swiper .swiper-navigation .swiper-button {
      position: static;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 0;
      width: 45px;
      height: 45px;
      background-color: var(--bs-primary);
      color: #fff; }
      .history-swiper .swiper-navigation .swiper-button:after {
        display: none; }
      .history-swiper .swiper-navigation .swiper-button i {
        font-size: 32px; }
    .history-swiper .swiper-navigation .swiper-scrollbar {
      position: relative;
      top: auto;
      bottom: auto;
      left: 0;
      right: 0;
      max-width: 815px;
      width: 100%;
      margin: auto 15px;
      background: none;
      flex: 1 0 0%; }
      .history-swiper .swiper-navigation .swiper-scrollbar:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        background-color: #656565;
        content: ""; }
    .history-swiper .swiper-navigation .swiper-scrollbar-drag {
      z-index: 2;
      background-color: var(--bs-primary); }
  .history-swiper .item-img-container.swiper .swiper-pagination-bullet {
    opacity: 1; }

.gallery-grid .grid-item {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .gallery-grid .grid-item .img-container {
    position: relative;
    padding-bottom: 70%; }
    .gallery-grid .grid-item .img-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit:cover";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute; }
.gallery-grid .p-col {
  padding: 0 10px;
  flex: 0 0 auto; }
.gallery-grid .c-col {
  padding: 0 10px;
  flex: 0 0 auto; }
.gallery-grid .p-col-a {
  width: 28.865%; }
  .gallery-grid .p-col-a .gi-1 .img-container {
    padding-bottom: 70%; }
  .gallery-grid .p-col-a .gi-2 {
    width: 70%; }
    .gallery-grid .p-col-a .gi-2 .img-container {
      padding-bottom: 79%; }
  .gallery-grid .p-col-a .gi-3 {
    width: 54.55%; }
    .gallery-grid .p-col-a .gi-3 .img-container {
      padding-bottom: 72%; }
.gallery-grid .p-col-b {
  width: calc(100% - 28.865%); }
.gallery-grid .row-a {
  margin: 0 -10px; }
  .gallery-grid .row-a .c-col-a {
    width: calc(27.462% + 20px); }
    .gallery-grid .row-a .c-col-a .img-container {
      padding-bottom: 151%; }
  .gallery-grid .row-a .c-col-b {
    width: calc(100% - (59.34% + 1px)); }
    .gallery-grid .row-a .c-col-b .img-container {
      padding-bottom: 70%; }
.gallery-grid .row-b {
  margin: 0 -10px; }
  .gallery-grid .row-b .c-col-a {
    width: calc(55.415% + 20px); }
  .gallery-grid .row-b .c-col-b {
    width: calc(100% - (55.415% + 20px)); }
  .gallery-grid .row-b .gi-1 {
    height: 84%;
    width: 77%; }
    .gallery-grid .row-b .gi-1 .img-container {
      height: 100%;
      padding: 0; }
  .gallery-grid .row-b .gi-2 {
    height: calc(100% - (48% - 10px));
    width: 90%; }
    .gallery-grid .row-b .gi-2 .img-container {
      padding-bottom: 0;
      height: 100%; }
.gallery-grid .row-c {
  margin: 0 -10px; }
  .gallery-grid .row-c .c-col-a {
    width: 29.102%; }
    .gallery-grid .row-c .c-col-a .img-container {
      padding-bottom: 100%; }
  .gallery-grid .row-c .c-col-b {
    width: calc(100% - 65%); }
    .gallery-grid .row-c .c-col-b .grid-item {
      height: calc(100% - 20px); }
    .gallery-grid .row-c .c-col-b .img-container {
      padding-bottom: 0;
      height: 100%; }
.gallery-grid .row-d {
  margin: 0 -10px; }
  .gallery-grid .row-d .c-col-a {
    width: 38.939%; }
    .gallery-grid .row-d .c-col-a .img-container {
      padding-bottom: 74%; }
  .gallery-grid .row-d .c-col-b {
    width: 29.102%; }
  .gallery-grid .row-d .c-col-c {
    width: 20%; }
@media (max-width: 767px) {
  .gallery-grid .p-col-a,
  .gallery-grid .p-col-b {
    width: 100%;
    padding: 0; }
  .gallery-grid .p-col-a .grid-item,
  .gallery-grid .p-col-b .grid-item {
    margin-bottom: 10px;
    width: 50%;
    padding: 0 5px; }
  .gallery-grid .grid-item .img-container {
    padding-bottom: 70% !important; }
  .gallery-grid .row-a {
    margin: 0 !important;
    flex-wrap: wrap; }
    .gallery-grid .row-a .c-col {
      width: 33.3333% !important; }
    .gallery-grid .row-a .grid-item {
      width: 100% !important;
      padding: 0 !important; }
      .gallery-grid .row-a .grid-item .img-container {
        padding-bottom: 95% !important; }
  .gallery-grid .row-b {
    margin: 0; }
    .gallery-grid .row-b .c-col-a {
      width: 100% !important; }
      .gallery-grid .row-b .c-col-a .grid-item {
        width: 100% !important;
        padding: 0; }
    .gallery-grid .row-b .c-col-b {
      padding: 0;
      width: 100% !important; }
      .gallery-grid .row-b .c-col-b .grid-item {
        padding: 0 5px; }
  .gallery-grid .row-c,
  .gallery-grid .row-d {
    margin: 0; }
    .gallery-grid .row-c .c-col,
    .gallery-grid .row-d .c-col {
      width: 33.3333%; }
    .gallery-grid .row-c .grid-item,
    .gallery-grid .row-d .grid-item {
      padding: 0;
      width: 100% !important; }
      .gallery-grid .row-c .grid-item .img-container,
      .gallery-grid .row-d .grid-item .img-container {
        padding-bottom: 95% !important; }
  .gallery-grid .c-col {
    padding: 0 5px; } }

.download-file-link {
  position: relative; }
  .download-file-link ._icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    padding: 8px; }
    .download-file-link ._icon img {
      width: 100%; }
  .download-file-link ._label {
    margin-left: -6px;
    padding: 2px 14px 2px 16px;
    border: 1px solid #707070;
    font-weight: 700; }

#sign-in-form.is-email-valid .password-input-wrapper {
  display: block; }
#sign-in-form .password-input-wrapper {
  display: none; }

.btn[data-category-filter].active {
  background-color: #fff;
  color: var(--bs-primary); }

.document-item {
  margin-bottom: 1rem; }
  .document-item .item-head {
    gap: 1rem;
    padding: .5rem 0;
    border-bottom: 1px solid #fff; }
    .document-item .item-head:not(.collapsed) .collapse-toggle {
      transform: rotate(45deg); }
    .document-item .item-head .collapse-toggle {
      transition: all ease .35s; }
  @media (min-width: 992px) {
    .document-item {
      margin-bottom: 1.5rem; }
      .document-item .item-head {
        gap: 2rem;
        font-size: 1.125rem; } }

/*# sourceMappingURL=app.css.map */
