/*@font-face {
    font-family: "Playfair Display";
    src: url(../fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff2) format("woff2"), url(../fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff) format("woff");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-Regular.woff2) format("woff2"), url(../fonts/Poppins/Poppins-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: PoppinsBold;
    src: url(../fonts/Poppins/Poppins-Bold.woff2) format("woff2"), url(../fonts/Poppins/Poppins-Bold.woff) format("woff");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: Poppins-Light;
    src: url(../fonts/Poppins/Poppins-Light.woff2) format("woff2"), url(../fonts/Poppins/Poppins-Light.woff) format("woff");
    font-display: swap
}
*/

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Girassol&family=Play:wght@400;700&display=swap');

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
    background: unset
}

body {
    margin: 0;
    background: #fff;
    margin-bottom: 0 !important
}

*,
:after,
:before {
    box-sizing: border-box
}

body::-moz-selection {
    color: #292929;
    background: #fce07a
}

body::selection {
    color: #292929;
    background: #fce07a
}

footer,
header,
main,
nav {
    display: block
}

video {
    display: inline-block;
    vertical-align: baseline
}

a {
    background-color: transparent
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

small {
    font-size: 80%
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto
}

button,
input,
textarea {
    color: #656565;
    font-family: 'NanumSquare', sans-serif;
    font-size: 16px;
    line-height: 1.8
}

body {
    color: #656565;
    font-family: 'NanumSquare', sans-serif;
    font-size: 18px;
    line-height: 1.5
}

h1,
h2,
h3,
h4 {
    clear: both;
    font-family: "play", sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 1.5
}

h5 {
    font-size: 27px;
    margin-bottom: 10px
}

h5::before {
    top: 18px
}

p {
    margin-bottom: 1em;
    margin-top: 0
}

em {
    font-style: italic
}

::-webkit-input-placeholder {
    color: #333
}

::-moz-placeholder {
    color: #333
}

:-ms-input-placeholder {
    color: #333
}

:-moz-placeholder {
    color: #333
}

ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nav-button {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.form-holder .fake-checkbox span[class*="-privacy"],
.pop-up-wrapper .form-container .fake-checkbox span[class*="-privacy"] {
    display: inline-block;
    vertical-align: middle
}

.hi-title-wrapper .hi-title-inner-wrapper {
    font-family: PoppinsBold, sans-serif;
    font-size: 31px
}

.hi-title-wrapper .hi-title-inner-wrapper:hover {
    color: #333 !important
}

button {
    border: 1px solid;
    border-radius: 3px;
    color: rgba(0, 0, 0, .8);
    line-height: 1;
    padding: .6em 1em .4em
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    border-radius: 3px;
    padding: 3px
}

textarea {
    width: 100%
}

.pop-up-wrapper .rev-text-wrap {
    width: 100%
}

.cookie-law {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 1.05556rem 2rem;
    background-color: #292929;
    color: #d8d8d8;
    font-size: .77778rem;
    z-index: 15099;
    -webkit-transition: .5s opacity, .5s visibility;
    transition: .5s opacity, .5s visibility;
    will-change: opacity, visibility
}

.cookie-law-headline {
    font-weight: 500;
    color: #e6e7f0
}

.cookie-law-link {
    border-bottom: .07556rem solid #7d818e;
    font-weight: 500;
    letter-spacing: .025em;
    color: #e6e7f0
}

.cookie-law-button {
    display: inline-block;
    margin: 0 .27rem;
    padding: .3755rem 1.1755rem;
    border-radius: 25px;
    background-color: #facc16;
    color: #292929;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    font-family: PoppinsBold, sans-serif;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.cookie-law-button:focus,
.cookie-law-button:hover {
    background-color: #e6e7f0
}

.forms-wrapper {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto
}

#chose-form {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

#order-form {
    padding-top: 60px;
    margin: 0 auto;
    width: 100%
}

#contact-us-form {
    padding-top: 60px;
    margin: 0 auto;
    width: 100%
}

#careers-form {
    padding-top: 60px;
    margin: 0 auto;
    width: 100%
}

.order-norobot-field .order-norobot label {
    font-size: 11px !important
}

#careers-form-response,
#contact-form-response,
.notification-message {
    display: none;
    width: 100%;
    margin-bottom: 0 !important;
    min-height: 50px;
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: 5px 22px !important;
    border-radius: 25px;
    letter-spacing: -.5px;
    text-align: center;
    outline: 0
}

body {
    position: relative;
    height: 100%;
    margin-bottom: 889px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

body ::-moz-selection {
    background: rgba(250, 204, 22, .61)
}

body ::selection {
    background: rgba(250, 204, 22, .61)
}

span.bigletter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    display: block;
    color: #facc16;
    font-size: 300px;
    font-family: PoppinsBold, sans-serif;
    font-weight: bolder;
    line-height: 1
}

span.bigletter.animate-bigletter {
    color: transparent;
    overflow: hidden;
    -webkit-transition: color 1ms ease 150ms;
    transition: color 1ms ease 150ms
}

span.bigletter.animate-bigletter:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #facc16;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: transform .5s ease-out;
    transition: transform .5s ease-out
}

span.bigletter.animate-bigletter.show {
    color: #facc16
}

span.bigletter.animate-bigletter.show:before {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.site-main {
    margin-top: -1px;
    padding: 0 0 200px;
    position: relative;
    background-color: #fff;
    z-index: 300
}

.site-main ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.site-main ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}

.site-main ul li:first-child {
    margin-top: 10px
}

.site-main ul li:before {
    content: "";
    display: block;
    background-color: #facc16;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 13px
}

.site-main ul li:last-child {
    margin-bottom: 15px
}

.order-project .popart-btn {
    border-color: #facc16;
    background-color: #facc16;
    color: #333
}

.order-project .popart-btn:hover {
    color: #333
}

.l-header {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    border: 1px solid #facc16;
    z-index: -1;
    -webkit-transition: opacity .5s ease .3s;
    transition: opacity .5s ease .3s
}

.l-header:before {
    content: "";
    position: absolute;
    top: 163px;
    right: -20px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    display: block;
    height: 1px;
    background-color: #facc16;
    -webkit-transition: background-color 2.5s ease;
    transition: background-color 2.5s ease
}

.l-header.show {
    opacity: 1
}

.l-header.show:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.l-horizontal {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    border-right: 1px solid #facc16;
    border-left: 1px solid #facc16;
    -webkit-transition: transform .3s ease-in .1s, border-color 1.7s ease;
    transition: transform .3s ease-in .1s, border-color 1.7s ease
}

.l-horizontal.show {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.l-horizontal span,
.l-horizontal:after {
    position: absolute;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #facc16;
    -webkit-transition: background-color 2.5s ease;
    transition: background-color 2.5s ease
}

.l-horizontal:after {
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto
}

.l-horizontal span:first-child {
    left: 25%
}

.l-horizontal span:last-child {
    right: 25%
}

.fade-lines .l-header {
    border-color: #fef5d0
}

.fade-lines .l-header:before {
    background-color: #fef5d0
}

.fade-lines .l-horizontal {
    border-color: #fef5d0
}

.fade-lines .l-horizontal span,
.fade-lines .l-horizontal:after {
    background-color: #fef5d0
}

.clear:after,
.clear:before,
.container:after,
.container:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.container:after {
    clear: both
}

.container {
    margin: 0 auto;
    padding: 0 45px
}

.page-section {
    padding-top: 120px;
    position: relative;
    z-index: 10
}

.page-section .section-image {
    position: relative;
    overflow: hidden
}

.page-section .section-image:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fef5d0;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: transform 2s ease;
    transition: transform 2s ease
}

.page-section .section-image img {
    display: block;
    width: auto;
    opacity: 0;
    -webkit-transition: opacity 350ms ease !important;
    transition: opacity 350ms ease !important
}

.page-section .section-image.show:not(.plx):after {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.page-section .section-image.show:not(.plx) img {
    opacity: 1;
    -webkit-transition: opacity 1ms ease .6s;
    transition: opacity 1ms ease .6s
}

.page-section.yellow-block {
    overflow: hidden
}

.page-section.yellow-block>.container {
    position: relative;
    height: 630px;
    z-index: 2
}

.page-section.yellow-block .section-content {
    width: -webkit-calc(75% - 30px);
    width: calc(75% - 30px);
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-section.yellow-block .video-cont {
    height: 600px;
    width: 50%;
    overflow: hidden;
    position: absolute;
    top: -webkit-calc(50% + 125px);
    top: calc(50% + 125px);
    left: 50%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    -webkit-transition: -webkit-transform .7s .2s ease-out;
    transition: -webkit-transform .7s .2s ease-out;
    transition: transform .7s .2s ease-out;
    transition: transform .7s .2s ease-out, -webkit-transform .7s .2s ease-out
}

.page-section.yellow-block .video-cont video {
    position: relative;
    width: 100%;
    top: 40%;
    -webkit-transform: translateX(-100%) translateY(-50%);
    -ms-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%);
    -webkit-transition: -webkit-transform ease .5s;
    transition: -webkit-transform ease .5s;
    transition: transform ease .5s;
    transition: transform ease .5s, -webkit-transform ease .5s
}

.page-section.yellow-block.show .video-cont video {
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.page-section.content-indent .section-content {
    margin-left: 25%
}

.section-content li {
    margin-bottom: 3.8em;
}

.page-section p:last-of-type:not(.section-subtitle) {
    margin-bottom: 0
}

.section-title {
    font-size: 48px;
    line-height: 1.2;
    margin: 0 0 35px
}

h3.section-title {
    font-size: 45px
}

.popart-btn {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1;
    border: 2px solid #333;
    border-radius: 30px;
    background-color: transparent;
    width: 220px;
    padding: 18px 0 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    outline: 0;
    -webkit-transition: text-indent 350ms ease, color 350ms ease;
    transition: text-indent 350ms ease, color 350ms ease
}

.popart-btn:before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: #333;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 350ms ease, width 350ms ease, left 350ms ease;
    transition: opacity 350ms ease, width 350ms ease, left 350ms ease
}

.popart-btn.white-btn {
    color: #fff;
    border-color: #fff
}

.popart-btn.white-btn:after {
    color: #fff
}

.popart-btn.white-btn:before {
    background-color: #fff
}

.popart-btn:hover {
    text-indent: -20px;
    color: #facc16
}

.popart-btn:hover:after {
    opacity: 1;
    text-indent: 0
}

.popart-btn:hover svg {
    opacity: 1
}

.popart-btn:hover:before {
    opacity: 1;
    width: 12px;
    left: 175px
}

.popart-btn-svg {
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 26px;
    text-indent: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease
}

.white-btn .popart-btn-svg path {
    stroke: #fff
}

.image-section .section-image {
    float: left
}

.image-section .section-image.center-col {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}

.image-section .section-image.center-col img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto
}

.image-section .section-image.center-col {
    width: 100%;
    text-align: center
}

.image-center-padding {
    padding-top: 0 !important
}

.order-section-padding {
    padding-top: 60px !important
}

#sidebar {
    top: 0 !important;
    padding-bottom: 100px !important
}

.sidebar .nav-social svg {
    width: 19px
}

.sidebar .nav-social path {
    fill: #333
}

.notification-message {
    line-height: 1.5 !important;
    color: #fff
}

.page-section .section-image img {
    top: 0 !important
}

.hi-title-inner-wrapper {
    padding-bottom: 5px
}

.hi-details a:hover {
    color: #fff
}

.page-section.yellow-block .section-content {
    width: 50%;
    padding-right: 15px
}

span.rev-text,
span.rev-text-wrap {
    display: inline-block
}

.rev-text-wrap {
    overflow: hidden
}

.rev-text {
    -webkit-transition: transform 350ms ease;
    transition: transform 350ms ease
}

.temp-hide {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

.section-top {
    padding-top: 60px
}

.icon-cross span {
    left: 2px;
    top: 2.5px;
    border: 0;
    width: 26px;
    height: 26px;
    background-color: #333;
    color: #fff;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #959595;
    background-color: #959595;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding: 3px;
    -webkit-transition: background-color 350ms, left background-color 350ms !important;
    transition: background-color 350ms, left background-color 350ms !important
}

.icon-cross .yes {
    display: none
}

#order-privacy-contact:checked~.fake-checkbox .icon-cross span {
    left: 31px;
    border: 2px solid #facc16;
    background-color: #facc16
}

#order-privacy-contact:checked~.fake-checkbox .icon-cross .no {
    display: none
}

#order-privacy-contact:checked~.fake-checkbox .icon-cross .yes {
    display: block
}

#order-privacy-order:checked~.fake-checkbox .icon-cross span {
    left: 31px;
    border: 2px solid #facc16;
    background-color: #facc16
}

#order-privacy-order:checked~.fake-checkbox .icon-cross .no {
    display: none
}

#order-privacy-order:checked~.fake-checkbox .icon-cross .yes {
    display: block
}

#order-privacy-careers:checked~.fake-checkbox .icon-cross span {
    left: 31px;
    border: 2px solid #facc16;
    background-color: #facc16
}

#order-privacy-careers:checked~.fake-checkbox .icon-cross .no {
    display: none
}

#order-privacy-careers:checked~.fake-checkbox .icon-cross .yes {
    display: block
}

.site-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1100;
    -webkit-transition: transform .3s ease 0s, top .3s ease 2ms, background-color 1ms ease, box-shadow 1ms ease;
    -webkit-transition: top .3s ease 2ms, background-color 1ms ease, box-shadow 1ms ease, -webkit-transform .3s ease 0s;
    transition: top .3s ease 2ms, background-color 1ms ease, box-shadow 1ms ease, -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s, top .3s ease 2ms, background-color 1ms ease, box-shadow 1ms ease;
    transition: transform .3s ease 0s, top .3s ease 2ms, background-color 1ms ease, box-shadow 1ms ease, -webkit-transform .3s ease 0s
}

