 /* Tech Page */

.inform-block {
	display: flex;
	justify-content: space-between;
}

.inform-text {
	width: 43%;
	padding: 54px 10px 0 50px;
}

.device-list {
	width: 57%;
	margin-top: 144px;
}

.inform-text .title {
	font-family: 'Viaoda Libre';
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 86px;
	text-align: left;
	letter-spacing: normal;
	text-transform: inherit;
}

.inform-text dl:nth-child(2) {
	margin-bottom: 30px;
}

.inform-text dt {
	font-family: 'Viaoda Libre';
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 10px;
}

.inform-text dl:nth-child(3) dt {
	font-size: 35px;
	line-height: 39px;	
}

.inform-text dt sup {
	font-family: 'Viaoda Libre';
	font-size: 35px;
	line-height: 40px;
}

.inform-text dd {
	font-family: 'Tenor Sans';
	font-size: 18px;
	line-height: 22px;
}

.inform-text dd ul {
	margin-left: 14px;
}

.inform-text dd li u,
.inform-text dd li {
	padding-left: 16px;
	font-family: 'Tenor Sans';
	font-size: 18px;
	line-height: 22px;
	position: relative;
}

.inform-text dd li:after {
	content: '';
	height: 4px;
	width: 4px;
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	background-color: #000;
	border-radius: 50%;
}

.inform-text .text {
	margin-top: 45px;
	font-family: 'Tenor Sans';
	font-size: 18px;
	line-height: 22px;
	padding-right: 135px;
}

.device-list {
	overflow: hidden;
}

.slider-device {
	margin-left: -150px;
}

.slider-device:after {
	content: "";
	height: 493px;
	width: 150px;
	position: absolute;
	bottom: 34px;
	right: 0;
	z-index: 1;
	background-image: linear-gradient(to left,rgba(255,255,255,0.8),rgba(255,255,255,0.8) 80%);
}

.slider-device .device-item .device-img {
	width: 680px;
	height: 493px;
	margin-bottom: 30px;
}

