@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?iefix") format("eot");
  src: url("../fonts/Inter-Regular.woff") format("woff");
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: regular;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?iefix") format("eot");
  src: url("../fonts/Inter-Bold.woff") format("woff");
  src: url("../fonts/Inter-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: bold;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

body {
  font-family: "Inter";
  font-weight: 300;
  font-size: clamp(16px, 0.8333vw, 100cqw);
}

input, label, img, p, a, button, fieldset, ul {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
}

h1 {
  font-size: clamp(32px, 2.08333vw, 100cqw);
  font-weight: 600;
  color: #262D3C;
}

/* Position styles */
.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

/* Element styles */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gridbox {
  display: grid;
}

.repeat-2 {
  grid-template-columns: repeat(auto-fill, minmax(clamp(400px, 48%, 100cqw), 1fr));
  gap: clamp(20px, 1.0416vw, 100cqw);
}

.ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.jc-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jc-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Button and links style */
button {
  border: none;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
}
button:focus {
  outline: none;
}

.show-more {
  background: #E3F2FF;
  color: #5a957e;
  padding: clamp(16px, 0.8333vw, 100cqw) clamp(24px, 1.66vw, 100cqw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
}

/* Text styles */
.uppercase {
  text-transform: uppercase;
}

.plain-text {
  font-size: 1rem;
  line-height: 1.44;
}
.plain-text p {
  margin-bottom: 1rem;
}
.plain-text p:last-child {
  margin-bottom: 0;
}

.container {
  padding-left: clamp(20px, 6.25vw, 100cqw);
  padding-right: clamp(20px, 6.25vw, 100cqw);
}

.container__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(32px, 2.08333vw, 100cqw);
}
.container__sidebar .content-box {
  width: 100%;
}
.container__sidebar .sidebar {
  width: clamp(220px, 27.447vw, 100cqw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main-content {
  padding-top: clamp(32px, 2.08333vw, 100cqw);
  padding-bottom: clamp(32px, 2.08333vw, 100cqw);
}

.round-8 {
  border-radius: clamp(8px, 0.41666vw, 100cqw);
  overflow: hidden;
}

.gap-8 {
  gap: clamp(8px, 0.41666vw, 100cqw);
}

.gap-16 {
  gap: clamp(16px, 0.8333vw, 100cqw);
}

.gap-20 {
  gap: clamp(20px, 1.0416vw, 100cqw);
}

.gap-32 {
  gap: clamp(24px, 1.66vw, 100cqw);
}

.gap-40 {
  gap: clamp(32px, 2.08333vw, 100cqw);
}

.breadcrumbs a {
  color: #677691;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: clamp(8px, 0.41666vw, 100cqw);
  margin-right: clamp(8px, 0.41666vw, 100cqw);
  text-decoration: none;
}
.breadcrumbs a::after {
  content: "›";
}
.breadcrumbs span {
  color: #262D3C;
}

#page-header {
  width: 100%;
  position: relative;
  padding-top: clamp(20px, 1.0416vw, 100cqw);
  padding-bottom: clamp(20px, 1.0416vw, 100cqw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EBEEF8;
}
#page-header .main-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  gap: clamp(32px, 2.08333vw, 100cqw);
}
#page-header #hamburger {
  margin-right: clamp(20px, 1.0416vw, 100cqw);
}
#page-header #hamburger .cls-1 {
  fill: #5a957e;
}

.second-menu {
  gap: clamp(20px, 1.0416vw, 100cqw);
  margin-left: auto;
}
.second-menu a {
  font-weight: 600;
}

.nav-menu {
  list-style-type: none;
}
.nav-menu a {
  text-decoration: none;
  color: #262D3C;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.nav-menu a:hover {
  color: #5a957e;
}

#page-footer {
  padding-top: clamp(20px, 1.0416vw, 100cqw);
  padding-bottom: clamp(20px, 1.0416vw, 100cqw);
  border-top: 1px solid #EBEEF8;
}

aside.sidebar .widget:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.post__bg-image {
  position: relative;
}
.post__bg-image .post-text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(8px, 0.41666vw, 100cqw);
  color: #fff;
}
.post__bg-image .post-title {
  font-weight: 600;
}
.post__bg-image .date {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(12px, 0.625vw, 100cqw);
}

.content-box .post__bg-image .post-text {
  bottom: clamp(32px, 2.08333vw, 100cqw);
  left: clamp(32px, 2.08333vw, 100cqw);
}
.content-box .post__bg-image .post-title {
  max-width: 27em;
}

