@font-face {
    font-family: 'SF Pro Display';
    src: url('../../fonts/interloka/SFProDisplay-Light.woff2') format('woff2'),
        url('../../fonts/interloka/SFProDisplay-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../../fonts/interloka/SFProDisplay-Regular.woff2') format('woff2'),
        url('../../fonts/interloka/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../../fonts/interloka/SFProDisplay-RegularItalic.woff2') format('woff2'),
        url('../../fonts/interloka/SFProDisplay-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../../fonts/interloka/SFProDisplay-Medium.woff2') format('woff2'),
        url('../../fonts/interloka/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../../fonts/interloka/SFProDisplay-Semibold.woff2') format('woff2'),
        url('../../fonts/interloka/SFProDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../../fonts/interloka/SFProDisplay-Bold.woff2') format('woff2'),
        url('../../fonts/interloka/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../../fonts/interloka/SFProDisplay-Heavy.woff2') format('woff2'),
        url('../../fonts/interloka/SFProDisplay-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../../fonts/interloka/SFProDisplay-HeavyItalic.woff2') format('woff2'),
        url('../../fonts/interloka/SFProDisplay-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

#page-workInterloka .page-content {
    padding-top: 0;
    background-color: #000;
}

#page-workInterloka .footer {
    padding-top: 0;
}

#page-workInterloka {
    font-family: "SF Pro Display";
}

#page-workInterloka .header__content {
    background: none;
}

#page-workInterloka .headroom--not-top .header__content {
    background-color: #fff;
}

#page-workInterloka h1,
#page-workInterloka h2,
#page-workInterloka h3,
#page-workInterloka h4,
#page-workInterloka h5,
#page-workInterloka h6 {
    font-family: "SF Pro Display";
    font-weight: 600;
    color: #e31e27;
}

#page-workInterloka .scrollmagicfadeUp > .effect {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    -o-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
}

#page-workInterloka .scrollmagicfadeUp > .effect-left {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    -o-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
}

#page-workInterloka .scrollmagicfadeUp > .effect-right {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    -o-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
}

#page-workInterloka .scrollmagicfadeUp.scroll-css > .effect {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#page-workInterloka .scrollmagicfadeUp.scroll-css > .effect-left,
#page-workInterloka .scrollmagicfadeUp.scroll-css > .effect-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

#page-workInterloka .scrollmagicfadeUp.scroll-css[data-delay=".1s"] > .effect,
#page-workInterloka .scrollmagicfadeUp.scroll-css[data-delay=".1s"] > .effect-left,
#page-workInterloka .scrollmagicfadeUp.scroll-css[data-delay=".1s"] > .effect-right {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

#page-workInterloka .scrollmagicfadeUp.scroll-css[data-delay=".2s"] > .effect,
#page-workInterloka .scrollmagicfadeUp.scroll-css[data-delay=".2s"] > .effect-left,
#page-workInterloka .scrollmagicfadeUp.scroll-css[data-delay=".2s"] > .effect-right {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

#page-workInterloka .scrollmagicfadeUp.scroll-css[data-delay=".3s"] > .effect,
#page-workInterloka .scrollmagicfadeUp.scroll-css[data-delay=".3s"] > .effect-left,
#page-workInterloka .scrollmagicfadeUp.scroll-css[data-delay=".3s"] > .effect-right {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

#page-workInterloka .scrollmagicfadeUp.scroll-css[data-delay=".4s"] > .effect,
#page-workInterloka .scrollmagicfadeUp.scroll-css[data-delay=".4s"] > .effect-left,
#page-workInterloka .scrollmagicfadeUp.scroll-css[data-delay=".4s"] > .effect-right {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

#page-workInterloka .scrollmagicfadeUp.scroll-css[data-delay=".5s"] > .effect,
#page-workInterloka .scrollmagicfadeUp.scroll-css[data-delay=".5s"] > .effect-left,
#page-workInterloka .scrollmagicfadeUp.scroll-css[data-delay=".5s"] > .effect-right {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

#page-workInterloka .inter-header {
    padding-top: 100px;
    margin-bottom: 70px;
}

