#pluses{padding:9rem 0 5rem;background:#121212}
#pluses h2{position: absolute;width: fit-content;left: 0;right: 0;margin: -5rem auto 0;}
.pbody{margin:3rem 0 0}
.plus{position: relative;overflow:hidden;width:calc(33.3333333% - 6.2rem);float:left;margin:1rem 1rem;text-align:left;padding:4rem 2rem;border:.1rem solid #a6c8ff;transition: .3s ease}
.plus:hover {background:#a6c8ff}
.plus h3{color: #3883ff;font-weight:700;font-size: 2rem;float: left;width: 100%;margin: 1rem 0;}
.plus img{height: 6.4rem;padding: 1.5rem 0 1rem}
.plus:hover  h3{color#fff}
.pnum{position: absolute;font-size: 16rem;font-weight: 600;right: 1rem;bottom: 4.5rem;color: #fff;-webkit-text-stroke-color: inherit;-webkit-text-stroke-width: 1.5px;-webkit-text-fill-color: rgba(0, 0, 0, 0);filter: blur(1px);opacity:.4}
.plus:hover .pnum{opacity:0}

.plus p {font-size: 1.3rem;line-height: 2rem;color: #fff;float: left;width: 100%;margin: 0 0 1rem;height: 4rem;}
.plus a {color: #484848;border-bottom: 1px dashed #484848}
.plus a:hover{border-bottom: 1px dashed #fff}


.plus svg{width:5rem;fill:#fff;float:left;padding-right: calc(100% - 5rem);}
.plus:hover svg{fill:#3883ff;}

#fullpage .aleft2{position: relative;float: left;width: 44%;}
#fullpage .aright2 {float: left;width: 52%;text-align: justify;margin-left:4%}


.glide__container {
  height: 480px;
  overflow: hidden;
  margin-top:9rem

}

.glide__slides,
.glide__arrows {
  height: 453px;

}

.glide__slides {
  position: absolute;
  width: 81%;
  margin-left: 10%;
  margin-right: 9%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  white-space: nowrap;
  flex-wrap: nowrap;
  will-change: transform;
  z-index: 2;
  left: 0;
  top: 0;
}

.glide__container {
  position: relative;
}

.glide__slide {
  clip-path: polygon(140% -60px, 140% 90%, 50% 100%, -60% 90%, -60px -60px);
  width: 72%;
  white-space: initial;
  user-select: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .8);
  position: absolute;
  top: 0;
}

.glide__slide:not(.active):hover,
.glide__bullet:not(.active):hover,
.glide__arrow:not(.active):hover {
  cursor: pointer;
}

.glide__slide img {
  flex: 1 0 auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  float: left;
}



.glide__slide>div h2:after {
  content: '';
  width: 60%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 20%;
}

#slide-1 h2 {
  color: #a7a9ac;
}

#slide-2 h2 {
  color: #007fc7;
}

#slide-3 h2 {
  color: #e6362e;
}

#slide-4 h2 {
  color: #636466;
}

#slide-5 h2 {
  color: #ffca2a;
}

#slide-6 h2 {
  color: #018043;
}

#slide-7 h2 {
  color: #00519a;
}

#slide-8 h2 {
  color: #a7a9ac;
}

#slide-9 h2 {
  color: #027fc6;
}

#slide-10 h2 {
  color: #e5362e;
}


.glide__slide>div p {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.glide__slide,
.glide__slide *,
.glide__bullets * {
  transition: all 200ms ease;
}


.glide__slide--active {
  z-index: 1001;
}
.glide__slide:hover {
filter: brightness(1.2);
}

.glide__slide,
.glide__bullet {
  display: flex;
}

.glide__arrosws {
  align-items: center;
}

.glide__bullets {
  flex-wrap: nowrap;
}

.glide__slide,
.glide__bullet {
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}


.glide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.glide__arrowss>* {
  flex: 0 0 20%;
  display: block;
  text-align: center;
  display: block;
  padding: 100px;
  font-size: 80px;
}

.glide__arrsows>*:nth-of-type(2) {
  margin-left: auto;
}




.glide__arrow {
	cursor:pointer;
    padding:1rem;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: calc(50% - 1rem);
	filter: grayscale(1);
	box-shadow: 0px 5px 5px -5px rgb(34 60 80 / 60%);
	background: url(../img/icon/rarrw.svg) center no-repeat;
	background-size:1.6rem;
	width:1.6rem;
	height:1.6rem;
	opacity:0;
	transition: opacity 0.3s, transform 0.3s;
	border: .2rem solid #fff;
}

.glide__arrow--prev:hover, .glide__arrow--next:hover {background-color:#3883ff;border: .2rem solid #3883ff;}
.aleft2:hover .glide__arrow--prev, .aleft2:hover .glide__arrow--next{opacity:1}

.glide__arrow--prev {left:0;transform: scale(-1, 1);}
.glide__arrow--next {right: 0;}
.glide__arrow--prev:hover, .glide__arrow--next:hover {filter: grayscale(0);opacity:1}



#slide-1 {
  left: 0;
  z-index: 100;
  transform: scale(1, 0.68);
}

#slide-2 {
  left: 3%;
  z-index: 200;
  transform: scale(1, 0.78);
}

