*,
::after,
::before {
    outline: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    height: auto;
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul li {
    vertical-align: top
}

a {
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

input {
    -webkit-appearance: none;
    -moz-appearance: none
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2rem;
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -.2rem
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul li {
    vertical-align: top
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

input {
    -webkit-appearance: none;
    -moz-appearance: none
}

picture {
    display: block
}

@font-face {
    font-family: "Mulish";
    src: url(../fonts/Mulish/Mulish-VariableFont_wght.ttf) format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Mulish";
    src: url(../fonts/Mulish/Mulish-Italic-VariableFont_wght.ttf) format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap
}


.v_menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 500;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 500
}

.v_menu.active {
    opacity: 1;
    pointer-events: auto;
    position: fixed
}

.v_menu.active .v_menu_in {
    transition: .35s;
    background: #fff;
    opacity: 1;
    pointer-events: auto
}

.v_menu .v_menu_in {
    transition: .35s;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.v_menu .rows {
    height: 100%;
    display: flex
}

.v_menu .rows .cols {
    height: 100%;
    position: relative
}

.v_menu .rows .cols.cols01 {
    width: calc(100% - 1150px)
}

@media (max-width:1450px) {
    .v_menu .rows .cols.cols01 {
        width: calc(100% - 95rem)
    }
}

@media (max-width:1366px) {
    .v_menu .rows .cols.cols01 {
        width: calc(100% - 85rem)
    }
}

@media (max-width:1100px) {
    .v_menu .rows .cols.cols01 {
        width: calc(100% - 65rem)
    }
}

@media (max-width:1000px) {
    .v_menu .rows .cols.cols01 {
        width: 0
    }
}

.v_menu .rows .cols.cols02 {
    width: 1150px
}

@media (max-width:1450px) {
    .v_menu .rows .cols.cols02 {
        width: 95rem
    }
}

@media (max-width:1366px) {
    .v_menu .rows .cols.cols02 {
        width: 85rem
    }
}

@media (max-width:1100px) {
    .v_menu .rows .cols.cols02 {
        width: 65rem
    }
}

@media (max-width:1000px) {
    .v_menu .rows .cols.cols02 {
        width: 100%
    }
}

.v_menu .rows .cols .bg {
    position: relative;
    width: 100%;
    height: 100%
}

.v_menu .rows .cols .bg .bg_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.v_menu .desc {
    padding: 0 0 0 25rem;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center
}

@media (max-width:1450px) {
    .v_menu .desc {
        padding: 0 0 0 20rem
    }
}

@media (max-width:1100px) {
    .v_menu .desc {
        padding: 0 0 0 15rem
    }
}

@media (max-width:1000px) {
    .v_menu .desc {
        padding: 0 0 0 12rem
    }
}

@media (max-width:550px) {
    .v_menu .desc {
        padding: 0 0 0 5rem
    }
}

.v_menu .desc .vm_list li {
    margin: 0 0 2rem
}

.v_menu .desc .vm_list li:last-child {
    margin-bottom: 0
}

.v_menu .desc .vm_list li a {
    color: #abcdb7;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 7rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    transition: .35s;
    position: relative
}

@media (max-width:1650px) {
    .v_menu .desc .vm_list li a {
        font: 300 6.9rem/7rem
    }
}

@media (max-width:1450px) {
    .v_menu .desc .vm_list li a {
        font: 300 6.6rem/6.4rem
    }
}

@media (max-width:1366px) {
    .v_menu .desc .vm_list li a {
        font: 300 5.8rem/5.7rem
    }
}

@media (max-width:1200px) {
    .v_menu .desc .vm_list li a {
        font: 300 4.8rem/4.7rem
    }
}

@media (max-width:1100px) {
    .v_menu .desc .vm_list li a {
        font: 300 4.1rem/4.1rem
    }
}

@media (max-width:1000px) {
    .v_menu .desc .vm_list li a {
        font: 300 2.9rem/2.9rem
    }
}

.v_menu .desc .vm_list li a.active {
    color: #708573;
    transition: .35s
}

.v_menu .desc .vm_list li a.active .n {
    color: #708573;
    opacity: 1;
    transition: .35s
}

.v_menu .desc .vm_list li a.active .n:after {
    background: #708573
}

.v_menu .desc .vm_list li a.active:after {
    opacity: 1;
    background: #708573;
    transition: .35s
}

.v_menu .desc .vm_list li a:hover {
    color: #708573;
    transition: .35s
}

.v_menu .desc .vm_list li a:hover:after {
    opacity: 1;
    background: #708573;
    transition: .35s
}

.v_menu .desc .vm_list li a:hover .n {
    color: #708573;
    opacity: 1;
    transition: .35s
}

.v_menu .desc .vm_list li a:hover .n:after {
    background: #708573
}

.v_menu .desc .vm_list li a:after {
    content: "";
    position: absolute;
    top: 4.1rem;
    right: -7.4rem;
    width: 5.8rem;
    height: .1rem;
    background: #abcdb7;
    transition: .35s;
    opacity: 0
}

@media (max-width:1450px) {
    .v_menu .desc .vm_list li a:after {
        top: 3.7rem
    }
}

@media (max-width:1366px) {
    .v_menu .desc .vm_list li a:after {
        top: 3.2rem
    }
}

@media (max-width:1200px) {
    .v_menu .desc .vm_list li a:after {
        top: 2.7rem
    }
}

@media (max-width:1100px) {
    .v_menu .desc .vm_list li a:after {
        width: .3rem;
        right: -4rem;
        top: 2.2rem
    }
}

@media (max-width:1000px) {
    .v_menu .desc .vm_list li a:after {
        top: 1.7rem
    }
}

.v_menu .desc .vm_list li a .n {
    color: #abcdb7;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: .13em;
    position: absolute;
    top: 3rem;
    left: -12.9rem;
    transition: .35s;
    opacity: 0;
    transition: .35s
}

@media (max-width:1450px) {
    .v_menu .desc .vm_list li a .n {
        top: 2.6rem
    }
}

@media (max-width:1366px) {
    .v_menu .desc .vm_list li a .n {
        top: 2.1rem
    }
}

@media (max-width:1200px) {
    .v_menu .desc .vm_list li a .n {
        top: 1.6rem
    }
}

@media (max-width:1100px) {
    .v_menu .desc .vm_list li a .n {
        font-weight: 300;
        font-size: 1.6rem;
        line-height: 1.6rem;
        left: -7.2rem
    }
}

@media (max-width:1000px) {
    .v_menu .desc .vm_list li a .n {
        top: 1rem
    }
}

.v_menu .desc .vm_list li a .n:after {
    content: "";
    position: absolute;
    top: 1.1rem;
    right: -8.4rem;
    width: 5.8rem;
    height: .1rem;
    background: #abcdb7
}

@media (max-width:1100px) {
    .v_menu .desc .vm_list li a .n:after {
        width: 3rem;
        right: -4rem;
        top: .7rem
    }
}

.pin-spacer-sfo {
    z-index: 450 !important
}

.pin-spacer-tlForm {
    pointer-events: none
}

.pin-spacer-tlForm.active {
    pointer-events: auto
}

.sap_form_ovr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 200;
    pointer-events: none
}

@media (max-width:760px) {
    .sap_form_ovr {
        pointer-events: none;
        position: fixed;
        height: 100%;
        overflow: hidden;
        transform: translateX(100%);
        transition: .7s ease-in-out;
        z-index: 400
    }
}

@media (max-width:760px) {
    .sap_form_ovr.active {
        pointer-events: auto;
        transform: translateX(0);
        transition: .7s ease-in-out
    }
}

.sap_form_ovr .scroll-content {
    min-height: 100%
}

.sap_form_scr {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden
}

@media (max-width:760px) {
    .sap_form_scr {
        height: 100%;
        position: absolute;
        overflow-y: scroll;
        width: calc(100% + 20px)
    }
}

.sap_form_scr .sap_form_scr_in {
    height: 100%
}

@media (max-width:760px) {
    .sap_form_scr .sap_form_scr_in {
        position: relative;
        height: auto
    }
}

.sap_form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 75vw;
    background: #fff;
    z-index: 550;
    transform: translateX(100%);
    transition: .5s
}

@media (max-width:760px) {
    .sap_form {
        height: auto;
        transform: translateX(0);
        transition: 0s;
        position: relative
    }
}

.sap_form.active {
    transform: translateX(0);
    transition: .5s
}

@media (max-width:760px) {
    .sap_form.active {
        transition: 0s
    }
}

@media (max-width:760px) {
    .sap_form .container {
        padding-left: 1.6rem;
        padding-right: 3.6rem
    }
}

.sap_form .t_rows_mb {
    display: none
}

@media (max-width:760px) {
    .sap_form .t_rows_mb {
        display: flex;
        padding: 19px 0 0
    }
}

.sap_form .t_rows_mb p {
    margin-right: 6px
}

.sap_form .t_rows_mb p:last-child {
    margin-right: 0
}

.sap_form .t_rows_mb p a {
    display: block;
    width: 50px;
    height: 50px;
    position: relative
}

.sap_form .t_rows {
    padding-top: .938vw
}

@media (max-width:760px) {
    .sap_form .t_rows {
        padding-top: 20px;
        display: none
    }
}

.sap_form .t_rows .t_cols {
    width: 100%;
    margin: 0 0 0
}

.sap_form .t_rows .t_cols p {
    color: rgba(0, 0, 0, .2);
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    margin: 0;
    letter-spacing: -.025vw
}

.sap_form .t_rows_adr {
    margin: .417vw 0 0
}

@media (max-width:760px) {
    .sap_form .t_rows_adr {
        display: none
    }
}

.sap_form .t_rows_adr .t_cols_phn {
    display: flex
}

.sap_form .t_rows_adr p {
    color: rgba(0, 0, 0, .2);
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    margin: 0;
    letter-spacing: -.025vw
}

.sap_form .t_rows_adr p a {
    color: #000;
    transition: .35s
}

.sap_form .t_rows_adr p a:hover {
    color: #a5b3c5;
    transition: .35s
}

.sap_form .t_rows_adr p a.tg {
    position: relative;
    display: inline-block;
    margin-left: 1.927vw;
    padding-right: 1.198vw;
    transition: .35s
}

.sap_form .t_rows_adr .t_cols_eml {
    margin: .26vw 0 0
}

.sap_form .m_rows {
    margin: 5.677vw 0 0 -.417vw
}

@media (max-width:760px) {
    .sap_form .m_rows {
        margin: 86px 0 0
    }
}

.sap_form .m_rows .h2 {
    color: #000;
    font-style: normal;
    font-size: 3.438vw;
    line-height: 3.542vw;
    letter-spacing: -.086vw
}

@media (max-width:760px) {
    .sap_form .m_rows .h2 {
        font-style: normal;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -.75px
    }
}

@media (max-width:760px) {
    .sap_form .m_rows .h2.h2_pc {
        display: none
    }
}

.sap_form .m_rows .h2.h2_mb {
    display: none
}

@media (max-width:760px) {
    .sap_form .m_rows .h2.h2_mb {
        display: block
    }
}

.sap_form .m_rows .h2 .br {
    display: block
}

.sap_form .b_rows {
    margin: 5.833vw 0 0
}

@media (max-width:760px) {
    .sap_form .b_rows {
        margin: 49px 0 0
    }
}

.sap_form .rows {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 2.083vw
}

@media (max-width:760px) {
    .sap_form .rows {
        flex-wrap: wrap;
        margin-top: 0
    }
}

.sap_form .rows.rows_e {
    margin-top: 0
}

.sap_form .rows.rows_e .cols.cols02 {
    border-color: transparent
}

@media (max-width:760px) {
    .sap_form .rows.rows_e .cols.cols02 {
        display: none
    }
}

.sap_form .rows.rows_btn {
    text-align: center;
    margin: 4.583vw 0 0
}

@media (max-width:760px) {
    .sap_form .rows.rows_btn {
        margin: 96px 0 0;
        flex-wrap: wrap
    }
}

.sap_form .rows.rows_btn .cols {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media (max-width:760px) {
    .sap_form .rows.rows_btn .cols {
        display: block;
        margin-bottom: 0
    }
}

.sap_form .rows.rows_rdn .cols02 {
    display: flex
}

@media (max-width:760px) {
    .sap_form .rows.rows_rdn .cols02 {
        display: block;
        margin-bottom: 36px
    }
}

.sap_form .rows.rows_txr {
    margin-top: 0
}

.sap_form .rows.rows_txr .cols {
    height: 11.719vw;
    width: 100%;
    max-width: 75.677vw
}

@media (max-width:760px) {
    .sap_form .rows.rows_txr .cols {
        height: auto;
        max-width: 100%
    }
}

.sap_form .rows.rows_txr .cols .h6 {
    top: 2.448vw
}

@media (max-width:760px) {
    .sap_form .rows.rows_txr .cols .h6 {
        top: 0
    }
}

.sap_form .rows.rows_txr .cols .parsley-errors-list {
    top: 2.24vw;
    z-index: 20
}

@media (max-width:1280px) {
    .sap_form .rows.rows_txr .cols .parsley-errors-list {
        top: 1.172vw
    }
}

@media (max-width:760px) {
    .sap_form .rows.rows_txr .cols .parsley-errors-list {
        top: -10px
    }
}

.sap_form .rows.rows_txr .cols .parsley-errors-list+.h6 {
    color: rgba(0, 0, 0, .2);
    transform: translateY(-1.406vw);
    transition: .35s
}

@media (max-width:1280px) {
    .sap_form .rows.rows_txr .cols .parsley-errors-list+.h6 {
        transform: translateY(-2.266vw)
    }
}

@media (max-width:760px) {
    .sap_form .rows.rows_txr .cols .parsley-errors-list+.h6 {
        transform: translateY(-30px)
    }
}

.sap_form .rows .cols {
    width: 100%;
    max-width: 44.896vw;
    position: relative;
    height: 3.646vw;
    border-bottom: .1rem solid #000
}

@media (max-width:760px) {
    .sap_form .rows .cols {
        height: auto;
        width: 100%;
        max-width: 100%;
        margin: 0 0 41px
    }
}

@media (max-width:760px) {
    .sap_form .rows .cols.cols_txt {
        height: 180px
    }
}

.sap_form .rows .cols.cols_txt .parsley-errors-list {
    top: -9px;
    z-index: 20
}

@media (max-width:760px) {
    .sap_form .rows .cols.cols_txt .parsley-errors-list {
        top: 0
    }
}

.sap_form .rows .cols.cols01 {
    margin: 0
}

@media (max-width:760px) {
    .sap_form .rows .cols.cols01 {
        margin: 0 0 41px
    }
}

.sap_form .rows .cols.cols02 .parsley-errors-list {
    left: 0
}

@media (max-width:760px) {
    .sap_form .rows .cols.cols02 .parsley-errors-list {
        left: 0
    }
}

.sap_form .rows .cols.cols02 .r_ln_bh {
    opacity: 0;
    bottom: auto;
    top: 0
}

@media (max-width:760px) {
    .sap_form .rows .cols.cols02 .r_ln_bh {
        opacity: 1
    }
}

.sap_form .rows .cols .parsley-errors-list {
    top: -.469vw;
    z-index: 20
}

@media (max-width:1280px) {
    .sap_form .rows .cols .parsley-errors-list {
        top: -.625vw
    }
}

@media (max-width:760px) {
    .sap_form .rows .cols .parsley-errors-list {
        top: -10px
    }
}

.sap_form .rows .cols .parsley-errors-list+.h6 {
    color: rgba(0, 0, 0, .2);
    transform: translateY(-1.823vw);
    transition: .35s
}

@media (max-width:760px) {
    .sap_form .rows .cols .parsley-errors-list+.h6 {
        transform: translateY(-30px)
    }
}

@media (max-width:760px) {
    .sap_form .rows .cols .r_ln_h {
        display: none
    }
}

.sap_form .rows input[type=text] {
    width: 100%;
    background: 0 0;
    border: 0;
    color: #000;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    margin: 0;
    letter-spacing: -.031vw
}

@media (max-width:1280px) {
    .sap_form .rows input[type=text] {
        font: normal .938vw/.938vw
    }
}

@media (max-width:1024px) {
    .sap_form .rows input[type=text] {
        font: normal 1.172vw/1.172vw
    }
}

@media (max-width:760px) {
    .sap_form .rows input[type=text] {
        margin: 0;
        padding: 0 0 29px;
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows input[type=text]::-webkit-input-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows input[type=text]::-webkit-input-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows input[type=text]::-moz-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows input[type=text]::-moz-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows input[type=text]:-moz-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows input[type=text]:-moz-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows input[type=text]:-ms-input-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows input[type=text]:-ms-input-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows input[type=text]:focus+.h6,
.sap_form .rows input[type=text]:valid+.h6 {
    color: rgba(0, 0, 0, .2);
    transform: translateY(-1.823vw);
    transition: .35s
}

@media (max-width:760px) {

    .sap_form .rows input[type=text]:focus+.h6,
    .sap_form .rows input[type=text]:valid+.h6 {
        transform: translateY(-30px)
    }
}

.sap_form .rows .h6 {
    color: #000;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: -.031vw;
    position: absolute;
    top: .104vw;
    left: 0;
    transition: .35s;
    pointer-events: none
}

@media (max-width:1280px) {
    .sap_form .rows .h6 {
        font: normal .938vw/.938vw
    }
}

@media (max-width:1024px) {
    .sap_form .rows .h6 {
        font: normal 1.172vw/1.172vw
    }
}

@media (max-width:760px) {
    .sap_form .rows .h6 {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px;
        top: 0
    }
}

.sap_form .rows .h5 {
    color: #000;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: -.031vw;
    position: absolute;
    top: .104vw;
    left: 0;
    transition: .35s
}

@media (max-width:760px) {
    .sap_form .rows .h5 {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows .h5.active {
    color: #000;
    transition: .35s
}

.sap_form .rows .r {
    display: flex;
    margin: -.156vw 0 0 9.063vw
}

@media (max-width:760px) {
    .sap_form .rows .r {
        margin: 51px 0 30px;
        flex-wrap: wrap
    }
}

.sap_form .rows .r .c {
    margin-right: .469vw
}

@media (max-width:760px) {
    .sap_form .rows .r .c {
        margin-right: 6px;
        margin-bottom: 7px
    }
}

.sap_form .rows .r .c:last-child {
    margin-right: 0
}

.sap_form .rows .r input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.sap_form .rows .r input[type=radio].css-checkbox+label.css-label {
    padding: .521vw .833vw;
    border-radius: 3.125vw;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-style: normal;
    font-size: .938vw;
    line-height: .938vw;
    vertical-align: middle;
    cursor: pointer
}

@media (max-width:760px) {
    .sap_form .rows .r input[type=radio].css-checkbox+label.css-label {
        padding: 11px 20px;
        border-radius: 50px;
        font-style: normal;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -.4px
    }
}

.sap_form .rows .r input[type=radio].css-checkbox:checked+label.css-label {
    color: #fff;
    background: #181a1e
}

.sap_form .rows .r label.css-label {
    background: #f5f6f9;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: .35s
}

.sap_form .rows .r label.css-label:hover {
    background: #a5b3c5;
    transition: .35s
}

.sap_form .rows textarea {
    width: 100%;
    background: 0 0;
    border: 0;
    color: #000;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.875vw;
    letter-spacing: -.031vw;
    resize: none;
    margin: 2.552vw 0 0;
    padding: 0;
    height: 9.115vw
}

@media (max-width:1280px) {
    .sap_form .rows textarea {
        font-style: normal;
        font-size: .938vw;
        line-height: 1.338vw;
        margin: 1.328vw 0 0
    }
}

@media (max-width:1024px) {
    .sap_form .rows textarea {
        font: normal 1.172vw/1.472vw
    }
}

@media (max-width:760px) {
    .sap_form .rows textarea {
        margin: 0;
        height: 175px;
        padding: 0 0 0;
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -.45px
    }
}

.sap_form .rows textarea::-webkit-input-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows textarea::-webkit-input-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -.45px
    }
}

.sap_form .rows textarea::-moz-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows textarea::-moz-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -.45px
    }
}

.sap_form .rows textarea:-moz-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows textarea:-moz-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -.45px
    }
}

.sap_form .rows textarea:-ms-input-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows textarea:-ms-input-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -.45px
    }
}

