:root {
    --space: calc((100vw - 1600px));
}

body {
    font-family: sommet, sans-serif;
}

.watch-video-btn {
    font-size: 18px;
    line-height: 18px;
    color: #041a46;
    border: 1px solid #23bc4f;
    padding: 10px 20px 6px;
    margin: 0 0 30px;
    display: inline-block;
}

.watch-video-btn:hover {
    background: #23bc4f;
    color: #fff !important;
}

.accordion-list__title--webinar {
    display: flex;
    justify-content: space-between;
}

.accordion-list__title--webinar span {
    padding-right: 20px;
    margin-right: 20px;
    color: #3DB760;
    border-right: 1px solid #3DB760;
}

.accordion-list__title--webinar time {
    width: 200px;
    padding-left: 20px;
    margin-right: 20px;
    color: #3DB760;
    border-left: 1px solid #3DB760;
}

.accordion-list__content-wrapper {
    padding-right: 0;
}

.accordion-list__inner {
    display: flex;
    gap: 80px;

}

.accordion-list__content {
    padding-right: 0;
    width: calc(100% - 200px);
    color: #fff;
}

.accordion-list__content h3 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    margin-bottom: 18px !important;
    color: #fff !important;
}

.accordion-list__content p {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    margin-bottom: 30px !important;
    font-style: italic !important;
    color: #fff !important;
}

.accordion-list__content h4 {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    margin-bottom: 10px !important;
    color: #fff !important;
}

.accordion-list__content ul {
    margin-bottom: 24px !important;
}

.accordion-list__content ul li {
    color: #9BADC8 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    margin-bottom: 0 !important;
}

.accordion-list__content ul li::before {
    color: #9BADC8 !important;
    display: inline-block !important;
    width: 2px !important;
    height: 4px !important;
    left: 4px !important;
}

.accordion-list__actions {
    width: 300px;
    display: flex;
    flex-direction: column;
}

.download {
    position: relative;
    display: flex;
    justify-content: space-around;
    color: #3DB760;
    border: 1px solid #3DB760;
    border-radius: 3px;
    width: 100% !important;
    height: 30px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    margin-bottom: 12px !important;
}

.download::after {
    content: '';
    position: absolute;
    top: 7px;
    transform: rotate(-90deg) translateY(-50%);
    right: 20px;
    width: 14px;
    height: 14px;
    background-image: url("/assets/img/icons/icon-arrow-green.svg");
    background-repeat: no-repeat;
}

.download img {
    width: 14px;
    margin: 0 !important;
    transform: rotate(-90deg);
}

.register {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px !important;
    background: #3DB760 !important;
    color: #1B252F !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    border-radius: 3px !important;
}

.section-full-slider__article-slider--white {
    background-color: #fff !important;
}

.section-full-slider__article-slider--white h2 {
    color: #23BC4F !important;
    font-size: 56px !important;
    font-weight: 700 !important;
    line-height: 125% !important;
}

.section-full-slider__article-slider--white p {
    color: #182028 !important;
}

.why-private-edge {
    background-color: #EEEEEE !important;
    background: url(/assets/img/green-bg.png);
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: 100% 620px;
    padding-top: 160px;
}

.why-private-edge h1 {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #182028;
    line-height: 120%;
}

.why-private-edge h1 strong {
    font-weight: 900;
}

.why-private-edge h1 span {
    display: block;
}

.why-private-edge .tab-container--sidebar .tab-container__inner {
    background: transparent !important;
    width: 35%;
    padding-left: 0;
    justify-content: flex-start;
}

.why-private-edge .tab-container--sidebar .tab-container__tab-content-wrapper {
    width: 65%;
}

.why-private-edge .tab-container--sidebar .tab-container__tab-link::before {
    position: relative !important;
    background: none;
    content: "+";
    margin-right: 15px;
    font-weight: bold;
    color: #000 !important;
    background: none;
}

.why-private-edge .tab-container--sidebar .tab-container__tab-link.active::before {
    background-color: none !important;
    color: #fff !important;
}