#slide-3 {
  left: 6%;
  z-index: 300;
  transform: scale(1, 0.88);
}

#slide-4 {
  left: 9%;
  z-index: 400;
  transform: scale(1, 0.98);
}

#slide-5 {
  left: 12%;
  z-index: 1000;
}

#slide-6 {
  right: 12%;
  z-index: 500;
  transform: scale(1, 0.98);
}

#slide-7 {
  right: 9%;
  z-index: 400;
  transform: scale(1, 0.88);
}

#slide-8 {
  right: 6%;
  z-index: 300;
  transform: scale(1, 0.78);
}

#slide-9 {
  right: 3%;
  z-index: 200;
  transform: scale(1, 0.68);
}

#slide-10 {
  right: 0;
  z-index: 100;
  transform: scale(1, 0.58);
}

@media (max-width:1250px){
.glide__slides {position: absolute;width: 91%;margin-left: 5%;margin-right: 4%}
}

@media (max-width:1050px){
.plus h3 {font-size:1.9rem}
}

@media (max-width:990px){
.plus h3 {font-size:1.8rem}
}
@media (max-width:990px){
.plus h3 {font-size:2rem}
.plus {width: calc(50% - 6.2rem)}
}

@media (max-width:790px){
.aright2 h2{text-align: center;padding-bottom:51rem}
.aleft h2{text-align: center;padding-bottom:53rem}
#fullpage .aright2, #fullpage .aleft{width:99.99%;margin:0}
#fullpage .aleft2, #fullpage .aright{width:0.01%;position: inherit;}
.glide__main{position: absolute;width:50rem;left:0;right:0;margin:10.5rem auto 0;padding: 0 1.5rem;}
.aright a{position: absolute;overflow:hidden;width:50rem;top: 12.5rem;left: 0;right: 0;margin: 0 auto;}
.glide__container{margin: 0;height: 460px;}
.glide__arrow{opacity:1}
}

@media (max-width:700px){
.plus h3 {font-size:1.9rem}
}

@media (max-width:660px){
.plus {width: calc(50% - 4.2rem);margin:.5rem;padding: 3rem 1.5rem;}
.plus h3 {font-size:1.8rem}
}

@media (max-width:590px){
.plus {width: calc(50% - 2.7rem);margin:.5rem 0;padding: 2.5rem 1rem;}
.plus:nth-child(2n){margin-left:1rem}
.plus h3 {font-size:1.7rem}
.aleft h2{text-align: center;padding-bottom:51rem}
.aright a{position: absolute;width:46rem;top: 12.5rem;left: 0;right: 0;margin: 0 auto;}

}

@media (max-width:540px){
.glide__main{position: absolute;width:42rem;}
.aright2 h2{padding-bottom: 42rem;}
.glide__container{height: 390px;}
.aleft h2{text-align: center;padding-bottom:47rem}
.aright a{position: absolute;width:42rem;top: 12.5rem;left: 0;right: 0;margin: 0 auto;}
.plus h3{font-size: 1.6rem;margin-bottom: 0.5rem;line-height: 2rem;height: 4rem;}
.plus p {font-size: 1.2rem;line-height: 1.5rem}
}

@media (max-width:460px){
.glide__main{position: absolute;width:34rem;margin:9.5rem auto 0;}
.aright2 h2{padding-bottom: 34rem;}
.glide__container{height: 330px;}
.aleft h2{text-align: center;padding-bottom:42rem}
.aright a{position: absolute;width:38rem;top: 12.5rem;left: 0;right: 0;margin: 0 auto;}
}

@media (max-width:420px){
.aleft h2{text-align: center;padding-bottom:38rem}
.aright a{position: absolute;width:34rem;top: 12.5rem;left: 0;right: 0;margin: 0 auto;}
}

@media (max-width:390px){
.aleft h2{text-align: center;padding-bottom:35rem}
.aright a{position: absolute;width:31rem;top: 12.5rem;left: 0;right: 0;margin: 0 auto;}
.glide__main{width:33rem;padding: 0 1rem;}
.aright2 h2{padding-bottom: 32rem;}
.glide__container{height: 310px;}
.plus h3{font-size: 1.5rem}
}

@media (max-width:360px){
.aleft h2{text-align: center;padding-bottom:33rem}
.aright a{position: absolute;width:calc(100% - 3rem);top: 12.5rem;left: 0;right: 0;margin: 0 auto;}
.glide__main{width:30rem;}
.glide__container{height: 280px;}
}