.site-header .site-branding {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    width: 250px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.site-header .site-branding a {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.site-header::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% + 50px);
    height: calc(100% + 50px);
    background: rgba(255, 255, 255, .96);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.sep-line:before {
    top: 752px !important
}

.not-top {
    box-shadow: 0 3px 10px -5px rgba(51, 51, 51, .4);
    background-color: rgba(255, 255, 255, .96)
}

.not-top .main-navigation {
    padding: 30px 0
}

.not-top .hi-wrapper.hi-wrapper {
    top: 71px;
    padding-top: 23px
}

.logo3 {
    background: #424142;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 10px
}

.site-header .site-branding .logo3>svg {
    width: 44px;
    position: relative;
    left: 3px;
    top: 3px
}

.logo3 .path1 {
    stroke-dasharray: 374.0748291015625
}

.logo3 .path2 {
    stroke-dasharray: 390.4734802246094;
    stroke-dashoffset: -390.4734802246094
}

.logo3:hover .path1 {
    -webkit-animation: animateFinal .82s cubic-bezier(.455, .03, .515, .955) forwards;
    animation: animateFinal .82s cubic-bezier(.455, .03, .515, .955) forwards
}

.logo3:hover .path2 {
    -webkit-animation: animateFinal2 1s cubic-bezier(.645, .045, .355, 1) forwards;
    animation: animateFinal2 1s cubic-bezier(.645, .045, .355, 1) forwards
}

@-webkit-keyframes animateFinal {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: -374.0748291015625
    }
}

@keyframes animateFinal {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: -374.0748291015625
    }
}

@-webkit-keyframes animateFinal2 {
    0% {
        stroke-dashoffset: 390.4734802246094;
        stroke-dasharray: 390.4734802246094
    }

    100% {
        stroke-dashoffset: -17;
        stroke-dasharray: 374.4734802246094
    }
}

@keyframes animateFinal2 {
    0% {
        stroke-dashoffset: 390.4734802246094;
        stroke-dasharray: 390.4734802246094
    }

    100% {
        stroke-dashoffset: -17;
        stroke-dasharray: 374.4734802246094
    }
}

.text {
    position: absolute;
    left: 80%;
    height: 150px;
    width: 230px;
    z-index: -1;
    overflow: hidden
}

.site-header .site-branding .text .popart {
    position: absolute;
    right: 100%;
    left: auto;
    opacity: 0;
    -webkit-transition: 0s right cubic-bezier(.215, .61, .355, 1) .3s, 0s transform cubic-bezier(.215, .61, .355, 1) .3s, .3s opacity cubic-bezier(.215, .61, .355, 1) 0s;
    transition: 0s right cubic-bezier(.215, .61, .355, 1) .3s, 0s transform cubic-bezier(.215, .61, .355, 1) .3s, .3s opacity cubic-bezier(.215, .61, .355, 1) 0s;
    width: 160px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 55px
}

.site-header .site-branding .logo3:hover .popart {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 1;
    -webkit-transition: 1s right cubic-bezier(.215, .61, .355, 1) 0s, 1s transform cubic-bezier(.215, .61, .355, 1) 0s, 0s opacity cubic-bezier(.215, .61, .355, 1) 0s;
    transition: 1s right cubic-bezier(.215, .61, .355, 1) 0s, 1s transform cubic-bezier(.215, .61, .355, 1) 0s, 0s opacity cubic-bezier(.215, .61, .355, 1) 0s
}

.site-header .site-branding .text .studio {
    position: absolute;
    right: 100%;
    left: auto;
    -webkit-transition: 0s right cubic-bezier(.215, .61, .355, 1) .3s, 0s transform cubic-bezier(.215, .61, .355, 1) .3s, .3s opacity cubic-bezier(.215, .61, .355, 1) 0s;
    transition: 0s right cubic-bezier(.215, .61, .355, 1) .3s, 0s transform cubic-bezier(.215, .61, .355, 1) .3s, .3s opacity cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 90px;
    opacity: 0;
    width: 100px
}

.site-header .site-branding .logo3:hover .studio {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 1;
    -webkit-transition: 1s right cubic-bezier(.215, .61, .355, 1) 0s, 1s transform cubic-bezier(.215, .61, .355, 1) 0s, 0s opacity cubic-bezier(.215, .61, .355, 1) 0s;
    transition: 1s right cubic-bezier(.215, .61, .355, 1) 0s, 1s transform cubic-bezier(.215, .61, .355, 1) 0s, 0s opacity cubic-bezier(.215, .61, .355, 1) 0s
}

.not-top .site-branding .text .popart {
    top: 48px;
    width: 122px
}

.not-top .site-branding .text .studio {
    top: 74px;
    width: 78px
}

.not-top .site-branding .logo3 {
    height: 67px;
    width: 67px
}

.not-top .site-branding .logo3>svg {
    width: 34px
}

.not-top .site-branding .text {
    height: 127px;
    width: 180px
}

.nav-wrapper .header-icons .header-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-wrapper .header-icons .header-icon svg {
    width: 17px
}

.nav-wrapper .header-icons .header-icon path {
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.nav-wrapper .header-icons .hi-email svg {
    width: 20px
}

.nav-wrapper .header-icons .header-icon__follow svg {
    width: 25px
}

.header-icon-wrap:hover path {
    fill: #333
}

.hi-email-title {
    display: none
}

.hi-email-address {
    display: none
}

.header-icons svg {
    width: 20px
}

.rss-fix {
    position: relative;
    top: -5px
}

.page-banner {
    min-height: 960px;
    padding-bottom: 0;
    position: relative;
    background-color: #fff;
    z-index: 100;
    padding-top: 180px
}

.page-banner .banner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-banner h1 .rev-text-wrap {
    margin-top: -.25em;
    width: 100%
}

.page-banner h1 .rev-text-wrap:first-child {
    margin-top: 0
}

.page-banner .banner-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    max-width: 50%;
    right: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease
}

.page-banner .banner-object.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    right: 0 !important;
    -webkit-transition: opacity .8s ease 0s, transform .8s ease 0s;
    transition: opacity .8s ease 0s, transform .8s ease 0s
}

.page-banner .banner-object img {
    display: block;
    max-width: 100%
}

.page-banner .banner-object img {
    max-height: 100%
}

.page-banner>.container {
    position: relative;
    z-index: 20
}

.page-banner .banner-object {
    z-index: 9;
    max-width: 50%
}

.page-banner .banner-object img {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.page-banner .banner-caption {
    bottom: 0;
    left: 15px
}

.page-banner .banner-caption span.bigletter {
    margin-bottom: -145px;
    float: left;
    position: relative
}

.page-banner h1 {
    margin: 0;
    padding-left: 1rem;
    font-size: 77px;
    line-height: 1.25;
    position: relative
}

.page-banner h2 {
    padding-left: 1rem;
    font-weight: 500;
    font-size: 26px;
    color: #333;
    margin-top: 50px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .5px
}

.page-banner .banner-caption {
    width: 72%
}

.banner-object {
    top: 185px
}

.page-banner .container {
    padding: 0
}

.info-buttons-wrapper {
    height: 164px;
    position: relative;
    z-index: 30;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.info-buttons-wrapper .popart-btn:first-child {
    margin-left: 16px
}

.info-buttons-wrapper .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.info-buttons-wrapper .container a {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 350ms ease, transform 350ms ease, text-indent 350ms, color 350ms;
    transition: opacity 350ms ease, transform 350ms ease, text-indent 350ms, color 350ms
}

.info-buttons-wrapper .container a.show {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.info-buttons-wrapper .container a:not(:first-child) {
    margin-left: 25px
}

.header-icons {
    position: absolute;
    right: 50px;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none
}

.header-icons .header-icon-wrap {
    background-color: #333;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: background-color 350ms;
    transition: background-color 350ms
}

.header-icons .header-icon-wrap:last-child {
    margin: 0
}

.header-icons .header-icon-wrap .hi-wrapper {
    opacity: 0;
    visibility: hidden;
    width: 328px !important
}

.header-icons .header-icon {
    display: block;
    position: relative;
    line-height: 1;
    color: #fff;
    width: 48px;
    height: 48px;
    -webkit-transition: color 350ms;
    transition: color 350ms;
    cursor: pointer
}

.header-icons .header-icon span,
.header-icons .header-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header-icons .header-icon.lang-info {
    font-weight: 600
}

.header-icons .hi-wrapper {
    width: 100%;
    position: absolute;
    top: 106px;
    right: -30px;
    padding-top: 79px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease, width .4s ease;
    transition: opacity .4s ease, visibility .4s ease, width .4s ease
}

.header-icons .hi-content {
    border-bottom: 1px solid #f8b309;
    width: 0;
    height: 215px;
    overflow: hidden;
    float: right;
    padding: 40px 24px 0;
}

.header-icons .hi-content ul {
    color: #333;
    list-style: none;
    padding: 20px 0 0 0;
    margin: 0
}

.header-icons .hi-content span {
    color: #333;
    cursor: pointer
}

.header-icons .hi-content span:hover {
    color: #fff
}

.header-icons .hi-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #333
}

.header-icons .hi-title .hi-title-wrapper {
    overflow: hidden;
    display: block
}

.header-icons .hi-title .hi-title-inner-wrapper {
    display: block;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.header-icons .hi-details {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.header-icons .hi-phone {
    font-size: 16px;
    line-height: 1
}

.header-icons .hi-phone li:first-child span {
    padding-bottom: 4px
}

.header-icons .hi-phone li:last-child span {
    padding-top: 4px
}

.header-icons .hi-phone a {
    margin-left: 20px
}

.header-icons .hi-phone span {
    font-weight: 500;
    display: inline-block;
    width: 90px;
    border-right: 1px solid #333;
    box-sizing: content-box
}

.header-icons .hi-lang li {
    display: inline-block;
    padding-right: 13px
}

.header-icons .hi-lang li:last-child {
    padding-right: 0;
    padding-left: 15px
}

.header-icons .hi-lang li:nth-child(2) {
    border-left: 1px solid rgba(51, 51, 51, .1);
    border-right: 1px solid rgba(51, 51, 51, .1)
}

.header-icons .hi-lang li:nth-child(2) a {
    padding-left: 15px
}

.header-icons .hi-lang a {
    display: block
}

.header-icons .hi-lang span {
    display: block
}

.header-icons .hi-lang span:first-child {
    font-weight: 600
}

.header-icons .hi-lang span:last-child {
    text-transform: lowercase;
    font-weight: 300
}

.header-icons .hi-follow li {
    display: inline-block;
    font-size: 20px;
    margin-right: 7px
}

.blog-icon {
    margin-right: 10px
}

.blog-icon span {
    font-size: 12px;
    background-color: #333;
    color: #fff !important;
    border: 2px solid #333;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 350ms ease, border 350ms ease, color 350ms ease !important;
    transition: background-color 350ms ease, border 350ms ease, color 350ms ease !important
}

.blog-icon span:active,
.blog-icon span:focus,
.blog-icon span:hover {
    background-color: #facc16;
    border: 2px solid #facc16;
    color: #333 !important
}

.site-footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 150px;
    background-color: #383838;
    text-align: center;
    color: #fff
}

.site-footer a,
.site-footer h2 {
    color: #fff
}

.site-footer a:hover {
    color: #facc16
}

.site-footer .footer-pretitle {
    font-size: 18px
}

.site-footer h2 {
    margin: 15px 0 25px
}

.site-footer .footer-email {
    font-size: 14px
}

.site-footer .footer-info {
    margin-top: 80px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    text-align: left
}

.site-footer .footer-info address,
.site-footer .footer-info>ul {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
    font-style: normal;
    list-style: none
}

.site-footer .footer-info ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.site-footer .footer-info li {
    margin-bottom: 5px
}

.site-footer .footer-info li:last-child {
    margin-bottom: 0
}

.site-footer .footer-info li.finfo-title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px
}

.site-footer .footer-info a {
    color: #fff
}

.site-footer .footer-info a:hover {
    color: #facc16
}

.site-footer .footer-social {
    margin-top: 60px
}

.site-footer .footer-social span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin: 0 12px
}

.site-footer .footer-social span:hover {
    color: #facc16;
    cursor: pointer
}

.site-footer .copyright {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-top: 15px;
    padding-bottom: 30px
}

.site-footer #toTop {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    width: 70px;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    line-height: .7;
    height: 70px;
    background: #facc16;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-footer #toTop span {
    position: relative;
    color: #383838;
    font-size: 38px
}

.site-footer #toTop::before {
    content: "";
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.site-footer #toTop:hover::before {
    -webkit-animation: sonar-effect2 .8s ease-out 75ms;
    animation: sonar-effect2 .8s ease-out 75ms
}

