:root {
    --c-00: #ffffff;
	--c-01: #333333;
    --c-05: #0c345b;
    --c-06: #18b76b;
	--c-07: #ffb800;
	--c-08: #65fe9c;
	--c-10: #666666;
	--c-11: #d9d9d9;
	
	--f-01: Inter;

    --c-00a: rgba(255,255,255,.7);
    --c-05a: rgba(12, 52, 91, .9);
	--c-05g: linear-gradient(90deg, rgba(12, 52, 91,0.8), rgba(12, 52, 91,0) 70%, rgba(12, 52, 91,0) 100%);
	--c-05h: linear-gradient(90deg, rgba(12, 52, 91,0.9), rgba(12, 52, 91,0) 70%, rgba(12, 52, 91,0) 100%);
	--c-05c: linear-gradient(0deg, rgba(12, 52, 91,0.8), rgba(12, 52, 91,0) 70%, rgba(12, 52, 91,0) 100%);

	--bgcolor-05: #0c345b;
	--bgcolor-06: #18b76b;
}
html {
	font-size: 1em;
}
body {
    padding: 0;
    margin: 0;
	font-family: var(--f-01);
    color: var(--c-01);
}
* {
    box-sizing: border-box;
	position: relative;
}
a {
	text-decoration: none;
	color: var(--c-06);
}
img {
	display: inline-block;
}
.section { 
	width: 100%; 
}
.container { 
	width: 100%; max-width: 1920px; margin: auto; padding: 2rem 1rem; 
}
.precontainer {
	width: 100%;
	max-width: 1920px;
	margin: auto;
}
.maa {
	margin: auto;
}
.maxw50 {
	max-width: 50%;
}
.maxw70 {
	max-width: 70%;
}
img.maxw, .maxw {
	width: 100%;
	max-width: 100%;
}
.tac {
	text-align: center;
	justify-content: center;
}
.tal {
	text-align: left;
	justify-content: start;
}
.tar {
	text-align: right;
	justify-content: end;
}
.ac00 a, a.ac00:hover { 
	color: var(--c-00); 
}
.ac02 a, a.ac02:hover { 
	color: var(--c-02); 
}
.ac05 a, a.ac05:hover, a:hover .ac05 { 
	color: var(--c-05); 
}
.col00 {
	color: var(--c-00); 
}
.col05 {
	color: var(--c-05); 
}
.col06 {
	color: var(--c-06); 
}
.col07 {
	color: var(--c-07); 
}
.col08 {
	color: var(--c-08); 
}
.col00a {
	color: var(--c-00a); 
}	
.col011 {
	color: var(--c-11); 
}
.fcol05 {
	fill: var(--c-05); 
}
.fcol06 {
	fill: var(--c-06); 
}
.fcol07 {
	fill: var(--c-07); 
}
.fcol08 {
	fill: var(--c-08); 
}

