@charset "UTF-8";

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    background-color: #FCF8F3;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.footer {
    height: 150px;
    background-color: green;
}

.content {
    min-height: calc(100vh - 70px);
}

@font-face {
    font-family: GT America;
    src: url('fonts/GT America/GT-America-Expanded-Medium.woff2') format('woff2'),
        url('fonts/GT America/GT-America-Expanded-Medium.woff') format('woff'),
        url('fonts/GT America/GT-America-Expanded-Medium.ttf') format('truetype');
}

@font-face {
    font-family: Quasimoda;
    src: url('fonts/Quasimoda/Web/Quasimoda-Light.woff2') format('woff2'),
        url('fonts/Quasimoda/Web/Quasimoda-Light.woff') format('woff'),
        url('fonts/Quasimoda/TTF/Quasimoda-Light.ttf') format('truetype');
}

h1 {
    font-size: 6vw;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'GT America', sans-serif;
}

h4 {
    font-size: 16px;
    font-family: 'GT America', sans-serif;
    /*font-family: 'Inter', sans-serif;*/
    line-height: 0.2;
    font-variant-caps: all-small-caps;
    margin-top: 0px;
    margin-bottom: 3px;
    display: inline;
    font-weight: lighter;
    opacity: 0.5;
}

p {
    font-family: 'Times', serif;
    line-height: 1;
    letter-spacing: -0.8px;
    font-size: 18px;
    margin-top: 0px;
    display: inline;
    text-align: top;
    max-width: 700px;
}

h2 {
    color: black;
    font-size: 50px;
    text-align: center;
    margin: 0px;
}

a {
    text-decoration: none;
    color: #000;
}

h3 {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: Garamond, serif;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    margin-top: 0px;
    display: inline;
    text-align: top;
}

.child {
    float: left;
    margin-right: -65px;
}

.marquee {
    white-space: nowrap;
    animation: scroll-right-left 50s linear infinite;
    animation-iteration-count: infinite;
    margin-bottom: 20px;
}

@keyframes scroll-right-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-1600px);
    }
}

#circle_anxiety {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #AD91F9;
    border: 1px black solid;
    cursor: pointer;
}

#circle_TGE {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #5bcfb2;
    border: 1px black solid;
    cursor: pointer;
}

#circle_oklahoma {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #f69387;
    border: 1px black solid;
    cursor: pointer;
}

#circle_ap {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px black solid;
    cursor: pointer;
    z-index: 7;
}

#circle_coarse {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #eee189;
    border: 1px black solid;
    cursor: pointer;
}

#circle_fingerprints {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #89A9C6;
    border: 1px black solid;
    cursor: pointer;
}

#circle_home {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #FCF8F3;
    border: 1px black solid;
    cursor: pointer;
}

#cirle_targetbeauty {
    border: 1px black solid;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #f3f4ac;
    cursor: pointer;
}

video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px black solid;
    outline: none;
}

table, tr, td {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: left;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
    overflow-x: hidden;
}

/* tbody>tr>:nth-child(4) {
    width: 70px;
}

tr {
    height: 60px;
} */

.card_1 {
    margin-left: 100px;
    z-index: 4;
    position: relative;
    border: 1px white solid;
}

.card_1:hover {
    z-index: 6;
}

.card_2 {
    margin-left: -120px;
    z-index: 3;
    position: relative;
    border: 1px white solid;
}

.card_2:hover {
    z-index: 6;
}

.card_3 {
    margin-left: -140px;
    z-index: 2;
    position: relative;
    border: 1px white solid;
}

.card_3:hover {
    z-index: 6;
}

.card_4 {
    margin-left: -140px;
    z-index: 1;
    position: relative;
    border: 1px white solid;
}

.card_4:hover {
    z-index: 6;
}

.card_5 {
    margin-left: -140px;
    z-index: 0;
    position: relative;
    border: 1px white solid;
    margin-right: 0px;
}

.card_5:hover {
    z-index: 6;
}

/* new css */
.row {
    margin: 0 -7.5px;
}

[class^='col-'] {
    padding: 0 7.5px;
}

.marquee {
    margin-top: 0;
}

.header {
    padding-top: 20px;
    overflow: hidden;
}

.container {
    max-width: 1920px;
}

.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-border {
    border: 1px black solid;
    margin: 0 auto 15px;
}

