<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.UICareer.start .keyvisual .wrap,
.UICareer.thank-you .keyvisual .col.info hr {
    margin-left: auto;
    margin-right: auto
}

.UICareer.start,
.UICareer.start .keyvisual {
    position: relative;
    z-index: 1;
    width: 100%
}

.UICareer,
.UICareer.start .grid i,
.UICareer.start .keyvisual {
    display: inline-block;
    float: left
}

.UICareer.start .keyvisual {
    text-align: center;
    height: 55vw;
    max-height: 1000px;
    min-height: 300px;
    background-image: url(../img/technology/technology.jpg)
}

.UICareer.information {
    margin-top: -150px
}

.UICareer.start .keyvisual .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden
}

.UICareer.start .keyvisual .video video {
    width: 100%;
    height: auto
}

.UICareer.start .keyvisual .wrap {
    position: relative;
    z-index: 4;
    height: 50%;
    width: 100%
}

.UICareer.start .keyvisual .info {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%
}

.UICareer.start .keyvisual .info h1,
.UICareer.start .keyvisual .info h5 {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center
}

.UICaree.startr .keyvisual .info h5,
.UICareer .section .info h3 {
    font-size: 14px;
    font-weight: 600;
    color: #ffc72c;
    letter-spacing: 6px;
    text-transform: uppercase
}

.UICareer.start .keyvisual .info h1 {
    font-size: 90px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -3px
}

.UICareer.start .heading.section .info h3 {
    font-size: 20px;
    font-weight: 400;
    color: #2d2926;
    letter-spacing: normal;
    text-transform: none
}

.UICareer.start .heading.section {
    padding: 12vw 0 0;
    background-image: url(../img/about/company-bg.svg);
    margin: 15px 0 0
}

@media only screen and (max-width :1600px) {
    .UICareer.start .keyvisual .info h1 {
        font-size: 80px
    }
}

@media only screen and (max-width :1440px) {
    .UICareer.start .keyvisual .info h1 {
        font-size: 70px
    }

    .UICareer.start .keyvisual .info h5 {
        letter-spacing: 5px
    }
}

@media only screen and (max-width :1280px) {
    .UICareer.start .keyvisual .info h5 {
        font-size: 12px;
        letter-spacing: 4px
    }

    .UICareer.start .keyvisual .info h1 {
        font-size: 60px;
        letter-spacing: -2px
    }

    .UICareer.start .keyvisual .grid {
        top: 120px
    }
}

@media only screen and (max-width :1024px) {
    .UICareer.start .keyvisual .info h5 {
        font-size: 11px;
        letter-spacing: 3px;
        font-weight: 500
    }

    .UICareer.start .keyvisual .info h1 {
        font-size: 45px;
        letter-spacing: -1px
    }

    .UICareer.start .heading.section {
        margin: 10px 0 0
    }
}

@media only screen and (max-width :768px) {
    .UICareer.start .keyvisual .info h1 {
        font-size: 35px
    }

    .UICareer.start .keyvisual .info h5 {
        letter-spacing: 2px
    }

    .UICareer.start .heading.section {
        margin: 7px 0 0
    }
}

@media only screen and (max-width :460px) {
    .UICareer.start .heading.section {
        margin: 4px 0 0
    }
}