.fwn {
	font-weight: 700;
}
.fwm {
	font-weight: 600;
}
.fwb {
	font-weight: 700;
}
.fs09 {
	font-size: .9rem !important;
}
.fs1 {
	font-size: 1rem;
}
.fs13 {
	font-size: 1.3rem;
}
.fs14 {
	font-size: 1.4rem;
}
.fs15 {
	font-size: 1.5rem;
}
.fs2 {
	font-size: 2rem;
}
.fs25 {
	font-size: 2.5rem;
}
.fs3 {
	font-size: 3rem;
}
.pddh2 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.pddv1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.pddv15 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.pddv2 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.pddv3 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.pddv4 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.pdd1 {
	padding: 1rem
}
.pddc1 > * {
	padding: 1rem
}
.pdd15 {
	padding: 1.5rem
}
.pdd05 {
	padding: 0.5rem
}
.pddb05 {
	padding-bottom: 0.5rem;	
}
.pddb1 {
	padding-bottom: 1rem;	
}
.pddb15 {
	padding-bottom: 2rem;	
}
.pddb2 {
	padding-bottom: 2rem;	
}
.pddb3 {
	padding-bottom: 3rem;	
}
.pddb4 {
	padding-bottom: 4rem;	
}
.pddb5 {
	padding-bottom: 5rem;	
}
.pddb7 {
	padding-bottom: 7rem;	
}
.pddt2 {
	padding-top: 2rem;
}
.pddt3 {
	padding-top: 3rem;
}
.pddt7 {
	padding-top: 7rem;
}
/* .pddv3 {
	padding-top: 3rem;
	padding-bottom: 3rem;
} */
.mab2 {
	margin-bottom: 2rem;
}
.mab3 {
	margin-bottom: 3rem;
}
.npddv {
	padding-top: 0;
	padding-bottom: 0;
}
.npddb {
	padding-bottom: 0 !important;
}
.nmgb {
	margin-bottom: 0;
}
.mgb1 {
	margin-bottom: 1rem;
}
.mall02 {
	margin: 0.2rem;
}
.cpdd1 > * {
	padding: 1rem
}
.cpdd15 > * {
	padding: 1.5rem
}
.bgcol00 { background-color: var(--c-00); }
.bgcol05 { background-color: var(--c-05); }
.bgcol06 { background-color: var(--c-06); }
.bgcol07 { background-color: var(--c-07); }
.bgcol011 { background-color: var(--c-11); }
.bgcol00.tcbonbg { color: var(--c-06); }
.bgcol05.tcbonbg { color: var(--c-08); }
.bgcol06.tcbonbg { color: var(--c-00); }
.bgcol07.tcbonbg { color: var(--c-05); }
h1.t {
	display: inline-block;
	padding-bottom: 0.2rem;
	margin-top: 0;
}
h2 {
	font-size: 1.7rem;
}
h2.t {
	display: inline-block;
	padding-bottom: 0.2rem;
	margin-top: 0;
}
h2.b {
	display: inline-block;
	padding-bottom: 0.2rem;
}
.bdb {
	border-bottom-style: solid;
	border-width: 0.3rem;
}
.bdb01 {
	border-bottom-style: solid;
	border-width: 0.1rem;
}
.bdb03 {
	border-bottom-style: solid;
	border-width: 0.3rem;
}
.bdbc00 { border-color: var(--c-00); }
.bdbc00a { border-color: var(--c-00a); }
.bdbc06 { border-color: var(--c-06); }
.bdbc07 { border-color: var(--c-07); }
a.mhbg00:hover {
	background-color: var(--c-00); 
}
a.ahu:hover, .ahu a:hover { 
	text-decoration: underline; 
}
.lh15 {
	line-height: 1.5em;
}
.mart1 {
	margin-top: 1rem;
}
.mart2 {
	margin-top: 2rem;
}
.flex {
	display: flex;
}
.flex.fcc > *, .flex .fcc {
	flex: 1;
}
.flex .ltor, .flex.ltor > *:last-child {
	justify-self: right;
}
.flex .str {
	justify-self: stretch;
}
.flex.fdc {
	flex-direction: column;
}
.flex.vac {
	align-items: center;
}
.flex.hac {
	justify-content: center;
}
.flex.facw33 > * {
	width: 33.3%;
}
.flex.fcw33 > * {
	width: 67.3%;
}
.flex.fcw33 > *:first-child {
	width: 33.3%;
	max-width: 13rem;
}
.fwrap {
	flex-wrap: wrap;
}
.flex.fcmw50 > * {
	width: 100%;
	max-width: 50%;
}
.flex.fcmw50-g3 > * {
	width: calc(50% - 1.5rem)
}
.nmfe > *:first-child{
	margin-top: 0;
}
.fcbab > *:not(ul):first-child{
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0;
}
.fcbab > *:last-child{
/*	margin-bottom: 0; */
}
.gap1 {
	gap: 1rem;
}
.gap15 {
	gap: 1.5rem;
}
.gap2 {
	gap: 2rem;
}
.gap3 {
	gap: 3rem;
}
.gap4 {
	gap: 4rem;
}
.gap5 {
	gap: 5rem;
}
.fullw {
	width: 100%;
}
.bbs1 {
	border-bottom: solid 1px var(--c-00);
}
ul.nl {
	padding: 0;
	margin: 0;
	list-style: none;
}
.nrl a {
	border-radius: 2rem;
	border: solid .2rem var(--c-00); 
	padding: 0.5rem 1.5rem;
	transition: all 0.3s ease;
}
.nrl a:hover {
	padding: 0.5rem 2rem;
}
.bra02 {
	border-radius: 0.2rem;
}
.bra03 {
	border-radius: 0.3rem;
}
.bra05 {
	border-radius: 0.5rem;
}
.bra1 {
	border-radius: 1rem;
}
.bra1a > * {
	border-radius: 1rem;
}
.lim li {
	margin: 1em 0 0 0;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin: 2em 0;
    padding-bottom: 56.25%;
    width: 100%;
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.femt0 > *:first-child {
	margin-top: 0;
}
.section.sec01 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1500;
}
.section.sec01 .ln a {
	font-size: .9rem;
}
.section.sec02 .container > .flex {
	flex-direction: column;
}
.section.sec02 li {
	margin: 0;
	display: flex;
}
.section.sec02 {
	z-index: 10;
/*	background: var(--c-06); */
}
.section.sec02 li a {
	flex: 1;
	font-size: 1.3rem;
	margin: 0;
	border-color: var(--c-05);
	border-bottom: solid 2px var(--bgcolor-05);
}
.section.sec02 li.e a {
	color: var(--c-00);
  	font-weight: bold;
	padding: .5rem 1rem;
	border-bottom: solid 3px var(--c-07);
}
.section.sec02 li.e a:hover {
	color: var(--c-07); 
}
.section.sec02 ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 5rem 10rem 0 0;
	gap: 4rem;
}
.section.sec02 .l img {
	max-width: 12rem;
	width: 100%;
}
.section.sec02 .flex li {
	position: relative;
}