.project-item {
    margin-bottom: 90px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.project-item img {
    width: 100%;
    margin-bottom: 0;
}

.project-table {
    flex-shrink: 0;
    width: 255px;
    margin-left: 15px;
}

.project-table table {
    width: 100%;
}

.project-table td {
    padding: 5px;
    border: 1px solid #000;
}

.table-section {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 90px;
    border-collapse: collapse;
    border: 1px solid #000;
    display: none;
}

.table-section tr {
    border: none;
}

.table-section td {
    padding: 5px;
    border: none;
    border-right: 1px solid #000;
    vertical-align: top;
}

.table-section td+td+td {
    vertical-align: middle;
}

.table-section tr+tr td {
    vertical-align: bottom;
    padding-top: 0;
}

.table-section p {
    display: block;
    margin: 0;
}

.table-section h4 {
    /* margin-bottom: 55px; */
    margin: 0;
    display: block;
    line-height: 1.2;
}

.arrow-block {
    float: right;
}

.btn-arrow {
    font-size: 50px;
    line-height: 1.1;
    color: #000;
    width: 63px;
    height: 63px;
    display: block;
    line-height: 59px;
    align-items: center;
    justify-content: center;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M52.8 85.8v-.5l21.8-22.1c2.7-2.7 6-5.7 8.7-8.2l-.1-.3c-3.8.3-8.3.4-12.1.4H0v-9.4h71c3.8 0 8.3 0 12.1.3l.1-.3c-2.7-2.4-6-5.4-8.7-8L52.8 15.9v-.5l6.5-6.5L100 50.6 59.3 92.3l-6.5-6.5z'/%3E%3C/svg%3E") center no-repeat;
    background-size: 70% auto;
    overflow: hidden;
    text-indent: -999px;
    position: relative;
}

.btn-arrow:hover {
    text-decoration: none;
}

.btn-back {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #eee189;
    border: 1px black solid;
    cursor: pointer;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M47.2 15.4v.5L25.4 38c-2.7 2.7-6 5.7-8.7 8.2l.1.3c3.9-.4 8.3-.5 12.2-.5h71v9.4H29c-3.8 0-8.3 0-12.1-.3l-.1.3c2.7 2.4 6 5.4 8.7 8l21.8 21.8v.5l-6.5 6.5L0 50.6 40.7 8.9l6.5 6.5z'/%3E%3C/svg%3E") center no-repeat;
    background-size: 70% auto;
}

.btn-back.coarse {
    background-color: #eee189;
}

.btn-back.tge {
    background-color: #5bcfb2;
}

.btn-back.ap {
    background-color: #fff;
}

.btn-back.anxiety {
    background-color: #AD91F9;
}

.btn-back.fingerprints {
    background-color: #89A9C6;
}

.btn-back.oklahoma {
    background-color: #f69387;
}

.btn-back.targetbeauty {
    background-color: #f3f4ac;
}

.contact-table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    border: 1px solid #000;
}

.contact-table tr {
    border: none;
}

