/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-steps .tns-nav {
  display: flex;
  margin: 1em 0;
  text-align: center;
  justify-content: center; }
  .section-steps .tns-nav button {
    background-color: var(--dark-blue);
    opacity: .26;
    transition: opacity .3s ease-in-out;
    display: block;
    height: 4px;
    margin: .25em;
    width: 16px;
    padding: 0;
    border: 0; }
    .section-steps .tns-nav button:hover, .section-steps .tns-nav button.tns-nav-active {
      opacity: 1; }

.section-steps .title {
  display: block;
  text-align: center; }

.section-steps h2 {
  margin-top: 0; }

.section-steps .tns-inner {
  margin-left: 0 !important; }

@media (min-width: 981px) {
  .section-steps .steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1em; } }

.section-steps .steps .step {
  padding: 4.5em 0;
  position: relative; }
  .section-steps .steps .step .icon {
    display: block; }
    .section-steps .steps .step .icon img {
      display: block;
      margin: 0 auto;
      max-height: 100px;
      width: auto; }
  .section-steps .steps .step .text, .section-steps .steps .step .step-number {
    margin-top: 1em;
    display: block;
    text-align: center;
    font-family: "Bitter", Helvetica, Arial, sans-serif;
    color: var(--dark-blue);
    font-size: 20px; }
    @media (min-width: 768px) {
      .section-steps .steps .step .text, .section-steps .steps .step .step-number {
        font-size: 24px; } }
  .section-steps .steps .step:after {
    content: '';
    background-size: cover;
    position: absolute;
    right: -50%;
    transform: translateX(-50%);
    width: 120px;
    height: 100px; }
  .section-steps .steps .step:nth-child(odd):after {
    background-image: url(/app/themes/nfc-oudgoud/assets/images/arrow-above.png);
    top: 0; }
  .section-steps .steps .step:nth-child(even):after {
    background-image: url(/app/themes/nfc-oudgoud/assets/images/arrow-lower.png);
    bottom: 0; }
  .section-steps .steps .step:last-child:after {
    display: none; }

.section-steps .call-to-action {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .section-steps .call-to-action .btn {
    margin: 2em 0; }

/*# sourceMappingURL=steps.css.map */
