/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/styles/theme.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.search-form {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.4rem;
}
.search-form__button {
  height: auto;
}

.site {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: var(--primary-white);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: var(--site-header--height);
  transform: translateY(0);
  z-index: 50;
  transition: transform 0.35s ease;
}
.site-header.js-scroll-up, .site-header.js-scroll-down, .site-header.is-mobile-navigation-expanded {
  transform: translateY(0);
}
.site-header.js-scroll-down {
  transform: translateY(-100%);
}
.site-header > div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #3c4558;
  background: transparent;
  transition: background 0.35s ease;
  z-index: 1;
}
.site-header.is-sticky > div, .site-header.js-scroll-down > div, .site-header.js-scroll-up > div, .site-header.is-mobile-navigation-expanded > div {
  color: #3c4558;
  background: #fff;
  box-shadow: 0 0.15em 0.75em 0.125em rgba(97, 108, 128, 0.05);
}
.site-header__navbar {
  display: flex;
  align-items: center;
  width: calc(100% - 2 * var(--site-padding));
  margin: auto auto 0.6rem;
}
@media only screen and (min-width: 960px) {
  .site-header__navbar {
    margin-bottom: 1.6rem;
    flex-flow: row;
  }
}

.site-branding {
  padding-top: 1rem;
  display: flex;
  margin: auto auto auto 0;
}
.site-logo {
  display: block;
  width: 20.5rem;
  height: auto;
}
.site-logo img {
  width: auto;
  max-width: 20.5rem;
  height: auto;
}
.site-title {
  display: block;
  width: auto;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
.site-title:hover {
  color: #c8d7ea;
}

.site-search {
  z-index: 15;
}
.site-search__open {
  color: inherit;
  background: transparent;
}
.site-search__close {
  margin: 0 0 0 4.8rem;
}
.site-search__container {
  position: absolute;
  inset: 0;
  display: flex;
  color: #3c4558;
  background: #fafcfe;
  box-shadow: 0 0.15em 0.75em 0.125em rgba(97, 108, 128, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 100;
}
.site-search__container > div {
  position: relative;
  top: -100vh;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 var(--site-padding);
}
.site-search__container[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.site-search__container[aria-hidden=false] > div {
  top: 0;
}
.site-search__form {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1;
  font-size: clamp(1.6rem, 1.6rem + 4 * (100vw - 375px) / 1545, 2rem);
  width: 100%;
  height: 100%;
}
.site-search__form label {
  position: absolute;
  left: 0;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1em;
  font-weight: inherit;
  letter-spacing: 0;
  text-transform: unset;
  white-space: nowrap;
  margin: 0;
  pointer-events: none;
}
.site-search__form input {
  width: 100%;
  height: 100%;
  font-size: inherit;
  background: none;
  box-shadow: none;
  padding: 1.2rem 6.4rem 1.2rem 0;
}
.site-search__form input:focus {
  background-color: transparent;
  box-shadow: none;
}
.site-search__form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.site-search__form button:focus {
  opacity: 1;
}

.site-navigation {
  display: none;
  margin: auto 0 auto;
}
@media only screen and (min-width: 960px) {
  .site-navigation {
    display: block;
    margin: auto 0 auto 4.8rem;
  }
}
.site-navigation .menu {
  display: flex;
  flex-direction: column;
}
.site-navigation .menu-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.site-navigation .menu-item:hover, .site-navigation .menu-item.is-expanded {
  color: #5a8cea;
}
.site-navigation .menu-item.current_page_item a {
  color: #000 !important;
}
.site-navigation .menu-item-link {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: inherit;
  font-family: "Cairo Regular", sans-serif;
  font-size: 2.4rem;
  color: rgb(158, 158, 158);
}
@media only screen and (min-width: 960px) {
  .site-navigation .menu-item-link {
    font-size: 1.8rem;
  }
}
.site-navigation .menu-item-link:hover {
  color: #000 !important;
}
.site-navigation .menu-item-link:not([href]) + button::after {
  content: "";
  position: absolute;
  inset: 0;
}
.site-navigation .menu > .menu-item > a {
  height: 3.2rem;
  color: rgb(158, 158, 158);
  line-height: 1.4;
}
.site-navigation .submenu {
  position: absolute;
  top: calc(100% + 1.6rem);
  left: 50%;
  width: 14em;
  color: #fff;
  background: #ff2656;
  margin: 0 0 0 -7em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 1;
}
.site-navigation .submenu a {
  visibility: hidden;
}
.site-navigation .submenu[aria-hidden=false] {
  opacity: 1;
  pointer-events: all;
}
.site-navigation .submenu[aria-hidden=false] a {
  visibility: visible;
}
.site-navigation .submenu-toggle {
  position: unset;
  width: 1.6rem;
  height: 1.6rem;
  color: inherit;
  background: transparent;
  margin-left: 0.4rem;
}
.site-navigation .submenu-toggle svg {
  transition: transform 0.35s ease;
}
.site-navigation .submenu-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.site-navigation .submenu .menu-item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #fff;
  padding: 0.625em 1.25em;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  z-index: 2;
}
.site-navigation .submenu .menu-item a:hover {
  color: inherit;
}
.site-navigation .submenu .menu-item:first-child::before, .site-navigation .submenu .menu-item:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.5rem;
  right: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 5px solid;
  border-color: #ff2656 transparent transparent #ff2656;
  margin: auto;
  transform: rotate(45deg);
  z-index: 1;
}
.site-navigation .submenu .menu-item:first-child::after {
  top: -0.4rem;
  border-color: rgba(255, 255, 255, 0.2) transparent transparent rgba(255, 255, 255, 0.2);
  opacity: 0.3;
}
.site-navigation .submenu .menu-item:first-child a {
  border-top: 0;
  padding-top: 1.5em;
}
.site-navigation .submenu .menu-item:last-child a {
  border-bottom: 0;
  padding-bottom: 1.5em;
}
.site-navigation .submenu .menu-item:hover a {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border-color: transparent;
}
.site-navigation .submenu::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
  opacity: 0.5;
  z-index: -1;
}
.site-navigation .submenu::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0 0 -2px 0;
  background: inherit;
  opacity: 0.5;
  filter: blur(2px);
  pointer-events: none;
  z-index: -1;
}
.site-navigation .menu-item:last-child ul {
  left: unset;
  right: 0;
}
.site-navigation .menu-item:last-child ul li:first-child::before, .site-navigation .menu-item:last-child ul li:first-child::after {
  right: 2.4rem;
  left: unset;
}
.site-navigation + * {
  margin-left: 4.8rem;
}

