<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.headroom--top .header-right-lang {
    color: #fff;
}

.headroom--top .header-switch.default-white .header-switch-line {
    background: #fff;
}

.home-slide-container {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0px auto 160px;
    overflow: hidden;
}

.home-slide-item {
    margin: 0px;
    padding: 0px;
    opacity: 0;
}

.home-slide-item.desk.left {
    top: -100vh;
}

.home-slide-item.desk.right {
    top: 100vh;
}

.home-slide-item.desk.active {
    top: 0;
    opacity: 1;

    -webkit-transition: 1.2s top 0.4s, 1.2s opacity 0.4s;
    -moz-transition: 1.2s top 0.4s, 1.2s opacity 0.4s;
    -ms-transition: 1.2s top 0.4s, 1.2s opacity 0.4s;
    transition: 1.2s top 0.4s, 1.2s opacity 0.4s;
}

.home-slide-item.mob.active {
    top: 0;
    opacity: 1;

    -webkit-transition: 1.2s top 0.4s, 1.2s opacity 0.4s;
    -moz-transition: 1.2s top 0.4s, 1.2s opacity 0.4s;
    -ms-transition: 1.2s top 0.4s, 1.2s opacity 0.4s;
    transition: 1.2s top 0.4s, 1.2s opacity 0.4s;
}

.home-slide-item.mob {
    display: none;
}

.js .boxgallery {
    position: relative;
}

.js .boxgallery img {
    max-width: unset;
    aspect-ratio: 960/991;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: 50%;
}

.home-slide-item nav {
    display: none;
}

.home-slide-nav {
    position: absolute;
    display: block;
    height: 30px;
    width: calc((15px * 3) + (20px * 2));
    bottom: 90px;
    left: 100px;
    padding: 0px;
    z-index: 10;

    display: none;
}

.home-slide-nav-view {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-slide-nav:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 25px;
    background: #fff;
    left: calc((100% - 1px) / 2);
    bottom: 100%;
}

.home-slide-nav:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 25px;
    background: #fff;
    left: calc((100% - 1px) / 2);
    top: 100%;
}

.home-slide-nav-long {
    position: absolute;
    display: block;
    font-size: 0px;
    left: calc(50% - (15px / 2));
    top: 0px;
}

.home-slide-nav-long &gt; * {
    font-size: 11px;
    color: #fff;
    line-height: 30px;
}

.home-slide-nav-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 15px;
    text-align: center;
    opacity: 0.5;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.home-slide-nav-item.active {
    opacity: 1;

    -webkit-transition: 0.4s opacity 0.8s;
    -moz-transition: 0.4s opacity 0.8s;
    -ms-transition: 0.4s opacity 0.8s;
    transition: 0.4s opacity 0.8s;
}

.home-slide-nav-item:last-child {
    margin-right: 0px;
}

