@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --bg-color: #f2f2f2;
  --accent-color: #27a96c;
  --text-color: #262626;
  --theme-black: #000;
  --pc-blue: #0197c9;
  --pc-green-v0: #56a856;
  --pc-green: #79ba43;
  --pc-dark-blue: #023577;
  --white: #fff;
}
.entry-content {
  padding: 0 !important;
  margin: 0;
}
h1.wp-block-post-title {
  display: none;
  margin: 0;
  padding: 0;
}
.wp-block-group {
  padding: 15px !important;
  padding-top: 0px !important;
  margin: 0 !important;
}
body {
  overflow-x: hidden;
  width: 100%;
}

body {
  background-color: var(--bg-color);
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 0;
  margin: 0;
  line-height: 1.293;
}

body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body span,
body input {
  font-family: inherit;
}

body p {
  font-family: inherit;
  font-weight: 300;
  color: var(--text-color);
}

body b {
  font-weight: 600;
}

body img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

body input[type="number"]::-webkit-inner-spin-button,
body input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

body .reveal {
  /* opacity: 0; */
  transform: translate3d(0, 80px, 0);
  /* transition: opacity 0.5s, transform 0.5s; */
}

body .reveal_visible {
  /* opacity: 1; */
  transform: translate3d(0, 0, 0);
}

body .mw-100 {
  max-width: 100%;
}

body .w-100 {
  width: 100%;
}

body .p-20 {
  padding: 20px;
}

body .py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

body .d-flex {
  display: flex;
}

body .text-center {
  text-align: center;
}

body .visually-hidden {
  /* visibility: hidden; */
}

body .position-relative {
  position: relative;
}

body .d-block {
  display: block;
}

body .d-md-block {
  display: block;
}

body .mb-6 {
  margin-bottom: 0.6rem;
}

body section {
  padding: 80px 0 55px;
  max-width: 100% !important;
  margin: 0 !important;
}

body section .container {
  max-width: 1420px;
  /* padding: 0 40px; */
  margin: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

body section .container .heading {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

body section .container .heading h3 {
  font-size: 4.85rem;
  font-weight: bold;
}

body section .container .heading h3 span {
  font-size: 2.5rem;
  color: var(--pc-green);
}

body section .container .heading p {
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: -1px;
  margin-top: 2rem;
}

body figcaption {
  height: 0;
  width: 0;
  overflow: hidden;
  /* visibility: hidden; */
  position: fixed;
  top: 0;
  bottom: 0;
  /* opacity: 0; */
}

body #hero {
  padding: 80px 0;
}

body #hero .our-motto {
  font-size: 5.6rem;
  font-weight: 300;
  margin-top: 7rem;
  line-height: 1.1;
}

body #hero .our-motto span {
  font-size: 5.6rem;
  color: var(--pc-green);
  font-weight: 600;
}

body #whatIsPouchology .d-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

body #whatIsPouchology .d-flex .box {
  min-height: 216px;
}

body #whatIsPouchology .d-flex .box .count {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
}

body #whatIsPouchology .d-flex .box .name {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

body #whatIsPouchology .d-flex .box .feature {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--theme-black);
}

body #whatIsPouchology .d-flex .box .c1 {
  color: var(--pc-blue);
  font-size: 2.2rem;
  font-weight: 600;
}

body #whatIsPouchology .d-flex .box .c2 {
  color: var(--accent-color);
  font-size: 2.2rem;
  font-weight: 600;
}

body #whatIsPouchology .d-flex .box .c3 {
  color: var(--pc-dark-blue);
  font-size: 2.2rem;
  font-weight: 600;
}

body #whatIsPouchology .d-flex .box .c4 {
  color: var(--pc-green);
  font-size: 2.2rem;
  font-weight: 600;
}

body #whatIsPouchology .d-flex .box p {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -1.32px;
}

body #whatIsPouchology .d-flex figcaption {
  /* visibility: hidden; */
}

body #whatIsPouchology .my-4 {
  margin: 5.5rem 0rem 2.5rem;
}

body #whatIsPouchology .what-left {
  text-align: right;
  max-width: 442px;
}

body #whatIsPouchology .what-center {
  text-align: center;
}

body #whatIsPouchology .what-center img {
  padding: 0 24px;
  max-width: 448px;
}

body #whatIsPouchology .what-center figcaption {
  /* visibility: hidden; */
}

