@font-face {
    font-family: Apercu;
    src: url(../fonts/Apercu.ttf);
    font-weight: 400
}

@font-face {
    font-family: Knockout-HTF69-FullLiteweight;
    src: url(../fonts/Knockout-HTF69-FullLiteweight.otf);
    font-weight: 100
}

@font-face {
    font-family: Knockout-HTF51-Middleweight;
    src: url(../fonts/Knockout-HTF51-Middleweight.otf)
}

@font-face {
    font-family: Knockout;
    src: url(../fonts/Knockout-HTF49-Liteweight.otf);
    font-weight: 300
}

.line-height-initial {
    line-height: initial!important
}

.row {
    margin-left: 0;
    margin-right: 0
}

body.bg-black .bg-white {
    background-color: #000!important
}

.border-1-black {
    border: 1px solid #adadad
}

body.bg-black .border-1-black {
    border: 1px solid #696969
}

.border-03-black {
    border: .3px solid #adadad
}

body.bg-black .border-03-black {
    border: .3px solid #696969
}

.font-knockout-medium {
    font-family: Knockout-HTF51-Middleweight, sans-serif!important
}

.font-12 {
    font-size: 20px
}

.font-20 {
    font-size: 20px
}

.font-24 {
    font-size: 24px
}

.font-30 {
    font-size: 1.5rem!important
}

.font-227 {
    font-size: 227px!important
}

.padding-l-70 {
    padding-left: 70px
}

p.recent {
    font-family: Apercu, sans-serif!important;
    position: absolute;
    top: -16px;
    left: 88px;
    font-size: 22px;
    letter-spacing: 5px;
}

span.head-small {
    font-size: 50px;
}
@media (max-width:991px) {
    .header-banner-text {
        margin-top: 115px;
        font-size: 8rem !important;
    }
    .font-227 {
        font-size: 87px!important
    }
    .font-12,
    .font-20 {
        font-size: 16px!important
    }
    .padding-l-70 {
        padding-left: 30px!important
    }
}

@media (max-width:320px) {
    .font-227 {
        font-size: 60px!important
    }
    .font-12,
    .font-20 {
        font-size: 14px!important
    }
}

.font-apercu {
    font-family: Apercu, sans-serif!important
}

.font-Knockout-FullLiteweight {
    font-family: Knockout-HTF69-FullLiteweight, sans-serif!important
}

.vh-100 {
    height: 100vh!important
}

.vh-75 {
    height: 75vh!important
}

.vh-15 {
    height: 110px!important
}

.vh-85 {
    height: calc(100vh - 110px)!important
}

.pointer-events-none {
    pointer-events: none
}

.vh-20 {
    height: 20vh
}

.vh-25 {
    height: 25vh
}

.opacity-8 {
    opacity: .8
}

.container {
    position: relative;
}

.h2-img {
    position: absolute;
    width: 24vw;
    right: 1vw;
    top: -50px;
}

@media (max-width:991px) {
    .vh-15 {
        height: initial!important
    }
    .vh-85 {
        height: calc(100vh - 197px)!important
    }
}

.overflow-scroll {
    overflow: scroll;
    height: 100vh
}

.modal {
    color: #000
}

.modal-open .modal {
    overflow-x: visible!important
}

.modal-content {
    border-radius: 20px;
    border: none
}

body.bg-black .modal-content {
    color: #fff;
    background: #1e1e1e!important
}

body.bg-black .show .vh-20.bg-white {
    background-color: #000!important
}

body.bg-black .modal .nav-tabs .nav-link:hover {
    box-shadow: inset 3px 3px 0 #fff, inset -3px -3px 0 #fff
}

.modal-content .rd-container {
    height: calc(100vh - 110px - 1.75rem - 1.75rem);
    overflow: auto;
    pointer-events: initial;
    margin: auto auto;
    margin-top: 20px;
}

.cre-head {
    padding: 5px 0 10px 0;
}

