/* GOPHER Custom Color Scheme CSS */
  :root {
      --color-primary-50: #c8c3cd;
      --color-primary-100: #a8a0ae;
      --color-primary-200: #887d8f;
      --color-primary-300: #685a70;
      --color-primary-400: #483751;
      --color-primary-500: #281432;
      --color-primary-600: #22112a;
      --color-primary-700: #1c0e22;
      --color-primary-800: #160b1a;
      --color-primary-900: #100812;
      --color-primary-950: #0a050a;
      --btn-link-disabled-color: #281432;
  }
  /* END Custom Color Scheme CSS */

  .section-column {flex-basis: 33%;}
.section-main-container {min-width: 960px;}

.image-default {min-width:183px;display: block;width: auto;}
div[data-name="section-row-2"] .image-default {min-width: 333px;display: flex;justify-content: center;}
div[data-name="section-row-1"] .section-column:not(:first-child) {border-left: 1px solid rgba(0,0,0,.2);}

[data-name="section-row-2"] .image-default img {max-height: 150px;}


/* owen.perks 11306053 */
body {color: #FFF !important;}
.line-below .widget-heading::after {background-color: #FFF;}
body, .bg-body {background: #281432}
[data-name="content-container-2"] .border-right {border-right: 1px solid #FFF !important;}