@font-face {
  font-family: 'Arial Rounded MT Bold';
  src: url("../fonts/ArialRoundedMTBold.woff2") format("woff2"), url("../fonts/ArialRoundedMTBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial Rounded MT';
  src: url("../fonts/ArialRoundedMT.woff2") format("woff2"), url("../fonts/ArialRoundedMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial Rounded MT ExtBold';
  src: url("../fonts/ArialRoundedMT-ExtraBold.woff2") format("woff2"), url("../fonts/ArialRoundedMT-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial Rounded MT Light';
  src: url("../fonts/ArialRoundedMT-Light.woff2") format("woff2"), url("../fonts/ArialRoundedMT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

.cover, section.slider-block .swiper .swiper-wrapper .swiper-slide:not(.contain), section.slider-block .swiper-in-page .swiper-wrapper .swiper-slide:not(.contain), section.story-content .story-header {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.cover-right {
  background-position: right !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.full_size {
  background-position: top !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

.contain {
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.flex, section.story-content .story-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-center-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-vertical-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.no-flex {
  display: block !important;
}

.post, .page {
  margin-bottom: 0 !important;
}

html {
  font-size: 10px;
  max-width: 100%;
  overflow-x: hidden !important;
}

@media (max-width: 1700px) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 7px;
  }
}

html body {
  max-width: 100%;
  background-color: #0C1131;
  overflow-x: hidden !important;
}

html * {
  outline: none !important;
  font-family: 'Arial Rounded MT';
}

html h1, html h2, html h3, html h4, html h5, html p, html a, html th, html td {
  color: black;
}

html h1, html h1 span {
  font-weight: 900;
  font-size: 4.5rem;
  font-family: 'Arial Rounded MT Bold';
}

@media (max-width: 991px) {
  html h1, html h1 span {
    font-size: 3rem !important;
  }
}

html h2 {
  font-size: 4.5rem;
  font-family: 'Arial Rounded MT Bold';
}

@media (max-width: 991px) {
  html h2 {
    font-size: 2.2rem !important;
  }
}

html h3 {
  font-size: 2.2rem;
}

html h4, html input, html textarea, html button {
  font-size: 1.8rem;
  font-weight: 300;
}

html h5 {
  font-size: 1.8rem;
}

html div, html p, html li {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
}

html ul, html ol {
  margin: 0 0 2rem 0;
}

html p {
  margin-bottom: 2rem;
}

html a {
  font-size: 1.6rem;
  text-decoration: none !important;
}

html a:not(.disabled) {
  cursor: pointer;
}

html a.disabled {
  opacity: .5;
}

html strong {
  font-family: 'Arial Rounded MT Bold';
  color: #FF6920 !important;
}

html hr {
  width: 100%;
  margin: 4rem 0;
  background-color: black;
  opacity: 1;
}

html i {
  font-size: 3.5rem;
}

html .entry-title {
  font-weight: 700 !important;
}

html .button-container {
  margin-top: 4.5rem;
  z-index: 99;
}

html .sbc_button {
  font-family: 'Arial Rounded MT Bold';
  display: inline-block;
  background-color: #FF6920;
  color: #0C1131 !important;
  text-transform: uppercase;
  font-size: 2.8rem;
  padding: 2rem 6.5rem;
  border-radius: 15px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

html .sbc_button:hover {
  background-color: #0C1131;
  color: #FF6920 !important;
}

body:not(.archive):not(.page-template-default) #masthead {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 999;
}

#masthead {
  padding: 6rem 0;
}

#masthead * {
  color: white;
}

#masthead .navbar-brand {
  margin: 0;
}

@media (max-width: 991px) {
  #masthead .navbar-brand img {
    max-width: 80px;
  }
}

#masthead nav.navbar #navbarNav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#masthead nav.navbar #navbarNav ul li {
  padding: 0 3rem;
}

#masthead nav.navbar #navbarNav ul li a {
  font-family: 'Arial Rounded MT Bold';
  text-transform: uppercase;
  font-size: 2.4rem;
}

@media (max-width: 991px) {
  #masthead nav.navbar #navbarNav {
    position: absolute;
    top: 115%;
    width: 100%;
    background-color: #060A27;
    z-index: 999;
  }
  #masthead nav.navbar #navbarNav li {
    text-align: right;
    margin-bottom: 1.5rem;
  }
  #masthead nav.navbar #navbarNav li a {
    display: block;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #FF6920;
  }
  #masthead nav.navbar #navbarNav li:first-child {
    padding-top: 3rem;
  }
  #masthead nav.navbar #navbarNav li:last-child {
    padding-bottom: 3rem;
  }
}

