@charset "utf-8";

.black-text {
    color: #000 !important
}

.base-text {
    color: #b00020 !important
}

section {
    display: block;
    clear: both;
    width: 100%;
    margin: 40px auto
}

section.gray-bg {
    padding: 60px 0;
    background: #f1f1f1
}

.container {
    max-width: 1300px
}

a,
button {
    cursor: pointer;
    text-decoration: none;
    color: inherit
}

a:hover,
button:hover {
    text-decoration: underline;
    color: inherit
}

a:hover .ad::after,
button:hover .ad::after {
    text-decoration: none
}

.flooting-ad {
    width: 100%;
    background: #f1f1f1;
    padding: 0;
    position: fixed;
    bottom: 0;
    z-index: 11;
    box-shadow: 0 -6px 4px rgba(0, 0, 0, 0.1254901961);
    display: none
}

.flooting-ad .picture {
    width: 320px;
    height: 60px;
    margin: 0 auto 15px
}

.flooting-ad .picture img {
    object-fit: cover;
    object-position: center;
    width: 320px;
    height: 60px
}

.flooting-ad .picture::after {
    content: "ADVERTISEMENT";
    text-align: center;
    letter-spacing: 1px;
    font-size: 9px;
    font-family: "Merriweather", serif;
    position: relative;
    display: block;
    bottom: -5px;
    width: 100%;
    height: 10px;
    left: 0
}

.black-bg {
    background: #000;
    width: 100%
}

.featured .container {
    position: relative;
    padding: 0
}

.featured .img-banner {
    position: relative
}

.featured .img-banner .img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.featured .img-banner .img::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.featured .img-banner .img>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.featured .img-banner .img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    min-height: unset
}

.featured .content {
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.7333333333), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6666666667), #000);
    text-align: left;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    text-decoration: none
}

.featured .content .title-patch {
    margin: 40px 0 30px;
    color: #fff
}

.featured .content .title-patch .icon {
    width: 38px;
    height: 38px;
    position: relative;
    top: -3px;
    margin-right: 10px
}

.featured .content .text {
    font-size: 50px;
    line-height: 58px;
    width: 50%;
    color: #fff
}

.featured .content:hover .text:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px
}

.featured .content .author {
    display: block;
    width: 100%;
    margin: 25px 0
}

.featured .content .author .author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: transparent;
    display: inline-block;
    margin-right: 10px
}

.featured .content .author .author-img img {
    object-fit: cover;
    object-position: center;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.featured .content .author .author-name {
    color: #fff;
    font-family: "Merriweather", serif;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase
}

.featured .content .author .author-name span {
    font-family: "Merriweather", serif;
    display: block;
    color: #fc0;
    font-weight: bold;
    text-decoration: none
}

.featured .content .author .author-name .name {
    font-family: "Merriweather", serif;
    font-size: 10px;
    color: #fff;
    text-decoration: underline
}

.featured .content .author .author-name .name:hover {
    text-decoration: none
}

.featured .content .arrow-link {
    margin-top: 40px
}

.featured .content .arrow-link img {
    width: 100px;
    height: 40px;
    display: inline-block;
    margin-right: 20px;
    filter: invert(1)
}

.featured .content .arrow-link .small-link {
    font-size: 14px;
    font-family: "Mukta", sans-serif;
    color: #fff;
    text-decoration: none;
    display: inline
}

.featured .content .arrow-link .small-link .slider {
    background: #fff
}

@media screen and (max-width:570px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
        width: 100%;
        padding: 0 18px
    }

    .featured {
        padding: 70px 0 25px
    }

    .featured .container {
        max-width: 100%;
        padding: 0;
        margin: 0
    }

    .featured .row {
        margin: 0;
        padding: 0
    }

    .featured .img-banner {
        margin: 0;
        padding: 0 0 0
    }

    .featured .content {
        padding: 20px 30px 0;
        background: none;
        position: unset
    }

    .featured .content .title-patch {
        font-size: 22px;
        position: absolute;
        margin: 0;
        top: -50px
    }

    .featured .content .title-patch .icon {
        display: unset;
        vertical-align: middle;
        width: 32px;
        height: 32px
    }

    .featured .content .text {
        font-size: 22px;
        line-height: 32px;
        width: 100%
    }

    .featured .content .text .res-br {
        display: none
    }

    .featured .content .author {
        margin: 15px 0
    }

    .featured .content .author .author-name {
        font-size: 11px;
        width: auto
    }

    .featured .content .arrow-link {
        margin-top: 0;
        text-align: right
    }

    .featured .content .arrow-link img {
        max-width: 40px;
        height: auto;
        margin-right: 10px
    }

    .featured .content .arrow-link a {
        font-size: 12px
    }
}

