@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@import 'normalize.css';
@import '../oembed/oembed.css';

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline
}

body {
    line-height: 1;
    color: #000;
    background: #fff;
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

a img {
    border: none
}

@font-face {
    font-family: 'M';
    src: url("../fonts/M.eot");
    src: url("../fonts/Md41d.eot?#iefix") format('embedded-opentype'), url("../fonts/M.woff") format('woff'), url("../fonts/M.html") format('woff2'), url("../fonts/M.svg#M") format('svg');
    font-weight: 'bold';
    font-style: normal
}

@font-face {
    font-family: 'Comfortaa';
    src: url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap'), format(true) format('svg');
    font-weight: 'semi-bold';
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'M';
        src: url("../fonts/M.svg#M") format('svg')
    }
}

.circle image {
    font-family: 'Comfortaa', sans-serif;
  }

body,
html {
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    font-family: 'M', 'Helvetica', 'Arial', sans-serif;
    /* font-family: 'Comfortaa', sans-serif; */
}

@media only screen and (max-width:768px) {

    body,
    html {
        overflow: hidden
    }
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 62.5%
}

p {
    font-size: 1em;
    margin-bottom: 1em;
    line-height: 1.1em;
}

@media only screen and (max-width:768px) {
    p {
        font-size: 1.2em
    }
}

@media only screen and (min-width:1100px) {
    p {
        font-size: .7vw
    }
}

p:last-child {
    margin-bottom: 0
}

::selection {
    background: #000
}

::-moz-selection {
    background: #000
}

* {
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transform-style: flat;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-drag: none;
    outline: 0
}

a,
a:hover,
a:visited,
a:focus {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

h1,
h2,
footer {
    text-transform: uppercase
}

h1 {
    font-size: 2.4vw;
}

@media only screen and (max-width:1100px) {
    h1 {
        font-size: 2.7vw
    }
}

@media only screen and (max-width:768px) {
    h1 {
        font-size: 2.5em
    }
}

h2 {
    font-size: 1em
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    -webkit-background-size: 15px;
    -moz-background-size: 15px;
    -ms-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
    z-index: 10000
}

.wrapper {
    width: 100%;
    height: 100%
}

section {
    height: 100vh;
    width: 100%
}

.logo {
    position: relative;
}

.logo .wrap {
    overflow: hidden
}

.logo span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    pointer-events: none
}

.logo .circle svg {
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    -ms-animation: spin 15s linear infinite;
    -o-animation: spin 15s linear infinite;
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    -ms-animation: spin 15s linear infinite;
    -o-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite
}

.logo .enter {
    top: 25%;
    left: 26%;
    width: 50%;
    height: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: auto
}

.logo svg {
    max-width: 100%;
    max-height: 100%;
    pointer-events: auto
}

section.intro {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
}

section.intro .logo {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70vh;
    height: 70vh;
}

@media only screen and (max-width:1100px) {
    section.intro .logo {
        width: 70vw;
        height: 70vw
    }
}

@media only screen and (max-width:768px) {
    section.intro .logo {
        width: 90vw;
        height: 90vw;
        top: 40%
    }
}

section.intro .logo .wrap {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: alpha(opacity=0);
    -moz-filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    -o-filter: alpha(opacity=0);
    filter: alpha(opacity=0)
}

section.intro .logo .circle {
    cursor: url("../images/grab.png") 20 20, default
}

section.intro .logo .circle:hover svg {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

.about {
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    color: #fff;
    mix-blend-mode: difference;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    height: 60px;
    text-align: center;
    font-size: 1.4em;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    z-index: 100;
}

.about:before,
.about:after {
    content: '';
    display: table
}

.about:after {
    clear: both
}

@media only screen and (max-width:768px) {
    .about {
        font-size: 1.7em
    }
}

section.page_content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    position: fixed;
    -webkit-transition: top 1000ms ease;
    -moz-transition: top 1000ms ease;
    -ms-transition: top 1000ms ease;
    -o-transition: top 1000ms ease;
    transition: top 1000ms ease;
    top: 100%;
    background: #000;
    color: #fff;
    height: 100vh;
}

