@charset "UTF-8";

/* Common styles */

/** Colors */

/* NRD colors */

/** Background colors **/

/** Box Model  */

/* line 1, resources/assets/styles/common/_resets.scss */

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 7, resources/assets/styles/common/_resets.scss */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
}

/* line 14, resources/assets/styles/common/_resets.scss */

body {
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 20, resources/assets/styles/common/_resets.scss */

main {
  display: block;
}

/* line 24, resources/assets/styles/common/_resets.scss */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

/* line 39, resources/assets/styles/common/_resets.scss */

ol,
ul {
  list-style: none;
}

/* line 44, resources/assets/styles/common/_resets.scss */

img,
object,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

/* line 52, resources/assets/styles/common/_resets.scss */

a {
  background-color: transparent;
}

/* line 56, resources/assets/styles/common/_resets.scss */

img,
button,
object,
svg,
hr,
input,
textarea {
  outline: none;
  border: none;
  font-family: inherit;
}

/* line 68, resources/assets/styles/common/_resets.scss */

button,
a {
  cursor: pointer;
}

@media (min-width: 992px) {
  /* line 4, resources/assets/styles/common/_utility.scss */

  .u-width-10 {
    width: 10%;
  }
}

@media (min-width: 992px) {
  /* line 10, resources/assets/styles/common/_utility.scss */

  .u-max-width-10 {
    max-width: 10%;
  }
}

@media (min-width: 992px) {
  /* line 4, resources/assets/styles/common/_utility.scss */

  .u-width-20 {
    width: 20%;
  }
}

@media (min-width: 992px) {
  /* line 10, resources/assets/styles/common/_utility.scss */

  .u-max-width-20 {
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  /* line 4, resources/assets/styles/common/_utility.scss */

  .u-width-30 {
    width: 30%;
  }
}

@media (min-width: 992px) {
  /* line 10, resources/assets/styles/common/_utility.scss */

  .u-max-width-30 {
    max-width: 30%;
  }
}

@media (min-width: 992px) {
  /* line 4, resources/assets/styles/common/_utility.scss */

  .u-width-40 {
    width: 40%;
  }
}

@media (min-width: 992px) {
  /* line 10, resources/assets/styles/common/_utility.scss */

  .u-max-width-40 {
    max-width: 40%;
  }
}

@media (min-width: 992px) {
  /* line 4, resources/assets/styles/common/_utility.scss */

  .u-width-50 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  /* line 10, resources/assets/styles/common/_utility.scss */

  .u-max-width-50 {
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  /* line 4, resources/assets/styles/common/_utility.scss */

  .u-width-60 {
    width: 60%;
  }
}

@media (min-width: 992px) {
  /* line 10, resources/assets/styles/common/_utility.scss */

  .u-max-width-60 {
    max-width: 60%;
  }
}

@media (min-width: 992px) {
  /* line 4, resources/assets/styles/common/_utility.scss */

  .u-width-70 {
    width: 70%;
  }
}

@media (min-width: 992px) {
  /* line 10, resources/assets/styles/common/_utility.scss */

  .u-max-width-70 {
    max-width: 70%;
  }
}

@media (min-width: 992px) {
  /* line 4, resources/assets/styles/common/_utility.scss */

  .u-width-80 {
    width: 80%;
  }
}

@media (min-width: 992px) {
  /* line 10, resources/assets/styles/common/_utility.scss */

  .u-max-width-80 {
    max-width: 80%;
  }
}

@media (min-width: 992px) {
  /* line 4, resources/assets/styles/common/_utility.scss */

  .u-width-90 {
    width: 90%;
  }
}

@media (min-width: 992px) {
  /* line 10, resources/assets/styles/common/_utility.scss */

  .u-max-width-90 {
    max-width: 90%;
  }
}

@media (min-width: 992px) {
  /* line 4, resources/assets/styles/common/_utility.scss */

  .u-width-100 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 10, resources/assets/styles/common/_utility.scss */

  .u-max-width-100 {
    max-width: 100%;
  }
}

/* line 18, resources/assets/styles/common/_utility.scss */

.block {
  display: block;
}

/* line 22, resources/assets/styles/common/_utility.scss */

.inline-block {
  display: inline-block;
}

/* line 26, resources/assets/styles/common/_utility.scss */

.inline {
  display: inline;
}

/* line 30, resources/assets/styles/common/_utility.scss */

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 34, resources/assets/styles/common/_utility.scss */

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 38, resources/assets/styles/common/_utility.scss */

.grid {
  display: grid;
}

/* line 42, resources/assets/styles/common/_utility.scss */

.inline-grid {
  display: inline-grid;
}

/* line 46, resources/assets/styles/common/_utility.scss */

.hidden {
  display: none;
}

/* line 51, resources/assets/styles/common/_utility.scss */

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 55, resources/assets/styles/common/_utility.scss */

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

/* line 59, resources/assets/styles/common/_utility.scss */

.flex-no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 64, resources/assets/styles/common/_utility.scss */

.flex-0-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}

/* line 68, resources/assets/styles/common/_utility.scss */

.flex-1-10 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 10%;
          flex: 1 0 10%;
}

/* line 64, resources/assets/styles/common/_utility.scss */

.flex-0-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

/* line 68, resources/assets/styles/common/_utility.scss */

.flex-1-20 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}

/* line 64, resources/assets/styles/common/_utility.scss */

.flex-0-30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

/* line 68, resources/assets/styles/common/_utility.scss */

.flex-1-30 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
}

/* line 64, resources/assets/styles/common/_utility.scss */

.flex-0-40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

/* line 68, resources/assets/styles/common/_utility.scss */

.flex-1-40 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
}

/* line 64, resources/assets/styles/common/_utility.scss */

.flex-0-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

/* line 68, resources/assets/styles/common/_utility.scss */

.flex-1-50 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* line 64, resources/assets/styles/common/_utility.scss */

.flex-0-60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

/* line 68, resources/assets/styles/common/_utility.scss */

.flex-1-60 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%;
}

/* line 64, resources/assets/styles/common/_utility.scss */

.flex-0-70 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

/* line 68, resources/assets/styles/common/_utility.scss */

.flex-1-70 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
}

/* line 64, resources/assets/styles/common/_utility.scss */

.flex-0-80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}

/* line 68, resources/assets/styles/common/_utility.scss */

.flex-1-80 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 80%;
          flex: 1 0 80%;
}

/* line 64, resources/assets/styles/common/_utility.scss */

.flex-0-90 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
}

/* line 68, resources/assets/styles/common/_utility.scss */

.flex-1-90 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 90%;
          flex: 1 0 90%;
}

/* line 64, resources/assets/styles/common/_utility.scss */

.flex-0-100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

/* line 68, resources/assets/styles/common/_utility.scss */

.flex-1-100 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

/* line 74, resources/assets/styles/common/_utility.scss */

.gap-0 {
  gap: 0;
}

/* line 79, resources/assets/styles/common/_utility.scss */

.gap-1 {
  gap: 0.25rem;
}

/* line 79, resources/assets/styles/common/_utility.scss */

.gap-2 {
  gap: 0.5rem;
}

/* line 79, resources/assets/styles/common/_utility.scss */

.gap-3 {
  gap: 0.75rem;
}

/* line 79, resources/assets/styles/common/_utility.scss */

.gap-4 {
  gap: 1rem;
}

/* line 79, resources/assets/styles/common/_utility.scss */

.gap-5 {
  gap: 1.25rem;
}

/* line 79, resources/assets/styles/common/_utility.scss */

.gap-6 {
  gap: 1.5rem;
}

/* line 79, resources/assets/styles/common/_utility.scss */

.gap-7 {
  gap: 1.75rem;
}

/* line 79, resources/assets/styles/common/_utility.scss */

.gap-8 {
  gap: 2rem;
}

/* line 148, resources/assets/styles/common/_icons.scss */