.UICareer .grid i {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.UICareer .section {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15vw 0;
    margin: 100px 0 -10vw;
    -webkit-transform: translateY(-10vw);
    -ms-transform: translateY(-10vw);
    transform: translateY(-10vw);
    text-align: center;
    width: 100%;
    background-color: transparent;
    background-image: url(../img/technology/development-bg.svg);
    background-size: 100% auto;
    background-position: top center
}

.UICareer .section.right {
    background-image: url(../img/technology/development-bg-right.svg)
}

.UICareer .section.left {
    background-image: url(../img/technology/development-bg-left.svg)
}

.UICareer .section .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.UICareer .section .info,
.UICareer .section .pic {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.UICareer .section .pic {
    height: 30vw;
    max-height: 530px;
    position: relative
}

.UICareer .section .pic .photo {
    display: inline-block;
    float: left;
    z-index: 2;
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 10px 20px 40px rgba(1, 1, 1, .25);
    box-shadow: 10px 20px 40px rgba(1, 1, 1, .25)
}

.UICareer .section .pic .square {
    position: absolute;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -50px;
    left: 50px;
    width: 100%;
    height: -webkit-calc(100% + 100px);
    height: calc(100% + 100px);
    border: 1px solid #ffc72c
}

.UICareer .section.right .pic .square {
    left: -50px
}

.UICareer .section .pic .square i {
    position: absolute;
    z-index: 2;
    top: -6px;
    right: -6px;
    width: 11px;
    height: 11px;
    background-image: url(../img/grid-plus-dark.svg);
    background-size: 11px 11px;
    background-position: 0 0;
    opacity: .8
}

.UICareer .others .box:nth-child(3n+3) .pic .square i,
.UICareer .section.right .pic .square i {
    right: auto;
    left: -6px
}

.UICareer .section .info {
    position: relative;
    padding: 0 0 0 100px
}

.UICareer .section.right .info {
    padding: 0 100px 0 0
}

.UICareer .form-demo .box .form,
.UICareer .form-demo .box h2,
.UICareer .form-demo .box h3,
.UICareer .form-demo .box hr,
.UICareer .section .info h2,
.UICareer .section .info h3 {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%
}

.UICareer .section .info h2 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -3px
}

.UICareer .section .info hr {
    display: inline-block;
    float: left;
    margin: 20px 50% 10px 0;
    width: 100px;
    height: 4px;
    background-color: #ffc72c;
    border: none
}

.UICareer .section .info .text {
    display: inline-block;
    float: left;
    margin: 15px 0 0;
    width: 90%;
    font-size: 16px;
    line-height: 1.7em
}

.UICareer .section .info .btn {
    margin-top: 30px;
    width: 220px
}

.en .UICareer .section .info .btn {
    width: 260px
}

.de .UICareer .section .info .btn {
    width: 320px
}

.UICareer .section .info .btn span {
    text-indent: 30px
}

.UICareer .section .info .btn u {
    width: 226px
}

.en .UICareer .section .info .btn u {
    width: 266px
}

.de .UICareer .section .info .btn u {
    width: 326px
}

.UICareer .section .info .btn i {
    z-index: 3;
    position: absolute;
    top: 15px;
    left: 16px;
    width: 26px;
    height: 22px;
    background-image: url(../img/icon-download.svg);
    background-size: 26px 22px
}

.UICareer .section .gap {
    position: absolute;
    top: 5vw;
    left: 50%;
    height: 100%;
    width: 100px;
    margin-left: -50px;
    background: #fff
}

.UICareer .section.left .gap,
.UICareer .section.right .gap {
    top: 0
}

@media only screen and (max-width :1600px) {
    .UICareer .section {
        padding: 14vw 0
    }

    .UICareer .section .gap {
        width: 80px;
        margin-left: -40px
    }

    .UICareer .section .pic .square {
        top: -40px;
        left: 40px;
        height: -webkit-calc(100% + 80px);
        height: calc(100% + 80px)
    }

    .UICareer .section.right .pic .square {
        left: -40px
    }

    .UICareer .section .info {
        padding: 0 0 0 80px
    }

    .UICareer .section.right .info {
        padding: 0 80px 0 0
    }

    .UICareer .section .info h2 {
        font-size: 55px
    }
}

@media only screen and (max-width :1440px) {
    .UICareer .section {
        padding: 12vw 0
    }

    .UICareer .section .pic .photo {
        -webkit-box-shadow: 5px 8px 30px rgba(1, 1, 1, .25);
        box-shadow: 5px 8px 30px rgba(1, 1, 1, .25)
    }

    .UICareer .section .pic .square {
        top: -30px;
        left: 30px;
        height: -webkit-calc(100% + 60px);
        height: calc(100% + 60px)
    }

    .UICareer .section .info {
        padding: 0 0 0 60px
    }

    .UICareer .section .info h2 {
        font-size: 50px;
        letter-spacing: -2px
    }

    .UICareer .section .info .text {
        margin: 10px 0 0;
        width: 92%;
        font-size: 15px;
        line-height: 1.6em
    }

    .UICareer .section .info hr {
        margin: 13px 50% 6px 0
    }

    .UICareer .section .info .btn {
        width: 210px
    }

    .en .UICareer .section .info .btn {
        width: 250px
    }

    .UICareer .section .info .btn u {
        width: 216px
    }

    .en .UICareer .section .info .btn u {
        width: 256px
    }

    .UICareer .section .info .btn span {
        text-indent: 20px
    }

    .UICareer .section .info .btn i {
        top: 18px;
        left: 15px;
        width: 21px;
        height: 18px;
        background-size: 21px 18px
    }

    .UICareer .section .gap {
        width: 60px;
        margin-left: -30px
    }

    .UICareer .section.right .pic .square {
        left: -30px
    }

    .UICareer .section.right .info {
        padding: 0 60px 0 0
    }
}

@media only screen and (max-width :1280px) {
    .UICareer .section .info .btn {
        width: 180px
    }

    .en .UICareer .section .info .btn {
        width: 220px
    }

    .de .UICareer .section .info .btn {
        width: 280px
    }

    .UICareer .section .info .btn u {
        width: 186px
    }

    .en .UICareer .section .info .btn u {
        width: 226px
    }

    .de .UICareer .section .info .btn u {
        width: 286px
    }

    .UICareer .section .info .btn span {
        text-indent: 19px
    }

    .UICareer .section .info .btn i {
        top: 13px;
        left: 13px;
        width: 19px;
        height: 16px;
        background-size: 19px 16px
    }

    .UICareer .section {
        padding: 11vw 0
    }

    .UICareer .section .pic .square {
        top: -20px;
        left: 20px;
        height: -webkit-calc(100% + 40px);
        height: calc(100% + 40px)
    }

    .UICareer .section .info {
        padding: 0 0 0 40px
    }

    .UICareer .section .gap {
        width: 40px;
        margin-left: -20px
    }

    .UICareer .section.right .pic .square {
        left: -20px
    }

    .UICareer .section .info h2 {
        font-size: 40px;
        letter-spacing: -1.8px
    }

    .UICareer .section .info hr {
        margin: 4px 50% 2px 0;
        height: 2px;
        width: 80px
    }

    .UICareer .section .info .text {
        margin: 10px 0 0;
        width: 95%;
        font-size: 14px;
        line-height: 1.6em
    }

    .UICareer .section.right .info {
        padding: 0 40px 0 0
    }

    .UICareer .section .pic .photo {
        -webkit-box-shadow: 4px 4px 20px rgba(1, 1, 1, .1);
        box-shadow: 4px 4px 20px rgba(1, 1, 1, .1)
    }
}

@media only screen and (max-width :1024px) {
    .UICareer.start .keyvisual .grid {
        top: -18vw;
        height: 100vw
    }    

    .UICareer .grid i b {
        position: absolute;
        top: -4px;
        right: -4px;
        width: 7px;
        height: 7px;
        opacity: .5
    }

    .UICareer .section {
        background-image: url(../img/technology/development-bg-mobile.svg);
        padding-top: 2vw
    }

    .UICareer .section .gap {
        display: none
    }

    .UICareer .section.left,
    .UICareer .section.right {
        background-image: none
    }

    .UICareer .section .info h2 {
        font-size: 30px;
        letter-spacing: -1px;
        display: inline-block;
        float: left;
        width: 100%;
        text-align: center
    }

    .UICareer .section .info .text {
        margin: 7px 0 0;
        font-size: 13px;
        line-height: 1.5em;
        display: inline-block;
        float: none;
        width: 70%;
        text-align: center
    }

    .UICareer .section .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .UICareer .section .info,
    .UICareer .section .pic {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .UICareer .section .info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 7vw !important;
        text-align: center
    }

    .UICareer .section .info .btn,
    .UICareer .section .info hr {
        display: inline-block;
        float: none;
        margin-left: 26%;
        margin-right: 26%
    }

    .UICareer .section .pic {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        height: 38vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    .UICareer .section .pic .square i {
        top: -4px !important;
        right: -4px !important;
        left: auto !important;
        width: 7px;
        height: 7px;
        background-size: 7px 7px
    }

    .UICareer .section.right .pic .square {
        left: 20px
    }

    .UICareer .section .info .btn i {
        top: 9px;
        left: 12px;
        width: 18px;
        height: 15px;
        background-size: 18px 15px
    }

    .UICareer .section .info .btn {
        margin-top: 20px;
        width: 170px
    }

    .en .UICareer .section .info .btn {
        width: 200px
    }

    .de .UICareer .section .info .btn {
        width: 260px
    }

    .UICareer .section .info .btn u {
        width: 174px
    }

    .en .UICareer .section .info .btn u {
        width: 204px
    }

    .de .UICareer .section .info .btn u {
        width: 264px
    }
}

.UICareer .others,
.UICareer .others .box {
    -webkit-box-sizing: border-box;
    position: relative
}

@media only screen and (max-width :768px) {
    .UICareer .section .info h2 {
        font-size: 26px;
        letter-spacing: -.5px
    }

    .UICareer .section .info hr {
        width: 60px;
        height: 2px
    }

    .UICareer .section .info .text {
        width: 70%;
        font-size: 12px
    }

    .UICareer .section .pic {
        width: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        height: 40vw
    }

    .UICareer .section .pic .square {
        top: -10px;
        left: 10px;
        height: -webkit-calc(100% + 20px);
        height: calc(100% + 20px)
    }

    .UICareer .section {
        padding-top: 1vw
    }

    .UICareer .section .info .btn {
        width: 150px
    }

    .en .UICareer .section .info .btn {
        width: 180px
    }

    .de .UICareer .section .info .btn {
        width: 230px
    }

    .UICareer .section .info .btn u {
        width: 154px
    }

    .en .UICareer .section .info .btn u {
        width: 184px
    }

    .de .UICareer .section .info .btn u {
        width: 234px
    }

    .UICareer .section .info .btn i {
        top: 8px;
        left: 11px;
        width: 15px;
        height: 13px;
        background-size: 15px 13px
    }

    .UICareer .section.right .pic .square {
        left: 10px
    }

    .UICareer .section .pic .photo {
        -webkit-box-shadow: 4px 4px 16px rgba(1, 1, 1, .1);
        box-shadow: 4px 4px 16px rgba(1, 1, 1, .1)
    }
}

.UICareer .others {
    display: inline-block;
    float: left;
    z-index: 3;
    width: 100%;
    background: #fff;
    padding: 100px 0 80px;
    margin: -100px 0 0;
    box-sizing: border-box;
    text-align: center
}

.UICareer .others .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -50px
}

.UICareer .others .box {
    width: 33.33%;
    box-sizing: border-box;
    padding: 60px 0 0;
    margin: 0 0 70px
}

.UICareer .others .box .content,
.UICareer .others .box .line,
.UICareer .others .box .pic,
.UICareer .others .box .text,
.UICareer .others .box h2 {
    width: 100%;
    display: inline-block;
    float: left
}

.UICareer .others .box .content {
    max-width: 540px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 100px 0 0
}

.UICareer .others .box:nth-child(3n+2) .content {
    padding: 0 50px
}

.UICareer .others .box:nth-child(3n+3) .content {
    padding: 0 0 0 100px
}

.UICareer .others .box h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1.1em
}

