#csr-node {
    width: 85%;
    margin: 10px auto;
}

#csr-node h1 {
    width: 100%;
    margin: 15px 0px;
}

#csr-node h1,
#csr-node h2,
#csr-node h3,
#csr-node h4,
#csr-node h5,
#csr-node h6 {
    font-family: "Tabac - G 1 Medium";
}

#csr-node a {
    color: #006EFA;
    text-decoration: none;
}

#csr-node a:hover {
    text-decoration: underline;
}

#csr-node p {
    color: #141e50;
    font-family: Verdana;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.45px;
    margin: 10px 0px;
}

#csr-node .csr-top-section .csr-image-side {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 120px 0;
}

#csr-node .csr-top-section .csr-image-side .side-image {
    width: 45%;
}

#csr-node .csr-top-section .csr-image-side .side-image img {
    width: 100%;
    height: auto;
}

#csr-node .csr-bottom-video {
    width: 45%;
}

#csr-node .csr-top-section .p-container-bt-border-left {
    border-top: 2px solid #141e50;
    border-bottom: 2px solid #141e50;
    width: 45%;
    display: table;
    padding: 100px 0px;
}

#csr-node .csr-top-section .p-container-bt-border-right {
    border-top: 2px solid #141e50;
    border-bottom: 2px solid #141e50;
    width: 45%;
    display: table;
    padding: 100px 0px;
}

#csr-node .csr-top-section .csr-image-side p {
    width: 100%;
    color: #141e50;
    font-family: "Tabac - G 1 Medium";
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.02px;
    display: table-cell;
    vertical-align: middle;
}

#csr-node .csr-top-section .csr-text-with-title {
    margin: 120px 0;
}

#csr-node .csr-top-section .csr-text-with-title h3 {
    margin-bottom: 90px;
}

#csr-node .csr-bottom-section .csr-image-or-video {
    display: flex;
    flex-direction: row;
    margin: 100px 0;
    justify-content: space-between;
}

#csr-node .csr-bottom-section .csr-image-or-video .image-or-video-data,
#csr-node .csr-bottom-section .csr-image-or-video .csr-bottom-image {
    width: 45%;
}

#csr-node .csr-bottom-section .csr-image-or-video .csr-bottom-image img {
    width: 100%;
    height: auto;
}

#csr-node .csr-bottom-section .csr-image-or-video:not(:last-child) {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 100px;
}

#csr-node #timetable {
    margin: 130px 0px 0px 0px;
}

#csr-node #timetable .timetable-dates {
    display: flex;
    flex-direction: row;
}

#csr-node #timetable .timetable-dates .timetable-date {
    color: #141e50;
    font-size: 30px;
    font-weight: 400;
    line-height: 75.12px;
}

#csr-node #timetable .timetable-dates div:last-of-type {
    text-align: right;
}

#csr-node #timetable .timetable-dates div:not(:last-of-type):not(:first-of-type) {
    text-align: center;
}

#csr-node #timetable .timetable-dates-info div:not(:last-of-type):not(:first-of-type) {
    text-align: center;
}

#csr-node #timetable .timetable-dates-info div:last-of-type {
    text-align: right;
}

#csr-node #timetable .timetable-dates-info {
    display: flex;
    flex-direction: row;
}

#csr-node #timetable .timetable-dates-info p {
    margin: 0px;
    color: #6a6a6a;
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

#csr-container #overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
#csr-container.csr-overlay-animation #overlay .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
#csr-container.csr-overlay-animation #overlay .spinner {
    animation-name: angry-animation;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}