.why-private-edge .tab-container--sidebar .tab-container__tab-link.active:after {
    background: url(/assets/img/icons/icon-arrow-white.svg) no-repeat 50%;
}

.why-private-edge .tab-container--sidebar .tab-container__tab-link span {
    font-size: 21px;
}

.why-private-edge .tab-container--sidebar .tab-container__tab-link.active span {
    color: #fff !important;
    background-color: #000 !important;
    padding: 4px;
}

.why-private-edge .pull-right {
    margin-left: auto;
    width: 100%;
    /* max-width: 1440px; */
    padding-left: 45px;
}

.why-private-edge .tab-container--sidebar .tab-container__tab-content.active {
    background: #FFFFFF !important;
    min-height: auto;
    border: none !important;
}

.why-private-edge .tab-container .articles {
    max-width: 80%;
}

.why-private-edge .tab-container .articles p {
    color: #182028 !important;
}

.section-tab-container--private-edge {
    background-color: #EEEEEE !important;
}

.section-tab-container--private-edge .section-tab-title {
    color: #23BC4F;
}

.section-tab-container--private-edge .tab-container__tab-content {
    background-color: #fff !important;
}

.section-tab-container--private-edge-grey .tab-container__tab-content {
    background-color: #151D25 !important;
}

.section-tab-container--private-edge .articles p {
    color: #182028 !important;
}

.section-tab-container--private-edge .articles h3 {
    color: #23BC4F !important;
}

.section-tab-container--private-edge .tab-container__inner {
    background-color: #151D25;
}

.section-tab-container--private-edge-grey .tab-container__inner {
    background-color: #D9D9D9 !important;
}

.section-tab-container--private-edge .tab-container__tab-link span {
    font-size: 20px !important;
    color: #D9D9D9 !important;
}

.section-tab-container--private-edge-grey .tab-container__tab-link span {
    color: #182028 !important;
}

.section-tab-container--private-edge .tab-container__tab-link.active:after {
    background: url(/assets/img/icons/icon-arrow-green.svg) no-repeat 50% !important;
}

.section-tab-container--private-edge .tab-container__tab-link.active span {
    color: #23BC4F !important;
}

.section-tab-container--white {
    background-color: #fff !important;
    background-image: url(/assets/img/gri-bg-half.png) !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: 100% 450px;
}

.section-tab-container--white .tab-container {
    margin-bottom: 150px;
}

.section-tab-container--white .tab-container__tab-content {
    background-color: #EEEEEE !important;
}

.section-tab-container--white .tab-container__tab-link {
    background-color: #23BC4F !important;
}

.section-tab-container--white .tab-container__tab-link.active {
    background-color: #EEEEEE !important;
}

.section-tab-container--white .tab-container__tab-link span {
    color: #fff !important;
}

.section-tab-container--white .tab-container__tab-link.active span {
    color: #23BC4F !important;
}

.section-tab-container--white .tab-container .articles p {
    color: #182028 !important;
}

.section-tab-container--white .tab-container .articles p span {
    color: #23BC4F !important;
}

.section-tab-container--white .private-edgecloud span {
    color: #23BC4F !important;
}

.section-tab-container--white .private-edgecloud li {
    color: #182028 !important;
}

.tab-container__private-cloud-images {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
}

.try-private-edge {
    padding: 80px 0;
    background: url(/assets/img/try-bg.png) no-repeat 50%;
}

.try-private-edge .pull-right {
    margin-left: var(--space);
    margin-right: auto;
    /* max-width: 1610px; */
    /* padding-left: 45px; */

}

.try-private-edge__head {
    display: flex;
    justify-content: space-between;
    gap: 110px;
    margin-bottom: 80px;
}

.try-private-edge__title {
    font-size: 28px;
    font-weight: 700;
    color: #23BC4F;
}

.try-private-edge__title span {
    display: block;
}

.try-private-edge__icons {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
}