.UICareer .others .box hr {
    display: inline-block;
    float: left;
    margin: 14px 0 8px;
    width: 100px;
    height: 4px;
    background: #ffc72c;
    border: none
}

.UICareer .others .box .pic {
    position: relative;
    height: 15vw;
    max-height: 280px;
    margin: 15px 0 40px
}

.UICareer .others .box .pic .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 4px 7px 15px rgba(0, 0, 0, .2);
    box-shadow: 4px 7px 15px rgba(0, 0, 0, .2);
    z-index: 2;
    background-color: #fff
}

.UICareer .others .box .pic .square {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border: 1px solid #ffc72c
}

.UICareer .others .box .line i,
.UICareer .others .box .pic .square i {
    position: absolute;
    z-index: 2;
    background-image: url(../img/grid-plus-dark.svg);
    background-size: 11px 11px;
    background-position: 0 0;
    opacity: .8
}

.UICareer .others .box .pic .square i {
    bottom: -6px;
    right: -6px;
    width: 11px;
    height: 11px
}

.UICareer .others .box:nth-child(3n+3) .pic .square {
    left: -20px
}

.UICareer .others .box .text {
    line-height: 1.8em
}

.UICareer .others .box .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(45, 41, 38, .1)
}

.UICareer .others .box .line i {
    bottom: -5px;
    right: 15px;
    width: 11px;
    height: 11px
}

.UICareer .others .box:nth-child(3n+2) .line i {
    right: -35px
}

.UICareer .grid i:nth-child(4n+4) b,
.UICareer .others .box:first-child .line,
.UICareer .others .box:nth-child(2) .line,
.UICareer .others .box:nth-child(3) .line,
.UICareer .others .box:nth-child(3n+3) .line i {
    display: none
}