@media (min-width:576px) {
    .modal-content .rd-container {
        height: calc(100vh - 170px - 1.75rem)
    }
    .modal-dialog {
        margin-bottom: 0
    }
}

@media (min-width:576px) {
    .modal .modal-dialog.container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .modal .modal-dialog.container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .modal .modal-dialog.container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .modal .modal-dialog.container {
        max-width: 1160px
    }
    .h2-img {
        width: 20vw;
        top: -60px;
    }
}

.modal-close {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -142px;
    width: 85px;
    height: 85px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    line-height: 75px;
    cursor: pointer;
    transition: .3s
}

.modal-close:hover {
    opacity: .8
}

.modal-menu {
    background: #fff;
    color: #000
}

.bg-black .modal-menu {
    background: #000;
    color: #fff
}

.can-toggle {
    position: relative
}

.toggleSection {
    position: fixed;
    top: 35vh;
    right: 40px;
    z-index: 10
}

.toggleSection.toggleSectionMobile {
    position: fixed;
    bottom: -30px;
    left: 6px;
    top: initial;
    right: initial;
    z-index: 10
}

.can-toggle *,
.can-toggle:after,
.can-toggle:before {
    box-sizing: border-box
}

.can-toggle input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.can-toggle input[type=checkbox][disabled]~label {
    pointer-events: none
}

.can-toggle input[type=checkbox][disabled]~label .can-toggle__switch {
    opacity: .4
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: initial;
    right: 29px;
    top: 0;
    writing-mode: vertical-rl;
    bottom: initial;
    color: #696969;
    border: 1px solid #696969;
    height: 75px;
    width: 40px;
    background: #000
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    content: attr(data-checked)
}

.can-toggle label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center
}

.can-toggle label .can-toggle__switch {
    position: relative
}

.can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    text-align: center
}

.can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: 0 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.can-toggle input[type=checkbox][disabled]~label {
    color: rgba(119, 119, 119, .5)
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch {
    background-color: #777
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
    color: #5e5e5e
}

.can-toggle input[type=checkbox]:hover~label {
    color: #6a6a6a
}

.can-toggle input[type=checkbox]:checked~label:hover {
    color: #55bc49
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch {
    background-color: transparent
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    color: #fff
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch {
    background-color: #5fc054
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    color: #47a43d
}

.can-toggle label .can-toggle__label-text {
    flex: 1
}

.can-toggle label .can-toggle__switch {
    transition: background-color .3s cubic-bezier(0, 1, .5, 1);
    background: #848484
}

.can-toggle label .can-toggle__switch:before {
    color: rgba(255, 255, 255, .5)
}

.can-toggle label .can-toggle__switch:after {
    transition: -webkit-transform .3s cubic-bezier(0, 1, .5, 1);
    transition: transform .3s cubic-bezier(0, 1, .5, 1);
    transition: transform .3s cubic-bezier(0, 1, .5, 1), -webkit-transform .3s cubic-bezier(0, 1, .5, 1);
    color: #777
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .4)
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    -webkit-transform: translate3d(0, 65px, 0);
    transform: translate3d(0, 65px, 0)
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .4)
}

.can-toggle label {
    font-size: 14px
}

.can-toggle label .can-toggle__switch {
    height: 36px;
    flex: 0 0 134px;
    border-radius: 4px
}

.can-toggle label .can-toggle__switch:before {
    font-size: 12px;
    line-height: 36px;
    width: 67px;
    padding: 0 12px
}

.can-toggle label .can-toggle__switch:after {
    top: 1px;
    left: 2px;
    border-radius: 2px;
    width: 65px;
    line-height: 32px;
    font-size: 12px
}

.can-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .4)
}

.can-toggle.darkMode-toggle input[type=checkbox][disabled]~label {
    color: rgba(68, 68, 68, .5)
}

