svg {
  width: 24px;
  height: 24px;
  fill: grey; }

svg:hover {
  fill: #F51928 !important; }

/* Bulma Utilities */
.rog-ext-tabs, .rog-ext-is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rog-ext-navbar-link:not(.rog-ext-is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em; }

.title:not(:last-child),
.rog-ext-subtitle:not(:last-child),
.content:not(:last-child),
.rog-ext-tabs:not(:last-child) {
  margin-bottom: 1.5rem; }

.rog-ext-is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.rog-ext-navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0; }

@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.rog-ext-container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto; }
  .rog-ext-container.rog-ext-is-fluid {
    max-width: none !important;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%; }
  @media screen and (min-width: 1024px) {
    .rog-ext-container {
      max-width: 960px; } }
  @media screen and (max-width: 1215px) {
    .rog-ext-container.rog-ext-is-widescreen:not(.rog-ext-is-max-desktop) {
      max-width: 1152px; } }
  @media screen and (max-width: 1407px) {
    .rog-ext-container.rog-ext-is-fullhd:not(.rog-ext-is-max-desktop):not(.rog-ext-is-max-widescreen) {
      max-width: 1344px; } }
  @media screen and (min-width: 1216px) {
    .rog-ext-container:not(.rog-ext-is-max-desktop) {
      max-width: 1152px; } }
  @media screen and (min-width: 1408px) {
    .rog-ext-container:not(.rog-ext-is-max-desktop):not(.rog-ext-is-max-widescreen) {
      max-width: 1344px; } }

.title,
.rog-ext-subtitle {
  word-break: break-word; }
  .title em,
  .title span,
  .rog-ext-subtitle em,
  .rog-ext-subtitle span {
    font-weight: inherit; }
  .title sub,
  .rog-ext-subtitle sub {
    font-size: 0.75em; }
  .title sup,
  .rog-ext-subtitle sup {
    font-size: 0.75em; }
  .title .rog-ext-tag,
  .rog-ext-subtitle .rog-ext-tag {
    vertical-align: middle; }

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125; }
  .title strong {
    color: inherit;
    font-weight: inherit; }
  .title:not(.rog-ext-is-spaced) + .rog-ext-subtitle {
    margin-top: -1.25rem; }
  .title.rog-ext-is-1 {
    font-size: 3rem; }
  .title.rog-ext-is-2 {
    font-size: 2.5rem; }
  .title.rog-ext-is-3 {
    font-size: 2rem; }
  .title.rog-ext-is-4 {
    font-size: 1.5rem; }
  .title.rog-ext-is-5 {
    font-size: 1.25rem; }
  .title.rog-ext-is-6 {
    font-size: 1rem; }
  .title.rog-ext-is-7 {
    font-size: 0.75rem; }

.rog-ext-subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25; }
  .rog-ext-subtitle strong {
    color: #363636;
    font-weight: 600; }
  .rog-ext-subtitle:not(.rog-ext-is-spaced) + .title {
    margin-top: -1.25rem; }
  .rog-ext-subtitle.rog-ext-is-1 {
    font-size: 3rem; }
  .rog-ext-subtitle.rog-ext-is-2 {
    font-size: 2.5rem; }
  .rog-ext-subtitle.rog-ext-is-3 {
    font-size: 2rem; }
  .rog-ext-subtitle.rog-ext-is-4 {
    font-size: 1.5rem; }
  .rog-ext-subtitle.rog-ext-is-5 {
    font-size: 1.25rem; }
  .rog-ext-subtitle.rog-ext-is-6 {
    font-size: 1rem; }
  .rog-ext-subtitle.rog-ext-is-7 {
    font-size: 0.75rem; }

