.mark {
    border-top: 1px solid #fff;
}
html, body {
    background-color: #000;
}
html, body, pre, code, kbd, samp, input, button, select, option, textarea {
    font-family: var(--font-theme-1);
    font-weight: var(--font-medium);
    font-style: normal;
    font-size: 1.6vw;
    color: var(--color-white);
}
p {
    line-height: 165%;
    margin: 0px 0 2vw 0;
}
p a {
    text-decoration: underline;
}
p a:hover {}
strong {
    font-weight: var(--font-semibold);
}
a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: var(--color-theme-1);
    transition: var(--transition-all);
}
button, a, input[type="button"], .btn {
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-theme-2);
    font-size: 100%;
    line-height: 120%;
    font-weight: var(--font-regular);
    color: var(--color-white);
}
/*-- Preloader --*/
.header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    z-index: 1000;
    transition: 0.2s ease-in;
}
.container.header-container {
    height: 64px;
    transition: var(--transition-all);
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    z-index: 2;
}
.is-scroll.header-wrapper {
    background-color: var(--color-theme-1);
    box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
}
.is-scroll.is-up.header-wrapper {
    transform: translate3d(0, -100%, 0);
}
.is-scroll.is-up.header-wrapper {
    transform: translate3d(0, -100%, 0);
}
.header-left {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    column-gap: 10px;
    position: relative;
    top: 2px;
    user-select: none;
}
.logo-header {
    width: 140px;
    display: block;
}
.logo-header svg {
    height: auto;
    width: 100%;
    vertical-align: sub;
}
.logo-header svg .st0 {
    fill: var(--color-white);
}
.logo-header svg .st1 {
    fill: var(--color-ndtv-red);
}
.header-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 90%;
    font-weight: var(--font-medium);
}
.sub-header {
    display: none;
}
.header-right a {
    color: #fff;
}
.header-right .header-nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}
.header-right .header-nav ul li {
    margin: 0 20px 0 0;
    position: relative;
}
.header-right .header-nav ul li a {
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 4px;
    padding: 0px 10px;
    height: 32px;
    line-height: 32px;
}
.header-right .header-nav ul li a:hover {
    background-color: #fbff32;
    color: #000;
}
.header-right .header-nav ul li a.is-active {
    background-color: #fbff32;
    color: #000;
}
.header-right .header-nav ul li::after {
    position: absolute;
    width: 2px;
}
.header-right .social-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: center;
    color: var(--color-white);
    font-size: 1.2vw;
}
.header-right .social-nav ul li a {
    width: 28px;
    height: 28px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    transition: 0.2s all ease-in;
}
.social-nav ul li a svg * {
    transition: 0.2s all ease-in;
}
.social-nav ul li a svg path {
    fill: var(--color-white);
}
.social-nav ul li.is-x a svg polygon {
    fill: var(--color-white);
}
.social-nav ul li a:hover {
    background-color: var(--color-white);
}
.social-nav ul li.is-facebook a:hover svg path {
    fill: #1877f2;
}
.social-nav ul li.is-x a:hover svg path {
    fill: #1da1f2;
}
.social-nav ul li.is-x a:hover svg polygon {
    fill: #1da1f2;
}
.social-nav ul li.is-linkedin a:hover svg path {
    fill: #0a66c2;
}
.social-nav ul li.is-whatsapp a:hover svg path {
    fill: #25d366;
}
.container {
    position: relative;
    z-index: 2;
}
html::before {
    background-image: url(../images/bg.jpg);
    background-color: #000;
    background-size: cover;
    content: '';
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateZ(0);
    z-index: -3;
    pointer-events: none;
}
@keyframes sf-fly-by-1 {
    from {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(0);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-2 {
    from {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-3 {
    from {
        transform: translateZ(-1800px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
}
.star-field {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    perspective: 600px;
    -webkit-perspective: 600px;
    pointer-events: none;
    transform: translateZ(0);
}
.star-field .layer {
    box-shadow: -411px -476px #cccccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #cccccc, 647px 423px whitesmoke, 183px 389px #c7c7c7, 524px -237px #f0f0f0, 679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2, 440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3, -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6, 554px -176px #ededed, -85px -428px #d9d9d9, 714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6, 828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px whitesmoke, -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc, 624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed, 70px -534px #cccccc, -23px 510px #cfcfcf, -652px -237px whitesmoke, -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9, -362px 97px #c2c2c2, 563px 47px #dedede, 313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2, -857px 72px #cccccc, -23px 340px #dedede, -837px 246px white, 170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0, -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #cccccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1, -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px whitesmoke, -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 4px;
    border-radius: 2px;
}
.star-field .layer:nth-child(1) {
    animation: sf-fly-by-1 5s linear infinite;
}
.star-field .layer:nth-child(2) {
    animation: sf-fly-by-2 5s linear infinite;
}
.star-field .layer:nth-child(3) {
    animation: sf-fly-by-3 5s linear infinite;
}
/*Section-wrapper - 1*/
.section-wrapper {}
.wrapper.is-100 {
    width: 100%;
    min-height: 100vh;
    height: auto;
    position: relative;
}
.wrapper.is-gap {
    padding: 4vw 0;
}
.window-image {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    perspective: 500px;
    overflow: hidden;
    pointer-events: none;
    animation: tilt-shaking 25s infinite;
}
.window-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.window-text {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    white-space: nowrap;
}
.window-text h1 {
    font-size: 3vw;
    text-align: center;
    line-height: 100%;
    text-transform: uppercase;
    animation: tilt-shaking 15s infinite;
    white-space: nowrap;
}
.rote-text {
    font-family: var(--font-theme-2);
    padding-bottom: 1vw;
    margin-top: 2vw;
    position: relative;
}
.rote-text span {
    background: #59aefe;
    padding: 1vw 1.8vw;
    display: inline-block;
    line-height: 110%;
    font-size: 1.5vw;
    color: #000;
    /*    transform: rotate(-15deg) translateX(-3vw);*/
    transform-origin: top left;
}
.astronaut-1 {
    padding-top: 3vw;
}
.headline-2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 3vw;
    margin: 0 0 3vw 0;
}
.astronauts {
    margin: 0 auto;
    position: relative;
    width: 28vh;
}
.astronauts img {
    width: 100%;
}
.astronauts img.is-1 {
    position: relative;
    z-index: 2;
}
.astronauts img.is-2 {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.is-el {
    position: relative;
    transform-origin: center;
}
.section-wrapper-3 {
    overflow: hidden;
}
.section-wrapper-3::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    height: 10vh;
    background: #000;
    background: -webkit-linear-gradient(rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 90%);
    background: -o-linear-gradient(rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 90%);
    background: linear-gradient(rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 90%);
}
@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.shaking {
    animation: tilt-shaking 10s infinite;
}
.sec-3-group-text-1 {
    position: relative;
}
.text-group {
    position: relative;
}
.sec-3-group-text-1 .text-box-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sec-3-group-text-1 .text-box-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.headline-3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2vw;
    margin: 0 0 3vw 0;
}
.headline-4 {
    margin: 0 0 1vw 0;
}
.headline-4 span {
    background: #59aefe;
    padding: 0.8vw 1vw;
    display: inline-block;
    line-height: 100%;
    color: #000;
}
.card {
    position: relative;
    padding: 2.5vw 3vw 1vw 3vw;
    border-radius: 3vw;
    box-shadow: inset 0 0px 80px 80px rgb(55 155 229 / 40%);
    width: 26vw;
    margin: 0 auto;
}
.card p {
    font-size: 80%;
    line-height: 140%;
}
.card h5 {
    font-size: 150%;
    margin: 0 0 0.8vw 0;
    line-height: 120%;
    text-transform: uppercase;
}
.card h5 span {
    display: block;
    font-size: 80%;
    line-height: 100%;
}
.section-wrapper-5 {
    overflow: hidden;
    height: 525px;
}
.horizontal {
    display: flex;
    height: 100%;
}
.horizontal > div {
    display: flex;
    flex-shrink: 0;
    padding: 0 1.5vw;
}
.horizontal > div:first-child {
    padding: 0 5px 0 15px;
}
.horizontal > div:last-child {
    padding: 0 15px 0 5px;
}
.horizontal .card figcaption {
    position: relative;
    z-index: 2;
}
.horizontal .card p {
    font-size: 70%;
    margin: 0 0 1vw 0;
    font-weight: 500;
}
.horizontal .card .fig-img {
    position: absolute;
    z-index: 1;
}
.horizontal .card.is-1 p {
    width: 45%;
}
.horizontal .card.is-1 .fig-img {
    right: -15%;
    top: 15%;
    width: 75%;
}
.horizontal .card.is-2 p {
    width: 45%;
}
.horizontal .card.is-2 .fig-img {
    right: -14%;
    top: 4%;
    width: 60%;
}
.horizontal .card.is-3 p {
    width: 55%;
}
.horizontal .card.is-3 .fig-img {
    right: -24%;
    top: 4%;
    width: 70%;
}
.horizontal .card.is-0 {
    border-radius: 0;
    box-shadow: none;
}
.horizontal .card.is-0 .fig-img {
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    animation: tilt-shaking 10s infinite;
}
.horizontal .card.is-0 .fig-img img {
    width: auto;
    height: 100%;
}
.horizontal .card.is-0 h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(20%, -50%, 0);
    line-height: 100%;
    font-size: 2vw;
}
.section-wrapper-6 {
    overflow: hidden;
}
.section-wrapper-6-l-1 {
    position: absolute;
    bottom: -10vw;
    left: 0;
    width: 100%;
    z-index: 2;
}
.section-wrapper-6-l-3 img, .section-wrapper-6-l-2 img, .section-wrapper-6-l-1 img {
    width: 100%;
    height: auto;
}
.section-wrapper-6-l-2 {
    position: absolute;
    width: 35vw;
    height: auto;
    bottom: 10vw;
    right: 0;
    z-index: 3;
}
.horizontal .card p.is-lead {
    line-height: 130%;
    text-transform: uppercase;
    font-weight: 700;
    color: #59aefe;
}
.section-wrapper-6 .inner-container {
    z-index: 10;
    position: relative;
}
.section-wrapper-6-l-3 {
    position: absolute;
    width: 30vw;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -20%, 0);
    z-index: 1;
    transform-origin: center;
}
.section-wrapper-6-l-4 {
    position: relative;
    transform: translateY(50vw);
    z-index: 4 !important;
}
.section-wrapper-7 {
    display: grid;
    place-items: center;
}
.image-container {
    display: flex;
    gap: 1rem;
    max-width: 80vw;
    width: calc(100% - 100px);
    margin-inline: auto;
    padding: 0 1rem;
    overflow: hidden;
}
.image-container .image {
    position: relative;
    width: 5vw;
    height: 70vh;
    border-radius: 1rem;
    overflow: hidden;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    cursor: pointer;
}
.image-container .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.image-container .image svg {
    position: absolute;
    width: 80px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.image-container .image.active svg {
    display: none;
}
.image-container span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, rgb(0 0 0) 1%, rgb(0 0 0 / 1%) 100%);
    background: -o-linear-gradient(bottom, rgb(0 0 0) 1%, rgb(0 0 0 / 1%) 100%);
    background: linear-gradient(to top, rgb(0 0 0) 1%, rgb(0 0 0 / 1%) 100%);
    border-radius: 0;
    color: #fff;
    font-size: 1vw;
    display: none;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95) 0.3s;
    line-height: 120%;
    width: 100%;
    padding: 10px 20px 20px 20px;
}
.image-container .active {
    width: 100%;
}
.image-container .active span {
    display: block;
}
@media (max-width: 576px) {
    .image-container .image svg {
        width: 60px;
    }
    .image-container {
        flex-direction: column;
        max-width: 100%;
        width: 100%;
        height: 400px;
    }
    .image-container .image {
        width: 100%;
        height: 100px;
        transition: height 0.5s ease-in-out;
    }
    .image-container .image img {
        width: 100%;
        height: 100%;
    }
    .image-container .active {
        height: 400px;
    }
}
.food-container {
    position: absolute;
    width: 40vw;
    height: auto;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.food-container img {
    width: 100%;
}
.food-layer.section-wrapper-8-l-1 {
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 8;
}
.food-layer.section-wrapper-8-l-2 {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
}
.food-layer.section-wrapper-8-l-3 {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 7;
}
.food-layer.section-wrapper-8-l-4 {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 6;
}
.food-layer.section-wrapper-8-l-5 {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.food-time-line {
    position: relative;
}
.sec-8-group-text-1 {
    position: relative;
}
.sec-8-group-text-1 .text-box-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sec-8-group-text-1 .text-box-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.plant-container {
    position: absolute;
    width: 30vw;
    height: auto;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.food-container img {
    width: 100%;
}
.plant-layer.section-wrapper-10-l-1 {
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.plant-layer.section-wrapper-10-l-2 {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 2;
}
.plant-layer.section-wrapper-10-l-3 {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 3;
}
.plant-layer.section-wrapper-10-l-4 {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 4;
}
.plant-layer.section-wrapper-10-l-5 {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 5;
}
.plant-layer.section-wrapper-10-l-6 {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 6;
}
.plant-time-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.sec-10-group-text-1 {
    position: relative;
}
.sec-10-group-text-1 .text-box-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sec-10-group-text-1 .text-box-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sec-10-group-text-1 .text-box-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.crew-container {}
.single-crew {}
.single-crew span {
    width: 4vw;
    height: 4vw;
    margin: 0 auto 2vw auto;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    border: 1px solid var(--color-white);
}
.single-crew span img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.single-crew figcaption {
    padding-bottom: 1vw;
    min-height: 12vw;
}
.single-crew .caption {
    font-size: 80%;
    padding-top: 1vw;
}
.single-crew .caption p {
    margin: 0 0 0.8vw 0;
    line-height: 130%;
}
.single-crew .caption p strong {
    font-weight: 600;
    color: #59aefe;
    display: block;
}
.single-crew .crew-image {
    position: relative;
}
p strong.lead-text {
    font-weight: 600;
    color: #59aefe;
}
.single-crew .crew-image h5 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #000;
    background-color: #59aefe;
    padding: 0.2vw 0.5vw;
    font-size: 1.5vw;
    white-space: nowrap;
    display: none;
}
.teddy-container .teddy-img {
    width: 50%;
    margin: 0 auto 3vw auto;
    animation: tilt-shaking 5s infinite;
}
.teddy-container h5 {
    margin: 0 0 1vw 0;
}
.teddy-container h5 span {
    color: #000;
    background-color: #59aefe;
    padding: 0.2vw 0.5vw;
    font-size: 1.5vw;
    white-space: nowrap;
}
.teddy-container p {
    font-size: 80%;
    line-height: 140%;
}
.section-wrapper-12 {
    display: grid;
    place-items: center;
}
.is-scroll {
    position: absolute;
    width: 20px;
    display: block;
    margin: 0 auto 0 auto;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
}
.is-scroll a {
    padding-top: 40px;
    display: block;
    pointer-events: none;
    cursor: default;
}
.is-scroll a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
.is-scroll a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.section-wrapper-13 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-wrapper-13 .inner-container {}
.section-wrapper-13 blockquote {
    font-size: 120%;
    line-height: 160%;
    font-style: italic;
    font-weight: 700;
}
.section-wrapper-13 blockquote span {}
.section-wrapper-13 blockquote strong {
    font-style: normal;
    display: block;
    padding-top: 1vw;
    color: #59aefe;
    font-size: 90%;
}
.blockquote-container {
    display: flex;
    flex-direction: column;
    row-gap: 4vw;
    padding-top: 3vw;
}
.blockquote-container .single-blockquote {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.blockquote-container .single-blockquote .blockquote-img {
    width: 20%;
    border-radius: 100%;
    overflow: hidden;
}
.blockquote-container .single-blockquote .blockquote-img img {
    width: 100%;
}
.blockquote-container .single-blockquote .caption {
    padding-left: 2vw;
    width: 80%;
}
.blockquote-container .single-blockquote .caption h6 {
    line-height: 130%;
    text-transform: uppercase;
    font-weight: 700;
    color: #59aefe;
    font-size: 100%;
    font-family: var(--font-theme-1);
    margin: 0 0 1vw 0;
}
.blockquote-container .single-blockquote .caption p {
    font-size: 75%;
    line-height: 140%;
    margin: 0;
    font-style: italic;
}
.blockquote-container .single-blockquote:nth-child(2) {
    padding-left: 3vw;
}
svg.pulse-disk {
    fill: #fff;
}
svg .pulse-circle, svg .pulse-circle-2 {
    stroke: #fff;
}
.pulse-circle, .pulse-circle-2 {
    transform-origin: center;
    stroke-width: 2;
    fill: none;
    transform: translate3d(0, 0, 0);
}
.pulse-disk {
    r: 6;
    fill: #fff;
}
.pulse-circle {
    r: 4;
    animation: pulse 3s cubic-bezier(0.39, 0.54, 0.41, 1.5) infinite;
}
.pulse-circle-2 {
    r: 16;
    animation: pulse-2 3s cubic-bezier(0.39, 0.54, 0.41, 1.5) infinite;
}
@keyframes pulse {
    0% {
        r: 4;
    }
    50% {
        r: 16;
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        r: 16;
    }
}
@keyframes pulse-2 {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    49.99% {
        r: 16;
        opacity: 0;
    }
    50% {
        r: 4;
        opacity: 1;
    }
    100% {
        r: 16;
        opacity: 1;
    }
}