.can-toggle.darkMode-toggle input[type=checkbox]:focus~label .can-toggle__switch,
.can-toggle.darkMode-toggle input[type=checkbox]:hover~label .can-toggle__switch {
    background-color: transparent
}

.can-toggle.darkMode-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle.darkMode-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
    color: #000
}

.can-toggle.darkMode-toggle input[type=checkbox]:hover~label {
    color: #373737
}

.can-toggle.darkMode-toggle input[type=checkbox]:checked~label:hover {
    color: #62b125
}

.darkMode .can-toggle.darkMode-toggle input[type=checkbox]:checked~label .can-toggle__switch {
    background-color: #000
}

.can-toggle.darkMode-toggle input[type=checkbox]:checked~label .can-toggle__switch {
    background-color: transparent
}

.can-toggle.darkMode-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    color: #000;
    border: 1px solid #000;
    background: #000
}

body.bg-black .can-toggle.darkMode-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    color: #fff;
    border: 1px solid #fff
}

body.bg-black .toggleSectionMobile .can-toggle.darkMode-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    width: 75px
}

.can-toggle.darkMode-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch,
.can-toggle.darkMode-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch {
    background-color: transparent
}

.can-toggle.darkMode-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle.darkMode-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    color: #fff
}

.can-toggle.darkMode-toggle label .can-toggle__label-text {
    flex: 1
}

.can-toggle.darkMode-toggle label .can-toggle__switch {
    transition: background-color .3s cubic-bezier(.86, 0, .07, 1);
    background: 0 0
}

.can-toggle.darkMode-toggle label .can-toggle__switch:after {
    transition: -webkit-transform .3s cubic-bezier(.86, 0, .07, 1);
    transition: transform .3s cubic-bezier(.86, 0, .07, 1);
    transition: transform .3s cubic-bezier(.86, 0, .07, 1), -webkit-transform .3s cubic-bezier(.86, 0, .07, 1);
    color: #000
}

.bg-black .can-toggle.darkMode-toggle label .can-toggle__switch:after {
    color: #fff
}

.can-toggle.darkMode-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle.darkMode-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
    box-shadow: none
}

.can-toggle.darkMode-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    -webkit-transform: translate3d(0, 73px, 0);
    transform: translate3d(0, 73px, 0)
}

.can-toggle.darkMode-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle.darkMode-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    box-shadow: none
}

.can-toggle.darkMode-toggle label {
    font-size: initial
}

.toggleSectionMobile .can-toggle.darkMode-toggle label .can-toggle__switch {
    height: 40px;
    flex: 0 0 150px
}

.toggleSectionMobile .can-toggle.darkMode-toggle label .can-toggle__switch:before {
    right: 3px;
    top: 4px;
    width: 72px;
    left: initial;
    bottom: initial;
    writing-mode: initial;
    line-height: 40px;
    height: 40px
}

.toggleSectionMobile .can-toggle input[type=checkbox]:checked~label .can-toggle__switch:before {
    left: 2px;
    height: 40px;
    line-height: 40px;
    top: 3px;
    width: 75px;
    writing-mode: initial
}

.toggleSectionMobile .can-toggle.darkMode-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    transform: translate3d(73px, 0, 0);
    -webkit-transform: translate3d(73px, 0, 0)
}

.toggleSectionMobile .can-toggle.darkMode-toggle label .can-toggle__switch:after {
    top: 4px;
    left: 4px;
    width: 72px;
    height: 40px;
    writing-mode: initial;
    line-height: 40px;
    font-size: initial
}

.can-toggle.darkMode-toggle label .can-toggle__switch {
    height: 150px;
    flex: 0 0 46px
}

.can-toggle.darkMode-toggle label .can-toggle__switch:before {
    font-size: initial;
    line-height: 16px;
    width: 40px;
    bottom: 0;
    right: 29px;
    height: 75px;
    padding: 0 12px;
    writing-mode: vertical-rl;
    color: #696969;
    border: 1px solid #696969;
    background: #fff
}