.rog-ext-navbar {
  background-color: #000000;
  min-height: 3.25rem;
  position: relative;
  z-index: 30; }
  .rog-ext-navbar.rog-ext-is-white {
    background-color: white;
    color: #0a0a0a; }
    .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-brand > .rog-ext-navbar-item,
    .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-brand .rog-ext-navbar-link {
      color: #0a0a0a; }
    .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-brand > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-brand > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-brand > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-brand .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-brand .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-brand .rog-ext-navbar-link.rog-ext-is-active {
      background-color: #f2f2f2;
      color: #0a0a0a; }
    .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-brand .rog-ext-navbar-link::after {
      border-color: #0a0a0a; }
    .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-burger {
      color: #0a0a0a; }
    @media screen and (min-width: 1024px) {
      .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-start > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-start .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-end > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-end .rog-ext-navbar-link {
        color: #0a0a0a; }
      .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-start > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-start > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-start > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-start .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-start .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-start .rog-ext-navbar-link.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-end > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-end > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-end > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-end .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-end .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-end .rog-ext-navbar-link.rog-ext-is-active {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-start .rog-ext-navbar-link::after,
      .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-end .rog-ext-navbar-link::after {
        border-color: #0a0a0a; }
      .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-item.rog-ext-has-dropdown:focus .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-item.rog-ext-has-dropdown:hover .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-item.rog-ext-has-dropdown.rog-ext-is-active .rog-ext-navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .rog-ext-navbar.rog-ext-is-white .rog-ext-navbar-dropdown a.rog-ext-navbar-item.rog-ext-is-active {
        background-color: white;
        color: #0a0a0a; } }
  .rog-ext-navbar.rog-ext-is-black {
    background-color: #0a0a0a;
    color: white; }
    .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-brand > .rog-ext-navbar-item,
    .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-brand .rog-ext-navbar-link {
      color: white; }
    .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-brand > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-brand > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-brand > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-brand .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-brand .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-brand .rog-ext-navbar-link.rog-ext-is-active {
      background-color: black;
      color: white; }
    .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-brand .rog-ext-navbar-link::after {
      border-color: white; }
    .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-burger {
      color: white; }
    @media screen and (min-width: 1024px) {
      .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-start > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-start .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-end > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-end .rog-ext-navbar-link {
        color: white; }
      .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-start > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-start > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-start > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-start .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-start .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-start .rog-ext-navbar-link.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-end > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-end > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-end > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-end .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-end .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-end .rog-ext-navbar-link.rog-ext-is-active {
        background-color: black;
        color: white; }
      .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-start .rog-ext-navbar-link::after,
      .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-end .rog-ext-navbar-link::after {
        border-color: white; }
      .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-item.rog-ext-has-dropdown:focus .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-item.rog-ext-has-dropdown:hover .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-item.rog-ext-has-dropdown.rog-ext-is-active .rog-ext-navbar-link {
        background-color: black;
        color: white; }
      .rog-ext-navbar.rog-ext-is-black .rog-ext-navbar-dropdown a.rog-ext-navbar-item.rog-ext-is-active {
        background-color: #0a0a0a;
        color: white; } }
  .rog-ext-navbar.rog-ext-is-light {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7); }
    .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-brand > .rog-ext-navbar-item,
    .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-brand .rog-ext-navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-brand > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-brand > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-brand > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-brand .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-brand .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-brand .rog-ext-navbar-link.rog-ext-is-active {
      background-color: #e8e8e8;
      color: rgba(0, 0, 0, 0.7); }
    .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-brand .rog-ext-navbar-link::after {
      border-color: rgba(0, 0, 0, 0.7); }
    .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-burger {
      color: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 1024px) {
      .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-start > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-start .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-end > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-end .rog-ext-navbar-link {
        color: rgba(0, 0, 0, 0.7); }
      .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-start > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-start > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-start > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-start .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-start .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-start .rog-ext-navbar-link.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-end > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-end > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-end > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-end .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-end .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-end .rog-ext-navbar-link.rog-ext-is-active {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, 0.7); }
      .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-start .rog-ext-navbar-link::after,
      .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-end .rog-ext-navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7); }
      .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-item.rog-ext-has-dropdown:focus .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-item.rog-ext-has-dropdown:hover .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-item.rog-ext-has-dropdown.rog-ext-is-active .rog-ext-navbar-link {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, 0.7); }
      .rog-ext-navbar.rog-ext-is-light .rog-ext-navbar-dropdown a.rog-ext-navbar-item.rog-ext-is-active {
        background-color: whitesmoke;
        color: rgba(0, 0, 0, 0.7); } }
  .rog-ext-navbar.rog-ext-is-dark {
    background-color: #363636;
    color: #fff; }
    .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-brand > .rog-ext-navbar-item,
    .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-brand .rog-ext-navbar-link {
      color: #fff; }
    .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-brand > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-brand > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-brand > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-brand .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-brand .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-brand .rog-ext-navbar-link.rog-ext-is-active {
      background-color: #292929;
      color: #fff; }
    .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-brand .rog-ext-navbar-link::after {
      border-color: #fff; }
    .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-start > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-start .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-end > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-end .rog-ext-navbar-link {
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-start > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-start > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-start > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-start .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-start .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-start .rog-ext-navbar-link.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-end > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-end > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-end > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-end .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-end .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-end .rog-ext-navbar-link.rog-ext-is-active {
        background-color: #292929;
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-start .rog-ext-navbar-link::after,
      .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-end .rog-ext-navbar-link::after {
        border-color: #fff; }
      .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-item.rog-ext-has-dropdown:focus .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-item.rog-ext-has-dropdown:hover .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-item.rog-ext-has-dropdown.rog-ext-is-active .rog-ext-navbar-link {
        background-color: #292929;
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-dark .rog-ext-navbar-dropdown a.rog-ext-navbar-item.rog-ext-is-active {
        background-color: #363636;
        color: #fff; } }
  .rog-ext-navbar.rog-ext-is-primary {
    background-color: #00d1b2;
    color: #fff; }
    .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-brand > .rog-ext-navbar-item,
    .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-brand .rog-ext-navbar-link {
      color: #fff; }
    .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-brand > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-brand > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-brand > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-brand .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-brand .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-brand .rog-ext-navbar-link.rog-ext-is-active {
      background-color: #00b89c;
      color: #fff; }
    .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-brand .rog-ext-navbar-link::after {
      border-color: #fff; }
    .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-start > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-start .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-end > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-end .rog-ext-navbar-link {
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-start > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-start > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-start > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-start .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-start .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-start .rog-ext-navbar-link.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-end > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-end > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-end > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-end .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-end .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-end .rog-ext-navbar-link.rog-ext-is-active {
        background-color: #00b89c;
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-start .rog-ext-navbar-link::after,
      .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-end .rog-ext-navbar-link::after {
        border-color: #fff; }
      .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-item.rog-ext-has-dropdown:focus .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-item.rog-ext-has-dropdown:hover .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-item.rog-ext-has-dropdown.rog-ext-is-active .rog-ext-navbar-link {
        background-color: #00b89c;
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-primary .rog-ext-navbar-dropdown a.rog-ext-navbar-item.rog-ext-is-active {
        background-color: #00d1b2;
        color: #fff; } }
  .rog-ext-navbar.rog-ext-is-link {
    background-color: #F51928;
    color: #fff; }
    .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-brand > .rog-ext-navbar-item,
    .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-brand .rog-ext-navbar-link {
      color: #fff; }
    .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-brand > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-brand > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-brand > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-brand .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-brand .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-brand .rog-ext-navbar-link.rog-ext-is-active {
      background-color: #ea0a19;
      color: #fff; }
    .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-brand .rog-ext-navbar-link::after {
      border-color: #fff; }
    .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-start > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-start .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-end > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-end .rog-ext-navbar-link {
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-start > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-start > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-start > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-start .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-start .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-start .rog-ext-navbar-link.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-end > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-end > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-end > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-end .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-end .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-end .rog-ext-navbar-link.rog-ext-is-active {
        background-color: #ea0a19;
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-start .rog-ext-navbar-link::after,
      .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-end .rog-ext-navbar-link::after {
        border-color: #fff; }
      .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-item.rog-ext-has-dropdown:focus .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-item.rog-ext-has-dropdown:hover .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-item.rog-ext-has-dropdown.rog-ext-is-active .rog-ext-navbar-link {
        background-color: #ea0a19;
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-link .rog-ext-navbar-dropdown a.rog-ext-navbar-item.rog-ext-is-active {
        background-color: #F51928;
        color: #fff; } }
  .rog-ext-navbar.rog-ext-is-info {
    background-color: #3e8ed0;
    color: #fff; }
    .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-brand > .rog-ext-navbar-item,
    .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-brand .rog-ext-navbar-link {
      color: #fff; }
    .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-brand > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-brand > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-brand > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-brand .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-brand .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-brand .rog-ext-navbar-link.rog-ext-is-active {
      background-color: #3082c5;
      color: #fff; }
    .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-brand .rog-ext-navbar-link::after {
      border-color: #fff; }
    .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-start > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-start .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-end > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-end .rog-ext-navbar-link {
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-start > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-start > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-start > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-start .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-start .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-start .rog-ext-navbar-link.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-end > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-end > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-end > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-end .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-end .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-end .rog-ext-navbar-link.rog-ext-is-active {
        background-color: #3082c5;
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-start .rog-ext-navbar-link::after,
      .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-end .rog-ext-navbar-link::after {
        border-color: #fff; }
      .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-item.rog-ext-has-dropdown:focus .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-item.rog-ext-has-dropdown:hover .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-item.rog-ext-has-dropdown.rog-ext-is-active .rog-ext-navbar-link {
        background-color: #3082c5;
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-info .rog-ext-navbar-dropdown a.rog-ext-navbar-item.rog-ext-is-active {
        background-color: #3e8ed0;
        color: #fff; } }
  .rog-ext-navbar.rog-ext-is-success {
    background-color: #48c78e;
    color: #fff; }
    .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-brand > .rog-ext-navbar-item,
    .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-brand .rog-ext-navbar-link {
      color: #fff; }
    .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-brand > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-brand > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-brand > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-brand .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-brand .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-brand .rog-ext-navbar-link.rog-ext-is-active {
      background-color: #3abb81;
      color: #fff; }
    .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-brand .rog-ext-navbar-link::after {
      border-color: #fff; }
    .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-start > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-start .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-end > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-end .rog-ext-navbar-link {
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-start > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-start > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-start > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-start .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-start .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-start .rog-ext-navbar-link.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-end > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-end > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-end > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-end .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-end .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-end .rog-ext-navbar-link.rog-ext-is-active {
        background-color: #3abb81;
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-start .rog-ext-navbar-link::after,
      .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-end .rog-ext-navbar-link::after {
        border-color: #fff; }
      .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-item.rog-ext-has-dropdown:focus .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-item.rog-ext-has-dropdown:hover .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-item.rog-ext-has-dropdown.rog-ext-is-active .rog-ext-navbar-link {
        background-color: #3abb81;
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-success .rog-ext-navbar-dropdown a.rog-ext-navbar-item.rog-ext-is-active {
        background-color: #48c78e;
        color: #fff; } }
  .rog-ext-navbar.rog-ext-is-warning {
    background-color: #ffe08a;
    color: rgba(0, 0, 0, 0.7); }
    .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-brand > .rog-ext-navbar-item,
    .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-brand .rog-ext-navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-brand > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-brand > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-brand > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-brand .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-brand .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-brand .rog-ext-navbar-link.rog-ext-is-active {
      background-color: #ffd970;
      color: rgba(0, 0, 0, 0.7); }
    .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-brand .rog-ext-navbar-link::after {
      border-color: rgba(0, 0, 0, 0.7); }
    .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-burger {
      color: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 1024px) {
      .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-start > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-start .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-end > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-end .rog-ext-navbar-link {
        color: rgba(0, 0, 0, 0.7); }
      .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-start > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-start > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-start > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-start .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-start .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-start .rog-ext-navbar-link.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-end > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-end > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-end > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-end .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-end .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-end .rog-ext-navbar-link.rog-ext-is-active {
        background-color: #ffd970;
        color: rgba(0, 0, 0, 0.7); }
      .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-start .rog-ext-navbar-link::after,
      .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-end .rog-ext-navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7); }
      .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-item.rog-ext-has-dropdown:focus .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-item.rog-ext-has-dropdown:hover .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-item.rog-ext-has-dropdown.rog-ext-is-active .rog-ext-navbar-link {
        background-color: #ffd970;
        color: rgba(0, 0, 0, 0.7); }
      .rog-ext-navbar.rog-ext-is-warning .rog-ext-navbar-dropdown a.rog-ext-navbar-item.rog-ext-is-active {
        background-color: #ffe08a;
        color: rgba(0, 0, 0, 0.7); } }
  .rog-ext-navbar.rog-ext-is-danger {
    background-color: #f14668;
    color: #fff; }
    .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-brand > .rog-ext-navbar-item,
    .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-brand .rog-ext-navbar-link {
      color: #fff; }
    .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-brand > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-brand > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-brand > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-brand .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-brand .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-brand .rog-ext-navbar-link.rog-ext-is-active {
      background-color: #ef2e55;
      color: #fff; }
    .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-brand .rog-ext-navbar-link::after {
      border-color: #fff; }
    .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-start > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-start .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-end > .rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-end .rog-ext-navbar-link {
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-start > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-start > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-start > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-start .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-start .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-start .rog-ext-navbar-link.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-end > a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-end > a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-end > a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-end .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-end .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-end .rog-ext-navbar-link.rog-ext-is-active {
        background-color: #ef2e55;
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-start .rog-ext-navbar-link::after,
      .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-end .rog-ext-navbar-link::after {
        border-color: #fff; }
      .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-item.rog-ext-has-dropdown:focus .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-item.rog-ext-has-dropdown:hover .rog-ext-navbar-link,
      .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-item.rog-ext-has-dropdown.rog-ext-is-active .rog-ext-navbar-link {
        background-color: #ef2e55;
        color: #fff; }
      .rog-ext-navbar.rog-ext-is-danger .rog-ext-navbar-dropdown a.rog-ext-navbar-item.rog-ext-is-active {
        background-color: #f14668;
        color: #fff; } }
  .rog-ext-navbar > .rog-ext-container {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
    width: 100%; }
  .rog-ext-navbar.rog-ext-has-shadow {
    box-shadow: 0 2px 0 0 whitesmoke; }
  .rog-ext-navbar.rog-ext-is-fixed-bottom, .rog-ext-navbar.rog-ext-is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .rog-ext-navbar.rog-ext-is-fixed-bottom {
    bottom: 0; }
    .rog-ext-navbar.rog-ext-is-fixed-bottom.rog-ext-has-shadow {
      box-shadow: 0 -2px 0 0 whitesmoke; }
  .rog-ext-navbar.rog-ext-is-fixed-top {
    top: 0; }

html.rog-ext-has-navbar-fixed-top,
body.rog-ext-has-navbar-fixed-top {
  padding-top: 3.25rem; }
html.rog-ext-has-navbar-fixed-bottom,
body.rog-ext-has-navbar-fixed-bottom {
  padding-bottom: 3.25rem; }

.rog-ext-navbar-brand,
.rog-ext-navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem; }

.rog-ext-navbar-brand a.rog-ext-navbar-item:focus, .rog-ext-navbar-brand a.rog-ext-navbar-item:hover {
  background-color: transparent; }

.rog-ext-navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden; }

.rog-ext-navbar-burger {
  color: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto; }
  .rog-ext-navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px; }
    .rog-ext-navbar-burger span:nth-child(1) {
      top: calc(50% - 6px); }
    .rog-ext-navbar-burger span:nth-child(2) {
      top: calc(50% - 1px); }
    .rog-ext-navbar-burger span:nth-child(3) {
      top: calc(50% + 4px); }
  .rog-ext-navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .rog-ext-navbar-burger.rog-ext-is-active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg); }
  .rog-ext-navbar-burger.rog-ext-is-active span:nth-child(2) {
    opacity: 0; }
  .rog-ext-navbar-burger.rog-ext-is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg); }

.rog-ext-navbar-menu {
  display: none; }

.rog-ext-navbar-item,
.rog-ext-navbar-link {
  color: white;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative; }
  .rog-ext-navbar-item .rog-ext-icon:only-child,
  .rog-ext-navbar-link .rog-ext-icon:only-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }

a.rog-ext-navbar-item,
.rog-ext-navbar-link {
  cursor: pointer; }
  a.rog-ext-navbar-item:focus, a.rog-ext-navbar-item:focus-within, a.rog-ext-navbar-item:hover, a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar-link:focus, .rog-ext-navbar-link:focus-within, .rog-ext-navbar-link:hover, .rog-ext-navbar-link.rog-ext-is-active {
    background-color: #000000;
    color: #F51928; }

.rog-ext-navbar-item {
  flex-grow: 0;
  flex-shrink: 0; }
  .rog-ext-navbar-item img {
    max-height: 3rem; }
  .rog-ext-navbar-item.rog-ext-has-dropdown {
    padding: 0; }
  .rog-ext-navbar-item.rog-ext-is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .rog-ext-navbar-item.rog-ext-is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.25rem;
    padding-bottom: calc(0.5rem - 1px); }
    .rog-ext-navbar-item.rog-ext-is-tab:focus, .rog-ext-navbar-item.rog-ext-is-tab:hover {
      background-color: transparent;
      border-bottom-color: #F51928; }
    .rog-ext-navbar-item.rog-ext-is-tab.rog-ext-is-active {
      background-color: transparent;
      border-bottom-color: #F51928;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      color: #F51928;
      padding-bottom: calc(0.5rem - 3px); }

.rog-ext-navbar-content {
  flex-grow: 1;
  flex-shrink: 1; }

.rog-ext-navbar-link:not(.rog-ext-is-arrowless) {
  padding-right: 2.5em; }
  .rog-ext-navbar-link:not(.rog-ext-is-arrowless)::after {
    border-color: #F51928;
    margin-top: -0.375em;
    right: 1.125em; }

.rog-ext-navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  .rog-ext-navbar-dropdown .rog-ext-navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.rog-ext-navbar-divider {
  background-color: #d1d1d1;
  border: none;
  display: none;
  height: 0.01rem;
  margin: 0.5rem 0; }

@media screen and (max-width: 1023px) {
  .rog-ext-navbar > .rog-ext-container {
    display: block; }

  .rog-ext-navbar-brand .rog-ext-navbar-item,
  .rog-ext-navbar-tabs .rog-ext-navbar-item {
    align-items: center;
    display: flex; }

  .rog-ext-navbar-link::after {
    display: none; }

  .rog-ext-navbar-menu {
    background-color: #000000;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0; }
    .rog-ext-navbar-menu.rog-ext-is-active {
      display: block; }

  .rog-ext-navbar.rog-ext-is-fixed-bottom-touch, .rog-ext-navbar.rog-ext-is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .rog-ext-navbar.rog-ext-is-fixed-bottom-touch {
    bottom: 0; }
    .rog-ext-navbar.rog-ext-is-fixed-bottom-touch.rog-ext-has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .rog-ext-navbar.rog-ext-is-fixed-top-touch {
    top: 0; }
  .rog-ext-navbar.rog-ext-is-fixed-top .rog-ext-navbar-menu, .rog-ext-navbar.rog-ext-is-fixed-top-touch .rog-ext-navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto; }

  html.rog-ext-has-navbar-fixed-top-touch,
  body.rog-ext-has-navbar-fixed-top-touch {
    padding-top: 3.25rem; }
  html.rog-ext-has-navbar-fixed-bottom-touch,
  body.rog-ext-has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem; } }
@media screen and (min-width: 1024px) {
  .rog-ext-navbar,
  .rog-ext-navbar-menu,
  .rog-ext-navbar-start,
  .rog-ext-navbar-end {
    align-items: stretch;
    display: flex; }

  .rog-ext-navbar {
    min-height: 3.25rem;
    padding: 1rem 1rem 1rem; }
    .rog-ext-navbar.rog-ext-is-spaced {
      padding: 1rem 2rem; }
      .rog-ext-navbar.rog-ext-is-spaced .rog-ext-navbar-start,
      .rog-ext-navbar.rog-ext-is-spaced .rog-ext-navbar-end {
        align-items: center; }
      .rog-ext-navbar.rog-ext-is-spaced a.rog-ext-navbar-item,
      .rog-ext-navbar.rog-ext-is-spaced .rog-ext-navbar-link {
        border-radius: 4px; }
    .rog-ext-navbar.rog-ext-is-transparent a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-transparent a.rog-ext-navbar-item:hover, .rog-ext-navbar.rog-ext-is-transparent a.rog-ext-navbar-item.rog-ext-is-active, .rog-ext-navbar.rog-ext-is-transparent .rog-ext-navbar-link:focus, .rog-ext-navbar.rog-ext-is-transparent .rog-ext-navbar-link:hover, .rog-ext-navbar.rog-ext-is-transparent .rog-ext-navbar-link.rog-ext-is-active {
      background-color: transparent !important; }
    .rog-ext-navbar.rog-ext-is-transparent .rog-ext-navbar-item.rog-ext-has-dropdown.rog-ext-is-active .rog-ext-navbar-link, .rog-ext-navbar.rog-ext-is-transparent .rog-ext-navbar-item.rog-ext-has-dropdown.rog-ext-is-hoverable:focus .rog-ext-navbar-link, .rog-ext-navbar.rog-ext-is-transparent .rog-ext-navbar-item.rog-ext-has-dropdown.rog-ext-is-hoverable:focus-within .rog-ext-navbar-link, .rog-ext-navbar.rog-ext-is-transparent .rog-ext-navbar-item.rog-ext-has-dropdown.rog-ext-is-hoverable:hover .rog-ext-navbar-link {
      background-color: transparent !important; }
    .rog-ext-navbar.rog-ext-is-transparent .rog-ext-navbar-dropdown a.rog-ext-navbar-item:focus, .rog-ext-navbar.rog-ext-is-transparent .rog-ext-navbar-dropdown a.rog-ext-navbar-item:hover {
      background-color: whitesmoke;
      color: #F51928; }
    .rog-ext-navbar.rog-ext-is-transparent .rog-ext-navbar-dropdown a.rog-ext-navbar-item.rog-ext-is-active {
      background-color: whitesmoke;
      color: #F51928; }

  .rog-ext-navbar-burger {
    display: none; }

  .rog-ext-navbar-item,
  .rog-ext-navbar-link {
    align-items: center;
    display: flex; }

  .rog-ext-navbar-item.rog-ext-has-dropdown {
    align-items: stretch; }
  .rog-ext-navbar-item.rog-ext-has-dropdown-up .rog-ext-navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em); }
  .rog-ext-navbar-item.rog-ext-has-dropdown-up .rog-ext-navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto; }
  .rog-ext-navbar-item.rog-ext-is-active .rog-ext-navbar-dropdown, .rog-ext-navbar-item.rog-ext-is-hoverable:focus .rog-ext-navbar-dropdown, .rog-ext-navbar-item.rog-ext-is-hoverable:focus-within .rog-ext-navbar-dropdown, .rog-ext-navbar-item.rog-ext-is-hoverable:hover .rog-ext-navbar-dropdown {
    display: block; }
    .rog-ext-navbar.rog-ext-is-spaced .rog-ext-navbar-item.rog-ext-is-active .rog-ext-navbar-dropdown, .rog-ext-navbar-item.rog-ext-is-active .rog-ext-navbar-dropdown.rog-ext-is-boxed, .rog-ext-navbar.rog-ext-is-spaced .rog-ext-navbar-item.rog-ext-is-hoverable:focus .rog-ext-navbar-dropdown, .rog-ext-navbar-item.rog-ext-is-hoverable:focus .rog-ext-navbar-dropdown.rog-ext-is-boxed, .rog-ext-navbar.rog-ext-is-spaced .rog-ext-navbar-item.rog-ext-is-hoverable:focus-within .rog-ext-navbar-dropdown, .rog-ext-navbar-item.rog-ext-is-hoverable:focus-within .rog-ext-navbar-dropdown.rog-ext-is-boxed, .rog-ext-navbar.rog-ext-is-spaced .rog-ext-navbar-item.rog-ext-is-hoverable:hover .rog-ext-navbar-dropdown, .rog-ext-navbar-item.rog-ext-is-hoverable:hover .rog-ext-navbar-dropdown.rog-ext-is-boxed {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0); }

  .rog-ext-navbar-menu {
    flex-grow: 1;
    flex-shrink: 0; }

  .rog-ext-navbar-start {
    justify-content: flex-start;
    margin-right: auto; }

  .rog-ext-navbar-end {
    justify-content: flex-end;
    margin-left: auto; }

  .rog-ext-navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20; }
    .rog-ext-navbar-dropdown .rog-ext-navbar-item {
      padding: 0.375rem 1rem;
      white-space: nowrap; }
    .rog-ext-navbar-dropdown a.rog-ext-navbar-item {
      color: #000000;
      padding-right: 3rem;
      font-size: small; }
      .rog-ext-navbar-dropdown a.rog-ext-navbar-item:focus, .rog-ext-navbar-dropdown a.rog-ext-navbar-item:hover {
        background-color: whitesmoke;
        color: #F51928; }
      .rog-ext-navbar-dropdown a.rog-ext-navbar-item.rog-ext-is-active {
        background-color: whitesmoke;
        color: #F51928; }
    .rog-ext-navbar.rog-ext-is-spaced .rog-ext-navbar-dropdown, .rog-ext-navbar-dropdown.rog-ext-is-boxed {
      border-radius: 6px;
      border-top: none;
      box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      display: block;
      opacity: 0;
      pointer-events: none;
      top: calc(100% + (-4px));
      transform: translateY(-5px);
      transition-duration: 86ms;
      transition-property: opacity, transform; }
    .rog-ext-navbar-dropdown.rog-ext-is-right {
      left: auto;
      right: 0; }

  .rog-ext-navbar-divider {
    display: block; }

  .rog-ext-navbar > .rog-ext-container .rog-ext-navbar-brand,
  .rog-ext-container > .rog-ext-navbar .rog-ext-navbar-brand {
    margin-left: -0.75rem; }
  .rog-ext-navbar > .rog-ext-container .rog-ext-navbar-menu,
  .rog-ext-container > .rog-ext-navbar .rog-ext-navbar-menu {
    margin-right: -0.75rem; }

  .rog-ext-navbar.rog-ext-is-fixed-bottom-desktop, .rog-ext-navbar.rog-ext-is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .rog-ext-navbar.rog-ext-is-fixed-bottom-desktop {
    bottom: 0; }
    .rog-ext-navbar.rog-ext-is-fixed-bottom-desktop.rog-ext-has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .rog-ext-navbar.rog-ext-is-fixed-top-desktop {
    top: 0; }

  html.rog-ext-has-navbar-fixed-top-desktop,
  body.rog-ext-has-navbar-fixed-top-desktop {
    padding-top: 3.25rem; }
  html.rog-ext-has-navbar-fixed-bottom-desktop,
  body.rog-ext-has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem; }
  html.rog-ext-has-spaced-navbar-fixed-top,
  body.rog-ext-has-spaced-navbar-fixed-top {
    padding-top: 5.25rem; }
  html.rog-ext-has-spaced-navbar-fixed-bottom,
  body.rog-ext-has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem; }

  a.rog-ext-navbar-item.rog-ext-is-active,
  .rog-ext-navbar-link.rog-ext-is-active {
    color: #0a0a0a; }
  a.rog-ext-navbar-item.rog-ext-is-active:not(:focus):not(:hover),
  .rog-ext-navbar-link.rog-ext-is-active:not(:focus):not(:hover) {
    background-color: transparent; }

  .rog-ext-navbar-item.rog-ext-has-dropdown:focus .rog-ext-navbar-link, .rog-ext-navbar-item.rog-ext-has-dropdown:hover .rog-ext-navbar-link, .rog-ext-navbar-item.rog-ext-has-dropdown.rog-ext-is-active .rog-ext-navbar-link {
    background-color: #000000; } }
.rog-ext-hero.rog-ext-is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem); }

.rog-ext-tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap; }
  .rog-ext-tabs a {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #4a4a4a;
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top; }
    .rog-ext-tabs a:hover {
      border-bottom-color: #363636;
      color: #363636; }
  .rog-ext-tabs li {
    display: block; }
    .rog-ext-tabs li.rog-ext-is-active a {
      border-bottom-color: #F51928;
      color: #F51928; }
  .rog-ext-tabs ul {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start; }
    .rog-ext-tabs ul.rog-ext-is-left {
      padding-right: 0.75em; }
    .rog-ext-tabs ul.rog-ext-is-center {
      flex: none;
      justify-content: center;
      padding-left: 0.75em;
      padding-right: 0.75em; }
    .rog-ext-tabs ul.rog-ext-is-right {
      justify-content: flex-end;
      padding-left: 0.75em; }
  .rog-ext-tabs .rog-ext-icon:first-child {
    margin-right: 0.5em; }
  .rog-ext-tabs .rog-ext-icon:last-child {
    margin-left: 0.5em; }
  .rog-ext-tabs.rog-ext-is-centered ul {
    justify-content: center; }
  .rog-ext-tabs.rog-ext-is-right ul {
    justify-content: flex-end; }
  .rog-ext-tabs.rog-ext-is-boxed a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
    .rog-ext-tabs.rog-ext-is-boxed a:hover {
      background-color: whitesmoke;
      border-bottom-color: #dbdbdb; }
  .rog-ext-tabs.rog-ext-is-boxed li.rog-ext-is-active a {
    background-color: white;
    border-color: #dbdbdb;
    border-bottom-color: transparent !important; }
  .rog-ext-tabs.rog-ext-is-fullwidth li {
    flex-grow: 1;
    flex-shrink: 0; }
  .rog-ext-tabs.rog-ext-is-toggle a {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    position: relative; }
    .rog-ext-tabs.rog-ext-is-toggle a:hover {
      background-color: whitesmoke;
      border-color: #b5b5b5;
      z-index: 2; }
  .rog-ext-tabs.rog-ext-is-toggle li + li {
    margin-left: -1px; }
  .rog-ext-tabs.rog-ext-is-toggle li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .rog-ext-tabs.rog-ext-is-toggle li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .rog-ext-tabs.rog-ext-is-toggle li.rog-ext-is-active a {
    background-color: #F51928;
    border-color: #F51928;
    color: #fff;
    z-index: 1; }
  .rog-ext-tabs.rog-ext-is-toggle ul {
    border-bottom: none; }
  .rog-ext-tabs.rog-ext-is-toggle.rog-ext-is-toggle-rounded li:first-child a {
    border-bottom-left-radius: 9999px;
    border-top-left-radius: 9999px;
    padding-left: 1.25em; }
  .rog-ext-tabs.rog-ext-is-toggle.rog-ext-is-toggle-rounded li:last-child a {
    border-bottom-right-radius: 9999px;
    border-top-right-radius: 9999px;
    padding-right: 1.25em; }
  .rog-ext-tabs.rog-ext-is-small {
    font-size: 0.75rem; }
  .rog-ext-tabs.rog-ext-is-medium {
    font-size: 1.25rem; }
  .rog-ext-tabs.rog-ext-is-large {
    font-size: 1.5rem; }

.section {
  padding: 3rem 1.5rem; }
  @media screen and (min-width: 1024px) {
    .section {
      padding: 3rem 3rem; }
      .section.rog-ext-is-medium {
        padding: 9rem 4.5rem; }
      .section.rog-ext-is-large {
        padding: 18rem 6rem; } }

.rog-ext-footer {
  background-color: #000000;
  padding: 3rem 1.5rem 6rem; }

/* Bulma Grid */
.rog-ext-column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-narrow {
    flex: none;
    width: unset; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-full {
    flex: none;
    width: 100%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-three-quarters {
    flex: none;
    width: 75%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-half {
    flex: none;
    width: 50%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-one-third {
    flex: none;
    width: 33.3333%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-one-quarter {
    flex: none;
    width: 25%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-one-fifth {
    flex: none;
    width: 20%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-two-fifths {
    flex: none;
    width: 40%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-three-fifths {
    flex: none;
    width: 60%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-four-fifths {
    flex: none;
    width: 80%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-three-quarters {
    margin-left: 75%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-two-thirds {
    margin-left: 66.6666%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-half {
    margin-left: 50%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-one-third {
    margin-left: 33.3333%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-one-quarter {
    margin-left: 25%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-one-fifth {
    margin-left: 20%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-two-fifths {
    margin-left: 40%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-three-fifths {
    margin-left: 60%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-four-fifths {
    margin-left: 80%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-0 {
    flex: none;
    width: 0%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-0 {
    margin-left: 0%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-1 {
    flex: none;
    width: 8.33333337%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-1 {
    margin-left: 8.33333337%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-2 {
    flex: none;
    width: 16.66666674%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-2 {
    margin-left: 16.66666674%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-3 {
    flex: none;
    width: 25%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-3 {
    margin-left: 25%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-4 {
    flex: none;
    width: 33.33333337%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-4 {
    margin-left: 33.33333337%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-5 {
    flex: none;
    width: 41.66666674%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-5 {
    margin-left: 41.66666674%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-6 {
    flex: none;
    width: 50%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-6 {
    margin-left: 50%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-7 {
    flex: none;
    width: 58.33333337%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-7 {
    margin-left: 58.33333337%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-8 {
    flex: none;
    width: 66.66666674%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-8 {
    margin-left: 66.66666674%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-9 {
    flex: none;
    width: 75%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-9 {
    margin-left: 75%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-10 {
    flex: none;
    width: 83.33333337%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-10 {
    margin-left: 83.33333337%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-11 {
    flex: none;
    width: 91.66666674%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-11 {
    margin-left: 91.66666674%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-12 {
    flex: none;
    width: 100%; }
  .rog-ext-columns.rog-ext-is-mobile > .rog-ext-column.rog-ext-is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .rog-ext-column.rog-ext-is-narrow-mobile {
      flex: none;
      width: unset; }
    .rog-ext-column.rog-ext-is-full-mobile {
      flex: none;
      width: 100%; }
    .rog-ext-column.rog-ext-is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .rog-ext-column.rog-ext-is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .rog-ext-column.rog-ext-is-half-mobile {
      flex: none;
      width: 50%; }
    .rog-ext-column.rog-ext-is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .rog-ext-column.rog-ext-is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .rog-ext-column.rog-ext-is-one-fifth-mobile {
      flex: none;
      width: 20%; }
    .rog-ext-column.rog-ext-is-two-fifths-mobile {
      flex: none;
      width: 40%; }
    .rog-ext-column.rog-ext-is-three-fifths-mobile {
      flex: none;
      width: 60%; }
    .rog-ext-column.rog-ext-is-four-fifths-mobile {
      flex: none;
      width: 80%; }
    .rog-ext-column.rog-ext-is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .rog-ext-column.rog-ext-is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .rog-ext-column.rog-ext-is-offset-half-mobile {
      margin-left: 50%; }
    .rog-ext-column.rog-ext-is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .rog-ext-column.rog-ext-is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .rog-ext-column.rog-ext-is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .rog-ext-column.rog-ext-is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .rog-ext-column.rog-ext-is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .rog-ext-column.rog-ext-is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .rog-ext-column.rog-ext-is-0-mobile {
      flex: none;
      width: 0%; }
    .rog-ext-column.rog-ext-is-offset-0-mobile {
      margin-left: 0%; }
    .rog-ext-column.rog-ext-is-1-mobile {
      flex: none;
      width: 8.33333337%; }
    .rog-ext-column.rog-ext-is-offset-1-mobile {
      margin-left: 8.33333337%; }
    .rog-ext-column.rog-ext-is-2-mobile {
      flex: none;
      width: 16.66666674%; }
    .rog-ext-column.rog-ext-is-offset-2-mobile {
      margin-left: 16.66666674%; }
    .rog-ext-column.rog-ext-is-3-mobile {
      flex: none;
      width: 25%; }
    .rog-ext-column.rog-ext-is-offset-3-mobile {
      margin-left: 25%; }
    .rog-ext-column.rog-ext-is-4-mobile {
      flex: none;
      width: 33.33333337%; }
    .rog-ext-column.rog-ext-is-offset-4-mobile {
      margin-left: 33.33333337%; }
    .rog-ext-column.rog-ext-is-5-mobile {
      flex: none;
      width: 41.66666674%; }
    .rog-ext-column.rog-ext-is-offset-5-mobile {
      margin-left: 41.66666674%; }
    .rog-ext-column.rog-ext-is-6-mobile {
      flex: none;
      width: 50%; }
    .rog-ext-column.rog-ext-is-offset-6-mobile {
      margin-left: 50%; }
    .rog-ext-column.rog-ext-is-7-mobile {
      flex: none;
      width: 58.33333337%; }
    .rog-ext-column.rog-ext-is-offset-7-mobile {
      margin-left: 58.33333337%; }
    .rog-ext-column.rog-ext-is-8-mobile {
      flex: none;
      width: 66.66666674%; }
    .rog-ext-column.rog-ext-is-offset-8-mobile {
      margin-left: 66.66666674%; }
    .rog-ext-column.rog-ext-is-9-mobile {
      flex: none;
      width: 75%; }
    .rog-ext-column.rog-ext-is-offset-9-mobile {
      margin-left: 75%; }
    .rog-ext-column.rog-ext-is-10-mobile {
      flex: none;
      width: 83.33333337%; }
    .rog-ext-column.rog-ext-is-offset-10-mobile {
      margin-left: 83.33333337%; }
    .rog-ext-column.rog-ext-is-11-mobile {
      flex: none;
      width: 91.66666674%; }
    .rog-ext-column.rog-ext-is-offset-11-mobile {
      margin-left: 91.66666674%; }
    .rog-ext-column.rog-ext-is-12-mobile {
      flex: none;
      width: 100%; }
    .rog-ext-column.rog-ext-is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .rog-ext-column.rog-ext-is-narrow, .rog-ext-column.rog-ext-is-narrow-tablet {
      flex: none;
      width: unset; }
    .rog-ext-column.rog-ext-is-full, .rog-ext-column.rog-ext-is-full-tablet {
      flex: none;
      width: 100%; }
    .rog-ext-column.rog-ext-is-three-quarters, .rog-ext-column.rog-ext-is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .rog-ext-column.rog-ext-is-two-thirds, .rog-ext-column.rog-ext-is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .rog-ext-column.rog-ext-is-half, .rog-ext-column.rog-ext-is-half-tablet {
      flex: none;
      width: 50%; }
    .rog-ext-column.rog-ext-is-one-third, .rog-ext-column.rog-ext-is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .rog-ext-column.rog-ext-is-one-quarter, .rog-ext-column.rog-ext-is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .rog-ext-column.rog-ext-is-one-fifth, .rog-ext-column.rog-ext-is-one-fifth-tablet {
      flex: none;
      width: 20%; }
    .rog-ext-column.rog-ext-is-two-fifths, .rog-ext-column.rog-ext-is-two-fifths-tablet {
      flex: none;
      width: 40%; }
    .rog-ext-column.rog-ext-is-three-fifths, .rog-ext-column.rog-ext-is-three-fifths-tablet {
      flex: none;
      width: 60%; }
    .rog-ext-column.rog-ext-is-four-fifths, .rog-ext-column.rog-ext-is-four-fifths-tablet {
      flex: none;
      width: 80%; }
    .rog-ext-column.rog-ext-is-offset-three-quarters, .rog-ext-column.rog-ext-is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .rog-ext-column.rog-ext-is-offset-two-thirds, .rog-ext-column.rog-ext-is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .rog-ext-column.rog-ext-is-offset-half, .rog-ext-column.rog-ext-is-offset-half-tablet {
      margin-left: 50%; }
    .rog-ext-column.rog-ext-is-offset-one-third, .rog-ext-column.rog-ext-is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .rog-ext-column.rog-ext-is-offset-one-quarter, .rog-ext-column.rog-ext-is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .rog-ext-column.rog-ext-is-offset-one-fifth, .rog-ext-column.rog-ext-is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .rog-ext-column.rog-ext-is-offset-two-fifths, .rog-ext-column.rog-ext-is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .rog-ext-column.rog-ext-is-offset-three-fifths, .rog-ext-column.rog-ext-is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .rog-ext-column.rog-ext-is-offset-four-fifths, .rog-ext-column.rog-ext-is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .rog-ext-column.rog-ext-is-0, .rog-ext-column.rog-ext-is-0-tablet {
      flex: none;
      width: 0%; }
    .rog-ext-column.rog-ext-is-offset-0, .rog-ext-column.rog-ext-is-offset-0-tablet {
      margin-left: 0%; }
    .rog-ext-column.rog-ext-is-1, .rog-ext-column.rog-ext-is-1-tablet {
      flex: none;
      width: 8.33333337%; }
    .rog-ext-column.rog-ext-is-offset-1, .rog-ext-column.rog-ext-is-offset-1-tablet {
      margin-left: 8.33333337%; }
    .rog-ext-column.rog-ext-is-2, .rog-ext-column.rog-ext-is-2-tablet {
      flex: none;
      width: 16.66666674%; }
    .rog-ext-column.rog-ext-is-offset-2, .rog-ext-column.rog-ext-is-offset-2-tablet {
      margin-left: 16.66666674%; }
    .rog-ext-column.rog-ext-is-3, .rog-ext-column.rog-ext-is-3-tablet {
      flex: none;
      width: 25%; }
    .rog-ext-column.rog-ext-is-offset-3, .rog-ext-column.rog-ext-is-offset-3-tablet {
      margin-left: 25%; }
    .rog-ext-column.rog-ext-is-4, .rog-ext-column.rog-ext-is-4-tablet {
      flex: none;
      width: 33.33333337%; }
    .rog-ext-column.rog-ext-is-offset-4, .rog-ext-column.rog-ext-is-offset-4-tablet {
      margin-left: 33.33333337%; }
    .rog-ext-column.rog-ext-is-5, .rog-ext-column.rog-ext-is-5-tablet {
      flex: none;
      width: 41.66666674%; }
    .rog-ext-column.rog-ext-is-offset-5, .rog-ext-column.rog-ext-is-offset-5-tablet {
      margin-left: 41.66666674%; }
    .rog-ext-column.rog-ext-is-6, .rog-ext-column.rog-ext-is-6-tablet {
      flex: none;
      width: 50%; }
    .rog-ext-column.rog-ext-is-offset-6, .rog-ext-column.rog-ext-is-offset-6-tablet {
      margin-left: 50%; }
    .rog-ext-column.rog-ext-is-7, .rog-ext-column.rog-ext-is-7-tablet {
      flex: none;
      width: 58.33333337%; }
    .rog-ext-column.rog-ext-is-offset-7, .rog-ext-column.rog-ext-is-offset-7-tablet {
      margin-left: 58.33333337%; }
    .rog-ext-column.rog-ext-is-8, .rog-ext-column.rog-ext-is-8-tablet {
      flex: none;
      width: 66.66666674%; }
    .rog-ext-column.rog-ext-is-offset-8, .rog-ext-column.rog-ext-is-offset-8-tablet {
      margin-left: 66.66666674%; }
    .rog-ext-column.rog-ext-is-9, .rog-ext-column.rog-ext-is-9-tablet {
      flex: none;
      width: 75%; }
    .rog-ext-column.rog-ext-is-offset-9, .rog-ext-column.rog-ext-is-offset-9-tablet {
      margin-left: 75%; }
    .rog-ext-column.rog-ext-is-10, .rog-ext-column.rog-ext-is-10-tablet {
      flex: none;
      width: 83.33333337%; }
    .rog-ext-column.rog-ext-is-offset-10, .rog-ext-column.rog-ext-is-offset-10-tablet {
      margin-left: 83.33333337%; }
    .rog-ext-column.rog-ext-is-11, .rog-ext-column.rog-ext-is-11-tablet {
      flex: none;
      width: 91.66666674%; }
    .rog-ext-column.rog-ext-is-offset-11, .rog-ext-column.rog-ext-is-offset-11-tablet {
      margin-left: 91.66666674%; }
    .rog-ext-column.rog-ext-is-12, .rog-ext-column.rog-ext-is-12-tablet {
      flex: none;
      width: 100%; }
    .rog-ext-column.rog-ext-is-offset-12, .rog-ext-column.rog-ext-is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1023px) {
    .rog-ext-column.rog-ext-is-narrow-touch {
      flex: none;
      width: unset; }
    .rog-ext-column.rog-ext-is-full-touch {
      flex: none;
      width: 100%; }
    .rog-ext-column.rog-ext-is-three-quarters-touch {
      flex: none;
      width: 75%; }
    .rog-ext-column.rog-ext-is-two-thirds-touch {
      flex: none;
      width: 66.6666%; }
    .rog-ext-column.rog-ext-is-half-touch {
      flex: none;
      width: 50%; }
    .rog-ext-column.rog-ext-is-one-third-touch {
      flex: none;
      width: 33.3333%; }
    .rog-ext-column.rog-ext-is-one-quarter-touch {
      flex: none;
      width: 25%; }
    .rog-ext-column.rog-ext-is-one-fifth-touch {
      flex: none;
      width: 20%; }
    .rog-ext-column.rog-ext-is-two-fifths-touch {
      flex: none;
      width: 40%; }
    .rog-ext-column.rog-ext-is-three-fifths-touch {
      flex: none;
      width: 60%; }
    .rog-ext-column.rog-ext-is-four-fifths-touch {
      flex: none;
      width: 80%; }
    .rog-ext-column.rog-ext-is-offset-three-quarters-touch {
      margin-left: 75%; }
    .rog-ext-column.rog-ext-is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .rog-ext-column.rog-ext-is-offset-half-touch {
      margin-left: 50%; }
    .rog-ext-column.rog-ext-is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .rog-ext-column.rog-ext-is-offset-one-quarter-touch {
      margin-left: 25%; }
    .rog-ext-column.rog-ext-is-offset-one-fifth-touch {
      margin-left: 20%; }
    .rog-ext-column.rog-ext-is-offset-two-fifths-touch {
      margin-left: 40%; }
    .rog-ext-column.rog-ext-is-offset-three-fifths-touch {
      margin-left: 60%; }
    .rog-ext-column.rog-ext-is-offset-four-fifths-touch {
      margin-left: 80%; }
    .rog-ext-column.rog-ext-is-0-touch {
      flex: none;
      width: 0%; }
    .rog-ext-column.rog-ext-is-offset-0-touch {
      margin-left: 0%; }
    .rog-ext-column.rog-ext-is-1-touch {
      flex: none;
      width: 8.33333337%; }
    .rog-ext-column.rog-ext-is-offset-1-touch {
      margin-left: 8.33333337%; }
    .rog-ext-column.rog-ext-is-2-touch {
      flex: none;
      width: 16.66666674%; }
    .rog-ext-column.rog-ext-is-offset-2-touch {
      margin-left: 16.66666674%; }
    .rog-ext-column.rog-ext-is-3-touch {
      flex: none;
      width: 25%; }
    .rog-ext-column.rog-ext-is-offset-3-touch {
      margin-left: 25%; }
    .rog-ext-column.rog-ext-is-4-touch {
      flex: none;
      width: 33.33333337%; }
    .rog-ext-column.rog-ext-is-offset-4-touch {
      margin-left: 33.33333337%; }
    .rog-ext-column.rog-ext-is-5-touch {
      flex: none;
      width: 41.66666674%; }
    .rog-ext-column.rog-ext-is-offset-5-touch {
      margin-left: 41.66666674%; }
    .rog-ext-column.rog-ext-is-6-touch {
      flex: none;
      width: 50%; }
    .rog-ext-column.rog-ext-is-offset-6-touch {
      margin-left: 50%; }
    .rog-ext-column.rog-ext-is-7-touch {
      flex: none;
      width: 58.33333337%; }
    .rog-ext-column.rog-ext-is-offset-7-touch {
      margin-left: 58.33333337%; }
    .rog-ext-column.rog-ext-is-8-touch {
      flex: none;
      width: 66.66666674%; }
    .rog-ext-column.rog-ext-is-offset-8-touch {
      margin-left: 66.66666674%; }
    .rog-ext-column.rog-ext-is-9-touch {
      flex: none;
      width: 75%; }
    .rog-ext-column.rog-ext-is-offset-9-touch {
      margin-left: 75%; }
    .rog-ext-column.rog-ext-is-10-touch {
      flex: none;
      width: 83.33333337%; }
    .rog-ext-column.rog-ext-is-offset-10-touch {
      margin-left: 83.33333337%; }
    .rog-ext-column.rog-ext-is-11-touch {
      flex: none;
      width: 91.66666674%; }
    .rog-ext-column.rog-ext-is-offset-11-touch {
      margin-left: 91.66666674%; }
    .rog-ext-column.rog-ext-is-12-touch {
      flex: none;
      width: 100%; }
    .rog-ext-column.rog-ext-is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1024px) {
    .rog-ext-column.rog-ext-is-narrow-desktop {
      flex: none;
      width: unset; }
    .rog-ext-column.rog-ext-is-full-desktop {
      flex: none;
      width: 100%; }
    .rog-ext-column.rog-ext-is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .rog-ext-column.rog-ext-is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .rog-ext-column.rog-ext-is-half-desktop {
      flex: none;
      width: 50%; }
    .rog-ext-column.rog-ext-is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .rog-ext-column.rog-ext-is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .rog-ext-column.rog-ext-is-one-fifth-desktop {
      flex: none;
      width: 20%; }
    .rog-ext-column.rog-ext-is-two-fifths-desktop {
      flex: none;
      width: 40%; }
    .rog-ext-column.rog-ext-is-three-fifths-desktop {
      flex: none;
      width: 60%; }
    .rog-ext-column.rog-ext-is-four-fifths-desktop {
      flex: none;
      width: 80%; }
    .rog-ext-column.rog-ext-is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .rog-ext-column.rog-ext-is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .rog-ext-column.rog-ext-is-offset-half-desktop {
      margin-left: 50%; }
    .rog-ext-column.rog-ext-is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .rog-ext-column.rog-ext-is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .rog-ext-column.rog-ext-is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .rog-ext-column.rog-ext-is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .rog-ext-column.rog-ext-is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .rog-ext-column.rog-ext-is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .rog-ext-column.rog-ext-is-0-desktop {
      flex: none;
      width: 0%; }
    .rog-ext-column.rog-ext-is-offset-0-desktop {
      margin-left: 0%; }
    .rog-ext-column.rog-ext-is-1-desktop {
      flex: none;
      width: 8.33333337%; }
    .rog-ext-column.rog-ext-is-offset-1-desktop {
      margin-left: 8.33333337%; }
    .rog-ext-column.rog-ext-is-2-desktop {
      flex: none;
      width: 16.66666674%; }
    .rog-ext-column.rog-ext-is-offset-2-desktop {
      margin-left: 16.66666674%; }
    .rog-ext-column.rog-ext-is-3-desktop {
      flex: none;
      width: 25%; }
    .rog-ext-column.rog-ext-is-offset-3-desktop {
      margin-left: 25%; }
    .rog-ext-column.rog-ext-is-4-desktop {
      flex: none;
      width: 33.33333337%; }
    .rog-ext-column.rog-ext-is-offset-4-desktop {
      margin-left: 33.33333337%; }
    .rog-ext-column.rog-ext-is-5-desktop {
      flex: none;
      width: 41.66666674%; }
    .rog-ext-column.rog-ext-is-offset-5-desktop {
      margin-left: 41.66666674%; }
    .rog-ext-column.rog-ext-is-6-desktop {
      flex: none;
      width: 50%; }
    .rog-ext-column.rog-ext-is-offset-6-desktop {
      margin-left: 50%; }
    .rog-ext-column.rog-ext-is-7-desktop {
      flex: none;
      width: 58.33333337%; }
    .rog-ext-column.rog-ext-is-offset-7-desktop {
      margin-left: 58.33333337%; }
    .rog-ext-column.rog-ext-is-8-desktop {
      flex: none;
      width: 66.66666674%; }
    .rog-ext-column.rog-ext-is-offset-8-desktop {
      margin-left: 66.66666674%; }
    .rog-ext-column.rog-ext-is-9-desktop {
      flex: none;
      width: 75%; }
    .rog-ext-column.rog-ext-is-offset-9-desktop {
      margin-left: 75%; }
    .rog-ext-column.rog-ext-is-10-desktop {
      flex: none;
      width: 83.33333337%; }
    .rog-ext-column.rog-ext-is-offset-10-desktop {
      margin-left: 83.33333337%; }
    .rog-ext-column.rog-ext-is-11-desktop {
      flex: none;
      width: 91.66666674%; }
    .rog-ext-column.rog-ext-is-offset-11-desktop {
      margin-left: 91.66666674%; }
    .rog-ext-column.rog-ext-is-12-desktop {
      flex: none;
      width: 100%; }
    .rog-ext-column.rog-ext-is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1216px) {
    .rog-ext-column.rog-ext-is-narrow-widescreen {
      flex: none;
      width: unset; }
    .rog-ext-column.rog-ext-is-full-widescreen {
      flex: none;
      width: 100%; }
    .rog-ext-column.rog-ext-is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .rog-ext-column.rog-ext-is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .rog-ext-column.rog-ext-is-half-widescreen {
      flex: none;
      width: 50%; }
    .rog-ext-column.rog-ext-is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .rog-ext-column.rog-ext-is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .rog-ext-column.rog-ext-is-one-fifth-widescreen {
      flex: none;
      width: 20%; }
    .rog-ext-column.rog-ext-is-two-fifths-widescreen {
      flex: none;
      width: 40%; }
    .rog-ext-column.rog-ext-is-three-fifths-widescreen {
      flex: none;
      width: 60%; }
    .rog-ext-column.rog-ext-is-four-fifths-widescreen {
      flex: none;
      width: 80%; }
    .rog-ext-column.rog-ext-is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .rog-ext-column.rog-ext-is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .rog-ext-column.rog-ext-is-offset-half-widescreen {
      margin-left: 50%; }
    .rog-ext-column.rog-ext-is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .rog-ext-column.rog-ext-is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .rog-ext-column.rog-ext-is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .rog-ext-column.rog-ext-is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .rog-ext-column.rog-ext-is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .rog-ext-column.rog-ext-is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .rog-ext-column.rog-ext-is-0-widescreen {
      flex: none;
      width: 0%; }
    .rog-ext-column.rog-ext-is-offset-0-widescreen {
      margin-left: 0%; }
    .rog-ext-column.rog-ext-is-1-widescreen {
      flex: none;
      width: 8.33333337%; }
    .rog-ext-column.rog-ext-is-offset-1-widescreen {
      margin-left: 8.33333337%; }
    .rog-ext-column.rog-ext-is-2-widescreen {
      flex: none;
      width: 16.66666674%; }
    .rog-ext-column.rog-ext-is-offset-2-widescreen {
      margin-left: 16.66666674%; }
    .rog-ext-column.rog-ext-is-3-widescreen {
      flex: none;
      width: 25%; }
    .rog-ext-column.rog-ext-is-offset-3-widescreen {
      margin-left: 25%; }
    .rog-ext-column.rog-ext-is-4-widescreen {
      flex: none;
      width: 33.33333337%; }
    .rog-ext-column.rog-ext-is-offset-4-widescreen {
      margin-left: 33.33333337%; }
    .rog-ext-column.rog-ext-is-5-widescreen {
      flex: none;
      width: 41.66666674%; }
    .rog-ext-column.rog-ext-is-offset-5-widescreen {
      margin-left: 41.66666674%; }
    .rog-ext-column.rog-ext-is-6-widescreen {
      flex: none;
      width: 50%; }
    .rog-ext-column.rog-ext-is-offset-6-widescreen {
      margin-left: 50%; }
    .rog-ext-column.rog-ext-is-7-widescreen {
      flex: none;
      width: 58.33333337%; }
    .rog-ext-column.rog-ext-is-offset-7-widescreen {
      margin-left: 58.33333337%; }
    .rog-ext-column.rog-ext-is-8-widescreen {
      flex: none;
      width: 66.66666674%; }
    .rog-ext-column.rog-ext-is-offset-8-widescreen {
      margin-left: 66.66666674%; }
    .rog-ext-column.rog-ext-is-9-widescreen {
      flex: none;
      width: 75%; }
    .rog-ext-column.rog-ext-is-offset-9-widescreen {
      margin-left: 75%; }
    .rog-ext-column.rog-ext-is-10-widescreen {
      flex: none;
      width: 83.33333337%; }
    .rog-ext-column.rog-ext-is-offset-10-widescreen {
      margin-left: 83.33333337%; }
    .rog-ext-column.rog-ext-is-11-widescreen {
      flex: none;
      width: 91.66666674%; }
    .rog-ext-column.rog-ext-is-offset-11-widescreen {
      margin-left: 91.66666674%; }
    .rog-ext-column.rog-ext-is-12-widescreen {
      flex: none;
      width: 100%; }
    .rog-ext-column.rog-ext-is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1408px) {
    .rog-ext-column.rog-ext-is-narrow-fullhd {
      flex: none;
      width: unset; }
    .rog-ext-column.rog-ext-is-full-fullhd {
      flex: none;
      width: 100%; }
    .rog-ext-column.rog-ext-is-three-quarters-fullhd {
      flex: none;
      width: 75%; }
    .rog-ext-column.rog-ext-is-two-thirds-fullhd {
      flex: none;
      width: 66.6666%; }
    .rog-ext-column.rog-ext-is-half-fullhd {
      flex: none;
      width: 50%; }
    .rog-ext-column.rog-ext-is-one-third-fullhd {
      flex: none;
      width: 33.3333%; }
    .rog-ext-column.rog-ext-is-one-quarter-fullhd {
      flex: none;
      width: 25%; }
    .rog-ext-column.rog-ext-is-one-fifth-fullhd {
      flex: none;
      width: 20%; }
    .rog-ext-column.rog-ext-is-two-fifths-fullhd {
      flex: none;
      width: 40%; }
    .rog-ext-column.rog-ext-is-three-fifths-fullhd {
      flex: none;
      width: 60%; }
    .rog-ext-column.rog-ext-is-four-fifths-fullhd {
      flex: none;
      width: 80%; }
    .rog-ext-column.rog-ext-is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .rog-ext-column.rog-ext-is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .rog-ext-column.rog-ext-is-offset-half-fullhd {
      margin-left: 50%; }
    .rog-ext-column.rog-ext-is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .rog-ext-column.rog-ext-is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .rog-ext-column.rog-ext-is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .rog-ext-column.rog-ext-is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .rog-ext-column.rog-ext-is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .rog-ext-column.rog-ext-is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .rog-ext-column.rog-ext-is-0-fullhd {
      flex: none;
      width: 0%; }
    .rog-ext-column.rog-ext-is-offset-0-fullhd {
      margin-left: 0%; }
    .rog-ext-column.rog-ext-is-1-fullhd {
      flex: none;
      width: 8.33333337%; }
    .rog-ext-column.rog-ext-is-offset-1-fullhd {
      margin-left: 8.33333337%; }
    .rog-ext-column.rog-ext-is-2-fullhd {
      flex: none;
      width: 16.66666674%; }
    .rog-ext-column.rog-ext-is-offset-2-fullhd {
      margin-left: 16.66666674%; }
    .rog-ext-column.rog-ext-is-3-fullhd {
      flex: none;
      width: 25%; }
    .rog-ext-column.rog-ext-is-offset-3-fullhd {
      margin-left: 25%; }
    .rog-ext-column.rog-ext-is-4-fullhd {
      flex: none;
      width: 33.33333337%; }
    .rog-ext-column.rog-ext-is-offset-4-fullhd {
      margin-left: 33.33333337%; }
    .rog-ext-column.rog-ext-is-5-fullhd {
      flex: none;
      width: 41.66666674%; }
    .rog-ext-column.rog-ext-is-offset-5-fullhd {
      margin-left: 41.66666674%; }
    .rog-ext-column.rog-ext-is-6-fullhd {
      flex: none;
      width: 50%; }
    .rog-ext-column.rog-ext-is-offset-6-fullhd {
      margin-left: 50%; }
    .rog-ext-column.rog-ext-is-7-fullhd {
      flex: none;
      width: 58.33333337%; }
    .rog-ext-column.rog-ext-is-offset-7-fullhd {
      margin-left: 58.33333337%; }
    .rog-ext-column.rog-ext-is-8-fullhd {
      flex: none;
      width: 66.66666674%; }
    .rog-ext-column.rog-ext-is-offset-8-fullhd {
      margin-left: 66.66666674%; }
    .rog-ext-column.rog-ext-is-9-fullhd {
      flex: none;
      width: 75%; }
    .rog-ext-column.rog-ext-is-offset-9-fullhd {
      margin-left: 75%; }
    .rog-ext-column.rog-ext-is-10-fullhd {
      flex: none;
      width: 83.33333337%; }
    .rog-ext-column.rog-ext-is-offset-10-fullhd {
      margin-left: 83.33333337%; }
    .rog-ext-column.rog-ext-is-11-fullhd {
      flex: none;
      width: 91.66666674%; }
    .rog-ext-column.rog-ext-is-offset-11-fullhd {
      margin-left: 91.66666674%; }
    .rog-ext-column.rog-ext-is-12-fullhd {
      flex: none;
      width: 100%; }
    .rog-ext-column.rog-ext-is-offset-12-fullhd {
      margin-left: 100%; } }

.rog-ext-columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .rog-ext-columns:last-child {
    margin-bottom: -0.75rem; }
  .rog-ext-columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem); }
  .rog-ext-columns.rog-ext-is-centered {
    justify-content: center; }
  .rog-ext-columns.rog-ext-is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .rog-ext-columns.rog-ext-is-gapless > .rog-ext-column {
      margin: 0;
      padding: 0 !important; }
    .rog-ext-columns.rog-ext-is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .rog-ext-columns.rog-ext-is-gapless:last-child {
      margin-bottom: 0; }
  .rog-ext-columns.rog-ext-is-mobile {
    display: flex; }
  .rog-ext-columns.rog-ext-is-multiline {
    flex-wrap: wrap; }
  .rog-ext-columns.rog-ext-is-vcentered {
    align-items: center; }
  @media screen and (min-width: 769px), print {
    .rog-ext-columns:not(.rog-ext-is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1024px) {
    .rog-ext-columns.rog-ext-is-desktop {
      display: flex; } }

.rog-ext-columns.rog-ext-is-variable {
  --t: 0.75rem;
  margin-left: calc(-1 * var(--t));
  margin-right: calc(-1 * var(--t)); }
  .rog-ext-columns.rog-ext-is-variable > .rog-ext-column {
    padding-left: var(--t);
    padding-right: var(--t); }
  .rog-ext-columns.rog-ext-is-variable.rog-ext-is-0 {
    --t: 0rem; }
  @media screen and (max-width: 768px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-0-mobile {
      --t: 0rem; } }
  @media screen and (min-width: 769px), print {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-0-tablet {
      --t: 0rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-0-tablet-only {
      --t: 0rem; } }
  @media screen and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-0-touch {
      --t: 0rem; } }
  @media screen and (min-width: 1024px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-0-desktop {
      --t: 0rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-0-desktop-only {
      --t: 0rem; } }
  @media screen and (min-width: 1216px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-0-widescreen {
      --t: 0rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-0-widescreen-only {
      --t: 0rem; } }
  @media screen and (min-width: 1408px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-0-fullhd {
      --t: 0rem; } }
  .rog-ext-columns.rog-ext-is-variable.rog-ext-is-1 {
    --t: 0.25rem; }
  @media screen and (max-width: 768px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-1-mobile {
      --t: 0.25rem; } }
  @media screen and (min-width: 769px), print {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-1-tablet {
      --t: 0.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-1-tablet-only {
      --t: 0.25rem; } }
  @media screen and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-1-touch {
      --t: 0.25rem; } }
  @media screen and (min-width: 1024px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-1-desktop {
      --t: 0.25rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-1-desktop-only {
      --t: 0.25rem; } }
  @media screen and (min-width: 1216px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-1-widescreen {
      --t: 0.25rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-1-widescreen-only {
      --t: 0.25rem; } }
  @media screen and (min-width: 1408px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-1-fullhd {
      --t: 0.25rem; } }
  .rog-ext-columns.rog-ext-is-variable.rog-ext-is-2 {
    --t: 0.5rem; }
  @media screen and (max-width: 768px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-2-mobile {
      --t: 0.5rem; } }
  @media screen and (min-width: 769px), print {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-2-tablet {
      --t: 0.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-2-tablet-only {
      --t: 0.5rem; } }
  @media screen and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-2-touch {
      --t: 0.5rem; } }
  @media screen and (min-width: 1024px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-2-desktop {
      --t: 0.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-2-desktop-only {
      --t: 0.5rem; } }
  @media screen and (min-width: 1216px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-2-widescreen {
      --t: 0.5rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-2-widescreen-only {
      --t: 0.5rem; } }
  @media screen and (min-width: 1408px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-2-fullhd {
      --t: 0.5rem; } }
  .rog-ext-columns.rog-ext-is-variable.rog-ext-is-3 {
    --t: 0.75rem; }
  @media screen and (max-width: 768px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-3-mobile {
      --t: 0.75rem; } }
  @media screen and (min-width: 769px), print {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-3-tablet {
      --t: 0.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-3-tablet-only {
      --t: 0.75rem; } }
  @media screen and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-3-touch {
      --t: 0.75rem; } }
  @media screen and (min-width: 1024px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-3-desktop {
      --t: 0.75rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-3-desktop-only {
      --t: 0.75rem; } }
  @media screen and (min-width: 1216px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-3-widescreen {
      --t: 0.75rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-3-widescreen-only {
      --t: 0.75rem; } }
  @media screen and (min-width: 1408px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-3-fullhd {
      --t: 0.75rem; } }
  .rog-ext-columns.rog-ext-is-variable.rog-ext-is-4 {
    --t: 1rem; }
  @media screen and (max-width: 768px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-4-mobile {
      --t: 1rem; } }
  @media screen and (min-width: 769px), print {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-4-tablet {
      --t: 1rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-4-tablet-only {
      --t: 1rem; } }
  @media screen and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-4-touch {
      --t: 1rem; } }
  @media screen and (min-width: 1024px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-4-desktop {
      --t: 1rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-4-desktop-only {
      --t: 1rem; } }
  @media screen and (min-width: 1216px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-4-widescreen {
      --t: 1rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-4-widescreen-only {
      --t: 1rem; } }
  @media screen and (min-width: 1408px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-4-fullhd {
      --t: 1rem; } }
  .rog-ext-columns.rog-ext-is-variable.rog-ext-is-5 {
    --t: 1.25rem; }
  @media screen and (max-width: 768px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-5-mobile {
      --t: 1.25rem; } }
  @media screen and (min-width: 769px), print {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-5-tablet {
      --t: 1.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-5-tablet-only {
      --t: 1.25rem; } }
  @media screen and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-5-touch {
      --t: 1.25rem; } }
  @media screen and (min-width: 1024px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-5-desktop {
      --t: 1.25rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-5-desktop-only {
      --t: 1.25rem; } }
  @media screen and (min-width: 1216px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-5-widescreen {
      --t: 1.25rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-5-widescreen-only {
      --t: 1.25rem; } }
  @media screen and (min-width: 1408px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-5-fullhd {
      --t: 1.25rem; } }
  .rog-ext-columns.rog-ext-is-variable.rog-ext-is-6 {
    --t: 1.5rem; }
  @media screen and (max-width: 768px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-6-mobile {
      --t: 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-6-tablet {
      --t: 1.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-6-tablet-only {
      --t: 1.5rem; } }
  @media screen and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-6-touch {
      --t: 1.5rem; } }
  @media screen and (min-width: 1024px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-6-desktop {
      --t: 1.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-6-desktop-only {
      --t: 1.5rem; } }
  @media screen and (min-width: 1216px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-6-widescreen {
      --t: 1.5rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-6-widescreen-only {
      --t: 1.5rem; } }
  @media screen and (min-width: 1408px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-6-fullhd {
      --t: 1.5rem; } }
  .rog-ext-columns.rog-ext-is-variable.rog-ext-is-7 {
    --t: 1.75rem; }
  @media screen and (max-width: 768px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-7-mobile {
      --t: 1.75rem; } }
  @media screen and (min-width: 769px), print {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-7-tablet {
      --t: 1.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-7-tablet-only {
      --t: 1.75rem; } }
  @media screen and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-7-touch {
      --t: 1.75rem; } }
  @media screen and (min-width: 1024px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-7-desktop {
      --t: 1.75rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-7-desktop-only {
      --t: 1.75rem; } }
  @media screen and (min-width: 1216px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-7-widescreen {
      --t: 1.75rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-7-widescreen-only {
      --t: 1.75rem; } }
  @media screen and (min-width: 1408px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-7-fullhd {
      --t: 1.75rem; } }
  .rog-ext-columns.rog-ext-is-variable.rog-ext-is-8 {
    --t: 2rem; }
  @media screen and (max-width: 768px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-8-mobile {
      --t: 2rem; } }
  @media screen and (min-width: 769px), print {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-8-tablet {
      --t: 2rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-8-tablet-only {
      --t: 2rem; } }
  @media screen and (max-width: 1023px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-8-touch {
      --t: 2rem; } }
  @media screen and (min-width: 1024px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-8-desktop {
      --t: 2rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-8-desktop-only {
      --t: 2rem; } }
  @media screen and (min-width: 1216px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-8-widescreen {
      --t: 2rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-8-widescreen-only {
      --t: 2rem; } }
  @media screen and (min-width: 1408px) {
    .rog-ext-columns.rog-ext-is-variable.rog-ext-is-8-fullhd {
      --t: 2rem; } }

.rog-ext-tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content; }
  .rog-ext-tile.rog-ext-is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .rog-ext-tile.rog-ext-is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .rog-ext-tile.rog-ext-is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .rog-ext-tile.rog-ext-is-child {
    margin: 0 !important; }
  .rog-ext-tile.rog-ext-is-parent {
    padding: 0.75rem; }
  .rog-ext-tile.rog-ext-is-vertical {
    flex-direction: column; }
    .rog-ext-tile.rog-ext-is-vertical > .rog-ext-tile.rog-ext-is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 769px), print {
    .rog-ext-tile:not(.rog-ext-is-child) {
      display: flex; }
    .rog-ext-tile.rog-ext-is-1 {
      flex: none;
      width: 8.33333337%; }
    .rog-ext-tile.rog-ext-is-2 {
      flex: none;
      width: 16.66666674%; }
    .rog-ext-tile.rog-ext-is-3 {
      flex: none;
      width: 25%; }
    .rog-ext-tile.rog-ext-is-4 {
      flex: none;
      width: 33.33333337%; }
    .rog-ext-tile.rog-ext-is-5 {
      flex: none;
      width: 41.66666674%; }
    .rog-ext-tile.rog-ext-is-6 {
      flex: none;
      width: 50%; }
    .rog-ext-tile.rog-ext-is-7 {
      flex: none;
      width: 58.33333337%; }
    .rog-ext-tile.rog-ext-is-8 {
      flex: none;
      width: 66.66666674%; }
    .rog-ext-tile.rog-ext-is-9 {
      flex: none;
      width: 75%; }
    .rog-ext-tile.rog-ext-is-10 {
      flex: none;
      width: 83.33333337%; }
    .rog-ext-tile.rog-ext-is-11 {
      flex: none;
      width: 91.66666674%; }
    .rog-ext-tile.rog-ext-is-12 {
      flex: none;
      width: 100%; } }

/* Bulma Helpers */
.rog-ext-has-text-white {
  color: white !important; }

a.rog-ext-has-text-white:hover, a.rog-ext-has-text-white:focus {
  color: #e6e6e6 !important; }

.rog-ext-has-background-white {
  background-color: white !important; }

.rog-ext-has-text-black {
  color: #0a0a0a !important; }

a.rog-ext-has-text-black:hover, a.rog-ext-has-text-black:focus {
  color: black !important; }

.rog-ext-has-background-black {
  background-color: #0a0a0a !important; }

.rog-ext-has-text-light {
  color: whitesmoke !important; }

a.rog-ext-has-text-light:hover, a.rog-ext-has-text-light:focus {
  color: #dbdbdb !important; }

.rog-ext-has-background-light {
  background-color: whitesmoke !important; }

.rog-ext-has-text-dark {
  color: #363636 !important; }

a.rog-ext-has-text-dark:hover, a.rog-ext-has-text-dark:focus {
  color: #1c1c1c !important; }

.rog-ext-has-background-dark {
  background-color: #363636 !important; }

.rog-ext-has-text-primary {
  color: #00d1b2 !important; }

a.rog-ext-has-text-primary:hover, a.rog-ext-has-text-primary:focus {
  color: #009e86 !important; }

.rog-ext-has-background-primary {
  background-color: #00d1b2 !important; }

.rog-ext-has-text-primary-light {
  color: #ebfffc !important; }

a.rog-ext-has-text-primary-light:hover, a.rog-ext-has-text-primary-light:focus {
  color: #b8fff4 !important; }

.rog-ext-has-background-primary-light {
  background-color: #ebfffc !important; }

.rog-ext-has-text-primary-dark {
  color: #00947e !important; }

a.rog-ext-has-text-primary-dark:hover, a.rog-ext-has-text-primary-dark:focus {
  color: #00c7a9 !important; }

.rog-ext-has-background-primary-dark {
  background-color: #00947e !important; }

.rog-ext-has-text-link {
  color: #F51928 !important; }

a.rog-ext-has-text-link:hover, a.rog-ext-has-text-link:focus {
  color: #d20917 !important; }

.rog-ext-has-background-link {
  background-color: #F51928 !important; }

.rog-ext-has-text-link-light {
  color: #feebed !important; }

a.rog-ext-has-text-link-light:hover, a.rog-ext-has-text-link-light:focus {
  color: #fcbbbf !important; }

.rog-ext-has-background-link-light {
  background-color: #feebed !important; }

.rog-ext-has-text-link-dark {
  color: #e10a18 !important; }

a.rog-ext-has-text-link-dark:hover, a.rog-ext-has-text-link-dark:focus {
  color: #f62836 !important; }

.rog-ext-has-background-link-dark {
  background-color: #e10a18 !important; }

.rog-ext-has-text-info {
  color: #3e8ed0 !important; }

a.rog-ext-has-text-info:hover, a.rog-ext-has-text-info:focus {
  color: #2b74b1 !important; }

.rog-ext-has-background-info {
  background-color: #3e8ed0 !important; }

.rog-ext-has-text-info-light {
  color: #eff5fb !important; }

a.rog-ext-has-text-info-light:hover, a.rog-ext-has-text-info-light:focus {
  color: #c6ddf1 !important; }

.rog-ext-has-background-info-light {
  background-color: #eff5fb !important; }

.rog-ext-has-text-info-dark {
  color: #296fa8 !important; }

a.rog-ext-has-text-info-dark:hover, a.rog-ext-has-text-info-dark:focus {
  color: #368ace !important; }

.rog-ext-has-background-info-dark {
  background-color: #296fa8 !important; }

.rog-ext-has-text-success {
  color: #48c78e !important; }

a.rog-ext-has-text-success:hover, a.rog-ext-has-text-success:focus {
  color: #34a873 !important; }

.rog-ext-has-background-success {
  background-color: #48c78e !important; }

.rog-ext-has-text-success-light {
  color: #effaf5 !important; }

a.rog-ext-has-text-success-light:hover, a.rog-ext-has-text-success-light:focus {
  color: #c8eedd !important; }

.rog-ext-has-background-success-light {
  background-color: #effaf5 !important; }

.rog-ext-has-text-success-dark {
  color: #257953 !important; }

a.rog-ext-has-text-success-dark:hover, a.rog-ext-has-text-success-dark:focus {
  color: #31a06e !important; }

.rog-ext-has-background-success-dark {
  background-color: #257953 !important; }

.rog-ext-has-text-warning {
  color: #ffe08a !important; }

a.rog-ext-has-text-warning:hover, a.rog-ext-has-text-warning:focus {
  color: #ffd257 !important; }

.rog-ext-has-background-warning {
  background-color: #ffe08a !important; }

.rog-ext-has-text-warning-light {
  color: #fffaeb !important; }

a.rog-ext-has-text-warning-light:hover, a.rog-ext-has-text-warning-light:focus {
  color: #ffecb8 !important; }

.rog-ext-has-background-warning-light {
  background-color: #fffaeb !important; }

.rog-ext-has-text-warning-dark {
  color: #946c00 !important; }

a.rog-ext-has-text-warning-dark:hover, a.rog-ext-has-text-warning-dark:focus {
  color: #c79200 !important; }

.rog-ext-has-background-warning-dark {
  background-color: #946c00 !important; }

.rog-ext-has-text-danger {
  color: #f14668 !important; }

a.rog-ext-has-text-danger:hover, a.rog-ext-has-text-danger:focus {
  color: #ee1742 !important; }

.rog-ext-has-background-danger {
  background-color: #f14668 !important; }

.rog-ext-has-text-danger-light {
  color: #feecf0 !important; }

a.rog-ext-has-text-danger-light:hover, a.rog-ext-has-text-danger-light:focus {
  color: #fabdc9 !important; }

.rog-ext-has-background-danger-light {
  background-color: #feecf0 !important; }

.rog-ext-has-text-danger-dark {
  color: #cc0f35 !important; }

a.rog-ext-has-text-danger-dark:hover, a.rog-ext-has-text-danger-dark:focus {
  color: #ee2049 !important; }

.rog-ext-has-background-danger-dark {
  background-color: #cc0f35 !important; }

.rog-ext-has-text-black-bis {
  color: #121212 !important; }

.rog-ext-has-background-black-bis {
  background-color: #121212 !important; }

.rog-ext-has-text-black-ter {
  color: #242424 !important; }

.rog-ext-has-background-black-ter {
  background-color: #242424 !important; }

.rog-ext-has-text-grey-darker {
  color: #363636 !important; }

.rog-ext-has-background-grey-darker {
  background-color: #363636 !important; }

.rog-ext-has-text-grey-dark {
  color: #4a4a4a !important; }

.rog-ext-has-background-grey-dark {
  background-color: #4a4a4a !important; }

.rog-ext-has-text-grey {
  color: #7a7a7a !important; }

.rog-ext-has-background-grey {
  background-color: #7a7a7a !important; }

.rog-ext-has-text-grey-light {
  color: #b5b5b5 !important; }

.rog-ext-has-background-grey-light {
  background-color: #b5b5b5 !important; }

.rog-ext-has-text-grey-lighter {
  color: #dbdbdb !important; }

.rog-ext-has-background-grey-lighter {
  background-color: #dbdbdb !important; }

.rog-ext-has-text-white-ter {
  color: whitesmoke !important; }

.rog-ext-has-background-white-ter {
  background-color: whitesmoke !important; }

.rog-ext-has-text-white-bis {
  color: #fafafa !important; }

.rog-ext-has-background-white-bis {
  background-color: #fafafa !important; }

.rog-ext-is-flex-direction-row {
  flex-direction: row !important; }

.rog-ext-is-flex-direction-row-reverse {
  flex-direction: row-reverse !important; }

.rog-ext-is-flex-direction-column {
  flex-direction: column !important; }

.rog-ext-is-flex-direction-column-reverse {
  flex-direction: column-reverse !important; }

.rog-ext-is-flex-wrap-nowrap {
  flex-wrap: nowrap !important; }

.rog-ext-is-flex-wrap-wrap {
  flex-wrap: wrap !important; }

.rog-ext-is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.rog-ext-is-justify-content-flex-start {
  justify-content: flex-start !important; }

.rog-ext-is-justify-content-flex-end {
  justify-content: flex-end !important; }

.rog-ext-is-justify-content-center {
  justify-content: center !important; }

.rog-ext-is-justify-content-space-between {
  justify-content: space-between !important; }

.rog-ext-is-justify-content-space-around {
  justify-content: space-around !important; }

.rog-ext-is-justify-content-space-evenly {
  justify-content: space-evenly !important; }

.rog-ext-is-justify-content-start {
  justify-content: start !important; }

.rog-ext-is-justify-content-end {
  justify-content: end !important; }

.rog-ext-is-justify-content-left {
  justify-content: left !important; }

.rog-ext-is-justify-content-right {
  justify-content: right !important; }

.rog-ext-is-align-content-flex-start {
  align-content: flex-start !important; }

.rog-ext-is-align-content-flex-end {
  align-content: flex-end !important; }

.rog-ext-is-align-content-center {
  align-content: center !important; }

.rog-ext-is-align-content-space-between {
  align-content: space-between !important; }

.rog-ext-is-align-content-space-around {
  align-content: space-around !important; }

.rog-ext-is-align-content-space-evenly {
  align-content: space-evenly !important; }

.rog-ext-is-align-content-stretch {
  align-content: stretch !important; }

.rog-ext-is-align-content-start {
  align-content: start !important; }

.rog-ext-is-align-content-end {
  align-content: end !important; }

.rog-ext-is-align-content-baseline {
  align-content: baseline !important; }

.rog-ext-is-align-items-stretch {
  align-items: stretch !important; }

.rog-ext-is-align-items-flex-start {
  align-items: flex-start !important; }

.rog-ext-is-align-items-flex-end {
  align-items: flex-end !important; }

.rog-ext-is-align-items-center {
  align-items: center !important; }

.rog-ext-is-align-items-baseline {
  align-items: baseline !important; }

.rog-ext-is-align-items-start {
  align-items: start !important; }

.rog-ext-is-align-items-end {
  align-items: end !important; }

.rog-ext-is-align-items-self-start {
  align-items: self-start !important; }

.rog-ext-is-align-items-self-end {
  align-items: self-end !important; }

.rog-ext-is-align-self-auto {
  align-self: auto !important; }

.rog-ext-is-align-self-flex-start {
  align-self: flex-start !important; }

.rog-ext-is-align-self-flex-end {
  align-self: flex-end !important; }

.rog-ext-is-align-self-center {
  align-self: center !important; }

.rog-ext-is-align-self-baseline {
  align-self: baseline !important; }

.rog-ext-is-align-self-stretch {
  align-self: stretch !important; }

.rog-ext-is-flex-grow-0 {
  flex-grow: 0 !important; }

.rog-ext-is-flex-grow-1 {
  flex-grow: 1 !important; }

.rog-ext-is-flex-grow-2 {
  flex-grow: 2 !important; }

.rog-ext-is-flex-grow-3 {
  flex-grow: 3 !important; }

.rog-ext-is-flex-grow-4 {
  flex-grow: 4 !important; }

.rog-ext-is-flex-grow-5 {
  flex-grow: 5 !important; }

.rog-ext-is-flex-shrink-0 {
  flex-shrink: 0 !important; }

.rog-ext-is-flex-shrink-1 {
  flex-shrink: 1 !important; }

.rog-ext-is-flex-shrink-2 {
  flex-shrink: 2 !important; }

.rog-ext-is-flex-shrink-3 {
  flex-shrink: 3 !important; }

.rog-ext-is-flex-shrink-4 {
  flex-shrink: 4 !important; }

.rog-ext-is-flex-shrink-5 {
  flex-shrink: 5 !important; }

.rog-ext-is-clearfix::after {
  clear: both;
  content: " ";
  display: table; }

.rog-ext-is-pulled-left {
  float: left !important; }

.rog-ext-is-pulled-right {
  float: right !important; }

.rog-ext-is-radiusless {
  border-radius: 0 !important; }

.rog-ext-is-shadowless {
  box-shadow: none !important; }

.rog-ext-is-clickable {
  cursor: pointer !important;
  pointer-events: all !important; }

.rog-ext-is-clipped {
  overflow: hidden !important; }

.rog-ext-is-relative {
  position: relative !important; }

.rog-ext-is-marginless {
  margin: 0 !important; }

.rog-ext-is-paddingless {
  padding: 0 !important; }

.rog-ext-m-0 {
  margin: 0 !important; }

.rog-ext-mt-0 {
  margin-top: 0 !important; }

.rog-ext-mr-0 {
  margin-right: 0 !important; }

.rog-ext-mb-0 {
  margin-bottom: 0 !important; }

.rog-ext-ml-0 {
  margin-left: 0 !important; }

.rog-ext-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.rog-ext-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.rog-ext-m-1 {
  margin: 0.25rem !important; }

.rog-ext-mt-1 {
  margin-top: 0.25rem !important; }

.rog-ext-mr-1 {
  margin-right: 0.25rem !important; }

.rog-ext-mb-1 {
  margin-bottom: 0.25rem !important; }

.rog-ext-ml-1 {
  margin-left: 0.25rem !important; }

.rog-ext-mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important; }

.rog-ext-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.rog-ext-m-2 {
  margin: 0.5rem !important; }

.rog-ext-mt-2 {
  margin-top: 0.5rem !important; }

.rog-ext-mr-2 {
  margin-right: 0.5rem !important; }

.rog-ext-mb-2 {
  margin-bottom: 0.5rem !important; }

.rog-ext-ml-2 {
  margin-left: 0.5rem !important; }

.rog-ext-mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.rog-ext-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.rog-ext-m-3 {
  margin: 0.75rem !important; }

.rog-ext-mt-3 {
  margin-top: 0.75rem !important; }

.rog-ext-mr-3 {
  margin-right: 0.75rem !important; }

.rog-ext-mb-3 {
  margin-bottom: 0.75rem !important; }

.rog-ext-ml-3 {
  margin-left: 0.75rem !important; }

.rog-ext-mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important; }

.rog-ext-my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important; }

.rog-ext-m-4 {
  margin: 1rem !important; }

.rog-ext-mt-4 {
  margin-top: 1rem !important; }

.rog-ext-mr-4 {
  margin-right: 1rem !important; }

.rog-ext-mb-4 {
  margin-bottom: 1rem !important; }

.rog-ext-ml-4 {
  margin-left: 1rem !important; }

.rog-ext-mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.rog-ext-my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.rog-ext-m-5 {
  margin: 1.5rem !important; }

.rog-ext-mt-5 {
  margin-top: 1.5rem !important; }

.rog-ext-mr-5 {
  margin-right: 1.5rem !important; }

.rog-ext-mb-5 {
  margin-bottom: 1.5rem !important; }

.rog-ext-ml-5 {
  margin-left: 1.5rem !important; }

.rog-ext-mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.rog-ext-my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.rog-ext-m-6 {
  margin: 3rem !important; }

.rog-ext-mt-6 {
  margin-top: 3rem !important; }

.rog-ext-mr-6 {
  margin-right: 3rem !important; }

.rog-ext-mb-6 {
  margin-bottom: 3rem !important; }

.rog-ext-ml-6 {
  margin-left: 3rem !important; }

.rog-ext-mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.rog-ext-my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.rog-ext-m-auto {
  margin: auto !important; }

.rog-ext-mt-auto {
  margin-top: auto !important; }

.rog-ext-mr-auto {
  margin-right: auto !important; }

.rog-ext-mb-auto {
  margin-bottom: auto !important; }

.rog-ext-ml-auto {
  margin-left: auto !important; }

.rog-ext-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.rog-ext-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.rog-ext-p-0 {
  padding: 0 !important; }

.rog-ext-pt-0 {
  padding-top: 0 !important; }

.rog-ext-pr-0 {
  padding-right: 0 !important; }

.rog-ext-pb-0 {
  padding-bottom: 0 !important; }

.rog-ext-pl-0 {
  padding-left: 0 !important; }

.rog-ext-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.rog-ext-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.rog-ext-p-1 {
  padding: 0.25rem !important; }

.rog-ext-pt-1 {
  padding-top: 0.25rem !important; }

.rog-ext-pr-1 {
  padding-right: 0.25rem !important; }

.rog-ext-pb-1 {
  padding-bottom: 0.25rem !important; }

.rog-ext-pl-1 {
  padding-left: 0.25rem !important; }

.rog-ext-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }

.rog-ext-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.rog-ext-p-2 {
  padding: 0.5rem !important; }

.rog-ext-pt-2 {
  padding-top: 0.5rem !important; }

.rog-ext-pr-2 {
  padding-right: 0.5rem !important; }

.rog-ext-pb-2 {
  padding-bottom: 0.5rem !important; }

.rog-ext-pl-2 {
  padding-left: 0.5rem !important; }

.rog-ext-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.rog-ext-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.rog-ext-p-3 {
  padding: 0.75rem !important; }

.rog-ext-pt-3 {
  padding-top: 0.75rem !important; }

.rog-ext-pr-3 {
  padding-right: 0.75rem !important; }

.rog-ext-pb-3 {
  padding-bottom: 0.75rem !important; }

.rog-ext-pl-3 {
  padding-left: 0.75rem !important; }

.rog-ext-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important; }

.rog-ext-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }

.rog-ext-p-4 {
  padding: 1rem !important; }

.rog-ext-pt-4 {
  padding-top: 1rem !important; }

.rog-ext-pr-4 {
  padding-right: 1rem !important; }

.rog-ext-pb-4 {
  padding-bottom: 1rem !important; }

.rog-ext-pl-4 {
  padding-left: 1rem !important; }

.rog-ext-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.rog-ext-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.rog-ext-p-5 {
  padding: 1.5rem !important; }

.rog-ext-pt-5 {
  padding-top: 1.5rem !important; }

.rog-ext-pr-5 {
  padding-right: 1.5rem !important; }

.rog-ext-pb-5 {
  padding-bottom: 1.5rem !important; }

.rog-ext-pl-5 {
  padding-left: 1.5rem !important; }

.rog-ext-px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.rog-ext-py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.rog-ext-p-6 {
  padding: 3rem !important; }

.rog-ext-pt-6 {
  padding-top: 3rem !important; }

.rog-ext-pr-6 {
  padding-right: 3rem !important; }

.rog-ext-pb-6 {
  padding-bottom: 3rem !important; }

.rog-ext-pl-6 {
  padding-left: 3rem !important; }

.rog-ext-px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.rog-ext-py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.rog-ext-p-auto {
  padding: auto !important; }

.rog-ext-pt-auto {
  padding-top: auto !important; }

.rog-ext-pr-auto {
  padding-right: auto !important; }

.rog-ext-pb-auto {
  padding-bottom: auto !important; }

.rog-ext-pl-auto {
  padding-left: auto !important; }

.rog-ext-px-auto {
  padding-left: auto !important;
  padding-right: auto !important; }

.rog-ext-py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important; }

.rog-ext-is-size-1 {
  font-size: 3rem !important; }

.rog-ext-is-size-2 {
  font-size: 2.5rem !important; }

.rog-ext-is-size-3 {
  font-size: 2rem !important; }

.rog-ext-is-size-4 {
  font-size: 1.5rem !important; }

.rog-ext-is-size-5 {
  font-size: 1.25rem !important; }

.rog-ext-is-size-6 {
  font-size: 1rem !important; }

.rog-ext-is-size-7 {
  font-size: 0.75rem !important; }

@media screen and (max-width: 768px) {
  .rog-ext-is-size-1-mobile {
    font-size: 3rem !important; }

  .rog-ext-is-size-2-mobile {
    font-size: 2.5rem !important; }

  .rog-ext-is-size-3-mobile {
    font-size: 2rem !important; }

  .rog-ext-is-size-4-mobile {
    font-size: 1.5rem !important; }

  .rog-ext-is-size-5-mobile {
    font-size: 1.25rem !important; }

  .rog-ext-is-size-6-mobile {
    font-size: 1rem !important; }

  .rog-ext-is-size-7-mobile {
    font-size: 0.75rem !important; } }
@media screen and (min-width: 769px), print {
  .rog-ext-is-size-1-tablet {
    font-size: 3rem !important; }

  .rog-ext-is-size-2-tablet {
    font-size: 2.5rem !important; }

  .rog-ext-is-size-3-tablet {
    font-size: 2rem !important; }

  .rog-ext-is-size-4-tablet {
    font-size: 1.5rem !important; }

  .rog-ext-is-size-5-tablet {
    font-size: 1.25rem !important; }

  .rog-ext-is-size-6-tablet {
    font-size: 1rem !important; }

  .rog-ext-is-size-7-tablet {
    font-size: 0.75rem !important; } }
@media screen and (max-width: 1023px) {
  .rog-ext-is-size-1-touch {
    font-size: 3rem !important; }

  .rog-ext-is-size-2-touch {
    font-size: 2.5rem !important; }

  .rog-ext-is-size-3-touch {
    font-size: 2rem !important; }

  .rog-ext-is-size-4-touch {
    font-size: 1.5rem !important; }

  .rog-ext-is-size-5-touch {
    font-size: 1.25rem !important; }

  .rog-ext-is-size-6-touch {
    font-size: 1rem !important; }

  .rog-ext-is-size-7-touch {
    font-size: 0.75rem !important; } }
@media screen and (min-width: 1024px) {
  .rog-ext-is-size-1-desktop {
    font-size: 3rem !important; }

  .rog-ext-is-size-2-desktop {
    font-size: 2.5rem !important; }

  .rog-ext-is-size-3-desktop {
    font-size: 2rem !important; }

  .rog-ext-is-size-4-desktop {
    font-size: 1.5rem !important; }

  .rog-ext-is-size-5-desktop {
    font-size: 1.25rem !important; }

  .rog-ext-is-size-6-desktop {
    font-size: 1rem !important; }

  .rog-ext-is-size-7-desktop {
    font-size: 0.75rem !important; } }
@media screen and (min-width: 1216px) {
  .rog-ext-is-size-1-widescreen {
    font-size: 3rem !important; }

  .rog-ext-is-size-2-widescreen {
    font-size: 2.5rem !important; }

  .rog-ext-is-size-3-widescreen {
    font-size: 2rem !important; }

  .rog-ext-is-size-4-widescreen {
    font-size: 1.5rem !important; }

  .rog-ext-is-size-5-widescreen {
    font-size: 1.25rem !important; }

  .rog-ext-is-size-6-widescreen {
    font-size: 1rem !important; }

  .rog-ext-is-size-7-widescreen {
    font-size: 0.75rem !important; } }
@media screen and (min-width: 1408px) {
  .rog-ext-is-size-1-fullhd {
    font-size: 3rem !important; }

  .rog-ext-is-size-2-fullhd {
    font-size: 2.5rem !important; }

  .rog-ext-is-size-3-fullhd {
    font-size: 2rem !important; }

  .rog-ext-is-size-4-fullhd {
    font-size: 1.5rem !important; }

  .rog-ext-is-size-5-fullhd {
    font-size: 1.25rem !important; }

  .rog-ext-is-size-6-fullhd {
    font-size: 1rem !important; }

  .rog-ext-is-size-7-fullhd {
    font-size: 0.75rem !important; } }
.rog-ext-has-text-centered {
  text-align: center !important; }

.rog-ext-has-text-justified {
  text-align: justify !important; }

.rog-ext-has-text-left {
  text-align: left !important; }

.rog-ext-has-text-right {
  text-align: right !important; }

@media screen and (max-width: 768px) {
  .rog-ext-has-text-centered-mobile {
    text-align: center !important; } }
@media screen and (min-width: 769px), print {
  .rog-ext-has-text-centered-tablet {
    text-align: center !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .rog-ext-has-text-centered-tablet-only {
    text-align: center !important; } }
@media screen and (max-width: 1023px) {
  .rog-ext-has-text-centered-touch {
    text-align: center !important; } }
@media screen and (min-width: 1024px) {
  .rog-ext-has-text-centered-desktop {
    text-align: center !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .rog-ext-has-text-centered-desktop-only {
    text-align: center !important; } }
@media screen and (min-width: 1216px) {
  .rog-ext-has-text-centered-widescreen {
    text-align: center !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .rog-ext-has-text-centered-widescreen-only {
    text-align: center !important; } }
@media screen and (min-width: 1408px) {
  .rog-ext-has-text-centered-fullhd {
    text-align: center !important; } }
@media screen and (max-width: 768px) {
  .rog-ext-has-text-justified-mobile {
    text-align: justify !important; } }
@media screen and (min-width: 769px), print {
  .rog-ext-has-text-justified-tablet {
    text-align: justify !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .rog-ext-has-text-justified-tablet-only {
    text-align: justify !important; } }
@media screen and (max-width: 1023px) {
  .rog-ext-has-text-justified-touch {
    text-align: justify !important; } }
@media screen and (min-width: 1024px) {
  .rog-ext-has-text-justified-desktop {
    text-align: justify !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .rog-ext-has-text-justified-desktop-only {
    text-align: justify !important; } }
@media screen and (min-width: 1216px) {
  .rog-ext-has-text-justified-widescreen {
    text-align: justify !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .rog-ext-has-text-justified-widescreen-only {
    text-align: justify !important; } }
@media screen and (min-width: 1408px) {
  .rog-ext-has-text-justified-fullhd {
    text-align: justify !important; } }
@media screen and (max-width: 768px) {
  .rog-ext-has-text-left-mobile {
    text-align: left !important; } }
@media screen and (min-width: 769px), print {
  .rog-ext-has-text-left-tablet {
    text-align: left !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .rog-ext-has-text-left-tablet-only {
    text-align: left !important; } }
@media screen and (max-width: 1023px) {
  .rog-ext-has-text-left-touch {
    text-align: left !important; } }
@media screen and (min-width: 1024px) {
  .rog-ext-has-text-left-desktop {
    text-align: left !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .rog-ext-has-text-left-desktop-only {
    text-align: left !important; } }
@media screen and (min-width: 1216px) {
  .rog-ext-has-text-left-widescreen {
    text-align: left !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .rog-ext-has-text-left-widescreen-only {
    text-align: left !important; } }
@media screen and (min-width: 1408px) {
  .rog-ext-has-text-left-fullhd {
    text-align: left !important; } }
@media screen and (max-width: 768px) {
  .rog-ext-has-text-right-mobile {
    text-align: right !important; } }
@media screen and (min-width: 769px), print {
  .rog-ext-has-text-right-tablet {
    text-align: right !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .rog-ext-has-text-right-tablet-only {
    text-align: right !important; } }
@media screen and (max-width: 1023px) {
  .rog-ext-has-text-right-touch {
    text-align: right !important; } }
@media screen and (min-width: 1024px) {
  .rog-ext-has-text-right-desktop {
    text-align: right !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .rog-ext-has-text-right-desktop-only {
    text-align: right !important; } }
@media screen and (min-width: 1216px) {
  .rog-ext-has-text-right-widescreen {
    text-align: right !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .rog-ext-has-text-right-widescreen-only {
    text-align: right !important; } }
@media screen and (min-width: 1408px) {
  .rog-ext-has-text-right-fullhd {
    text-align: right !important; } }
.rog-ext-is-capitalized {
  text-transform: capitalize !important; }

.rog-ext-is-lowercase {
  text-transform: lowercase !important; }

.rog-ext-is-uppercase {
  text-transform: uppercase !important; }

.rog-ext-is-italic {
  font-style: italic !important; }

.rog-ext-is-underlined {
  text-decoration: underline !important; }

.rog-ext-has-text-weight-light {
  font-weight: 300 !important; }

.rog-ext-has-text-weight-normal {
  font-weight: 400 !important; }

.rog-ext-has-text-weight-medium {
  font-weight: 500 !important; }

.rog-ext-has-text-weight-semibold {
  font-weight: 600 !important; }

.rog-ext-has-text-weight-bold {
  font-weight: 700 !important; }

.rog-ext-is-family-primary {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif !important; }

.rog-ext-is-family-secondary {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif !important; }

.rog-ext-is-family-sans-serif {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif !important; }

.rog-ext-is-family-monospace {
  font-family: monospace !important; }

.rog-ext-is-family-code {
  font-family: monospace !important; }

.rog-ext-is-block {
  display: block !important; }

@media screen and (max-width: 768px) {
  .rog-ext-is-block-mobile {
    display: block !important; } }
@media screen and (min-width: 769px), print {
  .rog-ext-is-block-tablet {
    display: block !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .rog-ext-is-block-tablet-only {
    display: block !important; } }
@media screen and (max-width: 1023px) {
  .rog-ext-is-block-touch {
    display: block !important; } }
@media screen and (min-width: 1024px) {
  .rog-ext-is-block-desktop {
    display: block !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .rog-ext-is-block-desktop-only {
    display: block !important; } }
@media screen and (min-width: 1216px) {
  .rog-ext-is-block-widescreen {
    display: block !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .rog-ext-is-block-widescreen-only {
    display: block !important; } }
@media screen and (min-width: 1408px) {
  .rog-ext-is-block-fullhd {
    display: block !important; } }
.rog-ext-is-flex {
  display: flex !important; }

@media screen and (max-width: 768px) {
  .rog-ext-is-flex-mobile {
    display: flex !important; } }
@media screen and (min-width: 769px), print {
  .rog-ext-is-flex-tablet {
    display: flex !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .rog-ext-is-flex-tablet-only {
    display: flex !important; } }
@media screen and (max-width: 1023px) {
  .rog-ext-is-flex-touch {
    display: flex !important; } }
@media screen and (min-width: 1024px) {
  .rog-ext-is-flex-desktop {
    display: flex !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .rog-ext-is-flex-desktop-only {
    display: flex !important; } }
@media screen and (min-width: 1216px) {
  .rog-ext-is-flex-widescreen {
    display: flex !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .rog-ext-is-flex-widescreen-only {
    display: flex !important; } }
@media screen and (min-width: 1408px) {
  .rog-ext-is-flex-fullhd {
    display: flex !important; } }
.rog-ext-is-inline {
  display: inline !important; }

@media screen and (max-width: 768px) {
  .rog-ext-is-inline-mobile {
    display: inline !important; } }
@media screen and (min-width: 769px), print {
  .rog-ext-is-inline-tablet {
    display: inline !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .rog-ext-is-inline-tablet-only {
    display: inline !important; } }
@media screen and (max-width: 1023px) {
  .rog-ext-is-inline-touch {
    display: inline !important; } }
@media screen and (min-width: 1024px) {
  .rog-ext-is-inline-desktop {
    display: inline !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .rog-ext-is-inline-desktop-only {
    display: inline !important; } }
@media screen and (min-width: 1216px) {
  .rog-ext-is-inline-widescreen {
    display: inline !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .rog-ext-is-inline-widescreen-only {
    display: inline !important; } }
@media screen and (min-width: 1408px) {
  .rog-ext-is-inline-fullhd {
    display: inline !important; } }
.rog-ext-is-inline-block {
  display: inline-block !important; }

@media screen and (max-width: 768px) {
  .rog-ext-is-inline-block-mobile {
    display: inline-block !important; } }
@media screen and (min-width: 769px), print {
  .rog-ext-is-inline-block-tablet {
    display: inline-block !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .rog-ext-is-inline-block-tablet-only {
    display: inline-block !important; } }
@media screen and (max-width: 1023px) {
  .rog-ext-is-inline-block-touch {
    display: inline-block !important; } }
@media screen and (min-width: 1024px) {
  .rog-ext-is-inline-block-desktop {
    display: inline-block !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .rog-ext-is-inline-block-desktop-only {
    display: inline-block !important; } }
@media screen and (min-width: 1216px) {
  .rog-ext-is-inline-block-widescreen {
    display: inline-block !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .rog-ext-is-inline-block-widescreen-only {
    display: inline-block !important; } }
@media screen and (min-width: 1408px) {
  .rog-ext-is-inline-block-fullhd {
    display: inline-block !important; } }
.rog-ext-is-inline-flex {
  display: inline-flex !important; }

@media screen and (max-width: 768px) {
  .rog-ext-is-inline-flex-mobile {
    display: inline-flex !important; } }
@media screen and (min-width: 769px), print {
  .rog-ext-is-inline-flex-tablet {
    display: inline-flex !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .rog-ext-is-inline-flex-tablet-only {
    display: inline-flex !important; } }
@media screen and (max-width: 1023px) {
  .rog-ext-is-inline-flex-touch {
    display: inline-flex !important; } }
@media screen and (min-width: 1024px) {
  .rog-ext-is-inline-flex-desktop {
    display: inline-flex !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .rog-ext-is-inline-flex-desktop-only {
    display: inline-flex !important; } }
@media screen and (min-width: 1216px) {
  .rog-ext-is-inline-flex-widescreen {
    display: inline-flex !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .rog-ext-is-inline-flex-widescreen-only {
    display: inline-flex !important; } }
@media screen and (min-width: 1408px) {
  .rog-ext-is-inline-flex-fullhd {
    display: inline-flex !important; } }
.rog-ext-is-hidden {
  display: none !important; }

.rog-ext-is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important; }

@media screen and (max-width: 768px) {
  .rog-ext-is-hidden-mobile {
    display: none !important; } }
@media screen and (min-width: 769px), print {
  .rog-ext-is-hidden-tablet {
    display: none !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .rog-ext-is-hidden-tablet-only {
    display: none !important; } }
@media screen and (max-width: 1023px) {
  .rog-ext-is-hidden-touch {
    display: none !important; } }
@media screen and (min-width: 1024px) {
  .rog-ext-is-hidden-desktop {
    display: none !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .rog-ext-is-hidden-desktop-only {
    display: none !important; } }
@media screen and (min-width: 1216px) {
  .rog-ext-is-hidden-widescreen {
    display: none !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .rog-ext-is-hidden-widescreen-only {
    display: none !important; } }
@media screen and (min-width: 1408px) {
  .rog-ext-is-hidden-fullhd {
    display: none !important; } }
.rog-ext-is-invisible {
  visibility: hidden !important; }

@media screen and (max-width: 768px) {
  .rog-ext-is-invisible-mobile {
    visibility: hidden !important; } }
@media screen and (min-width: 769px), print {
  .rog-ext-is-invisible-tablet {
    visibility: hidden !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .rog-ext-is-invisible-tablet-only {
    visibility: hidden !important; } }
@media screen and (max-width: 1023px) {
  .rog-ext-is-invisible-touch {
    visibility: hidden !important; } }
@media screen and (min-width: 1024px) {
  .rog-ext-is-invisible-desktop {
    visibility: hidden !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .rog-ext-is-invisible-desktop-only {
    visibility: hidden !important; } }
@media screen and (min-width: 1216px) {
  .rog-ext-is-invisible-widescreen {
    visibility: hidden !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .rog-ext-is-invisible-widescreen-only {
    visibility: hidden !important; } }
@media screen and (min-width: 1408px) {
  .rog-ext-is-invisible-fullhd {
    visibility: hidden !important; } }
.rog-ext-is-clearfix::after {
  clear: both;
  content: " ";
  display: table; }

.rog-ext-is-pulled-left {
  float: left !important; }

.rog-ext-is-pulled-right {
  float: right !important; }

#rog-ext-footer-text {
  font-size: medium;
  color: #bfbfbf;
  transition: all .2s ease-in-out; }

#rog-ext-footer-text-small {
  font-size: small;
  color: grey;
  transition: all .2s ease-in-out; }

#rog-ext-footer-text-large {
  font-size: large;
  color: #bfbfbf;
  transition: all .2s ease-in-out; }

#rog-ext-footer-text-medium {
  font-size: medium;
  color: #bfbfbf;
  transition: all .2s ease-in-out; }

.rog-ext-red-rog-hover:hover {
  color: #F51928 !important; }
