/* LESS Document */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUQjIg1_i6t8kCHKm459Wxhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZOg3D-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZFgrD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZcgvD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZbgjD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZSgnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_epG7g4.ttf) format('truetype');
}
.cmsArea {
  padding: 30px 0;
}
.cmsArea .article {
  padding: 0 0 50px;
}
.cmsArea img {
  max-width: 100%!important;
  height: auto!important;
}
.cmsArea img[style*="right"] {
  margin: 0 0 1em 1em;
}
.cmsArea img[style*="left"] {
  margin: 0 1em 1em 0;
}
.cmsArea ul {
  padding: 0 0 0 30px;
}
.cmsArea ul li::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 7px 0 -15px;
  border-radius: 8px;
  background: #273189;
  vertical-align: middle;
}
.cmsArea ol {
  list-style: decimal;
  padding: 0 0 0 30px;
}
/* -------------------------------- pagenation */
.pagenation {
  margin: 50px 0 0;
  text-align: center;
}
.pagenation a,
.pagenation span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  line-height: 1;
  margin: 0 2px 5px;
  text-decoration: none;
  font-weight: bold;
  color: #0066B2;
}
.pagenation a:hover,
.pagenation span:hover {
  background: rgba(0, 0, 0, 0.3);
}
.pagenation a.current,
.pagenation span.current {
  background: #0066B2;
  color: #FFF;
}
.pagenation a:nth-child(1),
.pagenation span:nth-child(1) {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .pagenation a:nth-child(1),
  .pagenation span:nth-child(1) {
    margin-right: 6px;
  }
}
.pagenation a:nth-child(1) i,
.pagenation span:nth-child(1) i {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pagenation a:nth-child(1) i,
  .pagenation span:nth-child(1) i {
    margin-right: 5px;
  }
}
.pagenation a:nth-last-child(1),
.pagenation span:nth-last-child(1) {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .pagenation a:nth-last-child(1),
  .pagenation span:nth-last-child(1) {
    margin-left: 6px;
  }
}
.pagenation a:nth-last-child(1) i,
.pagenation span:nth-last-child(1) i {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .pagenation a:nth-last-child(1) i,
  .pagenation span:nth-last-child(1) i {
    margin-left: 5px;
  }
}
.pagenation span {
  background: #EEE;
  border-color: #EEE;
  color: #ADADAD;
  pointer-events: none;
}