body #whatIsPouchology .what-right {
  text-align: left;
  max-width: 442px;
}

body #ourNicotine .d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}

body #ourNicotine .d-flex figure img {
  max-width: 584px;
}

body #ourNicotine .d-flex .content {
  max-width: 500px;
}

body #ourNicotine .d-flex .content p {
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 2rem;
}

body #ourNicotine .d-flex figcaption {
  /* visibility: hidden; */
}

body #greatPouch p {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 auto;
  letter-spacing: -1px;
  line-height: 1.293;
  margin-bottom: 20px;
}

body #greatPouch p b {
  font-weight: 700;
}

body #features .d-flex {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}

body #features .d-flex ul {
  padding: 0;
  list-style-type: none;
}

body #features .d-flex li {
  width: 20%;
  text-align: center;
  list-style-type: none;
  margin: 32px 0;
}

body #features .d-flex li img {
  margin-bottom: 20px;
}

body #features .d-flex li p {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.295;
}

body #features .d-flex figcaption {
  /* visibility: hidden; */
}

body #formulation .heading h3 {
  line-height: 61px;
}

body #formulation .d-flex {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

body #formulation .d-flex figure {
  width: 100%;
  text-align: center;
}

body #formulation .d-flex figure img {
  transition: transform 0.31s ease-out;
  width: 100%;
  max-width: 156px;
  margin-bottom: 18px;
}

body #formulation .d-flex figure p {
  font-weight: 300;
  font-size: 1.35rem;
  color: var(--text-color);
  max-width: 200px;
  margin: auto;
  display: inline-block;
  letter-spacing: -1px;
  max-width: 184px;
}

body #formulation .d-flex figure:hover img {
  transform: scale(1.2);
}

body #formulation .d-flex figcaption {
  /* visibility: hidden; */
}

body #ownLabel .d-flex {
  display: flex;
  align-items: center;
}

body #ownLabel .d-flex .heading {
  margin-bottom: 2rem;
  text-align: left;
}

body #ownLabel .d-flex .bg-blob {
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 22px;
  transform: rotate(214deg) scale(1.15);
  left: -110px;
}

body #ownLabel .d-flex .label-img {
  width: 50%;
}

body #ownLabel .d-flex .label-img img {
  max-width: 100%;
  height: 100%;
}

body #ownLabel .d-flex .label-ul {
  width: 50%;
}

body #ownLabel .d-flex .label-ul p {
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 2rem;
}

body #ownLabel .d-flex .label-ul ul {
  padding-left: 26px;
  list-style-type: none;
}

body #ownLabel .d-flex .label-ul ul li {
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 8px;
  position: relative;
}

body #ownLabel .d-flex .label-ul ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  height: 10px;
  width: 10px;
  top: 16px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--pc-green);
}

body #ownLabel figcaption {
  /* visibility: hidden; */
}

body #contact .form-side {
  background-color: var(--accent-color);
  background: linear-gradient(158deg, #79ba43, #b9de65);
  padding: 44px 34px;
  border-radius: 34px;
  width: 43%;
}

body #contact .form-side h2 {
  color: var(--white);
  color: var(--white);
  font-size: 3.34rem;
  font-weight: 700;
}

body #contact .form-side p {
  color: var(--white);
  /* margin-bottom: 1.2rem; */
  margin-bottom: 0;
  font-size: 1.2rem;
  letter-spacing: -1px;
  font-weight: 200;
}
input[type="submit"] {
  background-color: var(--text-color);
  color: var(--white);
  font-size: 1.1rem !important;
  padding: 12px !important;
  min-width: 120px !important;
  max-width: 120px;
  border: 0 !important;
  cursor: pointer;
  box-shadow: none !important;
}
body #contact .form-side #contactForm > p {
  margin-bottom: 10px;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  letter-spacing: 0.51px;
  font-weight: normal;
  display: block;
  margin-top: -15px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  font-size: 18px;
}

body #contact .form-side input,
body #contact .form-side select,
body #contact .form-side textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 1.1rem;
  margin-bottom: 1.3rem;
  letter-spacing: -0.5px;
  border: 0;
  min-width: 340px;
  outline: none;
  /* box-shadow: inset 105px 85px 85px #fff; */
}

body #contact .form-side input::-moz-placeholder,
body #contact .form-side select::-moz-placeholder,
body #contact .form-side textarea::-moz-placeholder {
  color: var(--theme-black);
}