#page-workInterloka .inter-header .inter-header__bigtitle {
    display: none;
}

#page-workInterloka .inter-header .pc {
    width: 100%;
}

#page-workInterloka .inter-header .pc .f-title {
    font-size: 266px;
    font-weight: 900;
    letter-spacing: -7.82px;
    text-transform: uppercase;
    line-height: .9;
}

#page-workInterloka .inter-header .pc .f-subitlte {
    font-size: 52px;
    font-weight: 200;
    letter-spacing: -2px;
    line-height: 1.15px;
}

#page-workInterloka .inter-header .mobile {
    display: none;
}

@media (max-width: 767px) {
    #page-workInterloka .inter-header .pc {
        display: none;
    }
    #page-workInterloka .inter-header .mobile {
        display: block;
    }
    #page-workInterloka .inter-header .mobile .f-title {
        font-size: 68px;
        font-weight: 900;
        letter-spacing: -3.09px;
    }
    #page-workInterloka .inter-header .mobile .f-subtitle {
        font-size: 16px;
        font-weight: 200;
        letter-spacing: -0.5px;
    }
}

@media (min-width: 768px) {
    #page-workInterloka .inter-header {
        padding-top: 130px;
        margin-bottom: 70px;
    }
}

@media (min-width: 1200px) {
    #page-workInterloka .inter-header {
        padding-top: 150px;
        margin-bottom: 100px;
    }
}

@media (min-width: 1441px) {
    #page-workInterloka .inter-header {
        padding-top: 230px;
    }
}

#page-workInterloka .inter-section-1 {
    padding: 0 5%;
    padding-bottom: 80px;
}

#page-workInterloka .inter-section-1 .f-titlebox {
    position: relative;
    margin-top: 75px;
    margin-left: 80px;
}

#page-workInterloka .inter-section-1 .f-titlebox__circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border: 1px solid red;
    border-radius: 50%;
    width: 172px;
    overflow: hidden;
    -webkit-transform: translate(-47%, -49%);
    -ms-transform: translate(-47%, -49%);
    transform: translate(-47%, -49%);
}

#page-workInterloka .inter-section-1 .f-titlebox__circle:before {
    content: '';
    display: block;
    padding-top: 100%;
}

#page-workInterloka .inter-section-1 .f-titlebox__text {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: -0.5px;
    line-height: 1.15;
    text-transform: uppercase;
    width: 555px;
    color: #e31e27;
    margin-bottom: 0;
}

#page-workInterloka .inter-section-1 .f-img {
    text-align: right;
    padding-top: 50px;
}

@media (max-width: 767px) {
    #page-workInterloka .inter-section-1 .f-titlebox__circle {
        -webkit-transform: translate(-74%, -49%);
        -ms-transform: translate(-74%, -49%);
        transform: translate(-74%, -49%);
    }
    #page-workInterloka .inter-section-1 .f-img {
        text-align: center;
    }
    #page-workInterloka .inter-section-1 .f-img img {
        max-width: 157px;
    }
}

@media (min-width: 768px) {
    #page-workInterloka .inter-section-1 {
        padding-bottom: 120px;
    }
    #page-workInterloka .inter-section-1 .f-titlebox {
        margin-left: 0;
    }
    #page-workInterloka .inter-section-1 .f-titlebox__text {
        font-size: 25px;
        letter-spacing: -2px;
    }
    #page-workInterloka .inter-section-1 .f-titlebox__circle {
        width: 230px;
    }
}

@media (min-width: 992px) {
    #page-workInterloka .inter-section-1 {
        padding-bottom: 150px;
    }
    #page-workInterloka .inter-section-1 .f-titlebox {
        margin-top: 190px;
        margin-left: 60px;
    }
    #page-workInterloka .inter-section-1 .f-titlebox__circle {
        width: 280px;
    }
    #page-workInterloka .inter-section-1 .f-titlebox__text {
        font-size: 35px;
    }
    #page-workInterloka .inter-section-1 .f-img img {
        max-width: 301px;
    }
}

