/**
 * Global Block Styles
 *
 * Note: These styles will be pulled through to Gatsby
 */
.acb {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  position: relative; }
  @media (max-width: 991px) {
    .acb {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .acb.mode-dark .block-title,
  .acb.mode-dark .block-desc,
  .acb.mode-dark .cta-link a {
    color: #302e34; }
  .acb.mode-dark .gform_wrapper .gfield label,
  .acb.mode-dark .gform_wrapper .gfield .ginput_container_checkbox,
  .acb.mode-dark .gform_wrapper .gfield .ginput_container_radio {
    color: white; }
  .acb.mode-light .block-title,
  .acb.mode-light .block-desc,
  .acb.mode-light .cta-link a {
    color: #fff; }
  .acb placeholder {
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
    position: relative; }
    .acb placeholder .thumbnail {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .acb slider {
    display: none !important; }

.acb--tabs .tabset {
  text-align: center; }
  .acb--tabs .tabset .tab-input {
    position: absolute;
    left: -200vw; }
  .acb--tabs .tabset label {
    position: relative;
    display: inline-block;
    padding: 21px 16px;
    text-align: center;
    border-top: 1.5px solid #F3EEE7;
    border-left: 1.5px solid #F3EEE7;
    border-right: 1.5px solid #F3EEE7;
    border-bottom: 1.5px solid #D6D5D6;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    background-color: #F3EEE7;
    transition: background-color .2s;
    margin-bottom: 0; }
  .acb--tabs .tabset .first-input {
    margin-left: 15px; }
  .acb--tabs .tabset .last-input {
    margin-right: 15px; }
  .acb--tabs .tabset .tab-panels {
    margin-top: -1.5px; }
    .acb--tabs .tabset .tab-panels .tab-panel {
      display: none;
      padding: 30px 0;
      border-top: 1.5px solid #D6D5D6;
      text-align: left; }
      .acb--tabs .tabset .tab-panels .tab-panel h1, .acb--tabs .tabset .tab-panels .tab-panel h2, .acb--tabs .tabset .tab-panels .tab-panel h3 {
        font-family: "IBM Plex Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
        font-weight: normal !important; }
      .acb--tabs .tabset .tab-panels .tab-panel h4, .acb--tabs .tabset .tab-panels .tab-panel h5, .acb--tabs .tabset .tab-panels .tab-panel h6 {
        font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
        font-weight: 500 !important; }

.acb--tabs .tabset > label:hover,
.acb--tabs .tabset > input:focus + label {
  background-color: white;
  color: #21421D; }

.acb--tabs .tabset > input:checked + label {
  color: #21421D;
  background-color: white;
  border-color: #ccc;
  border-bottom: 1.5px solid white; }

@media (max-width: 991px) {
  .acb--tabs .block-wrapper {
    overflow-x: scroll; }
    .acb--tabs .block-wrapper .tabset {
      width: max-content;
      margin: 0 auto; }
      .acb--tabs .block-wrapper .tabset .tab-panels {
        max-width: fit-content;
        margin: -1.5px auto 0 auto; } }
