@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Work+Sans:wght@300&display=swap');

a, p, span, div {
    font-family: 'Work Sans', sans-serif !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif !important;
}

body {
    margin: 0;
}

#app {
    width: 100%;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fade-in {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
}

.fade-out {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
}

a,
a:visited,
a:link {
    text-decoration: none;
    text-decoration-color: none;
}

@font-face {
    font-family: "worksans-extralight";
    src: url("/fonts/WorkSans-ExtraLight.otf");
  }

.header {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.section {
    display: flex;
    margin: 50px 10% 0 10%;
    flex-flow: row wrap;
    justify-content: center;
}

.block {
    padding: 5%;
    display: flex;
    flex-direction: column;
    margin-top: 3%;
    margin-bottom: 4%;
    width: calc(41% - 10px);
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

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

.block > div {
    text-align: center;
}

.block > div > a {
    align-self: center;
}

.header > .block {
    z-index: 10;
    max-height: 590px;
    width: 100%;
}

.header > .block > div > h1 {
    color: white;
    font-size: 60px;
    font-family: questrial,sans-serif;
}

.header > .block > div > p {
    color: white;
    font-size: 28px;
    font-family: worksans-extralight, work sans, sans-serif;
    margin-bottom: 2rem;
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
}

.section > div {
    min-width: unset;
}

.section > .visual {
    overflow: hidden;
    text-align:center;
}

.i-big {
    font-size: 50px;
    color: #FF8932;
}

.cell {
    width: 50%;
    font-family: worksans-extralight,work sans,sans-serif;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    background-position-y: -32px;
}


.img-container {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-container > video {
    width: 85%;
}

.img-element {
    height: 80%;
    width: 100%;
    background-position-y: -35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.section > .info {
    font-size: 22px;
    line-height: 1.875em;
}

.odd > .info {
    background-color: #F7F7F7;
    color: #0E1F58;
}

.even > .info {
    background-color: white;
    color: #333A3E;
}

.content > h1 {
    font-size: 38px;
    font-weight: 100;
    margin-top: 10px;
    font-family: questrial, sans-serif;
}

.resp-title{
    width: 100%;
    margin-top: 10px;
    display: none;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

.resp-title > h1{
    font-size: 40px;
    font-weight: 100;
    font-family: questrial, sans-serif;
    text-align: center;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.content > p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #6E7D87;
}

.odd > .info > .content > h1 {
    color: #FF8932;
}

.even > .info > .content > .buttonArea > .watch,
.even > .info > .content > .buttonArea > .open {
    border: 1px solid white;
    padding: 0 20px;
    margin-right: 30px;
    color: white;
    font-weight: 600;
}

.even > .info > .content > .buttonArea > .open:hover,
.even > .info > .content > .buttonArea > .watch:hover {
    transition-delay: 0s;
    background: white;
    color: #FF8932;
}

.btn_ani {
    transition-property: background;
    transition-duration: 0.2s;
    transition-delay: 0s;
}

.button {
    padding: 10px 35px;
    font-family: worksans-extralight, work sans, sans-serif;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 10px;
}

.button:hover {
    cursor: pointer;
}

.button > i{
    font-size: 12px;
    margin-right: 10px;
}

.btn-link {
    color: #bb4b02 !important;
    font-weight: 400;
    font-size: 17px;
    position: relative;
    text-decoration: none;
}

.btn-link:link {
    text-decoration: none;
}

.btn-link:hover {
    opacity: 0.8;
}

.btn-inverted {
    color: white !important;
    background: #bb4b02;
}

.btn-basic {
    color: #bb4b02 !important;
    background: white;
    border: 1px solid #D3D8DB;
}

.button:hover {
    transition-delay: 0s;
    opacity: 0.6;
}

.odd > .info > .content > .buttonArea > .open,
.odd > .info > .content > .buttonArea > .watch {
    color: #FF8932;
    border: 1px solid #FF8932;
    padding: 0 20px;
    margin-right: 30px;
    font-weight: 600;
}

.odd > .info > .content > .buttonArea > .open:hover,
.odd > .info > .content > .buttonArea > .watch:hover {
    transition-delay: 0s;
    background: #FF8932;
    color: white;
}

.buttonArea {
    font-size: 14px;
    flex-flow: row wrap;
}

.stdent {
    text-align: center;
    background-color: #FF8932;
    color: white;
    padding: 50px;
}

.stdent > h1 {
    font-weight: 100;
    margin: 0 50px 30px;
    font: normal normal normal 40px/1.35em questrial, sans-serif;
}

.stdent > span {
    font: normal normal normal 15px/1.875em sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
}

.stdent > .buttons {
    margin-top: 40px;
}

.stdent > .buttons > a {
    border: 1px solid white;
    padding: 10px;
    color: white
}

.buttons > a:hover {
    background-color: white;
    color: #FF8932;
}

.centerContainer {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    background-color: white;
}

.sectionsContainer {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    background-color: white;
}

@media (max-width: 650px) {
    .slide-content > h1 {
        font-size: 32px;
    }
    .resp-title > h1 {
        font-size: 32px;
        font-weight: 400;
    }
    .header > .block > div > p,
    .header > .block > div > a {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 16px;
    }
    .header > .block > div > h1 {
        text-align: center;
        margin-top: 10%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 40px;
    }

    .header > .block {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .block > div {
        text-align: center;
    }
    .content > h1 {
        text-align: center;
        font-size: 35px;
    }
    .btn-link {
        display: block;
    }
    .header {
        height: 600px;
    }

    .content {
        align-items: center;
    }
    .buttonArea {
        text-align: center;
    }

    .block {
        background-color: transparent;
    }

    .sectionsContainer {
        max-width: unset;
        width: 100%;
        margin: 10px 0;
        overflow: hidden;
        background-color: white;
    }

}

@media only screen and (max-width: 285px) {
    .block > div {
        margin-top: 15% !important;
    }
}

@media only screen and (max-width: 396px) {
    .block > div {
        margin-top: 15% !important;
    }
    #studio_section > .cell > .content > .buttonArea > a {
        padding: 0 33px !important;
    }
}
@media only screen and (max-width: 375px) {
    #studio_section > .cell > .content > .buttonArea > a {
        padding: 0 30px !important;
    }
}

@media only screen and (max-width: 360px) {
    #studio_section > .cell > .content > .buttonArea > a {
        padding: 0 27px !important;
    }
}
@media only screen and (max-width: 320px) {
    #studio_section > .cell > .content > .buttonArea > a {
        padding: 0 19px !important;
    }
}

@media only screen and (max-width: 280px) {
    #studio_section > .cell > .content > .buttonArea > a {
        padding: 0 10px !important;
    }
}



@media only screen and (max-width: 1255px){
    .block {
        flex-direction: column;
        justify-content: center;
    }
    .img-element {
        margin-top: 30px;
    }
    .block > div {
        margin-top: 5%;
    }
}

@media only screen and (max-width: 999px){
    .img-element {
        height: 250px;
    }
    .block > div {
        margin-top: 10%;
    }
    .centerContainer {
        margin-top: 5%;
    }
}

@media only screen and (max-width: 411px){
    .img-element {
        height: 190px;
    }
}

.btn_ani {
    margin-top: 10px;
}

@media only screen and (min-width: 800px){
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

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

    .navbar-brand {
        width: 100%;
    }

    .navbar-collapse {
        justify-content: center;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-expand-sm .navbar-toggler {
        display: unset;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center !important;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column !important;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .ml-auto, .mx-auto {
        margin-left: unset !important;
    }

    .navbar > .container, .navbar > .container-fluid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .container {
        max-width: 100%;
    }
}

.btn_ani {
    margin-top: 10px;
}

@media only screen and (max-width: 1177px){
    .content {
        padding: 0 10%;
    }
    .section > div {
        min-width: unset;
    }
    .img-container > video {
        width: 80%;
    }
    #cft_section {
        margin: 50px 0 0 0;
        flex-wrap: wrap-reverse;
    }
    .img-container {
        width: 100%;
        justify-content: center;
    }
    .cell {
        width: 100%;
    }
    .content > h1 {
        display: none;
    }

    .resp-title{
        display: block;
    }
    .content > .buttonArea {
        text-align: center;
    }
    .content > .buttonArea > a {
        display: block;
    }
    .content > .buttonArea {
        text-align: center;
        align-self: center;
    }
    #studio_section > .cell > .content > .buttonArea {
        display: flex;
    }
    .buttonArea > .button {
        padding: 0px 35px;
    }
}
