.container {
  position: relative;
  color: #1c1e21;
  -webkit-font-smoothing: antialiased;
  padding-top: 64px;
  text-rendering: optimizeLegibility;
  background-color: #fff;
}

.whatsapp_full_page {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 64px);
}
@media (min-width: 1200px) {
  .whatsapp_full_page {
    min-height: calc(100vh - 80px);
  }

  .whatsapp_header {
    height: 80px;
  }

  .whatsapp_header__inner {
    padding: 0 40px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .container {
    padding-top: 74px;
  }
  .whatsapp_content h2 {
    font-size: 33px;
    line-height: 43px;
  }
  .whatsapp_content h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .whatsapp_content h4,
  .whatsapp_content p {
    font-size: 18px;
    line-height: 26px;
  }

  .center-area h2 {
    font-size: 33px !important;
    line-height: 43px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-top: 80px;
  }

  .whatsapp_header__inner__logo_link img {
    width: 130px;
  }
}

.whatsapp_header {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: center;
  max-width: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

.whatsapp_header--scrolled {
  background-color: rgba(255, 255, 255, .8);
  border-bottom: 1px solid #cec9c1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: background-color .3s cubic-bezier(.42, .00, .58, 1.00);
}

.whatsapp_header__inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  position: unset;
  width: 100%;
}

.whatsapp_header__inner .empty_block {
  width: 37px;
}

.whatsapp_header__inner__logo_link {
  color: #111b21;
  padding-left: 32px;
  padding-right: 32px;
}

.whatsapp_header__inner__logo_link img {
  width: 100px;
}

.whatsapp_header__inner_download {
  white-space: pre;
  display: inline-flex;
  background-color: #fff;
}

.whatsapp_header__inner_download a {
  align-items: center;
  border: 1px solid #1c1e21;
  border-radius: 50%;
  box-sizing: border-box;
  color: #1c1e21;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: color 0.33s linear 0.5s, border-color ease-out 0.5s,
    background-color 0.33s linear 0s;
  vertical-align: bottom;
  z-index: 1;
  height: 32px;
  width: 32px;
  background-color: #25d366;
}

.whatsapp_content h2,
.whatsapp_content h3,
.whatsapp_content h4,
.whatsapp_content p,
.whatsapp_content a {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.whatsapp_content p {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-inline-end: 0;
  margin-inline-start: 0;
}
.whatsapp_content h2 {
  font-size: 24px;
  line-height: 31px;
}
.whatsapp_content h3 {
  font-size: 19px;
  line-height: 26px;
}
.whatsapp_content h4,
.whatsapp_content p {
  font-size: 16px;
  line-height: 26px;
}

.whatsapp_content__chat {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  margin: 0 auto;
}

.whatsapp_content__chat .main_block {
  min-height: calc(100vh - 400px);
}

.whatsapp_content__chat .main_block .center-area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 32px;
}

.whatsapp_content__chat .main_block .center-area h2 {
  margin-bottom: 16px;
}

.whatsapp_content__chat .main_block .download-area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.whatsapp_content__chat .main_block .download-area > h4:nth-child(1) {
  margin-top: 26px;
}

.whatsapp_content__chat .main_block .download-area > h4:nth-child(2) {
  font-size: 16px;
  line-height: 26px;
}

.whatsapp_content__chat .main_block .download-area > h4:nth-child(2) a {
  color: #39b3ed;
  font-size: inherit;
}


.whatsapp_content__chat .main_block .chat-btn {
  margin-bottom: 16px;
  display: inline-block;
  background: #128c7e;
  color: #fff;
  border-radius: 40px;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.whatsapp_footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-grow: 1;
  background-color: #111b21;
}

.whatsapp_footer .download-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #111b21;
}

.whatsapp_footer .download-btn > span {
  display: flex;
  min-width: 272px;
  padding-right: 16px;
}

.whatsapp_footer .download-btn > span > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #25d366;
  color: #111b21;
  padding-left: 32px;
  padding-right: 32px;
  border-color: transparent;
  margin-top: 32px;
  margin-bottom: 32px;
  border: 1px solid #1c1e21;
  border-radius: 50px;
  line-height: 16px;
  overflow: hidden;
  padding: 18px 28px;
  position: relative;
  text-align: center;
  transition: color .33s linear .5s, border-color ease-out .5s, background-color .33s linear 0s;
  white-space: pre;
  z-index: 1;
}

.whatsapp_footer .download-btn > span > a > span {
  font-weight: 500;
  letter-spacing: -0.01em;
  font-size: 16px;
  text-decoration: none;
}

.whatsapp_footer .download-btn > span > a img {
  padding-left: 13px;
}

.whatsapp_footer .copy-right {
  border-top: 1px solid #33463f;
  background-color: #111b21;
  padding: 16px 24px;
  padding-top: 30px;
  color: #fff;
}

.bg-gray {
  background-color: #f0f4f9;
}

.textLink a {
  color: inherit;
  font-family: Helvetica Neue, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.footer .textLink {
  display: flex;
  flex-grow: 1;
}

.textLink {
  color: inherit;
  font-family: Helvetica Neue, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