.home-slide-title {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    /* font-size: 80px; */
    font-size: 95px !important;
    font-weight: normal !important;
    text-align: center;
    line-height: 95px;
    /* letter-spacing: 10px; */
    letter-spacing: 18px;
    z-index: 10;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.home-slide-title h1 {
    font-size: 80px !important;
    font-weight: normal !important;
}

.home-slide-sm {
    position: relative;
    display: block;
    font-size: 18px !important;
    text-align: center;
    letter-spacing: 2.2px;
}

.home-sub-title {
    position: relative;
    display: block;
    width: calc(100% - 100px);
    max-width: 1222px;
    font-size: 96px;
    line-height: 74px;
    color: #222;
    margin: 0px auto 20px;
    letter-spacing: normal;
    font-weight: bold;
}

.home-sub-title:before {
    content: '';
    position: relative;
    display: block;
    width: 130px;
    height: 7px;
    margin-bottom: 25px;
    background: #222;
}

.home-sub-desc {
    position: relative;
    display: block;
    width: calc(100% - 100px);
    max-width: 1222px;
    margin: 0px auto 100px;
    font-size: 24px;
    line-height: 34px;
}

.home-slide-item.mob {
    display: none;
}

.home-slide-item.desk {
    display: block;
    width: 50%;
}

.title-block {
    position: relative;
    display: block;
    text-align: center !important;
    margin: 0px auto;
    padding: 10vh 0px;
    overflow: hidden;
}

.title-block &gt; * {
    position: relative;
    display: block;
    width: 100vw;
    text-align: center !important;
    margin: 0px auto;
}

.title-block &gt; * &gt; * {
    position: relative;
    display: block;
    width: 100vw;
    height: 100%;
    text-align: center !important;
    margin: 0px auto;
}

.title-block &gt; * &gt; * &gt; span:empty {
    position: absolute !important;
}

.has-child {
    position: relative !important;
}

.title-block &gt; * &gt; * &gt; span {
    position: relative;
}

.title-block &gt; * &gt; span:nth-child(2) {
    display: none !important;
}

/* .home-slide-text1 span.word25, .home-slide-text2 span.word25 {
    position: relative;
}

.home-slide-text1 span.word26 {
    position: relative;
} */

.home-work-container {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    max-width: 1217px;
    margin: 0px auto 150px;
}

.home-work-title {
    position: relative;
    display: table;
    margin: 0px 0px 25px;
    padding-top: 30px;
    font-size: 96px;
    line-height: 75px;
}

.home-work-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 135px;
    height: 7px;
    background: #222;
    border-radius: 3px;
    left: 0px;
    top: 0px;

}

.home-work-subtitle {
    position: relative;
    display: table;
    margin: 0px 0px 110px;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.6px;
}

.view-anim {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    height: 30px;
    color: #f7951f;
}

.view-anim-item {
    position: absolute;
    display: block;
    left: 0px;
    top: 100%;
    opacity: 0;
}

.home-work-content {
    position: relative;
    display: block;
    font-size: 0px;
    margin: 0px auto 120px;
}

.home-work-content &gt; * {
    font-size: 16px;
}

.home-work-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 64px) / 3);
    margin: 0px 32px 32px 0px;
    border-radius: 54px;
    overflow: hidden;
    top: 0px;

    aspect-ratio: 480/480;
}

.home-work-img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;

    aspect-ratio: 480/480;
    object-fit: cover;
    object-position: 50%;
}

.home-work-item:nth-child(1),
.home-work-item:nth-child(4),
.home-work-item:nth-child(7),
.home-work-item:nth-child(10),
.home-work-item:nth-child(13) {
    top: -100px;

    animation: scrollPort1 0.5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -0.5s);

    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes scrollPort1 {
    to {
        top: 400px;
    }
}

.home-work-item:nth-child(3),
.home-work-item:nth-child(6),
.home-work-item:nth-child(9),
.home-work-item:nth-child(12),
.home-work-item:nth-child(15) {
    margin-right: 0px;
    top: 100px;

    animation: scrollPort3 0.5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -0.5s);

    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes scrollPort3 {
    to {
        top: -400px;
    }
}

.home-work-item:nth-child(3), .home-work-item:nth-child(6) {
    margin-right: 0px;
}

