@font-face {
    font-family: 'ChronicleDisplay-Bold';
    src: url('../fonts/ChronicleDisplay-Bold.eot'), url('../fonts/ChronicleDisplay-Bold.ttf') format('truetype'), url('../fonts/ChronicleDisplay-Bold.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ChronicleDisplay-Semi';
    src: url('../fonts/ChronicleDisplay-Semi.eot'), url('../fonts/ChronicleDisplay-Semi.ttf') format('truetype'), url('../fonts/ChronicleDisplay-Semi.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IdealSans-BookItalic';
    src: url('../fonts/IdealSans-BookItalic.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IdealSans-ExtraLight';
    src: url('../fonts/IdealSans-ExtraLight.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IdealSans-Light';
    src: url('../fonts/IdealSans-Light.eot'), url('../fonts/IdealSans-Light.otf'), url('../fonts/IdealSans-Light.ttf') format('truetype'), url('../fonts/IdealSans-Light.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IdealSans-Semibold';
    src: url('../fonts/IdealSans-Semibold.eot'), url('../fonts/IdealSans-Semibold.otf'), url('../fonts/IdealSans-Semibold.woff');
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: none;
}


a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    text-align: justify;
    font-family: 'ChronicleDisplay-Bold', serif;
    font-weight: normal;
}


.main-pad {
    padding-left: 8%;
    padding-right: 8%;
}

.w-100 {
    width: 100%;
}

a {
    text-decoration: none;
}

/*-----------------------------------------------------header right base_template.html--------------------*/
.header_white {
    /*z-index: 999999;*/
    /*position: absolute;*/
    overflow: hidden;
    /*top: 30px;*/
    /*left: 100px;*/
    /*height: 52px;*/
    border-radius: 2px;
    padding: 12px 0 10px 0;
    background-color: transparent;
    width: 0;
    -webkit-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}

.sq {
    position: absolute;
    top: 38px;
    left: 15%;
    z-index: 9999;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    font-family: IdealSans-Semibold;
    pointer-events: none;
    visibility: hidden;
}

.sq:hover {
    color: white;
}

.en {
    position: absolute;
    top: 38px;
    left: 17%;
    z-index: 9999;
    margin: 0 1%;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    font-family: IdealSans-Semibold;
    pointer-events: none;
    visibility: hidden;
}

.en:hover {
    color: white;


}

.menu {
    z-index: 200;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: fixed;

}

.menu > a {
    color: white;
    font-weight: bold;
    text-decoration: none;

}


.menu > .selected a {
    border-bottom: 2px solid white;
    z-index: 999999999;
}

/* I hide the checkbox because I only need the label */
#check {
    display: none;
}

.button {
    height: 5%;
    width: 3%;
    margin: 0;
    padding: 5px 1px;
    position: absolute;
    left: 2%;
    top: 30px;
    display: inline-block;
    transition: all 0.2s ease-in;
    line-height: 6px;
    text-align: left;
    z-index: 999999;
    background-color: transparent;
    border: none;

}


.button span {
    height: 3px;
    width: 85%;
    background: black;
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);
}


/* toggle icon animation */
#check:checked ~ .button span:nth-child(1) {
    width: 100%;
    background: white;
    z-index: 9999;
    transform: rotate(45deg) translateY(6px) translateX(6px);
}

#check:checked ~ .button span:nth-child(2) {
    width: 0;
}

#check:checked ~ .button span:nth-child(3) {
    width: 100%;
    background: white;
    z-index: 9999;
    transform: rotate(-45deg) translateY(-6px) translateX(6px);
}

/* the nav height is set to 0 when the navbar is closed */

nav {
    /*position: absolute;*/
    overflow: hidden;
    /*top: 2px;*/
    /*left: 100px;*/
    height: 52px;
    border-radius: 2px;
    padding: 12px 0 10px 0;
    z-index: 900;
    background-color: black;
    width: 0;
    transition: background-color .5s ease-out;
    margin-top: 4px;
}

