body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/*CSS for DESKTOP */

/* BASIC */


/* BASIC */

/*html {
	width:100%;
	height:100vh;
}*/

/* @link https://utopia.fyi/type/calculator?c=1024,10,1.2,3840,16,1.5,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */

:root {
  --step--2: clamp(0.434rem, 0.4302rem + 0.0059vw, 0.4444rem);
  --step--1: clamp(0.5208rem, 0.4678rem + 0.0829vw, 0.6667rem);
  --step-0: clamp(0.625rem, 0.4886rem + 0.2131vw, 1rem);
  --step-1: clamp(0.75rem, 0.4773rem + 0.4261vw, 1.5rem);
  --step-2: clamp(0.9rem, 0.4091rem + 0.767vw, 2.25rem);
  --step-3: clamp(1.08rem, 0.2455rem + 1.304vw, 3.375rem);
  --step-4: clamp(1.296rem, -0.0736rem + 2.1401vw, 5.0625rem);
  --step-5: clamp(1.5552rem, -0.6406rem + 3.431vw, 7.5938rem);
}

@font-face {
  font-family: 'Eina02';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/Fonts/Eina02-Regular.ttf');
  src: local(''),
       url('../../files/Fonts/Eina02-Regular.ttf') format('truetype'),
}

body {
    background-color:#ffffff;
    font-family:Eina02;
    font-weight:600;
    text-decoration:none;
	font-size: var(--step-0);
	line-height:122%;
    overflow-x:hidden;
	overflow-y:scroll;
	width:100%;
	height:100vh;
}

#header {
    z-index: 1000;
    position: sticky;
    top: 0;
    width: 60vw;
    margin: auto;
    background: #e8fa5b;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    padding: 1vh;
}

.mod_navigation,
.mod_login {
    float: left;
    margin-right:4vw;
}

.mod_login .widget, .mod_search .widget {
    float:left;
    margin-right: 1vw;
}

.mod_breadcrumb li {
    float: left;
    margin-right: 1vw;
}

.mod_breadcrumb ul li:first-child {
    display: none;
}

.mod_navigation ul li {
    float: left;
    margin-right: 1vw;
}

.mod_navigation ul {
    list-style-type: none;
    padding:0;
}


.info {
    display: none;
}

.handorgel__header__button,
.handorgel__content__inner {
    padding: 5px;
}

.handorgel__content__inner p {
    margin: 0px;
}

.handorgel__content {
    background: #fff;
}

.handorgel__content__inner >div > div > p{
    margin-bottom: 0;
}

.tool {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 5px;
    padding: 10px;
    border: solid black 1px;
    border-radius: 10px;
}

.search_default {
    background: #f0f0f0;
    padding: 20px;
}

h1,
h2,
h3 {
    margin:0 0 0.5vh 0;
    padding:0;
   	line-height:122%;
    color:#000000;
}

table,
tbody,
tr,
td {
    margin:0;
    padding:0.5vh 0.5vh 0.5vh 0.5vh;
    vertical-align: top;
}

h1 {
    font-size: var(--step-3);
}
h2 {
    font-size: var(--step-2);
    font-weight: 800;
}
h3 {
    font-size: var(--step-1);
}

p {
    margin-bottom:1vw;
}


.oneblock {
    width:94%;
    clear:both;
	margin:3%;
}
.twoblock {
    width:37%;
    float:left;
    margin-right:10%;
    margin-left:3%;
	overflow:visible;
}
 
.leftblock {
    clear:both;
}

/*CSS for MOBILE */

/* BASIC */


@media screen and (orientation: portrait) {
	
/* BASIC */
	
body {
	font-size:3vh;
}
	
	
h1,
h2,
h3,
span,
table,
tbody,
tr,
td {
    margin:0;
    padding:0;
    font-size:3vh;
    line-height:125%;
    color:#000000;
}