.site-header.is-sticky .site-navigation .menu-item:hover, .site-header.is-sticky .site-navigation .menu-item.is-expanded {
  color: #5a8cea;
}

.sec-center {
  position: relative;
  max-width: 100%;
  text-align: center;
  z-index: 200;
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.dropdown:checked + label,
.dropdown:not(:checked) + label {
  font-family: "Cairo Semibold", sans-serif;
  position: relative;
  z-index: 99;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2;
  height: 50px;
  transition: all 200ms linear;
  border-radius: 1rem;
  color: #000;
  border: 1px solid #000;
  width: 135px;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.dropdown:checked + label:before,
.dropdown:not(:checked) + label:before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: auto;
  pointer-events: none;
}

.dropdown:checked + label:before {
  pointer-events: auto;
}

.dropdown:not(:checked) + label .uil {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}

.dropdown:checked + label .uil {
  transform: rotate(180deg);
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}

.section-dropdown {
  position: absolute;
  padding-left: 5px;
  background-color: #fff;
  top: -1rem;
  right: -1rem;
  width: 42.5rem;
  padding-top: 9rem;
  padding-bottom: 4rem;
  border-radius: 1rem;
  display: block;
  box-shadow: 0 23px 23px 0 rgba(0, 0, 0, 0.09);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 200ms linear;
}

.dropdown:checked ~ .section-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

a {
  position: relative;
  color: #000;
  transition: all 200ms linear;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  margin: 2px 0;
  text-align: left;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: distribute;
}

.dark-light:checked ~ .sec-center .section-dropdown a:hover {
  color: #ffeba7;
  background-color: #102770;
}

a .uil {
  font-size: 22px;
}

.mobile-navigation {
  z-index: 10;
}
@media only screen and (min-width: 960px) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation__toggle {
  color: var(--primary-white);
  background: var(--primary-black);
}
.mobile-navigation__toggle .icon {
  position: absolute;
}
.mobile-navigation__toggle .icon--close {
  opacity: 0;
}
.mobile-navigation__toggle[aria-expanded=true] .icon--menu {
  opacity: 0;
}
.mobile-navigation__toggle[aria-expanded=true] .icon--close {
  opacity: 1;
}
.mobile-navigation__container {
  position: fixed;
  top: var(--site-header--height);
  left: -100%;
  visibility: hidden;
  display: block;
  width: calc(100vw - 4.8rem - var(--site-padding));
  max-width: 48rem;
  height: calc(100vh - var(--site-header--height));
  font-weight: 500;
  color: #3c4558;
  background: #fafcfe;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 16px 3px rgba(0, 0, 0, 0.01);
  padding: 0 calc(var(--site-padding) - 2.4rem) 0 var(--site-padding);
  transition: all 0.35s ease;
}
.mobile-navigation__container[aria-hidden=false] {
  left: 0;
  visibility: visible;
}
.mobile-navigation__inner-container {
  overflow-y: auto;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  padding: var(--site-padding) 0 calc(var(--site-padding) + 1.6rem);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mobile-navigation__inner-container::-webkit-scrollbar {
  display: none;
}
.mobile-navigation .menu {
  padding-right: 2.4rem;
}
.mobile-navigation .menu-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mobile-navigation .menu-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.07) 50%);
  pointer-events: none;
}
.mobile-navigation .menu > li:first-child::before {
  display: none;
}
.mobile-navigation .menu-link {
  flex: 1;
  display: flex;
  align-items: center;
  height: auto;
  min-height: 4.8rem;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 0;
  color: var(--primary-black);
}
.mobile-navigation .menu-link:not([href]) + button::after {
  content: "";
  position: absolute;
  inset: 0;
}
.mobile-navigation .submenu {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.mobile-navigation .submenu-toggle {
  position: unset;
  color: inherit;
  background: transparent;
}
.mobile-navigation .submenu-toggle svg {
  max-width: 0.9rem;
  transition: transform 0.35s ease;
}
.mobile-navigation .submenu-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.mobile-navigation .submenu .menu-link {
  visibility: hidden;
  padding-left: 0.75em;
}
.mobile-navigation .submenu[aria-hidden=false] {
  max-height: 9999px;
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}
.mobile-navigation .submenu[aria-hidden=false] .menu-link {
  visibility: visible;
}
.mobile-navigation__backdrop {
  top: var(--site-header--height);
  height: calc(100vh - var(--site-header--height));
}

.site-content {
  flex: 1;
  max-width: 100vw;
}
.site-content__inner-container {
  padding: 0.1px 0;
}
.site-content__inner-container > :first-child {
  margin-top: calc(2 * var(--site-header--height)) !important;
}
.site-content__inner-container > .section:first-child {
  padding-top: var(--site-header--height) !important;
  margin-top: 0 !important;
}
.site-content__inner-container > :last-child {
  margin-bottom: var(--site-header--height) !important;
}
.site-content__inner-container > .section:last-child {
  margin-bottom: 0 !important;
}

.post-item {
  position: relative;
}
.post-item__inner-container {
  background: #fff;
  border-radius: 0 0 1.6rem 1.6rem;
  box-shadow: 1px 2px 16px 1px #f2f9fb;
}
.post-item__image {
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 66.67%;
}
.post-item__image img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-item__category {
  display: flex;
  gap: 4px;
  margin: 0 0 1.25em;
}
.post-item__category-link {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  text-decoration: none;
  color: #8290af;
  background: #f2f9fb;
  padding: 0.3rem 1.2rem;
}
.post-item__category-link:hover {
  color: inherit;
  background: transparent;
  box-shadow: inset 0 0 0 2px #f2f9fb;
}
.post-item__title {
  font-size: 2.1rem;
  margin: 0.5em 0 0.75em;
}
.post-item__byline {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #8290af;
}
.post-item__author {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 0 0.75em 0 0;
}
.post-item__author-avatar {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  margin: -5px 1rem 0 0;
}
.post-item__author-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.post-item__author-by {
  margin: 0 0.25em 0 0;
}
.post-item__date {
  position: relative;
  display: inline-block;
  width: auto;
}
.post-item__author + .post-item__date {
  padding-left: 1em;
}
.post-item__author + .post-item__date::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background: #8290af;
  border-radius: 0.4rem;
  margin: auto;
}
.post-item__excerpt {
  font-size: 1.5rem;
  margin: 1em 0;
}
.post-item__link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3.2rem;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #8290af;
  background: #f2f9fb;
  padding: 0.4rem 1.6rem;
  margin-top: 1.5em;
}
.post-item__link:hover {
  color: inherit;
  background: transparent;
  box-shadow: inset 0 0 0 2px #f2f9fb;
}
.post-item__content {
  padding: 6% 8% 10%;
}
.post-item__content > :first-child {
  margin-top: 0;
}
.post-item__content > :last-child {
  margin-bottom: 0;
}

