@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Literata:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Literata:ital@1&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons/icomoon.eot?qgifmx");
  src: url("../fonts/icons/icomoon.eot?qgifmx#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?qgifmx") format("truetype"), url("../fonts/icons/icomoon.woff?qgifmx") format("woff"), url("../fonts/icons/icomoon.svg?qgifmx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


.content-box, .header-top, .menu-box, .footer-box {
  max-width: 120rem;
  margin: 0 auto;
}

.bg-yellow {
  background: #f8ce6a;
}

.bg-pink {
  background: #f9adad;
}

.bg-green {
  background: #9ee085;
}

.bg-green-light {
  background: #c8e3b2;
}

.bg-blue {
  background: #84e2dc;
}

.bg-orange {
  background: #feb983;
}

.bg-red {
  background: #e9a58c;
}

.bg-purple {
  background: #edb6e7;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  color: #000000;
  background: #fff;
  font: 400 16px/1.5 'Raleway', Arial, Tahoma, Geneva, sans-serif;
  overflow-y: scroll;
  min-width: 320px;
}

#main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  font-size: 1.6rem;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

sup {
  line-height: 0;
}

a {
  text-decoration: none;
  color: #648a45;
  text-decoration-skip-ink: none;
}

a:hover {
  color: #f89903;
}

img {
  border: none;
  display: block;
  max-width: 100%;
}

input,
textarea,
select,
button {
  vertical-align: middle;
  font: 100% "Raleway", Arial, Tahoma, Geneva, sans-serif;
}

form,
fieldset {
  border-style: none;
}

h1 {
  font: 600 3.2rem/1.2 "Literata", "Times New Roman", Times, Baskerville, Georgia, serif;
  margin: 0 0 4rem;
}

h2 {
  font: 600 2.8rem/1.2 "Literata", "Times New Roman", Times, Baskerville, Georgia, serif;
  margin: 0 0 1.7rem;
}

h3 {
  font: 600 2.4rem/1.2 "Literata", "Times New Roman", Times, Baskerville, Georgia, serif;
  margin: 0 0 1.7rem;
}

p {
  margin: 0 0 2.5rem;
}

ul {
  list-style: url("../img/list.png");
  margin: 0 0 2rem 1.5rem;
}

ol {
  margin: 0 0 2rem;
  counter-reset: section;
  list-style-type: none;
}

ol li::before {
  display: inline-block;
  counter-increment: section;
  content: counters(section, ".") ".";
  font-weight: bold;
  min-width: 1.5rem;
  margin: 0 0.3rem 0 0;
}

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

.grey {
  color: #aba796;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/*content*/
.content {
  padding: 0 1.6rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  z-index: 3;
}

.column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30rem 1fr;
      grid-template-columns: 30rem 1fr;
  grid-gap: 0 4rem;
  padding: 0 0 4.5rem;
}

.column > * {
  min-width: 0;
}

.column-content {
  grid-column: 2/3;
}

.column-aside {
  grid-column: 1/2;
  grid-row: 1/2;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -0.25rem -0.25rem 1.2rem;
}

.social > * {
  margin: 0.25rem;
}

.section-greeting {
  margin: 0 -1.6rem;
  padding: 0 1.6rem;
  background: #fcfaf2;
}

.greeting {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.greeting img {
  margin: 0 auto;
}

.greeting .cont {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  padding: 2rem 8rem;
}

.greeting .cont > *:last-child {
  margin-bottom: 0;
}

.greeting h3 {
  font-size: 2.4rem;
  margin: 0 0 2.8rem;
}

.section,
.section-color {
  margin: 0 -1.6rem;
  padding: 5rem 1.6rem 5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.section-color {
  background: #fcfaf2;
}

.section-title {
  text-align: center;
  margin: -1.5rem 0 4.6rem;
}

.section-title h2 {
  font-size: 3.2rem;
}

.section-title > *:last-child {
  margin-bottom: 0;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -0.3rem -0.3rem 5rem;
}

.nav .btn-nav {
  margin: 0.3rem;
}

.btn-nav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.2rem solid #c8e3b2;
  border-radius: 1.5rem;
  background: #fff;
  font-size: 1.5rem;
  color: #000;
  min-height: 3rem;
  min-width: 10.5rem;
  text-align: center;
}

.btn-nav:hover {
  color: #000;
  background: #c8e3b2;
}

.btn-nav.active {
  color: #000;
  border-color: #f8ce6a;
  background: #f8ce6a;
  cursor: default;
}

.grid-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  grid-gap: 2rem 2.8rem;
  margin: 0 0 2.5rem;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item .top {
  position: relative;
}

.item .top img {
  border-radius: 1.5rem 1.5rem 0 0;
  width: 100%;
}

.item .top .label {
  position: absolute;
  left: 0;
  bottom: -1rem;
  min-width: 8rem;
  min-height: 2.4rem;
  border-radius: 0 1.2rem 1.2rem 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.2rem 1rem;
}

.item .cont {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.7rem 2rem 1.5rem 3rem;
  border: 1px solid #efeee8;
  background: #efeee8;
  border-radius: 0 0 1.5rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.item .name {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 0.3rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.item .name a {
  color: #000;
}

.item .name a:hover {
  color: #648a45;
}

.item .cont-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  grid-gap: 1rem;
}

.item .date {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  font: 1.3rem Tahoma;
  color: #9a9a9a;
}

.item:hover .cont {
  background: #fff;
  border-color: #d6d1bf;
}

.figure-one {
  height: 29.2rem;
  width: 28.6rem;
  background: url("../img/bg-one.png") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  margin: -13rem 0 0 66rem;
}

.figure-two {
  background: url("../img/bg-figure-two.png") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 35.7rem;
  height: 25.1rem;
  z-index: -1;
  position: absolute;
  top: 33%;
  left: 50%;
  margin: 0 0 0 -96rem;
}

.figure-three {
  background: url("../img/bg-figure-three.png") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 29.8rem;
  height: 25.7rem;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 64.5rem;
}

.grid-category {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(28rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  grid-gap: 2rem 2.8rem;
}

.category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.category img {
  width: 100%;
  border-radius: 1.5rem 1.5rem 0 0;
}

.category .cont {
  border-radius: 0 0 1.5rem 1.5rem;
  border: 1px solid #d6d1bf;
  border-top: none;
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2.2rem 1.6rem 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category .name {
  color: #000;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.category:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
}

.index-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.6rem;
}

.index-info img {
  border-radius: 1.5rem;
  width: 100%;
}

.grid-partner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(20rem, 35.5rem))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(20rem, 35.5rem));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1.6rem;
  margin: 0 0 3rem;
}

.partner {
  max-width: 35.5rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.partner .image {
  height: 13.1rem;
  border: 1px solid #d6d1bf;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  margin: 0 0 1.2rem;
}

.partner .image img {
  max-height: 100%;
}

.partner .name {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.25;
  font-weight: 500;
}

.partner .name a {
  color: #000;
}

.partner:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
}

.grid-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 3rem;
}