@-webkit-keyframes sonar-effect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(51, 51, 51, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(51, 51, 51, .5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(51, 51, 51, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(51, 51, 51, .5);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes sonar-effect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(51, 51, 51, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(51, 51, 51, .5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(51, 51, 51, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(51, 51, 51, .5);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes sonar-effect2 {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(250, 204, 22, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(250, 204, 22, .5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(250, 204, 22, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(250, 204, 22, .5);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes sonar-effect2 {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(250, 204, 22, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(250, 204, 22, .5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(250, 204, 22, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(250, 204, 22, .5);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

.pop-up-wrapper {
    position: fixed;
    z-index: 10100;
    width: 0;
    height: 100%;
    right: 0;
    top: 0
}

.pop-up-wrapper .contact-us-wrapper {
    width: 68px;
    height: 68px;
    position: absolute;
    right: 50px;
    bottom: 70px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: bottom .4s ease;
    transition: bottom .4s ease
}

.pop-up-wrapper .contact-us-wrapper.show {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.pop-up-wrapper .contact-us-wrapper:after {
    content: "";
    display: block;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250vw;
    height: 250vw;
    margin-top: -125vw;
    margin-left: -125vw;
    z-index: -1;
    -webkit-transform: scale(.005);
    -ms-transform: scale(.005);
    transform: scale(.005);
    -webkit-transition: transform .6s .4s;
    -webkit-transition: -webkit-transform .6s .4s;
    transition: -webkit-transform .6s .4s;
    transition: transform .6s .4s;
    transition: transform .6s .4s, -webkit-transform .6s .4s
}

.pop-up-wrapper .contact-us-wrapper:before {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(51, 51, 51, .1);
    opacity: 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.pop-up-wrapper .contact-us-wrapper:hover:before {
    -webkit-animation: sonar-effect .8s ease-out 75ms;
    animation: sonar-effect .8s ease-out 75ms
}

.pop-up-wrapper .contact-us-btn {
    line-height: 1;
    display: block;
    color: #fff;
    font-size: 25px;
    width: 68px;
    height: 68px;
    text-align: center;
    padding: 21px 0;
    border-radius: 50%;
    position: relative;
    -webkit-transition: transform .4s ease, background-color .4s ease, color .4s ease;
    -webkit-transition: background-color .4s ease, color .4s ease, -webkit-transform .4s ease;
    transition: background-color .4s ease, color .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, background-color .4s ease, color .4s ease;
    transition: transform .4s ease, background-color .4s ease, color .4s ease, -webkit-transform .4s ease
}

.pop-up-wrapper .contact-us-btn:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #292929;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: transform .4s ease, background-color .4s ease, color .4s ease;
    -webkit-transition: background-color .4s ease, color .4s ease, -webkit-transform .4s ease;
    transition: background-color .4s ease, color .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, background-color .4s ease, color .4s ease;
    transition: transform .4s ease, background-color .4s ease, color .4s ease, -webkit-transform .4s ease
}

.pop-up-wrapper .contact-us-btn .icon-write {
    position: relative;
    display: block
}

.pop-up-wrapper .contact-us-btn span:before {
    display: none
}

.pop-up-wrapper .contact-us-btn span .icon-write__email {
    position: absolute;
    left: -webkit-calc(50% - 13px);
    left: calc(50% - 13px);
    top: 4px;
    width: 28px;
    -webkit-animation: cycleIcons1 6s ease 0s infinite normal both running;
    animation: cycleIcons1 6s ease 0s infinite normal both running
}

.pop-up-wrapper .contact-us-btn span .icon-write__hand {
    -webkit-animation: cycleIcons2 6s ease 0s infinite normal both running;
    animation: cycleIcons2 6s ease 0s infinite normal both running;
    position: absolute;
    left: -webkit-calc(50% - 12px);
    left: calc(50% - 12px);
    top: -2px;
    width: 20px
}

.pop-up-wrapper .contact-us-btn span .icon-write__write {
    -webkit-animation: cycleIcons3 6s ease 0s infinite normal both running;
    animation: cycleIcons3 6s ease 0s infinite normal both running;
    position: absolute;
    left: -webkit-calc(50% - 12px);
    left: calc(50% - 12px);
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    width: 24px
}

.pop-up-wrapper .contact-us-btn:hover:before {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.icon-write {
    position: relative
}

.forms-wrapper {
    position: absolute;
    color: #fff
}

.forms-wrapper p {
    padding-left: 60px;
    font-size: 70px;
    font-family: 'Open Sans', 'Malgun Gothic', 'Noto Sans KR', sans-serif !important;
    margin-bottom: 80px;
    line-height: 1.4;
    word-break: keep-all;
}

.forms-wrapper .popart-btn {
    margin-right: 30px;
    left: -60px;
}

.pop-up-wrapper .forms-wrapper {
    position: relative
}

.form-holder,
.pop-up-wrapper .form-container {
    max-width: 920px;
    position: relative;
    display: none
}

.pop-up-wrapper .form-container .prev-form {
    font-size: 50px;
    position: absolute;
    display: none;
    cursor: pointer
}

.form-holder label,
.pop-up-wrapper .form-container label {
    color: #959595
}

.form-holder .fake-checkbox,
.pop-up-wrapper .form-container .fake-checkbox {
    display: block;
    float: left
}

.form-holder .fake-checkbox span[class*="-privacy"],
.pop-up-wrapper .form-container .fake-checkbox span[class*="-privacy"] {
    width: 66px;
    height: 36px;
    border: 2px solid #959595;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    margin-right: 20px
}

.form-holder input[type=checkbox]:checked+label span:before,
.pop-up-wrapper .form-container input[type=checkbox]:checked+label span:before {
    left: 31px;
    border-color: #facc16;
    background-color: #facc16
}

.pop-up-wrapper .form-container .input-wrapper {
    position: relative;
    margin-bottom: 40px
}

.pop-up-wrapper .form-container .input-wrapper label {
    pointer-events: none;
    position: absolute;
    top: 17.5px;
    left: 25px;
    line-height: 1;
    -webkit-transition: color 350ms ease;
    transition: color 350ms ease
}

.pop-up-wrapper .form-container .input-wrapper .fake-input:focus+label,
.pop-up-wrapper .form-container .input-wrapper .fake-input:hover+label {
    top: -15px;
    font-size: 12px
}

.pop-up-wrapper .form-container .input-wrapper .input-icon {
    position: absolute;
    right: 30px;
    top: 17.5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    font-size: 20px;
    color: #959595;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.pop-up-wrapper .form-container .input-wrapper:hover .input-icon {
    color: #fff
}

.form-holder input,
.pop-up-wrapper .form-container .fake-input,
.pop-up-wrapper .form-container input,
.pop-up-wrapper .form-container textarea {
    display: block;
    outline: 0;
    padding: 17px 40px;
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
    color: #959595;
    border: 2px solid #959595;
    border-radius: 30px;
    background-color: transparent
}

.form-holder input:focus,
.form-holder input:hover,
.pop-up-wrapper .form-container .fake-input:focus,
.pop-up-wrapper .form-container .fake-input:hover,
.pop-up-wrapper .form-container input:focus,
.pop-up-wrapper .form-container input:hover,
.pop-up-wrapper .form-container textarea:focus,
.pop-up-wrapper .form-container textarea:hover {
    color: #fff;
    border-color: #fff
}

.form-holder input:focus+label,
.form-holder input:hover+label,
.pop-up-wrapper .form-container .fake-input:focus+label,
.pop-up-wrapper .form-container .fake-input:hover+label,
.pop-up-wrapper .form-container input:focus+label,
.pop-up-wrapper .form-container input:hover+label {
    color: #fff
}

.pop-up-wrapper .form-container .fake-input {
    min-height: 50px
}

.pop-up-wrapper .form-container .fake-input-file {
    cursor: pointer
}

.pop-up-wrapper .form-container .fake-select {
    cursor: pointer;
    position: relative
}

.pop-up-wrapper .form-container .fake-select .fake-select-text {
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pop-up-wrapper .form-container .fake-select .fake-select-text:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.pop-up-wrapper .form-container .fake-select:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0
}

.pop-up-wrapper .form-container .fake-select:hover .fake-options {
    border-color: #fff;
    height: 228px;
    visibility: visible;
    opacity: 1
}

.pop-up-wrapper .form-container .fake-select:hover .fake-options:before {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px)
}

.pop-up-wrapper .form-container .fake-options {
    display: block;
    position: absolute;
    background-color: rgba(51, 51, 51, .95);
    width: -webkit-calc(100% + 4px);
    width: calc(100% + 4px);
    left: -2px;
    top: 40px;
    padding: 0 40px;
    z-index: 10;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-right: 2px solid #959595;
    border-bottom: 2px solid #959595;
    border-left: 2px solid #959595;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: border-color 250ms ease, height 250ms ease, visibility 250ms ease, opacity 250ms ease;
    transition: border-color 250ms ease, height 250ms ease, visibility 250ms ease, opacity 250ms ease
}

.pop-up-wrapper .form-container .fake-options .f-opt {
    display: block;
    margin: 10px 0;
    position: relative;
    -webkit-transition: padding 350ms ease;
    transition: padding 350ms ease
}

.pop-up-wrapper .form-container .fake-options .f-opt:first-child {
    margin-top: 40px
}

.pop-up-wrapper .form-container .fake-options .f-opt:last-child {
    margin-bottom: 40px
}

.pop-up-wrapper .form-container .fake-options .f-opt:after,
.pop-up-wrapper .form-container .fake-options .f-opt:before {
    content: "";
    -webkit-transition: width 350ms ease, left 350ms ease, opacity 350ms ease;
    transition: width 350ms ease, left 350ms ease, opacity 350ms ease
}

.pop-up-wrapper .form-container .fake-options .f-opt:before {
    content: icon-char(keyboard_arrow_down);
    font-family: icomoon;
    font-size: 17px;
    color: #fff;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    position: absolute;
    top: -2px;
    left: -5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.pop-up-wrapper .form-container .fake-options .f-opt:after {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: -25px;
    top: 6px;
    opacity: 0
}

.pop-up-wrapper .form-container .fake-options .f-opt:hover {
    padding-left: 20px
}

.pop-up-wrapper .form-container .fake-options .f-opt:hover:before {
    opacity: 1;
    left: 0
}

.pop-up-wrapper .form-container .fake-options .f-opt:hover:after {
    width: 10px;
    left: 0;
    opacity: 1
}

.pop-up-wrapper .form-container .fake-options:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    margin: 0 auto;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: width 350ms ease;
    transition: width 350ms ease
}

.pop-up-wrapper .form-container textarea {
    min-height: 200px;
    resize: none
}

.form-holder .fake-submit,
.pop-up-wrapper .form-container .fake-submit {
    border-color: #facc16;
    background-color: #facc16;
    color: #333;
    margin-right: 0;
    float: right
}

.form-holder input[type=checkbox],
.pop-up-wrapper .form-container input.select-dropdown,
.pop-up-wrapper .form-container input[type=checkbox],
.pop-up-wrapper .form-container input[type=file] {
    display: none
}

.form-holder ::-webkit-input-placeholder,
.pop-up-wrapper .form-container ::-webkit-input-placeholder {
    color: #959595
}

.form-holder ::-moz-placeholder,
.pop-up-wrapper .form-container ::-moz-placeholder {
    color: #959595
}

.form-holder :-ms-input-placeholder,
.pop-up-wrapper .form-container :-ms-input-placeholder {
    color: #959595
}

.form-holder :-moz-placeholder,
.pop-up-wrapper .form-container :-moz-placeholder {
    color: #959595
}

.fade-input {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity .3s ease-out, transform .3s ease-out, text-indent .3s ease-out, color .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out, text-indent .3s ease-out, color .3s ease-out
}

@-webkit-keyframes cycleIcons1 {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    5% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    25% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    30% {
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scale(0) rotate(0);
        transform: scale(0) rotate(0);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        content: icon-char(hand);
        -webkit-transform: scale(0) rotate(0);
        transform: scale(0) rotate(0);
        opacity: 0
    }
}

@keyframes cycleIcons1 {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    5% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    25% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    30% {
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scale(0) rotate(0);
        transform: scale(0) rotate(0);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        content: icon-char(hand);
        -webkit-transform: scale(0) rotate(0);
        transform: scale(0) rotate(0);
        opacity: 0
    }
}

@-webkit-keyframes cycleIcons2 {
    0% {
        -webkit-transform: scale(0) rotate(-30deg);
        transform: scale(0) rotate(-30deg);
        opacity: 1
    }

    28% {
        -webkit-transform: scale(0) rotate(-30deg);
        transform: scale(0) rotate(-30deg);
        opacity: 1
    }

    31% {
        -webkit-transform: scale(1) rotate(30deg);
        transform: scale(1) rotate(30deg)
    }

    40% {
        -webkit-transform: scale(1) rotate(-30deg);
        transform: scale(1) rotate(-30deg)
    }

    48% {
        -webkit-transform: scale(1) rotate(30deg);
        transform: scale(1) rotate(30deg)
    }

    55% {
        -webkit-transform: scale(1) rotate(-30deg);
        transform: scale(1) rotate(-30deg)
    }

    61% {
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        content: icon-char(hand);
        -webkit-transform: scale(1) rotate(30deg);
        transform: scale(1) rotate(30deg);
        opacity: 1
    }

    63% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        content: icon-char(write);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        content: icon-char(write);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

@keyframes cycleIcons2 {
    0% {
        -webkit-transform: scale(0) rotate(-30deg);
        transform: scale(0) rotate(-30deg);
        opacity: 1
    }

    28% {
        -webkit-transform: scale(0) rotate(-30deg);
        transform: scale(0) rotate(-30deg);
        opacity: 1
    }

    31% {
        -webkit-transform: scale(1) rotate(30deg);
        transform: scale(1) rotate(30deg)
    }

    40% {
        -webkit-transform: scale(1) rotate(-30deg);
        transform: scale(1) rotate(-30deg)
    }

    48% {
        -webkit-transform: scale(1) rotate(30deg);
        transform: scale(1) rotate(30deg)
    }

    55% {
        -webkit-transform: scale(1) rotate(-30deg);
        transform: scale(1) rotate(-30deg)
    }

    61% {
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        content: icon-char(hand);
        -webkit-transform: scale(1) rotate(30deg);
        transform: scale(1) rotate(30deg);
        opacity: 1
    }

    63% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        content: icon-char(write);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        content: icon-char(write);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

@-webkit-keyframes cycleIcons3 {
    0% {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    66% {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    70% {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: scale(1) translate(-10%, -8%) rotate(0);
        transform: scale(1) translate(-10%, -8%) rotate(0)
    }

    79% {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: scale(1) translate(10%, 15%) rotate(-15deg);
        transform: scale(1) translate(10%, 15%) rotate(-15deg)
    }

    86% {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: scale(1) translate(18%, -10%) rotate(10deg);
        transform: scale(1) translate(18%, -10%) rotate(10deg)
    }

    95% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(1) translate(25%, 8%) rotate(-10deg);
        transform: scale(1) translate(25%, 8%) rotate(-10deg);
        opacity: 1
    }

    99% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
}

@keyframes cycleIcons3 {
    0% {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    66% {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    70% {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: scale(1) translate(-10%, -8%) rotate(0);
        transform: scale(1) translate(-10%, -8%) rotate(0)
    }

    79% {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: scale(1) translate(10%, 15%) rotate(-15deg);
        transform: scale(1) translate(10%, 15%) rotate(-15deg)
    }

    86% {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: scale(1) translate(18%, -10%) rotate(10deg);
        transform: scale(1) translate(18%, -10%) rotate(10deg)
    }

    95% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(1) translate(25%, 8%) rotate(-10deg);
        transform: scale(1) translate(25%, 8%) rotate(-10deg);
        opacity: 1
    }

    99% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
}

.footer-social svg {
    width: 20px
}

.footer-social svg path {
    -webkit-transition: fill .2s;
    transition: fill .2s
}

.footer-social svg:hover path {
    fill: #facc16
}

.footer-social a {
    position: relative;
    top: -1px
}

.icon-write__x {
    display: none;
    position: relative;
    left: 19px;
    width: 32px;
    height: 29px;
    top: 5px
}

.contact-us-btn .icon-write {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.contact-us-btn:hover .icon-write {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color 350ms ease;
    transition: color 350ms ease
}

a:active,
a:focus,
a:hover {
    outline: 0
}

nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation {
    float: right;
    padding: 75px 0;
    margin-right: 150px
}

.main-navigation>ul {
    position: relative
}

.main-navigation>ul>li:hover>.nav-link-wrap:after {
    -webkit-transform: translate(102%, -50%);
    -ms-transform: translate(102%, -50%);
    transform: translate(102%, -50%)
}

.main-navigation>ul>li:hover>.nav-link-wrap a {
    -webkit-transform: translateY(-27px);
    -ms-transform: translateY(-27px);
    transform: translateY(-27px)
}

.main-navigation li {
    float: left;
    margin-left: 45px;
    position: relative
}

.main-navigation li:first-of-type {
    margin-left: 0
}

.main-navigation .nav-link-wrap {
    display: block;
    overflow: hidden;
    position: relative
}

.main-navigation .nav-link-wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-102%, -50%);
    -ms-transform: translate(-102%, -50%);
    transform: translate(-102%, -50%);
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease
}

.main-navigation a {
    color: #333;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 10px 0 8px;
    -webkit-transition: transform .3s ease-out .1s;
    transition: transform .3s ease-out .1s;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.main-navigation a:after {
    content: attr(data-hover-text);
    display: block;
    position: absolute;
    top: 27px;
    left: 0;
    padding: 10px 0 12px;
    color: #facc16
}

.sub-menu-btn {
    display: none
}

.nav-button-wrapper {
    position: fixed;
    right: 20px;
    top: 19px;
    width: 40px;
    z-index: 3000;
    padding: 0 0 35px;
    -webkit-transition: transform .3s ease 2ms;
    transition: transform .3s ease 2ms;
    display: none
}

.nav-button {
    color: #333;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 20px;
    border: 2px solid #333;
    border-radius: 30px;
    display: block;
    position: relative;
    -webkit-transition: color .7s cubic-bezier(.75, .1, .25, 1), background-color .7s cubic-bezier(.75, .1, .25, 1), border-color .7s cubic-bezier(.75, .1, .25, 1);
    transition: color .7s cubic-bezier(.75, .1, .25, 1), background-color .7s cubic-bezier(.75, .1, .25, 1), border-color .7s cubic-bezier(.75, .1, .25, 1)
}

.nav-button .menu-btn {
    width: 15px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    right: 50%;
    z-index: 100;
    pointer-events: none
}

.nav-button .menu-btn span,
.nav-button .menu-btn:after,
.nav-button .menu-btn:before {
    width: 100%;
    height: 2px;
    position: absolute;
    display: block;
    background-color: #333;
    -webkit-transition: background-color .7s cubic-bezier(.75, .1, .25, 1);
    transition: background-color .7s cubic-bezier(.75, .1, .25, 1)
}

.nav-button .menu-btn:after,
.nav-button .menu-btn:before {
    content: "";
    -webkit-transition: .3s width .4s ease-out, background-color .7s cubic-bezier(.75, .1, .25, 1);
    transition: .3s width .4s ease-out, background-color .7s cubic-bezier(.75, .1, .25, 1)
}

.nav-button .menu-btn:after {
    top: 0;
    left: 0
}

.nav-button .menu-btn:before {
    bottom: 0;
    right: 0
}

.nav-button .menu-btn span {
    top: 50%;
    margin-top: -1px;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    background-color: #fff
}

.nav-button .menu-btn span:before {
    content: "";
    background-color: #333;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: background-color .7s cubic-bezier(.75, .1, .25, 1), -webkit-transform .3s ease-out;
    transition: background-color .7s cubic-bezier(.75, .1, .25, 1), -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, background-color .7s cubic-bezier(.75, .1, .25, 1);
    transition: transform .3s ease-out, background-color .7s cubic-bezier(.75, .1, .25, 1), -webkit-transform .3s ease-out
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.order-project {
    text-align: center
}

.order-project .popart-btn {
    display: block;
    margin: 70px auto 70px;
}

#sidebar {
    background-color: #333;
    position: absolute;
    padding: 5px;
    padding-top: 96px;
    top: -28px;
    left: 0;
    height: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 999;
    -webkit-transition: opacity 350ms ease, transform 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease
}

#sidebar h3 {
    position: relative;
    font-size: 22px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    color: #fff;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: opacity .25s, -webkit-transform .25s;
    transition: opacity .25s, -webkit-transform .25s;
    transition: transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s, -webkit-transform .25s;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

#sidebar h4 {
    position: relative;
    font-size: 19px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    color: #fff;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: opacity .25s, -webkit-transform .25s;
    transition: opacity .25s, -webkit-transform .25s;
    transition: transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s, -webkit-transform .25s
}

#sidebar ul {
    margin: 0 0 25px;
    padding: 0;
    list-style: none
}

#sidebar li {
    position: relative;
    margin: 8px 0;
    line-height: 1.4em;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: opacity .25s, -webkit-transform .25s;
    transition: opacity .25s, -webkit-transform .25s;
    transition: transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s, -webkit-transform .25s
}

#sidebar li a {
    position: relative;
    left: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: left .35s ease;
    transition: left .35s ease;
    display: inline-block
}

#sidebar li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    height: 100%;
    width: 3px;
    -webkit-transition: height .2s ease;
    transition: height .2s ease;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    background-color: #facc16;
    display: block;
    z-index: -1;
    height: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#sidebar li a:hover {
    left: 6px
}

#sidebar li a:hover:after {
    height: 100%
}

#sidebar .nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px
}

#sidebar .nav-social a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #333;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity .25s, color .5s, background-color .5s, -webkit-transform .25s;
    transition: opacity .25s, color .5s, background-color .5s, -webkit-transform .25s;
    transition: transform .25s, opacity .25s, color .5s, background-color .5s;
    transition: transform .25s, opacity .25s, color .5s, background-color .5s, -webkit-transform .25s
}

#sidebar .nav-social a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#sidebar .nav-social a:hover {
    background-color: #facc16;
    color: #333
}

#sidebar #side-nav {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    padding-top: 10px
}

#sidebar.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#sidebar.show .fixed-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 45px;
    -webkit-transition: top 550ms ease, padding 550ms;
    transition: top 550ms ease, padding 550ms
}

#sidebar.show .visible-header {
    top: 95px;
    padding-top: 5px !important
}

#sidebar.show h3,
#sidebar.show h4,
#sidebar.show li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

#sidebar.show .nav-social a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

#sidebar.show .nav-social.no-delay a {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important
}

#sidebar .active-sidebar-item a {
    left: 6px
}

#sidebar .active-sidebar-item a:after {
    height: 100%
}

.undo-img {
    height: 41px;
    margin-top: 35px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pop-up-wrapper #order-form {
    width: 100%
}

.order-form {
    width: 76%
}

.order-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.order-form .form-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.form-field {
    position: relative;
    margin-bottom: 40px;
    min-height: 50px
}

.form-field label,
.form-field p {
    font-size: 14px
}

.form-field input+label {
    position: absolute;
    left: 25px;
    top: 17.5px;
    font-size: 14px;
    line-height: 1;
    color: #383838;
    -webkit-transition: font-size 350ms ease, top 350ms ease;
    transition: font-size 350ms ease, top 350ms ease
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 10px 22px;
    border: 2px solid #333;
    border-radius: 25px;
    letter-spacing: -.5px;
    outline: 0;
    -webkit-transition: border .35s ease;
    transition: border .35s ease
}

.form-field input {
    height: 50px;
    background-color: transparent
}

.form-field textarea {
    height: 200px
}

.form-field input[type=email]:focus+label,
.form-field input[type=email]:hover+label,
.form-field input[type=tel]:focus+label,
.form-field input[type=tel]:hover+label,
.form-field input[type=text]:focus+label,
.form-field input[type=text]:hover+label {
    top: -15px;
    font-size: 12px
}

.form-field input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 25px;
    height: 5px;
    width: 5px
}

.form-field input[type=checkbox]+label {
    left: 40px;
    cursor: pointer
}

.submit-form-field .popart-btn {
    float: right
}

.order-norobot-field {
    min-height: 50px;
    margin-bottom: 0
}

.order-norobot-field .form-field input[type=checkbox]+label {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.order-norobot-field .form-field input[type=checkbox]+label:focus,
.order-norobot-field .form-field input[type=checkbox]+label:hover {
    color: #383838;
    border-color: #383838
}

.order-norobot-field .fake-checkbox span.icon-cross {
    border: 2px solid #333
}

.order-norobot-field .fake-checkbox span.icon-cross::before {
    left: 2px;
    top: 2px;
    border: 0;
    background-color: #333;
    color: #fff
}

.form-container .order-norobot-field .form-field input[type=checkbox]+label {
    -webkit-transition: color 350ms ease, top 350ms ease, font-size 350ms ease;
    transition: color 350ms ease, top 350ms ease, font-size 350ms ease
}

.form-container .order-norobot-field .form-field input[type=checkbox]+label a {
    position: relative;
    font-weight: 700;
    color: #959595
}

.form-container .order-norobot-field .form-field input[type=checkbox]+label a::before {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: width .5s;
    transition: width .5s
}

.form-container .order-norobot-field .form-field input[type=checkbox]+label a:focus::before,
.form-container .order-norobot-field .form-field input[type=checkbox]+label a:hover::before {
    width: 100%
}

.form-container .order-norobot-field .form-field input[type=checkbox]+label:focus,
.form-container .order-norobot-field .form-field input[type=checkbox]+label:hover {
    border-color: #fff;
    color: #fff
}

.form-container .order-norobot-field .form-field input[type=checkbox]+label:focus a,
.form-container .order-norobot-field .form-field input[type=checkbox]+label:hover a {
    color: #fff
}

.half-width {
    position: relative;
    width: -webkit-calc(50% - 12.5px);
    width: calc(50% - 12.5px)
}

.half-width:nth-child(even) {
    margin-left: 15px
}

.full-width {
    position: relative;
    width: 100%
}

.form-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

#order-form-response {
    display: none;
    width: 100%;
    min-height: 50px;
    padding: 10px 22px;
    border-radius: 25px;
    letter-spacing: -.5px;
    text-align: center;
    outline: 0
}

#order-form-response .notification-message {
    padding: 0;
    font-family: Poppins, sans-serif;
    line-height: 2
}

#order-form-response .notification-message {
    color: #fff
}

#order-form-response .notification-message::before {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 900
}

