@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;700;900&display=swap');

body {
    font-family: 'Work Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
}

#header {
    padding-top: 55px;
    padding-bottom: 46px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: background-color 0.4s ease, opacity 1.3s ease 0.3s;
    z-index: 999;
}
body.click #header {
    background-color: #bc675f;
}
.html, .html body {
    overflow-x: hidden;
    margin: 0;
}

html.submenu_active {
    overflow: hidden;
}

.clearfix {
    display: block;
}


.gc {
    max-width: 1168px;
    margin: 0 auto;
    padding: 0 26px;
    width: 100%;
}

.header_logo_wrapper {
    display: block;
    float: left;
    max-width: 188px;
    padding: 0 13px;
    z-index: 99;
    position: relative;
}

a {
    text-decoration: none;
    color: #000000;
}

.header_logo_wrapper svg {
    width: 100%;
    height: 56px;
}

.header_actions {
    display: block;
    float: right;
    padding-right: 13px;
    margin-top: 7px;
    z-index: 99;
    position: relative;
}

.btn {
    padding: 10px 20px 8px 20px;
    font-weight: 800;
    font-size: 11px;
    line-height: 20px;
    border-radius: 87px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    transition: all 0.35s ease;
}

.header_actions .space {
    margin-right: 20px;
}

.header_actions .btn {
    border: 1px solid #96938E;
    color: #96938E;
    float: right;
}

.header_actions .header_search_btn {
    float: right;
    padding: 8px 5px;
    margin-right: 16px;
    cursor: pointer;
}

.hamburger_area {
    float: right;
    margin-left: 100px;
    margin-top: 0;
}
.hamburger_area a {}
.hamburger_area a svg {
    transition: all 0.3s ease;
}
.hamburger_area a svg path {}
.header_actions_area {
    float: left;
}

main {
    display: inline-block;
    width: 100%;
    margin-top: 240px;
}
.hero {
    display: inline-block;
    width: 100%;
    margin-left: 150px;
}
.hero li {
    float: left;
    list-style: none;
    padding-right: 10px;
}
.hero li a {
    color: #BC675F;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.hero .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.hero h2:before {
    content: '';
    display: block;
    position: absolute;
    left: -37px;
    top: 18px;
    background-color: #BC675F;
    width: 4px;
    height: calc(100% - 37px);
    transition: all 1.3s ease;
}
.hero h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 80px;
    font-family: Frank Ruhl Libre;
    position: relative;
    transition: all 1.3s ease;
    color:#000;
    margin: 25px  0 0 0;
}
.text_area {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 120px;
}
.text_area .half.full {
}

.text_area .half {
    float: left;
    padding: 0 48px;
    width: 48%;
    overflow: hidden;
}
.text_area .half .item {width: 510px;height: 8px;left: 0px;background: #96938E;opacity: 0.4;margin-bottom: 25px;}

body.click .submenu_wrapper {
    height: 100%;
}

body.click .header_logo_wrapper svg path {
    fill:#fff;
}

body.click .header_actions_area {
    display:none;
}

.submenu_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    overflow: hidden;
    z-index: 98;
    transition: all 0.3s ease;
    background-color: rgba(0,0,0,0.45);
}

.submenu_wrapper .submenu_content {
    padding-top: 70px;
    background-color: #BC675F;
    transition: all 0.3s ease;
    height: 100%;
}

.submenu_content .header_submenu_col2 {
    float: left;
    max-width: 188px;
    padding: 0 13px;
    width: 100%;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transform: translate3d(0px, -40px, 0px);
    transition: all 0.9s cubic-bezier(0.19, 1, 0.2, 1) 0s;
    display: block;
    top: 130px;
}

.submenu_content .header_submenu_col2 span {
    font-family: Frank Ruhl Libre;
    font-style: normal;
    font-weight: 900;
    font-size: 167px;
    color: #FFFFFF;
    opacity: 0.25;
    display: block;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    ms-writing-mode: tb-rl;
    float: left;
    line-height: 120px;
    white-space: nowrap;
}

.submenu_content .header_submenu_col2 span.adjust_font {
    font-size: 113px;
    line-height: 80px;
}

.header_submenu_col8 {
    float: left;
    width: 100%;
    max-width: 900px;
    margin-top: 130px;
    overflow: hidden;
    transition: all 1.2s ease;
    position: relative;
}
.header_submenu_col2.opened {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.header_submenu_col8.opened {
    top: 0;
}
.header_submenu_col8 ul {
    float: left;
    margin: 0;
    width: 33.333%;
    margin-bottom: 50px;
    overflow: hidden;
}
.header_submenu_col8 ul .ul_area {
    display: block;
    transform: translate3d(0px, -40px, 0px);
    opacity: 0;
}
.header_submenu_col8 ul.set .ul_area {
    transform: translate3d(0px, 0, 0px);
    opacity: 1;
    transition: all 0.9s cubic-bezier(0.19, 1, 0.2, 1) 0s;
}

.header_submenu_col8 ul li {
    margin: 0;
    list-style: none;
}
.header_submenu_col8 ul li a {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    transition: all 0.2s ease;
}
.header_submenu_col8 ul li a:hover {
    padding-left:5px;
}
.header_submenu_col8 ul h2 {
    color: #fff;
    font-family: 'Frank Ruhl Libre';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 150%;
    text-decoration-line: underline;
    margin: 0 0 5px 0;
}

.hamburger_area_k {
    float: left;
    height: 22px;
    position: relative;
    z-index: 9;
    cursor: pointer;
    top: 10px;
}

.menu_toggle_icon {
    width: 40px;
    height: 1px;
    position: relative;
    float: right;
    border-radius: 100%;
    background-color: #000;
    margin-top: 10px;
    pointer-events: none;
    transition: all 0.3s ease;
}

.menu_toggle_icon:before {
    content: '';
    width: 40px;
    position: absolute;
    border-radius: 100%;
    top: -10px;
    background-color: #000;
    height: 1px;
    transition: all 0.3s ease;
}

.menu_toggle_icon:after {
    content: '';
    width: 40px;
    position: absolute;
    background-color: #000;
    border-radius: 100%;
    bottom: -10px;
    height: 1px;
    transition: all 0.3s ease;
}

body.click .menu_toggle_icon {
    background-color: transparent;
}
body.click .menu_toggle_icon:before {
    transform: rotate(45deg);
    top: 0;
    background-color: #fff;
}
body.click .menu_toggle_icon:after {
    transform: rotate(-45deg);
    bottom: 0;
    background-color: #fff;
}