.can-toggle.darkMode-toggle label .can-toggle__switch:after {
    left: 3px;
    width: 40px;
    height: 75px;
    writing-mode: vertical-lr;
    line-height: 40px;
    font-size: initial;
    border: 1px solid #000;
    background: #fff
}

.can-toggle.darkMode-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .4)
}

@-moz-document url-prefix() {
    .can-toggle input[type=checkbox]:checked~label .can-toggle__switch:before {
        left: 3px
    }
    .can-toggle.darkMode-toggle label .can-toggle__switch::before {
        left: 3px
    }
}

body,
html {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

body {
    color: #000
}

body.bg-black {
    color: #fff;
    background-color: #1D1E2D;
}

h2 {
    font-size: 110px
}

section {
    padding: 50px
}

@media (max-width:991px) {
    h2 {
        font-size: 60px
    }
    section {
        padding: 50px 0 50px 0
    }
}

main>section:nth-child(1) {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}

.logo {
    width: 180px;
    z-index: 2
}

#CircleEffect {
    z-index: -1!important
}

.hero-section-banner {
    height: calc(100vh - 26px - 60px - 45px);
}

.wrapper {
    padding-left: 100px;
}

.hero-section-banner>div:nth-child(1) {
    position: absolute;
    top: 80px;
    z-index: 2
}

.hero-section-banner .imagePosition {
    z-index: 1
}

.imagePosition {
    position: absolute;
    top: -100px;
    bottom: 0;
    right: -50px;
    left: 0;
    pointer-events: none
}

#headerImage1 {
    background: url(../images/header/illustration-connect-light.svg) no-repeat top right
}

#headerImage {
    background: url(../images/header/illustration-light.svg) no-repeat bottom left
}

.header-banner-text {
    margin-top: 25vh;
    font-stretch: normal;
    line-height: .88;
    font-size: 15rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.header-banner-subtitle.font-apercu.font-12.designation {
    font-size: 30px;
    margin: 50px 0 20px;
}

p.header-banner-subtitle {
    margin-top: 20px;
    width: 100%;
    line-height: 30px;
}

.partners-history {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0
}

.section-work {
    padding-top: 100px;
}

.work1 {
    padding-top: 70px;
}

.career-logo {
    width: 100px;
    display: inline-block;
    background-color: #fff;
    padding: 40px 0;
}

.section-talks .career-logo img {
    width: 100%;
    height: auto;
}

@media (max-width:991px) {
    .imagePosition {
        display: none
    }
    .header-banner-subtitle {
        padding: 0 20px 0 20px;
        text-align: center
    }
    .section-work {
        padding-top: 50px;
    }
}

/* body.bg-black #headerImage {
    background: url(../images/header/illustration-dark.svg) no-repeat bottom left
} */

/*body.bg-black #headerImage1 {
    background: url(../images/banner-bg.svg) no-repeat top right;
    background-size: 35%;
}*/

body.bg-black .navbar-dark .navbar-nav .active>.nav-link,
body.bg-black .navbar-dark .navbar-nav .nav-link.active,
body.bg-black .navbar-dark .navbar-nav .nav-link.show,
body.bg-black .navbar-dark .navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255, 1)
}

body.bg-black .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

body.bg-black .navbar-dark .navbar-nav .nav-link:focus,
body.bg-black .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .75)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 1)
}

body.bg-black#home-page div.row.partners-history>div:nth-child(1)>svg>g>g:nth-child(5)>path:nth-child(4),
body.bg-black#home-page div.row.partners-history>div:nth-child(1)>svg>g>g:nth-child(6)>path:nth-child(4),
body.bg-black#home-page div.row.partners-history>div:nth-child(1)>svg>g>g:nth-child(7)>path:nth-child(4),
body.bg-black#home-page div.row.partners-history>div:nth-child(1)>svg>g>path:nth-child(4),
body.bg-black#home-page div.row.partners-history>div:nth-child(4)>svg>g>path:nth-child(2) {
    fill: #000
}