body #contact .form-side input::placeholder,
body #contact .form-side select::placeholder,
body #contact .form-side textarea::placeholder {
  color: var(--theme-black);
}

body #contact .form-side textarea {
  resize: vertical;
}

body #contact .form-side button {
  background-color: var(--text-color);
  color: var(--white);
  font-size: 1.1rem;
  padding: 12px;
  width: 120px;
  border: 0;
  cursor: pointer;
}

body #contact .map {
  width: 57%;
  margin-left: 54px;
}

body #contact .map h2 {
  font-size: 3.4rem;
  color: var(--theme-black);
  margin-bottom: 1.2rem;
  line-height: 61px;
  max-width: 580px;
  font-weight: bold;
}

body #contact .map h2 span {
  color: var(--pc-green);
}

body #contact .map p {
  max-width: 100%;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
}

body .slide-to-top {
  border: 0;
  transition: box-shadow 0.2s ease-out;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  border-radius: 50%;
}

body .slide-to-top:hover {
  box-shadow: 0px 0px 0px 6px rgba(121, 186, 67, 0.7803921569),
    0px 0px 0px 12px rgba(121, 186, 67, 0.4784313725);
}

@media (min-width: 1360px) {
  body section {
    max-width: 1340px !important;
  }
  body #hero .d-flex .pouchology-img {
    max-width: 35%;
    width: 100%;
  }
}

@media (max-width: 1380px) {
  body section .container {
    max-width: 100%;
    padding: 0 16px;
  }

  body .d-flex .pouchology-img {
    right: 0;
    max-width: 510px;
  }

  body #hero {
    background-position: right -27% center;
    padding: 40px 0;
  }

  body #hero .d-flex {
    flex-direction: row;
  }

  body #whatIsPouchology .d-flex {
    flex-direction: row;
  }

  body #ourNicotine .d-flex {
    flex-direction: row;
  }

  body #features .d-flex {
    flex-direction: row;
  }

  body #formulation .d-flex {
    flex-direction: row;
  }

  body #ownLabel .d-flex {
    flex-direction: row;
  }

  body #contact .d-flex {
    flex-direction: row;
  }
}

@media (max-width: 1024px) {
  .wp-block-group {
    padding: 0 16px 0 !important;
    margin: 0 !important;
  }
  body {
    margin: 0 0px;
    padding: 0;
  }

  body .d-sm-inline {
    display: inline;
  }

  body .d-md-block {
    display: none;
  }

  body section .container {
    padding: 0 40px;
  }

  body #whatIsPouchology .d-flex {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "item2 item2" "item1 item3";
    gap: 20px;
  }

  body #whatIsPouchology .d-flex .what-left {
    grid-area: item1;
  }

  body #whatIsPouchology .d-flex .what-center {
    grid-area: item2;
  }

  body #whatIsPouchology .d-flex .what-right {
    grid-area: item3;
  }

  body #ourNicotine .d-flex {
    gap: 40px;
    flex-direction: column;
  }

  body #ourNicotine .d-flex .content {
    max-width: 100%;
  }

  body #features .d-flex li {
    width: 25%;
  }

  body #formulation .d-flex {
    flex-direction: row;
    flex-wrap: wrap;
  }

  body #formulation .d-flex figure {
    width: 50%;
  }

  body #formulation .d-flex figure p {
    display: block;
    margin-bottom: 1rem;
  }

  body #ownLabel .d-flex {
    flex-direction: row;
  }

  body #contact .d-flex {
    flex-direction: column;
  }

  body #contact .d-flex .map {
    order: 1;
    width: 100%;
    margin-left: 0;
  }

  body #contact .d-flex .form-side {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  body .visually-hidden {
    display: none;
  }
}

@media (max-width: 840px) {
  body #whatIsPouchology .d-flex .box {
    min-height: auto;
    margin-bottom: 28px;
  }

  body #whatIsPouchology .d-flex .box .c1,
  body #whatIsPouchology .d-flex .box .c2,
  body #whatIsPouchology .d-flex .box .c3,
  body #whatIsPouchology .d-flex .box .c4 {
    font-size: 1.9rem;
  }

  body #whatIsPouchology .d-flex .box .feature {
    font-size: 1.12rem;
    margin-bottom: 0.2rem;
  }
}