.section.sec02.page {
	background: var(--c-05);
}
.section.sec02.page ul {
	margin-top: 1rem;
	align-items: flex-end;
}
.section.sec02.page .l {
	width: 25%;
	padding-top: 9rem;
	align-self: start;
	padding-left: 2rem;
}
.section.sec02.page .l img {
	width: 100%;
	max-width: 400px;
}
.section.sec02.page li.e.active a {
	color: var(--c-07);
	border-color: var(--c-00);
}
.section.sec02.page .button {
	margin-bottom: .2rem;
}
.section.sec10 {
	padding-top: 3rem;
	padding-left: 5rem;
	padding-right: 5rem;
	padding-bottom: 3rem;
}
.section.sec10 * {
	z-index: 1;
}
.section.sec10::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: var(--c-00);
	opacity: .6;
	z-index: 0;
}
.section.sec10 .l .t a {
	color: inherit;
	text-decoration: underline;
}
.section.sec10 .l .t a:hover {
	text-decoration: none;
}
.section.sec03 {
	height: 100%;
	display: flex;
}

.section.sec03 .b1 {
	width: 43%;
	padding-left: 2rem;
	padding-right: 2rem;
}
.section.sec03 .b1 > * {
	width: 100%;
	max-width: 400px;
	text-align: left;
}
.section.sec03 .b2 {
	width: 60%;
}
.section.sec03 .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.section.sec04 {
	border-bottom: solid 0.1rem var(--c-00)
}
.section.sec04 a {
	max-width: 25%;
}
.section.sec04 .t {
	min-height: 7rem;
}
.section.sec04 .b2 {
	background-image: url(/images/layout/horizontal_dots.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 100% auto;
}

.section.sec05 .precontainer {
	/* background-image: url(/images/layout/lava_green.svg); */
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 50% auto;
}
.section.sec05 .o {
    background: var(--c-00);
/*	border: solid 0.15rem var(--c-06); */
	-webkit-box-shadow: 0px 0px 8px 0px rgb(161 161 179);
    -moz-box-shadow: 0px 0px 8px 0px rgb(161, 161, 179);
    box-shadow: 0px 0px 8px 0px rgb(161 161 179);
    transition-duration: 0.3s;
	position: relative;
}
.section.sec05 .lipost:not(.exp) {
    height: 24rem;
    overflow-y: hidden;
    cursor: pointer;
	position: relative;
	border-radius: 1rem;
}
.section.sec05 .lipost {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
	position: relative;
}
.section.sec05 .lipost .text {
	padding: 0 2rem 2rem 2rem;
}
.section.sec05 .en .lipost::before {
    content: "more...";
}
.section.sec05 .pl .lipost::before {
    content: "więcej";
}
.section.sec05 .lipost::before {
	display: block;
    text-align: center;
    font-size: 0.8em;
    border-radius: 2rem;
    padding: .7rem .7rem .6rem .7rem; 
    max-width: 5rem;
    width: 100%;
    background-color: var(--c-07);
    color: var(--c-05);
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.2s;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	z-index: 4;
}
.section.sec05 .lipost:hover::before {
	background: var(--c-06);
	color: var(--c-00);
}

/* .section.sec05 .lipost::before {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: right;
    z-index: 2;
    font-weight: bold;
    color: var(--c-06);
    cursor: pointer;
    background: var(--c-00);
    padding: .75rem;
	border-radius: 0 0 1rem 1rem;
} */
.section.sec05 .lipost .img {
	width: 100%;
}
.section.sec05 .lipost .img img {
    object-fit: cover;
    width: 100%;
	height: 24rem;
	border-radius: 1rem;
}
.section.sec05 .lipost.exp .img img {
	height: auto !important;
    object-fit: contain;
}
.section.sec05 .lipost.exp::before {
	display: none;
}

.section.sec06 .flex > * {
	width: 33%;
}
.section.sec06 .flex .b2 {
	padding-bottom: 1rem;
}
.section.sec06 .d {
	color: var(--c-00);
	padding: 1rem 0 1.5rem 0;
}
.section.sec06 img {
	max-width: 100%;
}
.section.sec06 .lg {
	width: 16rem;
}
.section.sec06 .spbf {
	width: 12rem;
}
.section.sec06 h2 {

}
.section.sec07 .g img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.section.sec07 .g a {
	display: block;
	position: relative;
}
.section.sec07 .g a::before {
    position: absolute;
    content: '+';
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0.4rem;
    bottom: 0.4rem;
	padding-bottom: 0.1rem;
    width: 2.4rem;
    height: 2.3rem;
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--c-00);
	line-height: 0;
    background: var(--c-06);
    z-index: 1;
    border-radius: 50%;
    transition: opacity 0.2s linear;
	opacity: 0;
}
.section.sec07 .g a:hover img {
	opacity: .8;
}
.section.sec07 .g a:hover::before {
	opacity: 1;
}
.section.sec07 .g figure {
	padding: 0;
	margin: 0;
}
.section.sec20 .mask {
    height: auto;
    max-height: 1px;
    overflow: hidden;
}
.section.sec20 li {
	padding: 1.5em;
}

