/** Import Bootstrap functions */
/** Relative Image Path. **/
/* line 51, assets/styles/common/_placeholders.scss */
.tabbed-content.bg-black .tab-content .btn {
  background: #fff;
  color: #231e21;
  border: solid 1px #231e21; }
  /* line 56, assets/styles/common/_placeholders.scss */
  .tabbed-content.bg-black .tab-content .btn::before {
    background: #231e21; }
  /* line 60, assets/styles/common/_placeholders.scss */
  .tabbed-content.bg-black .tab-content .btn .icon {
    filter: brightness(0) invert(0); }
  /* line 64, assets/styles/common/_placeholders.scss */
  .tabbed-content.bg-black .tab-content .btn:hover {
    color: #fff; }
    /* line 67, assets/styles/common/_placeholders.scss */
    .tabbed-content.bg-black .tab-content .btn:hover .icon {
      filter: brightness(0) invert(1); }

/* line 8, stdin */
.tabbed-content {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991.98px) {
    /* line 13, stdin */
    .tabbed-content .nav.nav-wrapper {
      flex-wrap: nowrap;
      overflow-x: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none;
      min-height: 0;
      min-width: 0;
      display: flex; }
      /* line 23, stdin */
      .tabbed-content .nav.nav-wrapper::-webkit-scrollbar {
        display: none; } }
  @media (max-width: 991.98px) {
    /* line 28, stdin */
    .tabbed-content .nav.nav-wrapper .nav-item {
      margin-bottom: 16px; } }
  /* line 33, stdin */
  .tabbed-content .nav.nav-wrapper .nav-item .nav-link {
    text-transform: uppercase;
    margin-bottom: 48px;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding: 0.5rem 0; }
    /* line 44, stdin */
    .tabbed-content .nav.nav-wrapper .nav-item .nav-link::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background-color: #ed1c2e;
      opacity: 0;
      transition: all 0.3s ease 0s; }
    /* line 56, stdin */
    .tabbed-content .nav.nav-wrapper .nav-item .nav-link:hover, .tabbed-content .nav.nav-wrapper .nav-item .nav-link.active {
      color: #ed1c2e; }
      /* line 60, stdin */
      .tabbed-content .nav.nav-wrapper .nav-item .nav-link:hover::after, .tabbed-content .nav.nav-wrapper .nav-item .nav-link.active::after {
        opacity: 1;
        width: 100%; }
    @media (max-width: 991.98px) {
      /* line 33, stdin */
      .tabbed-content .nav.nav-wrapper .nav-item .nav-link {
        margin-bottom: 12px;
        background: #fff;
        border-radius: 4px;
        border: solid 1px #ed1c2e;
        color: #ed1c2e;
        margin-right: 10px;
        height: 100%;
        text-align: center;
        align-items: center;
        font-size: 12px;
        line-height: 13px;
        padding: 5px 10px;
        white-space: nowrap; }
        /* line 81, stdin */
        .tabbed-content .nav.nav-wrapper .nav-item .nav-link:hover, .tabbed-content .nav.nav-wrapper .nav-item .nav-link.active {
          color: #fff;
          background: #ed1c2e; }
        /* line 87, stdin */
        .tabbed-content .nav.nav-wrapper .nav-item .nav-link::after {
          display: none; } }
  @media (min-width: 992px) {
    /* line 94, stdin */
    .tabbed-content .nav.nav-wrapper.stacked {
      display: block; } }
  /* line 102, stdin */
  .tabbed-content .nav.nav-wrapper.top .nav-item .nav-link {
    padding: 0.5rem 1rem; }
  /* line 110, stdin */
  .tabbed-content .tab-content {
    padding-top: 0.5rem; }
    /* line 113, stdin */
    .tabbed-content .tab-content.top {
      padding: 60px 0;
      border-top: solid 1px #231e21; }
    @media (max-width: 991.98px) {
      /* line 110, stdin */
      .tabbed-content .tab-content {
        padding: 30px 0;
        border-top: solid 1px #231e21; }
        /* line 122, stdin */
        .tabbed-content .tab-content .image-wrapper {
          margin-bottom: 30px; } }
    @media (min-width: 768px) {
      /* line 128, stdin */
      .tabbed-content .tab-content .order-2 {
        order: unset; } }
    /* line 133, stdin */
    .tabbed-content .tab-content .icon {
      width: 25px;
      margin-bottom: 16px; }
  /* line 139, stdin */
  .tabbed-content.bg-black {
    color: #fff; }
    /* line 142, stdin */
    .tabbed-content.bg-black .tab-content {
      border-color: #fff; }
      /* line 149, stdin */
      .tabbed-content.bg-black .tab-content .icon {
        filter: brightness(0) invert(1); }

/* line 158, stdin */
body.template_flexibility .tabbed-content.bg-black .tab-content {
  padding: 60px 0;
  border-top: solid 1px #fff; }

/*# sourceMappingURL=tabbed-content.css.map*/