@media screen and (max-width:1000px) and (min-width:571px) {
    .featured .container {
        max-width: 100%;
        padding: 0;
        margin: 0
    }

    .featured .row {
        margin: 0;
        padding: 0
    }

    .featured .img-banner {
        margin: 0
    }

    .featured .img-banner .img {
        height: 440px
    }

    .featured .img-banner .img img {
        height: 440px
    }

    .featured .content {
        padding: 0 30px
    }

    .featured .content .title-patch {
        width: max-content;
        padding-left: 0;
        padding-right: 25px;
        margin: 40px 0 20px
    }

    .featured .content .title-patch span img {
        max-height: 13px
    }

    .featured .content .text {
        font-size: 30px;
        line-height: 36px;
        width: 60%
    }

    .featured .content .author {
        margin: 15px 0 0
    }

    .featured .content .author .author-name {
        font-size: 11px
    }

    .featured .content .arrow-link {
        margin-top: 25px
    }

    .featured .content .arrow-link img {
        max-width: 40px;
        height: auto;
        margin-right: 10px
    }

    .featured .content .arrow-link a {
        font-size: 12px
    }
}

@media screen and (max-width:1181px) and (min-width:1001px) {
    .featured .container {
        max-width: 100%;
        padding: 0;
        margin: 0
    }

    .featured .row {
        margin: 0;
        padding: 0
    }

    .featured .img-banner {
        margin: 0
    }

    .featured .img-banner .img {
        height: 440px
    }

    .featured .img-banner .img img {
        height: 440px;
        object-fit: contain
    }

    .featured .content {
        padding: 0 30px
    }

    .featured .content .title-patch {
        width: max-content;
        padding-left: 0;
        padding-right: 25px;
        margin: 40px 0 20px
    }

    .featured .content .title-patch span img {
        max-height: 13px
    }

    .featured .content .text {
        font-size: 30px;
        line-height: normal;
        width: 50%
    }

    .featured .content .text .res-br {
        display: none
    }

    .featured .content .author {
        margin: 15px 0 0
    }

    .featured .content .author .author-name {
        font-size: 11px
    }

    .featured .content .arrow-link {
        margin-top: 25px
    }

    .featured .content .arrow-link img {
        max-width: 40px;
        height: auto;
        margin-right: 10px
    }

    .featured .content .arrow-link a {
        font-size: 12px
    }
}

.top-section .element {
    min-height: 122px
}

.top-section .element.bigger .title {
    margin-bottom: 15px
}

.top-section .img {
    margin: 0 auto;
    display: block
}

.top-section .editorial .element {
    min-height: auto
}

.top-section .editorial .editorial-logo {
    margin: 0 auto;
    display: block;
    height: 73px;
    width: 150px
}

.top-section .title-patch {
    margin: 0 0 20px
}

section.black-bg.featured .content a {
    text-decoration: none
}

@media screen and (max-width:570px) {
    .top-section {
        margin-top: -20px
    }

    .top-section .element {
        min-height: auto
    }

    .top-section .editorial .element {
        min-height: auto
    }

    .top-section .editorial .editorial-logo {
        margin: 0 auto 20px;
        width: 200px;
        height: 100px
    }

    .top-section .title-patch {
        margin: 15px 0 10px
    }
}

@media screen and (max-width:1000px) and (min-width:571px) {
    .top-section .element {
        min-height: auto
    }

    .top-section .main-element {
        border-bottom: none
    }

    .top-section .main-element+.row {
        margin-bottom: 20px
    }
}

@media screen and (max-width:1180px) and (min-width:1001px) {
    .top-section .element .picture {
        margin: 10 auto 20px !important
    }

    .top-section .main-element {
        border-bottom: none
    }

    .top-section .main-element+.row {
        margin-bottom: 30px
    }
}

.element.smaller.no-italics {
    min-height: auto
}

.element.smaller.no-italics .title,
.element.smaller.no-italics .title a {
    font-size: 18px;
    font-weight: normal;
    font-style: normal
}

.element.with-writer {
    width: 100%;
    position: relative;
    padding-right: 60px;
    min-height: auto
}