.sap_form .rows textarea:focus+.h6,
.sap_form .rows textarea:valid[required]+.h6 {
    color: rgba(0, 0, 0, .2);
    transform: translateY(-1.406vw);
    transition: .35s
}

@media (max-width:760px) {

    .sap_form .rows textarea:focus+.h6,
    .sap_form .rows textarea:valid[required]+.h6 {
        transform: translateY(-27px)
    }
}

.sap_form .rows .get_go {
    border: 0;
    cursor: pointer;
    color: #fff;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    background: #181a1e;
    border-radius: 3.125vw;
    letter-spacing: -.033vw;
    padding: 2.344vw 4.427vw;
    transition: .35s
}

@media (max-width:760px) {
    .sap_form .rows .get_go {
        display: block;
        text-align: center;
        width: 100%;
        border-radius: 50px;
        letter-spacing: -.468px;
        padding: 25px 0;
        font: normal 18px/18px
    }
}

.sap_form .rows .get_go:hover {
    background: #a5b3c5;
    transition: .35s
}

.sap_form .rows .get_go[disabled] {
    cursor: default;
    border: 0;
    background: #f5f6f9;
    color: rgba(24, 26, 30, .3)
}

.sap_form .rows .get_go[disabled]:hover {
    cursor: default;
    border: 0;
    background: #f5f6f9;
    color: rgba(24, 26, 30, .3)
}

.sap_form .rows .iagrt {
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%;
    margin: 0 0 0 2.969vw
}

@media (max-width:760px) {
    .sap_form .rows .iagrt {
        margin: 30px 0 50px
    }
}

.sap_form .rows .iagrt input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000rem;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: .1rem;
    width: .1rem;
    margin: -.1rem;
    padding: 0;
    border: 0
}

.sap_form .rows .iagrt input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 1.51vw;
    height: auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    letter-spacing: -.023vw;
    color: #c2c3c6;
    font-style: normal;
    font-size: .938vw;
    line-height: 1.146vw;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    text-align: left
}

@media (max-width:760px) {
    .sap_form .rows .iagrt input[type=checkbox].css-checkbox+label.css-label {
        padding-left: 47px;
        letter-spacing: -.4px;
        font: normal 16px/20px
    }
}

.sap_form .rows .iagrt input[type=checkbox].css-checkbox:checked+label.css-label:before {
    background: green
}

.sap_form .rows .iagrt label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #949494
}

.sap_form .rows .iagrt label.css-label:before {
    content: "";
    position: absolute;
    top: .156vw;
    bottom: 0;
    left: 0;
    width: .885vw;
    height: .885vw;
    background: red;
    z-index: 1;
    border-radius: 100%
}

@media (max-width:760px) {
    .sap_form .rows .iagrt label.css-label:before {
        top: 2px;
        width: 19px;
        height: 19px
    }
}

.sap_form .rows .iagrt a {
    color: #000;
    display: inline-block;
    position: relative;
    transition: .35s
}

@media (max-width:760px) {
    .sap_form .rows .iagrt a {
        font: normal 16px/16px
    }
}

.sap_form .rows .iagrt a:hover {
    color: #a5b3c5;
    transition: .35s
}

.sap_form .rows .iagrt a:hover:after {
    background: #a5b3c5;
    transition: .35s
}

.sap_form .rows .iagrt a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    bottom: -.156vw;
    left: 0
}

@media (max-width:760px) {
    .sap_form .rows .iagrt a:after {
        bottom: -8px
    }
}

.sap_form .rows_agr {
    text-align: center;
    margin: 1.042vw 0 0
}

@media (max-width:760px) {
    .sap_form .rows_agr {
        margin: 20px 0 0
    }
}

.sap_form .rows_agr p {
    color: rgba(169, 171, 181, .7);
    font-style: normal;
    font-size: .625vw;
    line-height: .99vw;
    letter-spacing: .003vw
}

@media (max-width:760px) {
    .sap_form .rows_agr p {
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.4px
    }
}

.sap_form .rows_agr p .br {
    display: block
}

@media (max-width:760px) {
    .sap_form .rows_agr p .br {
        display: inline
    }
}

.sap_form .rows_agr p a {
    color: rgba(169, 171, 181, .7);
    display: inline-block;
    position: relative
}

.sap_form .rows_agr p a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(169, 171, 181, .7)
}

.sfc_wrap {
    position: absolute;
    top: .938vw;
    right: 1.25vw;
    opacity: 0;
    pointer-events: none;
    z-index: 250
}

.sfc_wrap.active {
    opacity: 1;
    pointer-events: auto
}

.sfc_wrap.active .sap_form_cls {
    opacity: 1;
    transition: .35s
}

.sap_form_cls {
    cursor: pointer;
    letter-spacing: -.012vw;
    color: #000;
    font-style: normal;
    font-size: 1.198vw;
    line-height: 1.198vw;
    margin: 0;
    border: 0;
    display: block;
    background: 0;
    padding-right: 1.823vw;
    opacity: 0;
    transition: .35s
}

@media (max-width:760px) {
    .sap_form_cls {
        display: none
    }
}

.sap_form_cls:hover {
    color: #a5b3c5;
    transition: .35s
}

.sap_form_cls:hover:after {
    background: #00f;
    transition: .35s
}

.sap_form_cls:after {
    content: "";
    position: absolute;
    top: .208vw;
    right: 0;
    background: #00f;
    width: .938vw;
    height: .938vw;
    transition: .35s
}

.sap_form_cls_mb {
    display: none
}

@media (max-width:760px) {
    .sap_form_cls_mb {
        display: block;
        position: absolute;
        top: 18px;
        right: 35px;
        cursor: pointer;
        color: #000;
        margin: 0;
        border: 0;
        background: #000
    }

    .sap_form_cls_mb:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: #00f;
        width: 19px;
        height: 19px;
        transition: .35s
    }
}

.blc_fole_upl {
    text-align: left;
    margin: 2.188vw 0 0;
    position: relative
}

@media (max-width:760px) {
    .blc_fole_upl {
        margin: 0
    }
}

.blc_fole_upl .drop {
    display: flex;
    align-items: flex-start
}

@media (max-width:760px) {
    .blc_fole_upl .drop {
        display: block
    }
}

.blc_fole_upl a.dwn {
    position: relative;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: -.031vw;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    padding: 0 1.927vw 0 0;
    transition: .35s;
    display: inline-block;
    order: -1
}

@media (max-width:760px) {
    .blc_fole_upl a.dwn {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px;
        padding: 0 30px 0 0
    }
}

.blc_fole_upl a.dwn:hover {
    color: #a5b3c5;
    transition: .35s
}

.blc_fole_upl a.dwn:hover:after {
    background: #00f;
    transition: .35s
}

.blc_fole_upl a.dwn.hd {
    opacity: .5;
    pointer-events: none
}

.blc_fole_upl a.dwn:after {
    content: "";
    position: absolute;
    top: .156vw;
    right: 0;
    background: #00f;
    width: 1.042vw;
    height: .99vw;
    transition: .35s
}

@media (max-width:760px) {
    .blc_fole_upl a.dwn:after {
        top: 0;
        width: 19px;
        height: 19px
    }
}