.contact-table td {
    padding: 5px;
    height: 70px;
    vertical-align: top;
    border: none;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.about-text {
    border: 1px solid #000;
    padding: 5px;
    min-height: 280px;
}

.about-text-td-lt {
    text-decoration: line-through;
}

/*.anxiety {
    margin-bottom: 100px;
}*/

.wrap-section {
    padding: 0 80px;
    position: relative;
}

.wrap-section .btn-back {
    position: absolute;
    left: 0;
    top: 0;
}

.wrap-section-inner {
    padding: 0 80px;
    position: relative;
}

.video-block {
    background: #000;
    margin-bottom: 15px;
}

.video-block video {
    width: 100% !important;
    height: auto !important;
    object-fit: fill;
}

.video-block.m-video video {
    width: auto !important;
    height: 500px !important;
}

.wrap-video-block {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.video-block.fixed-h video {
    width: auto !important;
    height: 500px !important;
}

.text-block {
    border: 1px solid #000;
    padding: 5px;
    min-height: 280px;
    margin-bottom: 15px;
}

.text-block.h150 {
    min-height: 150px;
}

.text-block.h250 {
    min-height: 250px;
}

.text-block.h350 {
    min-height: 350px;
}

.text-block.h500 {
    min-height: 500px;
}

.text-block.h-auto {
    min-height: 1px;
}

.text-block.h50p {
    min-height: 50%;
    margin-bottom: 0;
}

.text-block.h100p {
    min-height: 100%;
    margin-bottom: 0;
}

.video-row .video-block {
    margin-bottom: 0;
}

.mb15 {
    margin-bottom: 15px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb200 {
    margin-bottom: 200px;
}

.text-block h4 {
    margin-bottom: 10px;
}

.slider-block {
    margin-bottom: 36px;
}

.slider-block.mb1 {
    margin-bottom: 116px;
}

.slider-block-item {
    padding: 0 7.5px;
}

.slider-block img {
    margin: 0;
}

.slick-dots {
    bottom: -28px;
}

.slick-dots li {
    margin: 0 0 0 1px;
}

.slick-dots li button {
    padding: 0;
    width: 18px;
}

.slick-dots li button:before {
    content: "";
    border-radius: 50%;
    width: 6px;
    height: 6px;
    display: block;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    background: #000;
    opacity: 0.25;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
}

.about,
.contact {
    margin-bottom: 15px;
}

.color-logo {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.color-table {
    width: 100%;
    margin-bottom: 100px;
}

.color-table td {
    height: 76px;
    vertical-align: top;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000;
}

.slick-prev::before,
.slick-next::before {
    display: none;
}
.slick-prev {
    left: -68px;
}
.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    background: #fcf8f3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M47.2 15.4v.5L25.4 38c-2.7 2.7-6 5.7-8.7 8.2l.1.3c3.9-.4 8.3-.5 12.2-.5h71v9.4H29c-3.8 0-8.3 0-12.1-.3l-.1.3c2.7 2.4 6 5.4 8.7 8l21.8 21.8v.5l-6.5 6.5L0 50.6 40.7 8.9l6.5 6.5z'/%3E%3C/svg%3E") center no-repeat;
    background-size: 70% auto;
}

.slick-next {
    right: -68px;
}
.slick-next,
.slick-next:hover,
.slick-next:focus {
    background: #fcf8f3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M52.8 85.8v-.5l21.8-22.1c2.7-2.7 6-5.7 8.7-8.2l-.1-.3c-3.8.3-8.3.4-12.1.4H0v-9.4h71c3.8 0 8.3 0 12.1.3l.1-.3c-2.7-2.4-6-5.4-8.7-8L52.8 15.9v-.5l6.5-6.5L100 50.6 59.3 92.3l-6.5-6.5z'/%3E%3C/svg%3E") center no-repeat;
    background-size: 70% auto;
}

.lightboxOverlay {
    opacity: 0.64;
}

.lb-nav a.lb-prev {
    width: 100px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M47.2 15.4v.5L25.4 38c-2.7 2.7-6 5.7-8.7 8.2l.1.3c3.9-.4 8.3-.5 12.2-.5h71v9.4H29c-3.8 0-8.3 0-12.1-.3l-.1.3c2.7 2.4 6 5.4 8.7 8l21.8 21.8v.5l-6.5 6.5L0 50.6 40.7 8.9l6.5 6.5z'/%3E%3C/svg%3E") 15px center no-repeat;
    background-size: 36px auto;
}

.with-white-arrows .lb-nav a.lb-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M47.2 15.4v.5L25.4 38c-2.7 2.7-6 5.7-8.7 8.2l.1.3c3.9-.4 8.3-.5 12.2-.5h71v9.4H29c-3.8 0-8.3 0-12.1-.3l-.1.3c2.7 2.4 6 5.4 8.7 8l21.8 21.8v.5l-6.5 6.5L0 50.6 40.7 8.9l6.5 6.5z' fill='%23fff' /%3E%3C/svg%3E");
}

.lb-nav a.lb-next {
    width: 100px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M52.8 85.8v-.5l21.8-22.1c2.7-2.7 6-5.7 8.7-8.2l-.1-.3c-3.8.3-8.3.4-12.1.4H0v-9.4h71c3.8 0 8.3 0 12.1.3l.1-.3c-2.7-2.4-6-5.4-8.7-8L52.8 15.9v-.5l6.5-6.5L100 50.6 59.3 92.3l-6.5-6.5z' /%3E%3C/svg%3E") 49px center no-repeat;
    background-size: 36px auto;
}

.with-white-arrows .lb-nav a.lb-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M52.8 85.8v-.5l21.8-22.1c2.7-2.7 6-5.7 8.7-8.2l-.1-.3c-3.8.3-8.3.4-12.1.4H0v-9.4h71c3.8 0 8.3 0 12.1.3l.1-.3c-2.7-2.4-6-5.4-8.7-8L52.8 15.9v-.5l6.5-6.5L100 50.6 59.3 92.3l-6.5-6.5z' fill='%23fff' /%3E%3C/svg%3E");
}

.lb-outerContainer {
    border-radius: 0;
}

.lightbox .lb-image {
    border: none;
    border-radius: 0;
}

@media (min-width: 1440px) {
    .about h1,
    .contact h1 {
        font-size: 70px;
    }
}

@media (min-width: 1100px) {
    .about {
        width: 500px;
    }

    .contact {
        width: 500px;
        float: right;
    }

    .color-table td:nth-child(1) {
        width: 200px;
    }

    .color-table td:nth-child(3) {
        width: 200px;
    }

    .color-logo {
        padding: 0 270px;
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .wrap-video-block {
        height: auto;
        background: none;
    }

    .mb-coarse {
        margin-bottom: 95px;
    }

    .video-row .video-block {
        margin-bottom: 15px;
    }
}

@media (max-width: 1024px) {
    .table-section {
        display: table;
    }

    .project-item {
        display: block;
        margin-bottom: 15px;
    }

    .project-table {
        display: none;
    }
}

@media (max-width: 992px) {
    .text-block.h500 {
        min-height: 280px;
    }

    .text-block.h100p,
    .text-block.h50p {
        margin-bottom: 15px;
        min-height: 150px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .table-section p {
        font-size: 20px;
    }

    .table-section h4 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .contact-table,
    .about-text {
        max-width: 500px;
        margin: 0 auto 10px;
    }

    .about h1,
    .contact h1 {
        text-align: center;
    }

    .color-logo img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 568px) {
    .header {
        padding-top: 14px;
    }

    .marquee {
        margin-bottom: 14px;
    }

    #circle_anxiety,
    #circle_TGE,
    #circle_oklahoma,
    #circle_ap,
    #circle_coarse,
    #circle_fingerprints,
    #circle_home,
    #cirle_targetbeauty,
    .arrow-block {
        height: 52px;
        width: 52px;
    }

    .btn-arrow {
        font-size: 40px;
        width: 50px;
        height: 50px;
        line-height: 46px;
    }

    .btn-back {
        width: 40px;
        height: 40px;
        z-index: 10;
    }

    .table-section {
        margin-bottom: 45px;
    }

    .table-section td+td+td {
        width: 68px;
        padding: 8px;
        vertical-align: bottom;
    }

    .table-section h4 {
        line-height: 1;
        font-size: 13px;
    }

    .table-section p {
        font-size: 15px;
    }

    .wrap-section {
        padding: 55px 0 0;
    }

    .wrap-section-inner {
        padding: 0;
    }

    .about h1,
    .contact h1 {
        font-size: 10vw;
        text-align: left;
    }

    .contact h1 {
        text-align: right;
    }

    .video-block.fixed-h video,
    .video-block.m-video video {
        width: 100% !important;
        height: auto !important;
        object-fit: fill;
    }

    .slider-block {
        padding: 0 30px;
    }

    .slick-prev,
    .slick-next {
        width: 22px;
        height: 22px;
    }

    .slick-prev {
        left: -30px;
    }

    .slick-next {
        right: -30px;
    }

    .lb-nav a.lb-prev {
        background-size: 22px auto;
    }

    .lb-nav a.lb-next {
        background-position: 63px center;
        background-size: 22px auto;
    }

    .lb-data .lb-close {
        background-size: 80 auto;
    }

    .text-block.h-auto-mobile-568 {
        min-height: 1px;
    }
}

/* end new css */
/*RESPONSIVE DESIGN*/
@media screen and (max-width: 400px) {
    body {
        overflow-x: hidden;
    }

    /* img {
        width: 100%;
        float: center;
        margin: 1px 1px 1px 1px;
    } */

    /* table {
        width: 100%;
    }

    td {
        width: 100%;
    }

    tr {
        height: 20px;
        width: 100%;
    } */
}
