<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

*,
*::before,
*::after {
  box-sizing: border-box;
}
.field-text, .field-email, .input-area {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}

select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
}

.header-section, .footer-section {
    opacity: 0;
    transition: opacity .2s ease-in;
  }
  
  .header-section.loaded, .footer-section.loaded {
    opacity: 1;
  }
  
  .fade-in {
    opacity: 1 !important; /* Override the initial opacity for the transition */
  }

select::-ms-expand {
  display: none;
}

.header-section {
    padding: 0 5vw;
}
.news-results {
    display: flex;
    flex-direction: column;
    background-color: white;
    max-width: 650px;


}
.headline-item {
    border: 1px solid transparent;
    background-color: transparent;
    transition: background-color .5s ease-out;
    margin-bottom: -1px;
    padding: 25px 40px;
    position: relative;
}

.headline-item:hover {
    background-color: #f7f7f7;
}

.subscribe-wrapper.test {
    position: relative;
    display: flex;
    padding: 1px;
    width: 40%;
    height: 100%;   
    flex-direction: column;
    justify-content: space-between;
    justify-self: flex-start;
    max-width: 1240px;
}

#subscribe {
    position: fixed;
    z-index: 1000;
    width: 30%;
    left: 5vw;
    bottom: 50px;
}

#newsdiv {
    display: none;
}

.news-wrapper.fixed {
    position: relative;
    justify-self: end;
    width: auto;
    display: flex;
    align-items: end;
    width: 60%;
    justify-content: end;
}

.news-block {
    justify-content: flex-end;
    position: relative;
    grid-column-gap: 10vw;
}

.source {
    color: white;
    padding: 3px 8px;
    background-color: #2CBAFF;
    border: 1px solid #2CBAFF;
    border-radius: 4px 0px 0px 4px;
    font-family: 'IBM Plex Sans';
    font-size: 15px;
    font-weight: 300;

}

.date {
    margin-left: -5px;
    font-family: 'IBM Plex Sans';
    color: #2CBAFF;
    padding: 3px 8px;
    border: 1px solid #2CBAFF;
    border-radius: 0px 4px 4px 0px;
    font-size: 15px;
    font-weight: 300;
}

.desc {
    margin-bottom: 15px;
    font-family: 'IBM Plex Sans';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.headline-item h3 {
    color: black;
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 35px;
    line-height: 125%;
}

.section-news-sector.test {
    min-height: 100vh;
}

.heading-wn {
    color: black;
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 50px;
    line-height: 125%;
}

.subscribe-text.black {
    font-size: 18px;
    line-height: 24px;
}

/* .dropdown &gt; :first-child {
    border-radius: 5px 0 0 5px;
}

.dropdown &gt; :last-child {
    border-radius: 0 5px 5px 0;
} */

[main="round"] &gt; :first-child {
    border-radius: 5px 0 0 5px;
}

[main="round"] &gt; :last-child {
    border-radius: 0 5px 5px 0;
}

[param="instrument"]  :first-child {
    border-radius: 5px 0 0 5px;
}

[param="instrument"]  :last-child {
    border-radius: 0 5px 5px 0;
}

#mod1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}


@media screen and (max-width: 991px) {
    .news-block.fixed {
        flex-direction: column-reverse;
        align-content: center;
        padding: 5vw;
    }

    .news-wrapper.fixed {
        width: 100%;
        justify-content: start;
    }

    .subscribe-wrapper.test {
        width: 100%;
        max-width: 650px;
        flex-direction: column;
    }

    .headline-item {
        padding: 25px 0;
    }

    .headline-item:hover {
        background-color: none;
    }

    .news-results {
        max-width: 650px;
    }

    .section-news-sector.test {
        padding: 0;
    }

    #newsdiv {
        display: flex;
        padding: 0;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    [param="instrument"]  :first-child {
        border-radius: 5px 0 0 0;
    }

    [param="instrument"]  :nth-child(4) {
        border-radius: 0 5px 5px 0;
    }
    
    [param="instrument"]  :last-child {
        border-radius: 0 0 5px 5px;
    }
}

@media screen and (max-width: 767px) {
    .subscribe-wrapper.test {
        order: 1;
    }

    .contacts-column &gt; :last-child {
        border: none;
    }
    

    #newsdiv {
        order: 2;
    }

    .news-wrapper.fixed {
        order: 3;
    }

    .headline-item h3 {
        font-size: calc(10px + 3vw);
        line-height: 125%;
    }
    [main="round"] &gt; :first-child {
        border-radius: initial;
    }
    
    [main="round"] &gt; :last-child {
        border-radius: initial;
    }

  .headline-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
  }

  .news-results &gt; :last-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    }

  .heading-wn {
    font-size: calc(20px + 3vw);
    
    }

    .footer-section {
        margin-top: 0px;
    }

  #mod1 {
    display: block;
    min-height: 100vh;
  }

  [rounding="0RR0"] {
    border-radius: 0 5px 5px 0;
}

[rounding="R00R"] {
    border-radius: 5px 0 0 5px !important;
}

[rounding="R000"] {
    border-radius: 5px 0 0 0 !important;
}

[rounding="000R"] {
    border-radius: 0 0 0 5px !important;
}

[rounding="00R0"] {
    border-radius: 0 0 5px 0 !important;
}

[rounding="R00R"] {
    border-radius: 5px 0 0 5px !important;
}

[rounding="0RR0"] {
    border-radius: 0 5px 5px 0 !important;
}

[rounding="00RR"] {
    border-radius: 0 0 5px 5px !important;
}
}

@media screen and (max-width: 479px) {
   /* .dropdown &gt; :first-child {
        border-radius: 5px 0 0 0px;
    }
    
    .dropdown &gt; :last-child {
        border-radius: 0 0px 5px 5px;
    } */
}

#001 {
    border-radius: 0 0 0 0; 
}

@media screen and (max-width: 479px) {
    #001 {
        border-radius: 0 5px 5px 0; 
    }

}</pre></body></html>