.order-form form .invalid-input-msg {
    display: none;
    position: absolute;
    right: 0;
    bottom: -25px;
    padding-right: 20px;
    font-size: 11px;
    font-weight: 600;
    color: #ff3b30
}

.scroll-btn>:focus,
.scroll-btn>:hover {
    color: #fff
}

.scroll-btn>:active,
.scroll-btn>:focus,
.scroll-btn>:hover {
    opacity: .8
}

.icon-circle-plus svg {
    width: 17px
}

@media only screen and (min-width:100px) {
    .header-icons .header-icon-wrap:hover {
        background-color: #facc16
    }

    .header-icons .header-icon-wrap:hover .header-icon {
        color: #333
    }

    .header-icons .header-icon-wrap:hover .hi-wrapper {
        opacity: 1;
        visibility: visible;
        -webkit-transition: visibility .4s ease, opacity .4s ease, transform .4s ease;
        transition: visibility .4s ease, opacity .4s ease, transform .4s ease
    }

    .header-icons .header-icon-wrap:hover .hi-content {
        background-color: #facc16;
        box-shadow: inset 0 0 12px 2px #f8b309;
        width: 100%;
        -webkit-transition: width .4s ease, background-color 0s ease, box-shadow .4s ease;
        transition: width .4s ease, background-color 0s ease, box-shadow .4s ease
    }

    .header-icons .header-icon-wrap:hover .hi-title .hi-title-inner-wrapper {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: transform .5s cubic-bezier(.85, .1, .25, 1) .6s;
        transition: transform .5s cubic-bezier(.85, .1, .25, 1) .6s
    }

    .header-icons .header-icon-wrap:hover .hi-details {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: opacity .5s ease .3s, transform .5s ease .3s;
        transition: opacity .5s ease .3s, transform .5s ease .3s
    }
}

@media only screen and (min-width:600px) {
    .form-title-left {
        width: 70%;
        float: left
    }

    .form-btn-right {
        width: 30%;
        float: right
    }

    .enter-forms-content {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-content: center;
        overflow: hidden
    }

    .form-title-left {
        width: 70%;
        float: left
    }

    .form-btn-right {
        width: 31%;
        float: right
    }

    .inner-form-btn {
        float: right;
        margin-right: 0 !important;
        margin: 0 auto;
        margin-bottom: 50px
    }
}

@media only screen and (min-width:768px) {
    .l-horizontal {
        left: 0;
        right: 0;
        width: 600px
    }

    .container {
        padding: 0 15px;
        width: 630px
    }
}

@media only screen and (min-width:1025px) {
    .l-horizontal {
        width: 930px
    }

    .container {
        width: 960px
    }
}