.textarea-large {
  height: 15.3rem;
}

.grid-event {
  margin-bottom: 4rem;
}

.grid-event-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  grid-gap: 0;
  margin: 0 -1rem 4rem;
  border-top: 2px dotted #c5c5c5;
  padding: 1.6rem 0 0;
}

.grid-event-table > * {
  padding-left: 1rem;
  padding-right: 1rem;
}

.grid-event-table .event .cont {
  -webkit-align-self: start;
      -ms-flex-item-align: start;
              -ms-grid-row-align: start;
          align-self: start;
}

.overflow {
  overflow: hidden;
}

.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -2.2rem -1.6rem 4.3rem;
}

.filter > div {
  padding: 2.2rem 2.2rem 0;
  max-width: 26.2rem;
  width: 100%;
}

.article {
  padding: 0 0 4rem;
}

.article h1 {
  text-align: center;
}

.article-image {
  margin: 0 0 5rem;
}

.article-image img {
  margin: 0 auto;
  border-radius: 1.5rem;
}

.article .line {
  margin: 3.5rem 0;
}

.article > *:last-child {
  margin-bottom: 0;
}

.article-cite {
  font-size: 2.2rem;
  font-weight: 500;
  font-style: italic;
  max-width: 81rem;
  text-align: center;
  margin: 0 auto 3rem;
}

.article-cite .icon {
  background: url("../img/icon-article-cite.png") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 4.4rem;
  height: 3.8rem;
  margin: 0 auto 2.5rem;
}

.article-cite .author {
  font-size: 1.8rem;
  color: #757575;
  font-style: normal;
  margin: 1.3rem 0 0;
}

.article-image-full {
  margin: 0 0 2.5rem;
}

.article-image-full img {
  width: 100%;
  border-radius: 1.5rem;
}

.article-image-full .name {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  background: #c8e3b2;
  padding: 1.3rem 1.6rem;
  border-radius: 1.5rem;
}

@media only screen and (max-width: 1199px) {
  .greeting .cont {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .grid-item,
  .grid-category {
    grid-gap: 1.6rem;
  }
  .figure-one,
  .figure-two,
  .figure-three {
    display: none;
    background: none;
  }
}

.header {
  padding: 0 1.6rem;
}

.header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.4rem 0 2.2rem;
}

.header-info {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 28.6rem;
}

.header-data {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 0 28.6rem;
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.slogan {
  font: italic 1.9rem/1.2 'Literata', serif;
}

.logo {
  margin: 0 0 1.6rem;
}

.logo a {
  font: bold 4.2rem/1 "Playfair Display", Arial, Tahoma, Geneva, sans-serif;
  color: #59aa28;
}

.logo a .c-red {
  color: #d56b4b;
}

.logo a .c-yellow {
  color: #f89903;
}

.header-info-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0 0 1.5rem;
  grid-gap: 0 1.5rem;
}

.lang {
  width: 4rem;
  position: relative;
}

.lang .active {
  display: block;
  padding: 0 1.7rem 0 0;
  position: relative;
}

.lang .active::before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 0.7rem solid #9a9a9a;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
}

.open-menu {
  display: none;
  font-size: 2.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: relative;
}

.open-menu::before {
  display: block;
  content: '';
  position: absolute;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
}

.header-search .box {
  position: relative;
}

.header-search .box input {
  display: block;
  width: 100%;
  height: 3.7rem;
  border: 1px solid #c1c0be;
  border-radius: 0.5rem;
  padding: 0 4.5rem 0 1.5rem;
  font-size: 1.4rem;
}

.header-search .box input::-webkit-input-placeholder {
  color: #656565;
}

.header-search .box input::-moz-placeholder {
  color: #656565;
}

.header-search .box input::placeholder {
  color: #656565;
}

.header-search .box .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.7rem;
  border-radius: 0.5rem;
  border: none;
  background: none;
  cursor: pointer;
  color: #656565;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
}

.menu {
  position: -webkit-sticky;
  position: sticky;
  top: -0.2rem;
  background: #c8e3b2;
  z-index: 99;
}

.menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 5.3rem;
}

.menu-box a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.1;
  color: #000;
  padding: 0.5rem 1rem;
}

.menu-box a i {
  margin: 0 1rem 0 0;
}

.menu-box a:hover {
  background: none;
}

