    @font-face {
        font-family: 'LEMON MILK Bold';
        src: url('../fonts/LEMONMILK-Bold.otf') format('otf'), url('../fonts/LEMONMILK-Bold.ttf') format('ttf'), url('../fonts/LEMONMILK-Bold.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Hemi Head Rg';
        src: url('../fonts/hemi-head-bd-it.otf') format('otf'), url('../fonts/hemi-head-bd-it.ttf') format('ttf'), url('../fonts/hemi-head-bd-it.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'SF Pro Display';
        src: url('../fonts/SFProDisplay-Regular.otf') format('otf'), url('../fonts/SFProDisplay-Regular.ttf') format('ttf'), url('../fonts/SFProDisplay-Regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    body {
        width: 100%;
        height: 100%;
        margin: 0;
        background: #f5f5f7;
        font-family: SF Pro Display;
    }
    
    canvas {
        width: 100%;
        height: 100%;
        outline: none;
    }
    
    #container {
        width: 100%;
        height: 100%;
        position: relative;
    }
    
    .navbar {
        position: fixed;
        z-index: 2000;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 52px;
        min-height: 52px;
    }
    
    .navbar-list {
        margin-top: 1rem;
        color: rgb(0, 0, 0);
        font-family: SF Pro Display;
        font-size: 12px;
        display: flex;
        list-style: none;
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-left: 0px;
    }
    
    @media screen and (max-width: 1225px) {
        .navbar {
            display: none;
        }
        .navbar-fix {
            display: none;
        }
    }
    
    @media screen and (min-width: 1225px) {
        .navbar-mob {
            display: none !important;
        }
        .mob-but-2 {
            display: none;
        }
    }
    
    .nav-links {
        color: rgb(0, 0, 0);
        transition-duration: 0.2s;
    }
    
    .nav-links:hover {
        color: rgb(157, 157, 255);
        text-decoration: none;
        animation-timing-function: ease;
        transition-duration: 0.2s;
    }
    
    .ob {
        color: #ffffff;
        text-align: center;
    }
    
    .ob-blocks {
        background-color: black;
        border-radius: 30px;
        font-weight: 700;
        font-size: 70px;
        margin: 10px;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-family: SF Pro Display;
    }
    
    @media screen and (min-width: 1200px) {
        .blocks-con {
            width: 65vw;
        }
        .block-links {
            margin-bottom: 10px;
        }
    }
    
    .ob-blocks-hg {
        background-color: rgb(0, 0, 0);
        border-radius: 30px;
        margin: 10px 10px 0px 10px;
        height: 420px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: linear-gradient(150deg, #124d86 0%, #14204e 100%);
        /*background-image: url(../img/ser-back.jpg);
    background-size: 100%;
    background-position-y: center;
    background-position-x: center;*/
    }
    
    .ob-blocks-min {
        background-color: rgb(0, 0, 0);
        border-radius: 30px;
        margin: 10px 10px 0px 10px;
        height: 1px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .blocks-up {
        margin-top: -200px;
    }
    
    .nav-but {
        color: #ffffff;
        background-color: black;
        padding: 10px 12px 10px 12px;
        border-radius: 30px;
        width: 120px;
        transition-duration: 0.5s;
        transition: 0.5s;
        background: linear-gradient(90deg, var(--c1, rgb(96, 0, 255)), var(--c2, rgba(9, 9, 121, 1)) 51%, var(--c1, rgb(4, 5, 71))) var(--x, 0)/ 200%;
    }
    
    .nav-but:hover {
        background-color: black;
        color: #ffffff;
        --x: 100%;
    }
    
    .ob-con {
        color: #6e6e73;
        font-size: 12px;
        font-family: SF Pro Display;
    }
    
    @media screen and (max-width: 768px) {
        .foot-links-pc {
            display: none;
        }
        .legal-pc {
            display: none;
        }
    }
    
    @media screen and (min-width: 769px) {
        .foot-links-mob {
            display: none;
        }
        .legal-mob {
            display: none;
        }
    }
    
    .blocks-pc {
        margin-top: 50px;
    }
    
    @media screen and (max-width: 768px) {
        .blocks-pc {
            margin-top: 28px;
        }
    }
    
    .blocks-mob {
        margin-top: 30px;
    }
    
    @media screen and (max-width: 270px) {
        .blocks-pc {
            display: none;
        }
    }
    
    @media screen and (max-width: 768px) {
        .repo-hd {
            line-height: 70px;
        }
    }
    
    @media screen and (min-width: 1200px) {
        .blocks-mob {
            display: none;
        }
    }
    
    @media screen and (max-width: 270px) {
        .blocks-mob {
            display: none;
        }
        .service-box-left {
            margin: 10px 10px 10px 10px !important;
        }
        .service-box-right {
            margin: 10px 10px 10px 10px !important;
        }
        .ob-blocks-hg {
            height: 770px;
        }
    }
    
    .padding-top-50 {
        padding-top: 50px;
    }
    
    @media screen and (max-width: 360px) {
        .ob-blocks {
            font-size: 50px;
        }
    }
    
    .con-mid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .navbar-mob {
        height: 50px;
        width: 100%;
        position: fixed;
        text-align: center;
        color: #000000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 2000;
    }
    
    .port-text {
        background: -webkit-linear-gradient(#F44336, #6800ff);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .web-d-block {
        background-color: #ffffff;
        color: black;
        box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.14);
        height: 100%;
        font-size: 18px;
    }
    
    .web-block {
        transition-property: background;
        transition-duration: 0.5s;
        /*background-color: #000000;
    background: linear-gradient(90deg, var(--c1, #000000), var(--c2, #000000) 51%, var(--c1, #20001d)) var(--x, 0)/ 200%;*/
        background: radial-gradient(ellipse at 5% 5%, #fec833 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, #fdc1a7 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, #e4699a 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, #eb5551 30%, rgba(235, 85, 81, 0) 75%);
        transition: 0.5s;
        height: 100%;
    }
    
    .web-block:hover {
        background-color: #000000;
    }
    
    .mob-blocks-height {
        height: 80vh;
    }
    
    .mob-blocks-height-black {
        height: 50vh;
    }
    
    .brand-block {
        background: radial-gradient(ellipse at 5% 5%, #2196f3 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, #00ffe7 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, #009688 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, #4caf50 30%, rgba(235, 85, 81, 0) 75%);
        color: #ffffff;
        transition: 0.5s;
        height: 100%;
    }
    
    .brand-block:hover {
        background-color: #000000;
    }
    
    .brand-d-block {
        background-color: #ffffff;
        color: #000000;
        box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.14);
        transition-property: background;
        transition-duration: 0.5s;
        height: 100%;
    }
    
    .font-18 {
        font-size: 18px;
    }
    
    .market-block {
        background: radial-gradient(ellipse at 5% 5%, #9C27B0 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, #673AB7 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, #3F51B5 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, #2196F3 30%, rgba(235, 85, 81, 0) 75%);
        color: #ffffff;
        transition-property: background;
        transition-duration: 0.5s;
        height: 100%;
    }
    
    .market-d-block {
        background-color: #ffffff;
        color: #000000;
        box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.14);
        transition-property: background;
        transition-duration: 0.5s;
        height: 100%;
    }
    
    .market-block:hover {
        background-color: #000000;
        color: #ffffff;
    }
    
    .seo-block {
        background: radial-gradient(ellipse at 5% 5%, #3F51B5 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, #2196F3 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, #03A9F4 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, #009688 30%, rgba(235, 85, 81, 0) 75%);
        color: #ffffff;
        transition-property: background;
        transition-duration: 0.5s;
        height: 100%;
    }
    
    .seo-d-block {
        background-color: #ffffff;
        color: #000000;
        box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.14);
        transition-property: background;
        transition-duration: 0.5s;
        height: 100%;
    }
    
    .seo-block:hover {
        background-color: #000000;
        color: #ffffff;
    }
    
    .con-block {
        background: radial-gradient(ellipse at 5% 5%, var(--pink) 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, var(--red) 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, var(--orange) 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, var(--yellow) 30%, rgba(235, 85, 81, 0) 75%);
        color: #ffffff;
        transition-property: background;
        transition-duration: 0.5s;
        height: 100%;
    }
    
    .con-d-block {
        background-color: #ffffff;
        color: #000000;
        box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.14);
        transition-property: background;
        transition-duration: 0.5s;
        height: 100%;
    }
    
    .con-block:hover {
        background-color: #000000;
        color: #ffffff;
    }
    
    .ui-block {
        background: radial-gradient(ellipse at 5% 5%, #FFEB3B 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, #FFC107 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, #FF9800 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, #FF5722 30%, rgba(235, 85, 81, 0) 75%);
        color: #ffffff;
        transition-property: background;
        transition-duration: 0.5s;
        height: 100%;
    }
    
    .ui-d-block {
        background-color: #ffffff;
        color: #000000;
        box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.14);
        transition-property: background;
        transition-duration: 0.5s;
        height: 100%;
    }
    
    .ui-block:hover {
        background-color: #000000;
        color: #ffffff;
    }
    
    .app-block {
        background: radial-gradient(ellipse at 5% 5%, #000834 0%, rgba(254, 200, 51, 0) 75%), radial-gradient(ellipse at 95% 5%, #004983 0%, rgba(253, 193, 167, 0) 75%), radial-gradient(ellipse at 95% 95%, #007bff 15%, rgba(228, 105, 154, 0) 75%), radial-gradient(ellipse at 5% 95%, var(--indigo) 30%, rgba(235, 85, 81, 0) 75%);
        color: #ffffff;
        transition-property: background;
        transition-duration: 0.5s;
        height: 100%;
    }
    
    .app-d-block {
        background-color: #ffffff;
        color: #000000;
        box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.14);
        transition-property: background;
        transition-duration: 0.5s;
        height: 100%;
    }
    
    .app-block:hover {
        background-color: #000000;
        color: #ffffff;
    }
    
    .ser-text-main {
        font-size: 40px;
        color: #ffffff;
        font-weight: 700;
        line-height: 20px;
        font-family: SF Pro Display;
    }
    
    .foot-links-items {
        color: #515154;
        line-height: 10px;
        font-weight: 300;
        font-family: SF Pro Display;
    }
    
    .foot-links-items:hover {
        color: #1d1d1f;
    }
    
    .foot-links-pc {
        line-height: 23px;
    }
    
    .foot-links-mob {
        line-height: 20px;
    }
    
    .block-links {
        color: #fff;
    }
    
    .repo-hd {
        font-family: "SF Pro Display";
        font-size: 64px;
        font-weight: 700;
        line-height: 30PX;
    }
    
    .req-q-but {
        cursor: pointer;
        text-decoration: none !important;
        color: #00D959;
        padding: 7px 11px 7px 11px;
        border-radius: 100px;
        background-color: rgba(255, 255, 255, 0);
        border: 2px solid #b1b1b1;
        transition-duration: 0.5s;
        font-size: 14px;
        font-weight: 10px;
    }
    
    .req-q-but .view-text {
        color: #b1b1b1;
    }
    
    .req-q-but:hover {
        text-decoration: none !important;
        color: #ffffff!important;
        background-color: #00D959;
        border-color: #00D959;
    }
    
    @media screen and (min-width: 769px) {
        .repo-l-txt {
            padding-bottom: 60px;
            max-width: 30%;
            text-align: left;
        }
    }
    
    @media screen and (min-width: 769px) {
        .repo-r-img img {
            width: 100%;
            justify-content: center;
            margin-left: 100px;
        }
    }
    
    @media screen and (min-width: 769px) {
        .repo-r-img-2 img {
            width: 100%;
            justify-content: center;
            margin-left: 0px;
        }
    }
    
    @media screen and (max-width: 768px) {
        .repo-r-img img {
            width: 110%;
            margin-left: 5px;
            margin-top: 30px;
            margin-bottom: 30px;
        }
    }
    
    @media screen and (max-width: 768px) {
        .repo-r-img-2 img {
            width: 110%;
            margin-left: 5px;
            margin-top: 30px;
        }
    }
    
    .repo-hd-align-right {
        text-align: right;
    }
    
    @media screen and (max-width: 769px) {
        .repo-hd-align-right {
            text-align: center;
        }
    }
    
    .hd-line-height {
        line-height: 60px;
    }
    
    @media screen and (max-width: 1025px) {
        .hd-line-height {
            line-height: 50px;
        }
    }
    
    @media screen and (min-width: 1025px) {
        .main-text {
            margin-left: -60px;
        }
    }
    
    @media screen and (max-width: 768px) {
        .main-text {
            margin-top: -50px;
        }
    }
    
    @media screen and (min-width: 1025px) {
        .main-txt-adj {
            width: 85vw;
            padding-right: 100px;
        }
    }
    
    @media screen and (max-width: 768px) {
        .repo-left-img-mob {
            display: none;
        }
    }
    
    @media screen and (min-width: 769px) {
        .repo-right-img-pc {
            display: none;
        }
    }
    
    .model-bg {
        position: fixed;
        z-index: 100;
        top: 0px;
        width: 100vw;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        -o-backdrop-filter: blur(10px);
        -moz-backdrop-filter: blur(10px);
        -ms-backdrop-filter: blur(10px);
    }
    
    .model {
        margin-top: 70px;
        /*    margin-bottom: 40px;*/
        width: 750px;
        text-align: left;
        overflow-y: scroll;
        background-color: #fff;
        box-shadow: 0px 0px 16px 0px #00000027;
        padding: 60px 60px;
        /*border-top-left-radius: 30px;
        border-top-right-radius: 30px;*/
        border-radius: 30px;
        bottom: 0px;
        font-size: 14px;
        color: #888;
    }
    
    @media screen and (max-width: 768px) {
        .model {
            margin-top: 80px;
            width: 90vw;
        }
    }
    
    .model-close {
        border: 2px #b1b1b1 solid;
        padding: 9px 11px;
        border-radius: 30px;
        margin-left: 40%;
        background-color: #ffffff9a;
        color: #00D959;
        transition-duration: .3s;
        cursor: pointer;
        position: fixed;
        font-size: 14px;
        opacity: 1;
    }
    
    @media screen and (max-width: 768px) {
        .model-close {
            right: 50px;
        }
    }
    
    .model-close:hover {
        border: 2px #00D959 solid;
        background-color: #00D959;
        color: #fff;
        transition-duration: .3s;
        cursor: pointer;
    }
    
    .model h1 {
        color: #00D959;
        font-size: 48px;
        line-height: 25px;
    }
    
    @media screen and (max-width: 768px) {
        .model h1 {
            line-height: 43px;
        }
    }
    
    @media screen and (min-width: 768px) {
        .model-close-div {
            padding-left: 50px;
        }
    }
    
    @media screen and (min-width: 768px) {
        .model::-webkit-scrollbar {
            background-color: #ffffff00;
            width: 6px;
            padding-top: 100px;
        }
        .model::-webkit-scrollbar-track {
            background-color: #ffffff00;
        }
        .model::-webkit-scrollbar-thumb {
            background: #b1b1b1;
            border-radius: 10px;
        }
    }
    
    @media screen and (min-width: 768px) {
        .mob-hd-split {
            display: none;
        }
    }
    
    @media screen and (max-width: 769px) {
        .mob-hd-split {
            margin-bottom: 70px;
        }
    }