.blc_fole_upl p.desc {
    margin: .469vw 0 0 1.042vw;
    width: auto;
    font-style: normal;
    font-size: .833vw;
    line-height: .833vw;
    color: #000;
    display: none
}

@media (max-width:1600px) {
    .blc_fole_upl p.desc {
        font: 300 1vw/1vw
    }
}

@media (max-width:1450px) {
    .blc_fole_upl p.desc {
        font: normal 12px/12px
    }
}

.blc_fole_upl .mulip {
    display: none
}

.blc_fole_upl .parsley-errors-list {
    top: -.677vw
}

@media (max-width:760px) {
    .blc_fole_upl .parsley-errors-list {
        top: 0
    }
}

@media (max-width:450px) {
    .blc_fole_upl .parsley-errors-list {
        left: 25px
    }
}

ul.list_dwn {
    margin: 0;
    position: relative;
    bottom: 0;
    left: 5.781vw;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 75.677vw
}

@media (max-width:760px) {
    ul.list_dwn {
        max-width: 100%;
        left: 0
    }
}

ul.list_dwn li {
    position: relative;
    margin: 0 2.865vw .521vw 0;
    padding: 0 1.875vw 0 0;
    border-radius: 0;
    position: relative
}

@media (max-width:760px) {
    ul.list_dwn li {
        margin: 0 45px 10px 0;
        padding: 0 25px 0 0
    }
}

ul.list_dwn li:last-child {
    margin-right: 0
}

ul.list_dwn li.error>input {
    display: none !important
}

ul.list_dwn li:before {
    content: " ";
    display: table;
    display: none
}

ul.list_dwn li:after {
    content: " ";
    display: table;
    clear: both
}

ul.list_dwn li>div {
    display: none !important
}

ul.list_dwn p {
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    color: #000;
    letter-spacing: -.031vw;
    margin: 0;
    float: left
}

@media (max-width:760px) {
    ul.list_dwn p {
        font-style: normal;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -.4px
    }
}

ul.list_dwn i {
    font-weight: 300;
    font-size: .677vw;
    line-height: .833vw;
    color: #b2b2b2;
    margin: .052vw 0 0 .521vw;
    float: left;
    display: none
}

@media (max-width:1600px) {
    ul.list_dwn i {
        font: normal 12px/15px
    }
}

@media (max-width:1450px) {
    ul.list_dwn i {
        font: normal 10px/11px
    }
}

@media (max-width:760px) {
    ul.list_dwn i {
        font: normal 10px/10px
    }
}

ul.list_dwn span {
    background: 0 0;
    width: 1.146vw;
    height: 1.146vw;
    position: absolute;
    top: 1px;
    right: 0;
    cursor: pointer
}

@media (max-width:760px) {
    ul.list_dwn span {
        top: 2px;
        width: 14px;
        height: 14px
    }
}

ul.list_dwn span:hover:after,
ul.list_dwn span:hover:before {
    background: #a5b3c5;
    transition: all .35s
}

ul.list_dwn span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: .104vw;
    background: #000;
    transform: rotate(45deg);
    transition: all .35s
}

@media (max-width:760px) {
    ul.list_dwn span:after {
        height: 2px
    }
}

ul.list_dwn span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: .104vw;
    background: #000;
    transform: rotate(-45deg);
    transition: all .35s
}

@media (max-width:760px) {
    ul.list_dwn span:before {
        height: 2px
    }
}

.safari_mac ul.list_dwn span {
    top: 1px
}

@media (max-width:760px) {
    .safari_mac ul.list_dwn span {
        top: 2px
    }
}

.fancybox-overlay {
    background-image: none;
    background: rgba(9, 25, 47, .56) repeat
}

.fancybox-close {
    top: 1.8rem;
    right: 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    background-image: none
}

.fancybox-close:after {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #fff;
    transform: rotate(45deg)
}

.fancybox-close:before {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #fff;
    transform: rotate(-45deg)
}

@keyframes fontPreloader1 {
    from {
        font-family: "Mulish";
    }

    to {
        font-family: "Mulish";
    }
}

@keyframes fontPreloader2 {
    from {
        font-family: "Mulish";
    }

    to {
        font-family: "Mulish";
    }
}

body::before {
    content: "";
    font-family: "Mulish";
    animation: fontPreloader1 .1s infinite;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden
}

body::after {
    content: "";
    font-family: "Mulish";
    animation: fontPreloader1 .1s infinite;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden
}

body,
html {
    font-size: 100%;
    line-height: 1;
    font-family: "Mulish";
}

body {
    overflow: hidden
}

@media (max-width:1000px) {
    body {
        overflow: visible
    }
}

body.hdn {
    overflow: hidden
}

.scroller {
    height: 100vh;
    position: relative;
    z-index: 300
}

@media (max-width:1000px) {
    .scroller {
        height: auto;
        overflow: hidden;
        opacity: 1
    }
}

.container {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 36px;
    padding-right: 36px
}

@media (max-width:1000px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }
}

#wrap {
    margin-bottom: 0;
    background: #fff;
    position: relative;
    z-index: 200;
    overflow: hidden
}

.pin-spacer-tlFixOvr {
    pointer-events: none;
    z-index: 220
}

.pin-spacer-tlSapFormCls {
    pointer-events: none;
    z-index: 220
}

.up {
    opacity: 0;
    transform: translateY(30%)
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.animate-on-scroll {
    overflow: hidden
}

#main {
    background: #fff;
    display: block;
    position: relative;
    min-height: 100%;
    height: auto;
    z-index: 200
}

#wrap {
    margin-bottom: 0;
    background: #fff;
    position: relative;
    z-index: 200
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0;
    padding: 0
}

.hides {
    display: none
}

.selectize-input .item {
    color: #000
}

.selectize-control.single {
    height: auto;
    top: .2rem
}

.selectize-control.single .selectize-input {
    border: 0 solid #e8e8e8;
    border-radius: 0;
    background: #fff;
    text-align: left;
    padding: 0
}

.selectize-control.single .selectize-input.not-full {
    padding-top: 0;
    padding-bottom: 0
}

.selectize-control.single .selectize-input.dropdown-active {
    border-radius: 0
}

.selectize-control.single .selectize-input.dropdown-active:after {
    transform: rotate(180deg);
    margin: 0
}

.selectize-control.single .selectize-input:after {
    content: "";
    background: url(../img/s1.svg) no-repeat 0 0;
    width: .8rem;
    height: .5rem;
    border: 0;
    top: 1rem;
    right: 0;
    margin: 0;
    border-width: 0
}

.selectize-control.single .selectize-input .item {
    font-style: normal;
    font-size: 2.1rem;
    line-height: 2.1rem;
    color: #000
}

.selectize-control.single .selectize-input .item+input {
    display: none !important
}