.nrd-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--add {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M20,13H13v7H11V13H4V11h7V4h2v7h7Z'%3E%3C/path%3E%3C/svg%3E ");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--add--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M20,13H13v7H11V13H4V11h7V4h2v7h7Z'%3E%3C/path%3E%3C/svg%3E ");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--add--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M20,13H13v7H11V13H4V11h7V4h2v7h7Z'%3E%3C/path%3E%3C/svg%3E ");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--add--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M20,13H13v7H11V13H4V11h7V4h2v7h7Z'%3E%3C/path%3E%3C/svg%3E ");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--arrow-down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.99992,12l-1.41-1.41-5.59,5.58V4h-2V16.17l-5.58-5.59L3.99992,12l8,8Z' fill='%23000'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--arrow-down--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.99992,12l-1.41-1.41-5.59,5.58V4h-2V16.17l-5.58-5.59L3.99992,12l8,8Z' fill='%23414dba'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--arrow-down--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.99992,12l-1.41-1.41-5.59,5.58V4h-2V16.17l-5.58-5.59L3.99992,12l8,8Z' fill='%23666666'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--arrow-down--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.99992,12l-1.41-1.41-5.59,5.58V4h-2V16.17l-5.58-5.59L3.99992,12l8,8Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--arrow-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M12,20l1.41-1.41L7.83,13H20V11H7.83l5.58-5.59L12,4,4,12Z'%3E%3C/path%3E%3C/svg%3E ");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--arrow-left--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M12,20l1.41-1.41L7.83,13H20V11H7.83l5.58-5.59L12,4,4,12Z'%3E%3C/path%3E%3C/svg%3E ");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--arrow-left--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M12,20l1.41-1.41L7.83,13H20V11H7.83l5.58-5.59L12,4,4,12Z'%3E%3C/path%3E%3C/svg%3E ");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--arrow-left--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M12,20l1.41-1.41L7.83,13H20V11H7.83l5.58-5.59L12,4,4,12Z'%3E%3C/path%3E%3C/svg%3E ");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M12,4,10.59,5.41,16.17,11H4v2H16.17l-5.58,5.59L12,20l8-8Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--arrow-right--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M12,4,10.59,5.41,16.17,11H4v2H16.17l-5.58,5.59L12,20l8-8Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--arrow-right--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M12,4,10.59,5.41,16.17,11H4v2H16.17l-5.58,5.59L12,20l8-8Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--arrow-right--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M12,4,10.59,5.41,16.17,11H4v2H16.17l-5.58,5.59L12,20l8-8Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--business {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M12,7V3H2V21H22V7ZM6,19H4V17H6Zm0-4H4V13H6Zm0-4H4V9H6ZM6,7H4V5H6Zm4,12H8V17h2Zm0-4H8V13h2Zm0-4H8V9h2Zm0-4H8V5h2ZM20,19H12V17h2V15H12V13h2V11H12V9h8Zm-2-8H16v2h2Zm0,4H16v2h2Z'/%3E%3C/svg%3E%0A");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--business--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M12,7V3H2V21H22V7ZM6,19H4V17H6Zm0-4H4V13H6Zm0-4H4V9H6ZM6,7H4V5H6Zm4,12H8V17h2Zm0-4H8V13h2Zm0-4H8V9h2Zm0-4H8V5h2ZM20,19H12V17h2V15H12V13h2V11H12V9h8Zm-2-8H16v2h2Zm0,4H16v2h2Z'/%3E%3C/svg%3E%0A");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--business--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M12,7V3H2V21H22V7ZM6,19H4V17H6Zm0-4H4V13H6Zm0-4H4V9H6ZM6,7H4V5H6Zm4,12H8V17h2Zm0-4H8V13h2Zm0-4H8V9h2Zm0-4H8V5h2ZM20,19H12V17h2V15H12V13h2V11H12V9h8Zm-2-8H16v2h2Zm0,4H16v2h2Z'/%3E%3C/svg%3E%0A");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--business--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M12,7V3H2V21H22V7ZM6,19H4V17H6Zm0-4H4V13H6Zm0-4H4V9H6ZM6,7H4V5H6Zm4,12H8V17h2Zm0-4H8V13h2Zm0-4H8V9h2Zm0-4H8V5h2ZM20,19H12V17h2V15H12V13h2V11H12V9h8Zm-2-8H16v2h2Zm0,4H16v2h2Z'/%3E%3C/svg%3E%0A");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--calendar {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M19,4H18V2H16V4H8V2H6V4H5A1.99093,1.99093,0,0,0,3.01,6L3,20a1.99944,1.99944,0,0,0,2,2H19a2.00588,2.00588,0,0,0,2-2V6A2.00588,2.00588,0,0,0,19,4Zm0,16H5V10H19ZM19,8H5V6H19Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--calendar--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M19,4H18V2H16V4H8V2H6V4H5A1.99093,1.99093,0,0,0,3.01,6L3,20a1.99944,1.99944,0,0,0,2,2H19a2.00588,2.00588,0,0,0,2-2V6A2.00588,2.00588,0,0,0,19,4Zm0,16H5V10H19ZM19,8H5V6H19Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--calendar--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M19,4H18V2H16V4H8V2H6V4H5A1.99093,1.99093,0,0,0,3.01,6L3,20a1.99944,1.99944,0,0,0,2,2H19a2.00588,2.00588,0,0,0,2-2V6A2.00588,2.00588,0,0,0,19,4Zm0,16H5V10H19ZM19,8H5V6H19Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--calendar--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M19,4H18V2H16V4H8V2H6V4H5A1.99093,1.99093,0,0,0,3.01,6L3,20a1.99944,1.99944,0,0,0,2,2H19a2.00588,2.00588,0,0,0,2-2V6A2.00588,2.00588,0,0,0,19,4Zm0,16H5V10H19ZM19,8H5V6H19Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--checkbox-checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M18.99992,3h-14a2.00588,2.00588,0,0,0-2,2V19a2.00588,2.00588,0,0,0,2,2h14a2.00588,2.00588,0,0,0,2-2V5A2.00588,2.00588,0,0,0,18.99992,3Zm0,16h-14V5h14Zm-1.01-10-1.41-1.42-6.59,6.59-2.58-2.57-1.42,1.41,4,3.99Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--checkbox-checked--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M18.99992,3h-14a2.00588,2.00588,0,0,0-2,2V19a2.00588,2.00588,0,0,0,2,2h14a2.00588,2.00588,0,0,0,2-2V5A2.00588,2.00588,0,0,0,18.99992,3Zm0,16h-14V5h14Zm-1.01-10-1.41-1.42-6.59,6.59-2.58-2.57-1.42,1.41,4,3.99Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--checkbox-checked--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M18.99992,3h-14a2.00588,2.00588,0,0,0-2,2V19a2.00588,2.00588,0,0,0,2,2h14a2.00588,2.00588,0,0,0,2-2V5A2.00588,2.00588,0,0,0,18.99992,3Zm0,16h-14V5h14Zm-1.01-10-1.41-1.42-6.59,6.59-2.58-2.57-1.42,1.41,4,3.99Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--checkbox-checked--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M18.99992,3h-14a2.00588,2.00588,0,0,0-2,2V19a2.00588,2.00588,0,0,0,2,2h14a2.00588,2.00588,0,0,0,2-2V5A2.00588,2.00588,0,0,0,18.99992,3Zm0,16h-14V5h14Zm-1.01-10-1.41-1.42-6.59,6.59-2.58-2.57-1.42,1.41,4,3.99Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--checkbox-unchecked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M18.99992,5V19h-14V5h14m0-2h-14a2.00588,2.00588,0,0,0-2,2V19a2.00588,2.00588,0,0,0,2,2h14a2.00588,2.00588,0,0,0,2-2V5A2.00588,2.00588,0,0,0,18.99992,3Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--checkbox-unchecked--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M18.99992,5V19h-14V5h14m0-2h-14a2.00588,2.00588,0,0,0-2,2V19a2.00588,2.00588,0,0,0,2,2h14a2.00588,2.00588,0,0,0,2-2V5A2.00588,2.00588,0,0,0,18.99992,3Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--checkbox-unchecked--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M18.99992,5V19h-14V5h14m0-2h-14a2.00588,2.00588,0,0,0-2,2V19a2.00588,2.00588,0,0,0,2,2h14a2.00588,2.00588,0,0,0,2-2V5A2.00588,2.00588,0,0,0,18.99992,3Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--checkbox-unchecked--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M18.99992,5V19h-14V5h14m0-2h-14a2.00588,2.00588,0,0,0-2,2V19a2.00588,2.00588,0,0,0,2,2h14a2.00588,2.00588,0,0,0,2-2V5A2.00588,2.00588,0,0,0,18.99992,3Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M18.99994,6.41,17.58994,5l-5.59,5.59L6.40994,5l-1.41,1.41,5.59,5.59-5.59,5.59,1.41,1.41,5.59-5.59,5.59,5.59,1.41-1.41-5.59-5.59Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--close--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M18.99994,6.41,17.58994,5l-5.59,5.59L6.40994,5l-1.41,1.41,5.59,5.59-5.59,5.59,1.41,1.41,5.59-5.59,5.59,5.59,1.41-1.41-5.59-5.59Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--close--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M18.99994,6.41,17.58994,5l-5.59,5.59L6.40994,5l-1.41,1.41,5.59,5.59-5.59,5.59,1.41,1.41,5.59-5.59,5.59,5.59,1.41-1.41-5.59-5.59Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--close--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M18.99994,6.41,17.58994,5l-5.59,5.59L6.40994,5l-1.41,1.41,5.59,5.59-5.59,5.59,1.41,1.41,5.59-5.59,5.59,5.59,1.41-1.41-5.59-5.59Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--collapse {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--collapse--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--collapse--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--collapse--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M12,8,6,14l1.41,1.41L12,10.83l4.59,4.58L18,14Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--dropdown {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpolygon points='7 10 12 15 17 10 7 10'%3E%3C/polygon%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--dropdown--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpolygon points='7 10 12 15 17 10 7 10'%3E%3C/polygon%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--dropdown--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpolygon points='7 10 12 15 17 10 7 10'%3E%3C/polygon%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--dropdown--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpolygon points='7 10 12 15 17 10 7 10'%3E%3C/polygon%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--expand {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M16.59,8.59,12,13.17,7.41,8.59,6,10l6,6,6-6Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--expand--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M16.59,8.59,12,13.17,7.41,8.59,6,10l6,6,6-6Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--expand--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M16.59,8.59,12,13.17,7.41,8.59,6,10l6,6,6-6Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--expand--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M16.59,8.59,12,13.17,7.41,8.59,6,10l6,6,6-6Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--failure {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M11.99994,2a10,10,0,1,0,10,10A9.99086,9.99086,0,0,0,11.99994,2Zm0,18a8,8,0,1,1,8-8A8.01062,8.01062,0,0,1,11.99994,20Zm3.59-13-3.59,3.59L8.40994,7l-1.41,1.41,3.59,3.59-3.59,3.59,1.41,1.41,3.59-3.59,3.59,3.59,1.41-1.41-3.59-3.59,3.59-3.59Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--failure--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M11.99994,2a10,10,0,1,0,10,10A9.99086,9.99086,0,0,0,11.99994,2Zm0,18a8,8,0,1,1,8-8A8.01062,8.01062,0,0,1,11.99994,20Zm3.59-13-3.59,3.59L8.40994,7l-1.41,1.41,3.59,3.59-3.59,3.59,1.41,1.41,3.59-3.59,3.59,3.59,1.41-1.41-3.59-3.59,3.59-3.59Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--failure--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M11.99994,2a10,10,0,1,0,10,10A9.99086,9.99086,0,0,0,11.99994,2Zm0,18a8,8,0,1,1,8-8A8.01062,8.01062,0,0,1,11.99994,20Zm3.59-13-3.59,3.59L8.40994,7l-1.41,1.41,3.59,3.59-3.59,3.59,1.41,1.41,3.59-3.59,3.59,3.59,1.41-1.41-3.59-3.59,3.59-3.59Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--failure--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M11.99994,2a10,10,0,1,0,10,10A9.99086,9.99086,0,0,0,11.99994,2Zm0,18a8,8,0,1,1,8-8A8.01062,8.01062,0,0,1,11.99994,20Zm3.59-13-3.59,3.59L8.40994,7l-1.41,1.41,3.59,3.59-3.59,3.59,1.41,1.41,3.59-3.59,3.59,3.59,1.41-1.41-3.59-3.59,3.59-3.59Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--help {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M11,18h2V16H11ZM12,2A10,10,0,1,0,22,12,10.00365,10.00365,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.01062,8.01062,0,0,1,12,20ZM12,6a3.9989,3.9989,0,0,0-4,4h2a2,2,0,0,1,4,0c0,2-3,1.75-3,5h2c0-2.25,3-2.5,3-5A3.9989,3.9989,0,0,0,12,6Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--help--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M11,18h2V16H11ZM12,2A10,10,0,1,0,22,12,10.00365,10.00365,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.01062,8.01062,0,0,1,12,20ZM12,6a3.9989,3.9989,0,0,0-4,4h2a2,2,0,0,1,4,0c0,2-3,1.75-3,5h2c0-2.25,3-2.5,3-5A3.9989,3.9989,0,0,0,12,6Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--help--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M11,18h2V16H11ZM12,2A10,10,0,1,0,22,12,10.00365,10.00365,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.01062,8.01062,0,0,1,12,20ZM12,6a3.9989,3.9989,0,0,0-4,4h2a2,2,0,0,1,4,0c0,2-3,1.75-3,5h2c0-2.25,3-2.5,3-5A3.9989,3.9989,0,0,0,12,6Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--help--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M11,18h2V16H11ZM12,2A10,10,0,1,0,22,12,10.00365,10.00365,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.01062,8.01062,0,0,1,12,20ZM12,6a3.9989,3.9989,0,0,0-4,4h2a2,2,0,0,1,4,0c0,2-3,1.75-3,5h2c0-2.25,3-2.5,3-5A3.9989,3.9989,0,0,0,12,6Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M11,7h2V9H11Zm0,4h2v6H11Zm1-9A10,10,0,1,0,22,12,10.00365,10.00365,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.01062,8.01062,0,0,1,12,20Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--info--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M11,7h2V9H11Zm0,4h2v6H11Zm1-9A10,10,0,1,0,22,12,10.00365,10.00365,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.01062,8.01062,0,0,1,12,20Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--info--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M11,7h2V9H11Zm0,4h2v6H11Zm1-9A10,10,0,1,0,22,12,10.00365,10.00365,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.01062,8.01062,0,0,1,12,20Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--info--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M11,7h2V9H11Zm0,4h2v6H11Zm1-9A10,10,0,1,0,22,12,10.00365,10.00365,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.01062,8.01062,0,0,1,12,20Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--link-copy {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M6.27244,17.72756a3.10266,3.10266,0,0,1,0-4.38406l2.82843-2.82842L7.75736,9.17157,4.92893,12A5,5,0,0,0,12,19.07107l2.82843-2.82843-1.34351-1.3435L10.6565,17.72757A3.10266,3.10266,0,0,1,6.27244,17.72756Zm3.60624-2.192,5.65685-5.65685L14.12132,8.46447,8.46447,14.12132ZM12,4.92893,9.17157,7.75736l1.34351,1.3435L13.3435,6.27243a3.1,3.1,0,0,1,4.38407,4.38407l-2.82843,2.82842,1.3435,1.34351L19.07107,12A5,5,0,0,0,12,4.92893Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--link-copy--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M6.27244,17.72756a3.10266,3.10266,0,0,1,0-4.38406l2.82843-2.82842L7.75736,9.17157,4.92893,12A5,5,0,0,0,12,19.07107l2.82843-2.82843-1.34351-1.3435L10.6565,17.72757A3.10266,3.10266,0,0,1,6.27244,17.72756Zm3.60624-2.192,5.65685-5.65685L14.12132,8.46447,8.46447,14.12132ZM12,4.92893,9.17157,7.75736l1.34351,1.3435L13.3435,6.27243a3.1,3.1,0,0,1,4.38407,4.38407l-2.82843,2.82842,1.3435,1.34351L19.07107,12A5,5,0,0,0,12,4.92893Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--link-copy--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M6.27244,17.72756a3.10266,3.10266,0,0,1,0-4.38406l2.82843-2.82842L7.75736,9.17157,4.92893,12A5,5,0,0,0,12,19.07107l2.82843-2.82843-1.34351-1.3435L10.6565,17.72757A3.10266,3.10266,0,0,1,6.27244,17.72756Zm3.60624-2.192,5.65685-5.65685L14.12132,8.46447,8.46447,14.12132ZM12,4.92893,9.17157,7.75736l1.34351,1.3435L13.3435,6.27243a3.1,3.1,0,0,1,4.38407,4.38407l-2.82843,2.82842,1.3435,1.34351L19.07107,12A5,5,0,0,0,12,4.92893Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--link-copy--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M6.27244,17.72756a3.10266,3.10266,0,0,1,0-4.38406l2.82843-2.82842L7.75736,9.17157,4.92893,12A5,5,0,0,0,12,19.07107l2.82843-2.82843-1.34351-1.3435L10.6565,17.72757A3.10266,3.10266,0,0,1,6.27244,17.72756Zm3.60624-2.192,5.65685-5.65685L14.12132,8.46447,8.46447,14.12132ZM12,4.92893,9.17157,7.75736l1.34351,1.3435L13.3435,6.27243a3.1,3.1,0,0,1,4.38407,4.38407l-2.82843,2.82842,1.3435,1.34351L19.07107,12A5,5,0,0,0,12,4.92893Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--link-external {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M19,19H5V5H9.99987V3H5A1.99944,1.99944,0,0,0,3,5V19a1.99944,1.99944,0,0,0,2,2H19a2.00588,2.00588,0,0,0,2-2V14.00013H19ZM14,3V5h3.59L7.76,14.83l1.41,1.41L19,6.41V10h2V3Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--link-external--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M19,19H5V5H9.99987V3H5A1.99944,1.99944,0,0,0,3,5V19a1.99944,1.99944,0,0,0,2,2H19a2.00588,2.00588,0,0,0,2-2V14.00013H19ZM14,3V5h3.59L7.76,14.83l1.41,1.41L19,6.41V10h2V3Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--link-external--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M19,19H5V5H9.99987V3H5A1.99944,1.99944,0,0,0,3,5V19a1.99944,1.99944,0,0,0,2,2H19a2.00588,2.00588,0,0,0,2-2V14.00013H19ZM14,3V5h3.59L7.76,14.83l1.41,1.41L19,6.41V10h2V3Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--link-external--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M19,19H5V5H9.99987V3H5A1.99944,1.99944,0,0,0,3,5V19a1.99944,1.99944,0,0,0,2,2H19a2.00588,2.00588,0,0,0,2-2V14.00013H19ZM14,3V5h3.59L7.76,14.83l1.41,1.41L19,6.41V10h2V3Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--link-login {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M18,8H17V6A5,5,0,0,0,7,6V8H6a2.00588,2.00588,0,0,0-2,2V20a2.00588,2.00588,0,0,0,2,2H18a2.00588,2.00588,0,0,0,2-2V10A2.00588,2.00588,0,0,0,18,8ZM9,6a3,3,0,0,1,6,0V8H9Zm9,14H6V10H18Zm-6-3a2,2,0,1,0-2-2A2.00588,2.00588,0,0,0,12,17Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--link-login--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M18,8H17V6A5,5,0,0,0,7,6V8H6a2.00588,2.00588,0,0,0-2,2V20a2.00588,2.00588,0,0,0,2,2H18a2.00588,2.00588,0,0,0,2-2V10A2.00588,2.00588,0,0,0,18,8ZM9,6a3,3,0,0,1,6,0V8H9Zm9,14H6V10H18Zm-6-3a2,2,0,1,0-2-2A2.00588,2.00588,0,0,0,12,17Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--link-login--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M18,8H17V6A5,5,0,0,0,7,6V8H6a2.00588,2.00588,0,0,0-2,2V20a2.00588,2.00588,0,0,0,2,2H18a2.00588,2.00588,0,0,0,2-2V10A2.00588,2.00588,0,0,0,18,8ZM9,6a3,3,0,0,1,6,0V8H9Zm9,14H6V10H18Zm-6-3a2,2,0,1,0-2-2A2.00588,2.00588,0,0,0,12,17Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--link-login--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M18,8H17V6A5,5,0,0,0,7,6V8H6a2.00588,2.00588,0,0,0-2,2V20a2.00588,2.00588,0,0,0,2,2H18a2.00588,2.00588,0,0,0,2-2V10A2.00588,2.00588,0,0,0,18,8ZM9,6a3,3,0,0,1,6,0V8H9Zm9,14H6V10H18Zm-6-3a2,2,0,1,0-2-2A2.00588,2.00588,0,0,0,12,17Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--location {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M11.9999,2a6.99488,6.99488,0,0,0-7,7c0,5.25,7,13,7,13s7-7.75,7-13A6.99488,6.99488,0,0,0,11.9999,2Zm-5,7a5,5,0,0,1,10,0c0,2.88-2.88,7.19-5,9.88C9.9199,16.21,6.9999,11.85,6.9999,9Zm5-2.5a2.5,2.5,0,1,1-2.5,2.5A2.5,2.5,0,0,1,11.9999,6.5Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--location--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M11.9999,2a6.99488,6.99488,0,0,0-7,7c0,5.25,7,13,7,13s7-7.75,7-13A6.99488,6.99488,0,0,0,11.9999,2Zm-5,7a5,5,0,0,1,10,0c0,2.88-2.88,7.19-5,9.88C9.9199,16.21,6.9999,11.85,6.9999,9Zm5-2.5a2.5,2.5,0,1,1-2.5,2.5A2.5,2.5,0,0,1,11.9999,6.5Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--location--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M11.9999,2a6.99488,6.99488,0,0,0-7,7c0,5.25,7,13,7,13s7-7.75,7-13A6.99488,6.99488,0,0,0,11.9999,2Zm-5,7a5,5,0,0,1,10,0c0,2.88-2.88,7.19-5,9.88C9.9199,16.21,6.9999,11.85,6.9999,9Zm5-2.5a2.5,2.5,0,1,1-2.5,2.5A2.5,2.5,0,0,1,11.9999,6.5Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--location--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M11.9999,2a6.99488,6.99488,0,0,0-7,7c0,5.25,7,13,7,13s7-7.75,7-13A6.99488,6.99488,0,0,0,11.9999,2Zm-5,7a5,5,0,0,1,10,0c0,2.88-2.88,7.19-5,9.88C9.9199,16.21,6.9999,11.85,6.9999,9Zm5-2.5a2.5,2.5,0,1,1-2.5,2.5A2.5,2.5,0,0,1,11.9999,6.5Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--menu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M2.99994,18h18V16h-18Zm0-5h18V11h-18Zm0-7V8h18V6Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--menu--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M2.99994,18h18V16h-18Zm0-5h18V11h-18Zm0-7V8h18V6Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--menu--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M2.99994,18h18V16h-18Zm0-5h18V11h-18Zm0-7V8h18V6Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--menu--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M2.99994,18h18V16h-18Zm0-5h18V11h-18Zm0-7V8h18V6Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--note {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M20,2H4A1.99733,1.99733,0,0,0,2.01,4L2,22l4-4H20a2.00588,2.00588,0,0,0,2-2V4A2.00588,2.00588,0,0,0,20,2Zm0,14H5.17l-.59.59L4,17.17V4H20Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--note--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M20,2H4A1.99733,1.99733,0,0,0,2.01,4L2,22l4-4H20a2.00588,2.00588,0,0,0,2-2V4A2.00588,2.00588,0,0,0,20,2Zm0,14H5.17l-.59.59L4,17.17V4H20Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--note--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M20,2H4A1.99733,1.99733,0,0,0,2.01,4L2,22l4-4H20a2.00588,2.00588,0,0,0,2-2V4A2.00588,2.00588,0,0,0,20,2Zm0,14H5.17l-.59.59L4,17.17V4H20Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--note--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M20,2H4A1.99733,1.99733,0,0,0,2.01,4L2,22l4-4H20a2.00588,2.00588,0,0,0,2-2V4A2.00588,2.00588,0,0,0,20,2Zm0,14H5.17l-.59.59L4,17.17V4H20Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--people {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M8.99987,13.75c-2.34,0-7,1.17-7,3.5V19h14V17.25C15.99987,14.92,11.33987,13.75,8.99987,13.75ZM4.33987,17a9.64172,9.64172,0,0,1,4.66-1.25,9.64172,9.64172,0,0,1,4.66,1.25Zm4.66-5a3.5,3.5,0,1,0-3.5-3.5A3.50384,3.50384,0,0,0,8.99987,12Zm0-5a1.5,1.5,0,1,1-1.5,1.5A1.498,1.498,0,0,1,8.99987,7Zm7.04,6.81a4.19264,4.19264,0,0,1,1.96,3.44V19h4V17.25C21.99987,15.23,18.49987,14.08,16.03987,13.81Zm-1.04-1.81a3.5,3.5,0,1,0,0-7,3.44552,3.44552,0,0,0-1.5.35,5.46125,5.46125,0,0,1,0,6.3A3.44552,3.44552,0,0,0,14.99987,12Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--people--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M8.99987,13.75c-2.34,0-7,1.17-7,3.5V19h14V17.25C15.99987,14.92,11.33987,13.75,8.99987,13.75ZM4.33987,17a9.64172,9.64172,0,0,1,4.66-1.25,9.64172,9.64172,0,0,1,4.66,1.25Zm4.66-5a3.5,3.5,0,1,0-3.5-3.5A3.50384,3.50384,0,0,0,8.99987,12Zm0-5a1.5,1.5,0,1,1-1.5,1.5A1.498,1.498,0,0,1,8.99987,7Zm7.04,6.81a4.19264,4.19264,0,0,1,1.96,3.44V19h4V17.25C21.99987,15.23,18.49987,14.08,16.03987,13.81Zm-1.04-1.81a3.5,3.5,0,1,0,0-7,3.44552,3.44552,0,0,0-1.5.35,5.46125,5.46125,0,0,1,0,6.3A3.44552,3.44552,0,0,0,14.99987,12Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--people--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M8.99987,13.75c-2.34,0-7,1.17-7,3.5V19h14V17.25C15.99987,14.92,11.33987,13.75,8.99987,13.75ZM4.33987,17a9.64172,9.64172,0,0,1,4.66-1.25,9.64172,9.64172,0,0,1,4.66,1.25Zm4.66-5a3.5,3.5,0,1,0-3.5-3.5A3.50384,3.50384,0,0,0,8.99987,12Zm0-5a1.5,1.5,0,1,1-1.5,1.5A1.498,1.498,0,0,1,8.99987,7Zm7.04,6.81a4.19264,4.19264,0,0,1,1.96,3.44V19h4V17.25C21.99987,15.23,18.49987,14.08,16.03987,13.81Zm-1.04-1.81a3.5,3.5,0,1,0,0-7,3.44552,3.44552,0,0,0-1.5.35,5.46125,5.46125,0,0,1,0,6.3A3.44552,3.44552,0,0,0,14.99987,12Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--people--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M8.99987,13.75c-2.34,0-7,1.17-7,3.5V19h14V17.25C15.99987,14.92,11.33987,13.75,8.99987,13.75ZM4.33987,17a9.64172,9.64172,0,0,1,4.66-1.25,9.64172,9.64172,0,0,1,4.66,1.25Zm4.66-5a3.5,3.5,0,1,0-3.5-3.5A3.50384,3.50384,0,0,0,8.99987,12Zm0-5a1.5,1.5,0,1,1-1.5,1.5A1.498,1.498,0,0,1,8.99987,7Zm7.04,6.81a4.19264,4.19264,0,0,1,1.96,3.44V19h4V17.25C21.99987,15.23,18.49987,14.08,16.03987,13.81Zm-1.04-1.81a3.5,3.5,0,1,0,0-7,3.44552,3.44552,0,0,0-1.5.35,5.46125,5.46125,0,0,1,0,6.3A3.44552,3.44552,0,0,0,14.99987,12Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--placeholder-avatar {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M11.99992,12a4,4,0,1,0-4-4A3.9989,3.9989,0,0,0,11.99992,12Zm0,2c-2.67,0-8,1.34-8,4v2h16V18C19.99992,15.34,14.66992,14,11.99992,14Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--placeholder-avatar--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M11.99992,12a4,4,0,1,0-4-4A3.9989,3.9989,0,0,0,11.99992,12Zm0,2c-2.67,0-8,1.34-8,4v2h16V18C19.99992,15.34,14.66992,14,11.99992,14Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--placeholder-avatar--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M11.99992,12a4,4,0,1,0-4-4A3.9989,3.9989,0,0,0,11.99992,12Zm0,2c-2.67,0-8,1.34-8,4v2h16V18C19.99992,15.34,14.66992,14,11.99992,14Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--placeholder-avatar--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M11.99992,12a4,4,0,1,0-4-4A3.9989,3.9989,0,0,0,11.99992,12Zm0,2c-2.67,0-8,1.34-8,4v2h16V18C19.99992,15.34,14.66992,14,11.99992,14Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--price-tag {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M21.40989,11.58l-9-9a1.9875,1.9875,0,0,0-1.41-.58h-7a2.00588,2.00588,0,0,0-2,2v7a1.99564,1.99564,0,0,0,.59,1.42l9,9a1.9875,1.9875,0,0,0,1.41.58,1.95529,1.95529,0,0,0,1.41-.59l7-7a1.95529,1.95529,0,0,0,.59-1.41A2.01983,2.01983,0,0,0,21.40989,11.58Zm-8.41,8.43-9-9.01V4h7V3.99l9,9ZM6.49989,5a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,6.49989,5Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--price-tag--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M21.40989,11.58l-9-9a1.9875,1.9875,0,0,0-1.41-.58h-7a2.00588,2.00588,0,0,0-2,2v7a1.99564,1.99564,0,0,0,.59,1.42l9,9a1.9875,1.9875,0,0,0,1.41.58,1.95529,1.95529,0,0,0,1.41-.59l7-7a1.95529,1.95529,0,0,0,.59-1.41A2.01983,2.01983,0,0,0,21.40989,11.58Zm-8.41,8.43-9-9.01V4h7V3.99l9,9ZM6.49989,5a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,6.49989,5Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--price-tag--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M21.40989,11.58l-9-9a1.9875,1.9875,0,0,0-1.41-.58h-7a2.00588,2.00588,0,0,0-2,2v7a1.99564,1.99564,0,0,0,.59,1.42l9,9a1.9875,1.9875,0,0,0,1.41.58,1.95529,1.95529,0,0,0,1.41-.59l7-7a1.95529,1.95529,0,0,0,.59-1.41A2.01983,2.01983,0,0,0,21.40989,11.58Zm-8.41,8.43-9-9.01V4h7V3.99l9,9ZM6.49989,5a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,6.49989,5Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--price-tag--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M21.40989,11.58l-9-9a1.9875,1.9875,0,0,0-1.41-.58h-7a2.00588,2.00588,0,0,0-2,2v7a1.99564,1.99564,0,0,0,.59,1.42l9,9a1.9875,1.9875,0,0,0,1.41.58,1.95529,1.95529,0,0,0,1.41-.59l7-7a1.95529,1.95529,0,0,0,.59-1.41A2.01983,2.01983,0,0,0,21.40989,11.58Zm-8.41,8.43-9-9.01V4h7V3.99l9,9ZM6.49989,5a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,6.49989,5Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--radio-deselected {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M11.99994,2a10,10,0,1,0,10,10A10.00365,10.00365,0,0,0,11.99994,2Zm0,18a8,8,0,1,1,8-8A7.9978,7.9978,0,0,1,11.99994,20Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--radio-deselected--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M11.99994,2a10,10,0,1,0,10,10A10.00365,10.00365,0,0,0,11.99994,2Zm0,18a8,8,0,1,1,8-8A7.9978,7.9978,0,0,1,11.99994,20Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--radio-deselected--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M11.99994,2a10,10,0,1,0,10,10A10.00365,10.00365,0,0,0,11.99994,2Zm0,18a8,8,0,1,1,8-8A7.9978,7.9978,0,0,1,11.99994,20Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--radio-deselected--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M11.99994,2a10,10,0,1,0,10,10A10.00365,10.00365,0,0,0,11.99994,2Zm0,18a8,8,0,1,1,8-8A7.9978,7.9978,0,0,1,11.99994,20Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--radio-selected {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M11.99994,7a5,5,0,1,0,5,5A5.00182,5.00182,0,0,0,11.99994,7Zm0-5a10,10,0,1,0,10,10A10.00365,10.00365,0,0,0,11.99994,2Zm0,18a8,8,0,1,1,8-8A7.9978,7.9978,0,0,1,11.99994,20Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--radio-selected--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M11.99994,7a5,5,0,1,0,5,5A5.00182,5.00182,0,0,0,11.99994,7Zm0-5a10,10,0,1,0,10,10A10.00365,10.00365,0,0,0,11.99994,2Zm0,18a8,8,0,1,1,8-8A7.9978,7.9978,0,0,1,11.99994,20Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--radio-selected--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M11.99994,7a5,5,0,1,0,5,5A5.00182,5.00182,0,0,0,11.99994,7Zm0-5a10,10,0,1,0,10,10A10.00365,10.00365,0,0,0,11.99994,2Zm0,18a8,8,0,1,1,8-8A7.9978,7.9978,0,0,1,11.99994,20Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--radio-selected--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M11.99994,7a5,5,0,1,0,5,5A5.00182,5.00182,0,0,0,11.99994,7Zm0-5a10,10,0,1,0,10,10A10.00365,10.00365,0,0,0,11.99994,2Zm0,18a8,8,0,1,1,8-8A7.9978,7.9978,0,0,1,11.99994,20Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--rss {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Ccircle cx='6' cy='18' r='2'/%3E%3Cpath d='M4,4V6.91A13.09074,13.09074,0,0,1,17.09,20H20A16.00467,16.00467,0,0,0,4,4ZM4,9.82005v2.91A7.27606,7.27606,0,0,1,11.26992,20h2.91A10.17682,10.17682,0,0,0,4,9.82005Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--rss--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Ccircle cx='6' cy='18' r='2'/%3E%3Cpath d='M4,4V6.91A13.09074,13.09074,0,0,1,17.09,20H20A16.00467,16.00467,0,0,0,4,4ZM4,9.82005v2.91A7.27606,7.27606,0,0,1,11.26992,20h2.91A10.17682,10.17682,0,0,0,4,9.82005Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--rss--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Ccircle cx='6' cy='18' r='2'/%3E%3Cpath d='M4,4V6.91A13.09074,13.09074,0,0,1,17.09,20H20A16.00467,16.00467,0,0,0,4,4ZM4,9.82005v2.91A7.27606,7.27606,0,0,1,11.26992,20h2.91A10.17682,10.17682,0,0,0,4,9.82005Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--rss--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Ccircle cx='6' cy='18' r='2'/%3E%3Cpath d='M4,4V6.91A13.09074,13.09074,0,0,1,17.09,20H20A16.00467,16.00467,0,0,0,4,4ZM4,9.82005v2.91A7.27606,7.27606,0,0,1,11.26992,20h2.91A10.17682,10.17682,0,0,0,4,9.82005Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M15.86449,14.32075h-.813l-.28817-.27787a6.69964,6.69964,0,1,0-.72041.72041l.27787.28817v.813L19.46655,21,21,19.46655Zm-6.175,0a4.63122,4.63122,0,1,1,4.63121-4.63121A4.625,4.625,0,0,1,9.68954,14.32075Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--search--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M15.86449,14.32075h-.813l-.28817-.27787a6.69964,6.69964,0,1,0-.72041.72041l.27787.28817v.813L19.46655,21,21,19.46655Zm-6.175,0a4.63122,4.63122,0,1,1,4.63121-4.63121A4.625,4.625,0,0,1,9.68954,14.32075Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--search--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M15.86449,14.32075h-.813l-.28817-.27787a6.69964,6.69964,0,1,0-.72041.72041l.27787.28817v.813L19.46655,21,21,19.46655Zm-6.175,0a4.63122,4.63122,0,1,1,4.63121-4.63121A4.625,4.625,0,0,1,9.68954,14.32075Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--search--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M15.86449,14.32075h-.813l-.28817-.27787a6.69964,6.69964,0,1,0-.72041.72041l.27787.28817v.813L19.46655,21,21,19.46655Zm-6.175,0a4.63122,4.63122,0,1,1,4.63121-4.63121A4.625,4.625,0,0,1,9.68954,14.32075Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--success-fill {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M11.99992,2a10,10,0,1,0,10,10A10.00365,10.00365,0,0,0,11.99992,2Zm-2,15-5-5,1.41-1.41,3.59,3.58,7.59-7.59,1.41,1.42Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--success-fill--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M11.99992,2a10,10,0,1,0,10,10A10.00365,10.00365,0,0,0,11.99992,2Zm-2,15-5-5,1.41-1.41,3.59,3.58,7.59-7.59,1.41,1.42Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--success-fill--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M11.99992,2a10,10,0,1,0,10,10A10.00365,10.00365,0,0,0,11.99992,2Zm-2,15-5-5,1.41-1.41,3.59,3.58,7.59-7.59,1.41,1.42Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--success-fill--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M11.99992,2a10,10,0,1,0,10,10A10.00365,10.00365,0,0,0,11.99992,2Zm-2,15-5-5,1.41-1.41,3.59,3.58,7.59-7.59,1.41,1.42Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--success {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M12.23952,2.00287a10,10,0,1,0,9.75755,10.23671A10.00365,10.00365,0,0,0,12.23952,2.00287ZM11.80828,19.9977a8,8,0,1,1,8.18937-7.806A8.01062,8.01062,0,0,1,11.80828,19.9977ZM16.69452,7.69123l-6.746,6.43023L7.42108,11.48015,5.97771,12.856l3.903,4.09468,8.18936-7.806Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--success--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M12.23952,2.00287a10,10,0,1,0,9.75755,10.23671A10.00365,10.00365,0,0,0,12.23952,2.00287ZM11.80828,19.9977a8,8,0,1,1,8.18937-7.806A8.01062,8.01062,0,0,1,11.80828,19.9977ZM16.69452,7.69123l-6.746,6.43023L7.42108,11.48015,5.97771,12.856l3.903,4.09468,8.18936-7.806Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--success--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M12.23952,2.00287a10,10,0,1,0,9.75755,10.23671A10.00365,10.00365,0,0,0,12.23952,2.00287ZM11.80828,19.9977a8,8,0,1,1,8.18937-7.806A8.01062,8.01062,0,0,1,11.80828,19.9977ZM16.69452,7.69123l-6.746,6.43023L7.42108,11.48015,5.97771,12.856l3.903,4.09468,8.18936-7.806Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--success--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M12.23952,2.00287a10,10,0,1,0,9.75755,10.23671A10.00365,10.00365,0,0,0,12.23952,2.00287ZM11.80828,19.9977a8,8,0,1,1,8.18937-7.806A8.01062,8.01062,0,0,1,11.80828,19.9977ZM16.69452,7.69123l-6.746,6.43023L7.42108,11.48015,5.97771,12.856l3.903,4.09468,8.18936-7.806Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--user {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M11.9999,6a2,2,0,1,1-2,2,2.00587,2.00587,0,0,1,2-2m0,10c2.7,0,5.8,1.29,6,2h-12c.23-.72,3.31-2,6-2m0-12a4,4,0,1,0,4,4A3.9989,3.9989,0,0,0,11.9999,4Zm0,10c-2.67,0-8,1.34-8,4v2h16V18C19.9999,15.34,14.6699,14,11.9999,14Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--user--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M11.9999,6a2,2,0,1,1-2,2,2.00587,2.00587,0,0,1,2-2m0,10c2.7,0,5.8,1.29,6,2h-12c.23-.72,3.31-2,6-2m0-12a4,4,0,1,0,4,4A3.9989,3.9989,0,0,0,11.9999,4Zm0,10c-2.67,0-8,1.34-8,4v2h16V18C19.9999,15.34,14.6699,14,11.9999,14Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--user--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M11.9999,6a2,2,0,1,1-2,2,2.00587,2.00587,0,0,1,2-2m0,10c2.7,0,5.8,1.29,6,2h-12c.23-.72,3.31-2,6-2m0-12a4,4,0,1,0,4,4A3.9989,3.9989,0,0,0,11.9999,4Zm0,10c-2.67,0-8,1.34-8,4v2h16V18C19.9999,15.34,14.6699,14,11.9999,14Z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--user--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M11.9999,6a2,2,0,1,1-2,2,2.00587,2.00587,0,0,1,2-2m0,10c2.7,0,5.8,1.29,6,2h-12c.23-.72,3.31-2,6-2m0-12a4,4,0,1,0,4,4A3.9989,3.9989,0,0,0,11.9999,4Zm0,10c-2.67,0-8,1.34-8,4v2h16V18C19.9999,15.34,14.6699,14,11.9999,14Z'/%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--warning {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M13,17H11V15h2Zm0-4H11V7h2Zm-1,9A10,10,0,1,0,2,12,10.00365,10.00365,0,0,0,12,22ZM12,4a8,8,0,1,1-8,8A8.01062,8.01062,0,0,1,12,4Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--warning--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24'%3E%3Cpath d='M13,17H11V15h2Zm0-4H11V7h2Zm-1,9A10,10,0,1,0,2,12,10.00365,10.00365,0,0,0,12,22ZM12,4a8,8,0,1,1-8,8A8.01062,8.01062,0,0,1,12,4Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--warning--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24'%3E%3Cpath d='M13,17H11V15h2Zm0-4H11V7h2Zm-1,9A10,10,0,1,0,2,12,10.00365,10.00365,0,0,0,12,22ZM12,4a8,8,0,1,1-8,8A8.01062,8.01062,0,0,1,12,4Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--warning--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M13,17H11V15h2Zm0-4H11V7h2Zm-1,9A10,10,0,1,0,2,12,10.00365,10.00365,0,0,0,12,22ZM12,4a8,8,0,1,1-8,8A8.01062,8.01062,0,0,1,12,4Z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 152, resources/assets/styles/common/_icons.scss */