.close-menu {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header {
    border-bottom: 9px solid #c8e3b2;
  }
  .open-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  .header-data {
    padding: 0 1.5rem 0 0;
    text-align: left;
  }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 29rem;
    -webkit-transform: translateX(130%);
        -ms-transform: translateX(130%);
         -o-transform: translateX(130%);
            transform: translateX(130%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .menu.active {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
  }
  .menu.active .menu-over {
    display: block;
  }
  .menu-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    overflow: auto;
    position: relative;
    z-index: 10;
  }
  .menu-box a {
    min-height: 5rem;
  }
  .menu-over {
    position: fixed;
    top: 0;
    left: -1000rem;
    right: 0;
    bottom: 0;
    display: none;
  }
  .close-menu {
    position: absolute;
    top: 0;
    right: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    width: 3rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.overlow-mobile {
    overflow: hidden;
  }
  .header-info-box {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
}

@media only screen and (max-width: 767px) {
  .header-top {
    display: block;
  }
  .header-top .social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-data {
    padding: 0 0 2rem;
    text-align: center;
  }
  .header-info {
    width: 100%;
  }
  .header-info-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .header-top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .logo a {
    font-size: 3.2rem;
    margin-bottom: 0.5rem;
  }
  .slogan {
    font-size: 1.7rem;
  }
  .header-data {
    padding-bottom: 1rem;
  }
  .header-info-box {
    margin-bottom: 1rem;
  }
}

.footer {
  border-top: 0.9rem solid #c8e3b2;
  position: relative;
  padding: 4rem 1.6rem;
}

.footer-bg {
  height: 25.8rem;
  width: 40.1rem;
  background: url("../img/bg-footer-bg.png") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin: 0 0 -0.8rem -87rem;
  z-index: 1;
  pointer-events: none;
}

.footer-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23rem 1fr 23rem;
      grid-template-columns: 23rem 1fr 23rem;
  grid-gap: 0 0.5rem;
  margin: 0 0 2.7rem;
}

.footer-cont {
  text-align: center;
}

.footer-cont > *:last-child {
  margin-bottom: 0;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -0.5rem -1.5rem 1.4rem;
}

.footer-nav a {
  margin: 0.7rem 1.5rem;
  font-size: 1.7rem;
  color: #000;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  letter-spacing: -0.01rem;
}

.footer-nav a i {
  margin: 0 1rem 0 0;
  font-size: 90%;
}

.footer-nav a:hover {
  color: #f89903;
}

a.footer-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffd3c2;
  border-radius: 1.5rem;
  min-height: 3.3rem;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  padding: 0.4rem 2rem;
}

a.footer-btn i {
  line-height: 0;
}

a.footer-btn .icon-book {
  font-size: 130%;
}

a.footer-btn .icon-arrow {
  font-size: 50%;
}

a.footer-btn span {
  padding: 0 1.5rem;
}

.footer-info {
  margin-top: -0.4rem;
}

.footer-info .social {
  margin: 0 0 1.7rem;
}

.footer-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-mail i {
  margin: 0 0.5rem 0 0;
}

.footer-mail a {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  overflow-wrap: break-word;
  min-width: 0;
}

.copy {
  text-align: center;
  font-size: 1.5rem;
  color: #5f5f5f;
}

@media only screen and (max-width: 991px) {
  .footer-top {
    grid-template-areas: "logo info" "cont cont";
    -ms-grid-columns: inherit;
        grid-template-columns: inherit;
    grid-gap: 3rem;
  }
  .logo {
    grid-area: logo;
  }
  .footer-cont {
    grid-area: cont;
  }
  .footer-info {
    grid-area: info;
  }
}

