: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");
}
.contact-info {
  padding: 88px 0 5px 0;
}
.contact-info .container {
  align-items: center;
}
.contact-info__mail {
  margin-bottom: 16px;
  color: #285F5E;
  --font-size: 29px;
  --font-size-rem: 1.8125rem;
  --line-height: 35px;
  --line-height-rem: 2.1875rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
  cursor: pointer;
}
.contact-info__address {
  margin-bottom: 40px;
  color: #285F5E;
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
}
.contact-info__phone {
  margin-bottom: 45px;
  color: #285F5E;
  --font-size: 23px;
  --font-size-rem: 1.4375rem;
  --line-height: 30px;
  --line-height-rem: 1.875rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
}
.contact-info__buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .contact-info {
    padding: 155px 0 48px 0;
  }
  .contact-info__mail {
    margin-bottom: 20px;
    --font-size: 44px;
    --font-size-rem: 2.75rem;
    --line-height: 52px;
    --line-height-rem: 3.25rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .contact-info__address {
    margin-bottom: 70px;
    --font-size: 23px;
    --font-size-rem: 1.4375rem;
    --line-height: 30px;
    --line-height-rem: 1.875rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .contact-info__phone {
    margin-bottom: 62px;
    --font-size: 23px;
    --font-size-rem: 1.4375rem;
    --line-height: 30px;
    --line-height-rem: 1.875rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .contact-info__buttons {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
  .contact-info__button {
    padding: 0;
    width: 287px;
  }
}
: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");
}
.else-bornewa {
  padding: 50px 0 35px 0;
}
.else-bornewa .container {
  align-items: center;
}
.else-bornewa__title {
  margin: 0 0 32px 0;
  color: #285F5E;
  --font-size: 32px;
  --font-size-rem: 2rem;
  --line-height: 40px;
  --line-height-rem: 2.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  text-align: center;
}
.else-bornewa__sub-title {
  margin-bottom: 40px;
  color: #285F5E;
  --font-size: 80px;
  --font-size-rem: 5rem;
  --line-height: 82px;
  --line-height-rem: 5.125rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  text-align: center;
}
.else-bornewa__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 60px;
}
.else-bornewa__editor {
  text-align: center;
}
.else-bornewa__editor p {
  margin-bottom: 28px;
}
.else-bornewa__editor p:last-child {
  margin-bottom: 0;
}
.else-bornewa__image {
  margin-bottom: 70px;
  padding-top: 158%;
  width: calc(100% + 60px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.else-bornewa__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
}
.else-bornewa__item {
  margin-bottom: 33px;
}
.else-bornewa__item__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 36px;
}
.else-bornewa__item__icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
}
.else-bornewa__item__icon img {
  width: 60px;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
  .else-bornewa__image {
    padding-top: 0;
    margin-bottom: 146px;
    width: 100%;
    height: 541px;
    border-radius: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .else-bornewa {
    padding: 76px 0 0 0;
    position: static;
  }
  .else-bornewa__title {
    order: 1;
    margin: 0 0 20px 0;
    margin-bottom: 20px;
    --font-size: 32px;
    --font-size-rem: 2rem;
    --line-height: 40px;
    --line-height-rem: 2.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .else-bornewa__sub-title {
    order: 2;
    margin-bottom: 58px;
    --font-size: 97px;
    --font-size-rem: 6.0625rem;
    --line-height: 120px;
    --line-height-rem: 7.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .else-bornewa__content {
    order: 3;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
  }
  .else-bornewa__editor {
    width: 50%;
    text-align: left;
  }
  .else-bornewa__image {
    order: 5;
  }
  .else-bornewa__items {
    order: 6;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0;
  }
  .else-bornewa__item {
    margin-bottom: 150px;
    width: 44%;
  }
  .else-bornewa__item__title {
    position: relative;
    align-items: flex-start;
    margin-bottom: 35px;
    padding-left: 106px;
  }
  .else-bornewa__item__icon img {
    width: unset;
  }
  .else-bornewa__item__icon {
    position: absolute;
    top: -12px;
    left: 0;
    align-items: flex-start;
    width: 106px;
  }
  .else-bornewa__item__desc {
    padding-left: 106px;
  }
}
@media only screen and (max-width: 1023px) {
  .else-bornewa .container {
    position: relative;
  }
  .else-bornewa__content {
    position: relative;
    padding-top: 35px;
  }
}