@charset "utf-8";
/* CSS Document */
/*slider*/
.main-carousel .main-carousel-cell .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    #background-color: rgba(229, 229, 229, 0.2);   
}
.main-carousel .main-carousel-cell .gradient.dark {
    background-color: rgba(34, 34, 34, 0.55);
}
.Main_slider {
	width:100%;	
	position:relative;
	display:block;
	margin:auto;
}
.main-carousel {
    background: #333;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
    height: 900px;
    background: #333;
}
/* hide disabled button */
.flickity-button:disabled {
  display: none;
}
/* position dots in carousel */
.flickity-page-dots {
  bottom: 5px!important;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #fff;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #333a4d;
}
.main-carousel .main-carousel-cell div img {
}
.main-carousel .main-carousel-cell div {
	height:100%;
}
.main-carousel .main-carousel-cell div aside {
	display:inline-block;
	padding:30px;
	max-width:1400px;
	z-index:2;
	#border:solid;
}
.main-carousel .main-carousel-cell .imgslider img{ 
	width: 0;
	height: 0;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	
}
.main-carousel .main-carousel-cell div h1 {
	color: #fff;
	text-align:center;
	font-weight:normal;
	font-family: 'EB_Garamond', serif!important;
}
.main-carousel .main-carousel-cell div h2 {
	color: #fff;
	text-align:center;
	font-weight:normal;
	font-family: 'NotoSans-Light', serif!important;
}
/*slider*/

