.btn {
    border-radius: 44px !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fbfbfd;
    border: none;
    padding: 12px 0;
    cursor: pointer
}

.btn:disabled {
    color: #b4b4b4;
    background-color: #c7c7c7
}

.btn:disabled svg,
.btn:disabled path,
.btn:disabled circle {
    fill: #b4b4b4
}

.btn-primary {
    background-color: #006fff !important
}

.btn-secondary {
    background-color: #003984 !important;
    border: 1px solid #0053bf !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .1) !important
}

.btn-white {
    border: 1px solid #006fff;
    background-color: #fff;
    color: #006fff
}

.orange-square {
    height: 10px;
    width: 10px;
    background-color: #fdb44b;
    border-radius: 2px
}

.join-form {
    max-width: 690px;
    margin: 0 auto
}

@media(min-width: 540px) {
    .join-form>div {
        display: flex;
        align-items: center
    }
}

@media(min-width: 540px) {
    .join-form>div>div {
        width: 50%;
        padding-right: 24px
    }
}

@media(min-width: 540px) {
    .join-form>div>form {
        width: 50%
    }
}

.form-group {
    display: flex;
    flex-direction: column
}

.form-group * {
    box-sizing: border-box
}

.form-group input {
    margin-top: 12px;
    padding: 12px 16px;
    background-color: #fff;
    border: 1px solid #b6c1c3;
    border-radius: 8px;
    width: 100%
}

.form-group input::placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .25px;
    color: #545454
}

.form-group button,
.form-group .wpcf7-submit {
    margin-top: 24px;
    display: flex;
    align-items: center;
    width: 100%
}

.form-group .name_error {
    display: none
}

.form-group .phone_error {
    display: none
}

.form-group br {
    display: none
}

.form-group .wpcf7-form-control-wrap {
    height: fit-content !important
}

.form-group .wpcf7-not-valid-tip {
    color: #f7cccc;
    margin-top: 8px;
    font-size: 14px !important;
    line-height: 18px !important
}

.form-group .wpcf7-response-output {
    position: fixed;
    bottom: 16px;
    margin: 0 16px !important;
    right: 0;
    z-index: 202;
    width: calc(100% - 32px);
    max-width: 690px;
    border: none !important;
    padding: 24px !important;
    height: fit-content;
    font-size: unset !important;
    animation: fade-out 1.5s 3s ease-out forwards;
    -webkit-animation: fade-out 1.5s 3s ease-out forwards
}

.form-group .invalid .wpcf7-response-output {
    background: #f06b6b;
    color: #fff
}

.form-group .sent .wpcf7-response-output {
    background: #5cb85c;
    color: #fff
}

@keyframes fade-out {
    0% {
        bottom: 16px;
        opacity: 1
    }

    100% {
        bottom: -100%;
        opacity: 0
    }
}

.input-error {
    border: 2px solid #c00 !important
}

.input-error::placeholder {
    color: #c00 !important
}

#prompt,
#prompt-share {
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 99999;
    pointer-events: none
}

#prompt-share {
    right: 16px;
    top: 16px
}

#prompt *,
#prompt-share * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    backface-visibility: hidden
}

.prompt-content,
.prompt-share-content {
    transition: .4s;
    max-height: 0;
    opacity: 0;
    padding: 12px;
    border: 1px solid #dfdcdc;
    background: #5cb85c;
    border-radius: 8px
}

.prompt-show {
    margin-top: 10px;
    opacity: 1;
    max-height: 500px
}

.promptShow>div {
    transform: translateY(0)
}

.promptOut>div {
    transform: translateY(-100%)
}

.promptKeep {
    z-index: 1;
    pointer-events: all
}

.promptShake:hover {
    animation: shake .4s;
    -webkit-animation: shake .4s
}

.promptClick {
    cursor: pointer
}

.promptClick:active {
    transform: scale(0.93);
    transition: transform .2s
}

@media(max-width: 650px) {

    #prompt,
    #prompt-share {
        padding: 10px
    }

    .prompt-show {
        margin-top: 0;
        margin-bottom: 10px
    }
}

.story-text {
    font-size: 18px;
    line-height: 28px
}

@media(min-width: 690px) {
    .story-text {
        font-size: 22px;
        line-height: 36px
    }
}

@media(min-width: 690px) {
    .story {
        display: flex
    }
}

.story .number {
    background: #e9f2fe;
    border-radius: 2px;
    padding: 2px 14px;
    width: fit-content;
    margin-bottom: 12px
}

.story .number p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #1c5ddc
}

@media(min-width: 690px) {
    .story .media {
        padding-left: 24px
    }
}

.story .media img {
    border-radius: 0 0 40px 0px
}

.story .media video,
.story .media source {
    height: 379px;
    margin: 0 auto;
    border-radius: 40px 0px;
    -webkit-transform: translateZ(0)
}

.story .media .video-container {
    width: 100%;
    overflow: hidden;
    border-radius: 40px 0px;
    -webkit-transform: translateZ(0)
}

.story .media .video-container img {
    object-fit: contain;
    width: 100%
}

@media(min-width: 690px) {
    .story .media .video-container img {
        width: 379px
    }
}

.gallery-carousel .own-carousel__super-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

@media(min-width: 690px) {
    .gallery-carousel .own-carousel__super-container {
        width: unset;
        padding: 0 24px
    }
}

.gallery-carousel .own-carousel__container {
    padding: 0 16px;
    width: 532px;
    margin: 0 auto
}