.section.sec201 {

}


.maxheight {
    max-height: none !important;
    overflow: auto;
}



.page_competition img {
	max-width: 100%;
}
.page_speakers .d {
	font-size: 0.9rem;
	cursor: pointer;
}
.page_speakers .d:not(.active) .h {
	display: none;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	overflow-y: hidden; */
}
.page_speakers .d:hover {
	color: var(--c-05);
}
.page_speakers .d.active .h {
	overflow-y: auto;
	height: auto;
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

.page_speakers .d:not(.active)::after {
	display: block;
	text-align: center;
	font-size: 0.9em;
	border-radius: 2rem;
    padding: 1rem;
    max-width: 5rem;
    width: 100%;
    background-color: var(--c-07);
    color: var(--c-05);
    text-transform: uppercase;
    font-weight: bold;
	margin-top: 0.5rem;
	transition: 0.2s;
}
.page_speakers .d:not(.active):hover::after {
	background: var(--c-06);
	color: var(--c-00);
}
.page_speakers .d.pl:not(.active)::after {
	content: "więcej";
}
.page_speakers .d.en:not(.active)::after {
	content: "more";
}
.page_speakers h2 {
	margin-top: 1em;
}
.page_speakers .s .ic {
	position: relative;
}
.page_speakers .s .ic img {
	z-index: 10;	
	vertical-align: middle;
	width: 100%;
}
.page_speakers .s .ic svg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: -1;
}