@media only screen and (max-width :1600px) {
    .UICareer .others .box .line i {
        right: 5px
    }

    .UICareer .others .box:nth-child(3n+2) .line i {
        right: -25px
    }

    .UICareer .others {
        padding: 70px 0 80px
    }

    .UICareer .others .box .content {
        padding: 0 70px 0 0
    }

    .UICareer .others .box:nth-child(3n+2) .content {
        padding: 0 35px
    }

    .UICareer .others .box:nth-child(3n+3) .content {
        padding: 0 0 0 70px
    }

    .UICareer .others .box h2 {
        font-size: 44px
    }
}

@media only screen and (max-width :1440px) {
    .UICareer .others .box .line i {
        right: 2px
    }

    .UICareer .others .box:nth-child(3n+2) .line i {
        right: -22px
    }

    .UICareer .others .box h2 {
        font-size: 40px
    }

    .UICareer .others .box hr {
        margin: 10px 0 4px;
        width: 80px;
        height: 2px
    }

    .UICareer .others .box .text {
        line-height: 1.5em;
        font-size: 15px
    }

    .UICareer .others .box .pic .square {
        top: 10px;
        left: 10px
    }

    .UICareer .others .box .pic .photo {
        -webkit-box-shadow: 2px 3px 13px rgba(0, 0, 0, .2);
        box-shadow: 2px 3px 13px rgba(0, 0, 0, .2)
    }

    .UICareer .others .box .content {
        padding: 0 50px 0 0
    }

    .UICareer .others .box:nth-child(3n+2) .content {
        padding: 0 25px
    }

    .UICareer .others .box:nth-child(3n+3) .content {
        padding: 0 0 0 50px
    }

    .UICareer .others .box:nth-child(3n+3) .pic .square {
        left: -10px
    }

    .UICareer .others {
        padding: 70px 0 40px
    }
}

@media only screen and (max-width :1280px) {
    .UICareer .others .box h2 {
        font-size: 30px;
        letter-spacing: -1.5px
    }

    .UICareer .others .box hr {
        margin: 7px 0 -1px;
        width: 60px;
        height: 2px
    }

    .UICareer .others .box .pic {
        position: relative;
        height: 17vw;
        margin: 15px 0 30px
    }

    .UICareer .others .box {
        padding: 50px 0 0;
        margin: 0 0 50px
    }

    .UICareer .others {
        margin-top: -50px;
        padding: 50px 0 30px
    }

    .UICareer .others .box .text {
        line-height: 1.5em;
        font-size: 14px
    }
}

@media only screen and (max-width :1023px) {
    .UICareer .others {
        margin-top: 0;
        background-color: #f5f5f5
    }

    .UICareer .others .box h2 {
        font-size: 24px;
        letter-spacing: -1px
    }

    .UICareer .others .box {
        width: 50%
    }

    .UICareer .others .box .content {
        padding: 0 35px !important
    }

    .UICareer .others .box .pic .square {
        top: 5px;
        left: 5px
    }

    .UICareer .others .box:nth-child(3n+3) .pic .square {
        left: 5px
    }

    .UICareer .others .box .pic .square i {
        display: none
    }

    .UICareer .others .box .line i {
        top: -3px !important;
        right: -4px !important;
        left: auto !important;
        width: 7px;
        height: 7px;
        background-size: 7px 7px
    }

    .UICareer .others .box .text {
        line-height: 1.5em;
        font-size: 13px
    }

    .UICareer .others .box .pic {
        height: 23vw;
        margin: 15px 0 20px
    }

    .UICareer .others .box:nth-child(3) .line,
    .UICareer .others .box:nth-child(3n+3) .line i {
        display: block
    }

    .UICareer .others .box:nth-child(2n+2) .line i {
        display: none !important
    }
}

@media only screen and (max-width :768px) {
    .UICareer .others .box h2 {
        font-size: 21px;
        letter-spacing: -.5px
    }

    .UICareer .others .box .content {
        padding: 0 25px !important
    }

    .UICareer .others .box .text {
        line-height: 1.4em;
        font-size: 12px
    }

    .UICareer .others .box {
        padding: 40px 0 0;
        margin: 0 0 40px
    }

    .UICareer .others .box hr {
        margin: 7px 0 -3px;
        width: 40px;
        height: 1px
    }

    .UICareer .others .box:nth-child(3n+3) .pic .square {
        left: 5px
    }
}

.UICareer,
.UICareer .keyvisual {
    position: relative;
    width: 100%;
    text-align: center
}

.UICareer,
.UICareer.thank-you .keyvisual .col.info .text,
.UICareer.thank-you .keyvisual .col.info h1 {
    text-align: center
}

.UICareer {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.UICareer .keyvisual,
.UICareer .keyvisual .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap
}