.nrd-icon--report {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24' %3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9L14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8z'/%3E%3Ccircle cx='12' cy='16' r='1'/%3E%3Cpath d='M11 7h2v7h-2z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--report--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23414dba' viewBox='0 0 24 24' %3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9L14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8z'/%3E%3Ccircle cx='12' cy='16' r='1'/%3E%3Cpath d='M11 7h2v7h-2z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--report--gray {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 24 24' %3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9L14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8z'/%3E%3Ccircle cx='12' cy='16' r='1'/%3E%3Cpath d='M11 7h2v7h-2z'/%3E%3C/svg%3E");
}

/* line 156, resources/assets/styles/common/_icons.scss */

.nrd-icon--report--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24' %3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9L14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8z'/%3E%3Ccircle cx='12' cy='16' r='1'/%3E%3Cpath d='M11 7h2v7h-2z'/%3E%3C/svg%3E");
}

/* stylelint-disable property-no-unknown, selector-pseudo-element-colon-notation, no-descending-specificity */

/* line 2, resources/assets/styles/common/_global.scss */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 7, resources/assets/styles/common/_global.scss */

html,
body {
  min-height: 100vh;
}

/* line 12, resources/assets/styles/common/_global.scss */

body {
  font-family: "Colfax", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
}

@supports (flex-direction: column) {
  /* line 12, resources/assets/styles/common/_global.scss */

  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 991px) {
  /* line 23, resources/assets/styles/common/_global.scss */

  body.menu-opened {
    overflow: hidden;
    height: 100vh;
    padding-top: 5.4375rem;
  }
}

