@import url('https://corecms.mqdc.com/assets/2741f9a8-1be9-4c3c-9433-7074ea377f61&display=swap');
@import url('https://corecms.mqdc.com/assets/1c5c2757-9d56-4863-9e08-0c3362691968&display=swap');

/*
300 light weight
400 normal weight
500 medium weight
700 bold weight
*/

:root {
  --fc-default: #0a0a0a;
  --fc-a: #004A97;
  --fc-a-hover: #003764;
  --f-default: 'Gotham', 'db_helvethaica_x', sans-serif;
  --f-a: 'Gotham', 'db_helvethaica_x', serif;

  --header-height: 55px;
  --header-height-mobile: 55px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--f-default);
  font-optical-sizing: auto;
  font-weight: normal;
  font-size: 1em;
  color: var(--fc-default);
  background-color: #FBFBFB;
  margin: 0 auto;
}

a {
  transition: color 0.3s, background-color 0.3s;
  text-decoration: none;
  font-family: var(--f-a);
  color: var(--fc-a);
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--fc-a-hover);
}

button {
  border: 0;
  background: none;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}


/** Main Begin */
#main {
  overflow: hidden;
  margin-top: var(--header-height-mobile);
}

#main>section {
  padding-top: 3.4em;
  padding-bottom: 3em;
  position: relative;
  transition: 0.5s;
}

/** Main End */


/** Footer Begin */

body>footer {
  background-color: #004A97;
  transition: 0.5s;
  color: #fff;
}

body>footer a {
  display: inline-block;
  color: #fff;
}

body>footer a:hover {
  color: #fff;
}

body>footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

body>footer ul li {
  margin-bottom: 1em;
}

body>footer .copy {
  background-color: #003764;
}

body>footer .login {
  border-top: 1px solid #477db6;
}

@media screen and (min-width: 992px) {
  body>footer .login {
    border-top: 0;
  }
}

/** Footer End */


/** Header Begin */

body>header {
  padding: 0.5em;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  background-color: #fff;
  min-height: var(--header-height-mobile);
  border-bottom: 1px solid #FBFBFB;
  transition: 0.5s;
}

body>header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

body>header ul li {
  margin: 0;
}

body>header a {
  display: inline-block;
  vertical-align: middle;
  font-size: .92em;
}

body>header .lang {
  background-color: #003764;
  padding: 0.25em 1em;
  color: #fff;
  border-radius: 1em;
  margin-right: 1.5em;
  vertical-align: middle;
}

body>header .lang a {
  color: #fff;
  font-size: .82em;
}

body>header .menu li {
  display: inline-block;
  margin: 0.5em 0.96em;
}

body>header .hm li .active,
body>header .menu li .active {
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.4em;
}

body>header .hm {
  vertical-align: middle;
}

body>header .hm .hm-sub {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0.3em 1em rgba(53, 46, 44, .14);
  position: absolute;
  z-index: 3;
  width: 300px;
  right: -600px;
  top: 0;
  transition: all 0.5s ease-out;
  height: 100vh;
  text-align: left;
}

body>header .hm .hm-sub ul {
  padding: 0 2em;
}

body>header .hm .hm-sub ul li {
  margin: 1.5em;
  /* width: max-content; */
  width: 100%;
}

body>header .hm:hover .hm-sub {
  right: 0;
}

/** Header Desktop Begin */

@media screen and (min-width: 1200px) {
  body>header {
    padding-left: 3em !important;
    padding-right: 3em !important;
  }

  #main {
    margin-top: var(--header-height);
  }

  #main>section,
  #main>nav {
    padding-left: 3em !important;
    padding-right: 3em !important;
  }

  #main>section {
    padding-top: 3.8em;
  }

  #main>section.release-all {
    padding-left: unset !important;
    padding-right: unset !important;
  }

  #main>section.release-right {
    padding-right: unset !important;
  }
}

/** Header Desktop End */

/** Header End */

#go-top {
  text-align: center;
  margin-left: -25px;
}

#go-top>button {
  background-color: #003764;
  padding: 0.75em 1em;
  color: #fff;
  margin-top: -25px;
  position: absolute;
  width: 50px;
}

@media screen and (min-width: 1200px) {
  #go-top>button {
    right: 3.5%
  }
}

/** Button Begin */
.btn-default {
  background: none;
  color: #003764;
  border: 1px solid #004A97;
  padding: 0.8em 1.6em;
  border-radius: 3em;
  min-width: 14em;
  display: inline-block;
  text-align: center;
}

.btn-default.active,
.btn-default:focus,
.btn-default:hover {
  background-color: #003764;
  color: #fff;
}

.btn-default-blue {
  background: none;
  color: #004A97;
  border: 1px solid #004A97;
  padding: 0.8em 1.6em;
  border-radius: 3em;
  min-width: 14em;
  display: inline-block;
  text-align: center;
}