@media (min-width: 1200px) {
    #page-workInterloka .inter-section-1 .f-titlebox__circle {
        width: 340px;
    }
    #page-workInterloka .inter-section-1 .f-titlebox__text {
        font-size: 42px;
    }
}

@media (min-width: 1441px) {
    #page-workInterloka .inter-section-1 .f-titlebox__circle {
        width: 408px;
    }
    #page-workInterloka .inter-section-1 .f-titlebox__text {
        font-size: 52px;
    }
}

#page-workInterloka .inter-section-2 {
    padding-bottom: 80px;
}

#page-workInterloka .inter-section-2 .f-img {
    position: relative;
    z-index: 1;
    max-width: 970px;
}

#page-workInterloka .inter-section-2 .f-img img {
    width: 100%;
}

#page-workInterloka .inter-section-2 .f-img__circle {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 42%;
    -webkit-transform: translate(48%, -26%);
    -ms-transform: translate(48%, -26%);
    transform: translate(48%, -26%);
}

#page-workInterloka .inter-section-2 .f-img__circle span {
    display: block;
    background-color: #e31e27;
    overflow: hidden;
    border-radius: 50%;
    -webkit-animation: interScale 5s infinite linear;
    animation: interScale 5s infinite linear;
}

#page-workInterloka .inter-section-2 .f-img__circle span:before {
    content: '';
    display: block;
    padding-top: 100%;
}

@media (max-width: 767px) {
    #page-workInterloka .inter-section-2 .f-img {
        padding-right: 30px;
        margin-left: -30px;
    }
    #page-workInterloka .inter-section-2 .f-img__circle {
        -webkit-transform: translate(20%, -26%);
        -ms-transform: translate(20%, -26%);
        transform: translate(20%, -26%);
    }
}

@media (min-width: 768px) {
    #page-workInterloka .inter-section-2 {
        padding: 0 30px;
        padding-bottom: 140px;
    }
}

@media (min-width: 992px) {
    #page-workInterloka .inter-section-2 {
        padding: 0 75px;
        padding-bottom: 200px;
    }
}

@media (min-width: 1200px) {
    #page-workInterloka .inter-section-2 {
        padding: 0 75px;
        padding-bottom: 270px;
    }
}

#page-workInterloka .inter-section-3 {
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}

#page-workInterloka .inter-section-3 .svg-wrap {
    position: absolute;
    z-index: -1;
    top: 5%;
    left: 0;
    width: 64%;
    -webkit-transform: translateX(-22%);
    -ms-transform: translateX(-22%);
    transform: translateX(-22%);
}

#page-workInterloka .inter-section-3 .svg-wrap svg {
    width: 100%;
    -webkit-animation: InterRotate 6s infinite linear;
    animation: InterRotate 6s infinite linear;
}

#page-workInterloka .inter-section-3 .img-wrap {
    max-width: 82%;
    margin-left: auto;
}

#page-workInterloka .inter-section-3 .img-wrap img {
    width: 100%;
}

@media (min-width: 992px) {
    #page-workInterloka .inter-section-3 {
        padding-bottom: 300px;
    }
}

#page-workInterloka .inter-section-4 img {
    width: 100%;
}

#page-workInterloka .inter-section-5 {
    padding: 80px 0;
}

#page-workInterloka .inter-section-5 .img-wrap {
    padding: 0 15px;
}

#page-workInterloka .inter-section-5 .img-wrap img {
    width: 100%;
}

@media (min-width: 992px) {
    #page-workInterloka .inter-section-5 {
        padding: 120px 0;
    }
    #page-workInterloka .inter-section-5 .img-wrap {
        padding: 0 30px;
    }
}

@media (min-width: 1200px) {
    #page-workInterloka .inter-section-5 {
        padding: 150px 0;
    }
}

@media (min-width: 1441px) {
    #page-workInterloka .inter-section-5 {
        padding: 210px 0;
    }
}

#page-workInterloka .inter-section-6 {
    position: relative;
    z-index: 2;
    background-color: #000;
}

