:root {
  --header-height: 75px;
}
@font-face {
  font-family: "openSans-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/open-sans/OpenSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/open-sans/OpenSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/open-sans/OpenSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/open-sans/OpenSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/IvyMode/IvyMode-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/IvyMode/IvyMode-Light.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/IvyMode/IvyMode-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/IvyMode/IvyMode-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/IvyMode/IvyMode-Bold.woff2") format("woff2");
}
.areas-use {
  display: flex;
  align-items: flex-start;
  padding: 40px 0 50px 0;
  border-top: 1px solid #d9d9d9;
  text-align: center;
}
.areas-use__title {
  align-self: center;
  margin-bottom: 20px;
}
.areas-use__swiper {
  padding: 0 24px;
}
.areas-use__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.areas-use__item {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 10px 10px 0;
  padding-bottom: 20px;
  width: 150px;
  height: 160px;
  overflow: hidden;
  cursor: pointer;
}
.areas-use__item span {
  color: #fff;
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "openSans-Regular";
  font-weight: 400;
}
.areas-use__item:hover .areas-use__text {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.areas-use__text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  background-color: #285F5E;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.areas-use__text p {
  color: #fff;
  --font-size: 12px;
  --font-size-rem: 0.75rem;
  --line-height: 18px;
  --line-height-rem: 1.125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .areas-use {
    padding: 88px 0 110px 0;
  }
  .areas-use__title {
    margin-bottom: 68px;
  }
  .areas-use__items {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .areas-use__item {
    margin: 0 15px;
    width: 287px;
    height: 254px;
  }
  .areas-use__item:last-child {
    margin-right: 0;
  }
  .areas-use__text p {
    --font-size: 16px;
    --font-size-rem: 1rem;
    --line-height: 28px;
    --line-height-rem: 1.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .areas-use__text {
    padding: 0 46px;
  }
}
:root {
  --header-height: 75px;
}
@font-face {
  font-family: "openSans-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/open-sans/OpenSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/open-sans/OpenSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/open-sans/OpenSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/open-sans/OpenSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/IvyMode/IvyMode-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/IvyMode/IvyMode-Light.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/IvyMode/IvyMode-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/IvyMode/IvyMode-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/IvyMode/IvyMode-Bold.woff2") format("woff2");
}
.collection {
  padding: 35px 0 70px 0;
}
.collection .container {
  align-items: center;
}
.collection__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 82px;
}
.collection__textContent {
  margin-bottom: 35px;
  text-align: center;
}
.collection__title {
  margin-bottom: 25px;
  --font-size: 46px;
  --font-size-rem: 2.875rem;
  --line-height: 58px;
  --line-height-rem: 3.625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.collection__image {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.collection__image img {
  width: 100%;
  height: auto;
}
.collection__image .video-elem {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 46px;
}
.collection__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 50px;
  text-align: center;
}
.collection__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  width: 84px;
  height: 84px;
}
.collection__text {
  color: #285F5E;
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "openSans-Regular";
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .collection {
    padding: 0 0 176px 0;
    border-top: 1px solid #d9d9d9;
  }
  .collection .container {
    padding: 0 65px;
  }
  .collection__content {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .collection__textContent {
    margin: 0;
    padding-top: 130px;
    width: 48%;
    text-align: left;
  }
  .collection__title {
    margin-bottom: 30px;
    --font-size: 74px;
    --font-size-rem: 4.625rem;
    --line-height: 96px;
    --line-height-rem: 6rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .collection__desc {
    width: 70%;
    --font-size: 18px;
    --font-size-rem: 1.125rem;
    --line-height: 28px;
    --line-height-rem: 1.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .collection__image {
    margin-top: -65px;
    max-width: 42%;
    height: 646px;
  }
  .collection__items {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 88px;
    margin-top: 145px;
    width: 100%;
  }
  .collection__item {
    align-items: flex-start;
    padding: 0;
    width: 33.3333333333%;
    text-align: left;
  }
}
:root {
  --header-height: 75px;
}
@font-face {
  font-family: "openSans-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/open-sans/OpenSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/open-sans/OpenSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/open-sans/OpenSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/open-sans/OpenSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/IvyMode/IvyMode-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/IvyMode/IvyMode-Light.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/IvyMode/IvyMode-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/IvyMode/IvyMode-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/IvyMode/IvyMode-Bold.woff2") format("woff2");
}
.facility {
  padding: 62px 0 35px 0;
}
.facility .container {
  align-items: center;
  text-align: center;
}
.facility__title {
  margin-bottom: 24px;
  --font-size: 46px;
  --font-size-rem: 2.875rem;
  --line-height: 58px;
  --line-height-rem: 3.625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.facility__desc {
  margin-bottom: 30px;
  padding: 0 20px;
}
.facility__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
  padding: 0 30px;
  width: 100%;
}
.facility__textItem {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
  margin-bottom: 30px;
}
.facility__textItem__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  color: #285F5E;
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "openSans-Bold";
  font-weight: 700;
}
.facility__textItem__content img {
  margin-bottom: 15px;
}
.facility__textItem__content p {
  margin-bottom: 15px;
  font-family: "openSans-Bold";
  font-weight: 700;
}
.facility__textItem__content ul li {
  font-family: "openSans-Bold";
  font-weight: 700;
}
.facility__textItem__content ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #285F5E;
}
.facility__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 6px;
  width: 100%;
}
.facility__item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
.facility__item__image {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
}
.facility__item__image img {
  width: 100%;
  height: auto;
}
.facility__item__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  width: 100%;
}
.facility__item__text p {
  margin-bottom: 20px;
}
.facility__item__text ul {
  align-items: center;
}
.facility__item__text ul li {
  padding-left: 25px;
}
.facility__item__text ul li:before {
  top: 12px;
}
.facility__item__title {
  margin-bottom: 20px;
  padding: 0 20px;
  --font-size: 46px;
  --font-size-rem: 2.875rem;
  --line-height: 58px;
  --line-height-rem: 3.625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
  .facility__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
    padding: 0;
    max-width: 600px;
  }
  .facility__textItem {
    position: relative;
    align-items: flex-start;
    margin-bottom: 0;
    width: 50%;
  }
  .facility__textItem:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-45%);
    width: 0;
    height: 140px;
    border-left: 1px solid #285F5E;
  }
  .facility__textItem:last-child {
    align-items: flex-end;
  }
  .facility__textItem:last-child .facility__textItem__content {
    padding-right: 50px;
  }
  .facility__textItem__content {
    align-items: flex-start;
    padding-bottom: 0;
    --font-size: 16px;
    --font-size-rem: 1rem;
    --line-height: 28px;
    --line-height-rem: 1.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .facility {
    padding: 100px 0 190px 0;
  }
  .facility__title {
    margin-bottom: 34px;
  }
  .facility__desc {
    margin-bottom: 50px;
    padding: 0;
    max-width: 530px;
    width: 100%;
    --font-size: 19px;
    --font-size-rem: 1.1875rem;
    --line-height: 33px;
    --line-height-rem: 2.0625rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .facility__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .facility__item__image {
    max-width: 52%;
  }
  .facility__item__text {
    margin-bottom: 0;
    padding-right: 20px;
    width: 42%;
  }
  .facility__item__text p {
    margin-bottom: 20px;
  }
  .facility__item__text ul {
    align-items: flex-start;
  }
  .facility__item__text ul li {
    padding-left: 45px;
    --font-size: 16px;
    --font-size-rem: 1rem;
    --line-height: 28px;
    --line-height-rem: 1.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .facility__item__title {
    margin-bottom: 46px;
    padding: 0;
    --font-size: 46px;
    --font-size-rem: 2.875rem;
    --line-height: 54px;
    --line-height-rem: 3.375rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
}
@media only screen and (min-width: 1248px) {
  .facility__items {
    padding: 0;
    width: 1050px;
  }
}
@media only screen and (max-width: 767px) {
  .facility__textItem:first-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 0;
    border-bottom: 1px solid #285F5E;
  }
  .facility__textItem__content ul {
    align-items: center;
  }
  .facility__textItem__content ul li {
    text-align: center;
  }
}
:root {
  --header-height: 75px;
}
@font-face {
  font-family: "openSans-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/open-sans/OpenSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/open-sans/OpenSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/open-sans/OpenSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/open-sans/OpenSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/IvyMode/IvyMode-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/IvyMode/IvyMode-Light.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/IvyMode/IvyMode-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/IvyMode/IvyMode-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/IvyMode/IvyMode-Bold.woff2") format("woff2");
}
.process {
  padding: 52px 0 75px 0;
  background-color: #285F5E;
}
.process .container {
  align-items: center;
  text-align: center;
}
.process__sub-title {
  margin-bottom: 36px;
  color: #fff;
  --font-size: 24px;
  --font-size-rem: 1.5rem;
  --line-height: 32px;
  --line-height-rem: 2rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
}
.process__title {
  margin-bottom: 24px;
  color: #fff;
}
.process__desc {
  margin-bottom: 72px;
  max-width: 502px;
  width: 100%;
  color: #fff;
}
.process__desc p {
  margin-bottom: 30px;
  color: #fff;
}
.process__desc p:last-child {
  margin: 0;
}
.process__items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -30px;
  padding: 0 24px;
  width: calc(100% + 60px);
  overflow-x: auto;
}
.process__item {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 30px 0 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.process__item:last-child {
  margin-right: 0;
}
.process__item span {
  color: #fff;
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "openSans-Regular";
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .process {
    padding: 120px 0 137px 0;
  }
  .process__sub-title {
    margin-bottom: 20px;
  }
  .process__title {
    margin-bottom: 30px;
  }
  .process__desc p {
    --font-size: 18px;
    --font-size-rem: 1.125rem;
    --line-height: 28px;
    --line-height-rem: 1.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .process__items {
    justify-content: space-between;
    align-items: stretch;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .process__item span {
    width: 65px;
  }
}
:root {
  --header-height: 75px;
}
@font-face {
  font-family: "openSans-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/open-sans/OpenSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/open-sans/OpenSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/open-sans/OpenSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/open-sans/OpenSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/IvyMode/IvyMode-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/IvyMode/IvyMode-Light.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/IvyMode/IvyMode-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/IvyMode/IvyMode-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/IvyMode/IvyMode-Bold.woff2") format("woff2");
}
.types {
  padding: 40px 0 50px 0;
  text-align: center;
}
.types__title {
  margin-bottom: 20px;
}
.types__desc {
  margin-bottom: 20px;
}
.types__swiper {
  padding: 0 24px;
}
.types .swiper-wrapper {
  padding: 10px 0;
}
.types__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.types__item {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 10px 10px 0;
  padding-bottom: 20px;
  width: 150px;
  height: 160px;
  overflow: hidden;
  cursor: pointer;
}
.types__item span {
  color: #fff;
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "openSans-Regular";
  font-weight: 400;
}
.types__item:hover .types__text {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.types__text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  background-color: #285F5E;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.types__text p {
  color: #fff;
  --font-size: 12px;
  --font-size-rem: 0.75rem;
  --line-height: 18px;
  --line-height-rem: 1.125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .types {
    padding: 120px 0 125px 0;
  }
  .types__title {
    margin-bottom: 25px;
  }
  .types__desc {
    margin-bottom: 80px;
    --font-size: 18px;
    --font-size-rem: 1.125rem;
    --line-height: 28px;
    --line-height-rem: 1.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .types__items {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .types__item {
    margin: 0 15px;
    width: 287px;
    height: 254px;
  }
  .types__item:last-child {
    margin-right: 0;
  }
  .types__text p {
    --font-size: 16px;
    --font-size-rem: 1rem;
    --line-height: 28px;
    --line-height-rem: 1.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .types__text {
    padding: 0 46px;
  }
}