:root {
    --primary: #fcc500;
}

.cmp-background--glacier-green {
    background-color: #bcdfdb;
}

.cmp-teaser__content {
    flex: 0;
}

.business-model-wrapper .cmp-layout.grid-container {
    padding: 0 !important;
}

.business-model-block .cmp-background--white {
    background-color: #fff;
}

.business-model-block .left-title,
.business-model-block .right-title,
.business-model-block .center-block,
.business-model-block .content_visible {
    padding: 10px;
}

.business-model-block .left-block,
.business-model-block .right-block {
    position: absolute;
    bottom: 60px;
    width: 30%;
    z-index: 1;
    top: 68px;
    display: flex;
    flex-direction: column;
}

.business-model-block .left-block {
    left: 0;
}

.business-model-block .right-block {
    right: 0;
}

.business-model-block .center-block {
    position: relative;
    width: 36%;
}

.business-model-block .center-image {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
}

.business-model-block .center-img_section {
    position: relative;
}

.business-model-block .center-image img {
    width: 360px;
    height: auto;
}

.business-model-block .center-image img.image_rotation {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: transform 2s ease-in-out;

}

.business-model-block .center-block .center-content {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 135px auto 136px auto;
    justify-content: center;
}

.business-model-block .center-title {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 0;
    transform: translateY(0.5rem);
}

.business-model-block .center-content_blocks {
    margin: 4px;
    height: 219px;
    background: #ffe698;
    width: 30%;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.business-model-block .center-content_blocks p {
    position: relative;
    top: 0;
    background: #ffe698;
    transition: 500ms ease-in-out;
    padding: 5px;
}

.business-model-block .center-content_blocks:hover p {
    top: -25px;
}

.business-model-block .center-content_blocks:nth-last-child(-n + 3):hover p {
    top: 25px;
}

.business-model-block .center-content_blocks:nth-last-child(-n + 3) {
    justify-content: flex-end;
}

.business-model-block .center-content_blocks p {
    margin: 0;
}

.business-model-block .cmp-layout.grid-container.cmp-layout--wide {
    position: relative;
}

.business-model-block .cmp-layout__button {
    position: absolute;
    background: #2f9e5e;
    bottom: 13px;
    left: 0;
    height: 47px;
}

.business-model-block .business-model-block .center-title H4 {
    color: #000;
}

.business-model-block .left-content_info,
.business-model-block .right-content_info {
    min-height: 95px;
    position: relative;
}

.left-content_info::after,
.right-content_info::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #7c7c7c;
    position: absolute;
    bottom: 0;
}

.left-content_info:last-child:after,
.right-content_info:last-child:after {
    width: 0;
}