@media only screen and (min-width:1251px) {
    .sub-menu-wrapper {
        position: fixed;
        top: 109px;
        left: 50%;
        max-width: 1224px;
        width: 100%;
        z-index: 99;
        padding-top: 75px;
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: translateX(-50%) scaleY(0);
        -ms-transform: translateX(-50%) scaleY(0);
        transform: translateX(-50%) scaleY(0);
        -webkit-transition: -webkit-transform 0s ease .3s;
        transition: -webkit-transform 0s ease .3s;
        transition: transform 0s ease .3s;
        transition: transform 0s ease .3s, -webkit-transform 0s ease .3s
    }

    .sub-menu-wrapper .nav-link-wrap:after {
        content: none
    }

    .sub-menu {
        border-radius: 0 0 5px 5px;
        background-color: rgba(255, 255, 255, .96);
        box-shadow: 0 5px 10px -5px rgba(51, 51, 51, .4);
        -webkit-transition: .3s opacity;
        transition: .3s opacity;
        opacity: 0;
        padding: 20px 27px 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        color: #424142
    }

    .sub-menu .nav-link-wrap {
        display: block;
        overflow: visible;
        -webkit-transform: rotateY(45deg);
        transform: rotateY(45deg);
        -webkit-transition: opacity 50ms ease .3s, transform 50ms ease .3s;
        transition: opacity 50ms ease .3s, transform 50ms ease .3s;
        opacity: 0
    }

    .sub-menu .nav-link-wrap:last-child {
        margin-right: 0
    }

    .sub-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-top: 30px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        border-top: 1px solid #d6d6d6;
        margin-top: 13px
    }

    .sub-menu li {
        width: 100%;
        margin-left: 0;
        float: none;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .sub-menu a {
        text-transform: none;
        padding: 0;
        -webkit-transition: color .3s;
        transition: color .3s
    }

    .sub-menu a:after {
        content: ""
    }

    .sub-menu a:hover {
        color: #facc16
    }

    .sub-menu a:hover img {
        box-shadow: 0 0 0 10px #fff, 0 0 10px 15px rgba(0, 0, 0, .09);
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    .sub-menu img {
        pointer-events: all;
        border-radius: 10px;
        overflow: hidden;
        float: left;
        -webkit-transition: box-shadow .3s cubic-bezier(.25, .25, .66, 1.65), -webkit-transform .3s;
        transition: box-shadow .3s cubic-bezier(.25, .25, .66, 1.65), -webkit-transform .3s;
        transition: transform .3s, box-shadow .3s cubic-bezier(.25, .25, .66, 1.65);
        transition: transform .3s, box-shadow .3s cubic-bezier(.25, .25, .66, 1.65), -webkit-transform .3s
    }

    .sub-menu:before {
        content: attr(data-submenu-title);
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase
    }

    .sub-menu:after {
        content: attr(data-submenu-desc);
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        text-align: right;
        font-size: 14px
    }

    .sub-menu span {
        position: relative
    }

    .nav-item-title {
        pointer-events: all;
        font-size: 16px
    }

    .nav-item-text {
        display: inline-block;
        font-size: 14px;
        line-height: 18px
    }

    .nav-item-text:before {
        content: "";
        display: inline-block;
        height: 18px
    }

    .sub-menu-has-4 img,
    .sub-menu-has-6 img {
        margin-bottom: 18px
    }

    .sub-menu-has-4 li,
    .sub-menu-has-6 li {
        margin: 0 11px
    }

    .sub-menu-has-3 .nav-item-title:before {
        content: "";
        display: inline-block;
        height: 40px
    }

    .sub-menu-has-3 .nav-item-text {
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        width: 175px
    }

    .sub-menu-has-3 .nav-item-text:before {
        content: "";
        display: inline-block;
        height: 18px
    }

    .sub-menu-has-3 img {
        margin-right: 20px;
        width: 179px
    }

    .sub-menu-has-2 .nav-item-title:before {
        content: "";
        display: inline-block;
        height: 57px
    }

    .sub-menu-has-2 .nav-item-text {
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        width: 197px
    }

    .sub-menu-has-2 .nav-item-text:before {
        content: "";
        display: inline-block;
        height: 18px
    }

    .sub-menu-has-2 img {
        margin-right: 40px;
        width: 242px
    }

    .sub-menu-has-2 li:nth-child(1) {
        padding-left: 75px;
        padding-right: 30px
    }

    .sub-menu-has-2 li:nth-child(2) {
        padding-left: 50px;
        padding-right: 40px
    }

    .sub-menu-wrapper {
        padding-top: 73px
    }

    .not-top .sub-menu-wrapper {
        padding-top: 30px;
        top: 64px
    }

    .nav-down li:hover .sub-menu-wrapper {
        -webkit-transition: -webkit-transform 0s ease 0s;
        transition: -webkit-transform 0s ease 0s;
        transition: transform 0s ease 0s;
        transition: transform 0s ease 0s, -webkit-transform 0s ease 0s;
        -webkit-transform: translateX(-50%) scaleY(1);
        -ms-transform: translateX(-50%) scaleY(1);
        transform: translateX(-50%) scaleY(1)
    }

    .nav-down li:hover .sub-menu {
        opacity: 1
    }

    .nav-down li:hover .sub-menu li:nth-child(1) .nav-link-wrap {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
        -webkit-transition: opacity .3s ease 0s, transform .3s ease 0s;
        transition: opacity .3s ease 0s, transform .3s ease 0s
    }

    .nav-down li:hover .sub-menu li:nth-child(2) .nav-link-wrap {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
        -webkit-transition: opacity .3s ease 80ms, transform .3s ease 80ms;
        transition: opacity .3s ease 80ms, transform .3s ease 80ms
    }

    .nav-down li:hover .sub-menu li:nth-child(3) .nav-link-wrap {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
        -webkit-transition: opacity .3s ease 160ms, transform .3s ease 160ms;
        transition: opacity .3s ease 160ms, transform .3s ease 160ms
    }

    .nav-down li:hover .sub-menu li:nth-child(4) .nav-link-wrap {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
        -webkit-transition: opacity .3s ease 240ms, transform .3s ease 240ms;
        transition: opacity .3s ease 240ms, transform .3s ease 240ms
    }

    .nav-down li:hover .sub-menu li:nth-child(5) .nav-link-wrap {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
        -webkit-transition: opacity .3s ease 320ms, transform .3s ease 320ms;
        transition: opacity .3s ease 320ms, transform .3s ease 320ms
    }

    .nav-down li:hover .sub-menu li:nth-child(6) .nav-link-wrap {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
        -webkit-transition: opacity .3s ease .4s, transform .3s ease .4s;
        transition: opacity .3s ease .4s, transform .3s ease .4s
    }
}

@media only screen and (min-width:1251px) and (max-width:1400px) {
    .sub-menu-wrapper {
        padding-top: 30px
    }
}

@media only screen and (min-width:1400px) {
    .inner-form-btn {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:1650px) {
    .l-horizontal {
        width: 1224px
    }

    .container {
        width: 1254px
    }
}

@media only screen and (max-width:1850px) {
    .main-navigation {
        margin-right: 180px
    }
}

@media only screen and (max-width:1750px) {
    .logo3 {
        width: 70px;
        height: 70px
    }

    .site-header .site-branding .logo3>svg {
        width: 36px;
        left: 2px;
        top: 2px
    }

    .site-header .site-branding .text .popart {
        width: 130px;
        top: 58px
    }

    .site-header .site-branding .text .studio {
        width: 80px;
        top: 86px
    }

    .site-header .site-branding .text {
        width: 190px
    }

    .not-top .site-branding .logo3 {
        height: 62px;
        width: 62px
    }

    .not-top .site-branding .logo3>svg {
        width: 31px;
        left: 2px;
        top: 1px
    }

    .not-top .site-branding .text .popart {
        width: 117px
    }

    .not-top .site-branding .text .studio {
        width: 70px;
        top: 83px
    }

    .not-top .site-branding .text {
        height: 147px;
        width: 165px
    }
}

@media only screen and (max-width:1700px) {
    .header-icons .hi-wrapper {
        width: 350px !important
    }
}

@media only screen and (max-width:1650px) {
    span.bigletter {
        font-size: 240px
    }

    .site-main {
        padding: 0 0 100px
    }

    .section-title {
        font-size: 38px
    }

    h3.section-title {
        font-size: 35px
    }

    .popart-btn:hover:before {
        left: 133px
    }

    .popart-btn {
        padding: 14px 0 13px
    }

    .popart-btn-svg {
        right: 28px
    }

    .popart-btn {
        width: 180px !important
    }

    .page-banner h1 {
        font-size: 55px
    }

    .page-banner h2 {
        position: relative;
        z-index: 1;
        font-size: 17px;
        margin-top: 10px
    }

    .page-banner .banner-caption span.bigletter {
        margin-bottom: -87px;
        padding-left: .4rem;
        font-size: 200px
    }

    .site-footer {
        padding-top: 80px
    }

    .site-footer h2 {
        margin: 15px 0 5px
    }

    .site-footer .footer-info {
        margin-top: 50px
    }

    .site-footer .footer-info li {
        margin-bottom: 0
    }

    .site-footer .copyright {
        margin-top: 25px
    }

    .pop-up-wrapper .contact-us-btn span .icon-write__email {
        left: -webkit-calc(50% - 11px);
        left: calc(50% - 11px);
        top: 18px;
        width: 23px
    }

    .pop-up-wrapper .contact-us-btn span .icon-write__hand {
        left: -webkit-calc(50% - 12px);
        left: calc(50% - 12px);
        top: 11px;
        width: 18px
    }

    .pop-up-wrapper .contact-us-btn span .icon-write__write {
        left: -webkit-calc(50% - 9px);
        left: calc(50% - 9px);
        top: -webkit-calc(50% + 7px);
        top: calc(50% + 7px);
        width: 18px
    }

    .pop-up-wrapper .contact-us-btn,
    .pop-up-wrapper .contact-us-wrapper {
        height: 55px;
        width: 55px;
        padding: 0;
        line-height: 62px;
        font-size: 20px
    }

    .pop-up-wrapper .forms-wrapper {
        width: 700px;
        min-width: 700px;
        max-width: 700px
    }

    .pop-up-wrapper .form-container .input-wrapper {
        margin-bottom: 30px
    }

    .pop-up-wrapper .form-container p {
        font-size: 40px;
        margin-bottom: 30px
    }

    .form-holder input,
    .pop-up-wrapper .form-container .fake-input,
    .pop-up-wrapper .form-container input,
    .pop-up-wrapper .form-container textarea {
        display: block;
        outline: 0;
        padding: 12px 30px;
        font-size: 14px;
        line-height: 1.2;
        width: 100%;
        color: #959595;
        border: 2px solid #959595;
        border-radius: 30px;
        background-color: transparent;
        -webkit-transition: border 350ms ease, color 350ms ease;
        transition: border 350ms ease, color 350ms ease
    }

    .form-holder input:focus,
    .form-holder input:hover,
    .pop-up-wrapper .form-container .fake-input:focus,
    .pop-up-wrapper .form-container .fake-input:hover,
    .pop-up-wrapper .form-container input:focus,
    .pop-up-wrapper .form-container input:hover,
    .pop-up-wrapper .form-container textarea:focus,
    .pop-up-wrapper .form-container textarea:hover {
        color: #fff;
        border-color: #fff
    }

    .form-holder input:focus+label,
    .form-holder input:hover+label,
    .pop-up-wrapper .form-container .fake-input:focus+label,
    .pop-up-wrapper .form-container .fake-input:hover+label,
    .pop-up-wrapper .form-container input:focus+label,
    .pop-up-wrapper .form-container input:hover+label {
        color: #fff
    }

    .main-navigation {
        margin-right: 150px
    }

    .main-navigation li {
        margin-left: 18px
    }

    .pop-up-wrapper .form-container .prev-form {
        font-size: 40px
    }

    .icon-write__x {
        left: 16px;
        width: 24px;
        height: 29px;
        top: 12px
    }

    #sidebar h4 {
        margin: 5px 0 10px
    }

    #sidebar li {
        margin: 4px 0
    }

    #sidebar .nav-social {
        margin-bottom: 30px
    }

    #sidebar .nav-social a {
        width: 38px;
        height: 38px;
        font-size: 17px
    }

    .undo-img {
        height: 25px;
        margin-top: 17px;
        display: block
    }

    .form-field {
        min-height: 45px;
        margin-bottom: 30px
    }

    .order-norobot-field {
        min-height: 45px
    }
}

@media only screen and (max-width:1600px) {
    #sidebar {
        max-width: 240px
    }

    .logo3 {
        width: 54px;
        height: 54px;
        margin-left: 6px
    }

    .site-header .site-branding .logo3>svg {
        width: 27px;
        left: 2px;
        top: 1px
    }

    .site-header .site-branding .text {
        height: 100%;
        width: 155px
    }

    .site-header .site-branding .text .popart {
        width: 110px;
        top: 14px
    }

    .site-header .site-branding .text .studio {
        width: 60px;
        top: 37px
    }

    .not-top .site-branding .logo3 {
        width: 54px;
        height: 54px
    }

    .not-top .site-branding .logo3>svg {
        width: 27px;
        left: 2px;
        top: 1px
    }

    .not-top .site-branding .text .popart {
        width: 104px;
        top: 13px
    }

    .not-top .site-branding .text .studio {
        width: 64px;
        top: 36px
    }

    .not-top .site-branding .text {
        height: 100%;
        width: 145px
    }
}

@media only screen and (max-width:1550px) {
    .page-banner {
        min-height: 800px
    }

    .main-navigation li {
        margin-left: 18px
    }
}

@media only screen and (max-width:1500px) {
    .header-icons .header-icon-wrap {
        margin-right: 5px
    }

    .header-icons .header-icon {
        width: 40px;
        height: 40px
    }

    .header-icons .header-icon.lang-info {
        font-size: 15px
    }

    .blog-icon span {
        font-size: 10px
    }

    .site-footer #toTop {
        width: 40px;
        margin-bottom: 10px;
        height: 40px
    }

    .site-footer #toTop span {
        font-size: 27px
    }

    .main-navigation {
        margin-right: 150px
    }

    .inner-form-btn {
        margin-bottom: 20px
    }

    .undo-img {
        margin-top: 0
    }
}