.page_speakers .s .si {
  display: inline-block;
  border-radius: 50%;
  width: 100%; 
  margin-top: 24%;   
   aspect-ratio: 1 / 1;
   max-height: 100%;
}
.page_speakers .s .si > * {
  display: block;
  width: 100%;
  margin-top: -24%;       
  border-bottom-left-radius: 100% 80%;
  border-bottom-right-radius: 100% 80%;
  background: none no-repeat center bottom / 100%;
   aspect-ratio: 1 / 1.24;
   max-height: 124%;
   filter: grayscale(1);
}

.lh16{
	line-height: 1.6rem
}
.section .container.bgtilt {
	/* background: url('/images/layout/lava_green_tilt.svg');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 80% auto; */
}
.ttuc {
	text-transform: uppercase;
}
.bra50 {
	border-radius: 50%;
}
.more {
	clear: both;
	display: block;
}
.button {
	display: inline-block;
	transition: 0.2s;
}
.button.tp1 {
	border-radius: 2rem;
	padding: 1rem;
	max-width: 15rem;
	width: 100%;
	background-color: var(--c-07);
	color: var(--c-05);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1rem;
}
.button.tp1:hover {
	background-color: var(--c-06);
	color: var(--c-00) !important;
}
.wa {
	width: auto !important;
}
.mwa {
	max-width: 100% !important;
}
.sec016 a.active {
	color: var(--c-00a);
	border-color: var(--c-00a);
}

.catch{
    display:none;
}
.animate_t1 {
    transition: opacity 0.5s, translate 0.5s;
}
.animate_t2 {
    transition: opacity 0.65s, translate 0.65s;
}
.animate_t3 {
    transition: opacity 0.80s, translate 0.80s;
}
.animate_t4 {
    transition: opacity 0.95s, translate 0.95s;
}
.u-fade-type-left{
    translate: -50px 0;
    opacity: 0;
}
.u-fade-type-left.is-active{
    translate: 0 0;
    opacity: 1;
}
.u-fade-type-right{
    translate: 50px 0;
    opacity: 0;
}
.u-fade-type-right.is-active{
    translate: 0 0;
    opacity: 1;
}
.u-fade-type-down{
    translate: 0 50px;
    opacity: 0;
}
.u-fade-type-down.is-active{
    translate: 0 0;
    opacity: 1;
}
.u-fade-type-up{
    translate: 0 -50px;
    opacity: 0;
}
.u-fade-type-up.is-active{
    translate: 0 0;
    opacity: 1;
}
.u-fade-type-static{
    opacity: 0;
}
.u-fade-type-static.is-active{
    opacity: 1;
}

.mobimenu a {
	border-color: var(--c-05);
	font-size: 1.5rem;
}