#page-workInterloka .inter-section-6 svg {
    width: 100%;
}

#page-workInterloka .inter-section-6 .pc {
    display: none;
}

@media (min-width: 768px) {
    #page-workInterloka .inter-section-6 .mobile {
        display: none;
    }
    #page-workInterloka .inter-section-6 .pc {
        display: block;
    }
}

#page-workInterloka .inter-section-7 {
    position: relative;
    z-index: 1;
    background-color: #efefef;
    padding-bottom: 130px;
}

#page-workInterloka .inter-section-7 .container-custom {
    padding: 0 15px;
}

#page-workInterloka .inter-section-7 .i-titlebox-wrap {
    padding: 20px 15px 30px 15px;
    margin-left: -15px;
    margin-right: -15px;
}

#page-workInterloka .inter-section-7 .i-titlebox {
    position: relative;
    z-index: 1;
}

#page-workInterloka .inter-section-7 .i-titlebox-circle {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    -webkit-transform: translate(-37%, -30%);
    -ms-transform: translate(-37%, -30%);
    transform: translate(-37%, -30%);
}

#page-workInterloka .inter-section-7 .i-titlebox__title {
    font-weight: 200;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 1.15;
    text-transform: uppercase;
    margin: 0;
}

#page-workInterloka .inter-section-7 .f-img {
    margin-bottom: 20px;
}

#page-workInterloka .inter-section-7 .f-heading-wrap {
    max-width: 446px;
}

#page-workInterloka .inter-section-7 .f-heading {
    margin-bottom: 30px;
}

#page-workInterloka .inter-section-7 .f-heading__title {
    display: block;
    color: #e31e27;
    font-size: 12px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#page-workInterloka .inter-section-7 .f-heading__text {
    margin: 0;
    color: #4a4a4a;
}

#page-workInterloka .inter-section-7 h2.f-heading__text,
#page-workInterloka .inter-section-7 h3.f-heading__text {
    color: #000;
    line-height: 1.25;
}

#page-workInterloka .inter-section-7 h2.f-heading__text {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -1px;
}

#page-workInterloka .inter-section-7 h3.f-heading__text {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.48px;
}

#page-workInterloka .inter-section-7 .f-circle-big-wrap {
    position: absolute;
    left: 0;
    bottom: -200px;
    right: 0;
}

#page-workInterloka .inter-section-7 .f-circle-big {
    border: 1px solid #e31e27;
    border-radius: 50%;
    max-width: 800px;
}

#page-workInterloka .inter-section-7 .f-circle-big:before {
    content: '';
    display: block;
    padding-top: 100%;
}

@media (max-width: 767px) {
    #page-workInterloka .inter-section-7 .f-heading__text {
        font-size: 10px;
    }
    #page-workInterloka .inter-section-7 .f-circle-big {
        display: none;
    }
}

@media (min-width: 768px) {
    #page-workInterloka .inter-section-7 .i-titlebox-wrap {
        padding-top: 60px;
        margin-bottom: 60px;
    }
    #page-workInterloka .inter-section-7 .f-circle-big-wrap {
        bottom: -100px;
    }
    #page-workInterloka .inter-section-7 .i-titlebox__title {
        font-size: 25px;
    }
    #page-workInterloka .inter-section-7 .i-titlebox-circle {
        width: 150px;
        height: 150px;
        -webkit-transform: translate(-60%, -65%);
        -ms-transform: translate(-60%, -65%);
        transform: translate(-60%, -65%);
    }
}

@media (min-width: 992px) {
    #page-workInterloka .inter-section-7 {
        padding-bottom: 200px;
    }
    #page-workInterloka .inter-section-7 .container-custom {
        max-width: 85%;
        margin: 0 auto;
        padding: 0;
    }
    #page-workInterloka .inter-section-7 .i-titlebox-wrap {
        margin: 0;
        padding: 0;
        padding-top: 100px;
        margin-bottom: 100px;
    }
    #page-workInterloka .inter-section-7 .i-titlebox {
        position: relative;
        z-index: 1;
    }
    #page-workInterloka .inter-section-7 .i-titlebox__title {
        font-size: 30px;
        letter-spacing: -2px;
    }
    #page-workInterloka .inter-section-7 .i-titlebox-circle {
        width: 220px;
        height: 220px;
    }
    #page-workInterloka .inter-section-7 .f-heading {
        margin-bottom: 50px;
    }
    #page-workInterloka .inter-section-7 .f-heading__title {
        font-size: 18px;
    }
    #page-workInterloka .inter-section-7 .f-circle-big-wrap {
        bottom: -140px;
    }
}

