input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ffTitle {
  font-family: "Brygada 1918", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.ffMain {
  font-family: "Commissioner", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0, "FLAR" 0, "VOLM" 0;
}

.fs10 {
  font-size: 0.625rem !important;
}

.fs12 {
  font-size: 0.75rem !important;
}

.fs14 {
  font-size: 0.875rem !important;
}

.container {
  max-width: 85rem;
}

.bgMainColor {
  background-color: #00194B !important;
}

.bgMainColor75 {
  background-color: rgba(0, 25, 75, 0.75) !important;
}

.bgRed {
  background-color: #DF2229;
}

.bgWhite {
  background-color: white !important;
}

.bgWhite10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.fcMainColor {
  color: #00194B !important;
}

.fcRed {
  color: #DF2229 !important;
}

.fcWhite {
  color: white !important;
}

.fcDark {
  color: #0D1B2A !important;
}

.fcMain {
  color: #00194B !important;
}

.ratio11 {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.ratio169 {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.w12 {
  width: 0.75rem;
}

.h12 {
  height: 0.75rem;
}

.w16 {
  width: 1rem;
}

.h16 {
  height: 1rem;
}

.w20 {
  width: 1.25rem;
}

.h20 {
  height: 1.25rem;
}

.w24 {
  width: 1.5rem;
}

.h24 {
  height: 1.5rem;
}

.w28 {
  width: 1.75rem;
}

.h28 {
  height: 1.75rem;
}

.w32 {
  width: 2rem;
}

.h32 {
  height: 2rem;
}

.h-40px {
  height: 2.5rem;
}

.maxh-48px {
  max-height: 3rem;
}

.h-48px {
  height: 3rem;
}

.h-52px {
  height: 3.25rem;
}

.h-58px {
  height: 3.75rem;
}

.h-72px {
  height: 4.5rem;
}

.h-auto {
  height: auto;
}

.minh-75vh {
  min-height: 75vh;
}

.minh-80vh {
  min-height: 80vh;
}

.minh-85vh {
  min-height: 85vh;
}

.maxh-600 {
  max-height: 600px;
}

.maxh-auto {
  max-height: none;
}

.bottom-auto {
  bottom: auto;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
}
.ellipsis.ellipsisTwo {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.ellipsis.ellipsisThree {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.customScroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
.customScroll::-webkit-scrollbar {
  width: 0.25rem;
  background-color: #00194B;
}
.customScroll::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
}

.zindex1 {
  z-index: 1;
}

.zindex2 {
  z-index: 2;
}

.zindex3 {
  z-index: 3;
}

.zindex4 {
  z-index: 4;
}

.zindex5 {
  z-index: 5;
}

.cursor-pointer {
  cursor: pointer;
}

.offcanvas-end {
  max-width: 20rem;
}

.bgParallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgBlur {
  -webkit-backdrop-filter: blur(0.5rem);
  -moz-backdrop-filter: blur(0.5rem);
  -o-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}

.rotate90 {
  transform: rotate(90deg) !important;
}

.rotate180 {
  transform: rotate(180deg) !important;
}

.rotate270 {
  transform: rotate(270deg) !important;
}

.top-80 {
  top: 5rem;
}

body {
  font-family: "Commissioner", sans-serif;
  font-size: 0.875rem;
}

header {
  border-bottom: 2px solid #405278;
}

h2 {
  border-left: 0.25rem solid #DF2229;
  padding: 0.25rem 1rem;
  background-color: rgba(0, 25, 75, 0.1);
}
h2.whiteTitle {
  background-color: rgba(255, 255, 255, 0.1);
}
h2.redTitle {
  background-color: rgba(223, 34, 41, 0.1);
}

.logo img {
  height: 3rem;
}

#menuCanvas a {
  border-left: 0.25rem solid transparent;
}
#menuCanvas a.active {
  background-color: rgba(0, 25, 75, 0.05);
  border-color: #DF2229;
}
#menuCanvas a.active img {
  opacity: 0;
}

.btn {
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
}
.btn.btn-main {
  color: white;
  background-color: #00194B;
  -ms-box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0);
  -o-box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0);
}
.btn.btn-main:hover, .btn.btn-main:focus {
  color: white;
  background-color: #00194B;
  -ms-box-shadow: inset 0 0 0 1px white;
  -o-box-shadow: inset 0 0 0 1px white;
  box-shadow: inset 0 0 0 1px white;
}
.btn.btn-whiteTransparent {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
  -ms-box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0);
  -o-box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0);
}
.btn.btn-whiteTransparent:hover, .btn.btn-whiteTransparent:focus {
  color: white;
  background-color: rgba(255, 255, 255, 0);
  -ms-box-shadow: inset 0 0 0 1px white;
  -o-box-shadow: inset 0 0 0 1px white;
  box-shadow: inset 0 0 0 1px white;
}

