:root {
  --accent-1: #8fffe1;
  --accent-2: #1d7070;
  --accent-3: #ccebef;
  --accent-4: #ffd8e0;
  --accent-5: #783cac;
  --accent-6: #ddc8ef;
  --black: #000000;
  --medium-black: #1e1f20;
  --light-black: #141516;
  --dark-gray: #45474f;
  --light-gray: #92949f;
  --lightest-gray: #f2f2f2;
  --white: #ffffff;
}

.arrow-button {
  gap: 10px;
  padding: 16px 42px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 700;
}

.help-button {
  background: var(--accent-1);
  color: var(--black);
}

@media (max-width: 1199px) {
  .help-button {
    margin-left: auto;
    padding: 12px 29px;
    font-size: 16px;
  }
}

input.wpcf7-text {
  border: 1px solid #b2b2b2;
  padding: 15px 30px;
  font-size: 17px;
  border-radius: 30px;
}

input.wpcf7-text::placeholder {
  color: #b2b2b2;
}

input.wpcf7-text:focus {
  outline: none;
  border-color: var(--dark-gray);
}
.wpcf7-acceptance {
  margin: 30px 0;
  color: #252525;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.wpcf7-acceptance label {
  position: relative;
  cursor: pointer;
}
.wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.wpcf7-acceptance input[type="checkbox"] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 5px;
  height: 20px;
  width: 20px;
  top: 3px;
  left: 0px;
  border: 1px solid #b2b2b2;
}
.wpcf7-acceptance input[type="checkbox"] + span:after {
  display: block;
  position: absolute;
  content: url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5885 -6.16971e-08L4.3086 7.20581L1.41147 4.375L-2.52306e-07 5.77209L4.3086 10L13 1.39709L11.5885 -6.16971e-08Z" fill="black"/></svg>');
  top: 3px;
  left: 0;
  visibility: hidden;
  margin-left: 4px;
}
.wpcf7-acceptance input[type="checkbox"]:checked + span:before {
  background: transparent;
}
.wpcf7-acceptance input[type="checkbox"]:checked + span:after {
  visibility: visible;
}
.wpcf7-list-item-label {
  margin-left: 30px;
  display: inline-block;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

button.wpcf7-submit {
  border: none;
  outline: none;
  background: #fde770;
  font-size: 17px;
  font-weight: 700;
  padding: 15px 35px;
  color: var(--black);
  border-radius: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.wpcf7-form {
  color: #252525;
  font-size: 17px;
}

.text-underline {
  text-decoration: underline;
}

/* FOOTER */

.footer-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

footer {
  position: relative;
}
.footer-content-logo {
  width: clamp(135px, 16vw, 308px);
}
.footer-content-links,
.footer-content-contacts,
.footer-content-social {
  display: flex;
  flex-direction: column;
}
.footer-content-links a {
  font-weight: 450;
  text-decoration: underline;
}
.footer-content-social-list {
  display: flex;
  gap: 28px;
  margin-top: 14px;
}
.footer-content-social-list img {
  width: 62px;
  aspect-ratio: 1 / 1;
}

footer .elements img {
  position: absolute;
}
footer .elements img:nth-child(1) {
  width: 126px;
  top: 3%;
  left: 70%;
}
footer .elements img:nth-child(2) {
  width: 75px;
  bottom: 0;
  left: 50%;
  rotate: -90deg;
}
footer .elements img:nth-child(3) {
  width: 72px;
  top: 7%;
  left: 44%;
  rotate: 90deg;
}
footer .elements img:nth-child(4) {
  width: 88px;
  bottom: 10%;
  right: 3%;
}

footer .container-fluid-2 {
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .footer-content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-content-links,
  .footer-content-contacts,
  .footer-content-social {
    width: calc(50% - 10px);
  }
  .footer-content-links {
    order: 1;
  }
  .footer-content-contacts {
    order: 2;
    align-items: flex-end;
    text-align: right;
  }
  .footer-content-logo {
    order: 3;
    max-width: 200px;
    width: clamp(135px, 16vw, 308px);
  }
  .footer-content-social {
    order: 4;
    align-items: flex-end;
  }

  footer .elements img:nth-child(1) {
    width: 72px;
    bottom: 3%;
    right: 3%;
    rotate: -90deg;
    top: unset;
    left: unset;
  }
  footer .elements img:nth-child(3) {
    width: 39px;
    top: 7%;
    left: 50%;
    rotate: 90deg;
    transform: translateY(50%);
  }
  footer .elements img:nth-child(2),
  footer .elements img:nth-child(4) {
    display: none;
  }

  .footer-content-inner {
    display: contents;
  }
}

.footer-content-inner {
  align-items: flex-start;
}
/* FOOTER END*/

.blog-detail-content,
.blog-detail-content p,
.blog-detail-content li {
  font-size: clamp(16px, 1.4vw, 22px);
}

.article-detail-page li {
  list-style-image: url(assets/media/icons/paw.svg);
}

/* HEADER START */

div.nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.nav-menu li {
  position: relative;
  line-height: 1.7;
}
div.nav-menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 450;
}
div.nav-menu > ul > li {
  float: left;
}
div.nav-menu > ul > li > a {
  padding: 10px 10px;
}
div.nav-menu > ul > li:hover > a {
  color: var(--accent-1);
  cursor: pointer;
}

/* Sub/Children Menu */
div.nav-menu .sub-menu,
div.nav-menu .children {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  background: var(--black);
  min-width: 200px;
  display: none;
  border-radius: 10px;
  border: 1px solid var(--accent-1);
}

header.is-pinned div.nav-menu .sub-menu,
header.is-pinned div.nav-menu .children {
  border: none;
}

div.nav-menu li:hover > .sub-menu,
div.nav-menu li:hover > .children {
  display: block;
}
div.nav-menu .sub-menu a,
div.nav-menu .children a {
  padding: 5px 10px;
}
div.nav-menu .sub-menu li:hover a,
div.nav-menu .children li:hover a {
  color: var(--accent-1);
  cursor: pointer;
}

/* Grandchildren Menu */
div.nav-menu .sub-menu .sub-menu,
div.nav-menu .children .children {
  position: absolute;
  left: 100%;
  top: 0;
  background: #444;
}

div.nav-menu > ul > li.menu-item-has-children:hover > a {
  cursor: default !important;
}

/* HEADER END */

/* MOBILE NAV START */

.mobile-nav__wrapper .logo-box svg {
  width: 150px;
}

.mobile-nav__wrapper .logo-box svg path {
  fill: #1d7070;
}

.mobile-nav__container ul {
  list-style: none;
}

.mobile-nav__container ul > li > a {
  font-size: 22px;
  font-weight: 450;
  color: var(--medium-black);
  letter-spacing: 0.35px;
  line-height: 30px;
}
.mobile-nav__container ul > li {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}

.mobile-nav__social img {
  width: 30px;
}

/* MOBILE NAV END */

.blog-detail-content a {
  color: var(--accent-2);
}
.blog-detail-content a:hover {
  text-decoration: underline;
}
.blog-detail-content p {
  margin: 0.5rem 0;
}
.blog-detail-content h1,
.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4,
.blog-detail-content h5,
.blog-detail-content h6 {
  margin-bottom: 1rem;
}

#rank-math-faq .rank-math-list-item {
  margin-bottom: 1em;
  margin-top: 1em;
  border-bottom: 1px solid #fff;
}

.rank-math-question {
  cursor: pointer;
  position: relative;
  display: block;
  padding-right: 1em;
  margin-right: 1em;
  font-weight: 300;
  margin-top: 30px;
}

.rank-math-question:after {
  position: absolute;
  right: 5px;
  top: 0;
  content: "\2715";
  transform: rotate(-45deg);
  transition: all 150ms ease-in-out;
}

.rank-math-question.faq-collapse:after {
  transform: rotate(0deg);
}

.rank-math-question:hover {
  opacity: 0.8;
}

.quizle-button,
a.quizle-button,
a:visited.quizle-button {
  color: var(
    --quizle-primary-color-text,
    var(--quizle-button-color)
  ) !important;
}