nav ul {
    display: flex;
    justify-content: center;
}

nav ul li {
    margin-left: 20px;
    list-style-type: none;
}

nav ul li:nth-child(2) {
    margin-right: 10%;
}

nav ul li:nth-child(1) {
    margin-left: 12%;
}

nav ul li:nth-child(3) {
    margin-left: 4%;
}

svg {
    position: absolute;
    top: 30px;
    left: 49%;
    transform: translateX(-50%);
    height: 35px;
    z-index: 9999999;
}

.professional-item-menu {
    display: none;
}

.public-item-menu {
    display: none;
}


nav ul li a {
    text-decoration: none;
    color: white;
    font-family: IdealSans-Semibold;
    font-weight: 700;
    font-size: 20px;
    transition: all 0.4s ease-out;
    opacity: 0;
    transform: scale(0);
    transform-origin: top;
    margin-right: 1vw;
}


nav ul li a::after {
    content: '';
    display: block;
    width: 0 !important;
    height: 2px;
    background: white;
    transition-duration: 500ms;
    margin: auto;
    opacity: 0;
}

nav ul li a:hover::after {
    width: 100% !important;
    opacity: 1 !important;
}


nav .selected a::after {
    content: '';
    display: block;
    width: 100% !important;
    height: 2px;
    background: white;
    opacity: 1;

}

/*!* the nav height will be set to the height in pixels that would have for default, using height:auto won't work but you can put that value in pixels creating the slide*!*/
#check:checked ~ nav {
    height: 52px;
    width: 95%;

}

#check:checked ~ nav a {
    /*padding: 3px;*/
    opacity: 1;
    transform: scale(1);
}

#check:checked ~ .en {
    pointer-events: all;
    visibility: visible;
}

#check:checked ~ .sq {
    pointer-events: all;
    visibility: visible;
}

#check:checked ~ nav svg {
    fill: white;

}


@media screen and (min-width: 870px) {
    .menu {
        justify-content: flex-start;
        margin: 0 2.5%;
    }

    nav .selected a::after {
        content: '';
        display: block;
        width: 100% !important;
        height: 2px;
        background: white;
    }

    #check:checked ~ nav {
        height: 52px;
        animation: animate-open-menu 1s forwards;
        left: 0;
    }

    @keyframes animate-open-menu {
        from {
            width: 0;
            opacity: 0;
        }

        to {
            width: 95%;
            opacity: 1;
        }
    }


    #check:checked ~ nav a {
        /*padding: 3px;*/
        animation: animate-menu-items 300ms forwards;
        animation-delay: 1s;
        transform: scale(1);
        opacity: 0;
        color: white;
    }


    #check:checked ~ nav a::after {
        animation: animate-menu-items 300ms forwards;
        animation-delay: 1s;
        opacity: 0;
    }


    @keyframes animate-menu-items {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }


}

/* ---------------------------------------------speeches.html and interview.html  css -------------------------------------------------*/
.section_portrait {
    position: absolute;
    top: 0;
    left: 140px;
    height: 100vh;
}

.item-container-horizontal-scroller {
    display: flex;
    margin-top: 14vh;
    overflow-x: scroll;
    width: 85vw;
    overflow-y: auto;
}

.item-container-interview::-webkit-scrollbar {
    display: none;
}

#interview-scroller::-webkit-scrollbar {
    display: none;
}

.team::-webkit-scrollbar {
    display: none;
}

.team-area {
    height: 100%;
    margin-left: -20px;
    z-index: 99;
}

.single-team {
    height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    transition: .6s ease-out;
    /*box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);*/
    opacity: 0;
    animation: load_up 2s forwards;
    -webkit-animation: load_down 2s forwards;
}

@keyframes load_down {
    from {
        opacity: 0;
        bottom: 90%
    }
    to {
        opacity: 1;
        bottom: 20%;
    }

}