/* line 32, resources/assets/styles/common/_global.scss */

.container {
  max-width: 81rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
}

/* line 38, resources/assets/styles/common/_global.scss */

.container--narrow {
  max-width: 45rem;
}

/* line 43, resources/assets/styles/common/_global.scss */

.wrap {
  margin-bottom: 2rem;
  margin-top: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  /* line 43, resources/assets/styles/common/_global.scss */

  .wrap {
    margin-top: 4rem;
  }
}

/* line 52, resources/assets/styles/common/_global.scss */

.home.isTekniskTemplate .wrap {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  /* line 52, resources/assets/styles/common/_global.scss */

  .home.isTekniskTemplate .wrap {
    margin-top: 3.5rem;
  }
}

/* line 60, resources/assets/styles/common/_global.scss */

.home:not(.isTekniskTemplate) .wrap {
  max-width: 100%;
  margin-top: 0;
}

/* line 67, resources/assets/styles/common/_global.scss */

.isTekniskTemplate .content {
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  /* line 67, resources/assets/styles/common/_global.scss */

  .isTekniskTemplate .content {
    display: grid;
    grid-template-columns: 16.5rem minmax(auto, 52rem) 1fr;
    grid-column-gap: 1.5rem;
  }
}

@media (min-width: 992px) {
  /* line 79, resources/assets/styles/common/_global.scss */

  .isTekniskTemplate.home .content {
    grid-template-columns: 16.5rem minmax(auto, 37rem) 1fr;
  }
}

/* line 85, resources/assets/styles/common/_global.scss */

.content .sidebar {
  grid-column: 1;
  grid-row: 1;
}

/* line 90, resources/assets/styles/common/_global.scss */

.content .main {
  grid-column: 2;
  grid-row: 1;
}

/* line 94, resources/assets/styles/common/_global.scss */

.home .content .main {
  grid-column: 2 / span 2;
}

/* line 100, resources/assets/styles/common/_global.scss */

a {
  color: #414dba;
}

/* line 104, resources/assets/styles/common/_global.scss */

p,
.paragraph {
  margin: 1rem 0;
}

/* line 109, resources/assets/styles/common/_global.scss */

ul,
ol {
  padding-left: 3.125rem;
  padding-top: 0.3125rem;
  margin-bottom: 2rem;
}

/* line 115, resources/assets/styles/common/_global.scss */

ul img,
ol img {
  display: inline-block;
}

/* line 120, resources/assets/styles/common/_global.scss */

ul {
  list-style: disc;
}

/* line 124, resources/assets/styles/common/_global.scss */

ol {
  list-style: decimal;
}

/* line 128, resources/assets/styles/common/_global.scss */

li {
  padding-left: 0.625rem;
  margin-bottom: 0.3125rem;
}

/* line 133, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4 {
  color: #27317a;
  line-height: 1.5em;
  page-break-inside: avoid;
  page-break-after: avoid;
}

/* line 143, resources/assets/styles/common/_global.scss */

h1 {
  font-size: 2.25rem;
  line-height: 1.5em;
}

/* line 148, resources/assets/styles/common/_global.scss */

h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin: 4rem 0 1rem;
}

/* line 154, resources/assets/styles/common/_global.scss */

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 1rem 0;
}

/* line 160, resources/assets/styles/common/_global.scss */

h4 {
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 1rem 0;
}

/* line 166, resources/assets/styles/common/_global.scss */

h5 {
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 1rem 0;
  color: #000;
}

/* line 173, resources/assets/styles/common/_global.scss */

h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 1rem 0;
  color: #000;
}

/* line 180, resources/assets/styles/common/_global.scss */

dl {
  margin: 1.5rem 0;
}

/* line 184, resources/assets/styles/common/_global.scss */

dt {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #27317a;
  margin-bottom: 0.5rem;
}

/* line 192, resources/assets/styles/common/_global.scss */

dd {
  margin: 0 0 2.5rem;
}

/* line 196, resources/assets/styles/common/_global.scss */

.page-header,
article.page,
article.post,
article.event,
.search-results:not(.isTekniskTemplate) .content,
.error404:not(.isTekniskTemplate) .content,
.no-results,
.isTekniskTemplate .not-found {
  max-width: 45rem;
  margin: 0 auto;
}

@media print {
  /* line 196, resources/assets/styles/common/_global.scss */

  .page-header,
  article.page,
  article.post,
  article.event,
  .search-results:not(.isTekniskTemplate) .content,
  .error404:not(.isTekniskTemplate) .content,
  .no-results,
  .isTekniskTemplate .not-found {
    max-width: 100rem;
  }
}

/* line 212, resources/assets/styles/common/_global.scss */

[v-cloak] {
  display: none;
}

/* Layout related styles (parts of the template on a globale level) */

/* line 1, resources/assets/styles/layouts/_footer.scss */

.body-footer {
  background-color: #27317a;
  color: #fff;
  padding: 1.875rem 0 1.25rem;
  margin-top: 8.125rem;
  font-size: 0.875rem;
  line-height: 1rem;
}