.selectize-control.single .selectize-dropdown {
    border-color: rgba(0, 0, 0, .3);
    border-radius: 0;
    text-align: left;
    border: 0
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content {
    max-height: 23rem;
    padding-bottom: 0
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
    font-style: normal;
    font-size: 2.1rem;
    line-height: 2.1rem;
    color: #000;
    padding: .3rem 0
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option.active {
    background: #095aa5;
    color: #fff
}

.selectize-control.single .selectize-dropdown .nicescroll-rails {
    width: 1px !important;
    background: rgba(0, 0, 0, .3)
}

.selectize-control.single .selectize-dropdown .nicescroll-rails .nicescroll-cursors {
    left: 1.2rem
}

.parsley-errors-list {
    position: absolute;
    top: auto;
    bottom: -1.198vw;
    left: 1.458vw
}

@media (max-width:1000px) {
    .parsley-errors-list {
        left: 0;
        top: 0
    }
}

.parsley-errors-list li {
    color: #ed2929;
    font: normal .573vw/.573vw
}

@media (max-width:1000px) {
    .parsley-errors-list li {
        font: normal 10px/10px
    }
}

.loader_w {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999
}

.mn_screen {
    height: 76.51vw;
    width: 100%;
    position: relative;
    background-color: #ecf0f1
}

@media (max-width:1000px) {
    .mn_screen {
        height: 100vh
    }
}

.mn_screen canvas {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.mn_screen canvas#canvas2 {
    z-index: 2
}

.mn_screen .b_wht {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -400px;
    margin: auto;
    width: 656px;
    height: 295px;
    display: none
}

.mn_screen .b_wht .wh {
    background: #ecf0f1;
    position: absolute
}

.mn_screen .b_wht .wh.b_t {
    top: -200px;
    left: 0;
    right: 15px;
    margin: auto;
    width: 90%;
    height: 200px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px
}

.mn_screen .b_wht .wh.b_b {
    top: auto;
    left: 15px;
    right: 0;
    bottom: -200px;
    margin: auto;
    width: 90%;
    height: 200px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px
}

.mn_screen .b_wht .wh.b_r {
    top: -10px;
    left: 0;
    right: -527px;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 190%;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px
}

.mn_screen .b_wht .wh.b_l {
    top: -10px;
    left: -527px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 190%;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px
}

.mn_screen .mn_screen_slr {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    max-width: 100%
}

.mn_screen .mn_screen_slr.swiper-initialized .swiper-wrapper .swiper-slide .caption .bg {
    transform: scale(1)
}

.mn_screen .mn_screen_slr .swiper-wrapper {
    height: 100%
}

.mn_screen .mn_screen_slr .swiper-wrapper .swiper-slide {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.mn_screen .mn_screen_slr .swiper-wrapper .swiper-slide .caption {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.mn_screen .mn_screen_slr .swiper-wrapper .swiper-slide .caption .bg {
    z-index: 2;
    transform: scale(1.15);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.mn_screen .mn_screen_slr .swiper-wrapper .swiper-slide .caption .sl_desc {
    width: 100%;
    height: 100%;
    z-index: 3;
    position: relative
}

.mn_screen .mn_screen_slr .swiper-wrapper .swiper-slide .caption .c_desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 22.135vw
}

@media (max-width:1000px) {
    .mn_screen .mn_screen_slr .swiper-wrapper .swiper-slide .caption .c_desc {
        padding-top: 245px
    }
}

.mn_screen .mn_screen_slr .swiper-wrapper .swiper-slide .caption .c_desc .h2Ln {
    color: #fff;
    font-weight: 500;
    font-size: clamp(3.0625rem, 2.6586538462rem + 1.7948717949vw, 4.8125rem);
    line-height: clamp(2.875rem, 2.4278846154rem + 1.9871794872vw, 4.8125rem);
    letter-spacing: -.04vw
}

@media (max-width:1000px) {
    .mn_screen .mn_screen_slr .swiper-wrapper .swiper-slide .caption .c_desc .h2Ln {
        font: 400 49px/46px
    }
}

.mn_screen .mn_screen_slr .swiper-wrapper .swiper-slide .caption .c_desc .h2Ln .h2Lnin {
    display: flex;
    position: relative;
    overflow: hidden
}

.mn_screen .mn_screen_slr .swiper-wrapper .swiper-slide .caption .c_desc .h2Ln .h2Lnin .h2mLnt {
    color: #fff;
    transform: translateY(clamp(3.0625rem, 2.6586538462rem + 1.7948717949vw, 4.8125rem))
}

@media (max-width:1000px) {
    .mn_screen .mn_screen_slr .swiper-wrapper .swiper-slide .caption .c_desc .h2Ln .h2Lnin .h2mLnt {
        transform: translateY(clamp(3.0625rem, 2.6586538462rem + 1.7948717949vw, 4.8125rem))
    }
}

.mn_screen .mn_screen_slr .swiper-wrapper .swiper-slide .caption .c_desc .bt {
    font-weight: 400;
    font-size: clamp(.9375rem, .9086538462rem + .1282051282vw, 1.0625rem);
    line-height: clamp(1.0625rem, .875rem + .8333333333vw, 1.875rem);
    display: inline-block;
    margin-top: .26vw;
    overflow: hidden
}

@media (max-width:1000px) {
    .mn_screen .mn_screen_slr .swiper-wrapper .swiper-slide .caption .c_desc .bt {
        font-weight: 400;
        font-size: 15px;
        line-height: 17px;
        margin-top: 4px
    }
}

.mn_screen .mn_screen_slr .swiper-wrapper .swiper-slide .caption .c_desc .bt .bt_in {
    opacity: 0;
    transform: translateY(1.563vw);
    color: #fff
}

@media (max-width:1000px) {
    .mn_screen .mn_screen_slr .swiper-wrapper .swiper-slide .caption .c_desc .bt .bt_in {
        transform: translateY(17px)
    }
}

.mn_screen .mn_p_popup {
    pointer-events: none;
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 34.427vw;
    width: 26.927vw;
    height: 0;
    border-radius: .417vw;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    transition: all .55s cubic-bezier(.23, 1, .32, 1), height 1.5s cubic-bezier(.23, 1, .32, 1), padding .25s cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
    padding: 0;
    overflow: hidden
}

@media (max-width:1000px) {
    .mn_screen .mn_p_popup {
        border-radius: 12px;
        bottom: 209px;
        width: calc(100% - 32px);
        height: 0
    }
}

.mn_screen .mn_p_popup.active {
    transition: all 1.5s cubic-bezier(.23, 1, .32, 1), height 1.5s cubic-bezier(.23, 1, .32, 1), padding .35s cubic-bezier(.23, 1, .32, 1);
    opacity: 1;
    pointer-events: all;
    width: 26.927vw;
    height: 24.948vw
}

@media (max-width:1000px) {
    .mn_screen .mn_p_popup.active {
        width: calc(100% - 32px);
        height: 347px
    }
}

.mn_screen .mn_p_popup.active .mn_p_card {
    opacity: 1
}

.mn_screen .mn_p_popup .mn_p_cards {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 1.458vw;
    row-gap: .313vw;
    height: 24.948vw;
    width: 100%
}

@media (max-width:1000px) {
    .mn_screen .mn_p_popup .mn_p_cards {
        padding: 16px;
        row-gap: 8px;
        height: 100%
    }
}

.mn_screen .mn_p_popup .mn_p_card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width:1000px) {
    .mn_screen .mn_p_popup .mn_p_card {
        height: 100px
    }
}

@media (min-width:1001px) {
    .mn_screen .mn_p_popup .mn_p_card:hover img {
        transition: .55s;
        transform: scale(1.05)
    }
}

.mn_screen .mn_p_popup .mn_p_card .img_wrap {
    width: 7.031vw;
    overflow: hidden;
    border-radius: 5px
}

@media (max-width:1000px) {
    .mn_screen .mn_p_popup .mn_p_card .img_wrap {
        height: 100px;
        width: 125px
    }
}

.mn_screen .mn_p_popup .mn_p_card .img_wrap img {
    transition: .55s;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mn_screen .mn_p_popup .mn_p_card .p {
    margin-top: .833vw;
    margin-left: .521vw;
    height: clamp(.5rem, .2980769231rem + .8974358974vw, 1.375rem);
    font-weight: 400;
    font-size: clamp(.625rem, .4230769231rem + .8974358974vw, 1.5rem);
    line-height: clamp(.5rem, .2980769231rem + .8974358974vw, 1.375rem);
    letter-spacing: -.019vw;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    letter-spacing: normal;
    overflow: hidden;
    position: relative;
    opacity: 1;
    transition: .35s
}

@media (max-width:1000px) {
    .mn_screen .mn_p_popup .mn_p_card .p {
        padding-right: 16px;
        width: calc(100% - 125px);
        margin-top: 20px;
        height: auto;
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: .6px;
        margin-left: 0;
        color: #383b43
    }
}

.mn_screen .mn_p_popup .mn_p_card .p::after {
    display: none;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .5)
}

.mn_screen .mn_p_popup .mn_p_card .p .wrap {
    overflow-y: hidden;
    position: absolute;
    pointer-events: none
}

.mn_screen .mn_p_popup .mn_p_card .p .wrap div {
    white-space: nowrap
}

.mn_screen .mn_p_popup .mn_p_card .p .placeholder {
    height: 0;
    opacity: 0;
    visibility: hidden
}

.mn_screen .mn_p_popup .mn_p_card .p .a_ovr {
    display: block;
    overflow: hidden
}

.mn_screen .mn_p_popup .mn_p_card .p .a_ovr span {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.mn_screen .mn_p_plasc {
    opacity: 0;
    transform: translateY(4.479vw);
    z-index: 4;
    position: absolute;
    top: 42.708vw;
    width: 26.875vw;
    height: 4.479vw;
    padding-left: 1.25vw;
    padding-right: 1.719vw;
    border-radius: .417vw;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    overflow: hidden
}

@media (max-width:1000px) {
    .mn_screen .mn_p_plasc {
        transform: translateY(64px);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        bottom: 114px;
        top: auto;
        width: calc(100% - 64px);
        height: 64px;
        border-radius: 4px;
        padding-top: 15px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 15px;
        text-align: center;
        justify-content: center;
        overflow: visible
    }
}

.mn_screen .mn_p_plasc::after {
    z-index: -1;
    pointer-events: none;
    content: "";
    background: rgba(255, 255, 255, .16);
    transition: .55s;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media (max-width:1000px) {
    .mn_screen .mn_p_plasc::after {
        border-radius: 4px
    }
}

.mn_screen .mn_p_plasc.active {
    transition: .55s
}

.mn_screen .mn_p_plasc.active::after {
    transition: .55s;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

@media (min-width:1001px) {
    .mn_screen .mn_p_plasc:hover::after {
        transition: .55s;
        background: rgba(255, 255, 255, .5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px)
    }
}

.mn_screen .mn_p_plasc .mnp_l {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, .1);
    width: 2.083vw;
    height: 2.083vw;
    justify-content: center;
    align-items: center;
    row-gap: 2px;
    cursor: pointer;
    transition: .35s
}

@media (max-width:1280px) {
    .mn_screen .mn_p_plasc .mnp_l {
        width: 2.583vw;
        height: 2.583vw
    }
}

@media (max-width:1000px) {
    .mn_screen .mn_p_plasc .mnp_l {
        top: -19px;
        left: 0;
        right: 0;
        margin: auto;
        width: 30px;
        height: 30px;
        row-gap: 3px;
        position: absolute
    }
}

.mn_screen .mn_p_plasc .mnp_l.active {
    transition: .35s;
    border-radius: 100%;
    border: 1px solid #fff;
    background: #fff
}

.mn_screen .mn_p_plasc .mnp_l.active .r:first-child .d:nth-child(2) {
    transform: translateY(calc(100% + 1.5px))
}

@media (max-width:1000px) {
    .mn_screen .mn_p_plasc .mnp_l.active .r:first-child .d:nth-child(2) {
        transform: translateY(calc(100% + 3px))
    }
}

.mn_screen .mn_p_plasc .mnp_l.active .r:nth-child(2) .d:nth-child(1) {
    transform: translateX(calc(100% + 1.5px))
}

@media (max-width:1000px) {
    .mn_screen .mn_p_plasc .mnp_l.active .r:nth-child(2) .d:nth-child(1) {
        transform: translateX(calc(100% + 3px))
    }
}

.mn_screen .mn_p_plasc .mnp_l.active .r:nth-child(2) .d:nth-child(3) {
    transform: translateX(calc(-100% - 1.5px))
}

@media (max-width:1000px) {
    .mn_screen .mn_p_plasc .mnp_l.active .r:nth-child(2) .d:nth-child(3) {
        transform: translateX(calc(-100% - 3px))
    }
}

.mn_screen .mn_p_plasc .mnp_l.active .r:last-child .d:nth-child(2) {
    transform: translateY(calc(-100% - 1.5px))
}

@media (max-width:1000px) {
    .mn_screen .mn_p_plasc .mnp_l.active .r:last-child .d:nth-child(2) {
        transform: translateY(calc(-100% - 3px))
    }
}

@media (min-width:1001px) {
    .mn_screen .mn_p_plasc .mnp_l.active:hover {
        transition: .35s;
        border-radius: 100%;
        border: 1px solid #383b43;
        background: #383b43
    }

    .mn_screen .mn_p_plasc .mnp_l.active:hover .r .d {
        transition: .45s;
        background: #fff
    }
}

.mn_screen .mn_p_plasc .mnp_l.active .r .d {
    transition: .45s;
    background: #383b43
}

@media (min-width:1001px) {
    .mn_screen .mn_p_plasc .mnp_l:hover {
        transition: .35s;
        border-radius: 100%;
        border: 1px solid #fff;
        background: #fff
    }

    .mn_screen .mn_p_plasc .mnp_l:hover .r .d {
        transition: .45s;
        background: #383b43
    }
}

.mn_screen .mn_p_plasc .mnp_l .r {
    display: flex;
    align-items: center;
    -moz-column-gap: 2px;
    column-gap: 2px
}

@media (max-width:1000px) {
    .mn_screen .mn_p_plasc .mnp_l .r {
        -moz-column-gap: 3px;
        column-gap: 3px
    }
}

.mn_screen .mn_p_plasc .mnp_l .r .d {
    transition: .45s;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #fff
}

@media (max-width:1024px) {
    .mn_screen .mn_p_plasc .mnp_l .r .d {
        width: 3px;
        height: 3px
    }
}

@media (max-width:1000px) {
    .mn_screen .mn_p_plasc .mnp_l .r .d {
        width: 2px;
        height: 2px
    }
}

.mn_screen .mn_p_plasc p {
    text-align: center;
    color: #fff;
    font: 400 clamp(.5rem, .3990384615rem + .4487179487vw, .9375rem)/clamp(.8125rem, .7115384615rem + .4487179487vw, 1.25rem)
}

@media (max-width:1000px) {
    .mn_screen .mn_p_plasc p {
        font: 400 13px/17px
    }
}

.mn_screen .mn_p_plasc p .gr {
    color: #fff
}

.mn_screen .mn_p_plasc .prg_c {
    width: 1.042vw;
    height: 1.042vw;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, .1);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:1000px) {
    .mn_screen .mn_p_plasc .prg_c {
        display: none
    }
}

.mn_screen .mn_p_plasc .prg_c .dot {
    border-radius: 100%;
    width: .208vw;
    height: .208vw;
    background: #fff
}

.mn_screen .thumb_slr_ovr {
    z-index: 4;
    position: absolute;
    bottom: 3.438vw;
    width: 15.417vw;
    border-radius: .417vw;
    padding: .313vw;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
    overflow: hidden;
    background: #fff
}

@media (max-width:1000px) {
    .mn_screen .thumb_slr_ovr {
        transform: translateY(100%);
        opacity: 0;
        bottom: 33px;
        width: calc(100% - 64px);
        border-radius: 4px;
        padding: 3px
    }
}

.mn_screen .thumb_slr_ovr .th_slr {
    width: 100%;
    height: 12.24vw;
    border-radius: 4px
}

@media (max-width:1000px) {
    .mn_screen .thumb_slr_ovr .th_slr {
        height: 58px;
        border-radius: 4px;
        width: calc(100% - 120px)
    }
}

.mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper {
    width: 100%;
    height: 6.198vw
}

@media (max-width:1000px) {
    .mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper {
        height: 58px
    }
}

.mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide {
    width: 100%
}

.mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption {
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: .55s
}

@media (min-width:1001px) {
    .mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption:hover {
        transition: .55s
    }

    .mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption:hover .th_t_rows .th_t_cols .bg_in {
        transition: .55s;
        transform: scale(1.05)
    }
}

.mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows {
    display: flex;
    height: 100%
}

.mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols {
    width: 50%
}

.mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols.th_t_cols01 {
    background: #99c0c2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: .625vw;
    padding-left: .625vw;
    padding-bottom: .625vw
}

@media (max-width:1000px) {
    .mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols.th_t_cols01 {
        padding-bottom: 6px;
        padding-left: 8px;
        padding-top: 6px
    }
}

.mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols.th_t_cols02 {
    position: relative;
    overflow: hidden
}

.mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols.th_t_cols02 .bg_in {
    transition: .55s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols .th_name {
    color: #383b43;
    font: 500 .781vw/1.563vw
}

@media (max-width:1000px) {
    .mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols .th_name {
        font: 500 13px/17px
    }
}

.mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols .pgn {
    font-weight: 400;
    font-size: .573vw;
    line-height: 1.042vw;
    letter-spacing: .02vw
}

@media (max-width:1000px) {
    .mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols .pgn {
        font: 400 12px/14px
    }
}

.mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols .pgn .curr {
    color: #fff
}

.mn_screen .thumb_slr_ovr .th_slr .swiper-wrapper .swiper-slide .caption .th_t_rows .th_t_cols .pgn .ovr {
    color: #848a8b
}

.mn_screen .thumb_slr_ovr .slr_btns {
    position: absolute;
    bottom: .521vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:1000px) {
    .mn_screen .thumb_slr_ovr .slr_btns {
        bottom: 0
    }
}

.mn_screen .thumb_slr_ovr .slr_btns .slr_btn_next {
    width: 1.25vw;
    height: 1.25vw
}

@media (max-width:1000px) {
    .mn_screen .thumb_slr_ovr .slr_btns .slr_btn_next {
        width: 14px;
        height: 14px
    }
}

.mn_screen .thumb_slr_ovr .slr_btns .slr_btn_next.swiper-button-disabled::after {
    transition: .35s;
    color: rgba(56, 59, 67, .3)
}

.mn_screen .thumb_slr_ovr .slr_btns .slr_btn_next::after {
    transition: .35s;
    content: ">";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.094vw;
    color: #383b43
}

@media (max-width:1000px) {
    .mn_screen .thumb_slr_ovr .slr_btns .slr_btn_next::after {
        font: 500 12px/14px
    }
}

.mn_screen .thumb_slr_ovr .slr_btns .slr_btn_prev {
    width: 1.25vw;
    height: 1.25vw
}

@media (max-width:1000px) {
    .mn_screen .thumb_slr_ovr .slr_btns .slr_btn_prev {
        width: 14px;
        height: 14px
    }
}

.mn_screen .thumb_slr_ovr .slr_btns .slr_btn_prev.swiper-button-disabled::after {
    transition: .35s;
    color: rgba(56, 59, 67, .3)
}

.mn_screen .thumb_slr_ovr .slr_btns .slr_btn_prev::after {
    transition: .35s;
    content: "<";
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.094vw;
    color: #383b43
}

@media (max-width:1000px) {
    .mn_screen .thumb_slr_ovr .slr_btns .slr_btn_prev::after {
        font: 500 12px/14px
    }
}

.cnpt_text_wrap {
    padding-top: 17.396vw;
    padding-bottom: 20.833vw;
    text-align: center;
    position: relative
}

@media (max-width:1000px) {
    .cnpt_text_wrap {
        padding-top: 130px;
        padding-bottom: 130px
    }
}

.cnpt_text_wrap .scroll_bottom {
    position: absolute;
    font-weight: 400;
    font-size: .781vw;
    line-height: 1.354vw;
    color: #383b43;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 3.646vw
}

@media (max-width:1000px) {
    .cnpt_text_wrap .scroll_bottom {
        bottom: 0;
        display: none
    }
}

.cnpt_text_wrap .h2 .ln {
    position: relative;
    overflow: hidden;
    display: block;
    height: 3.95vw
}

@media (max-width:1024px) {
    .cnpt_text_wrap .h2 .ln {
        bottom: 2.93vw
    }
}

@media (max-width:1000px) {
    .cnpt_text_wrap .h2 .ln {
        bottom: 0;
        height: 8.333vw;
        display: none
    }
}

.cnpt_text_wrap .h2 .ln.mobile {
    display: none
}

@media (max-width:1000px) {
    .cnpt_text_wrap .h2 .ln.mobile {
        display: block
    }
}

.cnpt_text_wrap .h2 .ln.grn .t {
    color: #99c0c2
}

.cnpt_text_wrap .h2 .ln .t {
    transform: translateY(100%);
    color: #383b43;
    display: block;
    font-weight: 400;
    font-size: clamp(1.5rem, .9807692308rem + 2.3076923077vw, 3.75rem);
    line-height: clamp(1.875rem, 1.3413461538rem + 2.3717948718vw, 4.1875rem);
    letter-spacing: -.094vw
}

@media (max-width:1000px) {
    .cnpt_text_wrap .h2 .ln .t {
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -.48px
    }
}

.bw_rows {
    margin-top: 23.854vw;
    width: 100%;
    display: none;
    position: relative
}

@media (max-width:1000px) {
    .bw_rows {
        margin-top: 68px;
        flex-wrap: wrap
    }
}

.bw_rows .anim_ln_horizontal {
    height: 1px;
    max-width: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0
}

.bw_rows .anim_ln_horizontal span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #b2b2b2;
    transform: scaleX(0);
    transform-origin: 0 0
}

.bw_rows .anim_ln_vertical {
    max-height: 100%;
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    margin: auto;
    bottom: 0
}

@media (max-width:1000px) {
    .bw_rows .anim_ln_vertical {
        display: none
    }
}

.bw_rows .anim_ln_vertical span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #b2b2b2;
    transform: scaleY(0);
    transform-origin: 0 0
}

.bw_rows .bw_cols {
    width: 50%;
    padding-top: 1.146vw;
    padding-left: 1.719vw;
    padding-bottom: 1.823vw;
    min-height: 23.385vw;
    position: relative
}

@media (max-width:1000px) {
    .bw_rows .bw_cols {
        width: 100%;
        padding-top: 32px;
        padding-left: 0;
        min-height: 185px;
        padding-bottom: 0
    }
}

.bw_rows .bw_cols:nth-child(2) {
    padding-left: .99vw
}

@media (max-width:1000px) {
    .bw_rows .bw_cols:nth-child(2) {
        padding-left: 0;
        min-height: 206px
    }

    .bw_rows .bw_cols:nth-child(2) p {
        max-width: 246px
    }
}

.bw_rows .bw_cols .anim_ln_horizontal {
    display: none
}

@media (max-width:1000px) {
    .bw_rows .bw_cols .anim_ln_horizontal {
        display: block
    }
}

.bw_rows .bw_cols p {
    font-weight: 400;
    font-size: .781vw;
    line-height: 1.094vw;
    color: #383b43
}

@media (max-width:1000px) {
    .bw_rows .bw_cols p {
        font-weight: 400;
        font-size: 15px;
        line-height: 21px;
        max-width: 204px
    }

    .bw_rows .bw_cols p br {
        display: none
    }
}

.bw_rows .bw_cols p .gr {
    color: #828282
}

.bw_rows .bw_cols .p {
    font-weight: 400;
    font-size: .781vw;
    line-height: 1.094vw;
    color: #383b43
}

@media (max-width:1000px) {
    .bw_rows .bw_cols .p {
        font-weight: 400;
        font-size: 15px;
        line-height: 21px;
        max-width: 204px
    }

    .bw_rows .bw_cols .p br {
        display: none
    }
}

.bw_rows .bw_cols .p .gr {
    color: #828282
}

.bw_rows .bw_cols .p .line {
    display: block
}

.bw_rows .bw_cols .b_nmb {
    position: absolute;
    right: 1.875vw;
    bottom: 2.031vw;
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 1.094vw;
    letter-spacing: -.037vw;
    color: #383b43
}

@media (max-width:1000px) {
    .bw_rows .bw_cols .b_nmb {
        font-weight: 400;
        font-size: 40px;
        line-height: 48px;
        right: 0;
        bottom: 24px
    }
}

.bw_rows .bw_cols .b_img {
    position: absolute;
    right: .521vw;
    bottom: 1.146vw;
    width: 3.021vw
}

@media (max-width:1000px) {
    .bw_rows .bw_cols .b_img {
        right: 0;
        bottom: 24px;
        width: 37px
    }
}

.production_ovr {
    position: relative;
    min-height: 100vh;
    margin-top: 4.635vw
}

@media (max-width:1000px) {
    .production_ovr {
        margin-top: 32px;
        min-height: unset
    }
}

.production_ovr .top_m_ttl {
    margin-left: 50.85vw;
    font-weight: 400;
    font-size: 1.188vw;
    line-height: 1.625vw;
    color: #383b43
}

@media (max-width:1000px) {
    .production_ovr .top_m_ttl {
        font-weight: 400;
        font-size: 17px;
        line-height: 23px;
        margin-left: 0
    }
}

.production_ovr .top_m_ttl p {
    font-weight: 400;
    font-size: .99vw;
    line-height: 1.354vw;
    color: #383b43
}

@media (max-width:1000px) {
    .production_ovr .top_m_ttl p {
        font: 400 17px/23px
    }
}

.production_ovr .top_m_ttl .line {
    display: block
}

.production_ovr .sg_pr_slr_ovr {
    margin-top: 85px;
    display: none
}

@media (max-width:1000px) {
    .production_ovr .sg_pr_slr_ovr {
        display: block
    }
}

.production_ovr .sg_pr_slr_ovr .sg_slr {
    padding: 0 16px
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide {
    width: 250px
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide.swiper-slide-active .caption .sg_pr_item .sg_r .lnk_btn {
    opacity: 1;
    transition: 1.4s
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide.swiper-slide-active .caption .sg_pr_item .sg_r .h2 .line span {
    transition: 1.4s;
    transform: translateY(0)
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption {
    width: 100%
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: auto;
    margin-right: 0
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in {
    width: 100%;
    display: block;
    position: relative;
    height: auto
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .big_card {
    z-index: 1;
    width: 100%;
    height: 306px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    display: block
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .big_card .bg_in {
    transform: scale(1);
    transition: .55s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .min_card {
    z-index: 2;
    width: 147px;
    height: 161px;
    left: 38px;
    bottom: auto;
    top: 180px;
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    display: block
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .min_card .bg_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .t_card {
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    position: absolute;
    left: 16px;
    bottom: auto;
    top: 143px;
    padding-top: 4px;
    padding-left: 10px;
    padding-bottom: 9px;
    width: 83px;
    height: 99px;
    border-radius: 4px
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .t_card .nmb {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #383b43
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .t_card p {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #848a8b
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_r {
    padding-left: 0;
    padding-top: 87px
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_r .h2 {
    font-weight: 500;
    font-size: 46px;
    line-height: 46px;
    letter-spacing: -.92px;
    min-width: 233px;
    color: #383b43
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_r .h2 .line {
    display: flex;
    overflow: hidden
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_r .h2 .line span {
    display: block;
    transition: 1.4s;
    transform: translateY(46px)
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .lnk_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    margin-top: 40px;
    width: 180px;
    border-radius: 40px;
    padding: 8px;
    padding-left: 27px;
    opacity: 0;
    transition: 1.4s
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .lnk_btn .t {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #383b43
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .lnk_btn .r_crc {
    background: #99c0c2;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding-bottom: 2px;
    padding-left: 2px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43
}

.production_ovr .sg_pr_items_ovr {
    top: 8.177vw;
    height: 31.927vw;
    position: absolute;
    left: 0
}

@media (max-width:1000px) {
    .production_ovr .sg_pr_items_ovr {
        display: none
    }
}

.production_ovr .sg_pr_items_ovr .sg_pr_items {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: relative;
    left: 17.76vw;
    height: 100%
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item {
    display: flex;
    align-items: flex-start;
    position: relative;
    height: 100%;
    margin-right: 20.052vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(1) .sg_in .min_card {
    left: 5.208vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(2) .sg_in .min_card {
    left: 10.416vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(3) .sg_in .min_card {
    left: 15.624vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(4) .sg_in .min_card {
    left: 20.832vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(5) .sg_in .min_card {
    left: 26.04vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(6) .sg_in .min_card {
    left: 31.248vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(7) .sg_in .min_card {
    left: 36.456vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(8) .sg_in .min_card {
    left: 41.664vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(9) .sg_in .min_card {
    left: 46.872vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(10) .sg_in .min_card {
    left: 52.08vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(11) .sg_in .min_card {
    left: 57.288vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(12) .sg_in .min_card {
    left: 62.496vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(13) .sg_in .min_card {
    left: 67.704vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(14) .sg_in .min_card {
    left: 72.912vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(15) .sg_in .min_card {
    left: 78.12vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(16) .sg_in .min_card {
    left: 83.328vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(17) .sg_in .min_card {
    left: 88.536vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(18) .sg_in .min_card {
    left: 93.744vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(19) .sg_in .min_card {
    left: 98.952vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(20) .sg_in .min_card {
    left: 104.16vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(21) .sg_in .min_card {
    left: 109.368vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(22) .sg_in .min_card {
    left: 114.576vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(23) .sg_in .min_card {
    left: 119.784vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(24) .sg_in .min_card {
    left: 124.992vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(25) .sg_in .min_card {
    left: 130.2vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(26) .sg_in .min_card {
    left: 135.408vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(27) .sg_in .min_card {
    left: 140.616vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(28) .sg_in .min_card {
    left: 145.824vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(29) .sg_in .min_card {
    left: 151.032vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(30) .sg_in .min_card {
    left: 156.24vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(31) .sg_in .min_card {
    left: 161.448vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(32) .sg_in .min_card {
    left: 166.656vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(33) .sg_in .min_card {
    left: 171.864vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(34) .sg_in .min_card {
    left: 177.072vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(35) .sg_in .min_card {
    left: 182.28vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(36) .sg_in .min_card {
    left: 187.488vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(37) .sg_in .min_card {
    left: 192.696vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(38) .sg_in .min_card {
    left: 197.904vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(39) .sg_in .min_card {
    left: 203.112vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(40) .sg_in .min_card {
    left: 208.32vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(41) .sg_in .min_card {
    left: 213.528vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(42) .sg_in .min_card {
    left: 218.736vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(43) .sg_in .min_card {
    left: 223.944vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(44) .sg_in .min_card {
    left: 229.152vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(45) .sg_in .min_card {
    left: 234.36vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(46) .sg_in .min_card {
    left: 239.568vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(47) .sg_in .min_card {
    left: 244.776vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(48) .sg_in .min_card {
    left: 249.984vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(49) .sg_in .min_card {
    left: 255.192vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(50) .sg_in .min_card {
    left: 260.4vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:last-child {
    margin-right: 0
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(even) .sg_in .t_card {
    left: 8.594vw
}

@media (min-width:1001px) {
    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:hover {
        transition: .35s
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:hover .sg_in .big_card .bg_in {
        transform: scale(1.05);
        transition: .55s
    }
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in {
    display: block;
    position: relative;
    height: 100%
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .big_card {
    z-index: 1;
    width: 25.938vw;
    height: 100%;
    position: relative;
    border-radius: .417vw;
    overflow: hidden;
    display: block
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .big_card .bg_in {
    transform: scale(1);
    transition: .55s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .min_card {
    z-index: 2;
    width: 12.083vw;
    height: 13.229vw;
    left: 7.76vw;
    bottom: -2.031vw;
    position: absolute;
    border-radius: .417vw;
    overflow: hidden;
    display: block
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .min_card .bg_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .t_card {
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    position: absolute;
    left: 1.094vw;
    bottom: 7.292vw;
    padding-top: 1.25vw;
    padding-left: .625vw;
    padding-bottom: .208vw;
    width: 6.823vw;
    height: 8.177vw;
    border-radius: .417vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .t_card .nmb {
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 1.094vw;
    letter-spacing: -.037vw;
    color: #383b43
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .t_card p {
    font-weight: 400;
    font-size: .781vw;
    line-height: 1.354vw;
    color: #383b43
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_r {
    padding-left: 2.188vw;
    padding-top: 7.969vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_r .h2 {
    font-weight: 500;
    font-size: clamp(1.0625rem, .1971153846rem + 3.8461538462vw, 4.8125rem);
    line-height: clamp(.625rem, -.2403846154rem + 3.8461538462vw, 4.375rem);
    letter-spacing: -.04vw;
    min-width: 21.302vw;
    color: #383b43
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_r .h2 .line {
    display: flex;
    overflow: hidden
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_r .h2 .line span {
    display: block
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    margin-top: 2.917vw;
    width: clamp(5.625rem, 4.3269230769rem + 5.7692307692vw, 11.25rem);
    border-radius: 1.458vw;
    padding: .365vw;
    padding-left: 1.458vw;
    transition: .35s
}

@media (min-width:1001px) {
    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:hover {
        transition: .35s;
        background: #99c0c2;
        border: 1px solid #99c0c2
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:hover .t {
        transition: .35s;
        color: #fff
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:hover .r_crc {
        transition: .35s;
        background: #fff
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:active {
        transition: .35s;
        background: #88a7a8;
        border: 1px solid #88a7a8
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:active .t {
        transition: .35s;
        color: #fff
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:active .r_crc {
        transition: .35s;
        background: #fff
    }
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn .t {
    transition: .35s;
    font-weight: 400;
    font-size: clamp(.625rem, .5528846154rem + .3205128205vw, .9375rem);
    line-height: clamp(1.3125rem, 1.2403846154rem + .3205128205vw, 1.625rem);
    color: #383b43
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn .r_crc {
    transition: .35s;
    background: #99c0c2;
    border-radius: 100%;
    width: 2.083vw;
    height: 2.083vw;
    padding-bottom: .104vw;
    padding-left: .104vw;
    font-weight: 500;
    font-size: .938vw;
    line-height: 1.042vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43
}

.about_ovr_wrap {
    margin-top: -1.198vw;
    height: 74.479vw;
    position: relative;
    overflow: hidden;
    width: 100%
}

@media (max-width:1000px) {
    .about_ovr_wrap {
        margin-top: 0;
        height: 705px
    }
}

.about_ovr_wrap .bg_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 120%;
    top: -20%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1
}

.about_ovr_wrap .wc_desc {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 3.281vw 1.875vw 1.875vw;
    border-radius: .417vw;
    background: #fff;
    text-align: center
}

@media (max-width:1000px) {
    .about_ovr_wrap .wc_desc {
        width: calc(100% - 72px);
        padding: 48px 12px 12px;
        border-radius: 5px;
        height: 456px
    }
}

.about_ovr_wrap .wc_desc .t_logo {
    width: 10.833vw;
    margin-bottom: 3.385vw;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1000px) {
    .about_ovr_wrap .wc_desc .t_logo {
        width: 92px;
        margin-bottom: 32px
    }
}

.about_ovr_wrap .wc_desc .h2 {
    font-weight: 300;
    font-size: clamp(.875rem, .8317307692rem + .1923076923vw, 1.0625rem);
    line-height: clamp(1.1875rem, 1.1153846154rem + .3205128205vw, 1.5rem);
    color: rgba(0, 0, 0, .8);
    text-align: center
}

@media (max-width:1000px) {
    .about_ovr_wrap .wc_desc .h2 {
        margin: 0 auto;
        max-width: calc(100% - 24px);
        color: #000;
        font: 300 14px/19px
    }

    .about_ovr_wrap .wc_desc .h2 br {
        display: none
    }
}

.about_ovr_wrap .wc_desc .h2 .line {
    display: flex;
    justify-content: center;
    overflow: hidden
}

@media (max-width:1000px) {
    .about_ovr_wrap .wc_desc .h2 .line {
        display: inline
    }
}

.about_ovr_wrap .wc_desc .h2 .line span {
    display: block
}

@media (max-width:1000px) {
    .about_ovr_wrap .wc_desc .h2 .line span {
        display: inline
    }
}

.about_ovr_wrap .wc_desc .wc_rows {
    margin-top: 2.604vw;
    width: 100%;
    border-radius: .208vw;
    padding: .417vw;
    border: 1px solid #e5e5e4;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: left
}

@media (max-width:1000px) {
    .about_ovr_wrap .wc_desc .wc_rows {
        margin-top: 30px;
        width: 100%;
        height: 171px;
        border-radius: 4px;
        padding: 8px 12px
    }
}

.about_ovr_wrap .wc_desc .wc_rows .wc_cols {
    position: relative;
    width: 50%;
    padding-top: .625vw;
    height: 5.365vw
}

@media (max-width:1000px) {
    .about_ovr_wrap .wc_desc .wc_rows .wc_cols {
        height: 50%;
        padding-top: 0
    }
}

.about_ovr_wrap .wc_desc .wc_rows .wc_cols:first-child,
.about_ovr_wrap .wc_desc .wc_rows .wc_cols:nth-child(2) {
    padding-top: .208vw;
    border-bottom: 1px solid #e5e5e4
}

@media (max-width:1000px) {

    .about_ovr_wrap .wc_desc .wc_rows .wc_cols:first-child,
    .about_ovr_wrap .wc_desc .wc_rows .wc_cols:nth-child(2) {
        padding-top: 0
    }
}

.about_ovr_wrap .wc_desc .wc_rows .wc_cols:nth-child(odd) {
    border-right: 1px solid #e5e5e4;
    padding-left: .156vw
}

@media (max-width:1000px) {
    .about_ovr_wrap .wc_desc .wc_rows .wc_cols:nth-child(odd) {
        padding-left: 0
    }
}

.about_ovr_wrap .wc_desc .wc_rows .wc_cols:nth-child(even) {
    padding-left: .573vw
}

@media (max-width:1000px) {
    .about_ovr_wrap .wc_desc .wc_rows .wc_cols:nth-child(even) {
        padding-left: 12px
    }
}

@media (max-width:1000px) {

    .about_ovr_wrap .wc_desc .wc_rows .wc_cols:nth-child(3),
    .about_ovr_wrap .wc_desc .wc_rows .wc_cols:nth-child(4) {
        padding-top: 7px
    }
}

.about_ovr_wrap .wc_desc .wc_rows .wc_cols .i_c {
    position: absolute;
    right: .417vw;
    bottom: .781vw;
    width: 1.979vw;
    text-align: center
}

@media (max-width:1000px) {
    .about_ovr_wrap .wc_desc .wc_rows .wc_cols .i_c {
        width: 35px;
        bottom: 9px;
        right: 12px
    }
}

@media (max-width:1000px) {
    .about_ovr_wrap .wc_desc .wc_rows .wc_cols .i_c.ic1 {
        width: 30px;
        right: 12px;
        bottom: 8px
    }
}

@media (max-width:1000px) {
    .about_ovr_wrap .wc_desc .wc_rows .wc_cols .i_c.ic2 {
        width: 34px;
        right: 0;
        bottom: 12px
    }
}

@media (max-width:1000px) {
    .about_ovr_wrap .wc_desc .wc_rows .wc_cols .i_c.ic3 {
        width: 21px;
        right: 14px;
        bottom: 0
    }
}

@media (max-width:1000px) {
    .about_ovr_wrap .wc_desc .wc_rows .wc_cols .i_c.ic4 {
        width: 26px;
        right: 4px;
        bottom: 0
    }
}

.about_ovr_wrap .wc_desc .wc_rows .wc_cols .i_c img {
    max-width: 1.979vw
}

@media (max-width:1000px) {
    .about_ovr_wrap .wc_desc .wc_rows .wc_cols .i_c img {
        max-width: 35px
    }
}

.about_ovr_wrap .wc_desc .wc_rows .wc_cols p {
    font-weight: 400;
    font-size: clamp(.625rem, .5673076923rem + .2564102564vw, .875rem);
    line-height: clamp(.8125rem, .7548076923rem + .2564102564vw, 1.0625rem);
    color: rgba(56, 59, 67, .5)
}

@media (max-width:1000px) {
    .about_ovr_wrap .wc_desc .wc_rows .wc_cols p {
        color: rgba(56, 59, 67, .6);
        max-width: 105px;
        font: 400 12px/13px
    }

    .about_ovr_wrap .wc_desc .wc_rows .wc_cols p br {
        display: none
    }
}

.production_types_wrap {
    margin-top: 4.635vw
}

@media (max-width:1000px) {
    .production_types_wrap {
        margin-top: 126px
    }
}

.production_types_wrap .top_m_ttl {
    margin-left: 50.85vw;
    font-weight: 400;
    font-size: 1.188vw;
    line-height: 1.625vw;
    color: #383b43
}

@media (max-width:1000px) {
    .production_types_wrap .top_m_ttl {
        font-weight: 400;
        font-size: 17px;
        line-height: 23px;
        margin-left: 0
    }
}

.production_types_wrap .top_m_ttl p {
    font-weight: 400;
    font-size: .99vw;
    line-height: 1.354vw;
    color: #383b43
}

@media (max-width:1000px) {
    .production_types_wrap .top_m_ttl p {
        font: 400 17px/23px
    }
}

.production_types_wrap .top_m_ttl .line {
    display: block
}

.production_types_wrap .pt_rows_list {
    margin-top: 15.052vw
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list {
        margin-top: 100px;
        display: none
    }
}

.production_types_wrap .pt_rows_list .pt_row {
    width: 100%;
    position: relative;
    padding: .208vw;
    display: flex;
    padding-left: 0;
    padding-right: 0
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list .pt_row {
        padding: 12px 0
    }
}

.production_types_wrap .pt_rows_list .pt_row .anim_ln_horizontal {
    height: 1px;
    width: calc(100% - 1.979vw);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list .pt_row .anim_ln_horizontal {
        width: calc(100% - 32px)
    }
}

.production_types_wrap .pt_rows_list .pt_row .anim_ln_horizontal.btm {
    bottom: 0;
    top: auto
}

.production_types_wrap .pt_rows_list .pt_row .anim_ln_horizontal span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #ccc;
    transform: scaleX(0);
    transform-origin: 0 0
}

.production_types_wrap .pt_rows_list .pt_row:first-child {
    justify-content: space-between
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list .pt_row:first-child {
        order: 2
    }
}

.production_types_wrap .pt_rows_list .pt_row:nth-child(2) {
    justify-content: space-between
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list .pt_row:nth-child(2) {
        order: 2
    }
}

.production_types_wrap .pt_rows_list .pt_row:nth-child(3) {
    justify-content: center
}

.production_types_wrap .pt_rows_list .pt_row:nth-child(3) .pt_cols {
    margin-left: 0;
    margin-left: 10.417vw
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list .pt_row:nth-child(3) .pt_cols {
        order: 5
    }
}

.production_types_wrap .pt_rows_list .pt_row:nth-child(4) {
    justify-content: space-between
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list .pt_row:nth-child(4) {
        order: 3
    }
}

.production_types_wrap .pt_rows_list .pt_row:nth-child(5) {
    justify-content: space-between
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list .pt_row:nth-child(5) {
        order: 4
    }
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols {
    min-width: 33.49vw;
    padding: .365vw;
    border-radius: .313vw;
    overflow: hidden;
    position: relative;
    transition: .35s
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list .pt_row .pt_cols {
        min-width: 50%;
        border-radius: 0;
        padding: 0
    }
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.sm img {
    max-width: 8.125vw
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list .pt_row .pt_cols.sm img {
        max-width: 95px
    }
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.md img {
    max-width: 12.969vw
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list .pt_row .pt_cols.md img {
        max-width: 95px
    }
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.lg img {
    max-width: 17.292vw
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list .pt_row .pt_cols.lg img {
        max-width: 95px
    }
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.big {
    min-width: 47.292vw;
    padding-left: .99vw
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list .pt_row .pt_cols.big {
        min-width: 50%
    }
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.big .pt_cols_in {
    justify-content: space-between
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.big .pt_cols_in p {
    padding-top: .521vw
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list .pt_row .pt_cols.big .pt_cols_in p {
        padding-top: 0
    }
}

@media (min-width:1001px) {
    .production_types_wrap .pt_rows_list .pt_row .pt_cols.p_right:hover {
        transition: .35s
    }

    .production_types_wrap .pt_rows_list .pt_row .pt_cols.p_right:hover::after {
        opacity: 1;
        transition: .35s
    }
}

@media (min-width:1001px) {
    .production_types_wrap .pt_rows_list .pt_row .pt_cols.p_left:hover {
        transition: .35s
    }

    .production_types_wrap .pt_rows_list .pt_row .pt_cols.p_left:hover::after {
        opacity: 1;
        transition: .35s
    }
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.reverse .pt_cols_in {
    flex-direction: row-reverse
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.reverse .pt_cols_in .pr_r {
    justify-content: flex-end
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.reverse .pt_cols_in .pr_r .nmb {
    order: 2
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.reverse .pt_cols_in .pr_r p {
    order: 1
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.pt_cols01 {
    width: 34.323vw
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.pt_cols02 {
    width: 33.698vw
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.pt_cols03 {
    width: 42.031vw
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.pt_cols04 {
    width: 33.698vw
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.pt_cols05 {
    width: 41.042vw;
    position: relative
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.pt_cols06 {
    width: 34.479vw
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.pt_cols07 {
    width: 33.698vw
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.pt_cols08 {
    width: 48.542vw
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols.pt_cols09 {
    width: 33.698vw
}

@media (min-width:1001px) {
    .production_types_wrap .pt_rows_list .pt_row .pt_cols:hover {
        transition: .35s
    }

    .production_types_wrap .pt_rows_list .pt_row .pt_cols:hover::after {
        opacity: 1;
        transition: .35s
    }

    .production_types_wrap .pt_rows_list .pt_row .pt_cols:hover .nmb,
    .production_types_wrap .pt_rows_list .pt_row .pt_cols:hover p {
        color: #fff;
        transition: .35s
    }
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols::after {
    transition: .35s;
    opacity: 0;
    content: "";
    background: #99c0c2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols .pt_cols_in {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 1.458vw;
    column-gap: 1.458vw
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols .pt_cols_in .pr_r {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: .521vw;
    -moz-column-gap: 1.302vw;
    column-gap: 1.302vw
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols .pt_cols_in .pr_l {
    display: flex;
    align-items: flex-start
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols .pt_cols_in .pr_l .nmb {
    padding-top: .521vw;
    margin-left: 1.302vw
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols .nmb {
    font-weight: 400;
    font-size: .677vw;
    line-height: 1.25vw;
    letter-spacing: -.01vw;
    color: #000;
    transition: .35s
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols p {
    font-weight: 400;
    font-size: clamp(.625rem, .4230769231rem + .8974358974vw, 1.5rem);
    line-height: clamp(.9375rem, .7355769231rem + .8974358974vw, 1.8125rem);
    letter-spacing: -.019vw;
    color: #000;
    transition: .35s
}

.production_types_wrap .pt_rows_list .pt_row .pt_cols img {
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list .pt_row .pt_cols img {
        border-radius: 3px;
        height: 105px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.production_types_wrap .pt_rows_list_mobile {
    display: none
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list_mobile {
        margin-top: 100px;
        display: block;
        padding: 0 16px
    }
}

.production_types_wrap .pt_rows_list_mobile .pt_row {
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    padding: 12px 0
}

.production_types_wrap .pt_rows_list_mobile .pt_row .anim_ln_vertical {
    max-height: calc(100% - 24px);
    height: calc(100% - 24px);
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0
}

.production_types_wrap .pt_rows_list_mobile .pt_row .anim_ln_vertical span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #e7e7e7;
    transform: scaleY(0);
    transform-origin: 0 0
}

.production_types_wrap .pt_rows_list_mobile .pt_row .anim_ln_horizontal {
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto
}

.production_types_wrap .pt_rows_list_mobile .pt_row .anim_ln_horizontal.btm {
    bottom: 0;
    top: auto
}

.production_types_wrap .pt_rows_list_mobile .pt_row .anim_ln_horizontal span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #e7e7e7;
    transform: scaleX(0);
    transform-origin: 0 0
}

.production_types_wrap .pt_rows_list_mobile .pt_row .pt_cols {
    min-width: 50%;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: .35s;
    padding-bottom: 12px
}

.production_types_wrap .pt_rows_list_mobile .pt_row .pt_cols:nth-child(1) {
    padding-right: 12px
}

.production_types_wrap .pt_rows_list_mobile .pt_row .pt_cols:nth-child(2) {
    padding-right: 0;
    padding-left: 14px
}

.production_types_wrap .pt_rows_list_mobile .pt_row .pt_cols .pt_cols_in {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.production_types_wrap .pt_rows_list_mobile .pt_row .pt_cols .pt_cols_in .pr_r {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: .521vw;
    -moz-column-gap: 1.302vw;
    column-gap: 1.302vw
}

@media (max-width:1000px) {
    .production_types_wrap .pt_rows_list_mobile .pt_row .pt_cols .pt_cols_in .pr_r {
        display: none
    }
}

.production_types_wrap .pt_rows_list_mobile .pt_row .pt_cols .pt_cols_in .pr_l {
    display: flex;
    align-items: flex-start
}

.production_types_wrap .pt_rows_list_mobile .pt_row .pt_cols .pt_cols_in .pr_l .nmb {
    padding-top: .521vw;
    margin-left: 1.302vw
}

.production_types_wrap .pt_rows_list_mobile .pt_row .pt_cols .nmb {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -.24px;
    color: #000;
    transition: .35s
}

.production_types_wrap .pt_rows_list_mobile .pt_row .pt_cols p {
    margin-top: 46.8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.3px;
    color: #000;
    transition: .35s
}

.production_types_wrap .pt_rows_list_mobile .pt_row .pt_cols img {
    width: 95px;
    border-radius: 3px;
    height: 105px;
    -o-object-fit: cover;
    object-fit: cover
}

.concept_wrap {
    position: relative;
    width: 100%;
    height: auto
}

.concept_wrap .cnpt_screen {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.concept_wrap .cnpt_screen .ln {
    position: relative;
    overflow: hidden;
    display: block;
    height: 3.95vw
}

@media (max-width:1024px) {
    .concept_wrap .cnpt_screen .ln {
        bottom: 2.93vw
    }
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .ln {
        bottom: 0;
        height: 8.333vw
    }
}

.concept_wrap .cnpt_screen .ln.ln1 {
    z-index: 1
}

.concept_wrap .cnpt_screen .ln.ln2 {
    z-index: 1;
    margin-top: -.25vw
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .ln.ln2 {
        margin-top: -1.111vw
    }
}

.concept_wrap .cnpt_screen .ln.ln3 {
    z-index: 3;
    margin-top: -.25vw
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .ln.ln3 {
        margin-top: -1.111vw
    }
}

.concept_wrap .cnpt_screen .ln .grn {
    color: #99c0c2
}

.concept_wrap .cnpt_screen .ln .t {
    transform: translateY(100%);
    color: #383b43;
    display: block;
    font: 600 3.75vw/3.75vw
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .ln .t {
        font-weight: 600;
        font-size: 6.667vw;
        line-height: 8.333vw;
        transform: translateY(30px)
    }
}

.concept_wrap .cnpt_screen #lr_h {
    height: 6.979vw;
    position: absolute;
    opacity: 0;
    pointer-events: none
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen #lr_h {
        height: 11.111vw
    }
}

.concept_wrap .cnpt_screen .cnpt_grid {
    z-index: 2;
    display: flex;
    flex-direction: row;
    -moz-column-gap: 2.656vw;
    column-gap: 2.656vw;
    width: 123.49vw;
    position: absolute;
    top: -6.51vw;
    left: -11.719vw
}

@media (max-width:1600px) {
    .concept_wrap .cnpt_screen .cnpt_grid {
        top: -2.71vw
    }
}

@media (max-width:1440px) {
    .concept_wrap .cnpt_screen .cnpt_grid {
        top: -.347vw
    }
}

@media (max-width:1280px) {
    .concept_wrap .cnpt_screen .cnpt_grid {
        top: -2.51vw
    }
}

@media (max-width:1024px) {
    .concept_wrap .cnpt_screen .cnpt_grid {
        top: 2.49vw
    }
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid {
        height: 124.444vw;
        width: auto;
        -moz-column-gap: 4.167vw;
        column-gap: 4.167vw;
        top: 13.889vw;
        bottom: 0;
        top: 0;
        margin: auto;
        left: -27.778vw
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col {
    display: flex;
    flex-direction: column;
    row-gap: 2.656vw;
    margin-top: 2.083vw
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col {
        row-gap: 3.333vw;
        margin-top: 0
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col.tpm {
    margin-top: 6.979vw
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col.tpm {
        margin-top: 11.111vw
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col:nth-child(4) {
    margin-top: 0
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col:nth-child(4) {
        margin-top: 0
    }
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col:nth-child(1) {
        display: none
    }
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col:nth-child(7) {
        display: none
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item {
    border-radius: .417vw;
    overflow: hidden;
    height: 19.271vw;
    width: 15.365vw;
    position: relative;
    opacity: 0
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item {
        opacity: 0;
        height: 35vw;
        width: 27.778vw;
        border-radius: 1.667vw
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col11 {
    transform: translateY(14.948vw) translateX(calc(300% + 7.968vw))
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col12 {
    transform: translateY(-6.979vw) translateX(calc(300% + 7.968vw))
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col13 {
    transform: translateY(-28.906vw) translateX(calc(300% + 7.968vw))
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col21 {
    transform: translateY(19.844vw) translateX(calc(200% + 5.312vw))
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col21 {
        transform: translateY(38.333vw) translateX(calc(200% + 8.334vw))
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col22 {
    transform: translateY(-2.083vw) translateX(calc(200% + 5.312vw))
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col22 {
        transform: translateX(calc(200% + 8.334vw))
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col23 {
    transform: translateY(-24.01vw) translateX(calc(200% + 5.312vw))
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col23 {
        transform: translateY(-38.333vw) translateX(calc(200% + 8.334vw))
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col31 {
    transform: translateY(14.948vw) translateX(calc(100% + 2.656vw))
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col31 {
        transform: translateY(27.222vw) translateX(calc(100% + 4.167vw))
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col32 {
    transform: translateY(-6.979vw) translateX(calc(100% + 2.656vw))
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col32 {
        transform: none
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col33 {
    transform: translateY(-28.906vw) translateX(calc(100% + 2.656vw))
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col33 {
        transform: translateY(-49.444vw) translateX(calc(100% + 4.167vw))
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col41 {
    transform: translateY(21.927vw)
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col41 {
        transform: translateY(38.333vw)
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col43 {
    transform: translateY(-21.927vw)
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col43 {
        transform: translateY(-38.333vw)
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col51 {
    transform: translateY(14.948vw) translateX(calc(-100% - 2.656vw))
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col51 {
        transform: translateY(27.222vw) translateX(calc(-100% - 4.167vw))
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col52 {
    transform: translateY(-6.979vw) translateX(calc(-100% - 2.656vw))
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col52 {
        transform: none
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col53 {
    transform: translateY(-28.906vw) translateX(calc(-100% - 2.656vw))
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col53 {
        transform: translateY(-49.444vw) translateX(calc(-100% - 4.167vw))
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col61 {
    transform: translateY(19.844vw) translateX(calc(-200% - 5.312vw))
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col61 {
        transform: translateY(38.333vw) translateX(calc(-200% - 8.334vw))
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col62 {
    transform: translateY(-2.083vw) translateX(calc(-200% - 5.312vw))
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col62 {
        transform: translateX(calc(-200% - 8.334vw))
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col63 {
    transform: translateY(-24.01vw) translateX(calc(-200% - 5.312vw))
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col63 {
        transform: translateY(-38.333vw) translateX(calc(-200% - 8.334vw))
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col71 {
    transform: translateY(14.948vw) translateX(calc(-300% - 7.968vw))
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col72 {
    transform: translateY(-6.979vw) translateX(calc(-300% - 7.968vw))
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.col73 {
    transform: translateY(-28.906vw) translateX(calc(-300% - 7.968vw))
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.c_img_left {
    opacity: 1;
    z-index: 1;
    transform: translateY(25vh) translateX(calc(100% + 2.656vw))
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.c_img_left {
        transform: none;
        transform: translateY(-11.111vw) translateX(calc(100% + 4.167vw))
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.c_img_right {
    opacity: 1;
    z-index: 2;
    transform: translateY(calc(50vh + 6.51vw)) translateX(calc(-100% - 2.656vw))
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.c_img_right {
        transform: none;
        transform: translateY(70vh) translateX(calc(-100% - 4.167vw))
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.c_img_center {
    opacity: 1;
    z-index: 3;
    transform: translateY(calc(50vh + 6.979vw + 6.51vw))
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.c_img_center {
        transform: none;
        transform: translateY(calc(70vh + 11.111vw))
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.mobile {
    display: none
}

@media (max-width:1000px) {
    .concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item.mobile {
        display: block
    }
}

.concept_wrap .cnpt_screen .cnpt_grid .cnpt_col .cnpt_item .bg_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.request_ovr_wrap {
    margin-top: 23.854vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 18.385vw
}

@media (max-width:1000px) {
    .request_ovr_wrap {
        margin-top: 0;
        padding-bottom: 112px
    }
}

.request_ovr_wrap .lnk_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    margin-top: 3.125vw;
    width: clamp(7.1875rem, 5.7451923077rem + 6.4102564103vw, 13.4375rem);
    border-radius: 1.458vw;
    padding: .365vw;
    padding-left: 1.458vw;
    transition: .35s
}

@media (max-width:1000px) {
    .request_ovr_wrap .lnk_btn {
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #afb1b4;
        margin-top: 0;
        width: 222px;
        border-radius: 40px;
        padding: 8px;
        padding-left: 27px
    }
}

@media (min-width:1001px) {
    .request_ovr_wrap .lnk_btn:hover {
        transition: .35s;
        background: #99c0c2;
        border: 1px solid #99c0c2
    }

    .request_ovr_wrap .lnk_btn:hover .t {
        transition: .35s;
        color: #fff
    }

    .request_ovr_wrap .lnk_btn:hover .r_crc {
        transition: .35s;
        background: #fff
    }

    .request_ovr_wrap .lnk_btn:active {
        transition: .35s;
        background: #88a7a8;
        border: 1px solid #88a7a8
    }

    .request_ovr_wrap .lnk_btn:active .t {
        transition: .35s;
        color: #fff
    }

    .request_ovr_wrap .lnk_btn:active .r_crc {
        transition: .35s;
        background: #fff
    }
}

.request_ovr_wrap .lnk_btn .r_crc {
    background: #99c0c2;
    border-radius: 100%;
    width: 2.083vw;
    height: 2.083vw;
    padding-bottom: .104vw;
    padding-left: .104vw;
    font-weight: 400;
    font-size: clamp(.625rem, .5096153846rem + .5128205128vw, 1.125rem);
    line-height: clamp(.75rem, .6346153846rem + .5128205128vw, 1.25rem);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43
}

@media (max-width:1000px) {
    .request_ovr_wrap .lnk_btn .r_crc {
        width: 40px;
        height: 40px;
        padding-bottom: 2px;
        padding-left: 2px;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #383b43
    }
}

.request_ovr_wrap .lnk_btn .t {
    font-weight: 400;
    font-size: clamp(.625rem, .5528846154rem + .3205128205vw, .9375rem);
    line-height: clamp(1.3125rem, 1.2403846154rem + .3205128205vw, 1.625rem);
    color: #383b43
}

@media (max-width:1000px) {
    .request_ovr_wrap .lnk_btn .t {
        font: 400 15px/21px
    }
}

.fancybox-overlay {
    background-image: none;
    background: rgba(9, 25, 47, .56) repeat
}

.fancybox-close {
    top: 1.8rem;
    right: 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    background-image: none
}

.fancybox-close:after {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #fff;
    transform: rotate(45deg)
}

.fancybox-close:before {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #fff;
    transform: rotate(-45deg)
}

.nnvg .fancybox-button--arrow_left,
.nnvg .fancybox-button--arrow_right {
    display: none !important
}

.nnvg .fancybox-button svg {
    color: #708573;
    display: none;
    background: url(../img/bcl.svg) no-repeat 0 0;
    width: 2.9rem;
    height: 3rem;
    top: 5rem;
    right: 5rem
}

.nnvg .fancybox-slide--html {
    padding: 0
}

.pop_ovr {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%);
    opacity: 0;
    pointer-events: none;
    transition: .55s;
    z-index: 990
}

.pop_ovr.active {
    transition: .55s;
    pointer-events: all;
    opacity: 1
}

.win_popup {
    position: fixed;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    width: 39.583vw;
    height: auto;
    border-radius: .625vw;
    padding: 2.396vw 1.771vw 1.771vw;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    overflow: hidden;
    transition: .55s;
    opacity: 0;
    pointer-events: none;
    transform: translate(0, -50%)
}

@media (max-width:1024px) {
    .win_popup {
        width: 43.583vw
    }
}

@media (max-width:1000px) {
    .win_popup {
        width: calc(100% - 32px);
        border-radius: 12px;
        padding: 28px 24px 24px
    }
}

.win_popup.active {
    transition: .55s;
    pointer-events: all;
    opacity: 1
}

.win_popup .win_popup_ovr {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.win_popup .win_popup_in {
    height: 100%;
    width: 100%
}

.win_popup .line_pp {
    height: auto;
    text-align: left;
    padding: 0
}

.win_popup .line_pp .h3 {
    font-weight: 500;
    font-size: 2.396vw;
    line-height: 2.396vw;
    margin-bottom: 1.875vw;
    color: #383b43
}

@media (max-width:1000px) {
    .win_popup .line_pp .h3 {
        max-width: 135px;
        font-weight: 500;
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 24px
    }

    .win_popup .line_pp .h3.max {
        max-width: 214px
    }
}

.win_popup .line_pp p {
    font-weight: 400;
    font-size: clamp(.875rem, .7740384615rem + .4487179487vw, 1.3125rem);
    line-height: clamp(1rem, .8413461538rem + .7051282051vw, 1.6875rem);
    letter-spacing: -.011vw;
    color: #383b43;
    margin-bottom: 1.875vw
}

@media (max-width:1000px) {
    .win_popup .line_pp p {
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 36px
    }
}

.win_popup .line_pp .lnk_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    margin-top: 3.125vw;
    width: clamp(6.5625rem, 5.4807692308rem + 4.8076923077vw, 11.25rem);
    border-radius: 1.458vw;
    padding: .365vw;
    padding-left: 1.458vw;
    transition: .35s
}

@media (max-width:1000px) {
    .win_popup .line_pp .lnk_btn {
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #afb1b4;
        margin-top: 0;
        width: 100%;
        border-radius: 40px;
        padding: 8px;
        padding-left: 27px
    }
}

@media (min-width:1001px) {
    .win_popup .line_pp .lnk_btn:hover {
        transition: .35s;
        background: #99c0c2;
        border: 1px solid #99c0c2
    }

    .win_popup .line_pp .lnk_btn:hover .t {
        transition: .35s;
        color: #fff
    }

    .win_popup .line_pp .lnk_btn:hover .r_crc {
        transition: .35s;
        background: #fff
    }

    .win_popup .line_pp .lnk_btn:active {
        transition: .35s;
        background: #88a7a8;
        border: 1px solid #88a7a8
    }

    .win_popup .line_pp .lnk_btn:active .t {
        transition: .35s;
        color: #fff
    }

    .win_popup .line_pp .lnk_btn:active .r_crc {
        transition: .35s;
        background: #fff
    }
}

.win_popup .line_pp .lnk_btn .r_crc {
    background: #99c0c2;
    border-radius: 100%;
    width: 2.083vw;
    height: 2.083vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43;
    position: relative
}

@media (max-width:1000px) {
    .win_popup .line_pp .lnk_btn .r_crc {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #383b43
    }
}

.win_popup .line_pp .lnk_btn .t {
    font-weight: 400;
    font-size: clamp(.625rem, .5528846154rem + .3205128205vw, .9375rem);
    line-height: clamp(1.3125rem, 1.2403846154rem + .3205128205vw, 1.625rem);
    color: #383b43
}

@media (max-width:1000px) {
    .win_popup .line_pp .lnk_btn .t {
        font: 400 15px/21px
    }
}

.win_popup .pp_cls {
    cursor: pointer;
    position: absolute;
    right: 1.25vw;
    top: 1.25vw;
    width: 2.396vw;
    height: 2.396vw;
    padding: 0;
    display: block;
    transition: .35s
}

@media (max-width:1000px) {
    .win_popup .pp_cls {
        width: 42px;
        height: 42px;
        top: 24px;
        right: 24px
    }
}

@media (min-width:1001px) {
    .win_popup .pp_cls:hover {
        opacity: 1;
        transition: .35s
    }

    .win_popup .pp_cls:hover::after {
        transition: .35s;
        background: url(../img/pp_cls_h.svg) no-repeat 0 0/cover
    }
}

.win_popup .pp_cls svg {
    display: none
}

.win_popup .pp_cls::after {
    transition: .35s;
    content: "";
    background: url(../img/pp_cls_f.svg) no-repeat 0 0/cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.win_popup .blc_pp_wt {
    padding: 0;
    max-width: 100%;
    margin: auto;
    text-align: left
}

.win_popup .blc_pp_wt .rows {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25vw
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows {
        flex-wrap: wrap;
        margin-bottom: 12px
    }
}

.win_popup .blc_pp_wt .rows.rows100 .cols {
    width: 100%
}

.win_popup .blc_pp_wt .rows:last-child {
    margin-top: clamp(1.25rem, .1630434783rem + 1.7391304348vw, 2.25rem);
    margin-bottom: 0;
    margin-bottom: 0
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows:last-child {
        align-items: flex-start;
        flex-direction: column-reverse
    }
}

.win_popup .blc_pp_wt .rows .cols {
    width: calc(50% - 2.4rem);
    position: relative
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .cols {
        width: 100%
    }
}

.win_popup .blc_pp_wt .rows .cols.focused input,
.win_popup .blc_pp_wt .rows .cols.focused textarea {
    transition: .35s;
    border: 1px solid #cdcdcd
}

.win_popup .blc_pp_wt .rows .cols.focused input.parsley-error,
.win_popup .blc_pp_wt .rows .cols.focused textarea.parsley-error {
    border: 1px solid rgba(237, 41, 41, .5)
}

.win_popup .blc_pp_wt .rows .cols.filled input,
.win_popup .blc_pp_wt .rows .cols.filled textarea {
    transition: .35s;
    border: 1px solid #cdcdcd
}

.win_popup .blc_pp_wt .rows .cols.filled input.parsley-error,
.win_popup .blc_pp_wt .rows .cols.filled textarea.parsley-error {
    border: 1px solid rgba(237, 41, 41, .5)
}

.win_popup .blc_pp_wt .rows input {
    z-index: 4;
    border: 1px solid rgba(56, 59, 67, .2);
    font-weight: 400;
    font-size: clamp(.75rem, .6820652174rem + .1086956522vw, .8125rem);
    line-height: clamp(1.5rem, 1.4320652174rem + .1086956522vw, 1.5625rem);
    letter-spacing: -.01vw;
    border-radius: 3.125vw;
    height: 2.969vw;
    padding-left: 1.563vw;
    padding-right: 1.563vw;
    width: 100%;
    color: #000;
    position: relative;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: .35s;
    background: 0 0
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows input {
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        border-radius: 60px;
        height: 54px;
        padding-left: 28px;
        padding-right: 28px
    }
}

@media (min-width:1001px) {
    .win_popup .blc_pp_wt .rows input:hover {
        transition: .35s;
        border: 1px solid #cdcdcd
    }
}

.win_popup .blc_pp_wt .rows input.parsley-error {
    border: 1px solid rgba(237, 41, 41, .5)
}

.win_popup .blc_pp_wt .rows input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows input::-moz-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows input:-moz-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows textarea {
    z-index: 4;
    border: 1px solid rgba(56, 59, 67, .2);
    font-weight: 400;
    font-size: clamp(.75rem, .6820652174rem + .1086956522vw, .8125rem);
    line-height: clamp(1.5rem, 1.4320652174rem + .1086956522vw, 1.5625rem);
    letter-spacing: -.01vw;
    border-radius: 3.125vw;
    height: 2.969vw;
    padding-top: clamp(.125rem, -.7581521739rem + 1.4130434783vw, .9375rem);
    padding-bottom: 0;
    padding-left: 1.563vw;
    padding-right: 1.563vw;
    width: 100%;
    resize: none;
    overflow: hidden;
    color: #000;
    position: relative;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows textarea {
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        border-radius: 60px;
        height: 54px;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 28px;
        padding-right: 28px
    }
}

.win_popup .blc_pp_wt .rows textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows textarea::-moz-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows textarea:-moz-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows .h4 {
    display: inline-block;
    position: relative;
    margin-bottom: .313vw;
    padding-left: 1.458vw;
    font-weight: 400;
    font-size: clamp(.75rem, .6820652174rem + .1086956522vw, .8125rem);
    line-height: clamp(1.5rem, 1.4320652174rem + .1086956522vw, 1.5625rem);
    letter-spacing: -.01vw;
    vertical-align: middle;
    color: rgba(56, 59, 67, .7);
    z-index: 5
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .h4 {
        margin-bottom: 2px;
        padding-left: 16px;
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        letter-spacing: -.195px
    }
}

.win_popup .blc_pp_wt .rows .get_go {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    background: 0 0;
    width: clamp(7.8125rem, 4.0760869565rem + 5.9782608696vw, 11.25rem);
    border-radius: 1.458vw;
    padding: .365vw;
    padding-left: 1.458vw;
    transition: .35s;
    cursor: pointer
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .get_go {
        width: 180px;
        padding: 7px 9px;
        padding-left: 27px;
        border-radius: 40px;
        margin-top: 40px
    }
}

@media (min-width:1001px) {
    .win_popup .blc_pp_wt .rows .get_go:hover {
        transition: .35s;
        background: #99c0c2;
        border: 1px solid #99c0c2
    }

    .win_popup .blc_pp_wt .rows .get_go:hover .t {
        transition: .35s;
        color: #fff
    }

    .win_popup .blc_pp_wt .rows .get_go:hover .r_crc {
        transition: .35s;
        background: #fff
    }

    .win_popup .blc_pp_wt .rows .get_go:active {
        transition: .35s;
        background: #88a7a8;
        border: 1px solid #88a7a8
    }

    .win_popup .blc_pp_wt .rows .get_go:active .t {
        transition: .35s;
        color: #fff
    }

    .win_popup .blc_pp_wt .rows .get_go:active .r_crc {
        transition: .35s;
        background: #fff
    }
}

.win_popup .blc_pp_wt .rows .get_go .t {
    transition: .35s;
    font-weight: 400;
    font-size: clamp(.8125rem, .6766304348rem + .2173913043vw, .9375rem);
    line-height: clamp(1.5rem, 1.3641304348rem + .2173913043vw, 1.625rem);
    color: #383b43
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .get_go .t {
        font: 400 15px/21px
    }
}

.win_popup .blc_pp_wt .rows .get_go .r_crc {
    transition: .35s;
    background: #99c0c2;
    border-radius: 100%;
    width: 2.083vw;
    height: 2.083vw;
    padding-bottom: .104vw;
    padding-left: .104vw;
    font-weight: 500;
    font-size: .938vw;
    line-height: 1.042vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .get_go .r_crc {
        width: 40px;
        height: 40px;
        padding-bottom: 0;
        padding-left: 0;
        font: 500 12px/14px
    }
}

.win_popup .blc_pp_wt .rows .iagree {
    margin: 0 0 0 1.25vw;
    width: calc(100% - 9.375vw);
    position: relative;
    text-align: left;
    height: auto
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .iagree {
        margin: 0;
        width: 100%
    }
}

.win_popup .blc_pp_wt .rows .iagree label.css-label {
    padding-left: 0;
    height: auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-weight: 400;
    font-size: clamp(.6875rem, .4836956522rem + .3260869565vw, .875rem);
    line-height: clamp(.875rem, .6032608696rem + .4347826087vw, 1.125rem);
    letter-spacing: -.006vw;
    max-width: clamp(17.375rem, 12.6875rem + 7.5vw, 21.6875rem);
    vertical-align: middle;
    margin-bottom: 0;
    position: relative;
    text-align: left;
    color: rgba(56, 59, 67, .7)
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .iagree label.css-label {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.12px;
        max-width: 297px
    }
}

.win_popup .blc_pp_wt .rows .iagree label.css-label a {
    color: rgba(153, 192, 194, .7);
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-offset: 3px;
    text-decoration-color: rgba(153, 192, 194, .7);
    transition: .35s
}

@media (min-width:1001px) {
    .win_popup .blc_pp_wt .rows .iagree label.css-label a:hover {
        transition: .35s;
        color: #383b43;
        text-decoration-color: #383b43
    }
}

.thank_you {
    width: 91rem;
    min-height: 17.5rem;
    background: #fff
}

@media (max-width:980px) {
    .thank_you {
        width: 75rem
    }
}

@media (max-width:800px) {
    .thank_you {
        width: 60rem
    }
}

@media (max-width:650px) {
    .thank_you {
        width: 50rem
    }
}

@media (max-width:550px) {
    .thank_you {
        width: 40rem
    }
}

@media (max-width:450px) {
    .thank_you {
        width: 30rem
    }
}

@media (max-width:350px) {
    .thank_you {
        width: 27.5rem
    }
}

.thank_you .line_pp {
    height: 12.5rem
}

.thank_you .blc_pp_wt {
    text-align: center;
    padding: 5.1rem 0 5.2rem
}

.thank_you .blc_pp_wt p {
    font-style: normal;
    font-size: 2.4rem;
    line-height: 3rem;
    color: #0b1c2b;
    margin: 0 0 .1rem
}

.thank_you .blc_pp_wt span {
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    color: #0b1c2b
}

.fancybox-inner {
    overflow: visible !important;
    min-height: 10rem
}

.fancybox-is-open .fancybox-infobar {
    opacity: 0 !important;
    visibility: hidden !important
}

.fancybox-infobar {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    border: .3rem solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .13em;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #fff
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0, 0, 0, 0)
}

.fancybox-bg {
    background: 0 0
}

.fancybox-button.fancybox-close-small {
    right: 1.25vw;
    top: 1.25vw;
    width: 2.396vw;
    height: 2.396vw;
    padding: 0;
    display: block;
    transition: .35s
}

@media (min-width:769px) {
    .fancybox-button.fancybox-close-small:hover {
        opacity: 1;
        transition: .35s
    }

    .fancybox-button.fancybox-close-small:hover::after {
        transition: .35s;
        background: url(../img/pp_cls_h.svg) no-repeat 0 0/cover
    }
}

.fancybox-button.fancybox-close-small svg {
    display: none
}

.fancybox-button.fancybox-close-small::after {
    transition: .35s;
    content: "";
    background: url(../img/pp_cls_f.svg) no-repeat 0 0/cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}