.single-team:hover {
    transform: translateY(15px);
    opacity: 0;
}

.single-team:hover:before {
    opacity: 1;

}

.single-team:hover .team-text {
    opacity: 1;
    transform: translateY(0);
}


single-team:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, transparent);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;

}

.single-team img {
    width: 30vw;
    height: 85vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}


.single-team .team-text {
    position: relative;
    z-index: 40;
    color: black;
    opacity: 0;
    transform: translateY(60px);
    transition: 1s;

}

.team-text {
    margin: 0;
    text-align: center;
    font-weight: bold;

}


.team-text > * {
    width: 80%;
    padding: 0 5%;
    text-align: center;
}


.image_slide_interview h2 {
    width: 60%;
    color: black;
    text-align: center;
    padding: 15px 30px;
    transform: translateY(50%);

}


.item {
    width: 35vw;
    height: 70vh;
    background-color: white;
    position: relative;
    display: inline-block;
    /*margin: 1% 1% 1% 1%;*/
    overflow: hidden;
    /*box-shadow: 2px 2px 2px #444444;*/

}

.item .overlay {
    color: #000;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 30% 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
}

.clean .overlay:hover {
    opacity: 0.83;
}


.let-frame {

    margin-top: 75px;
}

iframe {
    width: 87%;
    height: 70vh;
}

.twitter-container {
    /*display: contents*/
}

/*----------------------------------- interview and speeches articles slide in css--------------------------------------------------------------------*/

.article_interview {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article_interview_imazh {
    width: 100%;
    height: 60vh;
    transition: 2s;
    overflow: hidden;
    margin-top: -30%;
    opacity: 0.3;
    display: flex;
    justify-content: center;
    animation: animate-vid-im-down 2s ease forwards;
    animation-play-state: running;
    position: relative;
}

.article_interview_imazh > iframe {
    width: 80vw;
    height: 60vh;
}

.article_interview > div > img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    object-position: top;
    position: absolute;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2vw;
    text-decoration: none;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 8px 10px;
    border-radius: 10px;
    visibility: hidden;
}

.prev {
    left: 5% !important;
}

.next {
    right: 5% !important;
}

.article_interview:hover {
    animation-play-state: running;
}

.article_interview:hover .prev {
    animation-play-state: running;
}

.article_interview:hover .next {
    animation-play-state: running;
}

.image-animator {
    animation: image-opacity-animation 1s ease forwards;
}

.article_interview_imazh:hover .next {
    animation-play-state: running;
    visibility: visible;
}

.article_interview_imazh:hover .prev {
    animation-play-state: running;
    visibility: visible;
}

@keyframes image-opacity-animation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@keyframes animate-vid-im-down {
    from {
        margin-top: -30%
    }
    to {
        margin-top: 0;
        opacity: 1
    }
}


.page_content {
    width: 100%;
    padding: 2% 10% 20px;
}

.page_content > h1, .page_content > h2, .page_content > h3, .page_content > h4, .page_content > h5, .page_content > h6 {
    width: 100%;
    text-align: left;
}

.page_content > p {
    width: 100%;
    font-size: 24px;
}

/*????????????????????? CIRCLE STYLE ???????????????????????????????????*/

a {
    cursor: none;
}

main {
    cursor: none;
}

#pointer {
    display: block;
    min-width: 30px;
    min-height: 40px;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    pointer-events: none;
    mix-blend-mode: difference;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transform: translateX(-50%) translateY(-50%);
}


.pointer--circle {
    width: 50px;
    height: 50px;
    display: block;
    background-color: #f1f1f1;
    border-radius: 50%;
}


/* -----------------------------------------------------------------------------portrait.html css------------------------------------------------------ */
.portrait {
    width: 100%;
    position: fixed;
    right: 90%;
    opacity: 1;
    animation: load_right 2s forwards;
    -webkit-animation: load_right 2s forwards;
}