/* line 9, resources/assets/styles/layouts/_footer.scss */

.isTekniskTemplate .body-footer {
  margin-top: 7.5rem;
}

/* line 13, resources/assets/styles/layouts/_footer.scss */

.body-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 19, resources/assets/styles/layouts/_footer.scss */

.body-footer a {
  color: #fff;
}

/* line 23, resources/assets/styles/layouts/_footer.scss */

.body-footer h3 {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 23, resources/assets/styles/layouts/_footer.scss */

  .body-footer h3 {
    margin-top: 1.25rem;
    margin-bottom: 0.5625rem;
  }
}

/* line 36, resources/assets/styles/layouts/_footer.scss */

.body-footer__logo {
  text-align: center;
  padding: 0 2.5rem 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  /* line 36, resources/assets/styles/layouts/_footer.scss */

  .body-footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.375rem;
            flex: 0 0 9.375rem;
    margin-bottom: 0;
  }
}

/* line 47, resources/assets/styles/layouts/_footer.scss */

.body-footer__logo img {
  width: 6.875rem;
  height: auto;
}

/* line 53, resources/assets/styles/layouts/_footer.scss */

.body-footer__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  /* line 53, resources/assets/styles/layouts/_footer.scss */

  .body-footer__menu {
    margin-bottom: 0;
    padding-top: 1rem;
  }
}

/* line 63, resources/assets/styles/layouts/_footer.scss */

.body-footer__disclaimer {
  font-size: 1rem;
  line-height: 1.25rem;
  max-width: 22.5rem;
}

/* line 68, resources/assets/styles/layouts/_footer.scss */

.body-footer__disclaimer p {
  margin-top: 0;
}

@media (max-width: 991px) {
  /* line 72, resources/assets/styles/layouts/_footer.scss */

  .body-footer__disclaimer br {
    display: none;
  }
}

/* line 79, resources/assets/styles/layouts/_footer.scss */

.body-footer__contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  /* line 79, resources/assets/styles/layouts/_footer.scss */

  .body-footer__contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
            flex: 0 0 15rem;
  }
}

@media (min-width: 768px) {
  /* line 86, resources/assets/styles/layouts/_footer.scss */

  .body-footer__contact a,
  .body-footer__contact span {
    text-align: right;
  }
}

/* line 94, resources/assets/styles/layouts/_footer.scss */

.body-footer__opening-hours,
.body-footer__contact-info {
  padding: 0.25rem 0;
}

@media (min-width: 768px) {
  /* line 94, resources/assets/styles/layouts/_footer.scss */

  .body-footer__opening-hours,
  .body-footer__contact-info {
    margin-bottom: 0.5rem;
    padding: 0;
  }
}

/* line 104, resources/assets/styles/layouts/_footer.scss */

.body-footer__opening-hours {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  /* line 104, resources/assets/styles/layouts/_footer.scss */

  .body-footer__opening-hours {
    margin-bottom: 0.875rem !important;
  }
}

/* line 114, resources/assets/styles/layouts/_footer.scss */

.body-footer__contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  /* line 114, resources/assets/styles/layouts/_footer.scss */

  .body-footer__contact-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 121, resources/assets/styles/layouts/_footer.scss */

.body-footer__contact-info strong {
  display: inline-block;
  min-width: 5.125rem;
  padding-right: 1rem;
}

/* line 128, resources/assets/styles/layouts/_footer.scss */

.body-footer__contact-info--phone a {
  text-decoration: none;
}

/* line 134, resources/assets/styles/layouts/_footer.scss */

.body-footer__more-link {
  padding: 0.25rem 0;
  margin-top: 0.625rem;
}

@media (min-width: 768px) {
  /* line 134, resources/assets/styles/layouts/_footer.scss */

  .body-footer__more-link {
    margin-top: 1.875rem;
  }
}

/* line 143, resources/assets/styles/layouts/_footer.scss */

.body-footer__absolute-footer {
  text-align: center;
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 600;
  /*margin-top: 4.0625rem;*/
  margin-top: 2.0625rem;
}

/* stylelint-disable no-descending-specificity */

/* line 2, resources/assets/styles/layouts/_header.scss */

.body-header {
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  /* line 6, resources/assets/styles/layouts/_header.scss */

  .menu-opened .body-header {
    position: fixed;
    top: 2.5rem;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #27317a;
  }
}

@media (max-width: 991px) {
  /* line 17, resources/assets/styles/layouts/_header.scss */

  .menu-opened.isTekniskTemplate .body-header {
    background-color: #fff;
  }
}

/* line 23, resources/assets/styles/layouts/_header.scss */

.body-header__container {
  position: relative;
  border-bottom: 2px solid #414dba;
  padding: 0.5rem 1rem;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 992px) {
  /* line 31, resources/assets/styles/layouts/_header.scss */

  .isTekniskTemplate .body-header__container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1440px) {
  /* line 23, resources/assets/styles/layouts/_header.scss */

  .body-header__container {
    padding: 0;
  }
}

@media print {
  /* line 23, resources/assets/styles/layouts/_header.scss */

  .body-header__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 2rem;
  }

  /* line 46, resources/assets/styles/layouts/_header.scss */

  .home .body-header__container {
    border-bottom: none;
  }
}

@media (max-width: 991px) {
  /* line 51, resources/assets/styles/layouts/_header.scss */

  .menu-opened .body-header__container {
    border-bottom: none;
  }
}

@media (max-width: 991px) {
  /* line 57, resources/assets/styles/layouts/_header.scss */

  .menu-opened.isTekniskTemplate .body-header__container {
    border-bottom: 2px solid #414dba;
  }
}

/* line 64, resources/assets/styles/layouts/_header.scss */

.body-header__badge {
  position: relative;
  z-index: 2;
}

/* line 68, resources/assets/styles/layouts/_header.scss */

.menu-opened .body-header__badge {
  color: #fff;
}

/* line 73, resources/assets/styles/layouts/_header.scss */

.isTekniskTemplate .body-header__badge {
  display: none;
}

@media (min-width: 992px) {
  /* line 64, resources/assets/styles/layouts/_header.scss */

  .body-header__badge {
    display: none;
  }
}

@media print {
  /* line 64, resources/assets/styles/layouts/_header.scss */

  .body-header__badge {
    display: none;
  }
}

/* line 85, resources/assets/styles/layouts/_header.scss */

.body-header__badge img,
.body-header__badge svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: currentColor;
}

/* line 93, resources/assets/styles/layouts/_header.scss */

.body-header__menu {
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 768px) {
  /* line 93, resources/assets/styles/layouts/_header.scss */

  .body-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 106, resources/assets/styles/layouts/_header.scss */

.body-header__language-and-search {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 992px) {
  /* line 106, resources/assets/styles/layouts/_header.scss */

  .body-header__language-and-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 115, resources/assets/styles/layouts/_header.scss */

.body-header__language-and-search.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 120, resources/assets/styles/layouts/_header.scss */

.body-header__language {
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 1rem 0 0.5rem;
}

@media (min-width: 992px) {
  /* line 120, resources/assets/styles/layouts/_header.scss */

  .body-header__language {
    display: block;
  }
}

/* line 130, resources/assets/styles/layouts/_header.scss */

.body-header__language.visible {
  display: block;
}

/* line 134, resources/assets/styles/layouts/_header.scss */

.body-header__language span {
  text-decoration: underline;
  font-weight: bold;
  color: #414dba;
}

/* line 140, resources/assets/styles/layouts/_header.scss */

.body-header__language a {
  text-decoration: underline;
}

/* line 145, resources/assets/styles/layouts/_header.scss */

.body-header__search {
  display: none;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  /* line 145, resources/assets/styles/layouts/_header.scss */

  .body-header__search {
    display: block;
  }
}

/* line 155, resources/assets/styles/layouts/_header.scss */

.body-header__contact {
  display: none;
  padding-top: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5rem;
          flex: 0 0 12.5rem;
}

@media print {
  /* line 155, resources/assets/styles/layouts/_header.scss */

  .body-header__contact {
    display: block;
  }
}

/* line 164, resources/assets/styles/layouts/_header.scss */

.body-header__contact h3 {
  color: #000;
  font-size: 1.23rem;
  line-height: 1rem;
  margin: 0 0 0.5rem;
  padding: 0;
}

/* line 172, resources/assets/styles/layouts/_header.scss */

.body-header__contact p {
  margin: 0 0 0.25rem;
}

/* line 176, resources/assets/styles/layouts/_header.scss */

.body-header__contact a {
  color: #000;
  text-decoration: none;
}

/* line 183, resources/assets/styles/layouts/_header.scss */

.body-header__contact-info--address {
  padding-bottom: 0.25rem;
}

/* line 187, resources/assets/styles/layouts/_header.scss */

.body-header__contact-info--phone,
.body-header__contact-info--email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Components styles */

/* line 1, resources/assets/styles/components/_main-logo.scss */

.main-logo {
  margin: 0;
  display: none;
  text-decoration: none;
  color: #000;
}

/* line 7, resources/assets/styles/components/_main-logo.scss */

.isTekniskTemplate .main-logo {
  display: block;
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/components/_main-logo.scss */

  .main-logo {
    display: inline-block;
  }
}

@media print {
  /* line 1, resources/assets/styles/components/_main-logo.scss */

  .main-logo {
    display: inline-block;
  }
}

/* line 19, resources/assets/styles/components/_main-logo.scss */

.main-logo__img {
  width: 20.0625rem;
  height: 6.6875rem;
}

/* line 23, resources/assets/styles/components/_main-logo.scss */

.language-en .main-logo__img {
  width: 22.875rem;
}

/* line 27, resources/assets/styles/components/_main-logo.scss */

.has-text .main-logo__img {
  width: auto;
  height: 1.5rem;
}

@media (min-width: 992px) {
  /* line 27, resources/assets/styles/components/_main-logo.scss */

  .has-text .main-logo__img {
    height: 2.5rem;
  }
}

/* line 37, resources/assets/styles/components/_main-logo.scss */

.main-logo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 3rem;
  margin-bottom: 0.25rem;
}

@media (max-width: 991px) {
  /* line 43, resources/assets/styles/components/_main-logo.scss */

  .isTekniskTemplate .main-logo__wrap {
    margin: 0.25rem 0;
  }
}

@media (min-width: 992px) {
  /* line 37, resources/assets/styles/components/_main-logo.scss */

  .main-logo__wrap {
    margin-bottom: 1rem;
  }
}

/* line 54, resources/assets/styles/components/_main-logo.scss */

.main-logo__tagline {
  margin-left: 1rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
}

@media (min-width: 992px) {
  /* line 54, resources/assets/styles/components/_main-logo.scss */

  .main-logo__tagline {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

/* stylelint-disable no-descending-specificity */

/* line 3, resources/assets/styles/components/_forms.scss */

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  border: 1px solid #666;
  border-radius: 2px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 19, resources/assets/styles/components/_forms.scss */

select {
  padding: 0.5rem 2rem 0.5rem 1rem;
  max-width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolygon points='7 10 12 15 17 10 7 10'%3E%3C/polygon%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 50%;
  background-size: 24px 24px;
  background-color: #fff;
}

/* line 28, resources/assets/styles/components/_forms.scss */

select:focus {
  outline: none;
}

/* line 34, resources/assets/styles/components/_forms.scss */

input[type="checkbox"],
input[type="radio"] {
  border: 2px solid #414dba;
  margin: 0.125rem 0.5rem 0.125rem 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
}

/* line 47, resources/assets/styles/components/_forms.scss */

input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: bold;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  vertical-align: top;
  padding-top: 0.1875rem;
  padding-bottom: 0.125rem;
}

/* line 58, resources/assets/styles/components/_forms.scss */

input[type="radio"] {
  border-radius: 100%;
}

/* line 61, resources/assets/styles/components/_forms.scss */

input[type="radio"]:checked::after {
  background-color: #414dba;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 100%;
}

/* line 73, resources/assets/styles/components/_forms.scss */

input[type="checkbox"]:checked {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTIgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjEgKDc4MTM2KSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5vdXRsaW5lLWNoZWNrLWJveC0yNC1weDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJvdXRsaW5lLWNoZWNrLWJveC0yNC1weCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYuMDAwMDAwLCAtNy4wMDAwMDApIj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgiIHBvaW50cz0iMCAwIDI0IDAgMjQgMjQgMCAyNCI+PC9wb2x5Z29uPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIGZpbGw9IiM0MTREQkEiIGZpbGwtcnVsZT0ibm9uemVybyIgcG9pbnRzPSIxNy45OSA5IDE2LjU4IDcuNTggOS45OSAxNC4xNyA3LjQxIDExLjYgNS45OSAxMy4wMSA5Ljk5IDE3Ij48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) center center no-repeat #fff;
  background-size: 80%;
}

/* line 78, resources/assets/styles/components/_forms.scss */

.checkbox-group,
.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 83, resources/assets/styles/components/_forms.scss */

.checkbox-group > *,
.radio-group > * {
  margin-right: 1rem;
}

/* line 88, resources/assets/styles/components/_forms.scss */

.checkbox-toggle-swtich {
  position: relative;
}

/* line 91, resources/assets/styles/components/_forms.scss */

.checkbox-toggle-swtich input[type="checkbox"] {
  width: 0;
  height: 0;
  visibility: hidden;
  margin: 0;
  position: absolute;
}

/* line 99, resources/assets/styles/components/_forms.scss */

.checkbox-toggle-swtich label {
  padding-left: 3rem;
  padding-top: 0 !important;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  display: inline-block;
}

/* line 108, resources/assets/styles/components/_forms.scss */

.checkbox-toggle-swtich label::before,
.checkbox-toggle-swtich label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}

/* line 116, resources/assets/styles/components/_forms.scss */