.business-model-block .content_visible,
.business-model-block .content_hidden {
    min-height: 87px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.business-model-block .left-content p,
.business-model-block .right-content p {
    margin: 0;
}

.business-model-block .content_hidden {
    display: none;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    min-height: 95px;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 0;
    z-index: 1;
}

.business-model-block .wrap-overlay .content_hidden {
    border: 1px solid;
}

.business-model-block .wrap-overlay .content_hidden.open {
    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.business-model-block .content_visible_title i,
.business-model-block .content_hidden_title i {
    display: none;
}

.business-model-block .block-wrapper {
    position: relative;
}

.business-model-block .left-block_mb,
.business-model-block .right-block_mb {
    display: none;
}

.business-model-block .left-title i,
.business-model-block .right-title i {
    display: none;
}

.business-model-block .center-title H4 {
    font-family: Klavika Medium;
}

/* ------------------------FONT INFO------------------ */

.business-model-block .business-block h4 {
    font-size: 27px;
    line-height: 1.111em;
}

.business-model-block .center-title H4 {
    font-size: 37px;
}

.business-model-block .content_visible p,
.business-model-block .content_hidden p,
.business-model-block .bmb-key-number__value span {
    font-size: 12px;
}

.business-model-block .content_visible_title p,
.business-model-block .content_hidden_title p,
.business-model-block .center-content_blocks p {
    font-size: 14px;
}

.business-model-block .bmb-key-number__value span.number__value {
    font-size: 21px;
    font-weight: 400;
}

.business-model-block .cmp-layout__button button {
    font-size: 18px;
    letter-spacing: 0.03125rem;
    font-weight: bold;
    font-family: "Klavika Medium";
    text-transform: uppercase !important;
    color: #FFFFFF;
}

.business-model-block .content_visible div,
.business-model-block .content_visible p {
    line-height: 1;
}


/* ---------------------------------------------------------------------------- */
@media(min-width:1024px) {

    .business-model-block .left-content_info:hover .content_hidden,
    .business-model-block .right-content_info:hover .content_hidden {
        display: flex;
        align-items: flex-start;
    }
}

/* ---------------------------------------------------------------------------- */
@media(min-width:767px) {

    .business-model-block .content_hidden.open {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

}

@media(min-width:768px) {

    .business-model-block .left-title,
    .business-model-block .right-title,
    .business-model-block .center-block,
    .business-model-block .content_visible {
        padding: 10px 0;
    }

    .business-model-block .left-block {
        background-color: transparent;
    }

    .business-model-block .right-block {
        background-color: transparent;
    }

}

/* ---------------------------------------------------------------------------- */
@media(max-width:998px) {

    .business-model-block .content_visible_title p,
    .business-model-block .content_hidden_title p,
    .business-model-block .center-content_blocks p {
        font-size: 12px;
    }

    .business-model-block .center-image img {
        position: relative;
        z-index: 1;
    }

    .business-model-block .center-img_section::after {
        content: "";
        position: absolute;
        width: 86%;
        height: 86%;
        border-radius: 50%;
        background-color: #f2b826;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .business-model-block .center-block {
        width: 43%;
    }

    .business-model-block .left-block,
    .business-model-block .right-block {
        width: 27%;
    }

    .business-model-block .cmp-layout__button {
        bottom: 42px;
        height: 42px;
    }

    .business-model-block .content_visible_title i,
    .business-model-block .content_hidden_title i {
        display: block;
        z-index: 1;
    }

    .info-icon,
    .xmark-icon {
        width: 20px;
        height: 20px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .info-icon {
        background-image: url('data:image/svg+xml,<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10" stroke="%231C274C" stroke-width="1.5"/><path d="M12 17V11" stroke="%231C274C" stroke-width="1.5" stroke-linecap="round"/><circle cx="1" cy="1" r="1" transform="matrix(1 0 0 -1 11 9)" fill="%231C274C"/></svg>');
    }

    .xmark-icon {
        background-image: url('data:image/svg+xml,<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.207 6.207a1 1 0 0 0-1.414-1.414L12 10.586 6.207 4.793a1 1 0 0 0-1.414 1.414L10.586 12l-5.793 5.793a1 1 0 1 0 1.414 1.414L12 13.414l5.793 5.793a1 1 0 0 0 1.414-1.414L13.414 12l5.793-5.793z" fill="%23000000"/></svg>');
    }

    .business-model-block .content_hidden_title i {
        position: absolute;
        top: 6px;
        right: 5px;
    }

    .business-model-block .content_visible_title,
    .business-model-block .content_hidden_title {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .business-model-block .content_hidden {
        width: 100%;
        left: 0;
        top: -96px;
    }

    .business-model-block .cmp-layout.grid-container,
    .business-model-block .cmp-layout.grid-container.cmp-layout--wide {
        padding: 1.5rem 0 !important;
    }

    .business-model-block .arrow-down {
        width: 0;
        height: 0;
        border-left: 11px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid rgb(255, 197, 16);
        right: 0;
        position: absolute;
        bottom: -12px;
    }

    /* ------------------------FONT INFO------------------ */
    .business-model-block .business-block h4 {
        font-size: 20px;
    }

    .business-model-block .center-title H4 {
        font-size: 27px;
    }

}

/* ---------------------------------------------------------------------------- */
@media(max-width:767px) {
    .business-model-wrapper .cmp-layout.grid-container .cmp-layout__content.grid-x.grid-margin-x {
        margin: 0 !important;
    }

    .business-model-wrapper .cmp-layout.grid-container .cmp-layout__content.grid-x.grid-margin-x .cell {
        margin: 0 !important;
        width: 100% !important;
    }

    body.show-overlay .business-model-block {
        position: relative;
    }

    .business-model-block .center-block .center-content {
        margin: 30px auto;
        width: 70%;
        margin-bottom: 107px;
    }

    .business-model-block .center-image {
        top: 46%;
        width: auto;
    }

    .business-model-block .left-block,
    .business-model-block .right-block {
        transition: all .75s ease;
        z-index: 2;
        width: 100%;
        top: 68px;
        bottom: 80px;
    }

    .business-model-block .left-block {
        left: -100%;
    }

    .business-model-block .right-block {
        right: -100%;
    }

    .business-model-block .left-block .arrow-block,
    .business-model-block .right-block .arrow-block {
        display: none;
    }

    .business-model-block .left-block.open {
        left: 0%;
        width: 100%;
        z-index: 2;
    }

    .business-model-block .right-block.open {
        right: 0%;
        width: 100%;
        z-index: 2;
    }

    .business-model-block .left-block_mb,
    .business-model-block .right-block_mb {
        display: block;
    }

    .business-model-block .right-block_mb,
    .business-model-block .left-block_mb {
        padding: 10px;
        width: 10%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        height: 74%;
        bottom: 81px;
        z-index: 1;
    }

    .business-model-block .left-block_mb {
        left: 0;
    }

    .business-model-block .right-block_mb {
        right: 0;
    }

    .business-model-block .right-block_mb h4,
    .business-model-block .left-block_mb h4 {
        writing-mode: tb-rl;
    }

    .business-model-block .left-block_mb h4 {
        transform: rotate(-180deg);
    }

    .business-model-block .center-content_blocks {
        height: 193px;
        margin: 3px;
    }

    .business-model-block .cmp-layout__button {
        bottom: 65px;
        height: 39px;
    }

    .business-model-block .left-content,
    .business-model-block .right-content {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    .business-model-block .left-block.open h4,
    .business-model-block .right-block.open h4 {
        margin-top: 40px;
    }

    .business-model-block .left-content_info,
    .business-model-block .right-content_info {
        width: 50%;
    }

    .business-model-block .left-content_info:nth-child(odd),
    .business-model-block .right-content_info:nth-child(odd) {
        border-right: 1px solid #7c7c7c;
    }

    .business-model-block .left-content_info:nth-last-child(-n + 2),
    .business-model-block .right-content_info:nth-last-child(-n + 2) {
        border-bottom: 1px solid transparent;
    }

    .business-model-block .left-title,
    .business-model-block .right-title {
        position: relative;
    }

    .business-model-block .left-title i,
    .business-model-block .right-title i {
        display: block;
        position: absolute;
        top: 7px;
        right: 7px;
    }

    .business-model-block #business-model-block_overlay.overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        border: 1px solid #626262;
        z-index: 3;
        top: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .business-model-block .left-content_info,
    .business-model-block .right-content_info {
        position: relative;
    }

    .left-content_info:nth-child(odd):after,
    .right-content_info:nth-child(odd):after {
        margin-left: 10px;
    }

    .left-content_info:nth-last-child(-n + 2):after,
    .right-content_info:nth-last-child(-n + 2):after {
        width: 0;
    }

    .business-model-block .content_hidden {
        z-index: 4;
        left: 0;
        right: 0;
        width: 80%;
        padding: 25px;
        margin: 0 auto;
        top: 25%;
    }

    body.show-overlay {
        overflow: hidden;
    }

    .business-model-block .center-block {
        width: 100%;
    }

    .business-model-block .arrow-down {
        display: none;
    }

    /* ------------------------FONT INFO------------------ */
    .business-model-block .business-block .center-title H4 {
        font-size: 25px;
    }

    .business-model-block .business-block h4 {
        font-size: 17px;
    }

    .business-model-block .cmp-layout__button button {
        font-size: 16px;
    }


}

@media(max-width:480px) {
    .business-model-block .center-block .center-content {
        width: 70%;
    }

    .business-model-block .business-block .center-title H4 {
        font-size: 22px;
    }

    .business-model-block .center-image {
        top: 44.5%;
        width: 76%;
    }

    .business-model-block .center-content_blocks p {
        padding: 5px 0;
    }
}

@media(max-width:581px) {
    .business-model-block .center-content_blocks p {
        font-size: 12px;
    }

}

/* --------------------Growing arrow style------------------------ */
.business-model-block .arrow-block {
    width: 100%;
    height: 57px;
    position: absolute;
    top: -57px;
    display: none;
}

.business-model-block.business-visible .arrow-block {
    display: block;
}

.business-model-block.business-visible .mobile-spec-block_left .arrow-block,
.business-model-block.business-visible .mobile-spec-block_right .arrow-block {
    display: none;
}

.business-model-block .line-vertical {
    width: 3px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 0;
    background: #FFFFFF;
    transition: all;
    animation: uparrow-animated-left 5s forwards;
    left: 10%;
}

.business-model-block .right-block .line-vertical {
    right: 10%;
    left: auto;
    animation: uparrow-animated-right 5s ease-in-out forwards;
    top: 30%;
    animation-delay: 3s;
}

.business-model-block .line-vertical::after {
    content: "";
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: relative;
    left: -6px;
    top: -1px;
    animation: uparrow-show-left 5s forwards;
}

.business-model-block .right-block .line-vertical::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    animation: uparrow-move-right 5s forwards;
    top: 30%;
    opacity: 0;
    animation-delay: 2s;
}

@keyframes uparrow-move-right {
    0% {
        top: 30%;
        opacity: 0;
    }

    20% {
        top: 57%;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 57%;
        opacity: 1;
    }
}

@keyframes uparrow-show-left {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    23% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes uparrow-animated-left {
    0% {
        height: 0;
    }

    20% {
        height: 70%;
    }

    100% {
        height: 70%;
    }
}

@keyframes uparrow-animated-right {
    0% {
        height: 0;
    }

    20% {
        height: 70%;
    }

    100% {
        height: 70%;
    }
}

.business-model-block .line-horizontal {
    height: 3px;
    display: inline-block;
    position: absolute;
    background: #FFFFFF;
    transition: all;
    animation: sidearrow-animated-left 5s forwards;
    width: 0;
    left: 10%;
    top: 30%;
}

.business-model-block .right-block .line-horizontal {
    left: auto;
    animation: sidearrow-animated-left 5s forwards;
    animation-delay: 1s;
}

.business-model-block .right-block .line-horizontal::after {
    content: "";
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    left: 0;
    animation: sidearrow-move-left 5s forwards;
    opacity: 0;
    top: -6px;
}

.business-model-block .line-horizontal span {
    content: "";
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    animation: sidearrow-move-left 5s forwards;
    opacity: 0;
    top: -6px;
    right: 0;
}

.business-model-block .right-block .line-horizontal::after {
    animation: sidearrow-move-right 5s forwards;
    opacity: 0;
    animation-delay: 300ms;
}

@keyframes sidearrow-move-right {

    0% {
        left: 0;
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    50% {
        left: 95%;
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        left: 95%;
        opacity: 0;
    }
}

.business-model-block .mobile-spec-block_left .line-horizontal span {
    animation: sidearrow-move-left11 5s forwards;

}

@keyframes sidearrow-move-left11 {
    0% {
        left: 0;
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    22% {
        opacity: 1;
    }

    30% {
        left: 90%;
    }

    40% {

        left: 90%;
    }

    100% {

        left: 90%;
        opacity: 1;
    }

}

@keyframes sidearrow-move-left {
    0% {
        left: 0;
        opacity: 0;
    }

    20% {
        opacity: 0;

    }

    22% {
        opacity: 1;
    }

    40% {

        left: 95%;
    }

    100% {

        left: 95%;
        opacity: 1;
    }

}

.business-model-block .mobile-spec-block_right .line-horizontal bla bla {

    left: -10%;

}

@keyframes sidearrow-animated-right-mob {
    0% {
        width: 0;
    }

    20% {
        width: 0;
    }

    90% {
        width: 90%;
    }

    90% {
        width: 90%;
    }
}

@keyframes sidearrow-animated-left {
    0% {
        width: 0;
    }

    20% {
        width: 0;
    }

    50% {
        width: 90%;
    }

    100% {
        width: 90%;
    }
}

.mobile-spec-block_left .arrow-block,
.mobile-spec-block_right .arrow-block {
    display: none;
}

@media(max-width:400px) {
    @keyframes sidearrow-move-left11 {
        0% {
            left: 0;
            opacity: 0;
        }

        20% {
            opacity: 0;
        }

        22% {
            opacity: 1;
        }

        30% {
            left: 80%;
        }

        40% {

            left: 80%;
        }

        100% {

            left: 80%;
            opacity: 1;
        }

    }
}

/* ------------------------------------ */
@media(max-width:767px) {

    .mobile-spec-block_left .arrow-block,
    .mobile-spec-block_right .arrow-block {
        display: none;
    }

    .business-model-block.business-visible .arrow-block {
        display: none;
    }

    .business-model-block.business-visible .mobile-spec-block_left .arrow-block,
    .business-model-block.business-visible .mobile-spec-block_right .arrow-block {
        display: block;
    }

    .mobile-spec-block_left .arrow-block {
        width: 23%;
        top: 24px;
        z-index: 1;
        height: 40px;
    }

    .mobile-spec-block_left .line-vertical {
        animation: uparrow-animated-left11 5s forwards;
        left: 20%;
        height: 0;
    }

    @keyframes uparrow-animated-left11 {
        0% {
            height: 0;
        }

        20% {
            height: 100%;
        }

        100% {
            height: 100%;
        }
    }

    .mobile-spec-block_left .line-horizontal {
        left: 21%;
        top: 0
    }

    .mobile-spec-block_right .line-horizontal {
        animation-delay: 1s;
        top: 17px;
        left: -10%;
    }

    .mobile-spec-block_right .line-horizontal span {
        animation: sidearrow-move-right-mobile 5s forwards;
        opacity: 0;
    }

    @keyframes sidearrow-move-right-mobile {
        0% {
            left: 0;
            opacity: 0;
        }

        20% {
            opacity: 0;
        }

        50% {
            left: 95%;
            opacity: 1;
        }

        75% {
            opacity: 0;
        }

        100% {
            left: 95%;
            opacity: 0;
        }
    }

    .mobile-spec-block_right .arrow-block {
        width: 23%;
        top: 5px;
        z-index: 1;
        height: 59px;
        right: inherit;
        right: 0;
    }

    .mobile-spec-block_right .line-vertical {
        right: 20%;
        left: auto;
        bottom: auto;
        top: 30%;
        animation: uparrow-animated-right 5s forwards;
        animation-delay: 3s;
    }

    .mobile-spec-block_right .line-vertical::after {
        animation: uparrow-move-right-mobile 5s forwards;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        animation-delay: 2s;
        opacity: 0;
    }

    @keyframes uparrow-move-right-mobile {
        0% {
            top: 30%;
            opacity: 0;
        }

        20% {
            top: 57%;
        }

        99% {
            opacity: 1;
        }

        100% {
            top: 57%;
            opacity: 1;
        }
    }
}