/* =========================
    TYPOGRAPHY 
========================= */
@font-face {
    font-family: 'Euclid Square';
    src: url('../webfonts/EuclidSquare-Bold.woff2') format('woff2'),
        url('../webfonts/EuclidSquare-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid Square';
    src: url('../webfonts/EuclidSquare-Medium.woff2') format('woff2'),
        url('../webfonts/EuclidSquare-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid Square';
    src: url('../webfonts/EuclidSquare-Regular.woff2') format('woff2'),
        url('../webfonts/EuclidSquare-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Druk Text Wide';
    src: url('../webfonts/DrukTextWide-Medium.woff2') format('woff2'),
        url('../webfonts/DrukTextWide-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* =========================
    COLORS & FONT STYLES
============================ */ 
:root {
    --grayscale-dark:       #1D1D1D;
    --grayscale-title:      #1D1D1D;
    --grayscale-body:       #333538;
    --grayscale-line:       #C4CBD4;
    --grayscale-background: #E0E5EC;
    --grayscale-white:      #ffffff;
    
    --primary:              #3245F1;
    --primary-dark:         #1A2FE9;

    --secondary:            #F46071;
    --secondary-dark:       #E85162;

    --featured:             #E0F92A;
    --featured-dark:        #CFE911;

    --family-title:         'Druk Text Wide', Helvetica, sans-serif;
    --family-body:          'Euclid Square', Helvetica, sans-serif;

    --weight-bold:          900;
    --weight-medium:        500;
    --weight-regular:       300;
}
/* =======================
    GENERAL STYLES
======================== */ 
html, 
body {
    position: relative;
    height: 100%;
    width: 100%;
}
body {
    overflow-x: hidden; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    padding-top: 74px;
    background-color: var(--grayscale-background);
    font-family: var(--family-body);
    color: var(--grayscale-body);
    font-size: 16px;
    line-height: 1.2;
    font-weight: var(--weight-regular);
}
main {
    padding: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--grayscale-title);
    font-weight: var(--weight-medium); 
    margin-top: 0;
    display: block;
    line-height: 1.3;    
    margin-bottom: 1.2rem;  
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--family-body);
}
h1, h2, h3, .h1, .h2, .h3 { 
    color: var(--grayscale-title);
    font-weight: var(--weight-medium); 
}
h4, h5, h6, .h4, .h5, .h6 {
    color: var(--grayscale-title);
    font-weight: var(--weight-medium); 
}
.h1, h1 {
    font-size: 2em;
}
.h2, h2 {
    font-size: 1.8em;
}
.h3, h3 {
    font-size: 1.4em;
}
.h4, h4 {
    font-size: 1.2em;
}
.h5, h5 {
    font-size: 1.1em;
}
.h6, h6 {
    font-size: 1em;
}
a{
    text-decoration: none;
    color: var(--primary);
    font-weight: var(--weight-medium);
}
a:hover {
    text-decoration: underline;
    color: var(--primary-dark);
}
a:focus,
a:active {    
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    outline-offset: 0;
}
p {
    font-size: 1em;
    margin-bottom: 1.2rem; 
}
strong {
    font-weight: var(--weight-bold);
}
.kensei_02 {
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.kensei_03 {
    -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
}
.page-template-default table,
.page-template-inner-landing table {
    width: 100%;
    margin-bottom: 1em;
}
.page-template-default tbody,
.page-template-inner-landing tbody {
    border: 1px solid var(--grayscale-title);
}
.page-template-default tr,
.page-template-inner-landing tr {
    border-bottom: 1px solid var(--grayscale-title);
}
.page-template-default th,
.page-template-inner-landing th,
.page-template-default td,
.page-template-inner-landing td {
    padding: 0.6em;
    min-width: 150px;
    text-align: left;
} 
/* =======================
    HEADER
======================== */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: auto;
    border-bottom: 0;
    -webkit-transform: translate3d(0px,0px,0px);
            transform: translate3d(0px,0px,0px);
}
.page-template-landing header {
    display: none;
}
#logo_wrapper {
    height: auto;
    margin: 0;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
}
#logo_wrapper a {
    margin: auto;
    width: 180px;
    display: block;
    position: relative;
}
#logo_wrapper a img {
    left: 15px;
    top: 0;
    width: 100%;
    position: absolute;
    height: auto;
    margin-top: 16px;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; 
}
.sticky #logo_wrapper a img {
    opacity: 0;
}
#logo_wrapper h1,
#logo_intro h1,
#logo_wrapper span { 
    /* display: none; */
    text-indent: -9999999px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
/* =======================
    FOOTER
======================== */
footer, 
#subfooter {
    display: none!important;
}
/* =======================
    INTRO
======================== */
.page-template-landing {
    padding-top: 0;
}
#the_landing {
    text-align: center;
}
#logo_intro img {
    width: 240px;
    height: auto;
    margin-bottom: 44px;
}
#the_landing, #the_landing .container, #the_landing .row {
    min-height: 100vh;
}
.lang_switch, 
.lang_switch li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.lang_switch li a {
    color: var(--grayscale-body);
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 0 6px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.lang_switch {
    padding-top: 36px;
}
.lang_switch li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: var(--primary);
    bottom: -6px;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.lang_switch a:hover {
    text-decoration: none;
}
.lang_switch:hover li.active a:after {
    background-color: transparent;
}
.lang_switch li.active a:after {
    opacity: 1;
}
.lang_switch li a:hover:after {
    opacity: 1!important;
    background-color: var(--primary)!important;
}
/* =======================
    MEDIAQUERIES
======================== */
@media (max-width: 1400px) { 

}
@media (max-width: 1200px) { 

}
@media (max-width: 1024px) {

}
@media (max-width: 992px) {
    body {
        font-size: 18px;
    }
    .h1, h1 {
        font-size: 34px;
    }
    .h2, h2 {
        font-size: 26px;
    }
    .h3, h3 {
        font-size: 24px;
    }
    .h4, h4 {
        font-size: 22px;
    }
    .h5, h5 {
        font-size: 20px;
    }
    .h6, h6 {
        font-size: 18px;
    }
    #the_content {
        overflow: hidden;
    }
    #logo_intro img {
        width: 170px;
        height: auto;
        margin-bottom: 44px;
    }
}
@media (max-width: 768px) {

}
@media (max-width: 480px) {    
    #the_landing {
        padding-top: 36px;
        padding-bottom: 64px;
    }
    #the_landing, #the_landing .container, #the_landing .row {
        min-height: 80vh;  
    } 
}