.checkbox-toggle-swtich label::before {
  width: 2.5rem;
  height: 1.25rem;
  border-radius: 0.75rem;
  background-color: #cdcdcd;
  top: 0;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

/* line 125, resources/assets/styles/components/_forms.scss */

.checkbox-toggle-swtich label::after {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #414dba;
  background-color: #fff;
  border-radius: 50%;
  top: -0.125rem;
  -webkit-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  transition: left 0.2s linear;
}

/* line 137, resources/assets/styles/components/_forms.scss */

.checkbox-toggle-swtich input[type="checkbox"]:checked + label::before {
  background-color: #414dba;
}

/* line 141, resources/assets/styles/components/_forms.scss */

.checkbox-toggle-swtich input[type="checkbox"]:checked + label::after {
  left: 1rem;
}

/* line 155, resources/assets/styles/components/_forms.scss */

.post-password-form p:last-child {
  border: 1px solid #666;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 30rem;
}

/* line 160, resources/assets/styles/components/_forms.scss */

.post-password-form label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0;
}

/* line 165, resources/assets/styles/components/_forms.scss */

.post-password-form input[type="password"] {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 173, resources/assets/styles/components/_forms.scss */

.post-password-form input[type="password"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cdcdcd;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* line 177, resources/assets/styles/components/_forms.scss */

.post-password-form input[type="password"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #cdcdcd;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* line 181, resources/assets/styles/components/_forms.scss */

.post-password-form input[type="password"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #cdcdcd;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* line 185, resources/assets/styles/components/_forms.scss */

.post-password-form input[type="password"]:-moz-placeholder {
  /* Firefox 18- */
  color: #cdcdcd;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* line 190, resources/assets/styles/components/_forms.scss */

.post-password-form input[type="submit"] {
  font-size: 0;
  padding: 0;
  border: none;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSIjMDhhNmE0IiBkPSJNMjQgMGMtNC40MTEgMC04IDMuNTg5LTggOHY2SDNjLTEuNjU0IDAtMyAxLjM0Ni0zIDN2MTJjMCAxLjY1NCAxLjM0NiAzIDMgM2gxNmMxLjY1NCAwIDMtMS4zNDYgMy0zVjE3YzAtMS42NTQtMS4zNDYtMy0zLTNoLTFWOGMwLTMuMzA5IDIuNjkxLTYgNi02czYgMi42OTEgNiA2djZhMSAxIDAgMSAwIDIgMFY4YzAtNC40MTEtMy41ODktOC04LTh6bS01IDE2Yy41NTEgMCAxIC40NDggMSAxdjEyYzAgLjU1Mi0uNDQ5IDEtMSAxSDNjLS41NTEgMC0xLS40NDgtMS0xVjE3YzAtLjU1Mi40NDktMSAxLTFoMTZ6bS04IDEwYTEuOTk0IDEuOTk0IDAgMSAwIDEtMy43MjNWMjBhMSAxIDAgMSAwLTIgMHYyLjI3N0ExLjk5NCAxLjk5NCAwIDAgMCAxMSAyNnoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: transparent;
  margin-right: 0.5rem;
  cursor: pointer;
}

/* line 197, resources/assets/styles/components/_forms.scss */

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTE4Ljk5OTk0LDYuNDEsMTcuNTg5OTQsNWwtNS41OSw1LjU5TDYuNDA5OTQsNWwtMS40MSwxLjQxLDUuNTksNS41OS01LjU5LDUuNTksMS40MSwxLjQxLDUuNTktNS41OSw1LjU5LDUuNTksMS40MS0xLjQxLTUuNTktNS41OVoiLz48L3N2Zz4=) 50% 50% no-repeat transparent;
}

/* line 1, resources/assets/styles/components/_footer-menu.scss */

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 6, resources/assets/styles/components/_footer-menu.scss */

.footer-menu a {
  display: block;
  padding: 0;
}

@media (max-width: 991px) {
  /* line 6, resources/assets/styles/components/_footer-menu.scss */

  /*.footer-menu a {
    padding: 0.25rem 0;
  }*/
}

/* line 15, resources/assets/styles/components/_footer-menu.scss */

.footer-menu__item {
  padding: 0;
  margin-bottom: 0.5rem;
}

/* line 19, resources/assets/styles/components/_footer-menu.scss */

.footer-menu__item--active {
  font-weight: 600;
}

/* line 23, resources/assets/styles/components/_footer-menu.scss */

.footer-menu__item--rss {
  padding-left: 1.25rem;
  position: relative;
}

/* line 27, resources/assets/styles/components/_footer-menu.scss */

.footer-menu__item--rss::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiI+PGNpcmNsZSBjeD0iNiIgY3k9IjE4IiByPSIyIi8+PHBhdGggZD0iTTQsNFY2LjkxQTEzLjA5MDc0LDEzLjA5MDc0LDAsMCwxLDE3LjA5LDIwSDIwQTE2LjAwNDY3LDE2LjAwNDY3LDAsMCwwLDQsNFpNNCw5LjgyMDA1djIuOTFBNy4yNzYwNiw3LjI3NjA2LDAsMCwxLDExLjI2OTkyLDIwaDIuOTFBMTAuMTc2ODIsMTAuMTc2ODIsMCwwLDAsNCw5LjgyMDA1WiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

/* line 46, resources/assets/styles/components/_dlup.scss */

.dlup-result {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

/* line 53, resources/assets/styles/components/_dlup.scss */

.dlup-result > hr {
  display: none;
}

/* line 57, resources/assets/styles/components/_dlup.scss */

.dlup-result h2 {
  margin-top: 0;
}

/* line 61, resources/assets/styles/components/_dlup.scss */

.dlup-result h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 0 0 0.5rem;
}

/* line 67, resources/assets/styles/components/_dlup.scss */

.dlup-result dd {
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}

/* line 74, resources/assets/styles/components/_dlup.scss */

.dlup-result small {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-style: italic;
  color: #27317a;
}

/* line 82, resources/assets/styles/components/_dlup.scss */

.dlup-container-box,
.dlup-dealer {
  padding: 1rem 1rem 1.5rem;
  position: relative;
  border-radius: 2px;
  margin-bottom: 1rem;
}

/* line 90, resources/assets/styles/components/_dlup.scss */

.dlup-container-box {
  padding-bottom: 0.5rem;
}

/* line 94, resources/assets/styles/components/_dlup.scss */

.dlup-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 1.25rem;
}

/* Break long domain names */

/* line 102, resources/assets/styles/components/_dlup.scss */

.dlup-domain-name {
  word-break: break-all;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

/* line 108, resources/assets/styles/components/_dlup.scss */

div.dlup-result a {
  color: #414dba;
}

/* line 112, resources/assets/styles/components/_dlup.scss */

.dlup-bg-gray,
.accordion-toggle:hover,
.dlup-dealer-list .dlup-domain-list a:hover {
  background-color: #f5f5f5;
}

/* line 118, resources/assets/styles/components/_dlup.scss */

.dlup-content-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 123, resources/assets/styles/components/_dlup.scss */

.accordion-inner .dlup-content-group {
  display: block;
}

/* line 127, resources/assets/styles/components/_dlup.scss */

.dlup-content-group .dlup-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 135, resources/assets/styles/components/_dlup.scss */

.dlup-content-group .dlup-label {
  width: 100%;
}

/* line 139, resources/assets/styles/components/_dlup.scss */

.dlup-content-group h1 {
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.25em;
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  /* line 139, resources/assets/styles/components/_dlup.scss */

  .dlup-content-group h1 {
    font-size: 2rem;
  }
}

/* line 151, resources/assets/styles/components/_dlup.scss */

.dlup-content-group h1 + p {
  width: 100%;
  margin-top: 0;
  font-weight: 600;
}

/* line 156, resources/assets/styles/components/_dlup.scss */

.dlup-content-group h1 + p a {
  font-weight: normal;
  color: #414dba;
}

@media (min-width: 768px) {
  /* line 162, resources/assets/styles/components/_dlup.scss */

  .dlup-content-group dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 15, resources/assets/styles/components/_dlup.scss */

.dlup-content-group dl dt,
.dlup-content-group dl dd {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000;
  font-weight: normal;
  margin-bottom: 0;
}

/* line 24, resources/assets/styles/components/_dlup.scss */

.dlup-content-group dl dt {
  font-weight: 600;
}

@media (min-width: 768px) {
  /* line 24, resources/assets/styles/components/_dlup.scss */

  .dlup-content-group dl dt {
    font-weight: 400;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    min-width: 20%;
    margin-right: 0.5rem;
  }
}

/* line 35, resources/assets/styles/components/_dlup.scss */

.dlup-content-group dl dd {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  /* line 35, resources/assets/styles/components/_dlup.scss */

  .dlup-content-group dl dd {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 80%;
            flex: 1 0 80%;
    max-width: calc(80% - 8px);
  }
}

/* line 167, resources/assets/styles/components/_dlup.scss */

.dlup-content-group + .dlup-content-group {
  margin-top: 2rem;
}

/* line 171, resources/assets/styles/components/_dlup.scss */

.dlup-row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 174, resources/assets/styles/components/_dlup.scss */

.dlup-row address {
  margin-right: 2.5rem;
  min-width: 11.25rem;
  font-style: normal;
}

/* Better date styling */

/* line 183, resources/assets/styles/components/_dlup.scss */

.dlup-date dl {
  text-align: right;
  margin: 0;
  display: block;
}

/* line 188, resources/assets/styles/components/_dlup.scss */

.dlup-date dl > * {
  display: inline-block;
  vertical-align: top;
}

/* line 194, resources/assets/styles/components/_dlup.scss */

.dlup-date dt,
.dlup-date dd {
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-left: 0;
  padding: 0;
  color: #000;
  font-weight: normal;
  display: inline;
}

/* line 206, resources/assets/styles/components/_dlup.scss */

.dlup-date dd:after {
  content: '\A';
  white-space: pre;
}

/* line 212, resources/assets/styles/components/_dlup.scss */

.dlup-collapsable {
  border-radius: 2px;
  margin-bottom: 0.5rem;
}

/* line 220, resources/assets/styles/components/_dlup.scss */

#collapseTwo .dlup-content-group:first-child h3 + dl {
  margin-top: 0;
}

/* line 228, resources/assets/styles/components/_dlup.scss */

#collapseThree h3 + dl {
  margin-top: 0;
}

@media (min-width: 768px) {
  /* line 232, resources/assets/styles/components/_dlup.scss */

  #collapseThree dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 15, resources/assets/styles/components/_dlup.scss */

#collapseThree dl dt,
#collapseThree dl dd {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000;
  font-weight: normal;
  margin-bottom: 0;
}

/* line 24, resources/assets/styles/components/_dlup.scss */

#collapseThree dl dt {
  font-weight: 600;
}

@media (min-width: 768px) {
  /* line 24, resources/assets/styles/components/_dlup.scss */

  #collapseThree dl dt {
    font-weight: 400;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    min-width: 20%;
    margin-right: 0.5rem;
  }
}

/* line 35, resources/assets/styles/components/_dlup.scss */

#collapseThree dl dd {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  /* line 35, resources/assets/styles/components/_dlup.scss */

  #collapseThree dl dd {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 80%;
            flex: 1 0 80%;
    max-width: calc(80% - 8px);
  }
}

/* line 240, resources/assets/styles/components/_dlup.scss */

#collapseTwo dl dt,
#collapseTwo dl dd,
#collapseThree dl dt,
#collapseThree dl dd {
  font-size: 0.875rem;
}

/* line 248, resources/assets/styles/components/_dlup.scss */

.dlup-collapse-toggle:hover {
  text-decoration: none;
}

/* line 252, resources/assets/styles/components/_dlup.scss */

.dlup-collapse-toggle::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTE2LjU4OTk0LDguNTlsLTQuNTksNC41OC00LjU5LTQuNThMNS45OTk5NCwxMGw2LDYsNi02WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
}

/* line 259, resources/assets/styles/components/_dlup.scss */

.dlup-collapsable-heading {
  margin: 0;
  background-color: #414dba;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  border-radius: 2px 2px 0 0;
}

/* line 268, resources/assets/styles/components/_dlup.scss */

.dlup-collapsable-heading .dlup-collapse-toggle {
  position: relative;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

/* line 280, resources/assets/styles/components/_dlup.scss */

.dlup-collapsable-body {
  padding: 0.5rem 1rem;
  display: none;
}

/* line 285, resources/assets/styles/components/_dlup.scss */

.dlup-accordion {
  margin-bottom: 2rem;
}

/* line 289, resources/assets/styles/components/_dlup.scss */

.dlup-search {
  display: block;
  width: 100%;
}

/* line 293, resources/assets/styles/components/_dlup.scss */

.dlup-search input {
  margin: 0;
  border: none;
  outline: none;
  background: #fff;
  font-size: 1.125rem;
  line-height: 2rem;
  padding: 0.5rem 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 305, resources/assets/styles/components/_dlup.scss */

.dlup-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cdcdcd;
  font-size: 1.125rem;
  line-height: 2rem;
  text-transform: lowercase;
  font-weight: 600;
}

/* line 309, resources/assets/styles/components/_dlup.scss */

.dlup-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cdcdcd;
  font-size: 1.125rem;
  line-height: 2rem;
  text-transform: lowercase;
  font-weight: 600;
}

/* line 313, resources/assets/styles/components/_dlup.scss */

.dlup-search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cdcdcd;
  font-size: 1.125rem;
  line-height: 2rem;
  text-transform: lowercase;
  font-weight: 600;
}

/* line 317, resources/assets/styles/components/_dlup.scss */

.dlup-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #cdcdcd;
  font-size: 1.125rem;
  line-height: 2rem;
  text-transform: lowercase;
  font-weight: 600;
}

/* line 322, resources/assets/styles/components/_dlup.scss */

.dlup-search .btn {
  background-color: #08a6a4;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  border: 0;
}

@media (min-width: 768px) {
  /* line 322, resources/assets/styles/components/_dlup.scss */

  .dlup-search .btn {
    width: 12.5rem;
  }
}

/* line 338, resources/assets/styles/components/_dlup.scss */

.dlup-search input.error {
  border-color: #c76360;
  -webkit-box-shadow: 0 2px 8px rgba(199, 99, 96, 0.5);
          box-shadow: 0 2px 8px rgba(199, 99, 96, 0.5);
}

/* line 344, resources/assets/styles/components/_dlup.scss */

.dlup-search-field {
  border: 2px solid #08a6a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
}

/* line 350, resources/assets/styles/components/_dlup.scss */

.dlup-subscriber-details {
  padding: 1rem 1rem 0.75rem;
}