.partners-item svg {
    width: 110px
}

/*body.bg-black svg g {
    fill: #fff
}

body.bg-black svg path {
    fill: #fff
}*/

.partners-item:last-child svg,
.partners-item:nth-child(2) svg {
    width: 77px
}

@media (max-width:991px) {
    section#home {
        height: 100% !important;
    }
    .hero-section-banner {
        height: 100%;
    }
    .header-banner-text {
        margin-top: 44px;
        z-index: 2
    }
    .partners-history {
        margin-top: 40px
    }
    .partners-history .partners-item {
        margin-bottom: 20px
    }
}

.black-container {
    padding: 40px 70px
}

@media (max-width:991px) {
    .black-container {
        padding: 30px
    }
}

.WorkShowMore.btn-default,
.black-container .btn-default,
.modal-right .btn-default,
.work-item-details .btn-default {
    font-weight: 500;
    padding: 10px;
    background: 0 0;
    border-radius: 0;
    padding-left: 50px;
    padding-right: 50px
}

body.bg-black .black-container .btn-default {
    color: #fff;
    background-color: transparent
}

body.bg-black .black-container .btn-default:hover {
    color: #000;
    background-color: #fff
}

.WorkShowMore.btn-default:hover,
.black-container .btn-default:hover,
.modal-right .btn-default:hover,
.work-item-details .btn-default:hover {
    background-color: #000;
    color: #fff
}

.pointer-events-none {
    pointer-events: none;
    visibility: hidden
}

.section-work-left-cont {
    padding: 20px;
    padding-left: 0;
    padding-right: 0
}

.work-item-details {
    border-right: 0;
    padding: 64px;
    min-height: 100%
}

.WorkShowMore.btn-default {
    padding: 25px;
    font-weight: 500;
    font-size: 24px
}

.work-item-number {
    line-height: 227px;
    flex-grow: 1
}

.work-item-text {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400
}

body.bg-black .work-item-details {
    border-color: #5b5b5b
}

body.bg-black .modal-right .btn-default {
    border: 1px solid #000
}

body.bg-black .WorkShowMore.btn-default,
body.bg-black .modal-right .btn-default,
body.bg-black .work-item-details .btn-default {
    color: #fff;
    border-color: #787878;
    background: 0 0
}

body.bg-black .WorkShowMore.btn-default:hover,
body.bg-black .modal-right .btn-default:hover,
body.bg-black .work-item-details .btn-default:hover {
    color: #000;
    border-color: #787878;
    background: #fff
}

@media (max-width:991px) {
    .work-item-number {
        line-height: initial
    }
    .section-work-left-cont {
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px
    }
    .work-item-details {
        border-right: 1px solid #000;
        border-top: none;
        padding: 40px
    }
}

.modal-left {
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
    transform: translate3d(-200%, 0, 0);
    -webkit-transform: translate3d(-200%, 0, 0);
    -moz-transform: translate3d(-200%, 0, 0);
    -ms-transform: translate3d(-200%, 0, 0);
    -o-transform: translate3d(-200%, 0, 0)
}

.modal-right {
    border-top: solid .5px #787878
}

.modal-left,
.modal-right {
    position: relative;
    transform: none;
    top: 100vh;
    transition: none
}

.modal-slideUp {
    position: fixed
}

.none {display: none !important;}