.try-private-edge__content {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 110px;
}

.try-private-edge__content h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #23BC4F;
    margin-bottom: 40px;
}

.try-private-edge__content ul {
    margin-bottom: 50px !important;
}

.try-private-edge__content ul li {
    color: #182028;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 14px;
}

.try-private-edge__content ul li strong {
    font-weight: 700;
}

.try-private-edge__content ul li a {
    color: #23BC4F;
    text-decoration: underline;
}

.try-private-edge__left {
    max-width: 500px;
}

.try-private-edge__right {
    max-width: 680px;
}

.section-references__article-slider--private {
    bottom: -140px !important;
}

.descriptions--private-edge {
    padding-left: 0 !important;
}

.private-slider {
    width: 100%;
    height: 100vh;
    position: relative;
}

.private-slider .swiper-slide picture {
    display: block;
}

.private-slider .swiper-slide .container {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    z-index: 2;
    transform: translateX(-50%);
}

.private-slider .row {
    width: 100%;
}

.private-slider .swiper-slide picture,
.swiper-slide img {
    width: 100%;
    /* height: auto; */
    height: 100%;
    display: block;
    object-fit: cover;
}

.private-slider .swiper-slide {
    height: 100% !important;
}

.private-slider .swiper-container {
    height: 100% !important;
}

.private-slider .swiper-control {
    bottom: 100px;
    right: 100px;
    top: initial;
}

.private-slider .swiper-slide {
    background-size: cover, 0;
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden;
}

.private-slider-title {
    font-size: 88px !important;
    font-weight: 900;
    color: #fff;
    line-height: 100%;
    margin-bottom: 20px;
    font-family: sommet, sans-serif;
}

.private-slider-title--black {
    color: #000;
}

.js-private-slider .swiper-slide-active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.js-private-slider .swiper-slide-active h3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.js-private-slider .swiper-slide-active ul {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.private-slider-title span {
    display: block;
}

.private-slider-green-title {
    color: #23BC4F !important;
    font-size: 44px !important;
    line-height: 100% !important;
    margin-bottom: 40px;
    font-family: sommet, sans-serif;
}

.private-slider-green-title strong {
    font-weight: 900 !important;
}

.private-slider-green-title span {
    display: flex;
}

.private-slider-title-large {
    font-size: 65px !important;
    line-height: 100% !important;
    margin-bottom: 30px;
    font-family: sommet, sans-serif;
}

.private-slider-title-large--green {
    color: #35B14E;
    margin-bottom: 25px;
    font-family: sommet, sans-serif;
}

.private-slider-title-medium {
    font-size: 44px !important;
    line-height: 100% !important;
    margin-bottom: 30px;
    font-weight: normal;
    font-family: sommet, sans-serif;
}

.private-slider-title-medium--dark {
    color: #000;
}

.private-slider-title-medium strong {
    font-weight: 900;
}

.private-slider-title-medium span {
    display: block;
}

.private-slider-title-medium--green {
    margin-bottom: 25px;
    font-family: sommet, sans-serif;
}

.private-slider-title-medium--green span {
    color: #35B14E;
    display: inline;
}

.private-slider-list {
    display: flex;
    gap: 30px;
    margin-bottom: 70px;
    font-family: sommet, sans-serif;
}

.private-slider-list--vertical {
    flex-direction: column;
    margin: 0 !important;
}

.private-slider-list--green {
    position: relative;
    background-color: #35B14E;
    padding: 45px 0;
}

.private-slider-list--white-dots ul {
    padding-left: 20px;
}

.private-slider-list--white-dots ul li {
    list-style: disc;
    font-weight: 300;
}

.private-slider-list--white-dots ul li:before {
    display: none;
    content: '' !important;
    color: #fff !important;
}

.private-slider-list--green::before {
    position: absolute;
    background-color: #35B14E;
    width: 100%;
    height: 100%;
    left: calc(-100% + 1px);
    top: 0;
    content: '';
}

.private-slider-list ul li {
    font-size: 21px;
    color: #fff;
    margin-bottom: 5px;
}

.private-slider-list ul li:before {
    content: '-';
    color: #23BC4F;
    margin-right: 10px;
}

.private-slider-list--black ul li {
    color: #000;
}

.private-slider-centered-text {
    font-size: 28px;
    font-family: sommet, sans-serif;
    width: 100%;
    text-decoration: underline;
    /* text-align: center;
    font-style: italic; */
    font-weight: 700;
}

.private-slider-centered-text--black {
    color: #000 !important;
}

.private-slider-content--full {
    width: 100%;
}

.private-slider-content--centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-big-title {
    top: 0;
}

.try-private-edge__left ul {
    padding-left: 20px;
}

.try-private-edge__left ul li {
    list-style: disc;
}

.try-private-edge__left ul li::marker {
    color: #23BC4F;
}

.try-private-edge__right ul {
    padding-left: 20px;
}

.try-private-edge__right ul li {
    list-style: disc;
}

.try-private-edge__right ul li::marker {
    color: #23BC4F;
}

.video-list__item {
    border-bottom: 1px solid #23bc4f;
    margin-bottom: 24px;
    padding-bottom: 16px
}

.video-list__item>div {
    display: flex !important;
    align-items: center;
    gap: 30px;
    cursor: pointer
}

.video-list__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    min-height: 70px;
    border-radius: 100%;
    border: 1px solid #23bc4f
}

