.support--content > ::-webkit-scrollbar {
    width: 8px;
    border-radius: 6px;
    /* -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1); */
    background-color: rgb(206, 200, 192);

}
.support--content > ::-webkit-scrollbar-thumb {
    background: rgb(180, 174, 166); 
    border-radius: 6px;
}

body{
    height: auto;
    overflow: auto;
    background-color: #FFF;
    
}

#header .main-title{
    color: #fff;
}

#header .menu-btn .btn:before,
#header .menu-btn .btn:after,
#header .menu-btn .btn span{
    background-color: #fff;
}
.menu.active{
    z-index: 50;
}

#photo-chairman{
    max-width: 650px;
}
@media (max-width:768px) {
    #photo-chairman{
        max-width: 300px;
    }
}

#header select option {
    background-color: #01172E;
    color: #fff;
}

#header .menu {
    background-color: #01172E;
    color: #fff;
}
.menu .menu-footer select,
#header .menu :not(.lang) a{
    color: #fff;
}
#header .menu .close-btn:after ,
#header .menu .close-btn:before {
    background-color: #fff;
}

/* .menu{
    background-color: #01172e;
} */
@media print {
    #header,
    #main-banner{
        display: none !important;
    }
}
@media (max-width:500px) {
    html {
        font-size: 14px;
    }

    #header ul li::marker {
        color: white;
    }
}
#main-banner{
    /* border-bottom: 5px solid #A27F62; */
    /* border-bottom: 5px solid var(--theme-color-h1); */
}




html,
* {
    /* font-size: 18px; */
    box-sizing: border-box;
    scroll-behavior: smooth;
    line-height: 1.8;
    font-weight: 500;
}