.post-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.4rem;
}
@media only screen and (min-width: 640px) {
  .post-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 960px) {
  .post-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .post-items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pagination {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}
.pagination .icon-button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 0;
}
.pagination-links {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 5.6rem;
  padding: 0 5.6rem;
}
.pagination-links__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination-links__item {
  margin: 0.4rem;
}
.pagination-links__dots {
  margin: 0.4rem;
  pointer-events: none;
}
.pagination-links__prev, .pagination-links__next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0.4rem;
}
.pagination-links__prev {
  left: 0;
  margin-left: 0;
}
.pagination-links__next {
  right: 0;
  margin-right: 0;
}
.pagination-links--without-numbers {
  width: 11.2rem;
}
.pagination-links--without-numbers.is-right-aligned {
  margin-left: auto;
}
.pagination:first-child {
  margin-top: 0;
}
.pagination:last-child {
  margin-bottom: 0;
}

.post-header {
  background: #f3f6f9;
  margin-bottom: clamp(6.4rem, 6.4rem + 32 * (100vw - 375px) / 1545, 9.6rem);
}
.post-header__inner-container {
  padding-top: clamp(6.4rem, 6.4rem + 64 * (100vw - 375px) / 1545, 12.8rem);
  padding-bottom: clamp(4.8rem, 4.8rem + 48 * (100vw - 375px) / 1545, 9.6rem);
}
.post-header__title {
  max-width: var(--max-width--medium);
  font-size: clamp(3.2rem, 3.2rem + 28 * (100vw - 375px) / 1545, 6rem);
  text-align: center;
}
.post-header__text {
  max-width: var(--max-width--medium);
  font-size: clamp(1.8rem, 1.8rem + 4 * (100vw - 375px) / 1545, 2.2rem);
  line-height: 1.65;
  text-align: center;
}