@keyframes load_right {
    from {
        opacity: 1;
        right: 90%
    }
    to {
        opacity: 1;
        right: 0;
    }

}

@-webkit-keyframes load_right {
    from {
        opacity: 1;
        right: 90%
    }
    to {
        opacity: 1;
        right: 0;
    }

}


.portrait > div > p {
    font-size: 2vw;
    font-family: IdealSans-Semibold;
    font-weight: 700;
    position: absolute;
    left: 116px;
    bottom: 35%;
    width: 50%;
}

.portrait > div > img {
    width: 100%;
    height: auto;
}


.twitter-container {
    /*position: absolute;*/
    /*top: 79%;*/
    /*left: 7%;*/
}

.twitter-container > p {
    width: 55px;
    height: 55px;
    z-index: 9999;
    overflow: hidden;
    position: absolute;
}

.twitter-container > p > a {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.twitter_icon {
    width: 55px;
    height: 55px;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 85%;*/
}


/*-------RESPONSIVE PORTRAIT----------*/
@media screen and (max-width: 850px) {
    .twitter_icon {
        width: 35px;
        height: 35px;
    }

    .portrait {
        top: 50%;
        transform: translateY(-50%);
    }

    .portrait > div > p {
        font-size: 14px;
        width: 40%;
        text-align: center;
    }
}


@media screen and (max-width: 580px) {
    .portrait > div > p {
        margin-top: 150px;
    }

    .portrait > div > p {
        width: 95%;
        left: 2% !important;
        margin-bottom: 20%;
    }

}


@media screen and (max-width: 410px ) {
    .portrait {
        transform: translateY(-25%);
    }
}

@media screen and (max-height: 600px ) {
    .portrait {
        transform: unset;
    }
}


/*---------END RESPONSIVE PORTRAIT------*/


/* ------------------------------------------------------------------------------------------------fullwidth.html animation css----------------------------------------------------------------------------*/

/*href="{{ get_site_url }}/en/portrait/"*/
/*href="{{ get_site_url }}/en/portrait/"*/

.full-width-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    pointer-events: none;
}


.linda-word-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100vw;
    z-index: 999999;
}

.image-word {
    width: 55px;
    margin: 0 4px;
    opacity: 0;
}

@media screen and (max-width: 640px) {
    .l-word {
        height: 75px !important;
    }

    .i-word {
        width: 10px;
    }

    .image-word {
        width: 40px;
    }

    .a-word {
        transform: translateY(-28%) !important;
    }

    .pika-word {
        width: 25px !important;
    }
}

.l-word {
    height: 104px;
    filter: invert(1);
    margin-left: 18px;
}


.i-word {
    width: 15px;
    filter: invert(1);
}

.a-word {
    transform: translateY(-50%);
    height: 70px;
}

.full-width {
    width: 100vw;
    height: 100vh;
}


.centered-div {
    height: 100vh;
    overflow: hidden;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#centered-div {
    width: 100vw;
    opacity: 0;
}


.n-word {
    filter: invert(1);
}


.pika-word {
    width: 30px;
}


.container-left {
    width: 50vw;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
}

.link-tag {
    width: 50vw;
    height: 100vh;
    position: relative;
}

.container-right {
    width: 50vw;
    height: 100vh;
    z-index: 2;
    overflow: hidden;
}