.d-none.vh-20,
.modal-right {
    transition: all .8s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

div.fixed-top.fixed-bottom {
    top: 0;
    overflow: hidden
}

div.fixed-top.fixed-bottom.show {
    background: rgba(30, 31, 32, .7);
    will-change: top;
    height: 100vh;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

div.fixed-top.fixed-bottom .closex {
    right: 33px;
    top: 25px
}

.show .modal-left {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden
}

.show .modal-left,
.show .modal-right {
    top: 0;
    transform: none;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.slideuparrow {
    display: none;
    position: fixed;
    bottom: 150px;
    right: 25px;
    height: 46px;
    width: 46px;
    border-radius: 40px;
    background: url(../images/work/slideup-light.svg) #fff;
    background-size: cover;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    cursor: pointer
}

.show .slideuparrow {
    display: block
}

.bg-black .slideuparrow {
    background: url(../images/work/slideup-dark.svg);
    background-size: cover
}

.modal-slideUp.show,
.show .d-none.vh-20,
.show .modal-right {
    will-change: top;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}

.modal-slideUp.show {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

@media (max-width:576px) {
    div.fixed-top.fixed-bottom .closex {
        right: 20px;
        top: 20px;
        width: 30px;
        height: 30px
    }
    .slideuparrow {
        bottom: 10px;
        left: 10px;
        right: initial;
        top: initial;
        z-index: 99;
        width: 35px;
        height: 35px
    }
}

.pointer-events-none {
    pointer-events: none;
    visibility: hidden
}

.p-6 {
    padding: 6rem
}

.modal-right .overflow-scroll {
    height: 80vh
}

.modal-right .overflow-scroll {
    height: initial
}

@media (max-width:991px) {
    .row.modal-body {
        height: 100vh;
        overflow: scroll
    }
    .modal-body .overflow-scroll {
        height: initial
    }
}

.pointer-cursor {
    cursor: pointer
}

.closex {
    display: none;
    position: fixed;
    z-index: 9999999;
    height: 20px;
    width: 20px;
    border-radius: 40px;
    background: url(../images/close.svg) #fff;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.bg-black .rd-container .closex {
    background: url(../images/close.svg);
    background-size: cover
}

.show .closex {
    display: block
}

.closex:hover {
    transition: ease-in-out all .33s;
    -webkit-transition: ease-in-out all .33s;
    -moz-transition: ease-in-out all .33s;
    -o-transition: ease-in-out all .33s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.rd-container .closex {
    position: absolute;
    right: 30px;
    top: 30px
}

.modal-right h5 {
    font-size: 1.5rem;
    margin-bottom: 30px!important
}

.modal-right h5 {
    margin-bottom: 0!important
}

.modal-right ul {
    line-height: 34.5px
}

@media (min-width:1024px) {
    .modal-dialog.modal-lg {
        max-width: 1024px
    }
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: inherit;
    text-decoration: none
}

.section-about img {
    mix-blend-mode: lighten
}

.section-about .black-container {
    background: #101010!important;
    background: 0 0;
    border: 1px solid #979797
}

body.bg-black .section-about .black-container {
    background: 0 0!important
}

@media (min-width:991px) {
    .section-about .black-container {
        padding-right: 0
    }
}

.section-about h2 {
    color: #fff
}

.section-about p {
    font-family: Apercu;
    color: rgba(255, 255, 255, 1)
}

.section-about p.about-subtitle {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.5rem
}

.section-about .about-entry {
    margin-bottom: 30px
}

.section-about .btn.btn-default {
    width: 100%;
    padding: 15px;
    background: 0 0;
    border: 1px solid #696969;
    color: #fff;
    font-weight: 300
}

.section-about .btn.btn-default:hover {
    color: #000;
    background-color: #fff
}

@media (max-width:991px) {
    .section-about p {
        font-size: 18px
    }
}

.tooltip-inner {
    font-family: Knockout-HTF51-Middleweight, sans-serif!important;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    border-radius: 0;
    padding-bottom: 10px;
    background: #0f6ad9;
    color: #fff
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #0f6ad9;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px
}

#snackbar.showBar {
    visibility: visible;
    -webkit-animation: fadein .5s, fadeout .5s 2.5s;
    animation: fadein .5s, fadeout .5s 2.5s
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }
    to {
        bottom: 30px;
        opacity: 1
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }
    to {
        bottom: 30px;
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1
    }
    to {
        bottom: 0;
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1
    }
    to {
        bottom: 0;
        opacity: 0
    }
}

.greeting>div {
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: none;
    border: solid .5px #696969;
    padding: 13px;
    padding-left: 19px;
    padding-right: 19px;
    font-family: Knockout, sans-serif;
    font-size: 21.3px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    font-weight: 300
}

body.bg-black .greeting>div {
    background-color: #000;
    color: #fff
}

.tooltip__arrow {
    width: 50px;
    height: 25px;
    position: absolute;
    bottom: 99%;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    overflow: hidden
}

.tooltip__arrow::after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    border: 1px solid green;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 0;
    border: 1px solid #696969;
    left: 50%
}

.section-talks img {
    width: 230px;
    height: 160px
}

.greeting {
    position: fixed;
    z-index: 9;
    top: 10vh;
    left: 6vh;
    transform: translate(-300px);
    display: none;
    pointer-events: none;
    top: 15px;
     z-index: 999;
    transition: all 1s ease;
}

.greeting {
    padding: 0
}

@media (max-width:991px) {
    .greeting {
        left: 4vh;
        top: 10vh
    }
}

.greeting.transform {
    transform: initial!important
}

.particles {
    display: flex
}

.particles-wrapper {
    transform: initial!important
}

.greeting img {
    position: absolute;
    left: -4px;
    bottom: 7px
}

.section-around .around-item {
    margin-bottom: 23px;
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
    border: .5px solid #adadad;
    transition: .3s
}

body.bg-black .section-around .around-item {
    border: .5px solid #696969
}

.section-around .around-item:hover {
    background-color: #000;
    color: #fff
}

body.bg-black .section-around .around-item:hover {
    background-color: #fff;
    color: #000
}

.section-around .around-item .around-item-left {
    font-size: 1.5rem
}

.copyright {
    text-align: center!important;
    font-family: Apercu;
    font-size: 20px;
    font-weight: initial;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left
}

@media (max-width:991px) {
    .copyright {
        font-size: 14px
    }
}

.bg-black .img-light {
    display: none
}

.bg-black .img-dark {
    display: block
}

.img-dark {
    display: none
}

.rd-container .img-fluid {
    border-radius: 10px;
    margin-bottom: 30px
}

.rd-tabs {
    margin-top: 20px;
    margin-bottom: 20px
}

.nav-tabs {
    border: none;
    display: inline-block
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 0
}

.nav-tabs .nav-link:hover {
    box-shadow: inset 3px 3px 0 #000, inset -3px -3px 0 #000
}

.nav-tabs .nav-link.active {
    box-shadow: inset 3px 3px 0 #000, inset -3px -3px 0 #000;
    color: #000
}

.nav-item {
    text-transform: uppercase;
    font-family: Knockout-HTF51-Middleweight, sans-serif;
    display: inline-block!important;
    flex: 1 1 160px
}

nav {
    display: none
}

nav.fixed-top {
    position: fixed;
    top: 35vh;
    right: 40px;
    z-index: 10;
    display: inline-table !important;
}

nav .nav-item {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    flex: initial
}

.tab-content {
    padding: 0 20px 20px;
}

.article-modal .modal-content {
    overflow: hidden
}

.article-modal .modal-body {
    padding: 0
}

.showcase-item {
    margin-bottom: 30px;
    text-align: center
}

.showcase-item-image {
    width: 100%;
    background: #fff;
    padding-bottom: 75%;
    position: relative;
    background-size: contain;
    background-position: center
}

.showcase-feedback {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #fff;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    border: 2px solid #fff;
    font-weight: 500
}

.app-link {
    overflow: scroll
}

.app-link>div {
    flex-wrap: nowrap;
    overflow-x: auto;
    display: flex;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    flex: 0 0 auto
}

.app-link>div>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px
}
.demoVideo {
    position: absolute;
    top: 20px;
    z-index: 9;
    right: 30px
}

.pwd-lock {
    display: none
}

input[type=password] {
    font-size: 16px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000
}

.bg-black input[type=password] {
    color: #fff
}

.pwd-lock button,
.pwd-lock input {
    background: 0 0;
    border: 1px solid #adadad
}

.bg-black .pwd-lock button,
.bg-black .pwd-lock input {
    border: 1px solid #696969
}

.ram-bg {
    display: none;
}

 section#experiment button.btn.btn-default {
    border: 1px solid #df0;
    animation: beat .5s infinite alternate;
	transform-origin: center;
}