@media only screen and (max-width:1400px) {
    span.bigletter {
        font-size: 159px
    }

    .site-header .site-branding {
        position: absolute;
        top: 50%;
        left: 2.5%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .page-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 570px;
        padding-bottom: 100px
    }

    .page-banner .banner-object {
        max-width: 60%
    }

    .banner-object {
        top: 102px
    }

    .header-icons .hi-wrapper {
        top: 75px;
        padding-top: 28px
    }

    .section-title {
        font-size: 32px
    }

    .site-footer h2 {
        margin: 5px 0 5px
    }

    .site-footer .footer-pretitle {
        font-size: 15px
    }

    .site-footer .footer-social {
        margin-top: 35px
    }

    .site-footer .copyright {
        margin-top: 15px;
        margin-bottom: 0
    }

    .site-footer .footer-info {
        margin-top: 35px
    }

    .site-footer .footer-info address,
    .site-footer .footer-info ul {
        padding-left: 0
    }

    .site-footer .footer-info li.finfo-title {
        font-size: 15px
    }

    .site-footer .footer-info a,
    .site-footer .footer-info li {
        font-size: 16px;
        line-height: 1.8
    }

    .pop-up-wrapper .contact-us-wrapper {
        bottom: 125px
    }

    .main-navigation {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .main-navigation li {
        margin-left: 18px
    }

    .main-navigation a {
        font-size: 14px
    }

    .sub-menu-wrapper {
        top: 62px
    }

    .sub-menu-wrapper a {
        font-size: 12px
    }

    .undo-img {
        height: 25px;
        margin-left: 0;
        margin-top: 20px
    }
}

@media only screen and (max-width:1360px) {
    #sidebar .nav-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:1280px) {
    #sidebar {
        opacity: 1 !important;
        max-width: 100%;
        width: 100% !important;
        position: relative;
        text-align: center;
        padding-top: 5px;
        transform: none !important
    }

    #sidebar li {
        margin: 4px auto;
        max-width: 320px
    }
}

@media only screen and (max-width:1250px) {
    .cookie-law {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .cookie-law-button {
        margin-top: 20px
    }

    .cookie-law-button:first-child {
        margin-left: 0
    }

    span.bigletter {
        font-size: 123px
    }

    .l-header:before {
        top: 120px
    }

    .page-section.yellow-block .video-cont video {
        -webkit-transform: translateX(-100%) translateY(-50%);
        -ms-transform: translateX(-100%) translateY(-50%);
        transform: translateX(-100%) translateY(-50%)
    }

    .page-section {
        padding-top: 150px
    }

    .page-section.content-indent .section-content {
        margin-left: 0
    }

    .page-section.yellow-block>.container {
        height: 100%
    }

    .page-section.yellow-block:before {
        height: 100%;
        top: -webkit-calc(50% + 75px);
        top: calc(50% + 75px)
    }

    .page-section.yellow-block.show .section-content {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .page-section.yellow-block.show .video-cont {
        position: relative;
        left: 0;
        top: 0;
        max-width: 960px;
        width: auto;
        height: 100%;
        margin: 40px auto;
        padding: 0 15px 0 16px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 0
    }

    .page-section.yellow-block.show .video-cont video {
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 30px
    }

    h3.section-title {
        font-size: 25px
    }

    .popart-btn {
        font-size: 12px;
        width: 180px;
        padding: 15px 0 13px
    }

    .popart-btn:after {
        right: 10px
    }

    .popart-btn:hover:before {
        left: 144px
    }

    .popart-btn-svg {
        right: 17px
    }

    .main-navigation {
        overflow: initial
    }

    .nav-wrapper {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        display: block
    }

    .site-header {
        padding: 18px 0;
        top: 0
    }

    .site-header .container {
        width: auto
    }

    .site-header .site-branding {
        position: relative;
        top: auto;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .logo3 {
        width: 46px;
        height: 46px;
        margin-left: 6px
    }

    .site-header .site-branding .logo3>svg {
        width: 23px;
        left: 1px
    }

    .site-header .site-branding .text {
        height: 100%;
        width: 114px
    }

    .site-header .site-branding .text .popart {
        width: 80px;
        top: 13px
    }

    .site-header .site-branding .text .studio {
        width: 40px;
        top: 31px
    }

    .not-top .site-branding .logo3 {
        width: 46px;
        height: 46px
    }

    .not-top .site-branding .logo3>svg {
        width: 23px
    }

    .not-top .site-branding .text .popart {
        width: 80px;
        top: 10px
    }

    .not-top .site-branding .text .studio {
        width: 40px;
        top: 28px
    }

    .not-top .site-branding .text {
        height: 100%;
        width: 114px
    }

    .nav-wrapper .header-icons .header-icon path {
        fill: #333
    }

    .page-banner h1 {
        font-size: 45px
    }

    .page-banner h2 {
        margin-top: 20px;
        font-size: 19px
    }

    .page-banner .banner-caption {
        margin: 20px 0
    }

    .page-banner .banner-caption span.bigletter {
        margin-bottom: -77px
    }

    .page-banner span.bigletter {
        font-size: 120px
    }

    .banner-object {
        top: 90px
    }

    .info-buttons-wrapper {
        height: 121px
    }

    .header-icons .header-icon-wrap .hi-wrapper {
        width: 360px !important
    }

    .header-icons .hi-lang li {
        font-size: 14px
    }

    .header-icons {
        position: relative;
        height: auto;
        right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 50px;
        margin-bottom: 40px
    }

    .header-icons .header-icon-wrap {
        background-color: #fff;
        margin-right: 20px
    }

    .header-icons .header-icon-wrap:focus,
    .header-icons .header-icon-wrap:hover {
        background-color: #facc16
    }

    .header-icons .hi-wrapper {
        right: 0;
        top: auto;
        bottom: 40px;
        padding-bottom: 28px
    }

    .header-icons .hi-details {
        -webkit-transition: opacity .3s, transform .3s;
        transition: opacity .3s, transform .3s
    }

    .header-icons .hi-content {
        -webkit-transition: 0s;
        transition: 0s;
        max-width: 320px;
        width: 100%;
        float: none;
        background-color: #facc16;
        margin: 0 auto
    }

    .header-icons .hi-content ul {
        text-align: initial;
        color: #333
    }

    .header-icons .hi-title {
        pointer-events: none
    }

    .header-icons .hi-title .hi-title-inner-wrapper {
        color: #333;
        text-align: left
    }

    .header-icons .header-icon {
        color: #333
    }

    .blog-icon span {
        background-color: #fff !important;
        color: #333 !important;
        border: none
    }

    .blog-icon span:active,
    .blog-icon span:focus,
    .blog-icon span:hover {
        background-color: #facc16 !important;
        border: none;
        color: #333 !important
    }

    .site-footer {
        padding-top: 50px
    }

    .site-footer h2 {
        margin: 20px 0 10px
    }

    .site-footer .footer-info {
        margin-top: 40px
    }

    .site-footer .footer-social {
        margin-top: 40px
    }

    .site-footer .copyright {
        margin-top: 40px
    }

    .pop-up-wrapper .contact-us-wrapper {
        right: 20px;
        bottom: 100px
    }

    .forms-wrapper p {
        font-size: 50px
    }

    .main-navigation>ul>li:hover>.nav-link-wrap:after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .main-navigation>ul>li:hover>.nav-link-wrap a {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .main-navigation .nav-link-wrap:after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .main-navigation a:after {
        display: none
    }

    .nav-wrapper {
        margin: 0;
        text-align: center;
        position: fixed;
        top: 0;
        bottom: 0;
        right: -420px;
        height: 100%;
        background-color: #383838;
        width: 100%;
        max-width: 420px;
        overflow: auto;
        -webkit-transition: right .7s cubic-bezier(.88, -.26, .13, 1.23);
        transition: right .7s cubic-bezier(.88, -.26, .13, 1.23);
        z-index: 2000
    }

    .main-navigation {
        float: none;
        padding: 0;
        margin: 170px 0 0;
        cursor: pointer
    }

    .main-navigation ul {
        position: static
    }

    .main-navigation li {
        float: none;
        margin: 0 0 5px;
        min-height: 40px
    }

    .main-navigation li:hover>.nav-link-wrap a {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .main-navigation a {
        display: block;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 1px
    }

    .main-navigation a:after {
        display: none
    }

    .main-navigation a:hover:after {
        display: none
    }

    .main-navigation .nav-link-wrap {
        display: block;
        overflow: hidden;
        position: relative
    }

    .main-navigation .nav-link-wrap:after {
        content: none
    }

    .main-navigation .sub-menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 30px;
        height: 40px;
        width: 50px;
        padding: 2px;
        line-height: 1;
        color: #fff;
        cursor: pointer;
        -webkit-transition: transform 350ms ease;
        transition: transform 350ms ease
    }

    .sub-menu-wrapper {
        text-align: center;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        position: relative;
        visibility: visible;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: none
    }

    .sub-menu-wrapper .sub-menu ul {
        padding: 10px 0 30px
    }

    .sub-menu-wrapper .sub-menu li {
        margin-bottom: 0
    }

    .sub-menu-wrapper .sub-menu a {
        font-family: Poppins, sans-serif;
        font-size: 16px;
        font-weight: 300
    }

    .sub-menu-wrapper li {
        display: block;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .sub-menu-wrapper .nav-item-text,
    .sub-menu-wrapper img {
        display: none
    }

    .nav-button-wrapper {
        display: block
    }
}

@media only screen and (max-width:1040px) {
    .info-buttons-wrapper {
        height: 200px
    }
}

@media only screen and (max-width:1024px) {
    .half-width {
        width: 49% !important
    }

    .order-norobot-field .order-norobot label {
        font-size: 9px !important
    }

    #careers-form-response,
    #contact-form-response,
    .notification-message {
        font-size: 15px !important
    }

    body {
        margin-bottom: 0
    }

    .page-section {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .page-section.video-section.show .video-cont {
        max-width: 630px
    }

    .popart-btn {
        font-size: 11px;
        width: 120px;
        padding: 11px 0 9px
    }

    .popart-btn:after,
    .popart-btn:before {
        content: none
    }

    .popart-btn:hover {
        text-indent: initial
    }

    .popart-btn-svg {
        display: none
    }

    #sidebar {
        padding-bottom: 30px !important
    }

    .half-width:nth-child(even) {
        margin-left: 10px !important
    }

    .page-banner .container {
        width: 100%
    }

    .page-banner h1 {
        padding-left: 1rem
    }

    .info-buttons-wrapper .container a:first-child {
        margin-right: 10px
    }

    .blog-icon {
        border: none;
        background-color: #fff !important;
        color: #333 !important
    }

    .site-footer .footer-email {
        font-size: 17px
    }

    .site-footer {
        position: static
    }

    .site-footer .footer-info address,
    .site-footer .footer-info ul {
        width: 100%;
        margin-bottom: 30px;
        text-align: center
    }

    .site-footer .footer-pretitle {
        font-size: 22px
    }

    .site-footer .footer-info li.finfo-title {
        font-size: 19px
    }

    .site-footer .footer-info a,
    .site-footer .footer-info li {
        font-size: 18px
    }

    .section-title {
        font-size: 35px
    }

    .pop-up-wrapper .contact-us-wrapper:after {
        width: 320vw;
        height: 320vw
    }

    .pop-up-wrapper {
        -webkit-transition: background-color 1ms ease .4s, width .4s ease;
        transition: background-color 1ms ease .4s, width .4s ease
    }

    .half-width {
        width: 100%
    }

    .half-width:nth-child(even) {
        margin-left: 0
    }
}

@media only screen and (max-width:991px) {
    .order-form {
        width: 100%
    }
}

@media only screen and (max-width:900px) {
    .section-image {
        padding-bottom: 0 !important
    }
}

@media only screen and (max-width:820px) {
    .page-banner {
        min-height: 0
    }
}

@media only screen and (max-width:800px) {
    .l-header.show {
        top: 0
    }
}

@media only screen and (max-width:767px) {
    #order-form {
        padding-top: 30px
    }

    #contact-us-form {
        padding-top: 30px
    }

    #careers-form {
        padding-top: 30px
    }

    .site-main {
        padding: 0 0 50px
    }

    .l-header {
        border-left-color: transparent;
        border-right-color: transparent
    }

    .l-header.show {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-bottom: transparent
    }

    .l-header:before {
        right: 0;
        background-color: transparent !important
    }

    .container {
        padding: 0 15px
    }

    .section-title {
        font-size: 32px
    }

    h3.section-title {
        font-size: 30px
    }

    .section-top {
        padding-top: 10px
    }

    .site-header .site-branding {
        left: 0
    }

    .site-header .site-branding .text .popart {
        display: none
    }

    .site-header .site-branding .text .studio {
        display: none
    }

    .logo3:hover .path1 {
        -webkit-animation: none;
        animation: none
    }

    .logo3:hover .path2 {
        -webkit-animation: none;
        animation: none
    }

    .page-banner .banner-object {
        max-width: 75%
    }

    .page-banner {
        padding-bottom: 15px
    }

    .page-banner .banner-object {
        padding: 0
    }

    .page-banner h1 {
        font-size: 27.5px
    }

    .page-banner h2 {
        font-size: 18px
    }

    .info-buttons-wrapper .container {
        top: 30%
    }

    .site-footer .footer-email {
        font-size: 16px;
        line-height: 1.7
    }

    .site-footer #toTop span {
        font-size: 27px
    }

    .site-footer .footer-pretitle {
        font-size: 17px;
        line-height: 1.8
    }

    .site-footer .footer-info li.finfo-title {
        font-size: 21px
    }

    .pop-up-wrapper .contact-us-wrapper {
        bottom: 50px
    }

    .forms-wrapper {
        overflow-y: auto
    }

    .pop-up-wrapper .forms-wrapper {
        width: 550px;
        min-width: 550px;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto
    }

    .pop-up-wrapper .form-title-left {
        padding-left: 20px
    }

    .pop-up-wrapper .form-title-left span {
        font-size: 24px
    }

    .pop-up-wrapper .form-btn-right {
        margin-top: 0
    }

    .inner-form-btn {
        margin-bottom: 25px
    }

    .undo-img {
        height: 25px;
        margin-top: 19px;
        display: block
    }
}

@media only screen and (max-width:640px) {
    .page-banner {
        padding-top: 0
    }

    .page-banner .banner-object {
        position: relative;
        max-width: 100%
    }

    .page-banner .banner-object {
        max-width: 100%
    }

    .info-buttons-wrapper .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .info-buttons-wrapper .container a {
        width: -webkit-calc(50% + 20px);
        width: calc(50% + 20px);
        padding: 15px;
        border: 1px solid #000;
        font-size: 10px
    }

    .info-buttons-wrapper .container a:first-child {
        margin-right: 0
    }

    .info-buttons-wrapper .container a:not(:first-child) {
        margin-left: 0;
        right: -20px
    }

    .page-banner>.container {
        height: auto;
        min-height: auto
    }

    .page-banner .banner-caption span.bigletter {
        font-size: 100px;
        margin-bottom: -55px
    }
}

@media only screen and (max-width:600px) {
    #chose-form {
        padding: 0 15px;
        width: 300px
    }

    body,
    button,
    input,
    textarea {
        line-height: 1.6
    }

    span.bigletter {
        font-size: 85px
    }

    .order-project .popart-btn {
        padding: 15px;
        font-size: 13px;
        width: 100%
    }

    .l-header:before {
        top: 91px
    }

    .page-section.yellow-block:before {
        height: 90%;
        top: -webkit-calc(50% + 40px);
        top: calc(50% + 40px)
    }

    .section-title {
        font-size: 20px;
        margin-bottom: 25px
    }

    h3.section-title {
        font-size: 17px
    }

    .popart-btn {
        font-size: 13px !important;
        width: 100%
    }

    .video-section {
        padding-bottom: 0
    }

    .half-width:nth-child(even) {
        margin-left: 0 !important
    }

    #forms-popup .popart-btn {
        margin-bottom: 30px !important;
        left: 0;
    }

    .hi-title-inner-wrapper {
        line-height: 1 !important;
        padding-bottom: 5px
    }

    .form-btn-right {
        margin-top: 60px
    }

    .page-banner .banner-caption span.bigletter {
        margin-bottom: -40px
    }

    .info-buttons-wrapper {
        padding: 0 15px;
        height: 130px !important
    }

    .info-buttons-wrapper .container {
        position: relative !important
    }

    .info-buttons-wrapper .container {
        display: block !important
    }

    .popart-btn {
        width: 100% !important;
        margin: 0 auto !important;
        display: block;
        float: none;
        margin-bottom: 10px !important;
        margin-top: 15px !important;
        position: relative;
        right: 0 !important
    }

    .site-footer .footer-email {
        font-size: 15px
    }

    .site-footer {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .site-footer .footer-info address,
    .site-footer .footer-info ul {
        float: none
    }

    .site-footer .footer-info li:last-child {
        margin-bottom: 5px
    }

    .site-footer .footer-pretitle {
        font-size: 15px
    }

    .site-footer .footer-info li.finfo-title {
        font-size: 15px
    }

    .site-footer .footer-info a,
    .site-footer .footer-info li {
        font-size: 15px
    }

    .section-title {
        font-size: 23.5px
    }

    .forms-wrapper {
        max-width: 300px
    }

    .forms-wrapper p {
        font-size: 30px
    }

    .forms-wrapper .popart-btn {
        margin-right: 0;
        margin-bottom: 20px;
        display: block
    }

    .pop-up-wrapper .forms-wrapper {
        width: 100%;
        min-width: 100px;
        max-width: 5555px
    }

    .pop-up-wrapper .forms-wrapper .rev-text-wrap {
        padding-right: 62px
    }

    .pop-up-wrapper .form-container p {
        font-size: 30px
    }

    .main-navigation {
        margin: 130px 0 0
    }

    .undo-img {
        height: 21px;
        margin-top: 11px;
        display: block
    }

    .page-banner .banner-caption {
        margin-top: 35px
    }
}