.site-content__inner-container > .post-header:first-child {
  padding-top: var(--site-header--height) !important;
  margin-top: 0 !important;
}

.post-content {
  position: relative;
}

.post-author {
  display: flex;
  align-items: flex-end;
}
.post-author__avatar {
  margin-right: 2.4rem;
}
.post-author__avatar img {
  border: 3px solid #e5e5e5;
}
.post-author__content {
  display: flex;
  line-height: 1;
  letter-spacing: 0.02em;
}
.post-author__byline {
  font-weight: 500;
}
.post-author__name {
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 0 0.25em;
}
.post-author.has-avatar .post-author__content {
  flex-flow: column;
  padding-bottom: 0.3rem;
}
.post-author.has-avatar .post-author__byline {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
.post-author.has-avatar .post-author__name {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin: 1rem 0 0;
}

.post-date {
  display: flex;
}
.post-date__label, .post-date__published {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0.5;
}
.post-date__label {
  margin-right: 0.4rem;
}

.post-terms {
  position: relative;
}
.post-terms__label {
  display: block;
  font-size: 1.4rem;
  color: #8290af;
  margin-bottom: 1.6rem;
}
.post-terms__list {
  display: flex;
  padding: 0;
  margin: -0.4rem;
}
.post-terms__list-item {
  margin: 0.4rem;
}

.post-term {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: #8290af;
  background: #fff;
  box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 6px 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.post-term:hover {
  color: #3c4558;
  background: #fafcfe;
  box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.08);
}

.post-navigation .pagination-links {
  width: 11.2rem;
}

.post-comments {
  position: relative;
  width: auto;
  max-width: unset;
  padding-right: calc((100% - var(--max-width--wide)) / 2 - var(--site-padding));
  padding-left: calc((100% - var(--max-width--regular)) / 2 - var(--site-padding));
  margin-top: clamp(6.4rem, 6.4rem + 32 * (100vw - 375px) / 1545, 9.6rem);
  margin-bottom: clamp(6.4rem, 6.4rem + 32 * (100vw - 375px) / 1545, 9.6rem);
  margin-right: var(--site-padding);
  margin-left: var(--site-padding);
}
.post-comments__heading {
  font-size: 3.2rem;
}
.post-comments__list {
  margin-top: 4.8rem;
}
.post-comments__list ol {
  position: relative;
  display: inline-block;
  padding: 0 0 0 3.2rem;
  margin: 3.2rem 0 0;
}
.post-comments__form {
  max-width: var(--max-width--regular);
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 1px 2px 16px 1px rgba(0, 0, 0, 0.02);
  padding: 4.8rem 5.6rem 6.4rem;
}
.post-comments__form-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(2rem, 2rem + 4 * (100vw - 375px) / 1545, 2.4rem);
  margin: 0;
}
.post-comments__form-title > a {
  text-transform: capitalize;
  border: 0;
  margin: 0 auto 0 0.5em;
}
.post-comments__form-title small {
  margin-left: 0.75em;
}
.post-comments__form-title small a {
  display: block;
  font-family: "Meta Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  color: #788ebe;
  background: transparent;
  box-shadow: inset 0 0 0 2px #e9eefd;
  padding: 0.8rem 1.8rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.post-comments__form-title small a:hover {
  color: #4061a9;
  box-shadow: inset 0 0 0 2px #c0d9ff;
}
.post-comments__list + .post-comments__form {
  margin-top: 5.6rem;
}
.post-comments__pagination {
  max-width: var(--max-width--regular);
  margin: 6.4rem 0;
}

.comment {
  position: relative;
  max-width: var(--max-width--regular);
  background: #fff;
  border-radius: 0 1.6rem 1.6rem;
  box-shadow: 1px 2px 16px 1px rgba(0, 0, 0, 0.02);
  margin: 4.8rem 0 0;
}
.comment-body {
  display: flex;
  flex-flow: column;
  padding: 3.2rem;
}
.comment-meta {
  position: relative;
  display: flex;
  flex-flow: column;
}
.comment-author {
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  min-height: 7.2rem;
  padding-left: 10.4rem;
}
.comment-author__avatar {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 8rem;
  height: 8rem;
}
.comment-author__avatar img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: inset 0 0 0 2px #e9eefd;
  border-radius: 50%;
  padding: 8px;
}
.comment-author__name {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.comment-author__role {
  font-weight: 500;
  color: #788ebe;
  background: #f7f9fd;
  padding: 0.375em 0.875em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.comment-author__role + .comment-author__role {
  margin-left: 0.8rem;
}
.comment-date {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.05em;
}
.comment-date__published {
  color: #788ebe;
  background: #f7f9fd;
  border-radius: 1.6rem;
  padding: 0.5em 1.5em;
}
.comment-awaiting-moderation {
  display: block;
  margin: 1.5em 0 0;
  letter-spacing: 0.02em;
}
.comment-content {
  order: 2;
  margin: 2.4rem 0 0;
}
.comment-content__notice {
  display: block;
  font-size: 1.6rem;
  color: #4086c3;
  background: #f1f9ff;
  padding: 0.75em 1.5em;
}
.comment-toolbar {
  order: 3;
  display: flex;
  justify-content: flex-end;
  margin: 1.6rem 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.comment-reply-link, .comment-edit-link {
  font-family: "Meta Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  color: #788ebe;
  background: #f7f9fd;
  box-shadow: inset 0 0 0 2px transparent;
  padding: 0.375em 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.comment-reply-link:hover, .comment-edit-link:hover {
  color: #4061a9;
  background: #fff;
  box-shadow: inset 0 0 0 2px #c0d9ff;
}
.comment-edit-link {
  border-left: 0;
}
.comment-reply-link + .comment-edit-link {
  margin-left: 1rem;
}
.comment:first-child {
  margin-top: 0;
}

.comment-form {
  margin-top: 2.4rem;
}
.comment-form__cookies {
  margin-top: 3.2rem;
}
.comment-form__submit {
  margin-top: 4.8rem;
}

.sidebar {
  position: relative;
}

.site-footer {
  position: relative;
}
.site-footer__inner-container {
  display: flex;
  flex-flow: column wrap;
}
.site-footer__container {
  width: 100%;
}
.site-footer__bottom-container {
  padding: 0 var(--site-padding) 2rem;
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
@media only screen and (min-width: 960px) {
  .site-footer__bottom-container {
    max-width: var(--max-width--medium);
  }
}
.site-footer__info {
  font-family: "Cairo SemiBold", sans-serif;
  font-size: 1.6rem;
  color: var(--primary-black);
  margin-right: 2rem;
}
.site-footer__info-brantt {
  font-family: "Cairo SemiBold", sans-serif;
  font-size: 1.6rem;
  color: var(--primary-black);
}
.site-footer__info-brantt a {
  font-family: "Cairo Semibold", sans-serif;
  color: var(--primary-black);
  text-decoration: none;
}
.site-footer .scroll-top {
  position: absolute;
  bottom: 6rem;
  right: 2rem;
  display: none;
}
@media only screen and (min-width: 1280px) {
  .site-footer .scroll-top {
    display: flex;
    bottom: 4rem;
    right: 2rem;
  }
}
.site-footer .menu li a {
  font-family: "Cairo SemiBold", sans-serif;
  font-size: 1.6rem;
  color: var(--primary-black);
  text-decoration: none;
}

.scroll-top {
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .scroll-top {
    margin: 0 0 0 4.8rem;
    order: 3;
  }
}

.site-footer .social-links {
  margin: 2em auto 0;
}
@media only screen and (min-width: 480px) {
  .site-footer .social-links {
    margin: auto 0;
    order: 2;
  }
}
.site-footer .social-links ul {
  display: flex;
}
.site-footer .social-links li {
  display: block;
}
.site-footer .social-links li + li {
  margin-left: 0.8rem;
}

.site-info {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  color: #8290af;
  margin-top: 3em;
}
@media only screen and (min-width: 480px) {
  .site-info {
    width: auto;
    margin: auto auto auto 0;
    order: 1;
  }
}

/*# sourceMappingURL=theme.css.map*/