.live-broadcoast-page {
  width: 100%;
}

.live-broadcoast {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 30px 0;
}
@media (min-width: 1199px) {
  .live-broadcoast {
    padding: 100px 0 60px 0;
  }
}
.live-broadcoast .videoplayer {
  max-width: 100%;
  height: -moz-max-content;
  height: max-content;
  border-radius: 20px;
  overflow: hidden;
  margin: 40px 0 0 0;
}
@media (min-width: 1199px) {
  .live-broadcoast .videoplayer {
    margin: 60px 0 0 0;
  }
}
.live-broadcoast .videoplayer video {
  max-width: 100%;
  width: 100%;
  height: 220px;
}
@media (min-wwidth: 539px) {
  .live-broadcoast .videoplayer video {
    height: 320px;
  }
}
@media (min-width: 767px) {
  .live-broadcoast .videoplayer video {
    height: 440px;
  }
}
@media (min-width: 1079px) {
  .live-broadcoast .videoplayer video {
    height: 637px;
  }
}
.live-broadcoast .videoplayer iframe {
  max-width: 100%;
  width: 100%;
  height: 220px;
}
@media (min-wwidth: 539px) {
  .live-broadcoast .videoplayer iframe {
    height: 320px;
  }
}
@media (min-width: 767px) {
  .live-broadcoast .videoplayer iframe {
    height: 440px;
  }
}
@media (min-width: 1079px) {
  .live-broadcoast .videoplayer iframe {
    height: 637px;
  }
}

.partners {
  padding: 30px 0 60px 0;
  background-color: #fff;
}
@media (min-width: 1199px) {
  .partners {
    padding: 60px 0 160px 0;
  }
}
.partners .gap40 {
  gap: 18px;
}
@media (min-width: 767px) {
  .partners .gap40 {
    gap: 24px;
  }
}
@media (min-width: 1199px) {
  .partners .gap40 {
    gap: 40px;
  }
}
.partners .mgb80 {
  margin-bottom: 40px;
}
@media (min-width: 1199px) {
  .partners .mgb80 {
    margin-bottom: 80px;
  }
}
.partners .title-col {
  flex-basis: 100%;
  box-sizing: border-box;
}
@media (min-width: 850px) {
  .partners .title-col {
    flex-basis: 60%;
  }
}
.partners .link-col {
  flex-basis: 100%;
  box-sizing: border-box;
}
@media (min-width: 850px) {
  .partners .link-col {
    text-align: end;
    flex-basis: 35%;
  }
}
.partners h2 {
  line-height: 34px;
  margin-bottom: 18px;
}
@media (min-width: 1199px) {
  .partners h2 {
    margin-bottom: 12px;
  }
}
.partners p {
  color: #474646;
}
.partners .link {
  color: #0D0D0D;
}
.partners .link svg {
  transition: transform 0.5s ease;
}
.partners .link:hover svg {
  transform: translateX(5px);
}
.partners .col-logo {
  max-width: 278px;
  width: 100%;
  height: 128px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FAFAFA;
  border-radius: 10px;
}
.partners .col-logo img {
  max-width: 100%;
  height: auto;
}