.s4mobi {
	display: none;
	z-index: 2;
}
.section.sec02 .s4mobi {
	flex: 1;
}
.mobiicon .button {
	width: 2.5rem;
	height: 1.3rem;
	position: relative;
	margin: 0 1.5rem 0 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .2s ease-in-out;
	cursor: pointer;
	z-index: 1200;
}
.mobiicon .button span {
	display: block;
	position: absolute;
	height: 0.4rem;
	width: 50%;
	background: var(--c-07);
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.mobiicon  .button:hover span, .mobiicon.active .button span {
	background: var(--c-06);
}
/* .mobiicon.active .button span {
	background: var(--c-05);
} */
.mobiicon .button  span:nth-child(even) {
	left: 50%;
	border-radius: 0 1rem 1rem 0;
}
.mobiicon .button  span:nth-child(odd) {
	left:0px;
	border-radius: 9px 0 0 1rem;
}
.mobiicon .button  span:nth-child(1), .mobiicon .button  span:nth-child(2) {
	top: 0;
}
.mobiicon .button  span:nth-child(3), .mobiicon .button  span:nth-child(4) {
	top: 0.7rem;
}
.mobiicon .button  span:nth-child(5), .mobiicon .button  span:nth-child(6) {
	top: 1.4rem;
}
.mobiicon.active .button span:nth-child(1),.mobiicon.active .button span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobiicon.active .button span:nth-child(2),.mobiicon.active .button span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobiicon.active .button span:nth-child(1) {
	left: 0.2rem;
	top: 0.2rem;
}
.mobiicon.active .button span:nth-child(2) {
	left: calc(50% -  0.2rem);
	top: 0.2rem;
}
.mobiicon.active .button span:nth-child(3) {
	left: -50%;
	opacity: 0;
}
.mobiicon.active .button span:nth-child(4) {
	left: 100%;
	opacity: 0;
}
.mobiicon.active .button span:nth-child(5) {
	left: 0.2rem;
	top: 1.1rem;
}
.mobiicon.active .button span:nth-child(6) {
	left: calc(50% - 0.2rem);
	top: 1.1rem;
}

.popinfo {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--c-05a);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popinfo .c {
	padding: 1em;
	background: var(--c-00);
	width: 100%;
	max-width: 500px;
	margin: 1em;
}
.popinfo .b {
	text-align: right;
}
.popinfo .b span {
	cursor: pointer;
}
.popinfo .b span:hover {
	opacity: 0.7;
}
.popinfo .b svg {
	width: 3em;
}
.popinfo .h {
	font-weight: bold;
	color: var(--c-05);
	text-align: left;
	font-size:1.3rem;
	margin: 0 1rem 0 1rem
}
.popinfo .a {
	margin: 1rem 1rem 3rem 1rem;
	line-height: 1.5rem;
}
.page_about h2 {
	color: var(--c-06);
	    line-height: 2rem;
}
















.slick-list {
	padding: 0;
	margin: 0 30px;
}
.slick-track {
	display: table !important;
	border-spacing: 2em 0;
	margin: 0.5em 0;
}
.slick-track > * {
	display: table-cell !important;
	background: var(--c-00);
	color: var(--c-01);
	width: 10px; 
	float: none;
	-webkit-box-shadow: 0px 0px 8px 0px rgb(161 161 179);
    -moz-box-shadow: 0px 0px 8px 0px rgb(161, 161, 179);
    box-shadow: 0px 0px 8px 0px rgb(161 161 179);
	transition-duration: 0.3s;
}
.sec60 .slick-track > * {
	width: 600px; 
	height: 40vh;
	padding: 2rem;
	vertical-align: bottom;
	position: relative;
	border-radius: 1rem;
	text-align: left;
}
.sec60 .slide__text {
	color: var(--c-00);
	display: block;
	max-width: 70%;
}
.sec60 .slide__text p:last-child {
	margin-bottom: 0;
}
.sec60 .slick-track > *::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--c-05g);
	z-index: 1;
	border-radius: 1rem;
}
.sec60 .slide__text, .sec60 .button {
	z-index: 20;
}
.sec60 .button {
	margin-top: 1.5rem;
}
.slick-track > a:hover {
	background: var(--c-02);
	color: var(--c-00);
}
.slick-track > a .i {
	width: 100%;
	height: 17em;
	display: block;
	background: var(--c-02);
}
.slick-track > a .i::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 34px;
	border-color: transparent transparent transparent var(--c-00);
	position: absolute;
	bottom: -20px;
}
.slick-track > a .n {
	display: block;
	padding: 1.5em;
	font-weight: 600;
	font-size: 1.1em;
}
.slick-prev {
	left: 8px !important;
}
.slick-next {
	right: 10px !important;
}
.slick-prev::before, .slick-next::before {
	display: none;
}
.slick-prev, .slick-next {
	z-index: 888;
	height: 46px;
	width: 46px;
	background:  var(--c-00);
	border-radius: 23px;
	border: solid 3px var(--c-00);
}
.slick-prev svg, .slick-next svg {
	transition-duration: 0.3s;
	fill: var(--c-06);
}
.slick-prev:hover svg, .slick-next:hover svg {
	fill: var(--c-07);
}
.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
	display: block !important;
	background: var(--c-00);
}
.sec50 .slick-prev, .sec50 .slick-next {
	display: block !important;
}
.sec50 .slick-list {
	margin: 0;
}
.sec50 .slick-track {
	border-spacing: 0;
}
.sec50 .slick-track > a {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	text-align: center;
	vertical-align: middle;
	transition: all 0.2s;
	padding: 1em 2em;
}
.sec50 .slick-track > a:hover {
	transform: scale(1.1);
	background: none;
}
.sec50 .slick-track > a > img {
	margin: auto;
}
.sec50 .slick-prev, .sec50 .slick-next {
	display: block !important;
	top: calc(50% - 10px);
}
.sec50 .slick-prev svg, .sec50 .slick-next svg {
    fill: var(--c-04);
}
.sec50 .slick-prev:hover svg, .sec50 .slick-next:hover svg {
    fill: var(--c-05);
}
 .slick-disabled, .slick-slider:hover .slick-disabled {
	display: none !important;
}
.sec201 {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.sec201 > div {
	z-index: 2;
}
.sec201 .sec03 {
	height: 100%;
	flex: 1;
}
.sec201::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--c-05a);
	opacity: 0.5;
	z-index: 1;
}
.sec201::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--c-05h);
	z-index: 1;
}
.section.sec10.page_agenda .agenda_menu a {
	margin: 0.2rem;
}
.section.sec10.page_agenda .flex.a {
	cursor: pointer;
}
.section.sec10.page_agenda .flex.a:hover {
	opacity: 0.9;
}
.section.sec10.page_agenda .flex.a .t > p:first-child {
	padding-right: 5rem;
}
.section.sec10.page_agenda .flex.a .t::after {
	content: '\0025BC';
	display: flex;
	position: absolute;
	right: 1rem;
	top: 1rem;
	border-radius: 2rem;
    border-width: .2rem;
	border: solid;
	border-color: inherit;
    width: 2rem;
	height: 2rem;
    transition: all 0.3s ease;
	justify-content: center;
	align-items: center;
}
.section.sec10.page_agenda .flex.a.e .t::after {
	transform: rotate(180deg);
}
.section.sec10.page_agenda .flex .t .h {
	display: none;
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 1rem;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 0.2s;
}
.section.sec10.page_agenda .flex .t .h p {
	margin-top: 0;
}
.section.sec10.page_agenda .flex .t .h.v {
	display: block;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}
