<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.subscribe__form {
    position: relative;
    width: 100%
}
.subscribe__form input {
    width: 100%;
    height: 45px;
    line-height: 41px;
    padding-left: 20px;
    padding-right: 130px;
    border: 0;
    color: #222;
    background: #fff;
    border-radius: 5px;
    border: 1px solid transparent
}
.subscribe__form input::placeholder {
    color: #979ca5;
    font-size: 14px
}
.subscribe__form button {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 45px;
    line-height: 45px;
    background: #ffc107;
    color: #222;
    text-transform: uppercase;
    padding: 0 25px;
    border: 0;
    border-radius: 0 3px 3px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.subscribe-footer__form button {
    position: absolute;
    top: 0px;
    right: 0;
    height: 45px;
    line-height: 45px;
    background: #fcbe00;
    color: #222;
    text-transform: uppercase;
    padding: 0 25px;
    border: 0;
    border-radius: 0 3px 3px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 600
}
.play-button{
    margin-left: 50px;
    margin-top: 90px;
}

.header__search {
    margin-left: -30px;
    width: 630px
}

  @media only screen and (min-width:1200px) and (max-width:1399px) {
    .header__search {
      width: 490px
    }
  }

  @media only screen and (min-width:992px) and (max-width:1199px) {
    .header__search {
      margin-left: 0;
      width: 350px
    }
  }

  @media only screen and (min-width:576px) and (max-width:767px) {
    .header__search {
      width: 100%
    }
  }

  @media(max-width:575px) {
    .header__search {
      width: 100%
    }
  }

.header__search form {
    position: relative
}

.header__search-box {
    width: 100%;
    position: relative
}

.header__search-box::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 130px;
    height: 45%;
    width: 1px;
    background: #E0E0E0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

  @media only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .header__search-box::before {
      display: none
    }
  }

.header__search-box .search-input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border: 2px solid #fff;
    outline: 0;
    padding: 0 15px;
    padding-left: 150px;
    padding-right: 60px
}

  @media(max-width:575px) {
    .header__search-box .search-input {
      padding-left: 15px
    }
  }

.header__search-box .search-input::placeholder {
    color: #999;
    font-size: 12px
}

.header__search-box .search-input:focus {
    border-color: #fcbe00
}

.header__search-box .search-input::-moz-placeholder {
    color: #E0E0E0;
    font-size: 14px
}

.header__search-box .search-input::placeholder {
    color: #999;
    font-size: 14px
}

.header__search-box .search-input-2:focus {
    border-color: #16bcdc
}

.header__search-box .button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    height: 50px;
    color: #222;
    display: block;
    line-height: 50px;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 400;
    background: #fcbe00;
    border-radius: 0 4px 4px 0;
    text-transform: capitalize
}

.header__search-box .button-2 {
    top: 5px;
    right: 5px;
    height: 40px;
    line-height: 42px;
    border-radius: 2px 2px 2px 2px;
    background-color: #16bcdc;
    color: #fff
}

.header__search-box .button-3 {
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    border-radius: 2px 2px 2px 2px;
    background-color: #16bcdc;
    color: #fff
}

  @media only screen and (min-width:768px) and (max-width:991px) {
    .header__search-box-4 input {
      padding-left: 30px
    }
  }

  @media only screen and (min-width:576px) and (max-width:767px) {
    .header__search-box-4 input {
      padding-left: 30px
    }
  }

  @media(max-width:575px) {
    .header__search-box-4 input {
      padding-left: 30px
    }
  }

.header__search-cat {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

  @media(max-width:575px) {
    .header__search-cat {
      display: none
    }
  }

.header__search-cat .nice-select {
    border: 0;
    padding-left: 0;
    color: #222
}

.header__search-cat .nice-select::after {
    border-width: 1px;
    border-color: #222;
    height: 6px;
    width: 6px;
    margin-top: -5px
}

.header__search-cat .nice-select .list {
    min-width: 220px;
    /*height: 250px;*/
    overflow: hidden;
    overflow-y: scroll;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: -20px
}

.header__search-cat .nice-select .list .option {
    padding: 10px 6px;
    line-height: 1.5
}

.header__search-cat .nice-select .list .option:hover,.header__search-cat .nice-select .list .option.selected {
    /*color: #fff;*/
    background: #ded5d6
}

.nice__top {
	font-weight: bolder !important;
	width: 80px !important;
	letter-spacing: 0.8px;
    color: var(--sub-heading) !important;
}</pre></body></html>