.element.with-writer .title {
    font-size: 18px;
    font-weight: normal;
    margin-top: 5px
}

.element.with-writer .title a {
    font-weight: normal;
    font-family: 'Mukta', sans-serif
}

.element.with-writer .picture {
    width: 206px;
    margin: 10px 0;
    background: url(../images/thumbnail-rectangle.svg) center;
    background-size: 100% auto
}

.element.with-writer .writer-img {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 52px;
    height: 52px;
    border-radius: 50%
}

.element.with-writer .writer-img img {
    object-fit: cover;
    object-position: center;
    width: 52px;
    height: 52px;
    border-radius: 50%
}

.element.with-writer:last-child .writer-img {
    bottom: 0
}

.element.flex-element {
    position: relative;
    min-height: 168px
}

.element.flex-element .picture {
    width: 300px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0
}

.element.flex-element .picture,
.element.flex-element .picture * {
    margin: 0
}

.element.flex-element .title,
.element.flex-element .label,
.element.flex-element .by-line {
    margin-left: 315px
}

.listen-on,
.listen-on span {
    text-align: left;
    font-family: "Mukta", sans-serif;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    width: max-content;
    font-size: 12px
}

.listen-on .podcast-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: max-content
}

.listen-on .podcast-list li {
    display: inline-block;
    margin: 0 5px
}

.listen-on .podcast-list li a {
    display: block
}

.listen-on .podcast-list li a:hover {
    text-decoration: none
}

@media screen and (max-width:570px) {
    .element.with-writer .title {
        font-size: 16px
    }

    .element.with-writer .picture {
        width: calc(100% + 60px)
    }

    .table-elements .mt-3 {
        margin-top: 0 !important
    }

    .table-elements .element {
        position: relative;
        padding: 10px 0;
        min-height: 120px;
        margin: 0 auto !important
    }

    .table-elements .element .picture {
        width: 100px;
        --bs-aspect-ratio: calc(1 / 1 * 100%);
        position: absolute;
        top: 10px;
        left: 0;
        margin: 0 !important
    }

    .table-elements .element .title,
    .table-elements .element .label,
    .table-elements .element .by-line,
    .table-elements .element .author,
    .table-elements .element .listen-on,
    .table-elements .element .sub-text {
        margin-left: 113px;
        margin-top: 0
    }

    .table-elements .element .label {
        margin-bottom: 5px
    }

    .table-elements .element div:first-child {
        margin-top: 0
    }

    .table-elements .element.bigger {
        padding: 0
    }

    .table-elements .element.bigger .picture {
        width: 100%;
        --bs-aspect-ratio: calc(9 / 16 * 100%);
        position: relative
    }

    .table-elements .element.bigger .title,
    .table-elements .element.bigger .label,
    .table-elements .element.bigger .by-line,
    .table-elements .element.bigger .author,
    .table-elements .element.bigger .listen-on,
    .table-elements .element.bigger .sub-text {
        margin-left: 0
    }

    .reverse-column {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .reverse-column .reverse-part:first-child {
        order: 0
    }

    .reverse-column .reverse-part:last-child {
        order: -1
    }
}

@media screen and (max-width:1000px) and (min-width:571px) {
    .element.flex-element {
        margin-bottom: 20px
    }

    .element.flex-element .picture {
        margin: 0
    }
}

@media screen and (max-width:1180px) and (min-width:1001px) {
    .element.flex-element {
        margin-bottom: 20px
    }

    .element.flex-element .picture {
        margin: 0
    }
}

.stories-list {
    list-style: none;
    margin: 30px auto;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center
}

.stories-list .storie-item {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin: 0 8px;
    cursor: pointer
}

.stories-list .storie-item .picture {
    width: 100%;
    min-height: unset;
    position: relative;
    --bs-aspect-ratio: calc(6 / 4 * 100%)
}

.stories-list .storie-item .picture::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.stories-list .storie-item .picture>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.stories-list .storie-item .picture img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    min-height: unset
}

.stories-list .storie-item .picture .text-part {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.66));
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.stories-list .storie-item .picture .text-part .past-stories {
    display: flex;
    position: absolute;
    bottom: 8px;
    left: 6px;
    right: 6px;
    z-index: 1;
    overflow: hidden
}

.stories-list .storie-item .picture .text-part .past-stories span {
    height: 2px;
    border-radius: 4px;
    background-color: #fff;
    opacity: .4;
    margin-right: 3px;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 3px;
    flex: 1
}