.slider-device .device-item .device-img a,
.slider-device .device-item .device-img a:hover,
.slider-device .device-item .device-img a:active,
.slider-device .device-item .device-img a:focus {
	background: transparent;
	background-image: none;
	color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

.slider-device .device-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.slider-device .slick-dots {
	bottom: 0;
}

.slider-device .slick-dots li {
	margin: 0 5px;
	height: 10px;
	width: 10px;
}

.slider-device .slick-dots li button {
	border: 1px solid #000;
	background: transparent;
	height: 10px;
	width: 10px;
	padding: 0;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	color: transparent;
	text-indent: -9999px;
	overflow: hidden;
}

.slider-device .slick-dots li.slick-active button {
	border: 1px solid #000;
	background: #000;
}

.device-block {
	margin: 52px auto 0;
	columns: 2 auto;
	column-gap: 36px;
	max-width: 1154px;
	width: 100%;
	padding: 0 0 0 50px;
}

.device-block li {
	padding-left: 16px;
	font-family: 'Tenor Sans';
	font-size: 18px;
	line-height: 22px;
	position: relative;
}

.device-block li:after {
	content: '';
	height: 4px;
	width: 4px;
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	background-color: #000;
	border-radius: 50%;
}

.plan-block {
	margin: 40px 0 70px;
}

.plan-block img {
	margin-left: 12px;
	height: 100%;
	width: calc(100% - 12px);
	object-fit: cover;
}
	
.plan-block + .btn {
	margin: 0 auto 32px;
	line-height: 1.15;
	min-height: 70px;
	height: auto;
	width: 358px;
	min-width: 358px;
	padding: 16px 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

/* Responsive */

@media screen and (max-width: 1520px) {
  .slider-device {
    margin-left: -50px;
  }
  .slider-device:after {
    width: 50px;
    background-image: linear-gradient(to left,rgba(255,255,255,0.8),rgba(255,255,255,0.3) 100%);
  }
}

@media screen and (max-width: 1366px) {
  .slider-device .device-item .device-img {
    width: 544px;
    height: 394px;
  }
  .slider-device {
    margin-left: -50px;
  }
  .slider-device:after {
    width: 50px;
    height: 394px;
    background-image: linear-gradient(to left,rgba(255,255,255,0.8),rgba(255,255,255,0.3) 100%);
  }
  .inform-text .title {
    font-size: 35px;
    line-height: 39px;
    margin-bottom: 50px;
  }
  .inform-text .title {
    font-size: 35px;
    line-height: 39px;
  }
}

@media screen and (max-width: 1100px) {
  .inform-block {
    flex-direction: column-reverse;
  }
  .inform-block > div {
    width: 100%;
  }
  .inform-text .text {
    padding-right: 0;
  }
  .device-list {
    margin-top: 54px;
  }
  .slider-device .slick-dots {
    margin-left: 75px;
  }
  .slider-device .device-item .device-img {
    width: 680px;
    height: 493px;
  }
  .slider-device {
    margin-left: -150px;
  }
  .slider-device:after {
    width: 150px;
    height: 493px;
    background-image: linear-gradient(to left,rgba(255,255,255,0.8),rgba(255,255,255,0) 100%);
  }
}

@media screen and (max-width: 880px) {
  .slider-device {
    margin-left: -60px;
  }
  .slider-device .slick-dots {
    margin-left: 30px;
  }
  .slider-device:after {
    width: 60px;
    height: 493px;
    background-image: linear-gradient(to left,rgba(255,255,255,0.8),rgba(255,255,255,0) 100%);
  }
  .device-block {
    padding: 0 50px;
  }
}

@media screen and (max-width: 769px) {
  .slider-device .device-item .device-img {
    width: 343px;
    height: 249px;
  }
  .slider-device {
    margin-left: -180px;
  }
  .slider-device:after {
    width: 180px;
    height: 493px;
    background-image: linear-gradient(to left,rgba(255,255,255,0.8),rgba(255,255,255,0) 100%);
  }
  .inform-block > div {
    padding: 40px 22px;
  }
  .inform-block > div.inform-text {
    padding: 14px 22px 25px;
  }
  .inform-text .title {
    padding: 0 10px;
    margin-bottom: 42px;
  }
  .inform-text dl {
    padding: 0 10px;
  }
  .inform-text dt {
    font-size: 45px;
    line-height: 50px;
  }
  .inform-text dl:nth-child(2) {
    margin-bottom: 52px;
  }
  .device-list {
    margin-top: 3px;
  }
  .slider-device .slick-dots {
    bottom: -15px;
  }
  .inform-text .text {
    padding: 23px 10px;
    margin-top: 24px;
    border-top: 3px solid #E5BB69;
    border-bottom: 3px solid #E5BB69;
  }
  .device-block {
    padding: 0 32px;
    columns: 1 auto;
    column-gap: 0;
    margin: 0;
  }
  .device-block ul {
    padding-left: 12px;
  }
  .device-block li:nth-child(6) {
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  .plan-block {
    margin: 44px 0 36px;
    height: 313px;
    position: relative;
  }
  .plan-block img {
    margin-left: 0;
    border-top: 0;
    border-bottom: 0;
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .plan-block a {
    display: flex;
    position: absolute;
    right: 22px;
    top: -20px;
  }
  .plan-block + .btn {
    width: 330px;
    min-width: 330px;
  }
}

@media screen and (max-width: 560px) {
  .slider-device {
    margin-left: -80px;
  }
  .slider-device .slick-dots {
    margin-left: 40px;
  }
  .slider-device:after {
    width: 80px;
    height: 249px;
    background-image: linear-gradient(to left,rgba(255,255,255,0.8),rgba(255,255,255,0) 100%);
  }
}

@media screen and (max-width: 480px) {
  .slider-device {
    margin-left: -30px;
  }
  .slider-device .slick-dots {
    margin-left: 15px;
  }
  .slider-device:after {
    width: 30px;
    height: 249px;
    background-image: linear-gradient(to left,rgba(255,255,255,0.8),rgba(255,255,255,0) 100%);
  }
}

@media screen and (max-width: 400px) {
  .slider-device {
    margin-left: -25px;
  }
  .slider-device .slick-dots {
    margin-left: 12px;
  }
  .slider-device:after {
    width: 15px;
    height: 249px;
    background-image: linear-gradient(to left,rgba(255,255,255,0.8),rgba(255,255,255,0) 100%);
  }
}

@media screen and (min-width: 770px) {
  .plan-block a {
    display: none;
  }
}