@media(min-width: 532px) {
    .gallery-carousel .own-carousel__container {
        width: 798px
    }
}

@media(min-width: 690px) {
    .gallery-carousel .own-carousel__container {
        padding: 0
    }
}

.gallery-carousel .own-carousel__item div {
    padding: 0 8px;
    height: 100%
}

.gallery-carousel .own-carousel__item div img {
    border-radius: 8px;
    width: 100%;
    user-drag: none;
    -webkit-user-drag: none
}

.testimony .own-carousel__super-container,
.fact-check .own-carousel__super-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.testimony .own-carousel__container,
.fact-check .own-carousel__container {
    padding: 0 16px;
    width: 690px
}

@media(min-width: 690px) {

    .testimony .own-carousel__container,
    .fact-check .own-carousel__container {
        width: 98%
    }
}

.testimony .own-carousel__item,
.fact-check .own-carousel__item {
    box-sizing: border-box;
    padding: 16px 0
}

.testimony .own-carousel__item>div,
.fact-check .own-carousel__item>div {
    display: flex;
    height: 100%;
    padding-right: 8px;
    padding-left: 8px
}

.testimony .own-carousel .item-bumper,
.fact-check .own-carousel .item-bumper {
    display: block
}

@media(min-width: 690px) {

    .testimony .own-carousel .item-bumper,
    .fact-check .own-carousel .item-bumper {
        display: none
    }
}

.own-carousel__control {
    position: relative;
    left: -40px;
    padding-right: 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    width: min(100%, 100vw, 690px)
}

@media(min-width: 690px) {
    .own-carousel__control {
        left: -30px
    }
}

.own-carousel__control .btn {
    height: 34px;
    width: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #006fff
}

.control-testi {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 0
}

@media(min-width: 690px) {
    .control-testi {
        left: -12px
    }
}

.testimony-block,
.fact-check-block {
    background: #fff;
    box-shadow: 0px 2px 10px rgba(25, 53, 77, .1);
    border-radius: 16px;
    padding: 28px 24px;
    width: 100%
}

.testimony-block .image,
.fact-check-block .image {
    overflow: hidden;
    border-radius: 999px;
    flex-shrink: 0;
    background-color: #00204a
}

.fact-check-block .image-rilis {
    overflow: hidden;
    border-radius: 999px;
    flex-shrink: 0;
    background-color: #00204a
}

.testimony-block .image img,
.fact-check-block .image img {
    width: 64px;
    height: 64px;
    object-fit: contain
}

.fact-check-block .image-rilis img {
    width: 104px;
    height: 104px;
    object-fit: contain
}

.fact-check-block .image-rilis {
    border-radius: 4px
}

.fact-check-block .image {
    border-radius: 4px
}

nav {
    width: 100dvw;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    transition: top .3s ease-in-out
}

nav .container {
    width: unset !important;
    padding: 16px 24px
}

@media(min-width: 690px) {
    nav .container {
        padding: 24px
    }
}

nav .navbrand img {
    width: 65px;
    height: auto
}

nav ul {
    display: none
}

nav ul li {
    margin: 0 8px
}

@media(min-width: 690px) {
    nav ul {
        display: flex
    }
}

nav .burger {
    cursor: pointer
}

@media(min-width: 690px) {
    nav .burger {
        display: none
    }
}

nav .search-icon {
    cursor: pointer
}

@media(min-width: 690px) {
    nav .search-icon {
        display: none
    }
}

nav.hidden {
    top: -100%
}

.mobile-drawer {
    background: #fff;
    width: 100dvw;
    height: 100vh;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    z-index: 99999;
    overscroll-behavior: contain;
    transition: all .3s ease
}

.mobile-drawer .close-drawer {
    cursor: pointer
}

.mobile-drawer-search {
    background: #fff;
    width: 100dvw;
    position: fixed;
    top: 0;
    flex-shrink: 0;
    transform: translateX(-100%);
    z-index: 99999;
    overscroll-behavior: contain;
    transition: all .3s ease
}

.mobile-drawer-search * {
    box-sizing: border-box
}

.mobile-drawer-search .close-drawer-search {
    cursor: pointer
}

.mobile-drawer-search form {
    display: flex;
    align-items: center;
    border: 1px solid #b6c1c3;
    padding: 6px 8px;
    border-radius: 8px;
    background-color: #fff
}

.mobile-drawer-search input {
    margin-right: 8px;
    flex: 1;
    outline: none !important
}

.mobile-drawer-search input::placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .25px;
    color: #545454
}

.mobile-drawer-search .btn {
    border-radius: 8px;
    padding: 0;
    background-color: #fff
}

.mobile-drawer-search .search-icon {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile-drawer-search img {
    width: 16px;
    height: 16px
}

.mobile-drawer-active {
    transform: translateX(0)
}

.mobile-drawer-search-active {
    transform: translateX(0)
}

.scroll-style::-webkit-scrollbar {
    display: none
}

.scroll-style::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

.scroll-style::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px
}

.scroll-style {
    scrollbar-width: thin;
    scrollbar-color: #ccc #f5f5f5
}

.scroll-style::-moz-scrollbar-track {
    background-color: #f5f5f5
}

.scroll-style::-moz-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px
}

.not-found {
    min-height: calc(100vh - 136px)
}

footer hr {
    border: 1px solid rgba(255, 255, 255, .3)
}