.stories-list .storie-item .picture .text-part .past-stories span.active {
    opacity: 1
}

.stories-list .storie-item .picture .icon-part {
    height: 30px;
    width: 30px;
    margin: 14px
}

.stories-list .storie-item .picture .icon-part img {
    height: 30px;
    width: 30px
}

.stories-list .storie-item .title {
    color: #000;
    font-family: "Mukta", serif;
    letter-spacing: .2px;
    font-size: 16px;
    text-align: left;
    padding: 15px 3px 0;
    position: relative;
    bottom: 10px;
    line-height: normal;
    white-space: normal
}

.stories-list.inner-page {
    overflow-x: unset;
    white-space: unset;
    margin: unset;
    padding: unset;
    text-align: center;
    padding: 0 10px 10px 10px
}

.stories-list.inner-page .storie-item {
    margin: 0 8px 10px 8px;
    width: 100%
}

.box-line-title .shorts {
    font-size: 30px;
    top: 0
}

@media screen and (max-width:570px) {
    .stories-list {
        margin: 20px auto 10px;
        padding-bottom: 10px
    }

    .stories-list .storie-item {
        width: 150px;
        margin: 0 3px;
        border-radius: 3px;
        vertical-align: top
    }

    .stories-list .storie-item .text-part .title {
        font-size: 9px;
        text-align: left;
        padding: 5px 5px 0;
        bottom: 5px
    }

    .stories-list .storie-item .picture .past-stories span {
        width: 5.6px;
        margin-right: 0
    }

    .stories-list .storie-item .picture .icon-part {
        height: 20px;
        width: 20px;
        margin: 0 5px
    }

    .stories-list .storie-item .picture .icon-part img {
        height: 20px;
        width: 20px
    }

    .stories-list.inner-page .storie-item {
        width: 100%;
        margin: 0
    }
}

.title-patch {
    margin: 20px 0
}

.title-patch .icon {
    width: 38px;
    height: 38px;
    position: relative;
    top: -3px;
    margin-right: 10px
}

.title-patch.center-align {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.full-width-bg {
    padding-top: 30px;
    padding-bottom: 40px
}

.full-width-bg h2,
.full-width-bg h1 {
    color: #fff;
    font-size: 36px;
    line-height: normal;
    text-align: left;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    margin-bottom: 30px
}

.full-width-bg h2.medium,
.full-width-bg h1.medium {
    font-size: 30px
}

.full-width-bg .title-patch {
    margin-top: 0
}

.full-width-bg .title-patch.center-align.video-ply {
    text-align: left
}

.full-width-bg .element .title,
.full-width-bg .element .label,
.full-width-bg .element .by-line {
    color: #fff
}

.full-width-bg .element .title,
.full-width-bg .element .title a {
    font-weight: normal
}

.full-width-bg .element .picture .iframe {
    width: 100%;
    visibility: visible;
    display: none;
    position: absolute;
    inset: 0
}

.full-width-bg .element .picture .video-outer {
    min-height: 200px
}

.full-width-bg .element .picture .video-outer .playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: inline-block;
    cursor: pointer
}

.full-width-bg .element .picture .video-outer .playIcon .playBtn {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.full-width-bg .element .picture .video-outer .playIcon .playBtn .iconWrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: inherit
}

.full-width-bg .element .picture .video-outer .playIcon .playBtn .iconWrapper::before {
    content: "";
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    opacity: 0;
    -webkit-animation: animation-j45xwj 3s .48s linear infinite
}

.full-width-bg .element .picture .video-outer .playIcon .playBtn .iconWrapper::after {
    content: "";
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    opacity: 0;
    -webkit-animation: animation-j45xwj 3s .8s linear infinite;
    animation: animation-j45xwj 3s .8s linear infinite
}

.full-width-bg .element .picture .video-outer .playIcon .playBtn::after {
    content: "";
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    top: -45px;
    left: -45px;
    right: -45px;
    bottom: -45px;
    opacity: 0;
    -webkit-animation: animation-j45xwj 3s .16s linear infinite;
    animation: animation-j45xwj 3s .16s linear infinite
}

@-webkit-keyframes animation-j45xwj {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5)
    }

    50% {
        opacity: .5
    }

    90% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.full-width-bg .discription {
    font-family: "Merriweather", serif;
    color: #fff;
    font-size: 17px;
    font-weight: normal
}

.full-width-bg .small-link {
    margin: 0 0 0
}

