@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css";

@font-face {
  font-family: Lora;
  src: url("/Lora/Lora-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Lora;
  src: url("/Lora/Lora-SemiBoldItalic.ttf") format("ttf");
  font-weight: 500;
  font-style: italic;
}

:root {
  --cyan: #95c8bf;
  --white: #fff;
  --yellow: #f1c643;
  --body: #1b1919;
}

.pum-overlay.pum-active,
.pum-overlay.pum-active .popmake.active {
  display: block !important;
}

.landing-page {
  color: #1b1919;
}

.landing-page .btn-wrapper {
  margin-top: 0 !important;
}

.landing-page .btn_download {
  color: #95c8bf;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #95c8bf;
  cursor: pointer;
  -o-transition: background 0.3s ease-in-out;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  transition: background 0.3s ease-in-out;
  display: flex;
  position: relative;
}

.landing-page .btn_download:hover {
  background: #95c8bf;
  color: #fff;
}

.landing-page .btn_contact {
  color: #95c8bf;
  background: #fff;
}

.landing-page .card {
  border-top: 8px solid #f1c643;
  background: #fff;
  font-family: Lora;
  font-style: italic;
  box-shadow: 2px 0 20px #00000030;
}

.landing-page section.header_section {
  background: #95c8bf;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.landing-page section.header_section .emerson-logo {
  position: absolute;
  top: 50px;
  left: 40px;
}

@media screen and (min-width: 1080px) {
  .landing-page section.header_section .header_content_wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 175px 15% 15%;
    display: flex;
  }
}

.landing-page section.header_section .header_content_wrapper .header_content {
  flex-direction: column;
  max-width: 80%;
  display: flex;
  min-width: 500px;
}

@media (max-width: 1080px) {
  .landing-page section.header_section .header_content_wrapper .header_content {
    max-width: unset;
    margin: 175px 40px 40px;
  }
}

.landing-page
  section.header_section
  .header_content_wrapper
  .header_content
  h1 {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 500;
}

@media (max-width: 1080px) {
  .landing-page
    section.header_section
    .header_content_wrapper
    .header_content
    h1 {
    font-size: 2rem;
  }
}

.landing-page section.header_section .header_content_wrapper .header_image {
  aspect-ratio: 2 / 3;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: -60px;
}

@media (max-width: 1580px) {
  .landing-page section.header_section .header_content_wrapper .header_image {
    max-width: 400px;
  }
}

.landing-page section.header_section .header_content_wrapper > div {
  overflow: visible;
}

@media (max-width: 1080px) {
  .landing-page section.header_section .header_content_wrapper > div {
    justify-content: center;
    margin: 60px 0;
    display: flex;
  }

  .landing-page section.header_section .header_content_wrapper .header_image {
    aspect-ratio: unset;
    -o-object-fit: unset;
    object-fit: unset;
    -o-object-position: unset;
    object-position: unset;
    object-position: unset;
    width: 45vw;
  }
}

.landing-page .large-callout-block .content-wrap {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 200px;
  margin: 0 auto;
  padding: 5%;
  display: flex;
  position: relative;
  top: -100px;
}

@media (max-width: 1080px) {
  .landing-page .large-callout-block .content-wrap {
    width: 90vw;
  }
}

.landing-page .large-callout-block h2 {
  text-align: center;
  font-weight: 500;
}

.landing-page article {
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-page article .content-wrap {
  max-width: 80%;
  margin: 0 20px;
  padding: 0 !important;
  font-family: Lora !important;
}

@media (max-width: 1080px) {
  .landing-page article .content-wrap {
    margin: 0 20px !important;
    max-width: 90vw;
  }
}

.landing-page .download-section {
  justify-content: center;
  height: 380px;
  margin: 5% 0% 10%;
  display: flex;
}

@media (max-width: 1080px) {
  .landing-page .download-section {
    height: auto;
  }
}

.landing-page .download-section h2 {
  font-style: italic;
  font-weight: 500;
}

.landing-page .download-section .content-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 1468px;
  padding: 0;
  display: flex;
  position: relative;
}

@media (max-width: 1080px) {
  .landing-page .download-section .content-wrap {
    flex-direction: column;
    justify-content: center;
    max-width: 90vw;
    margin: 0 20px;
  }

  .landing-page .download-section .content-wrap div {
    position: relative;
  }
}

.landing-page .download-section .download-card {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1020px;
  height: 200px;
  padding: 0 7%;
  display: flex;
  position: absolute;
}

@media (max-width: 1080px) {
  .landing-page .download-section .download-card {
    flex-direction: column;
  }

  .landing-page .download-section .download-card h2 {
    margin-bottom: 0;
  }
}

.landing-page .download-section .download-image {
  z-index: 10;
  position: absolute;
  right: 0;
}

@media (max-width: 1080px) {
  .landing-page .download-section .download-image {
    margin: 20px 0;
  }

  .landing-page .download-section .download-image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 90vw;
  }
}

.landing-page .main-inner {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.landing-page section.contact-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (max-width: 1080px) {
  .landing-page section.contact-section {
    margin: 0 20px;
  }
}

.landing-page .block-container {
  width: 1468px;
  padding-left: 0;
  padding-right: 0;
  justify-content: space-between !important;
}

@media (max-width: 1080px) {
  .landing-page .block-container {
    width: unset;
    display: block !important;
  }
}

.landing-page .block-container .block-column {
  width: 100%;
  max-width: 690px;
  height: 290px;
}

@media (max-width: 1080px) {
  .landing-page .block-container .block-column {
    max-width: unset;
    height: unset;
    width: 90vw;
  }
}

.landing-page .block-container .block-column .block-content {
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Lora;
}

.landing-page .block-container .block-column .block-content .btn_contact {
  font-size: 12px;
}

body[class*="page-template-template-landing-page"] #chg-header {
  display: none !important;
}

footer.fake-footer .footer-inner {
  background: #1b1919;
  justify-content: center;
  align-items: flex-start;
  height: 380px;
  padding: 100px;
  display: flex;
}

footer.fake-footer .footer-inner .footer-logo {
  margin-bottom: 60px;
  display: flex;
}

footer.fake-footer .footer-inner .footer-logo img {
  margin: 0 auto;
}

footer.fake-footer .footer-inner .footer-text {
  color: #fff;
  font-size: 14px;
}