@media (max-width: 576px) {
  .d-xs-block {
    display: block;
  }

  body section {
    padding: 24px 0 24px;
  }

  body section .container {
    padding: 0 16px;
  }

  body section .container .heading {
    margin-bottom: 2rem;
  }

  body section .container .heading h3 {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  body section .container .heading p {
    font-size: 1.25rem;
    margin-top: 1rem;
  }

  body #hero .our-motto {
    font-size: 2.75rem;
    margin-top: 2rem;
    margin-bottom: 0rem;
  }

  body #hero .our-motto span {
    font-size: 2.75rem;
  }

  body #whatIsPouchology .d-flex {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "item2" "item1" "item3";
    gap: 0;
  }

  body #whatIsPouchology .d-flex .box {
    margin-bottom: 16px;
  }

  body #whatIsPouchology .d-flex .box .c1,
  body #whatIsPouchology .d-flex .box .c2,
  body #whatIsPouchology .d-flex .box .c3,
  body #whatIsPouchology .d-flex .box .c4 {
    line-height: 1.1;
  }

  body #whatIsPouchology .d-flex .box p {
    font-size: 1.12rem;
  }

  body #whatIsPouchology .what-left {
    text-align: left;
  }

  body #whatIsPouchology .what-center img {
    max-width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }

  body #whatIsPouchology .my-4 {
    margin: 3.5rem 0rem 0.5rem;
  }

  body #ourNicotine .d-flex {
    gap: 10px;
    flex-direction: column;
  }

  body #ourNicotine .d-flex .content p {
    font-size: 1.12rem;
  }

  body #ourNicotine .d-flex figure img {
    width: 100%;
  }

  body #greatPouch p {
    font-size: 1.15rem;
  }

  body #features .d-flex li {
    width: 50%;
    margin: 16px 0;
  }

  body #features .d-flex li p {
    padding: 0 8px;
  }

  body #formulation .heading h3 {
    line-height: 42px;
  }

  body #formulation .d-flex {
    flex-direction: row;
  }

  body #formulation .d-flex figure {
    width: 50%;
  }

  body #formulation .d-flex figure p {
    max-width: 100%;
    padding: 0 6px;
    font-size: 1.2rem;
  }

  body #ownLabel .d-flex {
    flex-direction: column;
  }

  body #ownLabel .d-flex .bg-blob {
    top: -18px;
  }

  body #ownLabel .d-flex .label-img {
    width: 100%;
  }

  body #ownLabel .d-flex .label-ul {
    width: 100%;
  }

  body #ownLabel .d-flex .label-ul ul li,
  body #ownLabel .d-flex .label-ul p {
    font-size: 1.12rem;
    margin-bottom: 16px;
  }

  body #ownLabel .d-flex .label-ul ul li {
    margin-bottom: 6px;
  }

  body #contact .d-flex {
    flex-direction: column;
  }

  body #contact .d-flex .map {
    order: 1;
    width: 100%;
  }

  body #contact .d-flex .map h2 {
    font-size: 2.4rem;
    line-height: 1.1;
  }

  body #contact .d-flex .form-side {
    padding: 24px 16px;
  }

  body #contact .d-flex .form-side input,
  body #contact .d-flex .form-side select,
  body #contact .d-flex .form-side textarea {
    min-width: 100%;
  }
}

@media (max-width: 400px) {
  body section {
    padding: 24px 0 24px;
  }

  body section .container {
    padding: 0 10px;
  }

  body section .container .heading {
    margin-bottom: 2rem;
  }

  body section .container .heading h3 {
    font-size: 2.2rem;
    line-height: 1.1;
  }

  body section .container .heading h3 span {
    font-size: 2rem;
  }

  body section .container .heading p {
    font-size: 1rem;
  }

  body #hero {
    padding: 20px 0;
  }

  body #hero .our-motto {
    margin-top: 2rem;
    padding: 0px 10px;
    margin-bottom: 0rem;
    font-size: 2.2rem;
  }

  body #hero .our-motto span {
    font-size: 2.2rem;
  }

  body #formulation .heading h3 {
    line-height: 38px;
  }
}

@media (min-width: 1400px) {
  .span-b {
    display: block;
  }
}

::-moz-selection {
  background: #9ac973;
  color: #000;
}

::selection {
  background: #9ac973;
  color: #000;
}

img,
svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