#masthead nav.navbar .navbar-toggler {
  font-size: 2.25rem;
}

#masthead nav.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991px) {
  #masthead nav.navbar {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#masthead .socials ul {
  list-style: none;
  margin-bottom: 0;
}

#masthead .socials ul li {
  display: inline-block;
  padding: 0 1rem;
}

#masthead .socials.socials-resp {
  margin-right: 3rem;
}

@media (min-width: 991px) {
  #masthead .socials.socials-resp {
    display: none;
  }
}

@media (max-width: 991px) {
  #masthead .socials:not(.socials-resp) {
    display: none;
  }
}

@media (max-width: 991px) {
  #masthead {
    padding: 1.5rem 1rem;
  }
}

section.slider-block {
  position: relative;
}

section.slider-block .col-lg-11 {
  position: relative;
}

section.slider-block .swiper, section.slider-block .swiper-in-page {
  min-height: 100vh;
}

section.slider-block .swiper .swiper-wrapper .swiper-slide, section.slider-block .swiper-in-page .swiper-wrapper .swiper-slide {
  min-height: 100vh;
}

section.slider-block .swiper .swiper-pagination-container, section.slider-block .swiper-in-page .swiper-pagination-container {
  position: relative;
  z-index: 999;
}

section.slider-block .swiper .swiper-pagination-container .swiper-pagination, section.slider-block .swiper-in-page .swiper-pagination-container .swiper-pagination {
  text-align: left;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  bottom: 5rem;
}

section.slider-block .swiper .swiper-pagination-container .swiper-pagination .swiper-pagination-bullet, section.slider-block .swiper-in-page .swiper-pagination-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: .7;
}

section.slider-block .swiper .swiper-pagination-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, section.slider-block .swiper-in-page .swiper-pagination-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