.video-list__content h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #182028
}

.video-list__content p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #182028;
    line-height: 100%;
    margin: 0
}


@media(max-width:1600px) {
    :root {
        --space: calc((100vw - 1400px));
    }

    .private-slider-title {
        font-size: 45px !important;
    }

    .private-slider-green-title {
        font-size: 33px !important;
    }

    .private-slider-list {
        margin-bottom: 40px;
    }

    .private-slider-title-large {
        font-size: 52px !important;
    }

    .private-slider-title-medium {
        font-size: 44px !important;
    }
    .why-private-edge{
        background-size:100% 800px;
    }
}

@media(max-width:1599px) {
    :root {
        --space: calc((100vw - 1250px) / 2);
    }
}

@media(max-width:1440px) {
    :root {
        --space: calc((100vw - 1250px) / 2);
    }

    .accordion-list__title {
        font-size: 18px !important;
    }

    .why-private-edge .tab-container--sidebar .tab-container__tab-link span {
        font-size: 18px;
    }

    .try-private-edge__head {
        display: flex;
        gap: 40px;
    }

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

    .try-private-edge__title {
        width: 100%;
    }

    .try-private-edge__icons {
        width: 100%;
    }

    .try-private-edge__title span {
        display: inline;
    }

    .private-slider-title-large {
        font-size: 40px !important;
        margin-bottom: 10px;
    }

    .private-slider-title-medium {
        font-size: 37px !important;
    }
}

@media(max-width:1366px) {
    .try-private-edge__head {
        gap: 40px;
        flex-direction: column;
    }
}