.line-through {
    height: 0;
    overflow: hidden;
    width: 1px;
    background: black;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.r-lab {
    position: absolute;
    z-index: 9;
    bottom: 6vh;
    left: 50%;
    transform: translateX(-50%);
    width: 8vw;
    opacity: 0;
    animation: animate-r-lab 1.6s ease-in-out;
    animation-delay: 1500ms;
}


@keyframes animate-r-lab {
    from {
        opacity: 0;
        width: 8vw;
    }

    to {
        opacity: 1;
        width: 10vw;
    }
}


/*.article_interview_imazh > img{*/
/*    object-fit: cover !important;*/
/*    object-position: center !important;*/
/*}*/


.container-right > div {
    width: 50vw;
    height: 100vh;
    position: relative;
}


.fullwidth-image > img {
    width: 100%;
    height: 100%;
    margin-top: -190px;
    object-fit: cover;
    object-position: center;
    animation: fullwidth-image-animation 600ms forwards;
    animation-delay: 3600ms;
    transform: scale(1.2);
}


@keyframes fullwidth-image-animation {
    from {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

#white-bg-left {
    background: white;
    width: 50%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

#white-bg-right {
    background: white;
    width: 50%;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.image-shadow {
    width: 50vw;
    height: 110vh;
    background: rgba(34, 33, 51, .5);
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
    transition-timing-function: ease;
}

.container-left:hover > div > .image-shadow {
    opacity: 0.3;
}

.container-left:hover > div > .title-fullwidth-container > .bottom-underline {
    width: 45%;
}

.container-right:hover > div > .image-shadow {
    opacity: 0.3;
}

.container-right:hover > div > .title-fullwidth-container > .bottom-underline {
    width: 30%;
}


.title-fullwidth-container {
    width: 100%;
    z-index: 1000;
    position: absolute;
    left: 0;
    bottom: 20vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title-fullwidth-container > h1 {
    font-size: 4vw;
    letter-spacing: .1rem;
    font-family: ChronicleDisplay, serif;
    font-weight: bold;
}

.bottom-underline {
    content: "";
    width: 50%;
    height: 2px;
    transition: 1s;
    transition-timing-function: ease;
}

.white-underline {
    background: white;
}

.black-underline {
    background: black;
    width: 20%;

}

.image-shadow:hover > .bottom-underline {
    width: 100%;
}


.animate-when-leave-left {
    animation: animation-on-leave-left 2s forwards;
}


@keyframes animation-on-leave-left {
    from {
        margin-right: 0;
    }

    to {
        margin-right: 50vw;
    }
}


.animate-when-leave-right {
    animation: animation-on-leave-right 2s forwards;
}


@keyframes animation-on-leave-right {
    from {
        margin-left: 0;
    }

    to {
        margin-left: 50vw;
    }
}


@media screen and (max-width: 870px) {

    .fullwidth-image > img {
        height: 845px;
        margin-top: 0;
        object-fit: fill;
    }

}

/* -----------------------------------------------------------------------------------------css for divs on the left and on the right of pages--------------------------------------------------------------*/
.line_left {
    width: 100vw;
    height: 50px;
    background: black;
    color: white;
    border-style: solid;
    border-color: white;
    z-index: 3;
    position: fixed;
    right: 938px;
    top: 146px;
    text-transform: uppercase;
    transform: rotate(-90deg);
}

.line_left_v2 {
    width: 200vh;
    height: 50px;
    background: black;
    color: white;
    border-style: solid;
    border-color: white;
    z-index: 3;
    position: fixed;
    left: -100vh;
    top: 146px;
    text-transform: uppercase;
    transform: rotate(-90deg) translateY(44%);
}


.line_left_v2 > a {
    position: absolute;
    top: 17%;
    left: 27%;
    color: white;
    font-size: 20px;
    font-weight: normal;
    font-family: 'ChronicleDisplay-Bold';
    letter-spacing: 2px;
    text-decoration: none;
}


.line_left_v2 > a::after {
    content: '';
    display: block;
    width: 100% !important;
    height: 2px !important;
    background: white;
    transition-duration: 500ms;
    margin: auto;
}


.line_right_v2 > a::after {
    content: '';
    display: block;
    width: 100% !important;
    height: 2px !important;
    background: black;
    transition-duration: 500ms;
    margin: auto;
}

.line_right_v2:hover > a::after {
    width: 140% !important;
    transform: translateX(-20%);
}

.line_left_v2:hover > a::after {
    width: 60% !important;
}


.line_right_v2 {
    width: 200vh;
    height: 50px;
    color: black;
    border-style: solid;
    border-color: black;
    background: white;
    position: fixed;
    top: 125px;
    text-transform: uppercase;
    right: -100vh;
    z-index: 1;
    transform: rotate(-90deg) translateY(-44%);
}

.line_right_v2 > a {
    position: absolute;
    top: 12%;
    left: 27%;
    color: black !important;
    font-size: 24px;
    font-weight: 700;
    font-family: IdealSans-Semibold;
    letter-spacing: 2px;
    text-decoration: none;
    margin-top: -3px;
}

.line_right_v2 > a:hover {
    color: black;
}


.line_left_v2 > a:hover {
    color: white;
}


.line_left > a {
    position: absolute;
    top: 17%;
    left: 27%;
    color: white;
    font-size: 20px;
    font-weight: normal;
    font-family: 'ChronicleDisplay-Bold';
    letter-spacing: 2px;
    text-decoration: none;
    border-bottom: 2px solid white;
}

.line_left > a:hover {
    color: white;
    border-bottom: 2px solid white;
}

.hide-menu {
    display: none;
}

.line_right {
    width: 100vw;
    height: 71px;
    color: black;
    border-style: solid;
    border-color: black;
    background: white;
    z-index: 120;
    position: fixed;
    border-color: black;
    left: 943px;
    top: 132px;
    text-transform: uppercase;
    transform: rotate(-90deg);

}

.line_right > a {
    position: absolute;
    top: 12%;
    left: 28%;
    color: black;
    font-size: 24px;
    font-weight: 700;
    font-family: IdealSans-Semibold;
    letter-spacing: 2px;
    text-decoration: none;
    border-bottom: 2px solid black;
}

.line_right > a:hover {
    color: black;
    border-bottom: 2px solid black;
}

.white-logo {
    position: fixed;
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
    width: 88px !important;
    z-index: 9999999;
    /*filter: invert(1);*/
}


.black-logo {
    position: fixed;
    top: 46px;
    left: 50%;
    width: 88px;
    z-index: 9999999;
    visibility: hidden;
    transform: translateX(-50%);
}

/*------------------------------------------------------------------css for button on interview and speeches articles-----------------------------------------------------------------*/
.button_ {
    color: black;
    border-bottom: 1px solid black;
    margin-right: 5%;
}

.button_:hover {
    border-bottom: 1px solid black;
    color: black;
}

/*====================================================== responsive for speeches articles++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media screen and (max-width: 870px) {
    .menu {
        margin-top: -10%;
        background: white;
    }

    svg {
        height: 100%;
    }
}

/*====================================================== RESPONSIVE ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media screen and (max-width: 1050px) {
    .pointer--circle {
        display: none;
    }
}

@media screen and (min-height: 1160px) {
    svg {
        top: 3%;
    }
}

@media screen and (max-width: 1530px) {
    nav ul li:nth-child(1) {
        margin-left: 14%;
    }

    .button {
        width: 45px;
    }

}

@media screen and (max-width: 1260px) {
    nav ul li:nth-child(1) {
        margin-left: 15%;
    }
}

@media screen and (max-width: 1200px) {
    nav ul li:nth-child(1) {
        margin-left: 18.5%;
    }

    nav ul li:nth-child(2) {
        margin-right: 8%;
    }

}

@media screen and (max-width: 1000px) {

    .portrait > div > p {
        left: 60px;
    }

    .line_left_v2, .line_right_v2 {
        display: none;
    }


    .sq, .en {
        top: 52px;
        font-size: 15px;
    }

    nav ul li:nth-child(1) {
        margin-left: 16.5%;
    }

    nav ul li a {
        font-size: 14px;
    }

    .sq, .en {
        font-size: 16px;
        margin: 0 2px;
        top: 52px;
    }

    .en {
        margin-left: 12px;
    }

    svg {
        width: 7%;
    }

    #check:checked ~ nav {
        width: 93%;
    }

    .button {
        left: 7%;
        width: 40px;
    }

    #check:checked ~ .button span:nth-child(1) {
        transform: rotate(45deg) translateY(6px) translateX(6px);
    }

    .item {
        width: 50vw;
    }

    .single-team {
        margin: 0 4vw;
    }


    .single-team img {
        width: 100vw;
    }

    .white-logo, .black-logo {
        width: 7%;
        top: 52px;
    }

}

@media screen and (max-width: 840px) {


    .sq, .en {
        font-size: 1.7vw;
    }

    nav ul li a {
        font-size: 1.8vw;
    }


    nav ul li:nth-child(1) {
        margin-left: 22%;
    }

    svg {
        top: 42%;
    }
}

@media screen and (max-height: 700px) {
    svg {
        top: 6.5%;
        height: 5%;
    }

    .item {
        width: 75vw;
    }
}

@media screen and (max-width: 1320px) {

    .item-container-horizontal-scroller {
        margin-top: 15vh;
    }

}

@media screen and (max-height: 900px) {
    svg {
        height: 40.2%;
    }
}

@media screen and (max-width: 870px ) {

    .button {
        left: 100%;
        transform: translateX(-125%);
    }

    .let-frame {
        margin-botom: 100%;
    }

    #check:checked ~ .button > span:nth-child(n) {
        background: black;
    }

    svg {
        width: 58px;
    }

    .menu {
        justify-content: flex-start;
        /*margin: 0;*/
        /*padding: 0;*/
        background: white;

    }

    #check:checked ~ nav {
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: white;
        margin: 0;
    }

    .header_white {
        margin: 0;
        padding: 0;
    }

    .sq, .en {
        color: black !important;
        font-size: 12px;
        z-index: 99;
        top: 48px;
        pointer-events: unset;
        visibility: visible;
    }

    .en {
        margin-left: 18px;
    }

    nav ul {
        display: block;
        margin-right: -100%;
        margin-top: 130px;
        transform: translateX(-50%);
    }

    nav ul li:nth-child(n) {
        margin: 10px;
        text-align: right;
        height: 40px
    }

    nav ul li a {
        color: black !important;
        font-size: 24px;
    }

    nav ul li:nth-child(2) {
        margin-bottom: 80px;
    }

    #check:checked ~ .professional-item-menu {
        z-index: 9999999999;
        color: white;
        background: black;
        width: 100vw;
        position: absolute;
        top: 86px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 5%;
        font-size: 30px;
    }

    #check:checked ~ .public-item-menu {
        z-index: 9999999999;
        color: white;
        background: black;
        width: 100vw;
        position: absolute;
        top: 240px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 5%;
        font-size: 30px;
    }

    nav .selected a {
        border-bottom: 2px solid black;
    }

    #check:checked ~ nav svg {
        display: none;
    }

    .white-logo {
        width: 58px;
        top: 42px;
    }

}

@media screen and (max-width: 620px) {
    .section_portrait {
        left: 45px;
    }
}

/*??????????? INTERVIEW AND SPEECH RESPONSIVE ??????????????????????????????????????*/

@media screen and (max-width: 871px) {
    .article_interview {
        margin-top: 10%;
    }
}

@media screen and (max-width: 840px) {
    .page_content > p {
        margin: 12px 4% 0;
        font-size: 20px;
    }

    .let-frame {
        margin-botom: 100%;
    }

}

@media screen and (max-width: 770px) {
    .title-fullwidth-container-left {
        transform: rotateZ(-90deg) translateY(-100%);
        left: 50%;
    }

    .title-fullwidth-container-right {
        transform: rotateZ(90deg) translateY(-100%);
        left: -50%;
    }

    .title-fullwidth-container > h1 {
        font-size: 28px;
    }

    .let-frame {
        margin-botom: 100%;
    }
}