.UICareer .keyvisual {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    background: #53565a;
    background: -webkit-linear-gradient(top, #53565a 0, #fff 50%);
    background: -webkit-gradient(linear, left top, left bottom, from(#53565a), color-stop(50%, #fff));
    background: linear-gradient(to bottom, #53565a 0, #fff 50%)
}

.UICareer .keyvisual .wrap {
    display: flex;
    flex-wrap: wrap;
    z-index: 3;
    margin: 14vw 0 5vw
}

.UICareer .keyvisual .col {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.UICareer .keyvisual .col.image img {
    width: 60%;
    max-width: 478px;
    height: auto
}

.UICareer .keyvisual .col.info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.UICareer .keyvisual .col.info h1 {
    margin: 40px 0 0;
    width: 100%;
    font-family: Roboto;
    font-size: 70px;
    font-weight: 700;
    color: #2d2926;
    line-height: 1.05em;
    letter-spacing: -.05em
}

.UICareer .keyvisual .col.info hr {
    margin: 25px auto 25px 0;
    width: 130px;
    height: 4px;
    background: #ffc72c;
    border: none
}

.UICareer .form-demo .box .square i,
.UICareer .grid i b {
    position: absolute;
    top: -6px;
    background-size: 11px 11px;
    opacity: .8
}

.UICareer .keyvisual .col.info .text {
    width: 100%;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #2d2926;
    line-height: 1.5em
}

.UICareer.thank-you .keyvisual {
    background: -webkit-gradient(linear, left top, left bottom, from(#53565a), to(#fff));
    background: -webkit-linear-gradient(top, #53565a 0, #fff 100%);
    background: linear-gradient(to bottom, #53565a 0, #fff 100%)
}

.UICareer.thank-you .keyvisual .col {
    width: 70%;
    margin-left: 15%
}

@media only screen and (max-width :1800px) {
    .UICareer .keyvisual .wrap {
        margin: 15vw 0 7vw
    }
}

@media only screen and (max-width :1600px) {
    .UICareer .keyvisual .col.info h1 {
        font-size: 60px
    }
}

@media only screen and (max-width :1440px) {
    .UICareer .keyvisual .col.info .text {
        font-size: 15px;
        line-height: 1.3em
    }

    .UICareer .keyvisual .col.info h1 {
        font-size: 50px
    }

    .UICareer .keyvisual .col.info hr {
        margin: 20px auto 20px 0;
        width: 100px;
        height: 3px
    }
}

@media only screen and (max-width :1280px) {
    .UICareer.thank-you .keyvisual {
        padding: 10vw 0
    }

    .UICareer .keyvisual .col.info h1 {
        font-size: 40px;
        margin: 0
    }

    .UICareer .keyvisual .grid {
        top: 120px
    }
}

@media only screen and (max-width :1023px) {
    .UICareer .keyvisual .wrap {
        margin: 13vw 0 7vw
    }

    .UICareer .keyvisual .col.info .text {
        width: 96%;
        font-size: 14px
    }

    .UICareer .keyvisual .col.info hr {
        margin: 15px auto 15px 0;
        width: 80px;
        height: 2px
    }

    .UICareer .keyvisual .col.info h1 {
        font-size: 32px
    }

    .UICareer .keyvisual .col.image {
        -ms-flex-line-pack: center;
        align-content: center
    }

    .UICareer .keyvisual .col.image img {
        width: 67%
    }
}

@media only screen and (max-width :768px) {
    .UICareer .keyvisual {
        background: -webkit-linear-gradient(top, #53565a 0, #fff 37%);
        background: -webkit-gradient(linear, left top, left bottom, from(#53565a), color-stop(37%, #fff));
        background: linear-gradient(to bottom, #53565a 0, #fff 37%)
    }

    .UICareer .keyvisual .wrap {
        margin: 18vw 0 2vw
    }

    .UICareer .keyvisual .col {
        width: 100%
    }

    .UICareer .keyvisual .col.image img {
        width: 35%
    }

    .UICareer .keyvisual .col.info {
        width: 90%;
        margin: 5vw auto 0
    }

    .UICareer .keyvisual .col.info .text,
    .UICareer .keyvisual .col.info hr {
        margin-left: auto;
        margin-right: auto
    }

    .UICareer .keyvisual .col.info h1 {
        text-align: center;
        font-size: 30px
    }

    .UICareer .keyvisual .col.info .text {
        text-align: justify;
        width: 90%
    }

    .UICareer.thank-you .keyvisual {
        padding: 5vw 0 15vw
    }
}

.UICareer .grid {
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 5px 0 0
}

.UICareer .grid i {
    display: inline-block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 25%;
    height: 32vw;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-left: 1px solid rgba(255, 255, 255, .08)
}

.UICareer .grid i b {
    right: -6px;
    width: 11px;
    height: 11px;
    background-image: url(../img/grid-plus.svg)
}

.UICareer .form-demo {
    margin: 3vw 0 7vw;
    z-index: 1
}

.UICareer .form-demo .box {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%
}

.UICareer .form-demo .box:first-child {
    margin-left: 0;
    width: 45%
}

.UICareer .form-demo .box .careerform {
    width: 90%;
    margin-top: 15px
}

.UICareer .form-demo .box h3 {
    font-size: 14px;
    font-weight: 500;
    color: #ffc72c;
    text-transform: uppercase;
    letter-spacing: 4px
}

.UICareer .form-demo .box h2 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1em;
    margin: 10px 0
}

.UICareer .form-demo .box hr {
    width: 130px;
    height: 4px;
    background: #ffc72c;
    border: none
}

.UICareer .form-demo .box .careerform .group {
    display: inline-block;
    float: left;
    margin: 0 5% 15px 0;
    width: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.UICareer .form-demo .box .careerform .group.email,
.UICareer .form-demo .box .careerform .group.fname,
.UICareer .form-demo .box .careerform .group.quantity {
    margin-left: 0
}

.UICareer .form-demo .box .careerform .group.gdpr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    margin: 15px 0 20px
}

.UICareer .form-demo .box .careerform .group.msg {
    width: 100%;
    margin-left: 0;
    font-size: 12px
}

.de .UICareer .form-demo .box .careerform .btn,
input[type=file]::file-selector-button {
    width: 180px
}

.cvupload .btn {
    display: inline-block;
    float: left;
    position: relative;
    width: fit-content;
    height: 52px;
    line-height: 52px;
    padding: 20px 0
}

button.btn.submit {
    border: none;
    background: 0 0
}

.UICareer .form-demo .box .careerform .group.cvupload {
    display: inline-block;
    float: left;
    margin: 0 5% 15px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=file]::file-selector-button {
    display: inline-block !important;
    float: left !important;
    position: relative !important;
    width: fit-content !important;
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 40px !important;
    font-family: Roboto, sans-serif !important;
    z-index: 2 !important;
    top: 0 !important;
    cursor: pointer !important;
    left: 0 !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    width: inherit !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border: none !important;
    -webkit-box-shadow: 0 6px 6px rgb(9 18 34 / 15%) !important;
    box-shadow: 0 6px 6px rgb(9 18 34 / 15%) !important;
    background: #ffc72c !important;
    background: -webkit-linear-gradient(top, #ffc72c 0, #fb0 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc72c), to(#fb0)) !important;
    background: linear-gradient(to bottom, #ffc72c 0, #fb0 100%) !important;
    -webkit-transition: 350ms cubic-bezier(.23, 1, .32, 1) !important;
    transition: 350ms cubic-bezier(.23, 1, .32, 1) !important;
    -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1) !important;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1) !important
}

.de .UICareer .form-demo .box .careerform .btn u {
    width: 186px !important
}

.UICareer .form-demo .box .careerform .group input[type=email],
.UICareer .form-demo .box .careerform .group input[type=tel],
.UICareer .form-demo .box .careerform .group input[type=text],
.UICareer .form-demo .box .careerform .group label,
.UICareer .form-demo .box .careerform .group select,
.UICareer .form-demo .box .careerform .group textarea {
    display: inline-block;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.UICareer .form-demo .box .careerform .group label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.UICareer .form-demo .box .careerform .group.gdpr label {
    width: 100%;
    margin: auto 0 auto 10px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.UICareer .form-demo .box .careerform .group input[type=email],
.UICareer .form-demo .box .careerform .group input[type=tel],
.UICareer .form-demo .box .careerform .group input[type=text],
.UICareer .form-demo .box .careerform .group select,
.UICareer .form-demo .box .careerform .group textarea {
    margin-top: 5px;
    padding: 0;
    background-color: rgba(45, 41, 38, .1);
    border: none;
    border-radius: 8px;
    font-size: 14px
}

.UICareer .form-demo .box .careerform .group.podrocje input[type=checkbox] {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    border: 1px solid #f9be00;
    appearance: inherit;
    padding: 5px;
    border-radius: 100%;
    vertical-align: bottom
}

.UICareer .form-demo .box .careerform .group.gdpr input[type=checkbox] {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    border: 1px solid #f9be00;
    appearance: inherit;
    padding: 5px;
    border-radius: 100%;
    vertical-align: bottom;
    margin-right: 10px
}

.UICareer .form-demo .box .careerform .group.gdpr input[type=checkbox]:checked,
.UICareer .form-demo .box .careerform .group.podrocje input[type=checkbox]:checked {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    border: 1px solid #f9be00;
    appearance: inherit;
    transform: scale(1.3);
    padding: 5px;
    background-image: url(/img/checkmark.png);
    border-radius: 100%;
    vertical-align: bottom
}

.UICareer .form-demo .box .careerform .group input[type=email],
.UICareer .form-demo .box .careerform .group input[type=tel],
.UICareer .form-demo .box .careerform .group input[type=text] {
    text-indent: 15px;
    height: 48px;
    line-height: 48px
}

.UICareer .form-demo .box .careerform .group input[type=radio] {
    border: 1px solid #f9be00;
    transform: scale(1);
    padding: 5px;
    border-radius: 100%;
    left: 0;
    position: absolute
}

.UICareer .form-demo .box .careerform .group input[type=radio]:checked {
    border: 1px solid #f9be00;
    transform: scale(1.3);
    padding: 5px;
    border-radius: 100%;
    background-image: url(/img/checkmark.png);
    background-size: contain;
    background-position: center
}

.UICareer .form-demo .box .careerform .group.agreegdpr label,
.UICareer .form-demo .box .careerform .group.izobrazba label,
.UICareer .form-demo .box .careerform .group.newizobrazba label,
.UICareer .form-demo .box .careerform .group.podrocje label {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
    padding-bottom: 5px
}

.UICareer .form-demo .box .careerform .group.izobrazba label.heading,
.UICareer .form-demo .box .careerform .group.newizobrazba label.heading,
.UICareer .form-demo .box .careerform .group.podrocje label.heading {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    position: relative;
    padding-bottom: 25px
}

.UICareer .form-demo .box .careerform .group select {
    text-indent: 15px;
    line-height: 48px;
    overflow: hidden
}

.UICareer .form-demo .box .careerform .group.izobrazba,
.UICareer .form-demo .box .careerform .group.newizobrazba {
    width: 100% !important
}

.UICareer .form-demo .box .careerform .group.izobrazba select,
.UICareer .form-demo .box .careerform .group.newizobrazba select {
    text-indent: inherit;
    padding: 20px 30px
}

.UICareer .form-demo .box .careerform .group.izobrazba select option,
.UICareer .form-demo .box .careerform .group.newizobrazba select option {
    display: list-item;
    list-style: circle
}

.UICareer .form-demo .box .careerform .group.izobrazba option ::marker {
    display: list-item;
    list-style: disc
}

.UICareer .form-demo .box .careerform .group.newizobrazba option ::marker {
    display: list-item;
    list-style: disc
}

.UICareer .form-demo .box .careerform .group textarea {
    line-height: 1.4em;
    height: 150px;
    padding: 15px
}

.UICareer .form-demo .box .careerform .group input[type=email]:focus,
.UICareer .form-demo .box .careerform .group input[type=phone]:focus,
.UICareer .form-demo .box .careerform .group input[type=text]:focus,
.UICareer .form-demo .box .careerform .group textarea:focus {
    background-color: #ffc72c;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 12px rgba(0, 0, 0, .1)
}

.UICareer .form-demo .box .careerform .group input.filled,
.UICareer .form-demo .box .careerform .group textarea.filled {
    background-color: #ffc72c
}

.UICareer .form-demo .box .careerform .group .error {
    background-color: rgba(255, 0, 0, .3) !important
}

.UICareer .form-demo .box .careerform .bottom {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 10px
}

.UICareer .form-demo .box .careerform .bottom .contact {
    display: inline-block;
    float: left;
    line-height: 1.4em
}

.UICareer .form-demo .box .careerform .bottom .contact h5 {
    display: inline-block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    color: #2d2926
}

.UICareer .form-demo .box .careerform .bottom .contact label {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    color: #2d2926
}

.UICareer .form-demo .box .careerform .bottom .contact a {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    color: #2d2926
}

.UICareer .form-demo .box.right {
    text-align: center;
    float: right;
    margin: 15px 0 0
}

.UICareer .form-demo .box.right img {
    display: inline-block;
    float: right;
    margin: 40px 10px 0 0;
    max-width: 730px;
    width: 90%;
    height: auto;
    z-index: 2
}

.UICareer .form-demo .box .square {
    position: absolute;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    border: 1px solid #ffc72c
}

.UICareer .form-demo .box .square i {
    z-index: 2;
    width: 11px;
    height: 11px;
    background-image: url(../img/grid-plus-dark.svg);
    background-position: 0 0;
    right: auto;
    left: -6px
}

@media only screen and (max-width :1800px) {
    .UICareer .form-demo .box h2 {
        font-size: 55px;
        letter-spacing: -2.5px
    }
}

@media only screen and (max-width :1600px) {
    .UICareer .form-demo .box h2 {
        font-size: 50px;
        letter-spacing: -2px
    }
}

@media only screen and (max-width :1440px) {
    .UICareer .form-demo .box h3 {
        font-size: 13px
    }

    .UICareer .form-demo .box h2 {
        font-size: 45px;
        letter-spacing: -1px
    }
}

@media only screen and (max-width :1280px) {
    .UICareer .form-demo .box h2 {
        margin: 6px 0;
        font-size: 36px;
        letter-spacing: -1px
    }

    .de .UICareer .form-demo .box .careerform .btn {
        width: 150px
    }

    .de .UICareer .form-demo .box .careerform .btn u {
        width: 156px
    }

    .UICareer .form-demo .box .careerform .btn {
        margin-right: 12px
    }

    .UICareer .form-demo .box .careerform .group {
        width: 47.5%
    }

    .UICareer .form-demo .box .careerform .group.company,
    .UICareer .form-demo .box .careerform .group.country,
    .UICareer .form-demo .box .careerform .group.email,
    .UICareer .form-demo .box .careerform .group.phone {
        margin-left: 0
    }

    .UICareer .form-demo .box .careerform .group.email {
        margin-left: 0
    }

    .UICareer .form-demo .box .careerform .group.gdpr {
        width: 100%;
        margin-left: 0
    }

}

@media only screen and (max-width :1024px) {
    .UICareer .keyvisual .grid {
        top: -18vw;
        height: 100vw
    }

    .UICareer .grid i b {
        position: absolute;
        top: -4px;
        right: -4px;
        width: 7px;
        height: 7px;
        opacity: .5
    }

    .UICareer .form-demo .box.right {
        margin: -1px 0 0
    }

    .de .UICareer .form-demo .box .careerform .btn {
        width: 130px
    }

    .de .UICareer .form-demo .box .careerform .btn u {
        width: 134px
    }

    .UICareer .form-demo .box h3 {
        font-size: 12px;
        letter-spacing: 3px
    }

    .UICareer .form-demo .box h2 {
        font-size: 32px;
        letter-spacing: -.5px
    }

    .UICareer .form-demo .box hr {
        width: 100px;
        height: 3px
    }

    .UICareer .form-demo .box .careerform .group label {
        font-size: 11px
    }

    .UICareer .form-demo .box .careerform .group input {
        text-indent: 10px;
        height: 38px;
        line-height: 38px
    }

    .UICareer .form-demo .box .careerform .group input,
    .UICareer .form-demo .box .careerform .group textarea {
        border-radius: 5px;
        font-size: 13px
    }

    .UICareer .form-demo .box .careerform .btn {
        margin-top: 15px;
        margin-right: 8px
    }

    .UICareer .form-demo .box .careerform .bottom .contact {
        width: 100%
    }

    .UICareer .form-demo .box .careerform .group input[type=radio] {
        padding: 7px;
        height: 10px;
        margin: 1px
    }

    .UICareer .form-demo .box .careerform .group input[type=radio]:checked {
        padding: 7px;
        height: 17px;
        margin: 1px
    }

    .UICareer .form-demo .box .careerform .group.podrocje input[type=checkbox] {
        height: 10px
    }

    .UICareer .form-demo .box .careerform .group.gdpr input[type=checkbox] {
        height: 10px
    }

}

@media only screen and (max-width :768px) {
    .UICareer .form-demo {
        margin-top: 7vw
    }

    .UICareer .form-demo .box {
        width: 80% !important;
        margin-left: 10% !important;
        margin-right: 0 !important;
        text-align: center
    }

    .UICareer .form-demo .box.right {
        width: 60% !important;
        margin-left: 20% !important;
        margin-top: 5vw;
        float: left
    }

    .UICareer .form-demo .box .careerform {
        width: 100%;
        margin-left: 5%
    }

    .UICareer .form-demo .box h3 {
        font-size: 10px;
        letter-spacing: 2px;
        text-align: center
    }

    .UICareer .form-demo .box h2 {
        text-align: center;
        font-size: 30px;
        letter-spacing: -1px
    }

    .UICareer .form-demo .box hr {
        display: inline-block;
        float: none;
        width: 70px;
        height: 2px;
        margin-top: 5px;
        margin-bottom: 0
    }

    .UICareer .form-demo .box .careerform .group textarea {
        height: 150px
    }

    .UICareer .form-demo .box .careerform .group input {
        text-indent: 8px;
        height: 32px;
        line-height: 32px
    }

    .UICareer .form-demo .box .careerform .group label {
        font-size: 10px
    }

    .UICareer .form-demo .box .careerform .group input,
    .UICareer .form-demo .box .careerform .group textarea {
        margin-top: 2px
    }

    .UICareer .form-demo .box .careerform .btn {
        margin-top: 20px;
        margin-right: 6px
    }

    .UICareer .form-demo .box .careerform .bottom .contact a,
    .UICareer .form-demo .box .careerform .bottom .contact h5,
    .UICareer .form-demo .box .careerform .bottom .contact label {
        font-size: 13px
    }
}

@media only screen and (max-width :600px) {
    .UICareer.start .keyvisual .video video {
        width: auto;
        height: 100%
    }

    .UICareer.start .keyvisual {
        height: 65vw
    }

    .UICareer.start .keyvisual .info h5 {
        font-size: 10px
    }

    .UICareer.start .keyvisual .info h1 {
        font-size: 32px
    }

    .UICareer .section .info h2 {
        font-size: 24px
    }

    .UICareer .section .info .text {
        width: 90%;
        margin-top: 0
    }

    .UICareer .section .info hr {
        width: 60px;
        height: 1px;
        margin-bottom: 5px
    }

    .UICareer .section .info .btn {
        margin-left: auto;
        margin-right: auto
    }

    .UICareer .others .box .content {
        padding: 0 15px !important
    }

    .UICareer .others .box h2 {
        font-size: 19px
    }

    .UICareer .others .box .pic {
        height: 25vw;
        margin: 13px 0 17px
    }

    .UICareer .keyvisual {
        background: -webkit-linear-gradient(top, #53565a 0, #fff 25%);
        background: -webkit-gradient(linear, left top, left bottom, from(#53565a), color-stop(25%, #fff));
        background: linear-gradient(to bottom, #53565a 0, #fff 25%)
    }

    .UICareer .keyvisual .col.info .text {
        width: 100%
    }

    .UICareer .keyvisual .col.info h1 {
        font-size: 28px
    }

    .UICareer .form-demo {
        margin: 40px 0
    }

    .UICareer .form-demo .box {
        width: 90% !important;
        margin-left: 5% !important
    }

    .UICareer .form-demo .box .careerform {
        width: 100%;
        margin-left: 0
    }

    .UICareer .form-demo .box h2 {
        font-size: 26px;
        letter-spacing: -.5px
    }

    .UICareer .form-demo .box h3 {
        font-size: 9px
    }

    .UICareer .form-demo .box hr {
        width: 60px;
        height: 1px;
        margin-top: 5px;
        margin-bottom: -4px
    }
}

.UICareer.thank-you .contact a,
.UICareer.thank-you .contact h5,
.UICareer.thank-you .contact label {
    font-family: Roboto;
    font-size: 14px;
    color: #2d2926
}

@media only screen and (max-width :460px) {
    .UICareer.start .keyvisual .info h1 {
        font-size: 28px
    }

    .UICareer .section .info {
        padding: 0 0 10vw !important
    }

    .UICareer .section .pic {
        width: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        height: 47vw
    }

    .UICareer .section .pic .square {
        top: -5px;
        left: 5px;
        height: -webkit-calc(100% + 10px);
        height: calc(100% + 10px)
    }

    .UICareer .section .pic .square i {
        display: none
    }

    .UICareer .section.right .pic .square {
        left: 5px
    }

    .UICareer .others {
        padding-bottom: 50px;
        margin-top: 20px
    }

    .UICareer .others .box .pic {
        height: 38vw
    }

    .UICareer .others .box {
        width: 90%;
        padding: 40px 0 0;
        margin: 0 0 0 5%
    }

    .UICareer .others .box .line {
        display: none !important
    }

    .UICareer .keyvisual {
        background: -webkit-linear-gradient(top, #53565a 0, #fff 20%);
        background: -webkit-gradient(linear, left top, left bottom, from(#53565a), color-stop(20%, #fff));
        background: linear-gradient(to bottom, #53565a 0, #fff 20%)
    }

    .UICareer .keyvisual .wrap {
        margin: 20vw 0 2vw
    }

    .UICareer .keyvisual .col.info {
        width: 100%
    }

    .UICareer .keyvisual .col.info h1 {
        font-size: 26px
    }

    .UICareer .keyvisual .grid {
        top: -16vw
    }

    .UICareer .form-demo .box.right {
        width: 70% !important;
        margin-left: 15% !important;
        margin-top: 10vw;
        float: left
    }

    .UICareer .form-demo .box .careerform {
        width: 94%;
        margin-left: 3%
    }

    .UICareer .form-demo .box .careerform .group {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 8px !important
    }
}

@media only screen and (max-width :425px) {
    .UICareer .form-demo .box {
        width: 80% !important;
        margin-left: 10% !important;
        margin-right: 0 !important;
        text-align: center;
        margin: 80px
    }

    .UICareer .form-demo .box.right {
        width: 70% !important;
        margin-left: 15% !important;
        margin-top: 2vw;
        float: left
    }
}

.UICareer.thank-you .contact,
.UICareer.thank-you .contact h5,
.UICareer.thank-you .contact&gt;div {
    display: inline-block;
    width: 100%;
    text-align: center
}

.UICareer.thank-you .contact {
    line-height: 1.4em;
    margin: 80px 0 0
}

.UICareer.thank-you .contact h5 {
    text-transform: uppercase;
    font-weight: 700
}

.UICareer.thank-you .contact label {
    font-weight: 700
}

.UICareer.thank-you .contact a {
    font-weight: 400
}

@media only screen and (max-width :768px) {
    .UICareer.thank-you .contact {
        margin-top: 40px
    }

    .UICareer.thank-you .contact a,
    .UICareer.thank-you .contact h5,
    .UICareer.thank-you .contact label {
        font-size: 13px
    }
}</pre></body></html>