@media (min-width: 1200px) {
    #page-workInterloka .inter-section-7 .i-titlebox-wrap {
        padding-top: 200px;
        margin-bottom: 200px;
    }
    #page-workInterloka .inter-section-7 .i-titlebox-circle {
        width: 340px;
        height: 340px;
    }
    #page-workInterloka .inter-section-7 .i-titlebox__title {
        font-size: 45px;
    }
    #page-workInterloka .inter-section-7 .f-circle-big-wrap {
        bottom: -200px;
    }
    #page-workInterloka .inter-section-7 h2.f-heading__text {
        font-size: 56px;
        letter-spacing: -0.8px;
    }
    #page-workInterloka .inter-section-7 h3.f-heading__text {
        font-size: 40px;
        letter-spacing: -0.4px;
    }
    #page-workInterloka .header.headroom--top .header__nav a,
    #page-workInterloka .header.headroom--top .header__nav .menu-list > li.menu-current > a, 
    #page-workInterloka .header.headroom--top .header__nav .menu-list > li > a:hover {
        color: #fff;
    }
    #page-workInterloka .header.headroom--top .header__iconmenu span {
        background-color: #fff;
    }
    #page-workInterloka .header.headroom--top .header__logo path {
        fill: #fff;
    }
    #page-workInterloka .header.headroom--top .header__meta a {
        color: #fff;
    }
}

@media (min-width: 1441px) {
    #page-workInterloka .inter-section-7 .i-titlebox-circle {
        width: 410px;
        height: 410px;
    }
    #page-workInterloka .inter-section-7 .i-titlebox__title {
        font-size: 52px;
    }
}

#page-workInterloka .inter-section-8 svg {
    width: 100%;
}

#page-workInterloka .inter-section-8 .pc .f-title {
    font-weight: 900;
}

#page-workInterloka .inter-section-8 .pc .f-subtitle,
#page-workInterloka .inter-section-8 .pc .f-link {
    font-size: 52px;
    font-weight: 200;
    letter-spacing: -0.038em;
}

#page-workInterloka .inter-section-8 .pc .f-link tspan {
    fill: #e31e27;
}

#page-workInterloka .inter-section-8 .mobile,
#page-workInterloka .inter-section-8 .f-link-mobile {
    display: none;
}

@media (max-width: 767px) {
    #page-workInterloka .inter-section-8 {
        position: relative;
        padding-bottom: 140px;
    }
    #page-workInterloka .inter-section-8 .pc {
        display: none;
    }
    #page-workInterloka .inter-section-8 .mobile {
        display: block;
    }
    #page-workInterloka .inter-section-8 .mobile .f-sutitle {
        font-size: 16px;
        font-weight: 200;
        letter-spacing: -0.5px;
    }
    #page-workInterloka .inter-section-8 .mobile .f-title {
        font-weight: 900;
        font-size: 86px;
        letter-spacing: -5px;
    }
    #page-workInterloka .inter-section-8 .f-link-mobile {
        display: inline-block;
        position: absolute;
        left: 15px;
        bottom: 32%;
        font-size: 16px;
        color: #e31e27;
        font-weight: 200;
        text-transform: uppercase;
        line-height: 1.1;
    }
    #page-workInterloka .inter-section-8 .f-link-mobile img {
        max-width: 15px;
    }
}

@-webkit-keyframes InterRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes InterRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes interScale {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.2);
    }
    100% {
        opacity: 0;
    }
}

@keyframes interScale {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.2);
    }
    100% {
        opacity: 0;
    }
}