section.slider-block .swiper .slider-overlay-text, section.slider-block .swiper-in-page .slider-overlay-text {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #0C1131), color-stop(45%, rgba(12, 17, 49, 0.322)), color-stop(85%, #0C1131));
  background: linear-gradient(#0C1131 10%, rgba(12, 17, 49, 0.322) 45% 15%, #0C1131 85% 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.slider-block .swiper .slider-overlay-text > .row, section.slider-block .swiper-in-page .slider-overlay-text > .row {
  width: 100%;
}

section.slider-block .swiper .slider-overlay-text h1, section.slider-block .swiper-in-page .slider-overlay-text h1 {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 3rem;
  color: white;
}

section.slider-block .swiper .slider-overlay-text a, section.slider-block .swiper-in-page .slider-overlay-text a {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 1.08px;
  color: white !important;
}

section.slider-block .swiper .slider-overlay-breadcrumbs, section.slider-block .swiper-in-page .slider-overlay-breadcrumbs {
  position: absolute;
  bottom: 1.5rem;
  z-index: 999;
  width: 100%;
  color: white;
}

@media (max-width: 1440px) {
  section.slider-block .swiper, section.slider-block .swiper-in-page {
    min-height: 75vh;
  }
  section.slider-block .swiper .swiper-slide, section.slider-block .swiper-in-page .swiper-slide {
    min-height: 75vh !important;
  }
}

section.slider-block .swiper-in-page {
  min-height: 60vh !important;
}

section.slider-block .swiper-in-page .swiper-slide {
  min-height: 60vh !important;
}

section.stories-block {
  position: relative;
  margin: 6rem 0 9rem;
}

section.stories-block h2 {
  font-size: 9rem;
  text-align: center;
  margin: 6rem 0;
}

@media (max-width: 1440px) {
  section.stories-block h2 {
    font-size: 6rem;
  }
}

section.stories-block .story-element .story-image {
  display: block;
}

section.stories-block.bottom-shadow:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 55%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, rgba(12, 17, 49, 0.322)), color-stop(80%, #0C1131));
  background: linear-gradient(transparent, rgba(12, 17, 49, 0.322) 30% 34%, #0C1131 80% 100%);
}

section.story-content .story-header {
  position: relative;
  min-height: 100vh;
}

section.story-content .story-header h1 {
  color: white;
  font-size: 12rem;
  display: block;
  z-index: 99;
}

section.story-content .story-header:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #0C1131), color-stop(45%, rgba(12, 17, 49, 0.322)), color-stop(85%, #0C1131));
  background: linear-gradient(#0C1131 10%, rgba(12, 17, 49, 0.322) 45% 15%, #0C1131 85% 100%);
}

@media (max-width: 1440px) {
  section.story-content .story-header {
    min-height: 75vh;
  }
}

@media (max-width: 991px) {
  section.story-content .story-header {
    min-height: 55vh;
  }
}

section.story-content .stories-tabs .nav-pills {
  margin-bottom: 9rem !important;
}

section.story-content .stories-tabs .nav-pills .nav-link {
  font-family: 'Arial Rounded MT Bold';
  font-size: 3.7rem;
  text-transform: uppercase;
  background: none !important;
  opacity: .4;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  color: white !important;
  padding: 1.5rem 9rem;
}

section.story-content .stories-tabs .nav-pills .nav-link.active {
  opacity: 1;
}

@media (max-width: 1440px) {
  section.story-content .stories-tabs .nav-pills .nav-link {
    font-size: 2.2rem;
    padding: 1.5rem 3rem;
  }
}

@media (max-width: 700px) {
  section.story-content .stories-tabs .nav-pills .nav-link {
    padding: 1.5rem;
  }
}

section.story-content .stories-tabs .tab-content {
  background-color: white;
  padding: 6rem 0;
}

section.story-content .stories-tabs .tab-content .tab-pane img {
  width: 100%;
}

section.story-content .stories-tabs .tab-content .tab-pane p {
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  line-height: 2.9rem;
}

section.basepage-content {
  margin-bottom: 12rem;
}

section.basepage-content *:not(strong) {
  color: white;
}

section.basepage-content .basepage-intro {
  margin: 12rem 0;
}

section.basepage-content .basepage-intro p {
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 600;
  color: white;
}

@media (max-width: 1440px) {
  section.basepage-content .basepage-intro p {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

@media (max-width: 1440px) {
  section.basepage-content .basepage-intro {
    margin: 9rem 0;
    padding: 0 3rem;
  }
}

section.basepage-content .basepage-text {
  margin-bottom: 6rem;
}

section.basepage-content .basepage-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 300;
}

@media (max-width: 1440px) {
  section.basepage-content .basepage-text {
    padding: 0 3rem;
  }
}

#colophon {
  background: #060A27;
  margin-top: 4.5rem;
  padding: 12rem 0;
}

#colophon * {
  color: white;
}

#colophon .site-info {
  text-align: center;
}

#colophon .site-info img {
  margin-bottom: 3rem;
}

#colophon .site-info p {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}

#colophon .site-info ul {
  list-style: none;
  margin: 3rem 0 !important;
  padding: 0;
}

#colophon .site-info ul li {
  display: inline-block;
  padding: 0 1rem;
}
/*# sourceMappingURL=custom.css.map */