@keyframes beat{
	to { transform: scale(1.075); }
}

@media (min-width:991px) {
    .w-md-75 {
        width: 75%!important
    }
}

@media (max-width:991px) {
    .modal-body .app-link {
        justify-content: initial!important
    }
    .modal-menu>div {
        justify-content: initial!important
    }
}
@media (max-width:768px) {
    .carousel-inner {
        padding: 0;
    }
    
    .text-lg-left.font-Knockout-FullLiteweight.padding-l-70.mb-5.pb-1 {
        margin: 0 !important;
    }

    span.head-small {
        font-size: 26px;
    }
    
    p.recent {
        top: -28px;
        font-size: 14px;
        left: 45px;
        letter-spacing: 2px;
    }
    .hero-section-banner>div:nth-child(1) {
        top: 10px;
    }

    .header-banner-text {
        margin-top: 50px;
        font-size: 4rem !important;
    }
    .wrapper {
        text-align: center;
        padding: 0;
    }

    p.header-banner-subtitle {
        width: 100%;
    }

    .hero-section-banner>div.text-center:nth-child(1) {
        position: relative !important;
        display: inline-block;
        width: 100%;
    }

    .d-flex.position-relative.hero-section-banner {
        display: inline-block !important;
    }

    h2 {
        font-size: 38px;
    }

    nav.navbar.fixed-top {
        bottom: 20px;
        top: auto;
        right: auto;
        left: 0px;
        padding: 0;
        display: inline-block !important;
    }

    section#work img.h2-img, section#mobile img.h2-img, section#tab img.h2-img,
    section#vd img.h2-img {
        width: 100%;
        position: relative;
        padding: 50px 20px 0;
        margin-bottom: -50px;
    }    
    
    .man-bg-block {
        display: none;
    }

    li.nav-item {
        height: auto;
        display: inline-block;
    }
    
    main {
        padding: 20px 0px 20px 20px;
    }
    .career-logo {
        padding: 40px 30px;
    }
    
    .black-container {
        position: relative;
    }
    
    .black-container h2 {
        margin-bottom: 300px;
    }
    .black-container .ram-pic {
        width: 80% !important;
        display: inline-block;
        position: absolute;
        top: 100px;
        max-width: 100%;
        padding: 0 20px !important;
    }
    
    .black-container .ram-pic img {
        width: 100% !important;
    }

    .modal-body .tab-content, .modal-body .showcase-item{
        padding: 0;
    }

    .ram-bg {
        max-width: 100%;
        display: inline-block;
        padding: 20px;
    }
    
    .ram-bg img {
        width: 100%;
    }

    section#experiment {
        padding-top: 90px;
    }
}

.show-more {
    display: none;
}

.carousel-item.active .work-item-container.wrap-container {
    display: flex !important;
}

.lock {
    pointer-events: none;
}

.carousel-control-prev {
    left: -100px;
}

.carousel-control-next {
    right: -100px;
}

@media (max-width: 768px) {
    .carousel-control-prev {
        left: 30px;
        top: 120px;
    }
    
    .carousel-control-next {
        right: 30px;
        top: 120px;
    }
}

@media (max-width: 550px) {
    .carousel-control-prev, .carousel-control-next {
        top: 50px;
    }
}