.home-work-background {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.home-work-item:hover .home-work-background {
    opacity: 0.9;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.home-work-icon {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 1;

    -webkit-transition: top 0.4s, opacity 0.4s;
    -moz-transition: top 0.4s, opacity 0.4s;
    -ms-transition: top 0.4s, opacity 0.4s;
    transition: top 0.4s, opacity 0.4s;
}

.home-work-item:hover .home-work-icon {
    top: -50px;
    opacity: 0;

    -webkit-transition: top 0.4s, opacity 0.4s;
    -moz-transition: top 0.4s, opacity 0.4s;
    -ms-transition: top 0.4s, opacity 0.4s;
    transition: top 0.4s, opacity 0.4s;
}

.home-work-text {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 50px;
    opacity: 0;

    -webkit-transition: top 0.4s, opacity 0.4s;
    -moz-transition: top 0.4s, opacity 0.4s;
    -ms-transition: top 0.4s, opacity 0.4s;
    transition: top 0.4s, opacity 0.4s;
}

.home-work-item:hover .home-work-text {
    top: 0px;
    opacity: 1;

    -webkit-transition: top 0.4s, opacity 0.4s;
    -moz-transition: top 0.4s, opacity 0.4s;
    -ms-transition: top 0.4s, opacity 0.4s;
    transition: top 0.4s, opacity 0.4s;
}

.home-work-text.quotes {
    top: 0px !important;
    opacity: 1 !important;
}

.home-work-text.quotes .home-work-cap {
    line-height: 30px !important;
    font-size: 19px;
    letter-spacing: 0.7px;
    color: #fff;
    position: relative;
    padding: 50px;
    bottom: 0px;
}

.home-work-text.quotes p {
    margin: 0px;
    padding: 0px;
}

.home-work-cap {
    position: absolute;
    display: block;
    bottom: 50px;
    left: 0px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 0px 100px 0px 50px;
}

.home-work-arrow {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    right: 50px;
    bottom: 0px;
    border: 1px solid #fff;
    border-radius: 6px;
    background: transparent;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.home-work-arrow:hover {
    background: #fff;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.home-work-arrow:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    left: calc((100% - 16px) / 2);
    top: calc((100% - 1px) / 2);

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.home-work-arrow:hover:before {
    background: #222;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.home-work-arrow:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;

    right: 7px;
    top: 7px;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);

    -webkit-transition: border 0.4s;
    -moz-transition: border 0.4s;
    -ms-transition: border 0.4s;
    transition: border 0.4s;
}


.home-work-arrow:hover:after {
    border-top: 1px solid #222;
    border-right: 1px solid #222;

    -webkit-transition: border 0.4s;
    -moz-transition: border 0.4s;
    -ms-transition: border 0.4s;
    transition: border 0.4s;
}

.home-work-link {
    position: relative;
    display: table;
    overflow: hidden;
    margin: 0px auto;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.3px;
    /* padding-top: 25px; */
    padding-top: 29px;
    color: #222;

    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.home-work-link:hover {
    color: #f7951f;

    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.home-work-link span {
    color: #f7951f !important;
}

.link-before {
    position: absolute;
    display: block;
    height: 8px;
    top: 0px;
    left: 0px;
    width: 100%;

    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    transition: left 0.5s;
}

.home-link:hover .link-before {
    left: 100%;

    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    transition: left 0.5s;
}

.link-after {
    position: absolute;
    display: block;
    height: 8px;
    top: 0px;
    left: -100%;
    width: 100%;

    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    transition: left 0.5s;
}

.home-link:hover .link-after {
    left: 0px;

    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    transition: left 0.5s;
}

.link-before:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #222;
    left: 0px;
    top: 6px;

    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.link-before:after {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    right: 2px;
    top: 2px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.link-after:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #f7951f;
    left: 0px;
    top: 6px;

    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.link-after:after {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #f7951f;
    border-right: 1px solid #f7951f;
    right: 2px;
    top: 2px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.home-how {
    position: relative;
    display: block;
    font-size: 0px;
    width: 100%;
    margin-bottom: 160px;
    text-align: center;
}

.home-how &gt; * {
    font-size: 19px;
}

.home-how-side {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    max-width: 640px;
    text-align: left;

    aspect-ratio: 640/640;
}

.home-how-side.left {
    top: -200px;

    animation: scrollLeft 0.5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -0.5s);

    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes scrollLeft {
    to {
        top: 200px;
    }
}

.home-how-ctn {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    max-width: 445px;
    margin: 0px auto;
}

.home-how-side.right {
    /* background: url('../../img/front/home/how_we_do_image.jpg') no-repeat;
    background-size: cover !important;
    background-position: 50% !important; */

    margin-left: calc((50vw - 640px) / 2);
    border-radius: 55px;

    top: 200px;

    aspect-ratio: 640/640;
    object-fit: cover;
    object-position: 50%;

    animation: scrollRight 0.5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -0.5s);

    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes scrollRight {
    to {
        top: -200px;
    }
}

.home-work-title.how {
    margin-bottom: 20px;
}

.home-how-art {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 40px;
    letter-spacing: 0.6px;
}

.home-how-art span {
    color: #f7951f;
}

.home-how-link {
    position: relative;
    display: table;
    font-size: 16px;
    color: #222;
    padding-top: 25px;
    overflow: hidden;

    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.home-how-link:hover {
    color: #f7951f;

    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.home-how-link span {
    color: #f7951f;
}

.home-how-group {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0px;
    margin-bottom: 40px;
}

.home-how-group:last-child {
    margin-bottom: 0px;
}

.home-how-group &gt; * {
    font-size: 16px;
}

.home-how-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px calc((100% - (110px * 3)) / 2) 0px 0px;
    width: 110px;
    padding-top: 28px;
    color: #222;

    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.home-how-item:hover {
    color: #f7951f;

    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.home-how-item:last-child {
    margin-right: 0px;
}

.home-how-line {
    position: absolute;
    display: block;
    width: 100px;
    height: 15px;
    top: 0px;
    top: 0px;
    overflow: hidden;
}

.home-how-line .before {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #222;
    top: calc((100% - 1px) / 2);
    left: 0px;

    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -ms-transition: left 0.4s;
    transition: left 0.4s;
}

.home-how-item:hover .before {
    left: 100%;

    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -ms-transition: left 0.4s;
    transition: left 0.4s;
}

.home-how-line .after {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #f7951f;
    top: calc((100% - 1px) / 2);
    left: -100%;

    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -ms-transition: left 0.4s;
    transition: left 0.4s;
}

.home-how-item:hover .after {
    left: 0%;

    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -ms-transition: left 0.4s;
    transition: left 0.4s;
}

.home-how-line .after:after {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    top: -4px;
    right: 2px;
    border-top: 1px solid #f7951f;
    border-right: 1px solid #f7951f;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home-insp {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    max-width: 1217px;
    margin: 0px auto 160px;
}

.home-work-title.insp {
    margin-bottom: 120px;
}

.home-insp-content {
    position: relative;
    display: block;
    font-size: 0px;
    margin-bottom: 80px;
}

.home-insp-content &gt; * {
    font-size: 16px;
}

.home-insp-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 64px) / 3);
    margin: 0px 32px 32px 0px;
    border-radius: 54px;
    overflow: hidden;
    top: 0px;
    background: #eaeaea;
    color: #222;

    aspect-ratio: 480/480;

    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.home-insp-item:last-child {
    margin-right: 0px !important;
}

.home-insp-item:hover {
    color: #f7951f;

    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.home-insp-item:nth-child(1) {
    top: -300px;

    animation: scrollPort1 0.5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -0.5s);

    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes scrollPort1 {
    to {
        top: 100px;
    }
}

.home-insp-item:nth-child(3) {
    margin-right: 0px;
    top: 200px;

    animation: scrollPort3 0.5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -0.5s);

    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes scrollPort3 {
    to {
        top: -100px;
    }
}

.home-insp-item:nth-child(3),
.home-insp-item:nth-child(6) {
    margin-right: 0px;
}

.home-insp-img {
    position: relative;
    display: block;
    aspect-ratio: 383/270;

    object-fit: cover;
    object-position: 50%;
}

.home-insp-item-title {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 20px 30px 0px;
    letter-spacing: 0.4px;
}

.home-insp-link {
    position: relative;
    display: table;
    margin: 0px auto;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.3px;
    padding-top: 25px;
    color: #222;
    overflow: hidden;

    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.home-insp-link:hover {
    color: #f7951f;

    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.home-insp-link span {
    color: #f7951f !important;
}



/* Desktops and laptops */
@media screen and (max-width : 1366px) {
    .home-sub-title {
        max-width: 1134px;
    }

    .home-sub-desc {
        max-width: 1134px;
    }

    .home-slide-title h1 {
        font-size: 80px !important;
        letter-spacing: 10px;
    }

    .home-slide-sm {
        font-size: 16px !important;
        line-height: 70px;
    }
}

/* Tablet */
@media screen and (max-width: 1150px) {

}

@media screen and (max-width: 1024px) {
    .home-sub-title {
        font-size: 80px;
        line-height: 65px;
    }

    .home-sub-title:before {
        margin-bottom: 20px;
    }

    .home-sub-desc {
        font-size: 22px;
    }

    .home-slide-nav {
        left: 50px;
        bottom: 70px;
    }

    .home-slide-container {
        margin-bottom: 100px;
    }

    .home-slide-container {
        font-size: 85px;
        line-height: 65px;
    }

    .home-work-container {
        margin-bottom: 100px;
    }

    .home-work-title {
        font-size: 85px;
        line-height: 68px;
    }

    .home-work-subtitle {
        margin-bottom: 70px;
    }

    .home-work-content {
        margin-bottom: 50px;
    }

    .home-how-art {
        margin-bottom: 30px;
    }

    .home-how-item {
        padding-top: 23px;
    }

    .home-how-group {
        margin-bottom: 30px;
    }

    .home-how {
        margin-bottom: 100px;
    }

    .home-work-title.insp {
        margin-bottom: 70px;
    }

    .home-how-side.right {
        width: calc(50% - 80px);
        margin-left: 40px;
    }

    .home-insp-content {
        margin-bottom: 50px;
    }

    .home-insp {
        margin-bottom: 100px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .home-work-item {
        width: calc((100% - 20px) / 2);
        top: 0px !important;
        margin-bottom: 20px;
    }

    .home-work-item:nth-child(odd) {
        margin-right: 20px !important;
    }

    .home-work-item:nth-child(even) {
        margin-right: 0px !important;
    }

    .home-how-side {
        display: block;
        width: 100%;
        top: 0px !important;
    }

    .home-how-side.left {
        aspect-ratio: unset;
        margin-bottom: 100px;
    }

    .home-how-ctn {
        max-width: unset;
    }

    .home-how-art br {
        display: none;
    }

    .home-how-side.right {
        width: calc(100% - 40px);
        margin-left: 20px;
    }

    .home-insp-item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        top: 0px !important;
    }
}

@media screen and (max-width: 768px) and (orientation: portrait) {

}

@media screen and (max-width: 768px) and (orientation: landscape) {
}

@media screen and (max-width : 500px) {
    .home-slide-title h1 {
        /* font-size: 50px; */
        left: 0px;
        font-size: 38px !important;
        line-height: 45px;
        letter-spacing: 3px;
    }

    .home-slide-sm {
        font-size: 16px !important;
        letter-spacing: 1px;
        line-height: 24px;
        left: 0px;
        margin: 0px auto 20px;
        max-width: 250px;
    }

    .home-slide-text2 {
        padding-right: 10px;
    }

    .home-slide-text3 {
        padding-right: 10px;
    }

    .title-block &gt; * &gt; * {
        width: 100%;
    }

    .home-slide-nav {
        left: 30px;
        bottom: 50px;
    }

    .home-slide-item.desk {
        display: none;
    }

    .home-slide-item.mob {
        position: ralative;
        display: block;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

    .home-slide-container {
        /* margin-bottom: 80px; */
    }

    .home-work-container {
        width: calc(100% - 40px);
        margin-bottom: 100px;
    }

    .home-work-title {
        font-size: 65px;
        line-height: 50px;
        padding-top: 20px;
    }

    .home-work-subtitle {
        font-size: 16px;
        margin-bottom: 70px;
    }

    .home-work-item {
        width: 100% !important;
        margin-right: 0px !important;
    }

    .home-work-item:nth-child(odd) {
        margin-right: 0px !important;
    }

    .home-work-cap {
        padding: 0px 30px;
    }

    .home-work-text.quotes .home-work-cap {
        font-size: 16px;
    }

    .home-work-arrow {
        right: 30px;
    }

    .home-how-ctn {
        width: calc(100% - 40px);
    }

    .home-how-side.left {
        margin-bottom: 50px;
    }

    .home-how {
        margin-bottom: 100px;
    }

    .home-insp {
        width: calc(100% - 40px);
        margin-bottom: 100px;
    }

    .home-insp-item {
        width: 100%;
        margin-right: 0px;
    }

    .home-insp-item-title {
        padding: 20px 20px 0px;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .home-work-subtitle {
        line-height: 25px;
    }

    .view-anim {
        height: 25px;
    }
}
</pre></body></html>