@keyframes sp-anime {
    100% { 
        transform: rotate(360deg); 
    }
}
@keyframes angry-animation {
    0%{
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    20%{
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40%{
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    50%{
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    60%{
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
    80%{
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100%{
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

#csr-node #timetable .csr-regulations-section {
    margin: 42px 0;
    min-width: 320px;
    text-align: right;
    line-height: 105px;
}

#csr-node #timetable .csr-regulations-section.empty-label {
    width: 100%;
    margin: 0px;
}

#csr-node #timetable .timetable-label {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

#csr-node #timetable .timetable-label h1,
#csr-node .csr-bottom-section .bottom-label h1 {
    font-size: 75px;
}

#csr-node #timetable .timetable-section {
    margin: 100px 0px 0px 0px;
}

#csr-node .csr-bottom-section .csr-image-or-video .image-or-video-data {
    margin: 0px 50px 15px 200px;
    height: 100%;
}

#csr-node .csr-bottom-section .csr-image-or-video .image-or-video-data h3 {
    margin-bottom: 65px;
    line-height: 36px;
}

#csr-node .csr-bottom-section .csr-image-or-video iframe {
    width: 497px;
}

#csr-node .csr-bottom-section .bottom-label {
    padding: 125px 0px;
    margin: 100px 0px 100px 0px;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}

#csr-node .timetable-section #timetable-line {
    border: 1px solid #000000;
    margin: 60px 0;
    position: relative;
}

#csr-node .timetable-section #timetable-line .timetable-time {
    border: 3px solid #006EFA;
    position: absolute;
    top: -3px;
}

#csr-node .timetable-section #timetable-line span {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    border-color: #006EFA;
    background-color: white;
    bottom: -7px;
}

#csr-node #timetable .csr-regulations-section-mobile {
    display: none;
}

#csr-node #timetable .csr-regulations-section .timetable-label h1 {
    margin: 0;
}