@media(max-width:1200px) {

    .private-slider .swiper-slide {
        background-size: 0, cover;
    }

    .private-slider-centered-text {
        font-size: 18px;
    }

    .private-slider .swiper-control {
        right: 30px;
    }

    .try-private-edge {
        padding-top: 150px;
    }

    .try-private-edge .pull-right {
        margin-left: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:1024px) {
    .private-slider .swiper-container {
        height: auto;
    }

    .private-slider .swiper-slide {
        height: auto !important;
    }

    .accordion-list__title {
        font-size: 20px !important;
        line-height: 125% !important;
    }

    .accordion-list__content p {
        font-size: 14px !important;
    }

    .why-private-edge .tab-container--sidebar .tab-container__inner {
        width: 100%;
    }

    .why-private-edge .tab-container--sidebar .tab-container__tab-content-wrapper {
        width: 100%;
    }

    .why-private-edge .pull-right {
        padding-left: 20px;
    }

    .try-private-edge .pull-right {
        padding-left: 20px;
    }

    .try-private-edge {
        background-size: cover;
    }

    .try-private-edge__content {
        flex-direction: column;
        gap: 40px;
    }

    .try-private-edge__left {
        max-width: 100%;
    }

    .try-private-edge__right {
        max-width: 100%;
    }

    .private-slider-title {
        font-size: 30px !important;
    }

    .private-slider-title span {
        display: inline-block;
    }

    .private-slider-green-title {
        font-size: 18px !important;
        margin-bottom: 16px;
    }

    .private-slider-list {
        flex-direction: column;
        gap: 0;
    }

    .private-slider-list ul li {
        font-size: 19px;
    }

    .private-slider-centered-text {
        position: absolute;
        bottom: 20px;
        text-align: left;
    }

    .private-slider-centered-text span {
        display: flex;
    }

    .private-slider-content--centered {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media(max-width:768px) {
    .accordion-list__inner {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .accordion-list__content {
        width: 100%;
    }

    .section-full-slider__article-slider--white h2 {
        font-size: 36px !important;
        font-weight: 700 !important;
    }

    .why-private-edge h1 {
        font-size: 36px;
    }

    .why-private-edge h1 span {
        display: inline;
    }

    .why-private-edge .tab-container .tab-container__inner .selected-tab {
        font-size: 18px !important;
    }

    .try-private-edge__icons {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .try-private-edge__icons img {
        width: 100%;
        height: 100%;
        display: flex;
    }

    .private-slider {
        width: 100%;
        height: auto;
    }

    .private-slider-title-large {
        font-size: 24px !important;
        margin-bottom: 16px;
    }

    .private-slider-title-medium {
        font-size: 15px !important;
        line-height: 150% !important;
    }

    .private-slider-content {
        padding: 0 15px;
    }
     .video-list__icon img {
        width: 25px
    }
}

@media(max-width:576px) {
    .accordion-list__title--webinar {
        flex-direction: column;
    }

    .accordion-list__title--webinar span {
        margin: 0;
        margin-bottom: 10px;
        border-right: none;
    }

    .accordion-list__title--webinar time {
        margin: 0;
        margin-top: 10px;
        border-left: none;
    }

    .try-private-edge__icons {
        display: grid;
        grid-template-columns: 1fr
    }

    .try-private-edge .pull-right {
        padding-right: 20px;
    }

    .private-slider-title-large {
        margin-bottom: 8px;
    }

    .private-slider-title-medium {
        margin-bottom: 8px;
    }

    .private-slider-list ul li {
        font-size: 17px;
        margin: 0;
    }

    .private-slider .swiper-control {
        bottom: 50px;
        right: 0;
    }
}

@-webkit-keyframes toptoBottom {
    0% {
        position: relative;
        top: -100px;
        visibility: hidden;
    }

    100% {
        position: relative;
        top: 0;
        visibility: visible;
    }
}

@keyframes toptoBottom {
    0% {
        position: relative;
        top: -100px;
        visibility: hidden;
    }

    100% {
        position: relative;
        top: 0;
        visibility: visible;
    }
}

@-webkit-keyframes lefttoRight {
    0% {
        position: relative;
        left: -50px;
        visibility: hidden;
    }

    100% {
        position: relative;
        left: 0;
        visibility: visible;
    }
}

@keyframes lefttoRight {
    0% {
        position: relative;
        left: -50px;
        visibility: hidden;
    }

    100% {
        position: relative;
        left: 0;
        visibility: visible;
    }
}

@-webkit-keyframes righttoLeft {
    0% {
        position: relative;
        right: -50px;
        visibility: hidden;
    }

    100% {
        position: relative;
        right: 0;
        visibility: visible;
    }
}

@keyframes righttoLeft {
    0% {
        position: relative;
        right: -50px;
        visibility: hidden;
    }

    100% {
        position: relative;
        right: 0;
        visibility: visible;
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease;
}


@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease;
}