@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
}

a:focus, a:hover, a:active {
  outline: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  color: inherit;
  font-weight: bold;
  line-height: inherit;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

.h3, h3 {
  font-size: 24px;
}

.h6, h6 {
  font-size: 12px;
}

p {
  margin: 0;
}

.text-center {
  text-align: center;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

.text-center {
  text-align: center;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.hidden {
  display: none !important;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
body {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.25;
}

.poc-landing {
  padding: 30px 15px 0 15px;
  max-width: 1440px;
  margin: auto;
}
.poc-landing__hero {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  grid-gap: 30px;
  max-width: 1140px;
  margin: auto;
}
@media (min-width: 1440px) {
  .poc-landing__hero .increase-width {
    width: 140px !important;
  }
}
.poc-landing__body {
  padding-bottom: 120px;
}
@media (min-width: 992px) {
  .poc-landing__body {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .poc-landing__body {
    display: grid;
    min-height: calc(100vh - 240px);
    align-items: center;
  }
}
.poc-landing img {
  margin: auto;
}

.poc-grid {
  display: grid;
  grid-gap: 30px;
  min-height: 540px;
}
@media (min-width: 992px) {
  .poc-grid {
    grid-template-columns: 450px 1fr;
  }
}
.poc-grid__column:first-child {
  align-self: flex-end;
}

.body {
  background-color: #fff;
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #404040;
}
@media only screen and (min-width: 1000px) {
  .body {
    padding-left: 159px;
  }
  .body.header-no-sticky-desktop {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .body {
    padding-left: 214px;
  }
}

input, button {
  font-family: inherit;
}
input:focus, button:focus {
  outline: none;
}

a {
  color: inherit;
}
a:hover, a:active {
  outline: none;
}

p {
  margin-bottom: 1em;
}

img {
  max-width: 100%;
}

.link {
  text-decoration: none;
}
.link i {
  font-style: normal;
  transition: transform 0.6s;
  display: inline-block;
}
.link:hover i {
  transform: translateX(5px);
}

.header {
  font-size: 14px;
}
.header a {
  text-decoration: none;
}
.header .row {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}
.header .row .logo {
  width: 60px;
}
.header .row .logo img {
  display: block;
  width: 100%;
}
.header .row nav {
  font-size: 0.8em;
  display: inline-flex;
  justify-content: flex-end;
}
.header .left-panel {
  color: #7D7D7D;
  user-select: none;
}
.header .left-panel nav {
  display: inline-flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.header .left-panel nav p {
  font-size: 0.9em;
  margin-bottom: 1.5em;
}
.header .left-panel nav a {
  display: flex;
  align-items: center;
  padding: 0.7em 0;
  color: #fff;
}
.header .left-panel nav a img {
  width: 1.5em;
  height: auto;
  margin-right: 0.7em;
}
.header .left-panel .chargebee {
  width: 100%;
}
.header .left-panel .chargebee span {
  text-transform: uppercase;
  display: block;
  font-size: 0.7em;
  color: #fff;
  padding-bottom: 2px;
}
.header .left-panel .chargebee img {
  display: block;
  width: 76%;
}
@media only screen and (min-width: 360px) {
  .header .left-panel .scroll {
    font-size: 17px;
  }
}
@media only screen and (min-width: 412px) {
  .header .row nav {
    font-size: 1em;
  }
  .header .left-panel .scroll {
    font-size: 18px;
  }
}
@media only screen and (min-width: 600px) {
  .header .row .logo {
    width: 55px;
  }
}
@media only screen and (min-width: 600px) {
  .header .left-panel .scroll {
    font-size: 22px;
  }
}
@media only screen and (min-width: 700px) {
  .header .left-panel .scroll {
    font-size: 25px;
  }
}
@media only screen and (min-width: 700px) and (min-height: 680px) {
  .header .left-panel nav {
    padding-bottom: 8vh;
    padding-top: 4vh;
  }
}
@media only screen and (max-width: 999px) {
  .header .row {
    background-color: #000;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
    padding: 10px 20px 20px 20px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 9;
  }
  .header .row nav a {
    margin-left: 1em;
  }
  .header .nav-open {
    width: 28px;
    height: 20px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    display: inline-flex;
    align-items: center;
  }
  .header .nav-open:before {
    content: "";
    display: block;
    height: 3px;
    background-color: #fff;
    width: 100%;
  }
  .header .left-panel {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    animation: leftPanel 0.4s ease-in-out;
    z-index: 99999;
    backface-visibility: hidden;
  }
  .header .left-panel .inner {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    transform: translateX(-120%);
    transition: transform 0.4s;
    backface-visibility: hidden;
  }
  .header .left-panel .nav-close {
    color: #E13C43;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 36px;
    width: 30px;
    text-align: center;
    text-transform: uppercase;
    transform: scaleY(0.7);
    z-index: 1;
  }
  .header .left-panel nav a {
    justify-content: center;
  }
  .header .left-panel nav a span {
    width: 4.5em;
  }
  .header .left-panel nav br {
    display: none;
  }
  .header .left-panel .scroll {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 75px 40px;
    align-items: center;
  }
  .header .left-panel .logo {
    display: none;
  }
  .header .left-panel .chargebee {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header .left-panel .chargebee img {
    max-width: 7em;
  }
}
@media only screen and (min-width: 1000px) {
  .header .row {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    justify-content: flex-end;
    z-index: 2;
  }
  .header .row .nav-open {
    display: none;
  }
  .header .row nav {
    padding: 50px 5% 0% 0%;
    width: auto;
  }
  .header .row nav a {
    padding: 6px 0px;
    margin: 0px 30px;
    position: relative;
  }
  .header .row nav a:before {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    transition: transform 0.3s;
    transform: scaleX(0);
    transform-origin: center left;
  }
  .header .row nav a:hover:before {
    transform: scaleX(1);
  }
  .header .row .logo {
    display: none;
  }
  .header .left-panel {
    background-color: #000;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    height: 100%;
    width: 160px;
  }
  .header .left-panel .nav-close {
    display: none;
  }
  .header .left-panel .inner, .header .left-panel .scroll {
    height: 100%;
  }
  .header .left-panel .scroll {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3em 2em;
    font-size: 1em;
  }
  .header .left-panel .scroll .logo {
    display: block;
  }
  .header .left-panel .scroll .logo img {
    width: 100%;
    display: block;
  }
  .header .left-panel nav a {
    transition: transform 0.4s;
  }
  .header .left-panel nav a:hover {
    transform: translateX(6px);
  }
  .header.no-sticky-desktop .left-panel {
    position: absolute;
  }
}
@media only screen and (min-width: 1300px) {
  .header .left-panel {
    width: 215px;
  }
  .header .left-panel .scroll {
    padding: 3.5em 2.5em;
  }
}

.menu-open .header .left-panel {
  display: block;
}
.menu-open.animate .left-panel .inner {
  transform: translateX(0%);
}
.menu-open.animate .left-panel nav a {
  transform: translateX(-100%);
  animation: leftFrom 0.3s ease-in-out;
  opacity: 0;
  animation-fill-mode: forwards;
}
.menu-open.animate .left-panel nav a:nth-child(2) {
  animation-delay: 0.1s;
}
.menu-open.animate .left-panel nav a:nth-child(3) {
  animation-delay: 0.2s;
}
.menu-open.animate .left-panel nav a:nth-child(4) {
  animation-delay: 0.3s;
}
.menu-open.animate .left-panel nav a:nth-child(5) {
  animation-delay: 0.4s;
}
.menu-open.animate .left-panel .chargebee {
  transform: translateX(-100%);
  animation: leftFrom 0.3s ease-in-out;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

@keyframes leftPanel {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leftFrom {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.player-panel {
  background-color: #111111;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 7;
  color: #fff;
  z-index: 9999;
}
.player-panel.no-sticky {
  position: relative;
}
.player-panel .player-continaer {
  display: flex;
}
.player-panel .controls {
  display: flex;
  left: 60px;
  bottom: 0;
}
.player-panel .controls .custom-range {
  height: 4px;
  background: #7D7D7D;
  position: relative;
  width: 75px;
}
.player-panel .controls .custom-range i {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #E13C43;
  height: 100%;
  width: 0%;
  transition: width 0.3s;
}
.player-panel .controls .custom-range i:after {
  display: none;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 10px;
  height: 10px;
  margin: -3px -3px 0px 0px;
  border-radius: 50%;
  background-color: #fff;
}
.player-panel .controls .custom-range input {
  display: block;
  width: 100%;
  position: relative;
  opacity: 0;
  height: 100%;
  cursor: pointer;
}
.player-panel .profile {
  display: flex;
  width: 100%;
}
.player-panel .profile figure {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.player-panel .profile figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.player-panel .profile small {
  display: block;
  color: #808080;
}
.player-panel .profile p {
  font-weight: 500;
  margin-bottom: 0;
  overflow: hidden;
}
.player-panel .mute {
  width: 28px;
  height: 28px;
  border: none;
  background: url("../images/podcast/index/sound.svg") no-repeat center;
  background-size: 69% auto;
  position: relative;
  border-radius: 0px;
  cursor: pointer;
}
.player-panel .mute:before {
  opacity: 0;
  content: "";
  background-color: #111111;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-40deg);
}
.player-panel .mute.muted:before {
  opacity: 1;
}
.player-panel .playbtn {
  border-radius: 0px;
  width: 28px;
  height: 28px;
  background: #333333;
  border: none;
  position: relative;
  cursor: pointer;
}
.player-panel .playbtn:before {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -6px;
  content: "";
  width: 9px;
  height: 12px;
  border-left: 3px solid #E13C43;
  border-right: 3px solid #E13C43;
  transform: scaleX(0);
  transition: transform 0.3s, opacity 0.3s;
}
.player-panel .playbtn:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -7px;
  content: "";
  width: 0;
  height: 0;
  transition: transform 0.3s, opacity 0.3s;
  border-top: 7px solid transparent;
  border-left: 9px solid #E13C43;
  border-bottom: 7px solid transparent;
}
.player-panel .playbtn.played:after {
  opacity: 0;
  transform: scaleX(0);
}
.player-panel .playbtn.played:before {
  opacity: 1;
  transform: scaleX(1);
}
@media only screen and (max-width: 699px) {
  .player-panel .profile p {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .player-panel .profile .content {
    flex-grow: 1;
    padding: 11px 40px 0px 10px;
    font-size: 13px;
    width: calc(100% - 50px);
  }
  .player-panel .controls .custom-range.volume {
    display: none;
  }
  .player-panel .controls .custom-range.seek {
    position: absolute;
    left: 50px;
    right: 0;
    top: 0px;
    width: auto;
  }
  .player-panel .controls .playbtn {
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .player-panel .controls .mute {
    position: absolute;
    right: 5px;
    top: 13px;
  }
  .player-panel .controls .timer {
    position: absolute;
    right: 1px;
    top: 4px;
    font-size: 9px;
    opacity: 0.4;
    pointer-events: none;
  }
}
@media only screen and (min-width: 700px) {
  .player-panel {
    font-size: 12px;
  }
  .player-panel .player-continaer {
    padding: 12px 20px;
  }
  .player-panel .controls {
    display: inline-flex;
    align-items: center;
    color: #7D7D7D;
    flex-grow: 1;
  }
  .player-panel .controls .custom-range {
    margin-left: 15px;
  }
  .player-panel .controls .custom-range.seek {
    width: 40%;
  }
  .player-panel .controls .custom-range.seek i::after {
    display: block;
  }
  .player-panel .controls .timer {
    margin: 0px 15px;
    min-width: 6em;
    text-align: center;
  }
  .player-panel .profile {
    display: inline-flex;
    width: auto;
    align-items: center;
    margin-right: 30px;
  }
  .player-panel .profile figure {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    margin-right: 15px;
  }
  .player-panel .profile .content {
    padding: 0;
    max-width: 110px;
    min-width: 110px;
  }
  .player-panel .profile p {
    max-height: 2.5em;
  }
}
@media only screen and (min-width: 1000px) {
  .player-panel .player-continaer {
    padding: 12px 20px 12px 240px;
  }
  .player-panel.no-sticky .player-continaer {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1300px) {
  .player-panel .controls .custom-range.seek {
    width: 56%;
  }
}
@media only screen and (min-width: 1500px) {
  .player-panel .player-continaer {
    padding: 14px 20px 14px 340px;
  }
}

.section-banner {
  background-color: #000;
  color: #fff;
  padding: 120px 0px 0 0;
  overflow: hidden;
}
.section-banner .form-panel {
  position: relative;
  padding: 0em 20px 4em 20px;
}
.section-banner .form-panel h3 {
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 1em;
}
.section-banner .form-panel .form {
  position: relative;
  z-index: 1;
  max-width: 370px;
}
.section-banner .form-panel .form .form-input {
  color: #808080;
  display: block;
  width: 100%;
  border: none;
  padding: 14px 20px;
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
.section-banner .form-panel .form .form-wrap {
  position: relative;
}
.section-banner .form-panel .form .form-button {
  background: #E13C43 url("../images/podcast/index/arrow.svg") no-repeat center;
  background-size: 37% auto;
  width: 48px;
  border: none;
  position: absolute;
  right: 1px;
  bottom: 1px;
  top: 1px;
  border-radius: 0;
  cursor: pointer;
}
.section-banner .form-panel .right {
  position: absolute;
  right: 10px;
  top: 0;
  width: 5em;
  overflow: hidden;
  display: none;
}
.section-banner .form-panel .right .l-1 {
  display: block;
  width: 100%;
}
.section-banner .form-panel .right .l-2 {
  position: absolute;
  right: 1.2%;
  top: 2.1%;
  width: 84.7%;
  animation: records 5s linear;
  animation-iteration-count: infinite;
}
.section-banner .profile-panel {
  position: relative;
  padding: 0 20px;
}
.section-banner .profile-panel:before {
  display: block;
  content: "";
  height: 2px;
  margin-left: -20px;
  margin-right: -20px;
  background: linear-gradient(to right, rgb(26, 20, 20) 0%, rgb(238, 63, 71) 100%);
}
.section-banner .profile-panel .profile-image {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
.section-banner .profile-panel .profile-image h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  font-size: 24px;
  color: #E13C43;
  z-index: 1;
}
.section-banner .profile-panel .profile-image h3 small {
  display: block;
  font-weight: normal;
  padding-top: 10px;
  line-height: 1.5;
  color: #ffffff;
}
.section-banner .profile-panel .profile-image img {
  width: 100%;
  display: block;
}
.section-banner .profile-panel .profile-image:after, .section-banner .profile-panel .profile-image:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.section-banner .profile-panel .profile-image:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.section-banner .profile-panel .profile-panel-content {
  position: relative;
  padding-top: 1em;
  padding-bottom: 30px;
}
.section-banner .profile-panel .title img {
  display: block;
  width: 47%;
}
.section-banner .profile-panel h3 {
  color: #E13C43;
}
.section-banner .profile-panel h3 span {
  display: block;
  margin-bottom: 1em;
}
.section-banner .profile-panel p {
  margin-bottom: 0.7em;
}
.section-banner .profile-panel h1 {
  font-size: 1.8em;
  margin-bottom: 0.7em;
  font-weight: bold;
}
.section-banner .profile-panel h1 + p {
  margin-bottom: 1.5em;
  line-height: 1.5;
}
.section-banner .profile-panel .link {
  color: #E13C43;
  text-decoration: none;
}
@media only screen and (min-width: 412px) {
  .section-banner .form-panel h3 {
    font-size: 1.9em;
  }
  .section-banner .form-panel .right {
    width: 7em;
  }
}
@media only screen and (min-width: 360px) {
  .section-banner .form-panel .right {
    right: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .section-banner {
    font-size: 17px;
  }
  .section-banner .form-panel {
    margin-left: 9%;
  }
  .section-banner .form-panel .right {
    width: 10em;
  }
}
@media only screen and (min-width: 700px) {
  .section-banner .profile-panel .title {
    position: relative;
  }
  .section-banner .profile-panel .title > div {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .section-banner .profile-panel .profile-cnt {
    display: flex;
    justify-content: space-between;
  }
  .section-banner .profile-panel .profile-panel-content {
    padding-top: 30px;
  }
  .section-banner .profile-panel .profile-image {
    margin-left: 0px;
    margin-right: -20px;
    min-width: 50%;
    margin-top: auto;
  }
  .section-banner .profile-panel .profile-image h3 {
    display: none;
  }
  .section-banner.home-view .profile-panel .profile-panel-content {
    padding-top: 10%;
  }
}
@media only screen and (min-width: 1000px) {
  .section-banner {
    font-size: 15px;
    padding-bottom: 0;
    padding-top: 115px;
  }
  .section-banner .profile-panel {
    padding: 0;
  }
  .section-banner .profile-panel::before {
    margin-left: 0;
    margin-right: 0;
  }
  .section-banner .profile-panel .title > div {
    padding-left: 6%;
  }
  .section-banner .profile-panel .title img {
    width: 28%;
  }
  .section-banner .profile-panel .profile-panel-content {
    max-width: 445px;
    margin-left: 13%;
    padding-bottom: 30px;
  }
  .section-banner .profile-image {
    height: 100%;
  }
  .section-banner .profile-image:before {
    display: none;
  }
  .section-banner .profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-banner .form-panel {
    margin: 0 10% 0% 17%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3em;
    font-size: 15px;
    font-size: 1.5vw;
  }
  .section-banner .form-panel h3 {
    font-size: 2.25em;
    letter-spacing: -2px;
    line-height: 1.4;
  }
  .section-banner .form-panel .left {
    flex-grow: 1;
  }
  .section-banner .form-panel .right {
    position: relative;
    right: 0;
    display: block;
    width: 12em;
  }
  .section-banner.home-view .profile-panel .profile-panel-content {
    padding-top: 8%;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1300px) {
  .section-banner {
    font-size: 17px;
    padding-top: 60px;
  }
  .section-banner .profile-panel .profile-image {
    width: 43%;
  }
  .section-banner .form-panel {
    padding-bottom: 1.5em;
  }
  .section-banner .profile-panel-content {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1500px) {
  .section-banner {
    font-size: 18px;
  }
  .section-banner .form-panel {
    margin-right: 13%;
  }
  .section-banner .form-panel .right {
    width: 12em;
  }
  .section-banner .profile-panel h1 {
    font-size: 2em;
    font-weight: bold;
  }
}
.section-banner.section-view-banner .episode-title {
  color: #7D7D7D;
  position: relative;
  padding-bottom: 0.9em;
  margin-bottom: 0;
  margin-left: 20px;
}
.section-banner.section-view-banner .episode-title:after {
  content: "";
  display: block;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.1098039216), #ffffff);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.section-banner.section-view-banner .profile-panel {
  display: flex;
  flex-direction: column-reverse;
}
.section-banner.section-view-banner .profile-panel .profile-image {
  top: 0;
}
.section-banner.section-view-banner .profile-panel:before {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .section-banner.section-view-banner .episode-title {
    margin-left: 13%;
  }
  .section-banner.section-view-banner .spacemask {
    padding-bottom: 5%;
  }
  .section-banner.section-view-banner .profile-panel .profile-image {
    top: 0;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner.section-view-banner .profile-panel {
    justify-content: space-between;
  }
  .section-banner.section-view-banner .profile-panel .profile-image {
    min-width: auto;
  }
}
@media only screen and (min-width: 1500px) {
  .section-banner.section-view-banner .profile-panel {
    justify-content: space-between;
  }
  .section-banner.section-view-banner .profile-panel .profile-image {
    min-width: auto;
    width: 38%;
  }
}

@media only screen and (min-width: 1000px) {
  .header-no-sticky-desktop .section-banner {
    padding-left: 160px;
  }
}
@media only screen and (min-width: 1300px) {
  .header-no-sticky-desktop .section-banner {
    padding-left: 215px;
  }
}

@keyframes records {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.episodes-list {
  background-color: #FFEDED;
  padding: 30px 20px 70px 20px;
}
.episodes-list .episodes-container {
  max-width: 800px;
  margin: 0 auto;
}
.episodes-list h3.title {
  color: #000;
  font-size: 25px;
  margin-bottom: 0.5em;
}
.episodes-list .list {
  list-style: none;
  padding: 0;
}
.episodes-list .list li {
  margin-bottom: 32px;
}
.episodes-list .box {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 30, 0.1);
  position: relative;
  background-color: #fff;
  z-index: 0;
}
.episodes-list .box .linkmask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.episodes-list .box figure {
  position: relative;
  overflow: hidden;
}
.episodes-list .box figure:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.episodes-list .box figure:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.episodes-list .box figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.episodes-list .box figure .cnt {
  padding: 20px 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
}
.episodes-list .box figure .cnt h4 {
  font-size: 24px;
  margin-bottom: 0.3em;
}
.episodes-list .box figure .cnt p {
  font-size: 12px;
  margin-bottom: 0;
}
.episodes-list .box .content {
  padding: 24px 16px;
}
.episodes-list .box .content h6 {
  color: #E13C43;
  font-size: 0.85em;
  margin-bottom: 0.3em;
}
.episodes-list .box .content h3 {
  font-size: 1.7em;
  margin-bottom: 0.4em;
  color: #111;
}
.episodes-list .box .content p {
  margin-bottom: 0;
  line-height: 1.5;
}
.episodes-list .box .action {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8em;
  font-weight: 500;
}
.episodes-list .box .link {
  color: #111;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 360px) {
  .episodes-list .box .action {
    font-size: 1em;
  }
}
@media only screen and (min-width: 600px) {
  .episodes-list .box {
    display: flex;
  }
  .episodes-list .box figure {
    width: 30%;
  }
  .episodes-list .box .content {
    width: 70%;
  }
}
@media only screen and (min-width: 700px) {
  .episodes-list {
    padding: 30px 20px 90px 20px;
  }
  .episodes-list h3.title {
    font-size: 30px;
    margin-bottom: 0.7em;
  }
  .episodes-list .link li {
    margin-bottom: 40px;
  }
  .episodes-list .box figure .cnt {
    padding: 20px;
  }
  .episodes-list .box .content {
    padding: 30px 25px;
  }
  .episodes-list .box .content .action {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .episodes-list {
    padding: 70px 20px 100px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .episodes-list .box {
    transition: box-shadow 0.6s, transform 0.6s;
  }
  .episodes-list .box figure img {
    transition: transform 0.8s;
  }
  .episodes-list .box:hover {
    box-shadow: 1px 1px 9px 0 rgba(0, 0, 30, 0.17);
    transform: translateY(-5px);
  }
  .episodes-list .box:hover figure img {
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 1300px) {
  .episodes-list {
    padding: 100px 20px 130px 20px;
  }
  .episodes-list h3.title {
    margin-left: -2.8em;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1500px) {
  .episodes-list h3.title {
    font-size: 40px;
  }
}

.episode-view {
  padding: 30px 20px 70px 20px;
  position: relative;
}
.episode-view:after {
  content: "";
  position: absolute;
  right: 1%;
  top: 0;
  width: 3em;
  height: 5.4em;
  background: url("../images/podcast/index/mic.svg") no-repeat center bottom;
  background-size: 100% auto;
  font-size: 18px;
}
.episode-view h2.title {
  color: #000;
  font-size: 25px;
  margin-bottom: 1em;
}
.episode-view .episodes-container {
  max-width: 900px;
  margin: 0 auto;
}
.episode-view .related-episode .viewall {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  color: #000;
}
.episode-view .related-episode .list {
  list-style: none;
  padding: 0;
}
.episode-view .related-episode .list li {
  margin-bottom: 32px;
}
.episode-view .related-episode .box {
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.38);
  position: relative;
}
.episode-view .related-episode .box .linkmask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.episode-view .related-episode .box figure {
  position: relative;
  overflow: hidden;
}
.episode-view .related-episode .box figure:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.episode-view .related-episode .box figure:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.episode-view .related-episode .box figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.episode-view .related-episode .box figure .cnt {
  padding: 20px 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
}
.episode-view .related-episode .box figure .cnt h4 {
  font-size: 24px;
  margin-bottom: 0.3em;
}
.episode-view .related-episode .box figure .cnt p {
  font-size: 12px;
  margin-bottom: 0;
}
.episode-view .related-episode .box .content {
  padding: 20px 16px;
  position: relative;
}
.episode-view .related-episode .box .content h6 {
  color: #E13C43;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.episode-view .related-episode .box .content h3 {
  font-size: 1em;
  color: #111;
  margin-right: 60px;
  font-size: 0.9em;
}
.episode-view .related-episode .box .content .link2 {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E13C43;
}
.episode-view .related-episode .box .content .link2:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 7px solid transparent;
}
.episode-view .related-episode {
  padding-top: 20px;
}
.episode-view .related-episode-title {
  font-size: 25px;
  margin-bottom: 1em;
}
.episode-view .related-episode-title p {
  color: #E13C43;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
}
.episode-view .related-episode-title h3 {
  font-size: 1em;
  color: #111;
  display: flex;
  align-items: center;
}
.episode-view .related-episode-title h3::after {
  flex-grow: 1;
  display: block;
  margin-left: 1em;
  content: "";
  height: 1px;
  background-color: #000;
}
@media only screen and (min-width: 412px) {
  .episode-view {
    font-size: 15px;
  }
}
@media only screen and (min-width: 600px) {
  .episode-view .episode-view-content {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media only screen and (min-width: 700px) {
  .episode-view {
    padding: 30px 20px 50px 20px;
    font-size: 16px;
  }
  .episode-view:after {
    font-size: 30px;
    right: 4%;
  }
  .episode-view h2.title {
    font-size: 30px;
    margin-bottom: 0.7em;
  }
  .episode-view .related-episode-title {
    font-size: 30px;
  }
  .episode-view .related-episode {
    padding-top: 30px;
  }
  .episode-view .related-episode .viewall {
    padding: 15px 0;
  }
  .episode-view .related-episode .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .episode-view .related-episode .list li {
    display: grid;
  }
  .episode-view .related-episode .list li .box {
    display: grid;
  }
  .episode-view .related-episode .box figure:before {
    padding-bottom: 135%;
  }
}
@media only screen and (min-width: 1000px) {
  .episode-view {
    padding: 70px 20px 50px 20px;
  }
  .episode-view:after {
    font-size: 40px;
    right: 5%;
  }
  .episode-view .episode-view-content {
    padding-left: 0%;
    padding-right: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  .episode-view {
    font-size: 17px;
  }
  .episode-view .related-episode .box figure img {
    transition: transform 0.8s;
  }
  .episode-view .related-episode .box:hover figure img {
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 1300px) {
  .episode-view {
    font-size: 18px;
    padding: 100px 20px 60px 20px;
  }
  .episode-view:after {
    font-size: 60px;
  }
  .episode-view .related-episode {
    padding-top: 40px;
  }
  .episode-view .related-episode .viewall {
    padding: 30px 0;
  }
  .episode-view .episode-view-content {
    padding-right: 215px;
  }
}
@media only screen and (min-width: 1500px) {
  .episode-view:after {
    font-size: 80px;
  }
  .episode-view h2.title {
    font-size: 40px;
  }
  .episode-view .related-episode-title {
    font-size: 40px;
  }
  .episode-view .related-episode {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1700px) {
  .episode-view:after {
    font-size: 90px;
  }
}

.episode-share {
  position: fixed;
  top: 50%;
  background-color: #fff;
  left: 0;
  transform: translate(-5px, -50%);
  display: flex;
  flex-direction: column;
  padding: 10px 7px 5px 12px;
  border-radius: 0px 5px 5px 0px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 30, 0.1);
  transition: transform 0.6s;
  z-index: 2;
}
.episode-share:hover {
  transform: translate(0px, -50%);
}
.episode-share a {
  width: 28px;
  height: 28px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0px;
}
.episode-share a img {
  max-width: 50%;
  max-height: 44%;
  display: block;
}
@media only screen and (min-width: 700px) {
  .episode-share {
    top: 30%;
  }
}

.footer {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 30px 20px 70px 20px;
}
.footer .footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer nav {
  display: flex;
  flex-direction: column;
}
.footer nav > div {
  display: flex;
  flex-direction: column;
}
.footer nav a {
  display: inline-flex;
  align-items: center;
  padding: 0.7em 0;
  text-decoration: none;
}
.footer nav a img {
  width: 1.5em;
  height: auto;
  margin-right: 0.7em;
}
.footer nav p {
  color: #7D7D7D;
  white-space: nowrap;
}
.footer .chargebee {
  width: 100px;
}
.footer .chargebee img {
  width: 100%;
  display: block;
}
.footer .cp {
  color: #7D7D7D;
  font-size: 1em;
  text-align: center;
  padding-top: 20px;
}
@media only screen and (min-width: 600px) {
  .footer nav > div {
    flex-direction: row;
  }
  .footer nav a {
    padding: 0;
    margin-right: 1.4em;
  }
}
@media only screen and (min-width: 700px) {
  .footer {
    padding: 30px 20px 110px 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .footer {
    padding: 30px 20px 120px 20px;
  }
  .footer nav a {
    margin-right: 3em;
    transition: transform 0.4s;
  }
  .footer nav a:hover {
    transform: translateX(6px);
  }
  .footer nav p {
    margin-bottom: 1.5em;
  }
  .footer .chargebee {
    width: 130px;
  }
  .footer .footer-container {
    padding: 0px 30px;
  }
  .footer .cp {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1300px) {
  .footer {
    padding: 50px 20px 120px 20px;
  }
  .footer .footer-container {
    padding: 0px 75px;
  }
  .footer .chargebee {
    width: 150px;
  }
}

@media only screen and (min-width: 1000px) {
  .home-page .section-banner .profile-panel::before {
    transform: scaleX(0);
    transform-origin: center right;
  }
  .home-page .section-banner .profile-panel .title > div {
    overflow: hidden;
  }
  .home-page .section-banner .profile-panel .title img {
    transform: translateY(-100%);
  }
  .home-page .section-banner .profile-panel .profile-image {
    transform: translateX(50%);
    opacity: 0;
  }
  .home-page.animated .section-banner .profile-panel::before {
    transition: transform 1s;
    transform: scaleX(1);
  }
  .home-page.animated .section-banner .profile-panel .title img {
    transition: transform 0.6s;
    transform: translateY(0%);
    transition-delay: 0.8s;
  }
  .home-page.animated .section-banner .profile-panel .profile-image {
    transition: transform 0.6s, opacity 0.6s;
    transform: translateX(0%);
    opacity: 1;
    transition-delay: 0.6s;
  }
}
.section-banner .profile-panel .profile-panel-content h3 small {
  display: block;
  color: #ffffff;
  line-height: 1.5;
}

.section-banner .profile-panel .profile-image img {
  filter: grayscale(1);
}

.section-banner .profile-panel .profile-panel-content h3 {
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .episode-share {
    position: absolute;
    top: -380px;
  }
}
.custom-header {
  background-color: #000;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  padding: 10px 20px 20px 20px;
  backdrop-filter: blur(5px);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding-top: 20px;
  z-index: 9;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  grid-gap: 15px;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  margin: auto;
  z-index: 9999;
}
@media (min-width: 992px) {
  .custom-header {
    display: none;
  }
}

.footer-row a:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .player-panel {
    position: relative;
  }
}
body {
  background-color: #000;
}

.link, .link:hover, .link:focus {
  color: #000FF0;
  position: relative;
  z-index: 2;
  outline: none;
}