.full-width-bg .small-link,
.full-width-bg .small-link .text {
    color: #fff
}

.full-width-bg .small-link .slider {
    background: #fff
}

@media screen and (max-width:570px) {
    .full-width-bg {
        padding-top: 20px;
        padding-bottom: 25px
    }

    .full-width-bg .container .row .col-xl-6 {
        order: -1
    }

    .full-width-bg h2,
    .full-width-bg h1 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 20px
    }

    .full-width-bg .title-patch.center-align {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
        margin-bottom: 10px
    }

    .full-width-bg .title-patch.center-align.video-ply {
        text-align: left
    }

    .full-width-bg .element .picture .video-outer {
        min-height: 100px
    }

    .full-width-bg .element .picture .video-outer .playIcon {
        margin: 0
    }

    .full-width-bg .element .picture .video-outer .playIcon .playBtn {
        width: 60px;
        height: 60px
    }

    .full-width-bg .element .picture .video-outer .playIcon .playBtn::after {
        display: none
    }

    .full-width-bg .discription {
        display: none
    }
}

@media screen and (max-width:1000px) and (min-width:571px) {
    .full-width-bg {
        padding-top: 25px;
        padding-bottom: 33px
    }

    .full-width-bg .container .row .col-xl-6 {
        order: -1
    }

    .full-width-bg h2,
    .full-width-bg h1 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 20px
    }

    .full-width-bg .title-patch.center-align {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
        margin-bottom: 10px
    }

    .full-width-bg .element .picture .video-outer {
        min-height: 100px
    }

    .full-width-bg .element .picture .video-outer .playIcon {
        margin: 0
    }

    .full-width-bg .element .picture .video-outer .playIcon .playBtn {
        width: 60px;
        height: 60px
    }

    .full-width-bg .element .picture .video-outer .playIcon .playBtn::after {
        display: none
    }

    .full-width-bg .discription {
        display: none
    }
}

.patch-1 .round {
    position: relative;
    width: 146px;
    display: flex;
    background-color: #ffed00;
    padding: 3px 8px;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    min-height: 25px
}

.patch-1 .round .patch-logo,
.patch-1 .round .patch-video {
    width: 25px;
    height: 25px
}

.patch-1 .round .patch-logo img,
.patch-1 .round .patch-video img {
    width: 25px;
    height: 25px
}

.patch-1 .round .p1-title {
    font-family: "Merriweather", serif;
    font-size: 22px;
    line-height: normal;
    font-weight: 800;
    color: #000;
    align-items: center;
    font-style: normal;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    top: 2px;
    max-width: 70%
}

.patch-1 .round .p1-next {
    margin-right: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    color: #000;
    align-items: center;
    cursor: pointer;
    display: block;
    position: relative;
    top: 2px;
    font-style: normal
}

.patch-1 .round .p1-next .arrow {
    position: absolute;
    background-size: contain;
    height: 23px;
    width: 23px;
    top: 0;
    right: 0
}

.patch-1 .round .p1-next .arrow.next {
    background-image: url(../images/ssrightarrow.svg);
    background-repeat: no-repeat
}

.patch-1 .round .live-span {
    margin: 0;
    font-style: normal;
    font-size: 22px;
    position: relative;
    top: -1px
}

.patch-1 .round .live-span i {
    top: 0;
    font-size: 22px
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1)
    }

    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.9)
    }

    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9)
    }

    55% {
        opacity: 1;
        transform: translateX(0px) scale(1)
    }
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.arrow.ss-see-more-arrow.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: .2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.round:hover .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.round:hover .arrow.ss-see-more-arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: .2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@media screen and (max-width:570px) {
    .patch-1 .round .p1-title {
        font-size: 16px;
        line-height: 16px
    }
}

@media screen and (max-width:1000px) and (min-width:571px) {
    .patch-1 .round .p1-title {
        width: 200px;
        font-size: 12px;
        line-height: 12px
    }

    .patch-1 .round .p1-seemore {
        width: 35px;
        font-size: 10px;
        line-height: 10px;
        margin-bottom: -3px
    }
}

@media screen and (max-width:1200px) and (min-width:1000px) {
    .patch-1 .round .p1-title {
        width: 185px;
        font-size: 12px;
        line-height: 12px
    }

    .patch-1 .round .p1-seemore {
        width: 35px;
        font-size: 10px;
        line-height: 10px;
        margin-bottom: -3px
    }
}