@media all and (min-width: 1400px) {
/*slider*/
.Main_slider {
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 100vh;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 650px
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 100vh;
}
.main-carousel .main-carousel-cell .imgslider {
	height: 100vh;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgslider {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgslider {
	height: 650px
} 
html[data-useragent*='IE'] .main-carousel-cell .imgslider {
	height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgslider {
    height: 100vh;
}
.main-carousel .main-carousel-cell video {
	object-fit: cover;
	height: 100%;
    width: 177.777777vh;
    min-height: 56.25vw;
    min-width: 100%;
}
.main-carousel .main-carousel-cell div aside  {
	#width:fit-content;
	width:100%;
	left: 50%;
	top:50%;
	transform: translate(-50% , -50%);
    margin: auto auto;
    position: absolute;
	display:flex;
	flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	gap:1em;
}
.main-carousel .main-carousel-cell div h1 {
	font-size: 5em;
    letter-spacing: .05em;
    text-shadow: 0 1px 5px rgb(0 0 0 / 75%);
	margin:0px;
}
.main-carousel .main-carousel-cell div h2{
	font-size: 2em;
    letter-spacing: .05em;
    text-shadow: 0 1px 5px rgb(0 0 0 / 75%);
	margin:0 0 0 0;
}
/*slider*/
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
/*slider*/
.Main_slider {
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 100vh;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 650px
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 100vh;
}
.main-carousel .main-carousel-cell .imgslider {
	height: 100vh;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgslider {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgslider {
	height: 650px
} 
html[data-useragent*='IE'] .main-carousel-cell .imgslider {
	height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgslider {
    height: 100vh;
}
.main-carousel .main-carousel-cell video {
	object-fit: cover;
	height: 100%;
    width: 177.777777vh;
    min-height: 56.25vw;
    min-width: 100%;
}
.main-carousel .main-carousel-cell div aside  {
	#width:fit-content;
	width:100%;
	left: 50%;
	top:50%;
	transform: translate(-50% , -50%);
    margin: auto auto;
    position: absolute;
	display:flex;
	flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	gap:1em;
}
.main-carousel .main-carousel-cell div h1 {
	font-size: 5em;
    letter-spacing: .05em;
    text-shadow: 0 1px 5px rgb(0 0 0 / 75%);
	margin:0px;
}
.main-carousel .main-carousel-cell div h2{
	font-size: 2em;
    letter-spacing: .05em;
    text-shadow: 0 1px 5px rgb(0 0 0 / 75%);
	margin:0 0 0 0;
}
/*slider*/
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
/*slider*/
.Main_slider {
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 100vh;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 650px
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 100vh;
}
.main-carousel .main-carousel-cell .imgslider {
	height: 100vh;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgslider {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgslider {
	height: 650px
} 
html[data-useragent*='IE'] .main-carousel-cell .imgslider {
	height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgslider {
    height: 100vh;
}
.main-carousel .main-carousel-cell video {
	object-fit: cover;
	height: 100%;
    width: 177.777777vh;
    min-height: 56.25vw;
    min-width: 100%;
}
.main-carousel .main-carousel-cell div aside  {
	#width:fit-content;
	width:100%;
	left: 50%;
	top:50%;
	transform: translate(-50% , -50%);
    margin: auto auto;
    position: absolute;
	display:flex;
	flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	gap:1em;
}
.main-carousel .main-carousel-cell div h1 {
	font-size: 4em;
    letter-spacing: .05em;
    text-shadow: 0 1px 5px rgb(0 0 0 / 75%);
	margin:0px;
}
.main-carousel .main-carousel-cell div h2{
	font-size: 1.5em;
    letter-spacing: .05em;
    text-shadow: 0 1px 5px rgb(0 0 0 / 75%);
	margin:0 0 0 0;
}
/*slider*/
}
@media all and (min-width: 768px) and (max-width: 1023px) {
/*slider*/
.Main_slider {
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 650px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 650px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 650px
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 650px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 650px;
}
.main-carousel .main-carousel-cell .imgslider {
	height: 650px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgslider {
    height: 650px;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgslider {
	height: 650px
} 
html[data-useragent*='IE'] .main-carousel-cell .imgslider {
	height: 650px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgslider {
    height: 650px;
}
.main-carousel .main-carousel-cell video {
	object-fit: cover;
	height: 100%;
    width: 177.777777vh;
    min-height: 56.25vw;
    min-width: 100%;
}
.main-carousel .main-carousel-cell div aside  {
	#width:fit-content;
	width:100%;
	left: 50%;
	top:50%;
	transform: translate(-50% , -50%);
    margin: auto auto;
    position: absolute;
	display:flex;
	flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	gap:1em;
}
.main-carousel .main-carousel-cell div h1 {
	font-size: 3.5em;
    letter-spacing: .05em;
    text-shadow: 0 1px 5px rgb(0 0 0 / 75%);
	margin:0px;
}
.main-carousel .main-carousel-cell div h2{
	font-size: 1.25em;
    letter-spacing: .05em;
    text-shadow: 0 1px 5px rgb(0 0 0 / 75%);
	margin:0 0 0 0;
}
/*slider*/
}
@media all and (min-width: 600px) and (max-width: 767px) {
/*slider*/
.Main_slider {
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 500px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 500px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 500px
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 500px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 500px;
}
.main-carousel .main-carousel-cell .imgslider {
	height: 500px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgslider {
    height: 500px;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgslider {
	height: 500px
} 
html[data-useragent*='IE'] .main-carousel-cell .imgslider {
	height: 500px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgslider {
    height: 500px;
}
.main-carousel .main-carousel-cell video {
	object-fit: cover;
	height: 100%;
    width: 177.777777vh;
    min-height: 56.25vw;
    min-width: 100%;
}
.main-carousel .main-carousel-cell div aside  {
	#width:fit-content;
	width:100%;
	left: 50%;
	top:50%;
	transform: translate(-50% , -50%);
    margin: auto auto;
    position: absolute;
	display:flex;
	flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	gap:1em;
}
.main-carousel .main-carousel-cell div h1 {
	font-size: 3em;
    letter-spacing: .05em;
    text-shadow: 0 1px 5px rgb(0 0 0 / 75%);
	margin:0px;
}
.main-carousel .main-carousel-cell div h2{
	font-size: 1.1em;
    letter-spacing: .05em;
    text-shadow: 0 1px 5px rgb(0 0 0 / 75%);
	margin:0 0 0 0;
}
/*slider*/
}
@media all and (min-width: 450px) and (max-width: 599px) {
/*slider*/
.Main_slider {
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 400px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 400px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 400px
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 400px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 400px;
}
.main-carousel .main-carousel-cell .imgslider {
	height: 400px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgslider {
    height: 400px;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgslider {
	height: 400px
} 
html[data-useragent*='IE'] .main-carousel-cell .imgslider {
	height: 400px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgslider {
    height: 400px;
}
.main-carousel .main-carousel-cell video {
	object-fit: cover;
	height: 100%;
    width: 177.777777vh;
    min-height: 56.25vw;
    min-width: 100%;
}
.main-carousel .main-carousel-cell div aside  {
	#width:fit-content;
	width:100%;
	left: 50%;
	top:50%;
	transform: translate(-50% , -50%);
    margin: auto auto;
    position: absolute;
	display:flex;
	flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	gap:1em;
}
.main-carousel .main-carousel-cell div h1 {
	font-size: 2.5em;
    letter-spacing: .05em;
    text-shadow: 0 1px 5px rgb(0 0 0 / 75%);
	margin:0px;
}
.main-carousel .main-carousel-cell div h2{
	font-size: 1em;
    letter-spacing: .05em;
    text-shadow: 0 1px 5px rgb(0 0 0 / 75%);
	margin:0 0 0 0;
}
/*slider*/
}
@media all and (max-width: 449px) {
/*slider*/
.Main_slider {
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 350px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 350px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 350px
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 350px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 350px;
}
.main-carousel .main-carousel-cell .imgslider {
	height: 350px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgslider {
    height: 350px;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgslider {
	height: 350px
} 
html[data-useragent*='IE'] .main-carousel-cell .imgslider {
	height: 350px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgslider {
    height: 350px;
}
.main-carousel .main-carousel-cell video {
	object-fit: cover;
	height: 100%;
    width: 177.777777vh;
    min-height: 56.25vw;
    min-width: 100%;
}
.main-carousel .main-carousel-cell div aside  {
	#width:fit-content;
	width:100%;
	left: 50%;
	top:50%;
	transform: translate(-50% , -50%);
    margin: auto auto;
    position: absolute;
	display:flex;
	flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	gap:1em;
}
.main-carousel .main-carousel-cell div h1 {
	font-size: 2em;
    letter-spacing: .05em;
    text-shadow: 0 1px 5px rgb(0 0 0 / 75%);
	margin:0px;
}
.main-carousel .main-carousel-cell div h2{
	font-size: .9em;
    letter-spacing: .05em;
    text-shadow: 0 1px 5px rgb(0 0 0 / 75%);
	margin:0 0 0 0;
}
/*slider*/
}	
/*-------------------------------------------------*/
/* =  18.Animations
/*-------------------------------------------------*/
/* flickity-fade */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: transparent;
  border: none;
  color: #fff;
}

.flickity-button:hover {
  background: transparent;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333a4d;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.msgbodytxt img {
  display:block;
  margin:auto;
  width:100%;
  max-width:600px;
}	