/* line 353, resources/assets/styles/components/_dlup.scss */

.dlup-subscriber-details h1 + .ingress {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: normal;
  color: #27317a;
  margin: 0;
}

/* line 361, resources/assets/styles/components/_dlup.scss */

.dlup-subscriber-details .dlup-label {
  width: auto;
}

/* line 364, resources/assets/styles/components/_dlup.scss */

.dlup-subscriber-details .dlup-label::after {
  content: ":";
  display: inline-block;
  margin-right: 0.25rem;
}

/* line 371, resources/assets/styles/components/_dlup.scss */

.dlup-subscriber-details h2 {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #27317a;
  font-weight: normal;
  margin: 0;
}

/* line 380, resources/assets/styles/components/_dlup.scss */

.dlup-subscriber-details .dlup-content-group:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}

/* line 388, resources/assets/styles/components/_dlup.scss */

.dlup-subscriber-details .dlup-content-group + .dlup-content-group {
  margin-top: 0;
}

/* Icons default */

/* line 411, resources/assets/styles/components/_dlup.scss */

.dlup-icon {
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}

/* line 398, resources/assets/styles/components/_dlup.scss */

.dlup-icon::before {
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 0.5rem;
  top: 0.25rem;
  vertical-align: middle;
}

/* line 416, resources/assets/styles/components/_dlup.scss */

.dlup-dealer-list .dlup-section-header {
  display: none;
}

@media (min-width: 768px) {
  /* line 420, resources/assets/styles/components/_dlup.scss */

  .dlup-dealer-list .dlup-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
}

/* line 429, resources/assets/styles/components/_dlup.scss */

.dlup-dealer-list .dlup-dealer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 0.5rem;
}

/* line 433, resources/assets/styles/components/_dlup.scss */

.dlup-dealer-list .dlup-dealer h3 {
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  background-color: #414dba;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* line 398, resources/assets/styles/components/_dlup.scss */

.dlup-dealer-list .dlup-dealer h3::before {
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 0.5rem;
  top: 0.25rem;
  vertical-align: middle;
}

/* line 441, resources/assets/styles/components/_dlup.scss */

.dlup-dealer-list .dlup-dealer h3:not(.dlup-icon) {
  background-color: #666;
}

/* line 444, resources/assets/styles/components/_dlup.scss */

.dlup-dealer-list .dlup-dealer h3:not(.dlup-icon)::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0tMi0yaDI0djI0SC0yeiIvPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTkgMTNoMnYySDl2LTJ6bTAtOGgydjZIOVY1em0uOTktNUM0LjQ3IDAgMCA0LjQ4IDAgMTBzNC40NyAxMCA5Ljk5IDEwQzE1LjUyIDIwIDIwIDE1LjUyIDIwIDEwUzE1LjUyIDAgOS45OSAwek0xMCAxOGMtNC40MiAwLTgtMy41OC04LThzMy41OC04IDgtOCA4IDMuNTggOCA4LTMuNTggOC04IDh6Ii8+PC9nPjwvc3ZnPg==);
}

/* line 449, resources/assets/styles/components/_dlup.scss */

.dlup-dealer-list .dlup-dealer h3.dlup-icon {
  cursor: pointer;
}

/* line 452, resources/assets/styles/components/_dlup.scss */

.dlup-dealer-list .dlup-dealer h3.dlup-icon::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTE2LjU4OTk0LDguNTlsLTQuNTksNC41OC00LjU5LTQuNThMNS45OTk5NCwxMGw2LDYsNi02WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-size: 1.5rem 1.5rem;
}

/* line 461, resources/assets/styles/components/_dlup.scss */

.dlup-domain-list {
  list-style: none;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

/* line 467, resources/assets/styles/components/_dlup.scss */

.dlup-domain-list li {
  padding: 0.25rem 0.5rem;
  background-color: #f5f5f5;
  border-radius: 2px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

/* line 475, resources/assets/styles/components/_dlup.scss */

.open .dlup-domain-list li {
  background-color: transparent;
}

/* line 480, resources/assets/styles/components/_dlup.scss */

.dlup-domain-list a {
  padding: 0 0 0 2rem;
  margin: 0;
  position: relative;
  display: block;
  text-indent: 0;
  text-decoration: none;
  word-wrap: break-word;
  color: #000 !important;
}

/* line 490, resources/assets/styles/components/_dlup.scss */

.dlup-domain-list a::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJiZDI2ZDhhMC1lOWFiLTQ2NTAtODVkOS04MTJlNzgxMjY3ZTAiIGRhdGEtbmFtZT0iTGF5ZXIgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9IiM0MTRkYmEiPjx0aXRsZT5ucmQ8L3RpdGxlPjxwYXRoIGQ9Ik0xMSw3aDJWOUgxMVptMCw0aDJ2NkgxMVptMS05QTEwLDEwLDAsMSwwLDIyLDEyLDEwLjAwMzY1LDEwLjAwMzY1LDAsMCwwLDEyLDJabTAsMThhOCw4LDAsMSwxLDgtOEE4LjAxMDYyLDguMDEwNjIsMCwwLDEsMTIsMjBaIi8+PC9zdmc+Cg==);
  top: 0;
  left: 0;
}

/* line 496, resources/assets/styles/components/_dlup.scss */

.dlup-domain-list a:hover {
  text-decoration: none;
  cursor: pointer;
}

/* line 503, resources/assets/styles/components/_dlup.scss */

.dlup-dealer-list-contact {
  width: 100%;
  padding: 1rem;
  margin-bottom: 0.5rem;
}

/* DNSSEC2 start */

/* line 511, resources/assets/styles/components/_dlup.scss */

.dlup-secure {
  margin-bottom: 15px;
  min-height: 20px;
}

/* line 516, resources/assets/styles/components/_dlup.scss */

.dlup-secure-icon {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 522, resources/assets/styles/components/_dlup.scss */

.dlup-toggle-wrap {
  width: 37px;
  display: inline-block;
  float: right;
  margin-bottom: 13px;
  margin-top: -3px;
  margin-right: 3px;
  margin-left: 10px;
  background: #414dba;
  border-radius: 18px;
  border: 1px solid #414dba;
  height: 20px;
}

/* line 535, resources/assets/styles/components/_dlup.scss */

.dlup-toggle-wrap input[type="checkbox"] {
  display: none;
}

/* Hiding the real checkbox */

/* line 542, resources/assets/styles/components/_dlup.scss */

.dlup-toggle,
.dlup-toggle:active {
  height: 0;
  width: 0;
  opacity: 0;
  border: none;
  outline: none;
  float: right;
}

/* line 552, resources/assets/styles/components/_dlup.scss */

.dlup-toggle-label {
  display: block;
  line-height: 0;
  position: relative;
  width: 100%;
  height: 1.125rem;
  padding-left: 0.75rem;
  border-radius: 1.125rem;
  background: #dfdfdf;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 0 #dfdfdf, 0 0 0 2px #dfdfdf;
          box-shadow: inset 0 0 0 0 #dfdfdf, 0 0 0 2px #dfdfdf;
}

/* line 564, resources/assets/styles/components/_dlup.scss */

.dlup-toggle-label::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 100%;
  border: 2px solid #414dba;
  top: -3px;
  left: -2px;
  right: auto;
  background: #fff;
}

/* line 580, resources/assets/styles/components/_dlup.scss */

.dlup-toggle:checked + .dlup-toggle-label {
  background: #414dba;
  -webkit-box-shadow: inset 0 0 0 1px #414dba, 0 0 0 2px #414dba;
          box-shadow: inset 0 0 0 1px #414dba, 0 0 0 2px #414dba;
}

/* line 585, resources/assets/styles/components/_dlup.scss */

.dlup-toggle:checked + .dlup-toggle-label:before {
  left: calc(100% - 20px);
  background: #fff;
}

/* line 590, resources/assets/styles/components/_dlup.scss */

.dlup-secure-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-align: right;
}

/* line 597, resources/assets/styles/components/_dlup.scss */

.dlup-secure-collapsable-body {
  display: none;
  clear: both;
  text-align: right;
  position: relative;
  border: 2px solid #f5f5f5;
  border-radius: 2px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  white-space: nowrap;
}

@media (min-width: 768px) {
  /* line 597, resources/assets/styles/components/_dlup.scss */

  .dlup-secure-collapsable-body {
    font-size: 1rem;
  }
}

/* line 613, resources/assets/styles/components/_dlup.scss */

.dlup-secure-collapsable-body .dlup-secure-icon {
  position: absolute;
  top: 0.3125rem;
  right: 0.5rem;
}

/* line 618, resources/assets/styles/components/_dlup.scss */

.dlup-secure-collapsable-body .dlup-secure-icon::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzA4YTZhNCIgZD0iTTExLjk5OTkyLDJhMTAsMTAsMCwxLDAsMTAsMTBBMTAuMDAzNjUsMTAuMDAzNjUsMCwwLDAsMTEuOTk5OTIsMlptLTIsMTUtNS01LDEuNDEtMS40MSwzLjU5LDMuNTgsNy41OS03LjU5LDEuNDEsMS40MloiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 628, resources/assets/styles/components/_dlup.scss */

.dlup-secure-collapsable-body .dlup-secure-icon svg {
  display: none;
}

/* line 637, resources/assets/styles/components/_dlup.scss */

.dlup-secure-collapsable-body a {
  display: inline;
}

/* line 642, resources/assets/styles/components/_dlup.scss */

.dlup-result #query_ingress h1 {
  padding-left: 15px;
}

/* line 646, resources/assets/styles/components/_dlup.scss */

.dlup-result .ingress {
  font-size: 1.2em;
}

/* line 648, resources/assets/styles/components/_dlup.scss */

.dlup-result h1 + .ingress {
  margin-top: 0;
}

/* line 650, resources/assets/styles/components/_dlup.scss */

.dlup-label + h1,
.dlup-label + h2 {
  margin-top: 0;
}

/* line 652, resources/assets/styles/components/_dlup.scss */

.dlup-hidden {
  display: none;
}

/* line 656, resources/assets/styles/components/_dlup.scss */

.dlup-secure-hidden {
  display: none;
}

/* line 659, resources/assets/styles/components/_dlup.scss */

.dlup-secure-hidden::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzA4YTZhNCIgZD0iTTExLjk5OTkyLDJhMTAsMTAsMCwxLDAsMTAsMTBBMTAuMDAzNjUsMTAuMDAzNjUsMCwwLDAsMTEuOTk5OTIsMlptLTIsMTUtNS01LDEuNDEtMS40MSwzLjU5LDMuNTgsNy41OS03LjU5LDEuNDEsMS40MloiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 670, resources/assets/styles/components/_dlup.scss */

.dlup-secure-hidden--not-secured::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2RhMzA0YyIgZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz48L3N2Zz4=);
}

/* line 675, resources/assets/styles/components/_dlup.scss */

.dlup-secure-hidden svg {
  display: none;
}

/* line 680, resources/assets/styles/components/_dlup.scss */

.dlup-content-group::after,
.dlup-container-box::after {
  content: "";
  display: table;
  clear: both;
}

/* Grid and columns */

/* line 688, resources/assets/styles/components/_dlup.scss */

.dlup-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 693, resources/assets/styles/components/_dlup.scss */

[class^="dlup-col-"] {
  overflow: hidden;
}

/* Feedback */

/* line 698, resources/assets/styles/components/_dlup.scss */

[class^="dlup-feedback"] {
  border-radius: 2px;
  padding: 0.5rem 1rem;
}

/* line 703, resources/assets/styles/components/_dlup.scss */

.dlup-feedback-negative {
  background-color: #ffc2cc;
}

/* line 707, resources/assets/styles/components/_dlup.scss */

.dlup-feedback-positive {
  background-color: rgba(91, 199, 108, 0.4);
}

/* Warnings as in bootstrap */

/* line 712, resources/assets/styles/components/_dlup.scss */

.dlup-feedback-warning {
  color: #a94442;
  background-color: #fcf8e3;
}

/* line 717, resources/assets/styles/components/_dlup.scss */

p.dlup-disclaimer {
  margin-top: 48px;
}

/* Toogle - functionality */

/* line 721, resources/assets/styles/components/_dlup.scss */

.dlup-dealer-list .open h3.dlup-icon::before,
.dlup-accordion .open .dlup-collapse-toggle::before {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* UU-test shows that this color is not usable
  .dlup-dealer-list h3:not(.dlup-icon) { color: #979797; } 
*/

/* ================

Domain lookup - Printed media only

===================*/

@media print {
  /* line 735, resources/assets/styles/components/_dlup.scss */

  .dlup-collapsable-body {
    display: block;
  }
}

/* tooltip tunings */

/* line 740, resources/assets/styles/components/_dlup.scss */

.tooltip-inner {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  text-indent: 0px;
}

/* line 1, resources/assets/styles/teknisk/_teknisk-search-form.scss */

.c-teknisk-search-form {
  background-color: #f5f5f5;
  padding: 0.25rem 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 2px;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/teknisk/_teknisk-search-form.scss */

  .c-teknisk-search-form {
    padding: 0.5rem 1rem;
  }
}

/* line 11, resources/assets/styles/teknisk/_teknisk-search-form.scss */

.c-teknisk-search-form:last-child {
  margin-bottom: 0;
}

/* line 15, resources/assets/styles/teknisk/_teknisk-search-form.scss */

.c-teknisk-search-form__header {
  color: #27317a;
  font-weight: bold;
  padding-top: 0.125rem;
}

/* line 21, resources/assets/styles/teknisk/_teknisk-search-form.scss */

.c-teknisk-search-form__form {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 27, resources/assets/styles/teknisk/_teknisk-search-form.scss */

.c-teknisk-search-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid #27317a;
  border-right: none;
  border-radius: 2px 0 0 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 0.75rem;
  font-size: 1rem;
  margin: 0 -4px 0 0;
  width: 100%;
}

/* line 39, resources/assets/styles/teknisk/_teknisk-search-form.scss */

.c-teknisk-search-form__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding-left: 0.25rem;
  border-top: 2px solid #27317a;
  border-bottom: 2px solid #27317a;
}

/* line 46, resources/assets/styles/teknisk/_teknisk-search-form.scss */

.c-teknisk-search-form__progress__percentage {
  padding-top: 0.5rem;
  display: block;
}

/* line 51, resources/assets/styles/teknisk/_teknisk-search-form.scss */

.c-teknisk-search-form__progress__indicator {
  padding: 0.5rem 0.5rem 0;
}

/* line 56, resources/assets/styles/teknisk/_teknisk-search-form.scss */

.c-teknisk-search-form__button-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.5rem;
          flex: 0 0 6.5rem;
}