@media only screen and (max-width: 575px) {
  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .footer-top {
    grid-template-areas: "logo" "info" "cont";
  }
  .logo img {
    margin: 0 auto;
  }
  .footer-info .social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-mail {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.breadcrumb {
  list-style: none;
  margin: 0 0 2.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 1.4rem 0 1.3rem;
  border-bottom: 2px dotted #c5c5c5;
}

.breadcrumb li {
  padding: 0 1.5rem 0 0;
  margin: 0 1rem 0 0;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}

.breadcrumb li::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 0.4rem;
  width: 0.4rem;
  background: #7c7c7c;
  border-radius: 50%;
}

.breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumb li:last-child::before {
  display: none;
}

.breadcrumb li a {
  color: #000;
  font-weight: 500;
}

.breadcrumb li a:hover {
  color: #648a45;
}

.center {
  text-align: center;
}

.center img {
  margin: 0 auto;
}

/*slider*/
.slick-slider {
  display: block !important;
}

.slick-slide > div {
  display: block !important;
}

.slick-slide > div > div {
  display: block !important;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  height: 3.6rem;
  width: 3.6rem;
  background: #648a45;
  border: 2px solid #648a45;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -1.8rem;
  color: #fff;
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slick-arrow::before {
  display: block;
  font-family: 'icomoon';
  content: '\e900';
  font-size: 1.2rem;
}

.slick-arrow:hover {
  background: none;
  color: #648a45;
}

.slick-arrow.slick-prev {
  right: auto;
  left: 0;
}

.slick-arrow.slick-prev::before {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
}

.slick-dots {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.7rem 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.slick-dots li {
  padding: 0.9rem 0.9rem 0;
  line-height: 0;
}

.slick-dots li button {
  height: 1.1rem;
  width: 1.1rem;
  border-radius: 50%;
  border: none;
  font-size: 0;
  background: #9c9c9c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.slick-dots li button:hover {
  background: #648a45;
}

.slick-dots li.slick-active button {
  background: #648a45;
  cursor: default;
}

@media only screen and (max-width: 767px) {
  .slick-dots {
    position: static;
  }
}

@media only screen and (max-width: 575px) {
  .slick-dots {
    padding: 0.5rem 1rem 0;
  }
  .slick-dots li {
    padding: 0.8rem 0.4rem 0 !important;
  }
  .slick-dots li button {
    height: 0.8rem;
    width: 0.8rem;
  }
}

/*end slider*/
/*button*/
.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0.2rem solid #c8e3b2;
  background: #c8e3b2;
  border-radius: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000000;
  min-width: 16.4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3.2rem;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-large {
  min-height: 3.6rem;
  font-size: 1.6rem;
  min-width: 19rem;
}

.btn.btn-small {
  min-height: 2.7rem;
  font-size: 1.3rem;
  min-width: 12rem;
}

.btn:hover {
  background: #f8ce6a;
  border-color: #f8ce6a;
  color: #000;
}

.btn:disabled, .btn.disabled {
  background: #ece9db;
  border-color: #ece9db;
  cursor: default;
}

.btn:disabled:hover, .btn.disabled:hover {
  background: #fff;
  border-color: #c8e3b2;
}

.img-left {
  float: left;
  margin: 0 2rem 1.5rem 0;
}

.line {
  border-top: 2px dotted #acacac;
  margin: 5rem 0;
}

.grid-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 0 2rem;
}

.list-styled {
  font-size: 1.7rem;
}

.list-styled > li {
  padding-bottom: 0.5rem;
}

.list-styled > li a {
  color: #000;
}

.list-styled > li a:hover {
  color: #648a45;
  font-weight: 600;
}

.imgBox {
  -webkit-background-size: cover !important;
          background-size: cover !important;
}

.imgBox img {
  display: none;
}

.more {
  color: #797979;
}

.more:hover {
  color: #648a45;
}

.nav-tab-btn {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.6rem;
  position: relative;
  z-index: 10;
}

.nav-tab-btn > li {
  padding: 0 0.3rem;
  min-width: 16rem;
}

.nav-tab-btn > li::before {
  display: none;
}

.nav-tab-btn a {
  display: block;
  text-align: center;
  width: 100%;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.2;
  background: #c8e3b2;
  padding: 1.1rem 1rem 0.7rem;
  height: 100%;
  text-decoration: none;
  position: relative;
  z-index: 5;
  border-radius: 1rem 1rem 0 0;
}

.nav-tab-btn a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -0.2rem;
  border: 0.2rem solid #c8e3b2;
  border-radius: 1rem 1rem 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-tab-btn a:hover {
  background: #f8ce6a;
}

.nav-tab-btn a:hover::before {
  border-color: #f8ce6a;
}

.nav-tab-btn a.active {
  background: #fff;
}

.nav-tab-btn a.active::before {
  border-color: #d6d1bf;
  border-bottom-color: #fff;
}

.Tab {
  margin: 0 0 4.5rem;
}

.Tab.TabBorder {
  border: 0.2rem solid #d6d1bf;
  border-radius: 0.5rem;
  padding: 2.5rem;
}

.TabBox {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.TabBox.active {
  opacity: 1;
  height: auto;
  overflow: visible;
}

.more-arrow {
  font-size: 1.6rem;
  margin: 0 0 0 2rem;
  line-height: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #cfc7a9;
}

a:hover .more-arrow {
  color: #84e2dc;
}

.link-more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  color: #cfc7a9;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.link-more:hover {
  background: #84e2dc;
  color: #fff;
}

.list-event > * {
  margin-bottom: 2rem;
}

.list-event > *:last-child {
  margin-bottom: 0;
}

.event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.event .img-box {
  display: block;
  margin: 0 3rem 0 0;
  max-width: 25.2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.event .img-box img {
  width: 100%;
  border-radius: 1.5rem;
}

.event .date {
  font: 1.3rem Tahoma;
  margin: 0 0 0.6rem;
  color: #9a9a9a;
}

.event .name {
  font: 600 2rem/1 "Literata", "Times New Roman", Times, Baskerville, Georgia, serif;
  margin: 0 0 1.1rem;
}

.event .name a {
  color: #000;
  text-decoration: none;
}

.event .name a:hover {
  color: #648a45;
}

.event .cont {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.event .cont > *:last-child {
  margin-bottom: 0;
}

.event p {
  letter-spacing: -0.05rem;
}

.event p a {
  color: #2c2c2c;
  text-decoration: none;
}

.event-sub {
  border-bottom: 2px dotted #c5c5c5;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.event-sub .img-box {
  max-width: 29.1rem;
  margin-right: 4rem;
}

.nav-tab-text {
  list-style: none;
  margin: 0 0 3rem;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-tab-text > li {
  padding: 0 1rem;
  text-align: center;
  min-width: 15.5rem;
  line-height: 1.2;
}

.nav-tab-text a {
  display: inline-block;
  font: 600 1.9rem/1.2 "Literata", "Times New Roman", Times, Baskerville, Georgia, serif;
  position: relative;
  border-bottom: 2px solid #648a45;
  color: #648a45;
  padding: 0 2rem 1rem;
  padding: 0 2rem 1.8rem;
}

.nav-tab-text a i {
  font-size: 5rem;
}

.nav-tab-text a:hover {
  color: #f89903;
  border-bottom-color: #f89903;
}

.nav-tab-text a.active {
  color: #d56b4b;
  border-bottom-color: #d56b4b;
  cursor: default;
}

.responsive {
  overflow-x: auto;
  margin: 0 0 1.6rem;
  border-radius: 0.5rem;
}

.responsive table {
  margin-bottom: 0;
}

table .image-table {
  border-radius: 1.2rem;
  min-width: 15rem;
}

table .tbl-center {
  text-align: center;
}

table .table-name {
  font: 600 1.8rem/1.35 "Literata", "Times New Roman", Times, Baskerville, Georgia, serif;
}

table .table-name a {
  color: #000;
}

table .table-name a:hover {
  color: #648a45;
}

table .table-date {
  font: 1.6rem Tahoma;
  color: #9a9a9a;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 1.6rem;
  line-height: 1.2;
}

table th {
  color: #000;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 1.3rem 1rem 1rem;
  line-height: 1.3;
  background: #c8e3b2;
  text-align: left;
}

table th:first-child {
  border-radius: 1rem 0 0 0;
}

table th:last-child {
  border-radius: 0 1rem 0 0;
}

table td {
  border: 0.1rem solid #e3e1db;
  background: #fff;
  border-top: 0;
  border-left: 0;
  padding: 1.5rem 1rem;
}

table td:first-child {
  border-left: 0.1rem solid #d6d1bf;
}

table td:last-child {
  border-right: 0.1rem solid #d6d1bf;
}

table tr:last-child td {
  border-bottom: 0.1rem solid #d6d1bf;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 1rem;
}

table tr:last-child td:last-child {
  border-radius: 0 0 1rem 0;
}

table.style-one td {
  border-left: 0;
  border-right: 0;
}

table.style-one td:first-child {
  border-left: 0.1rem solid #d6d1bf;
}

table.style-one td:last-child {
  border-right: 0.1rem solid #d6d1bf;
}

table.style-two td {
  border: 0;
}

table.style-two td:first-child {
  border-left: 0.1rem solid #d6d1bf;
}

table.style-two td:last-child {
  border-right: 0.1rem solid #d6d1bf;
}

table.style-two tr:nth-child(2n) td {
  background: #fcfaf2;
}

table.style-two tr:last-child td {
  border-bottom: 0.1rem solid #d6d1bf;
}

.yes {
  display: inline-block;
  padding: 0.1rem 0 0.1rem 3.5rem;
  font-size: 1.7rem;
  line-height: 1.5;
  position: relative;
  color: #000;
}

.yes .icon-box {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  background: #648a45;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  Justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 0.8rem;
}

.yes.no .icon-box {
  background: #d56b4b;
}

a.link-main {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
}

a.link-main i {
  font-size: 100%;
  line-height: 1.5;
  vertical-align: bottom;
}

.DragSliderSection {
  margin: 0 0 2rem;
}

.DragSliderData {
  text-align: center;
  margin: 0 0 1.5rem;
  font-size: 1.6rem;
}

.DragSliderData .DragSliderValue {
  font-weight: 600;
}

.DragSliderGrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  Justify-content: space-between;
  font-size: 1.5rem;
  color: #2c2c2c;
  padding: 0.7px 0 0;
}

.noUi-target {
  height: 0.7rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #e2e2e2;
  border: 0;
  border-top: 1px solid #b5b7b9;
  border-radius: 0.3rem;
}

.noUi-horizontal .noUi-handle {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
  background: -webkit-linear-gradient(#fff 0%, #e5e5e5 100%);
  background: -o-linear-gradient(#fff 0%, #e5e5e5 100%);
  background: linear-gradient(#fff 0%, #e5e5e5 100%);
  top: -0.8rem;
  right: -1rem;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle::before {
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  background: #648a45;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-connect {
  background: #648a45;
}

.on-off {
  display: block;
  height: 2.7rem;
  width: 6rem;
  position: relative;
  cursor: pointer;
  margin: 0 4.5rem 3.2rem 0;
  font-weight: 600;
}

.on-off input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.on-off span {
  display: block;
  height: 2.7rem;
  position: relative;
  z-index: 5;
}

.on-off span em {
  font-style: normal;
  position: absolute;
  top: 0;
  left: 100%;
  width: 4.5rem;
  text-align: right;
  font-size: 2rem;
  color: #828282;
  text-transform: uppercase;
  line-height: 2.7rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.on-off span em.on {
  opacity: 0;
  color: #648a45;
}

.on-off span::before {
  display: block;
  content: '';
  border-radius: 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#b6b6b6), to(#dbdbdb));
  background: -webkit-linear-gradient(left, #b6b6b6, #dbdbdb);
  background: -o-linear-gradient(left, #b6b6b6, #dbdbdb);
  background: linear-gradient(to right, #b6b6b6, #dbdbdb);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.on-off span::after {
  display: block;
  content: '';
  border-radius: 1.5rem;
  background: #648a45;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.on-off span i {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  z-index: 5;
  height: 1.9rem;
  width: 1.9rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfaf9), color-stop(90%, #dbdada), to(#bebebd));
  background: -webkit-linear-gradient(#fbfaf9 0%, #dbdada 90%, #bebebd 100%);
  background: -o-linear-gradient(#fbfaf9 0%, #dbdada 90%, #bebebd 100%);
  background: linear-gradient(#fbfaf9 0%, #dbdada 90%, #bebebd 100%);
  -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.33);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.on-off input:checked + span::after {
  opacity: 1;
}

.on-off input:checked + span i {
  left: 100%;
  margin-left: -2.3rem;
}

.on-off input:checked + span .off {
  opacity: 0;
}

.on-off input:checked + span .on {
  opacity: 1;
}

.tags-box {
  letter-spacing: -0.36em;
}

.tags-box > * {
  letter-spacing: normal;
}

.tag {
  display: inline-block;
  vertical-align: top;
  border: 0.1rem solid #bebebe;
  min-width: 17rem;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  border-radius: 0.3rem;
  margin: 0 1rem 1rem 0;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tag:hover {
  border-color: #648a45;
}

.tag:hover .icon-close {
  background: #648a45;
}

.tag a {
  padding: 0.6rem 4rem 0.6rem 3rem;
  display: block;
  color: #2c2c2c;
}

.tag .icon-close {
  position: absolute;
  display: block;
  top: 0.7rem;
  right: 0.7rem;
  height: 1.8rem;
  width: 1.8rem;
  line-height: 1.8rem;
  background: #a3a3a3;
  border-radius: 50%;
  padding: 0;
  color: #fff;
  font-size: 0.6rem;
}

a.btn-add {
  display: inline-block;
  padding: 0.6rem 2rem 0.6rem 4rem;
  background: #c8e3b2;
  border-radius: 0.3rem;
  min-width: 17rem;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  margin: 0 1rem 1rem 0;
  text-align: center;
  color: #000;
  text-decoration: none;
  vertical-align: top;
}

a.btn-add .ic-plus {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.3rem;
  line-height: 1;
  font-weight: 600;
  font-size: 2.4rem;
}

a.btn-add:hover {
  background: #f8ce6a;
}

.button-defalt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(20rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  grid-gap: 1rem;
  margin-bottom: 4rem;
}

.button-defalt > div {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.info {
  border: 0.1rem solid #c6c6c6;
  border-radius: 1rem;
  padding: 2.5rem;
  margin: 0 0 3.2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.info:hover {
  background: #fcfaf2 !important;
}

.info .info-title {
  display: block;
  font: bold 1.3rem/1.2 Tahoma;
  color: #a3a3a3;
  margin: 0 0 0.7rem;
  padding: 0.4rem 0 0.4rem 3rem;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.info .info-title .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.2rem;
  width: 2.2rem;
  background: #c3c3c3;
  text-align: center;
  line-height: 2.2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 50%;
}

.info.info-orange {
  border-color: #f89903;
}

.info.info-orange .info-title {
  color: #f89903;
}

.info.info-orange .info-title .icon {
  background: #f89903;
}

.info.info-green {
  border-color: #648a45;
}

.info.info-green .info-title {
  color: #648a45;
}

.info.info-green .info-title .icon {
  background: #648a45;
}

.info.info-red {
  border-color: #d56b4b;
}

.info.info-red .info-title {
  color: #d56b4b;
}

.info.info-red .info-title .icon {
  background: #d56b4b;
}

.info.info-blue {
  border-color: #6fbbbe;
}

.info.info-blue .info-title {
  color: #6fbbbe;
}

.info.info-blue .info-title .icon {
  background: #6fbbbe;
}

.info.info-cite {
  padding: 5rem 9rem;
  position: relative;
}

.info.info-cite::before, .info.info-cite::after {
  display: block;
  content: '';
  height: 1.7rem;
  width: 2.1rem;
  background: url("../img/bg-cite.png") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  top: 3.2rem;
  left: 3.2rem;
}

.info.info-cite::after {
  top: auto;
  bottom: 3.2rem;
  right: 3.2rem;
  left: auto;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}

.form-border {
  border: 0.2rem solid #d6d1bf;
  background: #fff;
  border-radius: 1.5rem;
  padding: 3rem 4.5rem 3.5rem;
  max-width: 80rem;
  margin: 0 auto;
}

.form-button {
  text-align: center;
  margin: 3.2rem 0 0;
}

label {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 1.3rem;
}

input.tx {
  display: block;
  width: 100%;
  height: 4.9rem;
  border: 0.1rem solid #d6d1bf;
  background: #fff;
  border-radius: 0.5rem;
  padding: 0 1.8rem;
  font-size: 1.7rem;
}

input.tx::-webkit-input-placeholder {
  opacity: 1;
  color: #2c2c2c;
}

input.tx::-moz-placeholder {
  opacity: 1;
  color: #2c2c2c;
}

input.tx::placeholder {
  opacity: 1;
  color: #2c2c2c;
}

input.tx.tx-red {
  color: #648a45;
}

input.tx.tx-red::-webkit-input-placeholder {
  opacity: 1;
  color: #648a45;
}

input.tx.tx-red::-moz-placeholder {
  opacity: 1;
  color: #648a45;
}

input.tx.tx-red::placeholder {
  opacity: 1;
  color: #648a45;
}

textarea {
  display: block;
  resize: none;
  width: 100%;
  height: 12.6rem;
  border: 0.1rem solid #c4c4c4;
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem 1.8rem;
  line-height: 1.4;
  font-size: 1.7rem;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #2c2c2c;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #2c2c2c;
}

textarea::placeholder {
  opacity: 1;
  color: #2c2c2c;
}

select {
  display: block;
  width: 100%;
  height: 4.9rem;
  border: 0.1rem solid #d6d1bf;
  border-radius: 0.5rem;
  padding: 0 1.8rem;
  font-size: 1.7rem;
}

select.select-small {
  height: 3.7rem;
  font-size: 1.4rem;
}

.jq-selectbox {
  display: block;
}

.jq-selectbox.select-small .jq-selectbox__select {
  height: 3.7rem;
  line-height: 3.5rem;
  font-size: 1.4rem;
  padding-left: 1.5rem;
}

.jq-selectbox:hover .jq-selectbox__trigger {
  background: #f8ce6a;
}

.jq-selectbox.opened .jq-selectbox__trigger {
  background: #c8e3b2;
}

.jq-selectbox.disabled .jq-selectbox__trigger {
  background: #ece9db;
}

.jq-selectbox__select {
  display: block;
  width: 100%;
  height: 4.9rem;
  border: 0.1rem solid #d6d1bf;
  border-radius: 0.5rem;
  padding: 0 4.5rem 0 1.8rem;
  font-size: 1.7rem;
  line-height: 4.9rem;
  background: #fff;
}

.jq-selectbox__trigger {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  background: #c8e3b2;
  width: 3.8rem;
  border-radius: 0 0.5rem 0.5rem 0;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jq-selectbox__trigger::before {
  font-family: 'icomoon';
  content: '\e900';
  font-size: 1rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.jq-selectbox__dropdown {
  background: #fff;
  border: 0.1rem solid #8eb270;
  width: 100%;
  margin: 0.3rem 0;
  -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(100, 100, 100, 0.3);
          box-shadow: 0 0.2rem 0.5rem 0 rgba(100, 100, 100, 0.3);
}

.jq-selectbox__dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jq-selectbox__dropdown ul li {
  position: relative;
  padding: 0.8rem 1rem 0.8rem 3.5rem;
  line-height: 1.4;
  border-top: 0.1rem solid #e3dcd0;
  font-size: 1.6rem;
  color: #3a3939;
  cursor: pointer;
  white-space: normal;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jq-selectbox__dropdown ul li:first-child {
  border-top: 0;
}

.jq-selectbox__dropdown ul li::before {
  display: block;
  content: '';
  height: 0.5rem;
  width: 0.5rem;
  background: #648a45;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 1.6rem;
  left: 1.4rem;
  border-radius: 50%;
}

.jq-selectbox__dropdown ul li:hover, .jq-selectbox__dropdown ul li.sel {
  color: #648a45;
  font-weight: 600;
}

.form-element {
  position: relative;
  margin: 0 0 2.1rem;
}

.form-element.form-error input.tx,
.form-element.form-error textarea {
  border-color: #d56b4b;
  color: #d56b4b;
}

.form-element.form-error .text-error {
  display: block;
}

.text-error {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
  color: #d56b4b;
  line-height: 1;
  padding: 0.5rem 0 0;
}

.check {
  display: block;
  margin: 0 0 1.6rem;
  line-height: 0;
}

.check label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: normal;
  position: relative;
  margin: 0;
  cursor: pointer;
}

.check label input[type=radio] + i {
  border-radius: 50%;
}

.check label input[type=radio] + i::before {
  height: 0.6rem;
  width: 0.6rem;
  content: '';
  background: #fff;
  border-radius: 50%;
  margin: 0;
}

.check label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.check label i {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.8rem;
      -ms-flex: 0 0 1.8rem;
          flex: 0 0 1.8rem;
  height: 1.8rem;
  width: 1.8rem;
  border: 0.2rem solid #c4c4c4;
  border-radius: 0.5rem;
  background: #fff;
  font-style: normal;
  text-align: center;
}

.check label i::before {
  display: block;
  font-family: 'icomoon';
  content: '\e902';
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
}

.check label span {
  color: #000;
  font-weight: normal;
  margin: 0 0 0 1rem;
}

.check label em {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  font-style: normal;
  font-size: 1rem;
  vertical-align: middle;
  margin: 0 0 0 0.5rem;
}

.check label input:checked + i {
  border-color: #648a45;
  background: #648a45;
}

.check label input:checked + i:after {
  opacity: 0 !important;
}

.check label input:checked + i:before {
  opacity: 1;
}

.check label input:disabled + i {
  border-color: #cfcecc;
  background: #cfcecc;
}

.check label input:disabled + i:before {
  opacity: 1;
}

.check label input:disabled + i + span {
  cursor: default;
}

.paging-box {
  margin: auto;
  line-height: 1.4;
}

.paging-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  Justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 auto 2rem;
  max-width: 31rem;
}

a.p-prev,
a.p-next {
  font-size: 1.7rem;
  color: #7b7b7b;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

a.p-prev i,
a.p-next i {
  font-size: 1.5rem;
  margin: 0 0 0 1rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.p-prev:hover,
a.p-next:hover {
  color: #648a45;
}

a.p-prev:hover i,
a.p-next:hover i {
  color: #648a45;
}

a.p-prev.p-prev,
a.p-next.p-prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

a.p-prev.p-prev i,
a.p-next.p-prev i {
  margin: 0 1rem 0 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}

.paging {
  list-style: none;
  margin: 0;
  width: 100%;
  Justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.paging li {
  font: 1.8rem/2.7rem Tahoma;
  padding: 0 1.2rem;
}

.paging li::before {
  display: none;
}

.paging li a {
  color: #9c9c9c;
  text-decoration: none;
}

.paging li a:hover {
  color: #648a45;
}

.paging li span {
  display: block;
  color: #fff;
  min-width: 2.7rem;
  height: 2.7rem;
  line-height: 2.7rem;
  border-radius: 50%;
  color: #000;
  text-align: center;
  padding: 0 0.3rem;
  font-size: 1.5rem;
  background: #c8e3b2;
}

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .img-left {
    display: block;
    float: none;
    margin-right: 0;
  }
  .event {
    display: block;
  }
  .event .img-box {
    display: inline-block;
    margin: 0 0 1rem;
  }
}

@media only screen and (max-width: 575px) {
  .nav-tab-btn {
    display: block;
    padding: 0 0.5rem;
  }
  .nav-tab-btn li {
    padding: 0;
  }
  .nav-tab-text {
    display: block;
    margin-top: -1rem 0 0;
  }
  .nav-tab-text > li {
    padding: 1rem 0 0;
  }
  .nav-tab-text > li a {
    padding-bottom: 0.5rem;
  }
  .info {
    padding: 1.6rem;
  }
  .info.info-cite {
    padding: 3.5rem 1.6rem;
  }
  .info.info-cite::before {
    top: 1rem;
    left: 1rem;
  }
  .info.info-cite::after {
    bottom: 1rem;
    right: 1rem;
  }
  .Tab.TabBorder {
    padding: 1.6rem;
  }
  .form-border {
    padding: 1.6rem;
  }
  input.tx,
  .jq-selectbox__select {
    height: 4.1rem;
  }
}

/*tablet style*/
@media only screen and (max-width: 991px) {
  .column {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 5rem 0;
  }
  .column-aside,
  .column-content {
    -ms-grid-column: inherit;
        grid-column: inherit;
    -ms-grid-row: inherit;
        grid-row: inherit;
  }
  .greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .greeting .cont {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4rem;
    max-width: 57.6rem;
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .grid-category {
    -ms-grid-columns: (minmax(25rem, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  }
  .category .cont {
    padding: 1.6rem;
  }
  .category .name {
    font-size: 1.8rem;
  }
  .index-info {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .grid-form {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0 1.6rem;
  }
  .logo {
    margin-bottom: 0.2rem;
  }
}

@media only screen and (max-width: 575px) {
  h1,
  .section-title h2 {
    font-size: 2.9rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  .article-image-full .name {
    font-size: 1.5rem;
    line-height: 1.4;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .article-cite {
    font-size: 1.8rem;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  background: rgba(255, 255, 255, 0.87);
  width: 0;
  overflow: hidden;
  opacity: 0;
  letter-spacing: -0.36em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.popup .popup-box {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
       -o-transform: scale(0.5);
          transform: scale(0.5);
}

.popup::before {
  display: inline-block;
  content: '';
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.popup.active {
  width: auto;
  opacity: 1;
  overflow-y: scroll;
  min-width: 320px;
}

.popup.active .popup-box {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.popup.active .popup-overlow {
  display: block;
}

.popup-overlow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.popup-box {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  max-width: 50rem;
  width: 94%;
  position: relative;
  text-align: left;
  -webkit-box-shadow: 0 0 2.1rem 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 0 2.1rem 0 rgba(0, 0, 0, 0.19);
  margin: 1.5rem 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1rem;
}

.close-popup {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 1.2rem;
  text-decoration: none;
  color: black;
}

.close-popup:hover {
  color: #648a45;
}

body.hidden {
  overflow-y: hidden;
}

.popup-title {
  font: 600 3.2rem/1.2 "Literata", "Times New Roman", Times, Baskerville, Georgia, serif;
  text-align: center;
  background: #c8e3b2;
  border-radius: 1rem 1rem  0 0;
  padding: 2.5rem 4.5rem;
}

.popup-content {
  padding: 2.5rem 4.5rem;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
}

.form-popup p {
  margin-bottom: 2rem;
}

.form-popup .btn-large {
  max-width: 24rem;
  width: 100%;
}

.form-login-info {
  text-align: center;
  margin: 2rem 0 0;
}

.form-login-info p {
  margin: 0 0 0.4rem;
}

.form-login-info .link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
}

.form-login-info .link i {
  margin: 0 0 0 1rem;
  font-size: 90%;
}

.form-popup-button {
  text-align: center;
  margin: 2.7rem 0 0;
}

.popup-after .close-popup {
  top: -2.5rem;
  right: 3.6rem;
}

.popup-after .popup-box {
  background: #a6c091;
  margin-top: 8.5rem;
  height: 42.3rem;
  border-radius: 1.5rem;
  max-width: 55rem;
  padding: 0 3rem 3rem;
}

.popup-after .popup-box::before {
  display: block;
  content: '';
  position: absolute;
  top: -4rem;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1rem;
  background: url("../img/bg-popup-after.png") no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.popup-after .box {
  max-width: 37rem;
  text-align: center;
  position: relative;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 1.4;
}

.popup-after .box img {
  margin: -7.5rem auto 2.4rem;
}

.popup-after .box h4 {
  font-size: 2.2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 575px) {
  .close-popup {
    top: 1rem;
    right: 1rem;
  }
  .popup-content {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .popup-title {
    font-size: 2.5rem;
    padding: 1.6rem;
  }
  .popup-after .popup-box {
    height: 34rem;
    max-width: 40rem;
  }
  .popup-after .box {
    font-size: 1.5rem;
    max-width: 27rem;
  }
  .popup-after .box img {
    width: 14rem;
  }
  .popup-after .box h4 {
    font-size: 1.8rem;
  }
}

.sitebar {
  list-style: none;
  margin: 0 0 3rem;
  border-radius: 1.5rem;
  border: 2px solid #d6d1bf;
  background: #fff;
  padding: 0.7rem 0;
}

.sitebar > li {
  border-top: 1px solid #d6d1bf;
  padding: 1.4rem 1.6rem 1.7rem 4rem;
  position: relative;
  line-height: 1.2;
}

.sitebar > li::before {
  display: block;
  content: '';
  position: absolute;
  top: 2.2rem;
  left: 1.5rem;
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 50%;
  background: #8eb66e;
}

.sitebar > li:first-child {
  border-top: 0;
}

.sitebar > li > a {
  color: #000;
  font-size: 1.8rem;
}

.sitebar > li > a:hover {
  color: #648a45;
}

.sitebar > li > a.active {
  font-weight: 600;
}

.sitebar > li > ul {
  margin: 1.7rem -1.6rem -0.8rem -4rem;
  border-top: 1px solid #d6d1bf;
  list-style: none;
  padding: 0.8rem 0 0;
}

.sitebar > li > ul > li {
  padding: 0.7rem 1.6rem 0.8rem 4rem;
  position: relative;
}

.sitebar > li > ul > li::before {
  display: block;
  content: '\e901';
  font-family: 'icomoon';
  position: absolute;
  top: 0.8rem;
  left: 1.5rem;
  font-size: 1.4rem;
  color: #8eb66e;
}

.sitebar > li > ul > li > a {
  color: #000;
  font-size: 1.6rem;
}

.sitebar > li > ul > li > a:hover {
  color: #648a45;
}

.sitebar > li > ul > li > a.active {
  font-weight: 600;
}

.sitebar > li > ul > li > ul {
  list-style: none;
  margin: 1rem 0 -0.2rem;
}

.sitebar > li > ul > li > ul > li {
  position: relative;
  padding: 0.3rem 0 0.4rem 1.5rem;
}

.sitebar > li > ul > li > ul > li::before {
  display: block;
  content: '\e900';
  font-family: 'icomoon';
  position: absolute;
  top: 0.7rem;
  left: 0;
  font-size: 1rem;
  color: #8eb66e;
}

.sitebar > li > ul > li > ul > li > a {
  font-size: 1.5rem;
  color: #303030;
}

.sitebar > li > ul > li > ul > li > a:hover {
  color: #648a45;
}

.sitebar > li > ul > li > ul > li > a.active {
  font-weight: 600;
}

.aside-info-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem;
}

.aside-info {
  display: block;
}

.aside-info:last-child {
  margin-bottom: 0;
}

.aside-info img {
  border-radius: 1.5rem;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .aside-info-grid {
    -ms-grid-columns: (minmax(20rem, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  }
}