@media only screen and (max-width:568px) {
    .half-width {
        width: 100% !important
    }
}

@media only screen and (max-width:500px) {
    .page-banner .banner-object {
        padding-bottom: 150px !important
    }

    .page-banner {
        padding-bottom: 30px
    }

    .page-banner .banner-object {
        padding-bottom: 20px !important
    }

    .page-banner .banner-caption {
        width: 100%
    }

    .info-buttons-wrapper .container {
        position: relative
    }
}

@media only screen and (max-width:460px) {
    .header-icons .header-icon {
        width: 43px;
        height: 43px
    }
}

@media only screen and (max-width:450px) {
    .container {
        padding: 0 15px
    }

    .site-header .site-branding {
        left: -10px
    }
}

@media only screen and (max-width:440px) {
    .site-footer .footer-social span {
        margin: 0 5px
    }
}

@media only screen and (max-width:420px) {
    .site-header {
        padding: 0
    }

    .logo3 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .page-banner {
        display: block
    }

    .nav-button-wrapper {
        top: 12px
    }
}

@media only screen and (max-width:400px) {
    .header-icons .header-icon-wrap {
        margin-right: 14px
    }
}

@media only screen and (max-width:370px) {
    .main-navigation .sub-menu-btn {
        left: 15px
    }
}

@media only screen and (max-width:1024px) and (min-width:641px) {
    .page-banner .popart-btn.popart-btn.popart-btn:not(:first-child) {
        margin-left: 10px;
        max-width: 29%
    }
}

@media only screen and (min-width:1251px) {

    .sub-menu-has-4 img,
    .sub-menu-has-6 img {
        margin-bottom: 18px
    }

    .sub-menu-has-4 li,
    .sub-menu-has-6 li {
        margin: 0 11px
    }

    .sub-menu-has-3 .nav-item-title:before {
        content: "";
        display: inline-block;
        height: 40px
    }

    .sub-menu-has-3 .nav-item-text {
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        width: 175px
    }

    .sub-menu-has-3 .nav-item-text:before {
        content: "";
        display: inline-block;
        height: 18px
    }

    .sub-menu-has-3 img {
        margin-right: 20px;
        width: 179px
    }

    .sub-menu-has-2 .nav-item-title:before {
        content: "";
        display: inline-block;
        height: 57px
    }

    .sub-menu-has-2 .nav-item-text {
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        width: 197px
    }

    .sub-menu-has-2 .nav-item-text:before {
        content: "";
        display: inline-block;
        height: 18px
    }

    .sub-menu-has-2 img {
        margin-right: 40px;
        width: 242px
    }

    .sub-menu-has-2 li:nth-child(1) {
        padding-left: 75px;
        padding-right: 30px
    }

    .sub-menu-has-2 li:nth-child(2) {
        padding-left: 50px;
        padding-right: 40px
    }
}

.not-top {
    box-shadow: 0 3px 10px -5px rgba(51, 51, 51, .4);
    background-color: rgba(255, 255, 255, .96)
}

.not-top .main-navigation {
    padding: 30px 0
}

.not-top .hi-wrapper.hi-wrapper {
    top: 71px;
    padding-top: 23px
}

.not-top .site-branding img,
.not-top .site-header .site-branding video {
    display: block;
    max-width: 250px !important
}

@media only screen and (max-width:1750px) {

    .not-top .site-branding img,
    .not-top .site-header .site-branding video {
        max-width: 170px !important
    }
}

@media only screen and (max-width:640px) {

    .not-top .site-branding img,
    .not-top .site-header .site-branding video {
        max-width: 150px !important
    }
}

.not-top .site-branding .logo-video {
    max-width: 250px !important
}

@media only screen and (max-width:1750px) {
    .not-top .site-branding .logo-video {
        max-width: 200px !important
    }
}

.not-top .site-branding .text .popart {
    top: 48px;
    width: 122px
}

.not-top .site-branding .text .studio {
    top: 74px;
    width: 78px
}

.not-top .site-branding .logo3 {
    height: 67px;
    width: 67px
}

.not-top .site-branding .logo3>svg {
    width: 34px
}

.not-top .site-branding .text {
    height: 127px;
    width: 180px
}

.nav-up {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

@media only screen and (max-width:1750px) {
    .not-top .site-branding .logo3 {
        height: 62px;
        width: 62px
    }

    .not-top .site-branding .logo3>svg {
        width: 31px;
        left: 2px;
        top: 1px
    }

    .not-top .site-branding .text .popart {
        width: 117px
    }

    .not-top .site-branding .text .studio {
        width: 70px;
        top: 83px
    }

    .not-top .site-branding .text {
        height: 147px;
        width: 165px
    }
}

@media only screen and (max-width:1600px) {
    .not-top .site-branding .logo3 {
        width: 54px;
        height: 54px
    }

    .not-top .site-branding .logo3>svg {
        width: 27px;
        left: 2px;
        top: 1px
    }

    .not-top .site-branding .text .popart {
        width: 104px;
        top: 13px
    }

    .not-top .site-branding .text .studio {
        width: 64px;
        top: 36px
    }

    .not-top .site-branding .text {
        height: 100%;
        width: 145px
    }
}

@media only screen and (max-width:1250px) {
    .not-top .site-branding .logo3 {
        width: 46px;
        height: 46px
    }

    .not-top .site-branding .logo3>svg {
        width: 23px
    }

    .not-top .site-branding .text .popart {
        width: 80px;
        top: 10px
    }

    .not-top .site-branding .text .studio {
        width: 40px;
        top: 28px
    }

    .not-top .site-branding .text {
        height: 100%;
        width: 114px
    }
}

@media only screen and (min-width:1251px) {
    .not-top .sub-menu-wrapper {
        padding-top: 30px;
        top: 64px
    }

    .nav-down li:hover .sub-menu-wrapper-simple {
        -webkit-transition: -webkit-transform 0s ease 0s;
        transition: -webkit-transform 0s ease 0s;
        transition: transform 0s ease 0s;
        transition: transform 0s ease 0s, -webkit-transform 0s ease 0s;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }

    .nav-down li:hover .sub-menu-wrapper {
        -webkit-transition: -webkit-transform 0s ease 0s;
        transition: -webkit-transform 0s ease 0s;
        transition: transform 0s ease 0s;
        transition: transform 0s ease 0s, -webkit-transform 0s ease 0s;
        -webkit-transform: translateX(-50%) scaleY(1);
        -ms-transform: translateX(-50%) scaleY(1);
        transform: translateX(-50%) scaleY(1)
    }

    .nav-down li:hover .sub-menu-simple {
        opacity: 1
    }

    .nav-down li:hover .sub-menu {
        opacity: 1
    }

    .nav-down li:hover .sub-menu li:nth-child(1) .nav-link-wrap {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
        -webkit-transition: .3s ease 0s;
        transition: .3s ease 0s
    }

    .nav-down li:hover .sub-menu li:nth-child(2) .nav-link-wrap {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
        -webkit-transition: .3s ease 80ms;
        transition: .3s ease 80ms
    }

    .nav-down li:hover .sub-menu li:nth-child(3) .nav-link-wrap {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
        -webkit-transition: .3s ease 160ms;
        transition: .3s ease 160ms
    }

    .nav-down li:hover .sub-menu li:nth-child(4) .nav-link-wrap {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
        -webkit-transition: .3s ease 240ms;
        transition: .3s ease 240ms
    }

    .nav-down li:hover .sub-menu li:nth-child(5) .nav-link-wrap {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
        -webkit-transition: .3s ease 320ms;
        transition: .3s ease 320ms
    }

    .nav-down li:hover .sub-menu li:nth-child(6) .nav-link-wrap {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
        -webkit-transition: .3s ease .4s;
        transition: .3s ease .4s
    }

    .nav-down li:hover .sub-menu-wrapper-simple {
        opacity: 1
    }

    .sticky-header .nav-down li:hover .sub-menu-wrapper li {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@media only screen and (max-width:599px) {
    .pop-up-wrapper.open .form-field {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:599px) {
    .pop-up-wrapper.open .half-width {
        width: 100% !important
    }
}

@media only screen and (max-width:1023px) {
    .pop-up-wrapper.open {
        top: 0 !important
    }
}

.pop-up-wrapper.open {
    width: 100%
}

.pop-up-wrapper.open .contact-us-wrapper {
    bottom: -webkit-calc(100% - 120px);
    bottom: calc(100% - 120px)
}

.pop-up-wrapper.open .contact-us-wrapper:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.pop-up-wrapper.open .contact-us-wrapper:hover:before {
    -webkit-animation: none;
    animation: none
}

.pop-up-wrapper.open .contact-us-btn {
    color: #333;
    font-size: 33px;
    padding: 16px 0
}

.pop-up-wrapper.open .contact-us-btn:before {
    background-color: #facc16
}

.pop-up-wrapper.open .contact-us-btn span:before {
    -webkit-animation: none;
    animation: none
}

@media only screen and (max-width:1650px) {

    .pop-up-wrapper.open .contact-us-btn,
    .pop-up-wrapper.open .contact-us-wrapper {
        padding: 0;
        line-height: 68px
    }
}

@media only screen and (max-width:1250px) {
    .pop-up-wrapper.open .contact-us-btn {
        padding: 0;
        font-size: 27px;
        line-height: 46px
    }
}

@media only screen and (max-width:1023px) {
    .pop-up-wrapper.open {
        background-color: #333;
        -webkit-transition: width .4s ease .4s;
        transition: width .4s ease .4s
    }

    .pop-up-wrapper.open .contact-us-wrapper {
        bottom: -webkit-calc(100% - 80px);
        bottom: calc(100% - 80px)
    }

    .pop-up-wrapper.open .contact-us-wrapper:after {
        content: none
    }
}

.fade-input.show {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.open .icon-write__x {
    display: block
}

.open .icon-write__email {
    display: none
}

.open .icon-write__hand {
    display: none
}

.open .icon-write__write {
    display: none
}

.temp-hide {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

@media only screen and (max-width:767px) {
    .page-banner .banner-object {
        opacity: 1 !important;
        transform: none !important
    }
}

.vert-loader.show .vert-loader-bar {
    height: 100%
}

.vert-loader.active {
    height: 100%
}

a.rev-text,
a.rev-text-wrap,
b.rev-text,
b.rev-text-wrap,
i.rev-text,
i.rev-text-wrap,
span.rev-text,
span.rev-text-wrap,
strong.rev-text,
strong.rev-text-wrap {
    display: inline-block
}

.page-banner h2 .rev-text-wrap {
    display: block;
    width: 100%
}

.cookie-law.is-visible {
    visibility: visible;
    opacity: 1
}

.vert-loader.show .vert-loader-bar {
    height: 100%
}

.vert-loader.active {
    height: 100%
}

.page-banner h1 .rev-text-wrap {
    margin-top: -.25em;
    width: 100%
}

.nav-button.active {
    color: #fff;
    border-color: #fff
}

@media only screen and (max-width:1250px) {
    .nav-button.active {
        background-color: #383838
    }

    .nav-wrapper.active {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        right: 0;
        overflow-y: scroll;
        cursor: pointer;
        -webkit-overflow-scrolling: touch
    }

    .nav-wrapper.active::after {
        right: 0
    }
}

.nav-button .menu-btn.open:after {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 0;
    left: 0
}

.nav-button .menu-btn.open:before {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 0;
    right: 0
}

.nav-button .menu-btn.open span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color .7s cubic-bezier(.75, .1, .25, 1), .3s -webkit-transform .4s ease-out;
    transition: background-color .7s cubic-bezier(.75, .1, .25, 1), .3s -webkit-transform .4s ease-out;
    transition: .3s transform .4s ease-out, background-color .7s cubic-bezier(.75, .1, .25, 1);
    transition: .3s transform .4s ease-out, background-color .7s cubic-bezier(.75, .1, .25, 1), .3s -webkit-transform .4s ease-out
}

.nav-button .menu-btn.open span:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: background-color .7s cubic-bezier(.75, .1, .25, 1), .3s -webkit-transform .4s ease-out;
    transition: background-color .7s cubic-bezier(.75, .1, .25, 1), .3s -webkit-transform .4s ease-out;
    transition: .3s transform .4s ease-out, background-color .7s cubic-bezier(.75, .1, .25, 1);
    transition: .3s transform .4s ease-out, background-color .7s cubic-bezier(.75, .1, .25, 1), .3s -webkit-transform .4s ease-out;
    background-color: #fff
}

body.blur {
    overflow-y: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blur {
    overflow: hidden;
    overflow-y: hidden
}

.blur #banner,
.blur #main,
.blur #mastfoot,
.blur #newsletter-subscribe,
.blur #site-logo {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.blur .primary-nav {
    position: relative;
    overflow-y: scroll;
    height: 100%
}

@media only screen and (max-width:1250px) {
    body {
        display: block !important
    }
}

.hide-header #sidebar {
    padding-top: 5px
}

.sidebar .nav-social svg {
    width: 19px
}

.sidebar .nav-social path {
    fill: #333
}

#sidebar {
    background-color: #333;
    position: absolute;
    padding: 5px;
    padding-top: 96px;
    top: -28px;
    left: 0;
    height: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 999;
    -webkit-transition: 350ms ease;
    transition: 350ms ease
}

#sidebar h3 {
    position: relative;
    font-size: 22px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    color: #fff;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: opacity .25s, -webkit-transform .25s;
    transition: opacity .25s, -webkit-transform .25s;
    transition: transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s, -webkit-transform .25s;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

#sidebar h4 {
    position: relative;
    font-size: 19px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    color: #fff;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: opacity .25s, -webkit-transform .25s;
    transition: opacity .25s, -webkit-transform .25s;
    transition: transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s, -webkit-transform .25s
}

@media only screen and (max-width:1650px) {
    #sidebar h4 {
        margin: 5px 0 10px
    }
}