body{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

p{
    font-size: 1rem;
    text-align: justify;
}

p + p:not(.mb-0, .mt-0, .mb-2, .mt-2 ){
    margin-top: 1rem;
}

table{
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
table tr td{
    padding-left: .5rem;
    padding-right: .5rem;
    vertical-align: bottom;
}

body article a:hover{
    color: #885d3a;
}

.title{
    text-transform: uppercase;
}
.text-theme{
    /* color: var(--theme-color-h1); */
    color: #FFFFFF;
    /* text-shadow: #FFFFFF 0px 0 2px; */
    filter: drop-shadow(0 0 2px rgba(0,0,0,.2));
}
.swiper-slide{
    padding : 0px 1rem;
}
.section-select{
    display: block;
}

._6-Notes{
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.5;
}

.align-top td{
    vertical-align: top;
}

.text-left td p{
    text-align: left;
}
.border-b-x1{
    border-bottom: 1px solid var(--theme-color-border);
}
.border-b-x2{
    border-bottom: 2px solid var(--theme-color-border);
}
.border-b-x3{
    border-bottom: 3px solid var(--theme-color-border);
}
.border-t-x1{
    border-top: 1px solid var(--theme-color-border);
}
.border-t-x2{
    border-top: 2px solid var(--theme-color-border);
}
.border-t-x3{
    border-top: 3px solid var(--theme-color-border);
}

p + p._1-H1,
._1-H1 span,
._1-H1{
    text-transform: uppercase;
    font-weight: 700;
    /* color: #7a4e25; */
    /* color: #896642; */
    color: var(--theme-color-h1);
    font-size: 1.5rem;
    margin-top: 2.5rem !important;
    margin-bottom: 1.125rem;
    text-align: left;
    line-height: 1.25;
}
._2-H2.text-black,
._1-H1.text-black{
    color: black;
}

p + p._2-H2 span,
._2-H2 span,
._2-H2 {
    font-weight: 700;
    color: #81a48f;
    font-size: 1.25rem;
    margin-top: 1.25rem !important;
    margin-bottom: 0.75rem;
    text-align: left;
}
._3-H3 span,
._3-H3{
    font-weight: 700;
    color: #7a4e25;
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: left;
}
._4-H4 span,
._4-H4{
    font-weight: 700;
    color: #2e2e2e;
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

sup{
    font-size: 0.5rem;
}
.Bold, .Bold *{ font-weight: 700; } 
.Italic{ font-style: italic; }

p {
    margin-top: 0;
    margin-bottom: 2rem;
}

p:last-child {
    margin-bottom: 0;
}

p.nm{
    margin-bottom: 0;
}

._c-1{
    color: #184E63;
}

._c-2{
    color: #A27F62;
}

.img-border{
    border-bottom: 5px solid #A27F62;
}


.Bold-Col {
    font-weight: 700;
} 
.text-right p, .text-right td{
    text-align: right;
}

/* .swiper-wrapper{
    padding-left: 25px;
    padding-right: 25px;
} */
@media screen and (max-width: 1024px) {
    .table-wrapper{
        overflow-x: auto;
    }
    .table-wrapper table tr td {
        min-width: 180px;
        
    }
    .table-wrapper table tr td p{
        /* width: fit-content; */
    }
}

.dark-mode {
    background: #1a1a1a;
}
.dark-mode .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: #fff;
    opacity: 0.5;
}
/* .dark-mode .swiper-button-prev {
    left: 0px;
    z-index: 10;
} */

.downloadcenter__submit{
    padding: 0.5rem 0.75rem;
    border: 0;
    background-color: var(--theme-color-h1) !important;
    color: white;
    margin: auto;
}
.downloadcenter__table {
    width: 100%;
    margin-bottom: 2rem;
    
    border-spacing: 25px 0;
    border-collapse: separate;
}
.downloadcenter__table tr th{
    font-weight: 700;
    border-bottom: 3px solid var(--theme-color-h1);
}

.downloadcenter__table tr th,
.downloadcenter__table tr td{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.downloadcenter__table tr:hover td{
    /* background-color: #c4c4c4; */
    background-color: var(--theme-table-bg-blue-color);
}
.downloadcenter__table tr th:nth-child(1),
.downloadcenter__table tr td:nth-child(1){
    padding-left: 0.5rem;
}
.downloadcenter__table tr th:nth-child(2),
.downloadcenter__table tr td:nth-child(2){
    width: 150px;
    text-align: center;
}
.downloadcenter__table tr th:nth-child(3),
.downloadcenter__table tr td:nth-child(3){
    width: 80px;
    text-align: center;
    vertical-align: middle;
}


.scrollable{
    width: 100%;
    overflow-x: auto;
}

._inner-content-table{
    width: 100%;
}
._inner-content-table._2-cols-colored tr td:nth-child(2){ font-weight: 700; color: #A27F62; }
._inner-content-table._3-cols-colored tr td:nth-child(3){ font-weight: 700; color: #A27F62; }
._inner-content-table._4-cols-colored tr td:nth-child(4){ font-weight: 700; color: #A27F62; }
._inner-content-table._5-cols-colored tr td:nth-child(5){ font-weight: 700; color: #A27F62; }
._inner-content-table._6-cols-colored tr td:nth-child(6){ font-weight: 700; color: #A27F62; }
._inner-content-table._7-cols-colored tr td:nth-child(7){ font-weight: 700; color: #A27F62; }

._inner-content-table._2-cols-right tr td:nth-child(2){ text-align: right; }
._inner-content-table._3-cols-right tr td:nth-child(3){ text-align: right; }
._inner-content-table._4-cols-right tr td:nth-child(4){ text-align: right; }
._inner-content-table._5-cols-right tr td:nth-child(5){ text-align: right; }
._inner-content-table._6-cols-right tr td:nth-child(6){ text-align: right; }
._inner-content-table._7-cols-right tr td:nth-child(7){ text-align: right; }



._inner-content-table:not(._table-thin) tr td:not(:first-child) {
    min-width: 8rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
._inner-content-table:not(._table-thin) tr td:first-child {
    min-width: 10rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

._inner-content-table._first-col-align tr td:not(:first-child) {
    text-align: right;
}
._inner-content-table._first-col-align tr td:first-child {
}
._inner-content-table._verticle-bottom tr td ,
._inner-content-table tr._verticle-bottom td {
    vertical-align: bottom;
}

._border-bottom-line-1,
._inner-content-table:not(.nb) tr:not(.nb) td:not(.nb) {
    border-bottom: 1px solid #B5B6B6;
}
._border-bottom-line-2,
._inner-content-table tr._border-bottom td{
    border-bottom: 2px solid #B5B6B6 !important;
}
._border-bottom-line-3,
._inner-content-table tr._border-bottom-bold td{
    border-bottom: 3px solid #A27F62 !important;
}

._section-content-colored tr td:not(:nth-child(1)):not(:nth-child(2)) {
    color: #A27F62;
    font-weight: 700;
}



/* ===================================== */
/* ===================================== */
/* =========== Back to Top ============= */
/* ===================================== */
/* ===================================== */
@media print {
    .page__scroll-top{
        display: none !important;
    }
}

.page__scroll-top {
    opacity: 1;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    background-image: url(../images/icons/btn-top.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent !important;
    text-align: center;
    line-height: 60px;
    position: fixed;
    right: 1rem;
    z-index: 15;
    border: none;
    transition: all ease-in-out .3s;
}

/* .page__scroll-top:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #fff transparent;
    left: 0;
    right: 0;
    top: 10px;
    position: absolute;
    margin: auto;
    transition: all ease-in-out .3s;
} */




/* ===================================== */
/* ===================================== */
/* =========== Tools bar ============= */
/* ===================================== */
/* ===================================== */

/* toolsbar open */

.toolsbar.open .toolsbar_button {
    width: 300px;
}

/*  */

.toolsbar {
    width: auto;
    position: fixed;
    top: 25%;
    right: 0rem;
    z-index: 100;
}

.toolsbar_button
{
    transition: all 0.5s ease;
    position: relative;
    width: 120px;
    height: 60px;
    background: linear-gradient(90deg, rgba(38, 96, 172, 1) 0%, rgba(44, 166, 224, 1) 85%, rgba(199, 231, 248, 1) 100%);
}


.toolsbar__function-list{
    right: -20rem;
    transition: right 0.3s ease-out;
}
.open .toolsbar__function-list{
    position: absolute;
    left: 0;
}
.open .toolsbar__function-list > li{
    display: inline-block;
    text-align: left;
    margin-top: 0.75rem;
    position: relative;
}
.toolsbar__function-list,
.toolsbar__function-list > li{
    display: inline-block;
    text-align: left;
    margin-top: 0.75rem;
    position: absolute;
}

.toolsbar__hover-list{
    display: none;
    /* background-color: rgba(12, 22, 35, 0.7); */
    
}
.toolsbar__function-list > li:hover .toolsbar__hover-list {
    display: block;
}
.toolsbar__function-list > li .toolsbar__hover-list li a:hover{
    color: #A27F62;
}




/* ==================================================== */


/* tools open */
    .tools.open a .tools-button
    {
        /* width: 420px; */
        height: 70px;
        right: -100%;
        transition: all 0.5s ease;
    }
    .tools.open a .tools-text
    {
        /* top: 32px; */
        /* right: 10px; */
    }
    .tools.open a .tools-text img
    {
        transform: rotateY(180deg);
    }
/*  */

.tools {
        /* width: 120px;
    height: 60px;
    background: linear-gradient(90deg, rgba(38, 96, 172, 1) 0%, rgba(44, 166, 224, 1) 85%, rgba(199, 231, 248, 1) 100%); */

    
    /* width: auto; */
    
    position: absolute;
    top: 65px;
    right: 0rem;
    z-index: 15;
    /* background-color: #4352A2; */
}

.tools__list-link:hover img{
    opacity: 1;
}

.tools__list-link img{
    opacity: .7;
    transition: all ease .3s;
}

.tools-button
{
    /* clip-path: polygon(.3em 0, 100% 0, 100% calc(100% - .3em), calc(100% - .3em) 100%, 0 100%, 0 .3em); */
    transition: all 0.5s ease;
    transition-delay: 0.5s;
    position: relative;
    width: 138px;
    height: 70px;
    right: 0px;
    background-color: #FFFFFF;
    /* border: 1px solid #1A4E8E; */
    /* background: linear-gradient(90deg, rgba(38, 96, 172, 1) 0%, rgba(44, 166, 224, 1) 85%, rgba(199, 231, 248, 1) 100%); */

}

.tools-top-bar
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

.tools-top-bar2
{
    position: absolute;
    top: 10px;
    right: -1px;
    width: 114px;
    height: 3px;
}

.tools-top-bar3
{
    position: absolute;
    top: 10px;
    left: 0px;
    width: 27px;
}

.tools-bottom-bar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57px;
}

.tools-top-white
{
    position: absolute;
    top: 5px;
    left: -1px;
    min-width: 430px;
    min-height: 15px;
}

.tools-text img
{
    transition: all 0.3s ease;
}

.tools-text
{
    align-items: center;
    display: flex;
    transition: all 0.5s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -42%);
    font-weight: 700;
    right: 10px;
    position: absolute;
    color: #FFFFFF;
    padding: 5px 25px 5px 20px;
    background-color: #1A4E8E;
    box-sizing: border-box;
    /* border: 1px solid; */
    width: 125px;
    /* text-decoration: underline; */
    font-size: 20px;
    /* text-underline-offset:3px; */
}

@media (max-width:1023.98px) {
    .tools {
        top: 26px
    }

}

@media screen and (max-width:768px) {
    .cls-2 {
      fill:#1e4f91;
      stroke-width: 0px;
    }
  }

/* @media (max-width:767.98px) {
    .tools {
        display: none
    }
} */
.open .tools__button{
  /* width: 0px !important; */
  z-index: -10;
}

.tools__button {
    vertical-align: top;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    width: auto;
    /* padding: 5px 20px 5px 45px; */
    display: inline-block;
    text-decoration: none !important;
    position: relative
}

.tools__button:hover {
    color: #fff
}

.tools__button-svg {
    width: 20px;
    height: 25px;
    fill: #fff;
    position: absolute;
    left: 10px;
    top: 13px;
    transition: all ease .5s
}

.open .tools__button-svg {
    transform: rotateY(180deg)
}

.tools__content {
  position: absolute;
    display: inline-block;
    vertical-align: top;
    /* overflow: hidden; */
    transition: all ease .5s;
    top: calc(0% + -4px);
    width: 478px;
    height: 85px;
    position: relative;
}

.open .tools__content {
  /* overflow: visible !important; */
}

/* .open .tools__content {
    position: absolute;
    overflow: visible;
    z-index:2;
    top: calc(50% + 0px);
    left: 0px;
    right: 0px;
    width: 478px;
    height: 85px;
    transform: translateY(-50%);
} */

/* .open .tools__content--save {
    width: 505px
} */

.tools__list .right-arrow
{
  transform: rotate(180deg);
  cursor: pointer;
}

.tools__list {
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translateY(-41%); */
  transform: translate(-50%, -44%);
  width: 460px;
  height: 60px;
  padding: 0 15px 0 20px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1A4E8E;
}

.open .tools__content .tools__list{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -44%);
  width: 460px;
  height: 60px;
  padding: 0 15px 0 20px;
    list-style: none;
    margin: 0;
    /* overflow: hidden; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1A4E8E;
}

.open .block-tools{
  position: absolute;
  transition: all 0.5s ease;
  transition-delay: 0.5s;
  width: 478px;
  height: 85px;
  /* background-color: #000; */
  left: -330px;
}

.block-tools{
  position: absolute;
  transition: all 0.5s ease;
  width: 478px;
  height: 85px;
  /* background-color: #000; */
  left: 100%;
}

.tools__content .tools_item_top1
{
    position: absolute;
    top: 0;
    left: 0px;
    /* width: 478px;
    height: 85px; */
}

.tools__content .tools_item_top2
{
    position: absolute;
    top: 9px;
    left: 0px;
    width: 360px;
    height: 24px;
}

.tools__content .tools_item_top3
{
    position: absolute;
    top: 9px;
    right: -1px;
    width: 114px;
    height: 3px;
}

.tools__content .tools_item_bottom
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 478px;
    height: 58px;
}

.tools__list:hover {
    overflow: visible
}

.tools__list-item {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    height: 24px;
    margin-top: 10px;
}

.tools__list-itemcount {
    position: absolute;
    display: block;
    background: red;
    color: #fff;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    left: 17px;
    top: -16px
}

.tools__list-item a {
    text-decoration: none !important;
    position: relative
}

.tools__list-item a:before {
    transition: all ease .5s;
    content: attr(data-tooltip);
    position: absolute;
    top: -30px;
    display: inline-block;
    transform: translate(-50%, 0);
    left: 50%;
    /* background: #cebbd9; */
    /* color: #A27F62; */
    color: #FFFFFF;
    font-size: 14px;
    padding: 5px 10px;
    visibility: hidden;
    opacity: 0;
    white-space: nowrap
}

/* .tools__list-item a:after {
    transition: all ease .5s;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #cebbd9 transparent transparent transparent;
    position: absolute;
    top: -30px;
    transform: translate(-50%, 0);
    left: 50%;
    visibility: hidden;
    opacity: 0
} */

.tools__list-item:hover>a:after,
.tools__list-item:hover>a:before {
    visibility: visible;
    opacity: 1
}

.tools__list-item:hover>div {
    display: block
}

.tools__list-svg {
    width: 30px;
    height: 30px;
    fill: #fff !important;
    transition: all ease .4s;
    position: relative;
    top: 0
}

.tools__list-svg:hover {
    opacity: .6;
    top: -4px
}

.tools__search {
    display: inline-block;
    padding: 9px 0 9px 9px;
    opacity: 0;
    transition: all ease-in .2s 0s
}

.open .tools__search {
    transition: all ease-out .2s .1s;
    opacity: 1
}

.tools__search-wrapper {
    position: relative
}

.tools__search-input {
    border: solid 1px #cebbd9;
    height: 35px;
    padding-left: 10px;
    padding-right: 25px;
    background: #cebbd9;
    color: #fff;
    outline: 0 !important;
    width: 188px
}

.tools__search-input::placeholder {
    color: #dfdfdf;
    opacity: 1
}

.tools__search-input:-ms-input-placeholder {
    color: #dfdfdf
}

.tools__search-input::-ms-input-placeholder {
    color: #dfdfdf
}

.tools__search-button {
    background: url(../images/search.png) no-repeat center;
    width: 23px;
    height: 23px;
    display: inline-block;
    border: none;
    position: absolute;
    right: 5px;
    top: 5px;
    outline: 0 !important;
    transition: all ease .4s
}

.tools__search-button:hover {
    opacity: .6;
    top: 1px
}

.tools__search-suggestions {
    background: #cebbd9;
    position: absolute;
    top: 55px;
    color: #fff;
    left: 0;
    width: 200px;
    font-size: 14px
}

.tools__search-suggestions>div:hover .term {
    text-decoration: underline
}

.tools__search-suggestions .term {
    padding: 5px 0 5px 10px;
    display: inline-block;
    cursor: pointer
}

.tools__search-suggestions .term-hits {
    padding: 5px 10px 5px 5px;
    display: inline-block
}

.tools__history {
    position: absolute;
    right: -9px;
    top: 50px;
    width: 478px;
    display: none;
    padding-top: 15px;
}
.tools__history>.tools__history-container {
    position: relative;
    /* border: solid 2px #A68264; */
    /* border: solid 2px var(--theme-color-h1); */
    /* border: solid 2px linear-gradient(90deg, rgba(38, 96, 172, 1) 0%, rgba(44, 166, 224, 1) 85%, rgba(199, 231, 248, 1) 100%); */
    /* border-image:linear-gradient(90deg, rgba(38, 96, 172, 1) 0%, rgba(44, 166, 224, 1) 85%, rgba(199, 231, 248, 1) 100%); */
    border-image: linear-gradient(rgba(28, 79, 144, 1), rgba(44, 166, 224, 1),rgba(199, 231, 248, 1)) 30;
    border-width: 2px;
    border-style: solid;
    /* border-radius: 30px; */
    background-repeat: no-repeat;
    background-position: 80% 15px;

    overflow: hidden;
    cursor: pointer;
    margin-bottom: 70px;
    transition: all .5s;
    background-color: #fff;
}

.tools__history-container:before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 25px;
    width: 66px;
    height: 20px;
    /* background-image: url(../images/select.png); */
}
/* .tools__history-container:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 30px);
    height: 100%;
    margin: auto 15px;
    display: block;
    border: solid 1px #A68264;
    border-radius: 30px;
} */

.tools__history-list {
    padding: 5px 15px;
    /* background: #cebbd9 */
}

.tools__history-item {
    list-style: none;
    padding: 3px 0
}
.tools__history-item:hover a {
    /* color: #00479d; */
    /* color: var(--theme-color-hover); */
    color: #1e4f91;
}

.tools__history-item-link {
    padding-left: 0.5rem;
    /* color: #A27F62; */
    /* color: var(--theme-color-h4); */
    color: #000000;
}

@media (max-width:768px) {
    .tools__history
    {
        top: 48px;
    }
    .tools {
      position: relative;
        margin-top: 50px;
        position: initial;
        padding: 10px 0;
        background: linear-gradient(90deg, rgba(28,79,144,1) 0%, rgba(44,166,224,1) 85%, rgba(199,231,248,1) 100%);
    }

    .block-tools{
      position: relative;
      left: 0px;
      width: 100%;
      height: auto;
    }

    .tools__content{
      height: auto;
      width: 100%;
    }

    .tools__list
    {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        transform: none;
        padding: 10px 15px 10px 20px;
        background-color: transparent;
    }

    .tools_item_top1, .tools_item_top2, .tools_item_top3, .tools_item_bottom, .tools__list .right-arrow{
      display: none;
    }

    .tools__list li:last-child
    {
        margin-right: 0px;
    }

    .tools__content {
        overflow: visible;
        margin: 0 auto;
    }

    .tools__content {
        width: 100%
    }

    .tools__content--save {
        width: 505px
    }

    .tools__button{
        display: none;
    }

    .tools__history{
        right: 0%;
        width: 100%;
        z-index: 1;
    }

    .tools__history-item-link {
        z-index: 10;
    }
}



.parallax-1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background-image: url(../images/bg-01.svg); */
    background-image: url(../images/parallex.svg);
	background-position: 0% 0px;
	background-size: 100% auto;
	/* background-repeat-x: no-repeat; */
    opacity: .4;
}

.parallax-2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background-image: url(../images/bg-02.svg); */
    /* background-image: url(../images/parallex.svg); */
	background-position: 100% 0px;
	background-size: 100% auto;
	/* background-repeat-x: no-repeat; */
    opacity: 0;
}

.parallax-3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg-03.svg);
	background-position: 50% 0px;
	background-size: 100% auto;
	/* background-repeat-x: no-repeat; */
    opacity: 0;
}

/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */
/* =============== */

body.dark-mode {
    background: #040e19 !important;
}
.dark-mode .content{
    color: white;
}

/* .dark-mode .title {color: white;} */
.dark-mode ._1-H1.text-black,
.dark-mode ._1-H1 span,
.dark-mode ._1-H1 {
    color: white;
}
.dark-mode ._2-H2.text-black,
.dark-mode ._2-H2 span,
.dark-mode ._2-H2 {
    color: white;
}
.dark-mode ._3-H3 span,
.dark-mode ._3-H3 {
    color: white;
}

.dark-mode article img{
    /* border-radius: 10px; */
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
}

.dark-mode article .dark-invert {
    filter: invert(1);
}

.dark-mode .parallax-1 {
    filter: brightness(0.05);
}
.dark-mode .parallax-2 {
    filter: brightness(0.1);
}
.dark-mode .parallax-3 {
    filter: brightness(0.15);
}



/*  */




.title--extralarge {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 120px;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 768px) {
    .title--extralarge {
      font-size: 50px;
    }
  }
  .title--large {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 60px;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 768px) {
    .title--large {
      font-size: 50px;
    }
  }
  .title--medium-large, .error-page h2 {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2em;
  }
  @media screen and (max-width: 768px) {
    .title--medium-large, .error-page h2 {
      font-size: 22px;
    }
  }
  .title--medium, .cursor-dot:after {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2em;
  }
  @media screen and (max-width: 768px) {
    .title--medium, .cursor-dot:after {
      font-size: 22px;
    }
  }
  .title--medium-small, .menu ol, .menu .lang, .menu .main-menu, .menu .menu-title, #header .main-title, .cursor.drag-txt {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 21px;
  }
  @media screen and (max-width: 768px) {
    .title--medium-small, .menu ol, .menu .lang, .menu .main-menu, .menu .menu-title, #header .main-title, .cursor.drag-txt {
      font-size: 16px;
    }
    .title--medium-small br, .menu ol br, .menu .lang br, .menu .main-menu br, .menu .menu-title br, #header .main-title br, .cursor.drag-txt br {
      display: none;
    }
  }
  .title--small, .loading-holder > p, .loading-holder #loading-text p, .loading-holder #loading-text, #header .menu-btn {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 768px) {
    .title--small, .loading-holder > p, .loading-holder #loading-text p, .loading-holder #loading-text, #header .menu-btn {
      font-size: 16px;
    }
  }
  
  .content--common, .scroll, .error-page p {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    line-height: 25px;
    /*letter-spacing: 0.1em;*/
  }
  .content--sm, #footer {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    /*letter-spacing: 0.1em;*/
  }
  .content--xsm {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    /*letter-spacing: 0.1em;*/
  }
  
  /* Style commonly used  */
  /* ------------------------------------------ */
  body,
  body * {
    max-height: 1000000px;
  }
  
  html {
    font-size: 16px;
    line-height: 1.8em;
    /*
    @media screen and (max-width:1580px) {
        font-size:15px;
    }
    @media screen and (max-width:991px) {
        font-size:14px;
    }
    @media screen and (max-width:767px) {
        font-size:13px;
    }
    */
    /*cursor: none;*/
  }
  
  body {
    font-size: 16px;
    line-height: 1.8em;
    /*
    @media screen and (max-width:1580px) {
        font-size:15px;
    }
    @media screen and (max-width:991px) {
        font-size:14px;
    }
    @media screen and (max-width:767px) {
        font-size:13px;
    }
    */
    /* font-family: "Calibri", "Helvetica", "Arial", sans-serif; */
    font-family: "ff-din-paneuropean", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    margin: 0 !important;
    padding: 0;
    /* height: 100%; */
    width: 100%;
    overflow-x: hidden;
    position: relative;
    background-color: #FFF;
    /*cursor: none;*/
    /* overflow: hidden; */
  }
  body.normalize {
    overflow: auto;
  }
  
  * {
    box-sizing: border-box;
  }
  
  a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    outline: none;
  }
  a:hover, a:active {
    text-decoration: none;
  }
  a:focus {
    text-decoration: none;
    outline: none;
  }
  
  img {
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
    height: auto;
  }
  
  br {
    display: block;
    opacity: 0;
    font-family: "Arial", sans-serif !important;
    font-size: 0;
    color: transparent;
    line-height: 1em;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 45px;
  }
  p:last-child {
    margin-bottom: 0;
  }
  
  ul {
    padding-left: 0px;
  }
  
  .clearfix {
    content: "";
    display: table;
    width: 100%;
    height: 0;
    clear: both;
  }
  
  .nowrap {
    overflow: hidden;
  }
  
  #wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    display: none;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  }
  #wrapper.active {
    display: block;
  }
  #wrapper main {
    background-color: #FFF;
  }
  #wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1174px;
    margin-left: -587px;
    height: 664px;
    margin-top: -332px;
  }
  
  .block-size {
    position: relative;
  }
  .block-size--full-width {
    width: 100%;
  }
  .block-size--half-width {
    width: 50%;
  }
  .block-size--full-height {
    min-height: 100vh;
  }
  .block-size--full-fill {
    width: 100%;
    height: 100%;
  }
  
  .btn {
    position: relative;
    display: inline-block;
  }
  .btn--overline:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 10%;
    top: 45%;
    left: -5%;
    background-color: #FFF;
  }
  .btn--overline:hover:after {
    width: 110%;
  }
  
  .video {
    position: relative;
  }
  .video--full {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .cursor {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 30px;
    height: 30px;
    border: solid 1px #01172E;
    border-radius: 50%;
    margin-top: -15px;
    margin-left: -15px;
    /*mix-blend-mode: difference;*/
    pointer-events: none;
    z-index: 30;
    /*@include animateAll(.5s, 0s, ease-in-out);*/
  }
  @media screen and (max-width: 768px) {
    .cursor {
      visibility: hidden;
    }
  }
  .cursor.white {
    border: solid 1px #FFF;
  }
  .cursor.over {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
  .cursor.over:after {
    transform: translate(-50%, -50%) scale(1);
  }
  .cursor.drag-txt {
    width: auto;
    color: #01172E;
    font-weight: bold;
    padding-left: 40px;
    border: none;
  }
  
  .cursor-dot {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: -5px;
    margin-left: -5px;
    background-color: #01172E;
    pointer-events: none;
    color: #01172E;
    z-index: 30;
  }
  .cursor-dot:after {
    content: "→";
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 45px;
    border-radius: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
    visibility: hidden;
    transition: all 0.5s linear 0s;
  }
  .cursor-dot.drag:after {
    visibility: visible;
  }
  .cursor-dot.white {
    background-color: #FFF;
    color: #FFF;
  }
  @media screen and (max-width: 768px) {
    .cursor-dot {
      visibility: hidden;
    }
  }
  
  .section {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    height: 100%;
  }
  .section.active {
    display: block;
  }
  .section .section-content {
    position: absolute;
    width: 600px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -300px;
    z-index: 10;
  }
  .section .key-visual {
    position: absolute;
    width: 600px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -300px;
  }
  
  .display--inline-block {
    display: inline-block;
  }
  
  .display--block {
    display: inline-block;
  }
  
  .display--inline {
    display: inline;
  }
  
  .display--table {
    display: table;
  }
  
  .display--table-cell {
    display: table-cell;
  }
  
  .display--flex {
    display: flex;
  }
  
  .align--hc {
    text-align: center;
  }
  .align--hl {
    text-align: left;
  }
  .align--hr {
    text-align: right;
  }
  .align--vt {
    vertical-align: top;
  }
  .align--vb {
    vertical-align: bottom;
  }
  .align--vm {
    vertical-align: middle;
  }
  .align--hvc {
    text-align: center;
    vertical-align: middle;
  }
  
  .hidden-all {
    display: none !important;
  }
  
  .overflow-hidden {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    /* Other browsers */
    overscroll-behavior: none;
  }
  
  .prevent-click:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 30;
  }
  
  /* END Style commonly used  */
  /* ------------------------------------------ */
  /* Style for menu */
  /* ------------------------------------------ */
  .dark-mode #header .main-title {
    color: #FFF;
  }
  .dark-mode #header .audio-btn-holder {
    color: #FFF;
  }
  .dark-mode #header .audio-btn .bar, .dark-mode #header .menu-btn .btn:before, .dark-mode #header .menu-btn .btn:after, .dark-mode #header .menu-btn .btn span, .dark-mode .menu .close-btn:before, .dark-mode .menu .close-btn:after {
    background-color: #FFF;
  }
  .dark-mode .cursor {
    border-color: #FFF;
  }
  .dark-mode .cursor.drag-txt {
    color: #FFF;
  }
  .dark-mode .cursor-dot {
    color: #FFF;
    background-color: #FFF;
  }
  .dark-mode #header .light-switch {
    text-align: right;
    border-color: #FFF;
    color: #FFF;
  }
  .dark-mode #header .light-switch span:first-child {
    display: none;
  }
  .dark-mode #header .light-switch span:last-child {
    display: inline-block;
  }
  .dark-mode #header .light-switch:before {
    left: 2px;
    background-color: #FFF;
  }
  .dark-mode .menu .menu-footer select {
    color: #FFF;
  }
  .dark-mode .index-list p {
    color: #FFF;
  }
  .dark-mode #main-container .arrow {
    background-image: url(../images/white-arrow.svg);
  }
  
  #header {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0px;
    padding: 0.5rem 5rem;
    display: flex;
    z-index: 20;
    overflow: hidden;
    transition: all 0.2s ease-in-out 0s;
  }
  @media screen and (max-width: 768px) {
    #header {
      text-align: left;
      padding: 0.5rem 1rem;
    }
  }
  #header.relative {
    position: relative;
  }
  #header > .col {
    width: 50%;
  }
  #header > .col:nth-child(2) {
    text-align: right;
  }
  #header .audio-btn-holder {
    position: relative;
    display: inline-block;
    color: #01172E;
    margin-right: 5px;
    cursor: pointer;
    vertical-align: middle;
  }
  #header .audio-btn-holder.light {
    color: #FFF;
  }
  #header .audio-btn-holder > span {
    display: inline-block;
  }
  #header .light-switch {
    position: relative;
    width: 50px;
    height: 18px;
    border-radius: 28px;
    border: solid 1px #01172E;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 14px;
    font-size: 12px;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
  }
  #header .light-switch.light {
    border: solid 1px #FFF;
    color: #FFF;
  }
  #header .light-switch.light:before {
    background-color: #FFF;
  }
  @media screen and (max-width: 768px) {
    #header .light-switch {
      margin-right: 0px;
    }
  }
  #header .light-switch:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 32px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #01172E;
  }
  #header .light-switch span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 1px 4px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 14px;
  }
  #header .light-switch span:last-child {
    display: none;
  }
  #header .audio-btn {
    position: relative;
    width: 30px;
    height: 15px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 5px;
    vertical-align: middle;
  }
  #header .audio-btn.light .bar {
    background-color: #FFF;
  }
  #header .audio-btn .bar {
    width: 2px;
    height: 100%;
    background-color: #01172E;
    transform-origin: center;
    transform: scale(0.1);
  }
  #header .audio-btn.sound-on .bar {
    animation: audioBar 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    animation-iteration-count: infinite;
  }
  #header .audio-btn.sound-on .bar:nth-child(2n) {
    animation: audioBar 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    animation-iteration-count: infinite;
  }
  #header .audio-btn.sound-on .bar:nth-child(3n) {
    animation: audioBar 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
    animation-iteration-count: infinite;
  }
  #header .audio-btn.sound-on .bar:nth-child(4n) {
    animation: audioBar 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    animation-iteration-count: infinite;
  }
  #header .close-section {
    position: absolute;
    top: 40px;
    right: 10px;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    mix-blend-mode: difference;
    display: none;
  }
  #header .close-section:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #01172E;
    transform: translate(-50%, -50%);
  }
  #header .close-section:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #01172E;
    transform: translate(-50%, -50%);
  }
  #header .main-title {
    color: #01172E;
  }
  #header .main-title span {
    font-size: 85%;
    letter-spacing: 0.5em;
  }
  #header .logo {
    width: 180px;
  }
  @media screen and (max-width: 768px) {
    #header .logo {
      width: 90px;
    }
  }
  #header .menu-btn {
    color: #01172E;
    font-weight: bold;
    position: relative;
    cursor: pointer;
  }
  #header .menu-btn .btn {
    position: relative;
    width: 20px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
  }
  #header .menu-btn .btn:before {
    position: absolute;
    top: 0%;
    left: 0%;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #01172E;
  }
  #header .menu-btn .btn:after {
    position: absolute;
    bottom: 0%;
    left: 0%;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #01172E;
  }
  #header .menu-btn .btn span {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: #01172E;
    transform-origin: center;
    transform: translate(0%, -50%);
  }
  #header .menu-btn > span {
    display: inline-block;
    vertical-align: middle;
    transform: translateY(2px);
  }
  
  .nav li a:hover {
    color: #00b3e6;
  }
  
  .nav li a {
    color: #FFFFFF;
  }
  
  .menu {
    position: fixed;
    top: 0px;
    left: 100%;
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 80px 60px;
    background-color: #01172E;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    box-sizing: border-box;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  @media screen and (max-width: 768px) {
    .menu {
      padding: 50px 30px;
      height: 100%;
    }
  }
  .menu.active {
    left: 0%;
  }
  .menu.active .bg {
    visibility: visible;
  }
  .menu .main-title {
    color: #FFF !important;
  }
  .menu .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #A68264;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    visibility: hidden;
  }
  .menu .bg > div {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    opacity: 0;
  }
  .menu .bg p {
    /*filter: drop-shadow(0px 5px 5px #A68264) drop-shadow(0px -5px 5px #A68264);*/
  }
  .menu .logo {
    position: absolute;
    top: 30px;
    left: 60px;
  }
  @media screen and (max-width: 768px) {
    .menu .logo {
      left: 30px;
    }
  }
  .menu .search-box {
    border-radius: 30px;
    border: solid 1px #A68264;
    padding: 5px 10px;
    padding-right: 50px;
    line-height: 25px;
    height: 25px;
    margin: 20px 0px;
    background-image: url(../images/search.png);
    background-position: right center;
    background-repeat: no-repeat;
  }
  .menu .close-btn {
    position: absolute;
    top: 40px;
    right: 60px;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    z-index: 10;
  }
  @media screen and (max-width: 768px) {
    .menu .close-btn {
      top: 30px;
      right: 30px;
    }
  }
  .menu .close-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    transform: translate(-50%, -50%);
  }
  .menu .close-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #FFF;
    transform: translate(-50%, -50%);
  }
  .menu .col {
    position: relative;
    width: 80%;
    margin: auto;
    box-sizing: border-box;
  }
  @media screen and (max-width: 768px) {
    .menu .col {
      width: 100%;
    }
  }
  .menu .menu-footer {
    position: relative;
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  @media screen and (max-width: 768px) {
    .menu .menu-footer {
      width: 100%;
    }
  }
  .menu .menu-footer select {
    color: #FFF;
    background-color: transparent;
    border: none;
  }
  @media screen and (max-width: 768px) {
    .menu .menu-footer select {
      width: 80%;
    }
  }
  .menu .menu-title {
    color: #000;
    margin-top: 100px;
  }
  .menu .menu-title span {
    font-size: 85%;
    letter-spacing: 0.5em;
  }
  @media screen and (max-width: 768px) {
    .menu .menu-title {
      margin-top: 30px;
    }
  }
  .menu .main-menu > li {
    margin-bottom: 10px;
  }
  .menu .lang {
    text-align: right;
    color: #AAA;
  }
  .menu .lang a {
    margin: auto 20px;
    display: inline-block;
  }
  @media screen and (max-width: 768px) {
    .menu .lang {
      text-align: right;
      width: 100%;
      margin-left: 0px;
      line-height: normal;
    }
  }
  .menu .sns {
    width: 40%;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 768px) {
    .menu .sns {
      width: 80%;
    }
  }
  .menu .sns a {
    width: 30px;
    display: inline-block;
    margin-right: 10px;
    opacity: 1;
  }
  .menu .sns a:hover {
    opacity: 0.7;
  }
  .menu ul {
    text-align: left;
    list-style: none;
  }
  .menu ol {
    position: absolute;
    top: 0px;
    left: 50%;
    list-style: none;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    /*max-height: 0px;*/
  }
  @media screen and (max-width: 768px) {
    .menu ol {
      position: relative;
      top: auto;
      left: auto;
      max-height: 0;
    }
  }
  .menu ol.active {
    max-height: 500px;
    margin: 10px auto;
    visibility: visible;
    opacity: 1;
  }
  @media screen and (max-width: 768px) {
    .menu ol.active {
      list-style: circle;
      overflow: inherit;
      margin-left: 20px;
    }
  }
  .menu ol li {
    margin-bottom: auto;
  }
  .menu a {
    color: #FFF;
    vertical-align: top;
    transition: all 0.2s ease-in-out 0s;
  }
  .menu a:hover, .menu a.active {
    color: #A68264;
  }
  .menu .sub-col {
    position: relative;
    width: 50%;
    display: inline-block;
  }
  @media screen and (max-width: 768px) {
    .menu .sub-col {
      width: 50%;
    }
  }
  
  @keyframes audioBar {
    0% {
      opacirt: 0.2;
      transform: scale(0.1, 0.1);
    }
    50% {
      opacirt: 1;
      transform: scale(1, 1);
    }
    100% {
      opacirt: 0.2;
      transform: scale(0.1, 0.1);
    }
  }
  /* END Style menu  */
  /* ------------------------------------------ */
  /* Style for menu */
  /* ------------------------------------------ */
  #footer {
    position: relative;
    width: 100%;
  }
  #footer a {
    border-bottom: 1px solid #000;
    line-height: 0.8em;
  }
  
  /* END Style menu  */
  /* ------------------------------------------ */
  .title--extralarge {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 120px;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 768px) {
    .title--extralarge {
      font-size: 50px;
    }
  }
  .title--large {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 60px;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 768px) {
    .title--large {
      font-size: 50px;
    }
  }
  .title--medium-large, .error-page h2 {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2em;
  }
  @media screen and (max-width: 768px) {
    .title--medium-large, .error-page h2 {
      font-size: 22px;
    }
  }
  .title--medium, .cursor-dot:after {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2em;
  }
  @media screen and (max-width: 768px) {
    .title--medium, .cursor-dot:after {
      font-size: 22px;
    }
  }
  .title--medium-small, .cursor.drag-txt, #header .main-title, .menu .menu-title, .menu .main-menu, .menu .lang, .menu ol {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 21px;
  }
  @media screen and (max-width: 768px) {
    .title--medium-small, .cursor.drag-txt, #header .main-title, .menu .menu-title, .menu .main-menu, .menu .lang, .menu ol {
      font-size: 16px;
    }
    .title--medium-small br, .cursor.drag-txt br, #header .main-title br, .menu .menu-title br, .menu .main-menu br, .menu .lang br, .menu ol br {
      display: none;
    }
  }
  .title--small, .loading-holder > p, .loading-holder #loading-text p, .loading-holder #loading-text, #header .menu-btn {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 768px) {
    .title--small, .loading-holder > p, .loading-holder #loading-text p, .loading-holder #loading-text, #header .menu-btn {
      font-size: 16px;
    }
  }
  
  .content--common, .scroll, .error-page p {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    line-height: 25px;
    /*letter-spacing: 0.1em;*/
  }
  .content--sm, #footer {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    /*letter-spacing: 0.1em;*/
  }
  .content--xsm {
    font-family: "Calibri", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    /*letter-spacing: 0.1em;*/
  }
  
  /* ------------------------------------------ */
  #main-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFF;
  }
  #main-container.hide {
    display: none;
  }
  #main-container canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  #main-container .arrow {
    position: absolute;
    width: 15px;
    height: 25px;
    background-size: cover;
    background-image: url(../images/blue-arrow.svg);
    transform-origin: center;
    z-index: 10;
  }
  #main-container .arrow--top {
    top: 20px;
    left: 50%;
    transform: rotate(-90deg) translateX(-50%);
  }
  @media screen and (max-width: 768px) {
    #main-container .arrow--top {
      display: none;
    }
  }
  #main-container .arrow--left {
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
  }
  @media screen and (max-width: 768px) {
    #main-container .arrow--left {
      right: 15px;
    }
  }
  #main-container .arrow--down {
    bottom: 20px;
    left: 50%;
    transform: rotate(90deg) translateX(-50%);
  }
  @media screen and (max-width: 768px) {
    #main-container .arrow--down {
      display: none;
    }
  }
  #main-container .arrow--right {
    top: 50%;
    left: 60px;
    transform: rotate(180deg) translateY(50%);
  }
  @media screen and (max-width: 768px) {
    #main-container .arrow--right {
      left: 15px;
    }
  }
  #main-container .arrow.hide {
    opacity: 0;
  }
  
  .texture {
    display: none;
  }
  
  .error-page {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #a7a9ac;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 200;
    background-image: url(../images/bg00.png);
    background-size: cover;
    display: flex;
  }
  .error-page img {
    width: 20%;
  }
  .error-page h2 {
    font-weight: 300;
    line-height: normal;
    margin: 1em auto;
  }
  .error-page a {
    text-decoration: underline;
  }
  
  .index-list {
    position: absolute;
    top: 50%;
    left: 60px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  }
  @media screen and (max-width: 768px) {
    .index-list {
      width: 100%;
      top: auto;
      left: 0px;
      bottom: 25px;
      transform: translateY(0%);
      text-align: center;
    }
  }
  .index-list.show {
    visibility: visible;
    opacity: 1;
  }
  .index-list p {
    position: relative;
    color: #01172E;
    margin-bottom: auto;
    margin: 1em;
    opacity: 0.3;
    filter: drop-shadow(0px 0px 0px rgba(166, 130, 100, 0.3)) drop-shadow(0px 0px 0px rgba(166, 130, 100, 0.3));
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  }
  @media screen and (max-width: 768px) {
    .index-list p {
      display: none;
    }
    .index-list p:after {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
    }
  }
  .index-list p:hover, .index-list p.active {
    color: #A68264;
    filter: drop-shadow(0px 2px 2px rgba(166, 130, 100, 0.7)) drop-shadow(0px -2px 2px rgba(166, 130, 100, 0.7));
    opacity: 1;
  }
  .index-list p:hover a, .index-list p.active a {
    transform: scale(1.2);
  }
  @media screen and (max-width: 768px) {
    .index-list p:hover a, .index-list p.active a {
      transform: scale(1);
    }
  }
  @media screen and (max-width: 768px) {
    .index-list p.active {
      display: block;
    }
  }
  .index-list a {
    transform-origin: left center;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  
  .scroll {
    font-weight: 500;
    color: #FFF;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    /*&:before {
        content:'';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: $colorWht;
        border-radius: 50%;
        transform: scale(.8, .1);
        filter: blur(10px);
        box-shadow: 0px 0px 10px 20px #ed1c24;
        display: inline-block;
    }*/
  }
  .scroll span {
    position: relative;
    z-index: 10;
  }
  
  .scroll-down-wrap {
    position: absolute;
    width: 24px;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    opacity: 1;
    z-index: 10;
    animation: nudgeMouse 2.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  }
  .scroll-down-wrap:before {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    margin-left: -1px;
    top: 22px;
    background-color: #FFF;
    width: 2px;
    height: 6px;
    border-radius: 10px;
    animation: trackBallSlide 2.4s cubic-bezier(0, 0, 0.725, 1) infinite;
  }
  .scroll-down-wrap.mobile {
    animation: handUp 2.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  }
  .scroll-down-wrap.mobile:before {
    width: 10px;
    height: 10px;
    margin-left: -5px;
    left: -15px;
    background-image: url(../images/arrow.svg);
    background-size: cover;
    background-color: transparent;
    animation: swipeUp 2.4s cubic-bezier(0, 0, 0.725, 1) infinite;
  }
  
  .section-down-arrow.mobile {
    position: relative;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -30px;
    background-image: url(../images/hand.svg);
    background-size: cover;
  }
  .section-down-arrow.mobile svg {
    display: none;
  }
  
  .loading-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 1000;
    /*@include animateAll(1s, 1s, $easeInOutQuart);*/
  }
  .loading-holder .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #A68264;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background-color: #FFFFFF;
  }
  .loading-holder .bg > div {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    opacity: 0;
  }
  .loading-holder #loading-text {
    width: 150px;
    color: #01172E;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .loading-holder #loading-text p {
    margin: 10px auto;
    text-align: center;
  }
  .loading-holder > p {
    width: 90%;
    color: #000000;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1.8em;
    transform: translate(-50%, 250%);
  }
  @media screen and (max-width: 640px) {
    .loading-holder > p {
      transform: translate(-50%, 250%);
    }
  }
  .loading-holder .audio-btn-holder {
    cursor: pointer;
    text-decoration: underline;
  }
  .loading-holder.hide {
    opacity: 0;
    visibility: hidden;
  }
  .loading-holder.hidden {
    display: none;
  }
  
  #loading-content {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    border: 3px solid #F00;
  }
  
  .loading-bar {
    position: relative;
    width: 100%;
  }
  .loading-bar img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 1;
  }
  
  #loading-process {
    fill: none;
    
    stroke: #A68264;
    stroke-width: 2px;
    stroke-miterlimit: 10;
    stroke-dashoffset: 1100;
    stroke-dasharray: 1100;
    margin-bottom: 20px;
    filter: drop-shadow(2px 0px 2px #A68264) drop-shadow(-2px 0px 2px #A68264);
  }
  
  #loading-content:after {
    content: "";
    position: absolute;
    border: 3px solid #0F0;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
  }
  
  #loading-content:before {
    content: "";
    position: absolute;
    border: 3px solid #00F;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }
  
  #loading-content {
    border: 3px solid transparent;
    border-top-color: #ec1c23;
    border-bottom-color: #ec1c23;
    border-radius: 50%;
    animation: loader 5s linear infinite;
  }
  
  #loading-content:before {
    border: 3px solid transparent;
    border-top-color: #ec1c23;
    border-bottom-color: #ec1c23;
    border-radius: 50%;
    animation: loader 6s linear infinite;
  }
  
  #loading-content:after {
    border: 3px solid transparent;
    border-top-color: #ec1c23;
    border-bottom-color: #ec1c23;
    border-radius: 50%;
    animation: loader 7s linear infinite;
    -moz-animation: loader 7s linear infinite;
    -o-animation: loader 7s linear infinite;
  }
  @keyframes loader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes nudgeMouse {
    0% {
      transform: translateX(-50%) translateY(0);
    }
    45% {
      transform: translateX(-50%) translateY(8px);
    }
    65% {
      transform: translateX(-50%) translateY(0);
    }
    100% {
      transform: translateX(-50%) translateY(0);
    }
  }
  @keyframes handUp {
    0% {
      transform: translateX(-50%) translateY(0);
    }
    45% {
      transform: translateX(-50%) translateY(-8px);
    }
    65% {
      transform: translateX(-50%) translateY(0);
    }
    100% {
      transform: translateX(-50%) translateY(0);
    }
  }
  @keyframes trackBallSlide {
    0% {
      opacity: 1;
      transform: scaleY(1) translateY(-12px);
    }
    45% {
      opacity: 0;
      transform: scaleY(0.5) translateY(13px);
    }
    46% {
      opacity: 0;
      transform: scaleY(1) translateY(-10px);
    }
    65%, 100% {
      opacity: 1;
      transform: scaleY(1) translateY(-12px);
    }
  }
  @keyframes swipeUp {
    0% {
      opacity: 1;
      transform: scaleY(1) translateY(-12px);
    }
    45% {
      opacity: 0;
      transform: scaleY(1) translateY(-40px);
    }
    46% {
      opacity: 0;
      transform: scaleY(1) translateY(-40px);
    }
    65%, 100% {
      opacity: 1;
      transform: scaleY(1) translateY(-12px);
    }
  }
  @keyframes blurAnime {
    0% {
      filter: blur(0px);
    }
    30% {
      filter: blur(1px);
    }
    7% {
      filter: blur(1px);
    }
    100% {
      filter: blur(0px);
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
      filter: blur(1px);
    }
    100% {
      opacity: 1;
      filter: blur(0px);
    }
  }