:root {
  --primary: #0e2346;
  --secondary: #bd9c86;
  --white: #ffffff;
  --black: #000000;
  --body-color: #f3f1ef;
  --wafer-color: #ded5cd;
  --border-color: #cccccc;
  --border-color-2: #d9d9d9;
  --border-color-3: #F3F2F1;
  --bg-color: #d7baa6;
  --albescent-white: #F4E6CF;
}

.detail-section .container .title {
  text-align: left;
}
.detail-section .container .details-wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1399px) {
  .detail-section .container .details-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .detail-section .container .details-wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.detail-section .container .details-wrapper .details-left {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 0 calc(100% - 320px);
  max-width: calc(100% - 320px);
  padding-right: 30px;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.detail-section .container .details-wrapper .details-left .detail-title {
  font-family: "Cabinet Grotesk";
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: var(--black);
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .detail-title {
    font-family: "Cabinet Grotesk";
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: var(--black);
  }
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .detail-title {
    font-family: "Cabinet Grotesk";
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: var(--black);
  }
}
.detail-section .container .details-wrapper .details-left .date-wrapper {
  display: -ms-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .date-wrapper {
    gap: 10px;
  }
}
.detail-section .container .details-wrapper .details-left .date-wrapper .date-box {
  display: -ms-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.detail-section .container .details-wrapper .details-left .date-wrapper .date-box img {
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .date-wrapper .date-box img {
    height: 16px;
    width: 16px;
  }
}
.detail-section .container .details-wrapper .details-left .date-wrapper .date-box span,
.detail-section .container .details-wrapper .details-left .date-wrapper .date-box a {
  font-family: "Cabinet Grotesk";
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .date-wrapper .date-box span,
  .detail-section .container .details-wrapper .details-left .date-wrapper .date-box a {
    font-family: "Cabinet Grotesk";
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--black);
  }
}
.detail-section .container .details-wrapper .details-left .detail-image {
  max-height: 540px;
  height: 100%;
  width: 100%;
}
.detail-section .container .details-wrapper .details-left .detail-image img {
  width: 100%;
  height: 100%;
  max-height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-section .container .details-wrapper .details-left .details-information {
  font-family: "Cabinet Grotesk";
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .details-information {
    font-family: "Cabinet Grotesk";
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black);
  }
}
.detail-section .container .details-wrapper .details-left .details-information > *:last-child {
  margin-bottom: 0;
}
.detail-section .container .details-wrapper .details-left .details-information h2 {
  margin-bottom: 20px;
}
.detail-section .container .details-wrapper .details-left .details-information p {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .details-information p {
    font-size: 16px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area {
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .comment-area {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .comment-area {
    padding-top: 10px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area ol ol {
  padding-left: 90px;
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .comment-area ol ol {
    padding-left: 60px;
    padding-top: 20px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body {
  position: relative;
  padding-left: 90px;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body {
    padding-left: 60px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body .comment-meta {
  padding-top: 0;
  background-color: transparent;
  margin-bottom: 10px;
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body .comment-meta .comment-author {
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body .comment-meta .comment-author {
    font-size: 20px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body .comment-meta .comment-author img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 40px;
    height: 40px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body .comment-meta .comment-author .says {
  display: none;
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body .comment-meta .comment-metadata {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body .comment-meta .comment-metadata {
    font-size: 12px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body .comment-content p {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body .comment-content p {
    font-size: 16px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body .reply {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body .reply {
    margin-top: 10px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body .reply .comment-reply-link {
  font-family: "Cabinet Grotesk";
  font-size: 18px;
  line-height: 24px;
  color: var(--primary);
  display: inline-block;
  font-weight: 700;
  border-bottom: 1px solid var(--primary);
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body .reply .comment-reply-link {
    font-size: 14px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body .reply .comment-reply-link:after {
  width: 0;
  height: 1px;
  display: block;
  background-color: var(--primary);
  transition: all 0.5s;
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-list .comment .comment-body .reply .comment-reply-link:hover:after {
  width: 100%;
}
.detail-section .container .details-wrapper .details-left .comment-area .comments-title {
  font-size: 36px;
  line-height: 1.24;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comments-title {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comments-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond {
    padding: 24px;
    margin-top: 24px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond {
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-reply-title {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-reply-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-reply-title {
    font-size: 22px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-reply-title a {
  font-family: "Cabinet Grotesk";
  font-size: 18px;
  line-height: 1.4;
  color: var(--primary);
  display: inline-block;
  font-weight: 700;
  margin-left: 10px;
  border-bottom: 1px solid var(--primary);
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-reply-title a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-reply-title a {
    font-size: 14px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-notes #email-notes {
  font-family: "Cabinet Grotesk";
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-notes #email-notes {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-notes #email-notes {
    font-size: 18px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-notes .required-field-message {
  font-size: 18px;
  line-height: 1.25;
  margin-left: 5px;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-notes .required-field-message {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-notes .required-field-message {
    font-size: 14px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-notes .required-field-message .required {
  color: red;
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form label {
  font-family: "Cabinet Grotesk";
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form input {
  font-family: "Cabinet Grotesk";
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #000000;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  outline: none;
  background-color: #ffffff;
  height: 44px;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form input {
    font-size: 16px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form input {
    font-size: 14px;
    height: 36px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form p {
  padding: 10px 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form textarea {
  height: 146px;
  padding: 10px 16px;
  width: 100%;
  outline: none;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background-color: #ffffff;
  font-family: "Cabinet Grotesk";
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form textarea {
    font-size: 16px;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form textarea {
    font-size: 14px;
    height: 110px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-form-email,
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-form-author {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-form-email,
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-form-author {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-form-cookies-consent {
  display: flex;
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-form-cookies-consent input {
  position: absolute;
  width: 0;
  display: none;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-form-cookies-consent label {
  font-family: "Cabinet Grotesk";
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #000000;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 0px;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-form-cookies-consent label {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-form-cookies-consent label {
    font-size: 14px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-form-cookies-consent label:before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 3px;
  outline: 1px solid #acacac;
  transition: all 0.2s ease;
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-form-cookies-consent label:after {
  position: absolute;
  display: block;
  content: "";
  left: 8px;
  top: 9px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-form-cookies-consent [type=checkbox]:checked + label:before {
  background: var(--primary);
  outline: 1px solid var(--primary);
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .comment-form-cookies-consent [type=checkbox]:checked + label:after {
  opacity: 1;
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .form-submit input#submit {
  font-family: "Cabinet Grotesk";
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 3px;
  text-decoration: none;
  border: 1px solid var(--primary);
  background-color: var(--primary) !important;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  height: unset !important;
  padding: 18px 37px;
  width: initial;
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .form-submit input#submit {
    width: 100%;
    padding: 10px 20px;
  }
}
.detail-section .container .details-wrapper .details-left .comment-area .comment-respond .comment-form .form-submit input#submit:hover {
  background-color: transparent !important;
  border-color: var(--primary) !important;
  color: var(--primary) !important;
  background: none;
}
.detail-section .container .details-wrapper .details-right {
  flex: 0 0 320px;
  max-width: 320px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .detail-section .container .details-wrapper .details-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.detail-section .container .details-wrapper .details-right .latest-posts {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
  background-color: var(--bg-color);
  margin-bottom: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-right .latest-posts {
    gap: 10px;
    padding: 20px;
    margin-bottom: 25px;
  }
}
.detail-section .container .details-wrapper .details-right .latest-posts .post-heading {
  font-family: "Cabinet Grotesk";
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-right .latest-posts .post-heading {
    font-family: "Cabinet Grotesk";
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 10px;
  }
}
.detail-section .container .details-wrapper .details-right .latest-posts .post-detail {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-right .latest-posts .post-detail {
    padding-bottom: 10px;
  }
}
.detail-section .container .details-wrapper .details-right .latest-posts .post-detail:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.detail-section .container .details-wrapper .details-right .latest-posts .post-detail .post-title {
  font-family: "Cabinet Grotesk";
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: var(--primary);
  transition: all 2s ease;
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-right .latest-posts .post-detail .post-title {
    font-family: "Cabinet Grotesk";
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--primary);
  }
}
.detail-section .container .details-wrapper .details-right .latest-posts .post-detail .post-title:hover {
  color: var(--black);
  text-decoration: underline;
}
.detail-section .container .details-wrapper .details-right .latest-posts .post-detail .post-date {
  font-family: "Cabinet Grotesk";
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--primary);
}
.detail-section .container .details-wrapper .details-right .categories {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
  background-color: var(--bg-color);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-right .categories {
    gap: 10px;
    padding: 20px;
    margin-bottom: 25px;
  }
}
.detail-section .container .details-wrapper .details-right .categories .categories-heading {
  font-family: "Cabinet Grotesk";
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-right .categories .categories-heading {
    font-family: "Cabinet Grotesk";
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 10px;
  }
}
.detail-section .container .details-wrapper .details-right .categories .categories-list-wrap {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.detail-section .container .details-wrapper .details-right .categories .categories-list-wrap:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.detail-section .container .details-wrapper .details-right .categories .categories-list-wrap li {
  padding: 0 0 15px 0;
  border-bottom: 1px solid var(--white);
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-right .categories .categories-list-wrap li {
    padding-bottom: 10px;
  }
}
.detail-section .container .details-wrapper .details-right .categories .categories-list-wrap li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.detail-section .container .details-wrapper .details-right .categories .categories-list-wrap li a {
  font-family: "Cabinet Grotesk";
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: var(--primary);
  transition: all 2s ease;
}
@media screen and (max-width: 767px) {
  .detail-section .container .details-wrapper .details-right .categories .categories-list-wrap li a {
    font-family: "Cabinet Grotesk";
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--primary);
  }
}
.detail-section .container .details-wrapper .details-right .categories .categories-list-wrap li a:hover {
  color: var(--black);
  text-decoration: underline;
}/*# sourceMappingURL=details.css.map */