.endreg {
	cursor: pointer;
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
































@media (max-width: 1400px) {
	.section.sec02.page ul {
		padding-right: 0;
		gap: 3rem;
	}
	.section.sec10 {
		background-position: center right !important;
	}
}



@media (max-width: 1200px) {
	html {
		font-size: 0.9em;
	}
	.pddhto15 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.section.sec02 ul {
		padding: 5rem 0 0 0;
	}
}
@media (max-width: 1100px) {
	html {
		font-size: 0.9em;
	}
	.sec60 .slick-track > * {
		width: 600px;
	}
	.sec06 .flex {
		flex-wrap: wrap;
	}
	.sec06 .flex > * {
		width: 45% !important;
	}
	.section.sec02 ul {
		gap: 3rem;
	}
	.section.sec02.page ul {
		gap: 2rem;
	}
}
@media (max-width: 990px) {
	.ftow-990 {
		flex-wrap: wrap;
	}
	.fcwto50g2-990 > * {
		width: 50% !important;
		max-width: calc(50% - 2rem) !important;
		flex: auto !important;
	}
	.pddhto15 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.section.sec02.page ul {
		gap: 1rem;
	}
}
@media (max-width: 850px) {
	.section.sec02 .container > .flex {
		flex-direction: row;
	}
	.tl-850 {
		text-align: right;
	}
	.section.sec02 li.e a {
		border-bottom: none;
	}
	.section.sec02 li.e.active a {
		color: var(--c-07);
	}
	.section.sec02.page .l {
		margin: 1rem 0 0 0;
		padding-top: 3rem;
		padding-left: 1rem;
		width: 100%;
	}
	.section.sec02.page .l img {
		min-width: 14rem;
	}
	.section.sec02 ul {
		flex-direction: column;
		position: absolute;
		background: var(--c-05);
		z-index: 1000;
		top: 0;
		left: 0;
		right: 0;
		padding: 6rem 0 2rem 0; 
		margin: 0;
		border-bottom-style: solid;
		border-width: 0.6rem;
		border-color: var(--c-06);
		display: none;
		text-align: center;
		gap: 1rem;
	}
	.section.sec02.page ul {
		margin-top: 0;
		align-items: center;
		padding-top: 12rem;
	}
	.section.sec02 > div > div > div {
		z-index: 1100;
	}
	.section.sec02 ul a:hover, .section.sec02 ul .active a {
		color: var(--c-06);
	}
	.pddvto1-850 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.pddvto2-850 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.mwto10-850 {
		max-width: 10rem !important;
	}
	.mhto4-850 {
		min-height: 4rem;
	}
	.s4mobi {
		display: block !important;
	}
	.h4mobi {
		display: none;
	}
	.sec60 .slick-track > * {
		width: 500px;
	}
	.sec60 .slide__text {
		max-width: 80%;
	}
	.section.sec02 .s4mobi {
		padding-top: 3rem;
	}
	.section.sec02 .container {
		padding: 0;
	}
	.section.sec03 .b1 {
		width: 50%;
	}
	.section.sec10 { 
		padding-right: 5rem;
		width: 100%;
	}
	.section.sec10 .maxw70 {
		width: 100%;
		max-width: 100%;
	}
	.section.sec02 .button {
		margin-top: 1rem;
	}
	.ftc-850 {
		flex-direction: column;
	}
	.flex.ftc-850 > * {
		width: 100%;
	}
}
@media (max-width: 750px) {
	.ftc-750 {
		flex-direction: column;
	}
	.ftc-750 > * {
		width: 100% !important;
	}
	.fgto1-750 {
		gap: 1rem;
	}
	.fgto2-750 {
		gap: 2rem;
	}
	.fgto3-750 {
		gap: 3rem;
	}
	.fcto50-750 > * {
		width: 50% !important;
	}
	.sec06 .flex {
		gap: 1rem;
	}
	.sec06 .flex > * {
		width: 100% !important;
	}
}
@media (max-width: 650px) {
	.fcwto50g2-990 > * {
		width: 100% !important;
		max-width: 100% !important;
	}
	.ftc-650 {
		flex-direction: column;
	}
	.ftc-650 > * {
		width: 100% !important;
	}
	.wto100-650 {
		width: 100%;
		max-width: 100%;
	}
	.fgto1-650 {
		gap: 1rem;
	}
	.fchhto50-650 {
		height: 50vh;
	}
	.front-cover-slider-slide .slide__text, .front-cover-slider-slide .button {
		bottom: 1.5rem;
		left: 1.5rem;
	}
	a.front-cover-slider-slide .slide__text {
		bottom: 4.5rem;
	}
	.u-fade-type-down, .u-fade-type-left, .u-fade-type-right,.u-fade-type-up, .u-fade-type-static {
		opacity: 1; 
	    translate: 0 0;
	}
	.sec60 .slick-track > * {
		width: 400px;
		padding: 1.5rem;
	}
	.front-cover-slider-slide .slide__text, .front-cover-slider-slide .button {
		bottom: 1rem;
		left: 1rem;
	}
	a.front-cover-slider-slide .slide__text {
		bottom: 2.5rem;
	}
	.fs15 {
		font-size: 1.2rem;
	}
	.sec60 .slide__text {
		max-width: calc(100% - 2rem);
		width: auto;
		right: 2rem !important;
	}
	.slick-next {
		right: 0 !important;
	}
	.slick-prev {
		left: 0 !important;
	}
	.section.sec10 { 
		padding-right: 0;
		padding-left: 0;
	}
	.section.sec10.page_agenda .flex .t {
		padding-top: 0 !important;
	}
	.section.sec10.page_agenda .flex .em {
		padding-top: 0 !important;
	}
	.section.sec10.page_agenda .flex.a .t::after {
		top: 0;
	}
	.section.sec03 .bg {
		left: 0;
	}
}
@media (max-width: 550px) {
	.ftc-550 {
		flex-direction: column;
	}
	.ftc-550 > * {
		width: 100% !important;
	}
	.fgto0-550 {
		gap: 0;
	}
	.fcto50-750 {		
		flex-direction: column;
	}
	.fcto50-750 > * {
		width: 100% !important;
	}
	.mbto3-550 {
		margin-bottom: 3rem;
	}
	.sec60 .slick-track > * {
		width: 300px;
	}
	.sec60 .slick-list {
		margin: 0 0
	}
}