@media (max-width: 480px) {
    #csr-node .csr-bottom-section .csr-bottom-video iframe {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    #csr-node #timetable .timetable-label h1, 
    #csr-node .csr-bottom-section .bottom-label h1 {
        font-size: 30px;
    }

    #csr-node .csr-text-with-title h3,
    #csr-node .image-or-video-data h3 {
        text-align: center;
    }

    #csr-node p {
        line-height: 20px;
        font-size: 14px;
    }

    #csr-node .csr-bottom-section .csr-image-or-video {
        flex-direction: column;
    }

    #csr-node #timetable .timetable-section {
        margin: 20px 0px 0px 0px;
    }

    #csr-node #timetable {
        margin: 65px 0px 0px 0px;
    }

    #csr-node #timetable .csr-regulations-section-mobile {
        display: unset;
    }

    #csr-node #timetable .csr-regulations-section {
        display: none;
    }

    #csr-node #timetable .csr-regulations-section-mobile a {
        margin: 35px 0px 0px 0px;
        padding: 35px 0px 0px 0px;
        border-top: 1px solid #d7d7d7;
    }

    #csr-node #timetable .timetable-dates .timetable-date {
        font-size: 22px;
        line-height: 41.12px;
    }

    #csr-node .timetable-section #timetable-line {
        margin: 30px 0;
    }

    #csr-node .csr-bottom-section .csr-image-or-video .image-or-video-data {
        margin: 0px;
    }

    #csr-node .csr-bottom-section .bottom-label {
        padding: 50px 0px;
        margin: 40px 0px 40px 0px;
    }

    #csr-node .csr-bottom-section .csr-image-or-video .bottom-slider-wrapper {
        width: 100%;
    }

    #csr-node .csr-bottom-section .csr-image-or-video .image-or-video-data, 
    #csr-node .csr-bottom-section .csr-image-or-video .csr-bottom-image,
    #csr-node .csr-bottom-section .csr-image-or-video .csr-bottom-video,
    #csr-node .csr-bottom-section .csr-image-or-video .csr-bottom-images-slider {
        width: 100%;
    }

    #csr-node .csr-top-section .csr-image-side {
        margin: 0px;
    }

    #csr-node #timetable .timetable-label {
        flex-direction: column;
    }
    
    #csr-node {
        width: 75%;
        margin: 30px auto;
    }

    #csr-node .csr-bottom-section .csr-bottom-image img {
        width: 100%;
        height: auto;
    }

    #csr-node .csr-bottom-section .csr-bottom-video iframe {
        width: 100%;
        height: 300px;
    }

    #csr-node h1 {
        font-size: 32px;
    }

    #csr-node #timetable .timetable-dates-info p {
        font-size: 15px;
    }

    #csr-node #timetable .timetable-dates-info div:not(:last-of-type):not(:first-of-type) p {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    #csr-node #timetable .timetable-section {
        display: flex;
        flex-direction: column;
        overflow-x: auto;
    }

    #csr-node #timetable .timetable-dates,
    #csr-node .timetable-section #timetable-line,
    #csr-node #timetable .timetable-dates-info {
        width: 670px;
    }

    #csr-node .csr-top-section .csr-text-with-title {
        margin: 0px 0px 30px 0px;
    }

    #csr-node .csr-top-section .csr-text-with-title h3 {
        margin-bottom: 40px;
    }

    #csr-node .csr-top-section .p-container-bt-border-right, 
    #csr-node .csr-top-section .p-container-bt-border-left {
        width: 100%;
        padding: 50px 0px;
        margin: 50px 0px;
    }

    #csr-node .csr-top-section .rsi {
        flex-direction: column-reverse;
    }

    #csr-node .csr-top-section .lsi {
        flex-direction: column;
    }

    #csr-node .csr-top-section .csr-image-side .side-image {
        width: 100%;
    }

    #csr-node .csr-top-section .csr-image-side p {
        font-size: 20px;
    }

    #csr-node .csr-bottom-section .csr-image-or-video .image-or-video-data h3 {
        margin: 25px 0px;
    }

    #csr-node .csr-bottom-section .csr-image-or-video:not(:last-child) {
        padding-bottom: 30px;
        margin: 30px 0px;
    }

    #csr-node .csr-bottom-section .csr-image-or-video {
        margin: 30px 0px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    #csr-node p {
        line-height: 22px;
        font-size: 16px;
    }

    #csr-node .csr-bottom-section .csr-image-or-video {
        flex-direction: column;
    }

    #csr-node #timetable .timetable-section {
        margin: 20px 0px 0px 0px;
    }

    #csr-node #timetable {
        margin: 65px 0px 0px 0px;
    }

    #csr-node #timetable .csr-regulations-section-mobile {
        display: none;
    }

    #csr-node #timetable .csr-regulations-section {
        display: unset;
        margin: 0;
        line-height: 50px;
    }

    #csr-node #timetable .csr-regulations-section-mobile a {
        margin: 35px 0px 0px 0px;
        padding: 35px 0px 0px 0px;
        border-top: 1px solid #d7d7d7;
    }

    #csr-node #timetable .timetable-dates .timetable-date {
        font-size: 22px;
        line-height: 41.12px;
    }

    #csr-node .timetable-section #timetable-line {
        margin: 30px 0;
    }

    #csr-node .csr-bottom-section .csr-image-or-video .image-or-video-data {
        margin: 0px;
    }

    #csr-node .csr-bottom-section .bottom-label {
        padding: 50px 0px;
        margin: 40px 0px 40px 0px;
    }

    #csr-node .csr-bottom-section .csr-image-or-video .bottom-slider-wrapper {
        width: 100%;
    }

    #csr-node .csr-bottom-section .csr-image-or-video .bottom-slider-wrapper img.slider-image {
        width: auto;
    }

    #csr-node .csr-bottom-section .csr-image-or-video .image-or-video-data, 
    #csr-node .csr-bottom-section .csr-image-or-video .csr-bottom-image,
    #csr-node .csr-bottom-section .csr-image-or-video .csr-bottom-video,
    #csr-node .csr-bottom-section .csr-image-or-video .csr-bottom-images-slider {
        width: 100%;
    }

    #csr-node .csr-top-section .csr-image-side {
        margin: 0px;
    }

    #csr-node #timetable .timetable-label {
        flex-direction: row;
    }
    
    #csr-node {
        width: 75%;
        margin: 30px auto;
    }

    #csr-node .csr-bottom-section .csr-bottom-image img {
        width: 100%;
        height: auto;
    }

    #csr-node .csr-bottom-section .csr-bottom-video iframe {
        width: 100%;
        height: 400px;
    }

    #csr-node h1 {
        font-size: 32px;
    }

    #csr-node #timetable .timetable-dates-info p {
        font-size: 15px;
    }

    #csr-node #timetable .timetable-dates-info div:not(:last-of-type):not(:first-of-type) p {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    #csr-node #timetable .timetable-section {
        display: flex;
        flex-direction: column;
        overflow-x: unset;
    }

    #csr-node .csr-top-section .csr-text-with-title {
        margin: 0px 0px 30px 0px;
    }

    #csr-node .csr-top-section .csr-text-with-title h3 {
        margin-bottom: 40px;
    }

    #csr-node .csr-top-section .p-container-bt-border-right, 
    #csr-node .csr-top-section .p-container-bt-border-left {
        width: 100%;
        padding: 50px 0px;
        margin: 50px 0px;
    }

    #csr-node .csr-top-section .rsi {
        flex-direction: column-reverse;
    }

    #csr-node .csr-top-section .lsi {
        flex-direction: column;
    }

    #csr-node .csr-top-section .csr-image-side .side-image {
        width: 100%;
    }

    #csr-node .csr-top-section .csr-image-side p {
        font-size: 27px;
        line-height: 27px;
    }

    #csr-node .csr-bottom-section .csr-image-or-video .image-or-video-data h3 {
        margin: 25px 0px;
    }

    #csr-node .csr-bottom-section .csr-image-or-video:not(:last-child) {
        padding-bottom: 30px;
        margin: 30px 0px;
    }

    #csr-node .csr-bottom-section .csr-image-or-video {
        margin: 30px 0px;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    #csr-node {
        width: 85%;
        margin: 10px auto;
    }
    
    #csr-node h1 {
        width: 100%;
        margin: 15px 0px;
    }
    
    #csr-node h1,
    #csr-node h2,
    #csr-node h3,
    #csr-node h4,
    #csr-node h5,
    #csr-node h6 {
        font-family: "Tabac - G 1 Medium";
    }
    
    #csr-node a {
        color: #006EFA;
        text-decoration: none;
    }
    
    #csr-node a:hover {
        text-decoration: underline;
    }
    
    #csr-node p {
        color: #141e50;
        font-family: Verdana;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: -0.45px;
        margin: 10px 0px;
    }
    
    #csr-node .csr-top-section .csr-image-side {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 120px 0;
    }
    
    #csr-node .csr-top-section .csr-image-side .side-image {
        width: 45%;
    }
    
    #csr-node .csr-top-section .csr-image-side .side-image img {
        width: 100%;
        height: auto;
    }
    
    #csr-node .csr-top-section .p-container-bt-border-left {
        border-top: 2px solid #141e50;
        border-bottom: 2px solid #141e50;
        width: 45%;
        display: table;
        padding: 100px 0px;
    }
    
    #csr-node .csr-top-section .p-container-bt-border-right {
        border-top: 2px solid #141e50;
        border-bottom: 2px solid #141e50;
        width: 45%;
        display: table;
        padding: 100px 0px;
    }
    
    #csr-node .csr-top-section .csr-image-side p {
        width: 100%;
        color: #141e50;
        font-family: "Tabac - G 1 Medium";
        font-size: 30px;
        font-weight: 400;
        letter-spacing: -0.02px;
        display: table-cell;
        vertical-align: middle;
    }
    
    #csr-node .csr-top-section .csr-text-with-title {
        margin: 120px 0;
    }
    
    #csr-node .csr-top-section .csr-text-with-title h3 {
        margin-bottom: 90px;
    }
    
    #csr-node .csr-bottom-section .csr-image-or-video {
        display: flex;
        flex-direction: row;
        margin: 100px 0;
        justify-content: space-between;
    }
    
    #csr-node .csr-bottom-section .csr-image-or-video .image-or-video-data,
    #csr-node .csr-bottom-section .csr-image-or-video .csr-bottom-image {
        width: 45%;
    }
    
    #csr-node .csr-bottom-section .csr-image-or-video .csr-bottom-image img {
        width: 100%;
        height: auto;
    }
    
    #csr-node .csr-bottom-section .csr-image-or-video:not(:last-child) {
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 100px;
    }
    
    #csr-node #timetable {
        margin: 130px 0px 0px 0px;
    }
    
    #csr-node #timetable .timetable-dates {
        display: flex;
        flex-direction: row;
    }
    
    #csr-node #timetable .timetable-dates .timetable-date {
        color: #141e50;
        font-size: 30px;
        font-weight: 400;
        line-height: 75.12px;
    }
    
    #csr-node #timetable .timetable-dates div:last-of-type {
        text-align: right;
    }
    
    #csr-node #timetable .timetable-dates div:not(:last-of-type):not(:first-of-type) {
        text-align: center;
    }
    
    #csr-node #timetable .timetable-dates-info div:not(:last-of-type):not(:first-of-type) {
        text-align: center;
    }
    
    #csr-node #timetable .timetable-dates-info div:last-of-type {
        text-align: right;
    }
    
    #csr-node #timetable .timetable-dates-info {
        display: flex;
        flex-direction: row;
    }
    
    #csr-node #timetable .timetable-dates-info p {
        margin: 0px;
        color: #6a6a6a;
        font-family: Lato;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
    }
    
    #csr-container #overlay {
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        height:100%;
        display: none;
        background: rgba(0,0,0,0.6);
    }
    #csr-container.csr-overlay-animation #overlay .cv-spinner {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;  
    }
    #csr-container.csr-overlay-animation #overlay .spinner {
        animation-name: angry-animation;
        animation-duration: 1.5s;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-iteration-count: infinite;
        animation-direction: normal;
    }
    @keyframes sp-anime {
        100% { 
            transform: rotate(360deg); 
        }
    }
    @keyframes angry-animation {
        0%{
          -webkit-transform: translateY(0);
          transform: translateY(0);
        }
        20%{
          -webkit-transform: translateY(0);
          transform: translateY(0);
        }
        40%{
          -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
        }
        50%{
          -webkit-transform: translateY(0);
          transform: translateY(0);
        }
        60%{
          -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
        }
        80%{
          -webkit-transform: translateY(0);
          transform: translateY(0);
        }
        100%{
          -webkit-transform: translateY(0);
          transform: translateY(0);
        }
      }
    
    #csr-node #timetable .csr-regulations-section {
        margin: 42px 0;
        min-width: 320px;
        text-align: right;
        line-height: 105px;
    }
    
    #csr-node #timetable .timetable-label {
        display:flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    #csr-node #timetable .timetable-section {
        margin: 100px 0px 0px 0px;
    }
    
    #csr-node .csr-bottom-section .csr-image-or-video .image-or-video-data {
        margin: 0px 50px 15px 100px;
    }
    
    #csr-node .csr-bottom-section .csr-image-or-video .image-or-video-data h3 {
        margin-bottom: 65px;
        line-height: 36px;
    }
    
    #csr-node .csr-bottom-section .csr-image-or-video iframe {
        width: 100%;
        height: 360px;
    }
    
    #csr-node .csr-bottom-section .bottom-label {
        padding: 125px 0px;
        margin: 100px 0px 100px 0px;
        border-bottom: 1px solid #d7d7d7;
        border-top: 1px solid #d7d7d7;
    }
    
    #csr-node .timetable-section #timetable-line {
        border: 1px solid #000000;
        margin: 60px 0;
        position: relative;
    }
    
    #csr-node .timetable-section #timetable-line .timetable-time {
        border: 3px solid #006EFA;
        position: absolute;
        top: -3px;
    }
    
    #csr-node .timetable-section #timetable-line span {
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border-style: solid;
        border-width: 3px;
        border-color: #006EFA;
        background-color: white;
        bottom: -7px;
    }
    
    #csr-node #timetable .csr-regulations-section-mobile {
        display: none;
    }
    
    #csr-node #timetable .csr-regulations-section .timetable-label h1 {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    #csr-node .csr-bottom-section .csr-image-or-video iframe {
        width: 100%;
        height: 260px;
    }

    #csr-node {
        width: 80%;
    }

    #csr-node .csr-bottom-section .csr-image-or-video .image-or-video-data {
        margin: 0px 50px 15px 100px;
    }
}

@media (min-width: 1359px) {
    #csr-node {
        width: 70%;
    }

    #csr-node .csr-bottom-section .csr-image-or-video iframe {
        height: 262px;
        width: 100%;
    }
}

@media (min-width: 1600px) {
    #csr-node .csr-bottom-section .csr-image-or-video iframe {
        height: 320px;
        width: 100%;
    }
}

#csr-node .csr-bottom-section .csr-image-or-video .image-or-video-data.full-width {
    width: 100%;
    margin: 0;
}