.btn-default-blue.active,
.btn-default-blue:focus,
.btn-default-blue:hover {
  background-color: #004A97;
  color: #fff;
}

/** Button End */


/* Hero Banner Begin */
#hero-banner .swiper:after {
  content: " ";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

#hero-banner .swiper-hero-control {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#hero-banner .swiper-hero-control .swiper-pagination-no {
  position: relative;
  z-index: 3;
  color: #fff;
  margin-top: -12px;
}

#hero-banner .swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 4px;
  background-color: #fff;
  width: 150px;
  margin-left: calc(100% - 200px);
  border-radius: 5px;
}

#hero-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 5px;
  background: var(--fc-a);
}

@media screen and (min-width: 1200px) {
  #hero-banner .swiper-hero-control {
    right: 100px;
  }

  #hero-banner .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 200px;
    margin-left: calc(100% - 250px);
  }
}

/* Hero Banner End*/


/* Spacing Begin */
.me-slide {
  margin-right: 0;
}

@media screen and (min-width: 1200px) {
  .me-slide {
    margin-right: 2rem;
  }
}

.wh-100 {
  width: 100%;
  height: 100%;
}

/* Spacing End */

/** Standard Begin */
.x-small {
  font-size: .8125em;
}

.xx-small {
  font-size: .75em;
}

.xxx-small {
  font-size: .6em;
}

.fs-0 {
  font-size: 5rem;
}

/* Font Begin */
.ff-db {
  font-family: 'db_helvethaica_x', 'Gotham', sans-serif;
}

.fc-default {
  color: #0a0a0a;
}

.fc-white {
  color: #fff;
}

.fc-black {
  color: #000;
}

.fc-blue {
  color: #004A97;
  transition: color 0.3s, background-color 0.3s;
}

a.fc-blue:hover {
  color: #003764;
}

.fc-blue-dark {
  color: #003764;
  transition: color 0.3s, background-color 0.3s;
}

a.fc-blue-dark:hover {
  color: #004A97;
}

.fw-thin {
  font-weight: 100;
}

.fw-med {
  font-weight: 500;
}

/* Font End */

/* Background Begin */
.bg-blue-dark {
  background-color: #013764;
  color: #fff;
}

.bg-blue-dark a,
.bg-blue-dark a:hover {
  color: #fff;
}

.bg-blue-light {
  background-color: #e2e8f1;
}

.bg-gray-light {
  background-color: #ededed;
}


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

/* Background End */

.caption {
  position: absolute;
  z-index: 2;
  bottom: 4%;
  left: 10px;
  color: #fff;
  font-size: .8em;
}

.caption-wrapper {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
}


.with-arrow+span.fa-solid {
  position: absolute;
  z-index: 3;
  bottom: 4%;
  right: 10px;
  display: block;
  background-color: #fff;
  padding: 0.5em;
  border-radius: 50%;
  color: #004A97;
  font-size: 1em;
  transition: color 0.3s, background-color 0.3s;
  transform: rotate(-45deg);
  text-align: center;
}

.with-arrow+span.fa-solid:focus,
.with-arrow+span.fa-solid:active,
.with-arrow+span.fa-solid:hover,
.with-arrow:hover+span.fa-solid {
  background-color: #004A97;
  color: #fff;
}

.with-scale {
  opacity: 1;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.with-scale:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

/** Standard End */


/** Swiper Control Begin */
.swiper-control {
  color: #004A97;
}

.swiper-control [class^=button] {
  font-size: .8em;
  background-color: #fff;
  color: #004A97;
  padding: 0.5em 0.7em;
  border-radius: 50%;
  border: 1px solid #004A97;
  transition: color 0.3s, background-color 0.3s;
}

.swiper-control [class^=button]:hover,
.swiper-control [class^=button]:active,
.swiper-control [class^=button]:focus {
  background-color: #004A97;
  color: #fff;
}

.swiper-control .pagination {
  display: inline-block;
  font-size: .92em;
  letter-spacing: 0.2em;
  width: 50px;
  text-align: center;
  font-weight: 500;
}

/** Swiper Control End */

/** Breadcrumb Begin */
.breadcrumb a {
  text-decoration: underline;
}

.breadcrumb [aria-current="page"] {
  color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

/** Breadcrumb End */


/** Test Begin */
.number-tranparent {
  font-family: 'db_helvethaica_x', 'Gotham', sans-serif;
  font-size: 6em;
  font-weight: 700;
  color: #e5edf4;
  color: rgba(229 237 244, 0.8);
  opacity: 0.8;
  line-height: 1em;
  overflow: hidden;
  -webkit-text-stroke: 1px #003864;
}

.text-truncate-2 {
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.text-truncate-3 {
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .text-truncate-2 {
    height: 42px;
  }

  .text-truncate-3 {
    height: 63px;
  }
}

/** Text End */