.subscribe-section {
  padding: 60px 0;
  background-image: url("../../assets/images/Subscribtion.jpg");
  background-repeat: no-repeat;
  background-size: 500px 100%;
  background-position: 50% 0;
}
@media (min-width: 500px) {
  .subscribe-section {
    background-size: 650px 100%;
  }
}
@media (min-width: 600px) {
  .subscribe-section {
    background-size: 650px 100%;
  }
}
@media (min-width: 767px) {
  .subscribe-section {
    background-size: 1050px 100%;
  }
}
@media (min-width: 1023px) {
  .subscribe-section {
    background-size: 1150px 100%;
  }
}
@media (min-width: 1099px) {
  .subscribe-section {
    padding: 100px 0;
    background-size: 1920px 100%;
    background-position: 50% 0;
  }
}
.subscribe-section .gap40 {
  gap: 0;
}
@media (min-width: 1199px) {
  .subscribe-section .gap40 {
    gap: 40px;
  }
}
.subscribe-section .logo-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1199px) {
  .subscribe-section .logo-wrapper {
    max-width: 384px;
  }
}
.subscribe-section .content {
  width: 100%;
}
@media (min-width: 1199px) {
  .subscribe-section .content {
    max-width: 628px;
  }
}
.subscribe-section .buttons-wrapper {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 767px) {
  .subscribe-section .buttons-wrapper {
    gap: 40px;
  }
}
@media (min-width: 1199px) {
  .subscribe-section .buttons-wrapper {
    margin-top: 60px;
  }
}
.subscribe-section .btn-black, .subscribe-section .btn-transparent {
  max-width: 100%;
}
@media (min-width: 767px) {
  .subscribe-section .btn-black {
    max-width: 384px;
  }
}
.subscribe-section .btn-transparent {
  margin-top: 24px;
}
@media (min-width: 767px) {
  .subscribe-section .btn-transparent {
    max-width: -moz-max-content;
    max-width: max-content;
    margin-top: 0;
  }
}
.subscribe-section h3, .subscribe-section p {
  color: #fff;
  width: 100%;
}
.subscribe-section h3 {
  margin-bottom: 12px;
}
@media (min-width: 1199px) {
  .subscribe-section h3 {
    font-size: 1.875rem;
  }
}
.subscribe-section p {
  font-size: 1.125rem;
  line-height: 120%;
  font-family: "Inerta-Regular", sans-serif;
  font-weight: normal;
}
@media (min-width: 1199px) {
  .subscribe-section p {
    font-size: 1.25rem;
  }
}
.subscribe-section .newsletter-form-wrap {
  margin-top: 40px;
}
@media (min-width: 1199px) {
  .subscribe-section .newsletter-form-wrap {
    margin-top: 60px;
  }
}
.subscribe-section .newsletter-form-wrap .wpcf7-form {
  max-width: 1052px;
}
.subscribe-section .newsletter-form-wrap .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 991px) {
  .subscribe-section .newsletter-form-wrap .newsletter-form {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 40px;
  }
}
.subscribe-section .newsletter-form-wrap .newsletter-input-wrap {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 0 0 0 24px;
}
.subscribe-section .newsletter-form-wrap .mail-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 7-10 5L2 7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.subscribe-section .newsletter-form-wrap .wpcf7-form-control-wrap {
  flex: 1;
}
.subscribe-section .newsletter-form-wrap input[type=email] {
  width: 100%;
  border: none;
  outline: none;
  padding: 18px 0;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 125%;
  letter-spacing: 0%;
  color: #0D0D0D;
  background: transparent;
  border: none;
  outline: none;
}
.subscribe-section .newsletter-form-wrap input[type=email]::-moz-placeholder {
  color: #8E8E8E;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 125%;
  letter-spacing: 0%;
}
.subscribe-section .newsletter-form-wrap input[type=email]::placeholder {
  color: #8E8E8E;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 125%;
  letter-spacing: 0%;
}
.subscribe-section .newsletter-form-wrap input[type=submit] {
  flex-shrink: 0;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 40px;
  border-radius: 50px;
  background: #0D0D0D;
  color: #fff;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  transition: background 0.3s ease;
  white-space: nowrap;
}
@media (min-width: 767px) {
  .subscribe-section .newsletter-form-wrap input[type=submit] {
    max-width: 281px;
    width: 100%;
  }
}
@media (min-width: 1199px) {
  .subscribe-section .newsletter-form-wrap input[type=submit] {
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 1.25rem;
  }
}
.subscribe-section .newsletter-form-wrap input[type=submit]:hover {
  background: #2a2a2a;
}
.subscribe-section .newsletter-form-wrap .wpcf7-form-control-wrap {
  display: contents;
}
.subscribe-section .newsletter-form-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 16px;
  margin-top: 6px;
  font-size: 12px;
}
.subscribe-section .newsletter-form-wrap .wpcf7-response-output {
  margin: 12px 0 0 !important;
  border-radius: 8px;
}/*# sourceMappingURL=live-broadcoast-page.css.map */