#sidebar ul {
    margin: 0 0 25px;
    padding: 0;
    list-style: none
}

#sidebar li {
    position: relative;
    margin: 8px 0;
    line-height: 1.4em;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: opacity .25s, -webkit-transform .25s;
    transition: opacity .25s, -webkit-transform .25s;
    transition: transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s, -webkit-transform .25s
}

@media only screen and (max-width:1650px) {
    #sidebar li {
        margin: 4px 0
    }
}

@media only screen and (max-width:1280px) {
    #sidebar li {
        margin: 4px auto;
        max-width: 320px
    }
}

#sidebar li a {
    position: relative;
    left: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: .35s ease;
    transition: .35s ease;
    display: inline-block
}

#sidebar li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    height: 100%;
    width: 3px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    background-color: #facc16;
    display: block;
    z-index: -1;
    height: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#sidebar li a:hover {
    left: 6px
}

#sidebar li a:hover:after {
    height: 100%
}

#sidebar.fixed-bar {
    -webkit-transition: none !important;
    transition: none !important;
    position: -webkit-sticky;
    position: sticky;
    top: 45px;
    left: 0
}

#sidebar.fixed-bar ul {
    margin: 0 0 25px;
    padding: 0;
    list-style: none
}

#sidebar.fixed-bar li {
    position: relative;
    margin: 8px 0;
    padding: 0;
    line-height: 1.4em;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: opacity .25s, -webkit-transform .25s;
    transition: opacity .25s, -webkit-transform .25s;
    transition: transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s, -webkit-transform .25s
}

#sidebar.fixed-bar li::before {
    display: none !important
}

#sidebar.fixed-bar li a {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    -webkit-transition: .35s ease;
    transition: .35s ease;
    display: inline-block
}

#sidebar.fixed-bar li a:after {
    content: "";
    height: 2px;
    width: 0;
    -webkit-transition: .35s .2s ease;
    transition: .35s .2s ease;
    background-color: #facc16;
    display: block;
    margin-top: -12px;
    margin-left: -10px
}

#sidebar.fixed-bar li a:hover {
    color: #fff;
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px)
}

#sidebar.fixed-bar li a:hover:after {
    width: 102%
}

#sidebar .popart-btn {
    background-color: #facc16;
    border-color: #facc16;
    width: 100%
}

#sidebar .popart-btn:hover {
    color: #333
}

#sidebar .nav-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px
}

#sidebar .nav-social a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #333;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity .25s, color .5s, background-color .5s, -webkit-transform .25s;
    transition: opacity .25s, color .5s, background-color .5s, -webkit-transform .25s;
    transition: transform .25s, opacity .25s, color .5s, background-color .5s;
    transition: transform .25s, opacity .25s, color .5s, background-color .5s, -webkit-transform .25s
}

#sidebar .nav-social a span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#sidebar .nav-social a:hover {
    background-color: #facc16;
    color: #333
}

@media only screen and (max-width:1650px) {
    #sidebar .nav-social {
        margin-bottom: 30px
    }

    #sidebar .nav-social a {
        width: 38px;
        height: 38px;
        font-size: 17px
    }
}

@media only screen and (max-width:1360px) {
    #sidebar .nav-social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#sidebar #side-nav {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    padding-top: 10px
}

#sidebar.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#sidebar.show .fixed-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 45px;
    -webkit-transition: 550ms ease;
    transition: 550ms ease
}

#sidebar.show .visible-header {
    top: 95px;
    padding-top: 5px !important
}

#sidebar.show h3,
#sidebar.show h4,
#sidebar.show li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

#sidebar.show .nav-social a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

#sidebar.show .nav-social.no-delay a {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important
}

#sidebar.show-white {
    background-color: #fff
}

#sidebar.show-darkgray {
    background-color: #333
}

#sidebar .active-sidebar-item a {
    left: 6px
}

#sidebar .active-sidebar-item a:after {
    height: 100%
}

@media only screen and (max-width:1280px) {
    #sidebar {
        position: relative;
        text-align: center;
        width: 100%
    }
}

@media only screen and (max-width:1280px) {
    #sidebar {
        padding-top: 5px
    }
}

.image-section .section-content {
    margin-left: 0 !important;
    width: 100%;
}
.pop-up-wrapper.open .contact-us-wrapper {
    bottom: -webkit-calc(8%);
    bottom: calc(8%)
}

/* 알파벳 색상 */
span.bigletter.animate-bigletter.show {
    color: #facc16;
}
span.bigletter.animate-bigletter{
    color: #facc16;
}
/* 이미지 좌에서우 인터렉션 색상 */
.page-section .section-image:after {
    background-color: #facc16;
    opacity: 0.3;
}

/* 알파벳 좌에서우 인터렉션 색상 */
span.bigletter.animate-bigletter:before {
    background-color: #facc16;
    opacity: 0.4;
}
/* 메인 그리드 색상 */
.l-header {
    border: 1px solid #8b0bff;
}
.l-horizontal{
    border-right: 1px solid #8b0bff;
    border-left: 1px solid #8b0bff;
}
.l-header:before{
    background-color: #8b0bff;
}
.l-horizontal span{
    background-color: #8b0bff;
}
.l-horizontal:after{
    background-color: #8b0bff;
}
.l-header:before{
    background-color: #8b0bff;
}
.fade-lines .l-header:before {
    background-color: #ebe0f561;
}
.fade-lines .l-header{
    border-color: #ebe0f561;
}
.fade-lines .l-horizontal{
    border-color: #ebe0f561;
}
.fade-lines .l-horizontal span, .fade-lines .l-horizontal:after{
    background-color: #ebe0f561;
}

/* + 버튼 색상 */
.x-btn span {
    border: 2px solid #8b0bff;
}
.x-btn:after {
    background-color: #8b0bff;
}
.x-btn span:after, .x-btn span:before{
    background-color: #ffffff;
}

.mainvis{
    width: 1000px;
    height: 800px;
    position: relative;
    overflow: hidden;
}
.mainvis img{
    position: absolute;
}
.mainvis02_01{
    width: 90%;
    right: 0;
}
.mainvis02_02{
    width: 10%;
    bottom: 20rem;
    left: 11%;
    animation: mainvis02_02 3s infinite;
}
@keyframes mainvis02_02 {
    0%{
        bottom: 20rem;
    }
    50%{
        bottom: 20.5rem;
    }
    100%{
        bottom: 20rem;
    }
}
.mainvis02_03{
    width: 8%;
    bottom: 38rem;
    left: 23%;
    animation: mainvis02_03 4s 0.5s infinite;
}
@keyframes mainvis02_03 {
    0%{
        bottom: 38rem;
    }
    50%{
        bottom: 38.5rem;
    }
    100%{
        bottom: 38rem;
    }
}
.mainvis02_04{
    width: 8%;
    bottom: 38rem;
    left: 34%;
    animation: mainvis02_04 3s;
    animation-fill-mode: both;
    opacity: 0;
}
@keyframes mainvis02_04 {
    0%{
        transform: scale(0);
        opacity: 0;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}
.mainvis02_05{
    width: 20%;
    bottom: 36.4rem;
    left: 74%;
    animation: mainvis02_05 2s;
    animation-fill-mode: both;
    opacity: 0;
}
@keyframes mainvis02_05 {
    0%{
        width: 0%;
        opacity: 0;
        bottom: 39.4rem;
        left: 74%;  
    }
    50%{
        width: 0%;
        opacity: 0;
        bottom: 39.4rem;
        left: 74%;  
    }
    100%{
        width: 20%;
        opacity: 1;
        bottom: 36.4rem;
        left: 74%;
    }
}
.mainvis02_06{
    width: 9%;
    bottom: 27.4rem;
    right: 67%;
    animation: mainvis02_06 2s 0.5s;
    animation-fill-mode: both;
    opacity: 0;
}
@keyframes mainvis02_06 {
    0%{
        width: 0%;
        opacity: 0;
        bottom: 29.4rem;
        right: 67%;  
    }
    50%{
        width: 0%;
        opacity: 0;
        bottom: 29.4rem;
        right: 67%;  
    }
    100%{
        width: 9%;
        opacity: 1;
        bottom: 27.4rem;
        right: 67%;  
    }
}

/* 0204 폰트 및 여백 수정 */

.banner-caption > h2 {
    font-family: 'NanumSquare', sans-serif;
    font-size: 20px;
}

.main-navigation a {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
} 

.container #text {
    font-family: 'Roboto', sans-serif;
}

.section-content p {
    margin-bottom: 0;
}

.sub-menu-has-6, .sub-menu-has-4, .sub-menu-has-3, .sub-menu-has-2, .sub-menu-has-1 {
    font-family: 'poppins', sans-serif;
}

p {
    letter-spacing: -0.5px;
}

.popart-btn #text {
    font-family: 'Roboto', sans-serif;
}

.site-footer > span {
    font-family: 'Roboto', sans-serif; 
}

.copyright {
    font-family: 'Roboto', sans-serif; 
}

.info-buttons-wrapper .container a {
    font-family: 'Poppins', sans-serif;
}



.content-indent-wrap{
    display: flex;
    align-items: center;
}

.content-indent-img02{
    position: absolute;
    left: 0;
    top: -20px;
    width: 34.15%;
}

.page-section.content-indent .content-indent-wrap02 {
    margin-left: 30%;
}

.section-top {
    padding-top: 0;
}

@media (max-width:500px){
    #scrollspy{
        display: none !important;
    }
    #toTop {
        height: 55px !important;
        width: 55px !important;
        right: 20px !important;
        bottom: 90px !important;
    }
    .icon-write__x {
        top: 14px;
    }
    .pop-up-wrapper.open .contact-us-wrapper {
        bottom: -webkit-calc(16% - 80px);
        bottom: calc(16% - 80px);
    }
    .pop01 {
        top: 3px !important;
    }
    .site-header {
        top: 0;
        padding: 14px 0;
    }
    .page-banner .banner-object{
        display: none;
    }
    .page-banner .banner-caption {
        margin-top: 110px;
    }
    .banner-caption > h2 {
        font-size: 4.5vw;
    }
    .content-indent-wrap {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .content-indent-img02 {
        position: relative;
        width: 100%;
        margin-bottom: 50px;
        left: unset;
        top: unset;
    }
    .section-top {
        padding-top: 0;
    }
    .page-section.content-indent .content-indent-wrap02 {
        margin-left: 0;
    }
    .page-section.video-section.show .video-cont{
        display: none;
    }
    .content-indent-img {
        width: 60%;
        margin-left: 0;
        margin-bottom: 30px;
    }
    h3.section-title {
        font-size: 7vw;
    }
    .order-section-padding {
        padding-top: 50px !important;
    }
    .showcase-section {
        display: none;
    }
    .order-project .container .section-content p{
        font-size: 4vw;
    }

    .info-buttons-wrapper .container {
        display: flex !important;
        justify-content: space-around;
    }
    .info-buttons-wrapper .container a{
        width: 45% !important;
    }
}