<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Arsenal', sans-serif;
  font-size: 14px;
  background: #A09286; }

* {
  margin: 0;
  padding: 0; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex.sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.text-block {
  display: block; }

.container {
  max-width: 1200px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px; }

a {
  text-decoration: none; }

button, input, textarea {
  outline: none; }

ul {
  list-style: none; }

/*HEADER*/
.header {
  background: #41372e;
  height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
  .header .logo {
    height: 30px;
    margin-right: 20px;
    line-height: 0; }
  .header .container {
    height: 100%; }
  .header-block {
    height: 100%; }

.menu li {
  margin-right: 15px;
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .menu li a {
    color: #d0c7c2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    line-height: 15px;
    margin-top: -8px; }
    .menu li a:hover {
      color: #fff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .menu li:hover &gt; .submenu {
    display: block; }
  .menu li .submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    background: #41372e;
    padding: 0 15px 5px 15px;
    width: 130px; }
    .menu li .submenu li {
      margin-bottom: 10px;
      height: auto;
      margin-top: 0;
      display: block; }

.lg {
  margin-left: auto; }
  .lg button {
    background: transparent;
    border: none;
    cursor: pointer;
    width: 25px;
    height: 16px; }
    .lg button img {
      width: 100%; }

/*BANNER*/
.section1 {
  margin: 0 0 48px 0; }

.banner {
  margin: 80px 0 40px 0; }
  .banner img {
    width: 100%;
    height: auto; }

/*SECTION1*/
h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  line-height: 50px;
  color: #6f0c0a; }

.sponsors {
  margin: auto;
}

.sponsors img {
  max-height: 80px;
  margin: 0 0 0 10px; }

.sponsors a {
   margin: 0 0 0 10px; }

.note {
  margin-top: 24px;
  font-family: 'Arsenal', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #50554f; }
  .note a {
    text-decoration: underline;
    color: inherit; }

/*SECTION2*/
.text {
  margin: 40px 0;
  font-family: 'PT Serif', serif;}
  .text p {
    font-size: 18px;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 18px;
    hyphens: auto; }
  .text h2, .text hr {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    color: #6f0c0a;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .text a {
    text-decoration: underline;
    color: inherit;
    font-weight: bold; }


.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  max-height: 500px;
  height: 0; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*SECTION3*/
.compositions {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.compositions + hr {
    margin: 24px 0 40px 0;
}

.compositions-item {
  width: 280px;
  line-height: 0;
  margin-bottom: 20px;
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .compositions-item:hover {
    border: 2px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.75);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .compositions-item-img img {
    width: 100%; }
  .compositions-item-name {
    background: transparent;
    padding: 10px 15px;
    text-align: center;
    line-height: normal;
    color: #1d2b2b;
    font-size: 18px;
  }
  .compositions-item:hover .compositions-item-name {
    color: #41372e;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

/*SECTION4*/
.section4 {
  background: #41372e;
  padding: 20px 0;
  margin-top: 30px; }

.subscribe-form {
  background: #1d1814;
  padding: 20px 20px 40px 20px;
  max-width: 500px;
  width: 100%; }
  .subscribe-form p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px; }
  .subscribe-form input {
    height: 40px;
    max-width: 400px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    margin-right: 10px; }
  .subscribe-form button {
    background: #A09286;
    border: none;
    padding: 0 20px;
    cursor: pointer;
    height: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .subscribe-form button:hover {
      background: #948170;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

.btn-collection {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 133px;
  padding: 0 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .btn-collection:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .btn-collection img {
    width: 50px;
    height: auto;
    margin-left: 10px; }
  .btn-collection p {
    font-size: 16px;
    text-align: right; }

/*FOOTER*/
.footer {
  margin-top: 30px;
  text-align: center;
  padding: 0 0 20px 0; }

.btn-m {
  background: transparent;
  border: none;
  width: 30px;
  cursor: pointer;
  display: none; }
  .btn-m .m-menu {
    width: 100%;
    height: 4px;
    margin: 5px 0;
    background: #fff;
    display: block; }

.arr-bottom {
  display: none;
  font-style: normal; }




/*SINGLE*/

.composition-left{
  background: #f1ede2;
  padding: 0 15px;
  box-sizing: border-box;
}

.composition-left .sponsors a:first-child{
  margin-left: 0;
}

.composition-right{
  background: #50554f;
  min-width: 350px;
}

.composition-left-top{
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 20px 0;
}

.btn-back{
  position: relative;
  bottom: -2px;
  color: #d0c7c2;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.btn-back:hover{
  color: #fff;
  transition: 0.3s;
}

.btn-back img{
  height: 30px;
  margin-left: 20px;
}

.btn-back a {
  position: relative;
  bottom: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #d0c7c2;
}

.compositions-title{
  text-align: center;
  margin: 40px 0 40px 0;
}

.compositions-title h2{
  font-family: 'EB Garamond', serif;
  color: #000;
  font-size: 24px;
  margin-top: 10px;
}

.socials-block{
  display: flex;
}

.socials{
  display: flex;
  margin: 20px 0 0 auto;
}

.socials-item{
  margin: 0 3px;
  border: 1px solid #000;
  transition: 0.3s;
  cursor: pointer;
}

.socials-item a{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials-item .fab{
  font-size: 20px;
  color: #000;
}

.socials-item:hover{
  border-color: #6d6d6d;
}

.socials-item:hover .fab{
  color: #6d6d6d;
  transition: 0.3s;
}

.composition-right{
  color: #fff;
  padding: 110px 35px 0 40px;
  box-sizing: border-box;
}

.composition-right h3{
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.team-item{
  margin-bottom: 20px;
}

.team-item span{
  color: #a8c5d8;
  font-size: 16px;
}

.team-item p{
  color: #fff;
  font-size: 18px;
}



















/*RESPONSIVE*/
@media (max-width: 1201px) {
  .container {
    max-width: 750px; }
  .compositions-item {
    width: 345px; }
  .composition-right{
    background: #50554f;
    min-width: 220px;
  }
  .composition-right{
    padding-left: 25px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%; }
  .subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .subscribe-form {
      margin-bottom: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .btn-m {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    width: 100%;
    background: #41372e;
    top: 50px;
    left: 0;
    display: none; }
    .menu li {
      margin-right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto;
      margin: 25px 0; }
      .menu li .submenu {
        position: static;
        padding: 0;
        text-align: center;
        margin-top: 20px; }
  .header-block {
    position: relative; }
  .arr-bottom {
    display: inline-block;
    font-size: 12px; }
  .compositions-item {
    width: 48%;
    min-width: 260px; }
  .composition-block{
    flex-direction: column;
  }
  .composition-right{
    padding: 30px 15px 10px 15px;
  }
}

@media (max-width: 560px) {
  .captions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sponsors {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  h1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    font-size: 38px;
    line-height: 40px; }
  .subscribe-form button {
    padding: 0 10px; }
  .banner {
    margin: 20px 0; }
  .text {
    margin: 20px 0; }
  .section4 {
    margin-top: 20px; }
  .compositions-item {
    width: 100%; } 
  .composition-left-top .sponsors{
    order: 1;
    margin-bottom: 0;
  }
  .composition-left-top .btn-back{
    order: 2;
  }

}

@media (max-width: 560px){
  .composition-left-top{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .composition-left-top .sponsors{
    margin-bottom: 20px;
  }
}
</pre></body></html>