@media (min-width: 768px) {
  /* line 56, resources/assets/styles/teknisk/_teknisk-search-form.scss */

  .c-teknisk-search-form__button-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10.25rem;
            flex: 0 0 10.25rem;
  }
}

/* line 64, resources/assets/styles/teknisk/_teknisk-search-form.scss */

.c-teknisk-search-form button {
  background-color: #27317a;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.375rem;
  border: none;
  padding: 0.5rem 0.875rem 0.5rem 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 2px 2px 0;
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 64, resources/assets/styles/teknisk/_teknisk-search-form.scss */

  .c-teknisk-search-form button {
    font-size: 1rem;
    padding: 0.5rem 0.875rem 0.5rem 1.375rem;
  }
}

/* line 85, resources/assets/styles/teknisk/_teknisk-search-form.scss */

.c-teknisk-search-form button::after {
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIsNCwxMC41OSw1LjQxLDE2LjE3LDExSDR2MkgxNi4xN2wtNS41OCw1LjU5TDEyLDIwbDgtOFoiLz48L3N2Zz4=) no-repeat 50% 50% transparent;
  background-size: 1.5rem 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

@media (min-width: 768px) {
  /* line 85, resources/assets/styles/teknisk/_teknisk-search-form.scss */

  .c-teknisk-search-form button::after {
    margin-left: 0.25rem;
    display: block;
  }
}

/* PID Custom */

/** Reused and modified (see comments) single classes from Norid web */

/* line 2, resources/assets/styles/pid/_custom.scss */

.nrd-button,
button,
input[type="submit"] {
  /* Added button and submit */
  display: inline-block;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  min-width: 10rem;
  background-color: #0d857b;
  /* $gr-nn-500; Missing variable from Norid web repo */
  color: #fff;
  border-radius: 3px;
  margin: 0 0 2rem;
  text-decoration: none;
  text-align: center;
}

/* line 19, resources/assets/styles/pid/_custom.scss */

.nrd-lead,
.ingress {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 2rem;
}

/* line 26, resources/assets/styles/pid/_custom.scss */

.nrd-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  /* Added all below */
  margin-top: -3px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 37, resources/assets/styles/pid/_custom.scss */

.nrd-icon--person-black {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTS00LTRoMjR2MjRILTR6Ii8+CiAgICAgICAgPHBhdGggZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNOCAxLjlhMi4xIDIuMSAwIDEgMSAwIDQuMiAyLjEgMi4xIDAgMCAxIDAtNC4yem0wIDljMi45NyAwIDYuMSAxLjQ2IDYuMSAyLjF2MS4xSDEuOVYxM2MwLS42NCAzLjEzLTIuMSA2LjEtMi4xek04IDBDNS43OSAwIDQgMS43OSA0IDRzMS43OSA0IDQgNCA0LTEuNzkgNC00LTEuNzktNC00LTR6bTAgOWMtMi42NyAwLTggMS4zNC04IDR2M2gxNnYtM2MwLTIuNjYtNS4zMy00LTgtNHoiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
}

/* line 41, resources/assets/styles/pid/_custom.scss */

.nrd-icon--check-circle-blue {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0tMi0yaDI0djI0SC0yeiIvPjxwYXRoIGZpbGw9IiMwRDRCNkQiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEwIDBDNC40OCAwIDAgNC40OCAwIDEwczQuNDggMTAgMTAgMTAgMTAtNC40OCAxMC0xMFMxNS41MiAwIDEwIDB6bTAgMThjLTQuNDEgMC04LTMuNTktOC04czMuNTktOCA4LTggOCAzLjU5IDggOC0zLjU5IDgtOCA4em00LjU5LTEyLjQyTDggMTIuMTcgNS40MSA5LjU5IDQgMTFsNCA0IDgtOC0xLjQxLTEuNDJ6Ii8+PC9nPjwvc3ZnPg==);
}

/* line 45, resources/assets/styles/pid/_custom.scss */

.nrd-icon--info-circle-blue {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0tMi0yaDI0djI0SC0yeiIvPjxwYXRoIGZpbGw9IiM0MTRkYmEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTkgMTNoMnYySDl2LTJ6bTAtOGgydjZIOVY1em0uOTktNUM0LjQ3IDAgMCA0LjQ4IDAgMTBzNC40NyAxMCA5Ljk5IDEwQzE1LjUyIDIwIDIwIDE1LjUyIDIwIDEwUzE1LjUyIDAgOS45OSAwek0xMCAxOGMtNC40MiAwLTgtMy41OC04LThzMy41OC04IDgtOCA4IDMuNTggOCA4LTMuNTggOC04IDh6Ii8+PC9nPjwvc3ZnPg==);
}

/* line 49, resources/assets/styles/pid/_custom.scss */

.nrd-icon--info-circle-gray {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTS0yLTJoMjR2MjRILTJ6Ii8+CiAgICAgICAgPHBhdGggZmlsbD0iIzY2NjY2NiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNOSAxM2gydjJIOXYtMnptMC04aDJ2Nkg5VjV6bS45OS01QzQuNDcgMCAwIDQuNDggMCAxMHM0LjQ3IDEwIDkuOTkgMTBDMTUuNTIgMjAgMjAgMTUuNTIgMjAgMTBTMTUuNTIgMCA5Ljk5IDB6TTEwIDE4Yy00LjQyIDAtOC0zLjU4LTgtOHMzLjU4LTggOC04IDggMy41OCA4IDgtMy41OCA4LTggOHoiLz4KICAgIDwvZz4KPC9zdmc+);
}

/** Custom CSS for external services outside of Norid-web */

/* line 55, resources/assets/styles/pid/_custom.scss */

.nrd-button[disabled],
input[type="submit"][disabled="disabled"] {
  background-color: #cdcdcd;
  color: #666;
}

/* line 61, resources/assets/styles/pid/_custom.scss */

.content {
  max-width: 45rem;
  margin: 0 auto;
}

/* line 65, resources/assets/styles/pid/_custom.scss */

p img {
  display: inline;
  vertical-align: middle;
  margin-right: 0.5rem;
}

/* line 71, resources/assets/styles/pid/_custom.scss */

ul {
  margin-top: 1rem;
}

/* line 75, resources/assets/styles/pid/_custom.scss */

form {
  margin-top: 1.5rem;
}

/* line 79, resources/assets/styles/pid/_custom.scss */

label {
  font-weight: 600;
  line-height: 20px;
  display: block;
  clear: both;
  position: relative;
}

/* line 86, resources/assets/styles/pid/_custom.scss */

label > span {
  margin-bottom: 0.5rem;
}

/* line 90, resources/assets/styles/pid/_custom.scss */

label span {
  font-size: 0.875rem;
  display: block;
}

/* line 94, resources/assets/styles/pid/_custom.scss */

label span span {
  font-weight: 400;
}

/* line 101, resources/assets/styles/pid/_custom.scss */

input[type="text"],
input[type="email"] {
  max-width: 240px;
}

/* line 106, resources/assets/styles/pid/_custom.scss */

input[type="submit"] {
  border: 0;
}

/* line 111, resources/assets/styles/pid/_custom.scss */

.input {
  margin-bottom: 1rem;
}

/* line 115, resources/assets/styles/pid/_custom.scss */

.input-text,
.input-email {
  margin-bottom: 1rem;
}

/* line 120, resources/assets/styles/pid/_custom.scss */

.input-radio {
  margin-bottom: 0.5rem;
}

/* line 124, resources/assets/styles/pid/_custom.scss */

.input-submit {
  margin-top: 40px;
}

/* line 127, resources/assets/styles/pid/_custom.scss */

.input-submit a {
  margin-right: 1rem;
}

/* Applicant summary */

/* line 133, resources/assets/styles/pid/_custom.scss */

.facts-box {
  background-color: #f5f5f5;
  padding: 1rem 1.5rem;
  margin-bottom: 2.5rem;
  margin-left: -1.5rem;
  max-width: 520px;
}

/* line 140, resources/assets/styles/pid/_custom.scss */

.facts-box::after {
  content: "";
  display: table;
  clear: both;
}

/* line 146, resources/assets/styles/pid/_custom.scss */

.facts-box dt,
.facts-box dd {
  float: left;
}

/* line 151, resources/assets/styles/pid/_custom.scss */

.facts-box dt {
  clear: left;
  width: 150px;
  font-weight: 400;
  color: #000;
}

/* line 158, resources/assets/styles/pid/_custom.scss */

.facts-box dd {
  -webkit-margin-start: 1rem;
          margin-inline-start: 1rem;
  margin-bottom: 0;
}

/* Info boxes */

/* line 165, resources/assets/styles/pid/_custom.scss */

.info {
  display: inline-block;
  border-radius: 2px;
  clear: both;
  margin: 0.5rem 0;
}

/* line 171, resources/assets/styles/pid/_custom.scss */

.info b {
  margin-left: 0.5rem;
}

/* line 173, resources/assets/styles/pid/_custom.scss */

.info p {
  margin-top: 0;
}

/* line 175, resources/assets/styles/pid/_custom.scss */

.info.block {
  display: block;
}

/* line 180, resources/assets/styles/pid/_custom.scss */

.info-general,
.info-confirm,
.info-attention,
.info-warning,
.info-error,
.info-popup__content {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border: 2px solid #0d4b6d;
  background-color: #c2e7ff;
  color: #0d4b6d;
  font-weight: 600;
}

/* line 193, resources/assets/styles/pid/_custom.scss */

.info-attention,
.info-warning {
  border: 2px solid #fbcc24;
  background-color: #fff1c2;
}

/* line 199, resources/assets/styles/pid/_custom.scss */

.info-error {
  border: 2px solid #da304c;
  background-color: #ffc2cc;
}

/* line 204, resources/assets/styles/pid/_custom.scss */

.info-popup {
  margin-left: 1rem;
}

/* line 208, resources/assets/styles/pid/_custom.scss */

label .info-popup {
  position: absolute;
  top: 2.125rem;
  margin-left: 0.5rem;
}

/* line 214, resources/assets/styles/pid/_custom.scss */

.info-popup__content {
  display: none;
}

/* line 218, resources/assets/styles/pid/_custom.scss */

.expanded .info-popup__content {
  display: block;
  margin-left: 1.5rem;
}

/* Accordion */

/* line 224, resources/assets/styles/pid/_custom.scss */

.nrd-accordion {
  max-width: 47.5rem;
  margin: 0 auto;
}

/* line 228, resources/assets/styles/pid/_custom.scss */

.nrd-accordion__item {
  background-color: #f5f5f5;
  position: relative;
  border-radius: 2px;
  color: #414dba;
  margin-bottom: 0.6875rem;
  padding: 0;
}

/* line 237, resources/assets/styles/pid/_custom.scss */

.nrd-accordion__header {
  position: relative;
  padding: 0.5rem 3rem 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* line 243, resources/assets/styles/pid/_custom.scss */

.nrd-accordion__header.js-accordion-expand {
  cursor: pointer;
}

/* line 247, resources/assets/styles/pid/_custom.scss */

.nrd-accordion__header:focus {
  outline: none;
}

/* line 252, resources/assets/styles/pid/_custom.scss */

.nrd-accordion__title {
  display: block;
}

/* line 256, resources/assets/styles/pid/_custom.scss */

.nrd-accordion__expand {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

/* line 261, resources/assets/styles/pid/_custom.scss */

.expanded .nrd-accordion__expand {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 265, resources/assets/styles/pid/_custom.scss */

.nrd-accordion__expand svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #414dba;
}

/* line 272, resources/assets/styles/pid/_custom.scss */

.nrd-accordion__content {
  color: #454545;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* line 278, resources/assets/styles/pid/_custom.scss */

.expanded .nrd-accordion__content {
  max-height: 15vh;
}

/* line 282, resources/assets/styles/pid/_custom.scss */

.nrd-accordion__content__pd {
  padding: 0.3125rem 0.875rem 0.6875rem;
}

/* Grid */

/* line 289, resources/assets/styles/pid/_custom.scss */

.col-2 label {
  display: inline-block;
  margin-right: 1rem;
  min-width: 240px;
}

/* line 1, resources/assets/styles/pid/_dns-test.scss */

.dns-check-filters {
  margin-bottom: 1rem;
}

/* line 4, resources/assets/styles/pid/_dns-test.scss */

.dns-check-filters label {
  font-weight: 400;
  margin-right: 0.5rem;
  line-height: 1.5rem;
  display: block;
}

@media (min-width: 768px) {
  /* line 4, resources/assets/styles/pid/_dns-test.scss */

  .dns-check-filters label {
    display: inline-block;
  }
}

/* line 15, resources/assets/styles/pid/_dns-test.scss */

.dns-check-filters ol {
  margin: 0;
  padding: 0;
  display: inline-block;
}

/* line 21, resources/assets/styles/pid/_dns-test.scss */

.dns-check-filters li {
  border: 2px solid #cdcdcd;
  background-color: #f5f5f5;
  list-style: none;
  padding: 0 0.5rem;
  margin: 0 0 0.25rem 0;
  display: inline-block;
  border-radius: 0.3rem;
  line-height: 1.5rem;
}

/* line 31, resources/assets/styles/pid/_dns-test.scss */

.dns-check-filters li.active,
.dns-check-filters li:not(.disabled):hover {
  border: 2px solid #000;
  cursor: pointer;
  background-color: transparent;
}

/* line 38, resources/assets/styles/pid/_dns-test.scss */

.dns-check-filters li.disabled {
  opacity: 0.3;
  background-color: transparent;
}

/* line 44, resources/assets/styles/pid/_dns-test.scss */

.dns-check-filters i {
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem 1.25rem;
  margin: 0.125rem 0.5rem 0.125rem 0;
}


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