.headerNav a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.2s ease;
  position: relative;
  display: block;
}
.headerNav a:hover, .headerNav a.active {
  color: white;
}
.headerNav a:hover:after, .headerNav a.active:after {
  width: 100%;
  left: 0;
}
.headerNav a:after {
  content: "";
  transition: 0.2s ease;
  display: block;
  top: 100%;
  left: 50%;
  height: 2px;
  background-color: #DF2229;
  position: absolute;
  width: 0;
}

.swiper-button {
  left: auto;
  right: auto;
  background: none;
  transform: translate(0, 0) !important;
  height: auto;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.25rem;
  width: auto;
}
.swiper-button:after {
  display: none;
}

.swiper-pagination {
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  transform: translate(0, 0) !important;
}
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: white;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DF2229;
}

.pagination .page-link {
  color: #0D1B2A;
}
.pagination .page-link:hover {
  background-color: rgba(13, 27, 42, 0.1);
}
.pagination .page-link.active {
  background-color: #00194B;
  color: white;
}

.btnGroup .btn-light.active, .btnGroup .btn-light:hover, .btnGroup .btn-light:focus {
  background-color: #00194B;
  color: white;
}

#scrollToTopBtn {
  transition: 0.2s ease;
  transform: translate(0, 100%);
  opacity: 0;
}
#scrollToTopBtn.show {
  opacity: 1;
  transform: translate(0, 0);
}

.content h1 {
  font-family: "Brygada 1918", serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
.content h3 {
  font-family: "Brygada 1918", serif;
  font-weight: 700;
  margin-bottom: 2rem;
}
.content p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.content img {
  display: block;
  margin: 0 auto 1rem;
  max-width: 100%;
}
.content ul {
  margin-bottom: 1rem;
}
.content li {
  font-size: 1rem;
}
.content strong + span {
  display: block;
}
.content ins {
  background-color: rgba(13, 27, 42, 0.1);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-decoration: none;
  cursor: pointer;
  transition: 0.1s ease;
}
.content ins:after {
  content: "";
  background-image: url(../images/icons/twitter.svg);
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 0.25rem;
}
.content ins:hover {
  background-color: #0d1b2a;
  color: white;
}
.content ins:hover:after {
  background-image: url(../images/icons/twitterWhite.svg);
}
.content blockquote {
  position: relative;
  padding: 3rem;
  font-size: 1.25rem;
  font-style: italic;
  opacity: 0.75;
  display: block;
}
.content blockquote:before, .content blockquote:after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  opacity: 0.25;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.content blockquote:before {
  top: 0;
  left: 0;
  background-image: url(../images/icons/blockQuote.svg);
}
.content blockquote:after {
  bottom: 0;
  right: 0;
  background-image: url(../images/icons/blockQuote2.svg);
}

.subNumber ol {
  counter-reset: item;
  margin-bottom: 1rem;
  padding-left: 0;
}
.subNumber ol ol {
  padding-left: 0;
}
.subNumber li {
  display: block;
  margin-bottom: 0.5rem;
}
.subNumber li p {
  display: inline;
}
.subNumber li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  display: inline;
}

@media (max-width: 767.98px) {
  .mx-n12 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    max-width: calc(100% + 1.5rem);
  }
}
@media (max-width: 991.98px) {
  .logo img {
    height: 2.5rem;
  }
  .headerAction img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .fs-4.h-58px {
    height: 3.5rem;
  }
}/*# sourceMappingURL=wrap.css.map */