* {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-size: 16px; }
  body.ohns {
    overflow: hidden; }
    body.ohns .bbs-react-strip {
      display: none; }

h1, h2, h3, h4, h5 {
  line-height: 1.1;
  font-weight: 800; }
  h1 em, h2 em, h3 em, h4 em, h5 em {
    font-style: normal;
    font-weight: 700;
    background-image: linear-gradient(270deg, #F94C1E 0%, #EB4316 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent; }

h1 {
  font-size: 50px; }

h2 {
  font-weight: 400;
  font-size: 28px; }

h4 {
  font-size: 19px;
  font-weight: 500; }

h5 {
  font-size: 16px; }
  h5 em {
    font-weight: 500;
    font-size: .98em; }

p {
  color: #53565A; }

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: inherit; }

main {
  margin-top: calc(82px + 0px);
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px; }

blockquote {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 56px;
  color: #53565A; }
  blockquote::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    height: 30px;
    width: 30px;
    background-image: url(../svg/quotes.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  blockquote strong {
    font-style: normal;
    font-weight: 400 !important;
    color: #121212; }
  blockquote a {
    font-style: normal;
    font-weight: 500;
    color: #0E76A8 !important;
    background-image: url(../svg/arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px; }

.hero {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 330px;
  margin-bottom: 45px;
  padding-top: 30%; }
  .hero__image {
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    z-index: 1;
    height: 100%; }
    .hero__image img {
      min-width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .hero__image .mobile {
      display: none; }
    @media (max-width: 767px) {
      .hero__image .desktop {
        display: none; }
      .hero__image .mobile {
        display: block; } }
  .hero__inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    z-index: 10; }
  .hero__content {
    position: relative;
    margin-bottom: 0; }
    .hero__content h4 {
      margin-bottom: 0;
      margin-top: 0;
      color: #53565A;
      font-size: 25px;
      font-weight: 800; }
      @media (max-width: 1199px) {
        .hero__content h4 {
          margin-top: 5px;
          font-size: 15px; } }
    .hero__content h1 {
      font-size: 128px;
      font-weight: 800;
      margin-top: 0;
      line-height: 1;
      color: #53565A;
      margin-left: -6px;
      margin-bottom: -10px; }
      @media (max-width: 1199px) {
        .hero__content h1 {
          font-size: 80px;
          margin-left: -3px; } }
      @media (max-width: 767px) {
        .hero__content h1 {
          font-size: 60px; } }
      @media (max-width: 380px) {
        .hero__content h1 {
          font-size: 50px; } }
    .hero__content p {
      font-size: 21px;
      margin-top: 18px; }
      @media (max-width: 1199px) {
        .hero__content p {
          max-width: 460px; } }
      @media (max-width: 767px) {
        .hero__content p {
          max-width: 250px; } }
    .hero__content label {
      display: block;
      font-size: 16px; }
    .hero__content .partners {
      margin-top: 8vw;
      min-height: 100px; }
      @media (max-width: 1280px) {
        .hero__content .partners {
          margin-top: 6vw; } }
      @media (max-width: 1023px) {
        .hero__content .partners {
          margin-top: 3vw; } }
    .hero__content .partner {
      display: inline-block;
      width: 64px;
      margin-right: 42px;
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }
  .hero.hero-type-content {
    margin-bottom: 0; }

.hero__content-title {
  background-color: #f5f5f5;
  margin: 0 -15px 10px;
  padding: 45px 0 20px; }
  .hero__content-title h1 {
    color: #fa4616; }
  .hero__content-title p {
    color: #121212; }

.badge {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0;
  width: auto; }
  .badge__avatar {
    position: relative;
    width: 44px;
    height: 44px;
    -ms-flex: 0 0 44px;
        flex: 0 0 44px;
    margin-right: 32px; }
    .badge__avatar figure {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 50%;
      z-index: 10;
      -webkit-transform: translateX(44%);
              transform: translateX(44%); }
    .badge__avatar::before {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-image: url(../svg/bbs_circle.svg);
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: transparent; }
  .badge__content {
    text-align: left;
    font-size: 12px; }
  .badge__name {
    font-weight: 500;
    white-space: normal; }
  .badge__date {
    font-weight: 400; }
  .badge__role {
    color: #fa4616; }
  .badge--multi .badge__avatar {
    margin-right: 12px; }
    .badge--multi .badge__avatar figure {
      display: none; }

.share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .share span {
    color: #fa4616;
    font-size: 13px;
    font-weight: 500; }
  .share__socials {
    display: -ms-flexbox;
    display: flex; }
    .share__socials a {
      display: inline-block;
      width: 28px;
      height: 22px;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
      .share__socials a:not(:last-child) {
        margin-right: 12px; }

.button, .btn-download {
  border: 1px solid #53565A;
  color: #53565A;
  font-size: 12px;
  height: 54px;
  text-transform: uppercase;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px;
  background-color: transparent; }
  .button span, .btn-download span {
    color: #53565A; }
  .button:hover, .btn-download:hover {
    color: #53565A; }
    .button:hover span, .btn-download:hover span {
      color: #53565A; }
  .button .icon, .btn-download .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    margin-left: 20px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
  .button--download, .btn-download {
    background-image: url(../svg/icon_download.svg);
    background-size: 24px auto;
    background-position: right 16px top 50%;
    background-repeat: no-repeat;
    padding-right: 52px;
    margin-top: 40px; }

.content-card {
  position: relative;
  display: block;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 90px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-direction: column;
      flex-direction: column; }
  .content-card label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fa4616; }
  .content-card h1 {
    font-weight: 400;
    font-size: 22px;
    margin-top: .25em;
    color: #121212; }
  .content-card__inner {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 10px 0; }
    .content-card__inner .badge {
      margin-top: 15px;
      min-height: 120px; }
  .content-card__image {
    position: relative;
    margin: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 3px; }
    .content-card__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: 100% 100%;
         object-position: 100% 100%; }
      @media (max-width: 767px) {
        .content-card__image img {
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center center;
             object-position: center center; } }
  .content-card--big {
    background-color: #f8f8f8;
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    min-height: 360px; }
    .content-card--big .content-card__image {
      width: calc(50% - 15px);
      -ms-flex-preferred-size: calc(50% - 15px);
          flex-basis: calc(50% - 15px); }
  .content-card--highlight {
    background-color: #fa4616;
    background-image: linear-gradient(135deg, #FD7C33 29%, #FA4617 100%); }
    .content-card--highlight label, .content-card--highlight h1 {
      color: #FFF; }
    .content-card--highlight .badge {
      color: #FFF; }
      .content-card--highlight .badge__avatar::before {
        background-image: url(../svg/bbs_circle_white.svg); }
      .content-card--highlight .badge__role {
        color: #FFF; }
  .content-card--big h1, .content-card--highlight h1 {
    font-size: 34px; }
  .content-card--big .badge, .content-card--highlight .badge {
    min-height: 0; }
  .content-card--big .content-card__inner, .content-card--highlight .content-card__inner {
    padding: 40px 30px; }

.content-body {
  position: relative; }
  .content-body h4 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 400; }
    .content-body h4 strong, .content-body h4 b {
      font-weight: 500; }
  .content-body h2 {
    text-align: center;
    margin-bottom: 20px; }
  .content-body hr {
    width: 33%;
    display: block;
    max-width: 120px;
    padding: 0;
    border-top: 0;
    border-bottom: 1px solid #C3C3C3;
    margin: 56px 0 55px; }
  .content-body p {
    color: #212529;
    margin-bottom: 1.2em; }
  .content-body a:not(.btn-download), .content-body a:hover:not(.btn-download), .content-body a:visited:not(.btn-download) {
    color: #fa4616;
    font-weight: 500; }
  .content-body b, .content-body strong {
    font-weight: 500; }
  .content-body > img, .content-body p img, .content-body a img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin-top: 86px;
    margin-bottom: 70px; }
  .content-body .youtube-responsive-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    height: auto;
    overflow: hidden;
    margin-top: 86px;
    margin-bottom: 70px; }
    .content-body .youtube-responsive-container::before {
      display: block;
      content: "";
      padding-top: 62.5%; }
    .content-body .youtube-responsive-container .embed-responsive-item, .content-body .youtube-responsive-container iframe, .content-body .youtube-responsive-container embed, .content-body .youtube-responsive-container object, .content-body .youtube-responsive-container video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .content-body .wp-caption {
    position: relative;
    display: block;
    padding: 0;
    margin-top: 86px;
    margin-bottom: 70px;
    width: 100% !important; }
    .content-body .wp-caption > img {
      width: 100%;
      height: auto;
      margin-bottom: 20px; }
    .content-body .wp-caption .wp-caption-text {
      margin: 0;
      font-size: 14px;
      font-style: italic;
      text-align: center;
      color: #C3C3C3;
      font-weight: 400; }
  .content-body--banners {
    padding: 40px 40px 50px; }
    .content-body--banners img {
      margin-top: 15px !important;
      margin-bottom: 15px !important; }

.content-header {
  text-align: center; }
  .content-header h5 {
    margin-bottom: 52px; }
  .content-header h1 {
    position: relative;
    color: #212529;
    font-weight: 500;
    padding-bottom: 56px;
    margin-bottom: 66px; }
    .content-header h1::after {
      content: '';
      height: 8px;
      width: 70px;
      display: block;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: #121212; }
  .content-header .badge {
    margin-bottom: 30px; }
    .content-header .badge__avatar {
      width: 70px;
      height: 70px;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
      margin-right: 48px; }
    .content-header .badge__content {
      font-size: 16px; }
    .content-header .badge__date {
      font-size: 14px; }
    .content-header .badge--multi .badge__avatar {
      margin-right: 18px; }

.content-social {
  padding: 0 40px 50px; }
  @media (max-width: 767px) {
    .content-social {
      padding: 0 0 50px; } }
  .content-social__title {
    text-align: center;
    margin-bottom: 20px; }
  .content-social__share {
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #C3C3C3; }

.bbs-react {
  position: relative;
  z-index: 100; }
  .bbs-react__filter {
    position: relative;
    border-bottom: 0; }
    .bbs-react__filter ul {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      list-style: none;
      padding: 0;
      margin: 0; }
      .bbs-react__filter ul li {
        font-size: 14px;
        font-weight: 500;
        color: #53565A;
        text-transform: uppercase; }
        .bbs-react__filter ul li.is-active {
          color: #fa4616; }
        .bbs-react__filter ul li span, .bbs-react__filter ul li a {
          padding: 15px 30px;
          display: block;
          white-space: nowrap; }
          @media (max-width: 1023px) {
            .bbs-react__filter ul li span, .bbs-react__filter ul li a {
              padding: 15px; } }
  .bbs-react__list {
    padding: 50px 40px; }
    @media (max-width: 767px) {
      .bbs-react__list {
        padding: 30px 0; } }
  .bbs-react__article .content-header {
    padding-top: 98px; }
  .bbs-react__article .content-body {
    padding: 40px; }
    @media (max-width: 767px) {
      .bbs-react__article .content-body {
        padding: 40px 0; } }
  .bbs-react__related {
    padding-top: 35px;
    padding-bottom: 20px;
    background-color: #f8f8f8; }
  .bbs-react .swiper-button-prev, .bbs-react .swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 575px) {
      .bbs-react .swiper-button-prev, .bbs-react .swiper-button-next {
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%); } }
    .bbs-react .swiper-button-prev span, .bbs-react .swiper-button-next span {
      position: relative;
      width: 16px;
      height: 30px;
      background-image: url(../svg/arrow_nav.svg);
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 10; }
  .bbs-react .swiper-button-prev {
    left: -30px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .bbs-react .swiper-button-next {
    right: -30px; }
  .bbs-react .swiper-button-disabled {
    display: none; }
  .bbs-react .bbs-react__term-description {
    padding: 50px 40px 0; }
  .bbs-react .bbs-react__separator-lg {
    margin: 0 -15px;
    border-top-color: #C3C3C3; }

/*# sourceMappingURL=maps/app-v2.css.map */
