:root {
  --white: white;
  --black: black;
  --yellow-green: #85bc20;
}

.section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 1px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading {
  color: #fff;
  text-align: center;
  align-items: center;
  margin-top: 20%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: block;
}

.text-block {
  color: #fff;
  text-align: center;
}

.body {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/wp4491808.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.bold-text {
  color: #fff;
}

.subtitle {
  color: #fff;
  text-align: center;
  align-items: center;
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: block;
}

.bold-text-2 {
  font-weight: 400;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  flex-direction: column;
  margin-right: 0;
  display: flex;
}

.copyright-text {
  text-align: center;
  justify-content: center;
  font-weight: 300;
}

._2-col {
  flex-direction: column;
  width: 140px;
  margin-right: 20px;
  display: flex;
}

.srcoll-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 21px;
  padding-right: 12px;
  display: flex;
}

.footersectionup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline;
}

.pullupfooter {
  color: #333;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.icon-scroll {
  border: 1px solid #000;
  border-radius: 25px;
  width: 30px;
  height: 60px;
  position: relative;
}

.linkfooter {
  color: #000;
  text-decoration: none;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .6;
  font-weight: 300;
}

.scroll-dot {
  background-color: #000;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 10px auto auto 50%;
  transform: translate(-50%);
}

.text-16 {
  color: #da1313;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.heading-2 {
  color: #333333b3;
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}

.text-span-6 {
  font-weight: 300;
}

.text-span-8 {
  font-size: 34px;
}

.link-dark {
  opacity: .6;
  color: #000;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, transform .4s, opacity .4s;
}

.link-dark:hover {
  opacity: 1;
  color: #1d090978;
}

.link-dark:active {
  opacity: .9;
}

.link-dark.footer-link-12-dark {
  color: #333;
  margin-bottom: 10px;
  text-decoration: none;
}

.wrap {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.wrap.w50-start {
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.icon-wrap {
  flex: 0 auto;
}

.footer1-column-headline {
  margin-bottom: 20px;
}

._5-col {
  width: 380px;
  margin-right: 20px;
  display: inline-block;
}

.container {
  height: 100vh;
}

.grid {
  grid-template: "."
                 "Area"
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  ._3-col, ._2-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-start {
    flex-direction: column;
  }

  ._5-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .text-14.text-14-60 {
    font-weight: 200;
  }

  .text-span-6 {
    font-size: 24px;
    font-weight: 100;
  }

  .link-dark.footer-link-12-dark {
    font-weight: 200;
  }
}