.sidebar .post__bg-image .post-text {
  bottom: clamp(20px, 1.0416vw, 100cqw);
  left: clamp(20px, 1.0416vw, 100cqw);
  padding-right: clamp(20px, 1.0416vw, 100cqw);
}

.post__plain a {
  color: #262D3C;
  text-decoration: none;
}
.post__plain a:hover .post-title {
  color: #5a957e;
}
.post__plain .image {
  margin-bottom: clamp(16px, 0.8333vw, 100cqw);
}
.post__plain .post-title {
  font-weight: 600;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.post__plain .date {
  color: #939EB4;
  font-size: clamp(14px, 0.72916666vw, 100cqw);
}
.post__plain .post-title, .post__plain .post-excerpt {
  margin-bottom: clamp(8px, 0.41666vw, 100cqw);
}

.post-preview .image {
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  aspect-ratio: 455/206;
}
.post-preview .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-preview a:hover .image {
  -webkit-filter: hue-rotate(45deg);
          filter: hue-rotate(45deg);
}

.post__img-text {
  padding-bottom: clamp(8px, 0.41666vw, 100cqw);
  border-bottom: 1px solid #EBEEF8;
}
.post__img-text:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.post__img-text a {
  gap: clamp(20px, 1.0416vw, 100cqw);
  text-decoration: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #262D3C;
}
.post__img-text a:hover .post-title {
  color: #5a957e;
}
.post__img-text .image {
  width: clamp(120px, 6.25vw, 100cqw);
  aspect-ratio: 1;
  border-radius: clamp(8px, 0.41666vw, 100cqw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.post__img-text .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post__img-text .date {
  color: #939EB4;
  font-size: clamp(12px, 0.625vw, 100cqw);
}
.post__img-text .post-title {
  font-weight: 600;
  font-size: clamp(14px, 0.72916666vw, 100cqw);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.post__img-text .post-excerpt {
  color: #677691;
  font-size: clamp(14px, 0.72916666vw, 100cqw);
}
.post__img-text .post-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(8px, 0.41666vw, 100cqw);
}

.widget {
  padding-bottom: clamp(20px, 1.0416vw, 100cqw);
  border-bottom: 1px solid #EBEEF8;
}

.menu-popup {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  width: clamp(340px, 17.55vw, 100cqw);
}
.menu-popup .top {
  padding: clamp(20px, 1.0416vw, 100cqw) clamp(20px, 6.25vw, 100cqw);
  border-bottom: 1px solid #EBEEF8;
}
.menu-popup .top .logobox {
  width: clamp(100px, 5.2vw, 100cqw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu-popup .bottom {
  padding-left: clamp(20px, 6.25vw, 100cqw);
  padding-right: clamp(20px, 6.25vw, 100cqw);
}
.menu-popup .vertical-menu {
  list-style-type: none;
}
.menu-popup .vertical-menu li {
  padding-top: clamp(20px, 1.0416vw, 100cqw);
  padding-bottom: clamp(20px, 1.0416vw, 100cqw);
  border-bottom: 1px solid #EBEEF8;
}
.menu-popup .vertical-menu li:first-of-type {
  padding-top: clamp(20px, 1.0416vw, 100cqw);
}
.menu-popup .vertical-menu li:last-of-type {
  border-bottom: none;
}
.menu-popup .vertical-menu a {
  gap: clamp(8px, 0.41666vw, 100cqw);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-decoration: none;
  color: #262D3C;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.menu-popup .vertical-menu a:hover {
  color: #5a957e;
}
.menu-popup .vertical-menu a .icon {
  width: clamp(16px, 1.25vw, 100cqw);
  aspect-ratio: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu-popup .vertical-menu a .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu-popup.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
}

#overlay {
  display: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.81);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#overlay.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.post .author .image {
  border-radius: 50%;
  overflow: hidden;
  width: clamp(24px, 1.6666vw, 100cqw);
}
.post .date, .post .reading-time {
  color: #677691;
}
.post .share {
  color: #5a957e;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  margin-left: auto;
}
.post .share:hover {
  opacity: 0.6;
}
.post .share .cls-1 {
  fill: #5a957e;
}
.post .post-content p {
  line-height: 1.5;
}

@media (max-width: 1440px) {
  .repeat-2 {
    grid-template-columns: repeat(auto-fill, minmax(clamp(280px, 48%, 100cqw), 1fr));
  }
}
@media (max-width: 1028px) {
  .container__sidebar .sidebar {
    display: none;
  }

  #page-header .main-menu {
    display: none;
  }
}

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