section.page_content:before,
section.page_content:after {
    content: '';
    display: table
}

section.page_content:after {
    clear: both
}

@media only screen and (max-width:768px) {
    section.page_content {
        position: absolute;
        height: auto
    }
}

section.page_content .logo {
    display: block;
    width: 7vw;
    height: 7vw;
}

@media only screen and (max-width:1100px) {
    section.page_content .logo {
        width: 15vw;
        height: 15vw
    }
}

@media only screen and (max-width:768px) {
    section.page_content .logo {
        width: 50vw;
        height: 50vw;
        margin: auto;
    }
}

section.page_content .logo .enter {
    pointer-events: auto
}

section.page_content .sidebar {
    -webkit-transition: width 700ms ease;
    -moz-transition: width 700ms ease;
    -ms-transition: width 700ms ease;
    -o-transition: width 700ms ease;
    transition: width 700ms ease;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 20%;
    margin-left: 0%;
    margin-right: 0%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

section.page_content .sidebar:before,
section.page_content .sidebar:after {
    content: '';
    display: table
}

section.page_content .sidebar:after {
    clear: both
}

@media only screen and (max-width:1100px) {
    section.page_content .sidebar {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 33.33333333333333%;
        margin-left: 0%;
        margin-right: 0%
    }

    section.page_content .sidebar:before,
    section.page_content .sidebar:after {
        content: '';
        display: table
    }

    section.page_content .sidebar:after {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    section.page_content .sidebar {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        position: initial
    }

    section.page_content .sidebar:first-child {
        margin-left: auto
    }

    section.page_content .sidebar:last-child {
        margin-right: auto
    }
}

section.page_content .sidebar .inner {
    padding: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -o-box-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -o-box-pack: justify;
    box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -o-flex-pack: justify;
    flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 60px);
}

@media only screen and (max-width:768px) {
    section.page_content .sidebar .inner {
        display: block;
        height: auto
    }
}

section.page_content .sidebar .inner .email_us h1 {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    margin-left: -.08em;
    white-space: nowrap;
}

@media only screen and (max-width:768px) {
    section.page_content .sidebar .inner .email_us h1 {
        font-size: 17vw;
        margin-left: 0
    }
}

@media only screen and (max-width:768px) {
    section.page_content .sidebar .inner footer {
        margin-top: 60px
    }
}

section.page_content .sidebar.desktop .email_us {
    margin-top: 60px
}

section.page_content .content {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 80%;
    margin-left: 20%;
    margin-right: 0%;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    overflow-y: scroll;
    padding-right: 20px;
}

section.page_content .content:before,
section.page_content .content:after {
    content: '';
    display: table
}

section.page_content .content:after {
    clear: both
}

@media only screen and (max-width:1100px) {
    section.page_content .content {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 66.66666666666666%;
        margin-left: 33.33333333333333%;
        margin-right: 0%
    }

    section.page_content .content:before,
    section.page_content .content:after {
        content: '';
        display: table
    }

    section.page_content .content:after {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    section.page_content .content {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: initial;
        overflow: auto;
        padding-right: 0;
        height: auto
    }

    section.page_content .content:first-child {
        margin-left: auto
    }

    section.page_content .content:last-child {
        margin-right: auto
    }
}

section.page_content .content .inner {
    padding: 30px 17% 30px 30px;
}

@media only screen and (max-width:768px) {
    section.page_content .content .inner {
        padding: 60px 30px 30px
    }
}

section.page_content .content .clients {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 50%;
    margin-right: 0%;
    float: none;
}

section.page_content .content .clients:before,
section.page_content .content .clients:after {
    content: '';
    display: table
}

section.page_content .content .clients:after {
    clear: both
}

@media only screen and (max-width:768px) {
    section.page_content .content .clients {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    section.page_content .content .clients:first-child {
        margin-left: auto
    }

    section.page_content .content .clients:last-child {
        margin-right: auto
    }
}

section.page_content .content .clients ul li {
    background: url("../images/dot.png") no-repeat left 47%;
    -webkit-background-size: 8px;
    -moz-background-size: 8px;
    -ms-background-size: 8px;
    -o-background-size: 8px;
    background-size: 8px;
    padding-left: 20px;
    margin-left: 1.3em;
    font-size: 2.4vw;
    text-transform: uppercase
}

@media only screen and (max-width:1100px) {
    section.page_content .content .clients ul li {
        font-size: 2.7vw
    }
}

@media only screen and (max-width:768px) {
    section.page_content .content .clients ul li {
        font-size: 2.5em
    }
}

section.page_content .content p {
    font-size: 2.4vw;
}

@media only screen and (max-width:1100px) {
    section.page_content .content p {
        font-size: 2.7vw
    }
}

@media only screen and (max-width:768px) {
    section.page_content .content p {
        font-size: 2.5em
    }
}

@media only screen and (min-width:768px) {

    section.page_content.closed .sidebar,
    section.page_content.closed .content {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-filter: alpha(opacity=0);
        -moz-filter: alpha(opacity=0);
        -ms-filter: alpha(opacity=0);
        -o-filter: alpha(opacity=0);
        filter: alpha(opacity=0)
    }
}

@media only screen and (min-width:768px) {
    section.page_content.peekview {
        -webkit-transition: top 300ms ease;
        -moz-transition: top 300ms ease;
        -ms-transition: top 300ms ease;
        -o-transition: top 300ms ease;
        transition: top 300ms ease;
        top: calc(100% - 30px * 2)
    }
}

@media only screen and (min-width:768px) {
    section.page_content.emailzoom .sidebar {
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    section.page_content.emailzoom .email_us h1 {
        font-size: 20.8vw;
        margin-left: -.08em
    }
}

@media only screen and (min-width:768px) {
    section.page_content.emailzoom .content {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media only screen and (max-width:768px) {
    html.page {
        overflow: auto
    }
}

@media only screen and (max-width:768px) {
    body.page {
        overflow: auto
    }
}

body.page .loader {
    background: #000
}

body.page .about {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: alpha(opacity=0);
    -moz-filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    -o-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden
}

body.page section.page_content,
body.page section.page_content.peekview {
    -webkit-transition: top 1000ms ease;
    -moz-transition: top 1000ms ease;
    -ms-transition: top 1000ms ease;
    -o-transition: top 1000ms ease;
    transition: top 1000ms ease;
    top: 0;
}

body.page section.page_content .content,
body.page section.page_content.peekview .content {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none
}

@-moz-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@supports (padding: 8rem) {
    .logo-space {
        max-width: 50% !important;
        max-height: 50% !important;
        margin-top: 25% !important;
        /* padding: 8rem; */
        -webkit-padding: 0;
    }

    .text-circle-space {
        margin: 1.875rem;
        /* padding: 1rem; */
        -webkit-padding: 0;
    }

    .logo-space-about {
        /* padding: 1.8rem; */
        max-width: 50% !important;
        max-height: 50% !important;
        margin-top: 25% !important;
        /* padding: 8rem; */
        -webkit-padding: 0;
    }

    .text-circle-space-about {
        /* padding: .400rem; */
        margin: .400rem;
    }

    .mobile-division-down {
        display: none;
    }

    @media (max-width: 768px) {
        .logo-space {
            /* padding: 25%; */
            max-width: 50% !important;
        max-height: 50% !important;
        margin-top: 25% !important;
        /* padding: 8rem; */
        -webkit-padding: 0;
        }

        .logo-space-about {
            max-width: 50% !important;
            max-height: 50% !important;
            margin-top: 25% !important;
            /* padding: 8rem; */
            -webkit-padding: 0;
            /* padding: 25%; */
        }

        .text-circle-space-about {
            padding: .825rem;
        }

        .mobile-division-up {
            display: none;
        }

        .mobile-division-down {
            display: block;
            padding: 1.875rem;
        }

        .mobile-division-down h1 {
            font-size: 17vw;
            margin-bottom: 1.5rem;
        }
    }
}

.social-links .arrow {
    width: 9px;
    margin-left: 10px;
    opacity: 0.5;
}

.social-links {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.social-links img {
    width: 1rem;
    margin-inline-end: .225rem;
}

a.social-links {
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    /* display: none; */
    font-weight: 400 !important;
}