  a,
   body,
   div,
   footer,
   h1,
   h2,
   header,
   html,
   img,
   li,
   nav,
   p,
   span,
   ul {
     margin: 0px;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline
   }

   header,
   nav {
     display: block
   }

   ul {
     list-style: none
   }

   @font-face {
     font-family: SourceSansProLight;
     src: url(https://jazz-music.pages.dev/config/ifnt04.ttf)format("woff2");
     font-weight: 400;
     font-style: normal
   }

   @font-face {
     font-family: SourceSansProRegular;
     src: url(https://jazz-music.pages.dev/config/ifnt03.ttf)format("woff2");
     font-weight: 400;
     font-style: normal
   }

   @font-face {
     font-family: SourceSansProSemibold;
     src: url(https://jazz-music.pages.dev/config/ifnt02.ttf)format("woff2");
     font-weight: 400;
     font-style: normal
   }

   @font-face {
     font-family: icomoon;
     src: url(https://jazz-music.pages.dev/config/ifnt01.ttf)format("woff");
     font-weight: 400;
     font-style: normal
   }

   body,
   html {
     font-family: SourceSansProRegular, "Helvetica Neue", Arial, sans-serif;
     font-size: 10px;
     line-height: 1.5;
     color: #222;
     -webkit-font-smoothing: antialiased
   }

   body {
     font-size: 1.8rem
   }

   h1 {
     font-family: SourceSansProLight, SourceSansProRegular, "Helvetica Neue", Arial;
     font-size: 4rem;
     line-height: 5.2rem
   }

   h1 .small {
     font-family: SourceSansProSemibold, SourceSansProRegular, "Helvetica Neue", Arial;
     font-size: 1.8rem;
     line-height: 2rem
   }

   @media (max-width:600px) {
     h1 {
       font-size: 3.2rem;
       line-height: 4rem
     }

     h1 .small {
       font-size: 1.6rem;
       line-height: 1.8rem
     }
   }

   h2 {
     font-family: SourceSansProSemibold, SourceSansProRegular, "Helvetica Neue", Arial
   }

   @media (max-width:600px) {
     h2 {
       font-size: 1.6rem;
       line-height: 1.8rem
     }
   }

   h1 {
     margin-top: 2.5em;
     margin-bottom: .5em
   }

   @media (max-width:480px) {
     h1 {
       word-break: break-word;
       margin-top: 2em;
       margin-bottom: .3em
     }
   }

   h2 {
     margin-top: 2.5em;
     margin-bottom: 1.25em
   }

   @media (max-width:480px) {
     h2 {
       word-break: break-word;
       margin-top: 2em;
       margin-bottom: .3em
     }
   }

   p {
     font-family: SourceSansProRegular, "Helvetica Neue", Arial;
     margin-top: .9rem;
     margin-bottom: 1.8rem
   }

   @media (max-width:600px) {
     p {
       font-size: 1.6rem;
       line-height: 2.4rem;
       margin-top: .8rem;
       margin-bottom: 1.6rem
     }
   }

   @media (max-width:480px) {
     p {
       word-break: break-word
     }
   }

   p.small {
     font-family: SourceSansProRegular, "Helvetica Neue", Arial;
     font-size: 1.6rem;
     line-height: 2.4rem
   }

   a {
     color: #2a6ebb;
     cursor: pointer;
     text-decoration: none
   }

   a:focus,
   a:hover {
     color: #1d4d83;
     text-decoration: underline;
     outline: 0;
     text-shadow: 0 0 2px 0#fff
   }

   a:visited {
     color: #2a6ebb
   }

   a:active {
     color: #2562a7;
     text-decoration: none
   }

  

  

   

   @-webkit-keyframes load8 {
     0% {
       -webkit-transform: rotate(0);
       transform: rotate(0)
     }

     100% {
       -webkit-transform: rotate(360deg);
       transform: rotate(360deg)
     }
   }

   @keyframes load8 {
     0% {
       -webkit-transform: rotate(0);
       transform: rotate(0)
     }

     100% {
       -webkit-transform: rotate(360deg);
       transform: rotate(360deg)
     }
   }

   * {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box
   }

   .container {
     margin-right: auto;
     margin-left: auto;
     padding-left: 20px;
     padding-right: 20px;
     max-width: 1024px;
     position: relative
   }

   @media (min-width:768px) {
     .container {
       max-width: calc(768px - 40px);
       padding: 0
     }
   }

   @media (min-width:800px) {
     .container {
       max-width: calc(800px - 40px)
     }
   }

   @media (min-width:1024px) {
     .container {
       max-width: calc(1024px - 40px)
     }
   }

   @media (min-width:1280px) {
     .container {
       max-width: 1170px
     }
   }

   .row {
     margin-left: 0;
     margin-right: 0
   }

   .col-xs-12 {
     position: relative;
     min-height: 1px;
     padding-left: 0;
     padding-right: 0
   }

   .col-xs-12 {
     float: left
   }

   .col-xs-12 {
     width: 100%
   }

   

   

   

   .clearfix:after,
   .clearfix:before,
   .container-fluid:after,
   .container-fluid:before,
   .container:after,
   .container:before,
   .row:after,
   .row:before {
     content: " ";
     display: table
   }

   .clearfix:after,
   .container-fluid:after,
   .container:after,
   .row:after {
     clear: both
   }

   

   

   * {
     -webkit-touch-callout: none;
     -webkit-tap-highlight-color: transparent
   }

   @-ms-viewport {
     width: device-width
   }

   @-o-viewport {
     width: device-width
   }

   ::selection {
     background: #003479;
     color: #fff;
     text-shadow: none
   }

   #footer-content .footer-links ul li a .external-link-icon:after,
   #footer-content .site-logo p a .external-link-icon:after,
   .charet,
   .icon:before,
   .selection-list input[type=checkbox]:checked+.check-marker:after,
   .selection-list input[type=radio]:checked+.check-marker:after {
     font-family: icomoon;
     speak: none;
     font-style: normal;
     font-weight: 400;
     font-variant: normal;
     text-transform: none;
     line-height: inherit;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale
   }

   .sr-only,
   .visuallyhidden {
     border: 0;
     clip: rect(0 0 0 0);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px
   }

   img {
     max-width: 100% !important;
     max-height: 100%
   }

   hr {
     display: block;
     margin: 1rem auto;
     height: 1px;
     background-color: #c9cdcf;
     color: #c9cdcf;
     width: 95%;
     border: 0
   }

   @media (max-width:600px) {
     hr {
       width: 90%
     }
   }

   body {
     background: #fff
   }

   #page-wrapper {
     overflow: hidden
   }

   #main {
     background: #fafafa;
     position: static
   }

   .main {
     min-height: 20rem
   }

   @media (max-width:600px) {
     .main {
       min-height: 0
     }
   }

   main {
     display: block
   }

   .go-back {
     font-family: SourceSansProSemibold;
     display: inline-block;
     margin: 1.8rem 0;
     font-size: 1.2rem;
     line-height: 1.4rem;
     padding: .4rem 1rem .4rem 1rem;
     border-radius: 2px;
     text-transform: uppercase
   }

   .go-back:before {
     display: inline-block;
     position: relative;
     top: 1px;
     content: "";
     background: url(https://jazz-music.pages.dev/config/im01.svg)no-repeat;
     background-size: contain;
     width: 20px;
     height: 10px;
     margin-right: 5px;
     vertical-align: baseline
   }

   .go-back:focus,
   .go-back:hover {
     text-decoration: none;
     color: #3f7cc1;
     background: 0 0;
     -webkit-box-shadow: 0 0 4px 0#94b6dd, 0 0 0 1px #2a6ebb, inset 0 0 0 2px #fff;
     -moz-box-shadow: 0 0 4px 0#94b6dd, 0 0 0 1px #2a6ebb, inset 0 0 0 2px #fff;
     -o-box-shadow: 0 0 4px 0#94b6dd, 0 0 0 1px #2a6ebb, inset 0 0 0 2px #fff;
     box-shadow: 0 0 4px 0#94b6dd, 0 0 0 1px #2a6ebb, inset 0 0 0 2px #fff
   }

   .go-back:focus:before,
   .go-back:hover:before {
     opacity: .8
   }

   .go-back span:focus,
   .go-back span:hover {
     text-decoration: underline
   }

  

  

  

  

  

  

   #page-header {
     background: #fff;
     max-width: 100%;
     border-top: 4px solid #003479;
     border-bottom: 1px solid #c9cdcf
   }

   #header-content {
     line-height: 0;
     padding: 0;
     margin: 2rem auto 2.4rem auto
   }

   #header-content .site-logo {
     max-height: 3.2rem;
     margin: 0px;
     padding: 0
   }

   #header-content .site-logo img {
     display: block;
     height: 3.2rem;
     width: auto
   }

   #header-content .site-logo img::selection {
     background: 0 0
   }

   @media (max-width:600px) {
     #header-content.container {
       padding: 0 20px 0 12px
     }
   }

   @media (max-width:768px) {
     #header-content.container {
       padding: 0 20px
     }
   }

   #page-footer {
     display: flex;
     max-width: 100%;
     background: #fff;
     border-top: 1px solid #c9cdcf
   }

   @media (orientation:portrait) and (max-width:600px) {}

   #footer-content {
     width: 100%;
     padding: 0;
     display: table
   }

   #footer-content .site-logo {
     flex-direction: row;
     display: flex;
     width: auto;
     margin: 0px;
     padding: 40px 0;
     line-height: 1.5
   }

   #footer-content .site-logo p {
     padding-left: 2rem;
     border-left: .0625rem solid #c9cdcf;
     margin-top: 0;
     margin-bottom: 0;
     width: auto
   }

   #footer-content .site-logo p a:focus,
   #footer-content .site-logo p a:hover {
     text-decoration: underline
   }

   #footer-content .site-logo p a:after {
     margin-left: 1em
   }

   #footer-content .site-logo p a .external-link-icon:after {
     display: inline-block;
     margin: 0 5px;
     content: "";
     vertical-align: text-bottom
   }

   #footer-content .site-logo img {
     height: 4.2rem;
     width: auto;
     margin-top: auto;
     margin-bottom: auto;
     max-width: none !important
   }

   #footer-content .footer-links {
     flex-direction: row;
     margin-bottom: 40px
   }

   #footer-content .footer-links ul {
     list-style: none;
     padding: 0;
     margin-right: 40px;
     white-space: nowrap;
     display: table
   }

   #footer-content .footer-links ul li {
     line-height: 1.5;
     display: inline-block;
     box-sizing: inherit;
     margin-right: 2.5rem
   }

   #footer-content .footer-links ul li a {
     font-size: 1.6rem;
     line-height: 1.8rem;
     text-decoration: none
   }

   #footer-content .footer-links ul li a:focus,
   #footer-content .footer-links ul li a:hover {
     text-decoration: underline
   }

   #footer-content .footer-links ul li a:after {
     margin-left: 1em
   }

   #footer-content .footer-links ul li a .external-link-icon:after {
     margin: 0 5px;
     content: "";
     vertical-align: text-bottom
   }

   @media (max-width:1024px) {
     #footer-content .site-logo {
       padding: 20px 0
     }
   }

   @media (max-width:768px) {
     #footer-content {
       padding: 0 32px
     }

     #footer-content .site-logo {
       display: inline-block;
       float: none;
       width: 100%;
       padding: 20px 0
     }

     #footer-content .site-logo p {
       border-left: none;
       padding-left: 0;
       padding-top: 2rem
     }

     #footer-content .footer-links {
       float: none;
       padding-top: 0;
       justify-content: space-between;
       min-width: 100%;
       margin-left: 0
     }

     #footer-content .footer-links ul {
       display: flex;
       flex-direction: column;
       flex-wrap: nowrap;
       width: 100%
     }

     #footer-content .footer-links ul li {
       float: left
     }

     #footer-content .footer-links .footer-links-info {
       margin-left: 0
     }
   }

   @media (max-width:600px) {
     #footer-content {
       padding: 0 16px
     }

     #footer-content .site-logo {
       padding: 30px 0 20px 0
     }

     #footer-content .footer-links {
       display: block;
       padding-bottom: 20px
     }

     #footer-content .footer-links ul {
       width: 100%;
       white-space: normal;
       word-wrap: break-word
     }

     #footer-content .footer-links ul li {
       display: inline-block
     }

     #footer-content .footer-links ul li a {
       font-size: 1.6rem;
       line-height: 1.8rem
     }
   }

   .identification-info h1 {
     margin: .5em 0 .5em 0
   }

   .si-options h2 {
     font-size: 2.2rem;
     line-height: 2.8rem;
     margin: 2rem 1rem 1.2rem 1rem
   }

   @media (max-width:600px) {
     .si-options h2 {
       text-align: center;
       font-size: 2rem;
       line-height: 2.6rem;
       margin: 1.5rem .5rem 1.5rem .5rem
     }
   }

   .si-options {
     background-color: #fff;
     border: 1px solid #c9cdcf;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding-bottom: 2.5rem
   }

   .si-options .col-xs-12 {
     float: none;
     margin: 0 auto;
     width: 95%
   }

   .si-options p {
     margin: 2rem 1rem 1.2rem 1rem;
     font-size: 1.8rem;
     line-height: 2.7rem
   }

   .si-options li {
     display: inline-block;
     vertical-align: middle;
     width: 24%
   }

.si-options .button-style-link {
    display: block;
    min-height: 99px;
    width: 100%;
    padding: 24px 17px;
    text-decoration: none;
    overflow: hidden;
    border: 2px solid transparent;
}

   .si-option-list-countries .button-style-link:focus,
   .si-option-list-countries .button-style-link:hover,
   .si-options .button-style-link:focus,
   .si-options .button-style-link:hover {
     border: 2px solid #1a99c7;
     border-radius: 5px
   }

   .si-option-list-countries .button-style-link:focus img,
   .si-option-list-countries .button-style-link:hover img,
   .si-options .button-style-link:focus img,
   .si-options .button-style-link:hover img {
     opacity: .8
   }

   .si-options .orga-logo {
     display: block;
     text-align: center;
     line-height: 0
   }

   .si-options .orga-logo img {
     min-height: 7rem;
     max-height: 7rem;
    }

.si-options .orga-name {
    font-size: 2rem;
    line-height: 2.2rem;
    display: block;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    color: #c7c7c7;
}
   .si-option-eidas {
     padding: 0
   }

   .si-option-eidas .button-style-link {
     padding: 0;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex
   }

   .si-option-eidas .eidas-logo {
     width: calc(7.5% + 35px);
     min-width: 100px;
     max-width: 120px;
     height: 120px;
     text-align: right;
     float: left;
     margin: 0 0 0 50px;
     padding: 2rem 0
   }

   .si-option-eidas .eidas-logo img {
     margin: 0px;
     min-height: 7rem;
     max-height: 7rem
   }

   .si-option-eidas .eidas-text-container {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     height: 100%;
     width: 100%;
     -webkit-box-direction: normal;
     -webkit-box-orient: vertical;
     -moz-box-direction: normal;
     -moz-box-orient: vertical;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     justify-content: center;
     margin: 1.8rem 3rem 1.8rem 4rem;
     max-width: 80rem;
     color: #222
   }

   .si-option-eidas .eidas-text-container .eidas-link {
     color: #2a6ebb;
     margin: 0 0 0 1rem
   }

   .si-option-eidas .eidas-link {
     display: table-cell;
     vertical-align: middle
   }

   @media (max-width:600px) {
     .si-options {
       display: block;
       padding-bottom: 1rem
     }

     .si-options .col-xs-12 {
       float: none;
       width: unset;
       margin: 0 1rem 0 1rem
     }

     .si-options .orga-logo img {
       margin-bottom: .8rem
     }

     .si-options li {
       width: 100%;
       padding: 0
     }

     .si-options li .button-style-link {
       padding: 16px
     }

     .si-option-eidas .button-style-link {
       -webkit-box-direction: normal;
       -webkit-box-orient: vertical;
       -moz-box-direction: normal;
       -moz-box-orient: vertical;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-align: center;
       -moz-box-align: center;
       -ms-flex-align: center;
       -webkit-align-items: center;
       align-items: center;
       height: auto
     }

     .si-option-eidas .eidas-logo {
       display: block;
       text-align: center;
       width: 100%;
       max-width: 100%;
       height: 95px;
       margin: 0
     }

     .si-option-eidas .eidas-text-container {
       display: -webkit-box;
       display: -moz-box;
       display: -ms-flexbox;
       display: -webkit-flex;
       display: flex;
       padding: 1rem;
       text-align: center;
       margin: 1rem 1rem 1rem 1rem
     }

     .si-option-eidas .eidas-link {
       display: block;
       margin: 0 1rem 1rem 1rem
     }
   }

   @media (min-width:600px) and (max-width:800px) {
     .si-options li {
       width: 50%
     }

     .si-option-eidas .eidas-logo {
       width: calc(7.5% + 35px);
       margin: 0 0 0 7rem
     }
   }

   @media (min-width:800px) and (max-width:1024px) {
     .si-options li {
       width: 33.333%
     }

     .si-option-eidas .eidas-logo {
       width: calc(16.6665% + 35px)
     }
   }

   .row .row {
     margin: 0
   }
 